-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Dec 17, 2024 at 12:08 AM
-- Server version: 10.6.20-MariaDB
-- PHP Version: 7.4.33

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


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

--
-- Database: `victoriastone_twitter`
--

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

--
-- Table structure for table `wp_actionscheduler_actions`
--

CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

INSERT INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES
(487, 'aioseo_cache_prune', 'complete', '2023-09-28 12:46:57', '2023-09-28 12:46:57', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1695905217;s:18:\"\0*\0first_timestamp\";i:1653719982;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1695905217;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 1, '2023-10-02 06:24:09', '2023-10-02 06:24:09', 0, NULL),
(488, 'aioseo_image_sitemap_scan', 'complete', '2023-09-27 13:01:57', '2023-09-27 13:01:57', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1695819717;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1695819717;}', 2, 1, '2023-10-02 06:24:09', '2023-10-02 06:24:09', 0, NULL),
(490, 'aioseo_image_sitemap_scan', 'pending', '2023-10-02 06:39:09', '2023-10-02 06:39:09', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1696228749;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1696228749;}', 2, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(486, 'aioseo_cache_prune', 'complete', '2023-08-29 06:38:16', '2023-08-29 06:38:16', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693291096;s:18:\"\0*\0first_timestamp\";i:1653719982;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693291096;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 1, '2023-09-27 12:46:57', '2023-09-27 12:46:57', 0, NULL),
(485, 'aioseo_image_sitemap_scan', 'complete', '2023-08-28 06:53:16', '2023-08-28 06:53:16', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1693205596;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1693205596;}', 2, 1, '2023-09-27 12:46:57', '2023-09-27 12:46:57', 0, NULL),
(489, 'aioseo_cache_prune', 'pending', '2023-10-03 06:24:09', '2023-10-03 06:24:09', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1696314249;s:18:\"\0*\0first_timestamp\";i:1653719982;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1696314249;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL);

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

--
-- Table structure for table `wp_actionscheduler_claims`
--

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

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

--
-- Table structure for table `wp_actionscheduler_groups`
--

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

--
-- Dumping data for table `wp_actionscheduler_groups`
--

INSERT INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'action-scheduler-migration'),
(2, 'aioseo');

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

--
-- Table structure for table `wp_actionscheduler_logs`
--

CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

INSERT INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(917, 486, 'action created', '2023-08-28 06:38:16', '2023-08-28 06:38:16'),
(913, 485, 'action created', '2023-08-28 06:38:16', '2023-08-28 06:38:16'),
(924, 487, 'action started via WP Cron', '2023-10-02 06:24:09', '2023-10-02 06:24:09'),
(925, 487, 'action complete via WP Cron', '2023-10-02 06:24:09', '2023-10-02 06:24:09'),
(926, 489, 'action created', '2023-10-02 06:24:09', '2023-10-02 06:24:09'),
(927, 488, 'action started via WP Cron', '2023-10-02 06:24:09', '2023-10-02 06:24:09'),
(928, 490, 'action created', '2023-10-02 06:24:09', '2023-10-02 06:24:09'),
(929, 488, 'action complete via WP Cron', '2023-10-02 06:24:09', '2023-10-02 06:24:09'),
(918, 486, 'action started via WP Cron', '2023-09-27 12:46:57', '2023-09-27 12:46:57'),
(919, 486, 'action complete via WP Cron', '2023-09-27 12:46:57', '2023-09-27 12:46:57'),
(920, 487, 'action created', '2023-09-27 12:46:57', '2023-09-27 12:46:57'),
(921, 485, 'action started via WP Cron', '2023-09-27 12:46:57', '2023-09-27 12:46:57'),
(922, 488, 'action created', '2023-09-27 12:46:57', '2023-09-27 12:46:57'),
(923, 485, 'action complete via WP Cron', '2023-09-27 12:46:57', '2023-09-27 12:46:57');

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

--
-- Table structure for table `wp_aioseo_cache`
--

CREATE TABLE `wp_aioseo_cache` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(80) NOT NULL,
  `value` longtext NOT NULL,
  `expiration` datetime DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_aioseo_cache`
--

INSERT INTO `wp_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES
(86, 'attachment_url_to_post_id_d99ed2ddbeefba28910cca4100f73b401b38bc49', 's:4:\"none\";', '2023-10-03 06:24:10', '2023-10-02 06:24:10', '2023-10-02 06:24:10');

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

--
-- Table structure for table `wp_aioseo_notifications`
--

CREATE TABLE `wp_aioseo_notifications` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(13) NOT NULL,
  `title` text NOT NULL,
  `content` longtext NOT NULL,
  `type` varchar(64) NOT NULL,
  `level` text NOT NULL,
  `notification_id` bigint(20) UNSIGNED DEFAULT NULL,
  `notification_name` varchar(255) DEFAULT NULL,
  `start` datetime DEFAULT NULL,
  `end` datetime DEFAULT NULL,
  `button1_label` varchar(255) DEFAULT NULL,
  `button1_action` varchar(255) DEFAULT NULL,
  `button2_label` varchar(255) DEFAULT NULL,
  `button2_action` varchar(255) DEFAULT NULL,
  `dismissed` tinyint(1) NOT NULL DEFAULT 0,
  `new` tinyint(1) NOT NULL DEFAULT 1,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_aioseo_notifications`
--

INSERT INTO `wp_aioseo_notifications` (`id`, `slug`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES
(1, '6291c3aef0cb3', 'Conflicting Plugins Detected', 'Warning: AIOSEO has detected other active SEO or sitemap plugins. We recommend that you deactivate the following plugins to prevent any conflicts:<ul><li><strong>Google XML Sitemaps</strong></li></ul>', 'error', '[\"all\"]', NULL, 'conflicting-plugins', '2022-05-28 06:39:42', NULL, 'Fix Now', 'http://action#sitemap/deactivate-conflicting-plugins?refresh', 'Remind Me Later', 'http://action#notification/conflicting-plugins-reminder', 0, 0, '2022-05-28 06:39:42', '2023-03-01 09:48:44'),
(2, '63ff1f06c25d4', '❄️ Save up to 70% OFF Link Assistant, Search Statistics and MORE During our Winter Sale! ❄️', 'We’re kicking off our winter sale and you don’t want to miss the hot deals we have. 🔥\r\n<br><br>\r\nIf you act within the next 7 days, you can get AIOSEO <strong>for as much as 70% off</strong> with access to our <strong>Redirection Manager, Link Assistant, Search Statistics and MORE</strong>!\r\n<br><br>\r\nWith all the powerful features we’ll be adding to the plugin this year, getting the plugin at these discounted prices is a steal. <strong>Seriously</strong>.\r\n<br><br>\r\n⚡ So, claim your discount now before it expires! ⚡', 'success', '[\"4-x\",\"lite\"]', 603, NULL, '2023-02-24 16:13:04', '2023-03-02 00:00:00', 'Get AIOSEO Pro Today! (up to 70% OFF)', 'https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=proplugin&utm_medium=Plugin%20Notification&utm_content=winter-sale-2023-get-aioseo-pro-today', NULL, NULL, 0, 0, '2023-03-01 09:46:46', '2023-03-01 09:46:46'),
(3, '63ff1f06c39a0', 'Introducing SEO Stats for WordPress - Track Your Keyword Rankings and See Important SEO Metrics with 1-click 🔎 🚀', 'Want to see exactly how your content ranks in search results inside of WordPress? You can do just that with our brand new <strong>Google Search Console integration</strong>!\r\n<br><br>\r\nTrack important keywords and get in-plugin tips to help you grow your traffic. <strong>Plus: Try out the new speed test tool!</strong> 🚀\r\n<br><br>\r\n<strong>Upgrade to AIOSEO 4.3.0 (Elite) TODAY to ignite your SEO and outrank competitors!</strong>\r\n<br><br>\r\n<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAD1CAMAAABJL1OjAAABO1BMVEX////z9PXv8PH+4sfy9f7L2Pne18Lp3LzrvLb328Hq7/3T3frc3N7h6PzIyczR0tX0zMzxxMLZ4vr+8fH529uys7e7vL3l387AwcTj5OX+59Kpqq/20tOZmqDVzrv86ur74+TF0feesO/o6Oni17mio6iJipPJxLmBm+uOpO2qufC9yfPp6NkAAACWqe2QkZn+69rftKfEyZ20wPH70re9xpfk6PPhen9rbntwjunKzKOCg43Q59f4upB7fofb06/nq6bjhIbU0ar4wZ344NC+3sr4yarl8urjkZBTVmb1tIlfYnDqlJnjnpp0doLc7uOn1LiFx55FSV0zOVEABzmaz673sX0AUeH45tsvaOMABdzlzr+w2L9afeYAABwXI0QAMN4ApEv0qHRkvIonsW/dBxvxhRvwbQAAmQFKiizQAAAdIElEQVR42uzYXWvbMBTG8ecc3BtHlmAgIyF0sQaH1EH1RWC0DHYfetcNjA3Z+v0/xVznZcne13XUjPMLyMmJSS7+QU4CIYQQQgjxZETfDsRLoR0cMRGfDUDMGOxWP8eouCiyYZ0VxasCeFXXqwziWXrsq5wE2o2Pbj7cM+DTAnCblO4ckC37vm8vsvZhONao27ZvuwIHHuLpPXgAopOB59MiKr1P7jHIW5TpY7NISeOyv5pdtjN03fr1Ghf9Ni8u+i7DDjFGc2sZX3iDQVl5JgAM7wEwG4gjIthFjG8NiA4DFUPUJ0Vish9uHoM0eJ8M4NIG1/1VkWfIu/ZVnmO7zAHM2hV2GDuNUXNv2VuvrLdaLUqGq9gsLFsVGqWMNndGcWXmVkEMmKhRTM6Cad+Do4tlVDgE4Q8bvE0eKsV5usNgkzjv+r5d5lk37Fld3m5Rb2dFf/nVjjWvSr8IlQrBamuUHlaQrdgaH2KpjW20CsOzSoUoQUZEFOeALg9BGKakMqhxMNKpQUjVYxBO92OQjwysrrf9bd6115drdEss+1n+UJ/vWDCwTdQu2GjZemhNAYpVdKq00RnjVDTWVxVYlRECyIioqbRbnARRFSw5fQzyLg0+bsaL+iZZIKQbFDUwa7d5N143rh7qfJ3dtgVGTNjRQwgdlAvOMEerFGv4qlLK6mC9NaYMXDqlGmeCgxgQoYk3zRjkMAhBl/H4zVelTzHG+2Tm6R1MSpv7lBSWfbvt+ku0D922nWXdw/XtVV/Ld6y/xgTljNZ8vKgPtHXHxzA3FoC+c7wJgFrcv48eyOvbblsDy8HtGvl123Yr7DHEkxF9dRwcDn9EfhY+WxEeEGGPxgHJvycvhkZnA8nxwjLZf4QQQoj/HYlJkSATI0EmRoJMjASZGAkyMRJkYiTIxEiQiZEgEyNBJkaCTAye6TWY8OzvzpP9uPCvb3u/fep4dwA6AOjX8IiOC4gYYCYC8fdOJvrplIl+eAYIzDRJ/O8cg+DiqmYQgNUMqzcgYGyEN2vQEUx0JpbzqlHwIXgFgvKaQcMKnBeAUdrgnCqhY0l4VHo47NEJ6KgBmM/snU2P0zAQht+M4MRo5jSWrdEc2MjW0orNAQkFReodIfUAnOH//wtCKBAonwfY7KpPYzdJp0rspxMnVZUSs2zyO2ki/CsIX4Ts9vvd45tHV/vdi/3uev/8Zp4eP9vtr3erDzTC1Z0s8QBpmkZ2iRCpOppIsBmtgnU08pQ5JxXNoWZ5clQJtayDmInkEI0kldddPplq6MHHJBacQ5LRlpQsQgj/QssqQ549fP5k92J3c3W1v3rycPfi4dXu+vrm8c3Dq3WGsLkFV0br+hzZuTXPbi1VbVE0osdKyPsk42Bhdpxi4BZStcKn0DbPe31TPCSahk2y7nB2b5M7V4kqzSW8la0JofBQAIzv6LMClIgSOEMFH1HpAMG3kAIoqesTVKD6nZD99dz31/vdk92j2cicLLvd9dWO5uW1kOSeQjgiQz3UrVXxJJGSJQtNrayEiORanUblsCyRjHwwGJu1apzMU7KSUjRpGavUsup5UBMzy2w21Dzx5oSICAMIdc6urOycXLTAGsDu5s6D6KuCmdFKlRg4uTK7Zhdl+AiAw70aT5pHWguZeU4gmutuqfH84xqaq+4bmLq+BxV0KASa6ebSL2N6mWexiv30GgctSwXzYt+tzkCwVNoS9eu3gRgon8O61JQ2dcT6JESZeOnPVy384BFjDOQjwRnoGrt4acQHhhJGTa/r4C108DpOU7GXVI7HAvSNazYeSI/9d0KwFJzmT9NSrTkN9Uswlvj1dD76ft0GTtXZEwE/2MjnnQHRFgd1ElYGamIXZjUTV4UHSMigA3OUVDk5YSaDjMVZYaYugjwBRT7OROEg92LWAdjEmf4GduHvIMJPkKVTC36LEmZ6wpqtCLlz/MvT3o0dDO4I9M+4ZMjmmIVcfr+1JdB19PxPoDnw8vjnj1kI9jdXv+fmEV34D/z1IYsu5V+WO3gRcN+5CNkYFyEb4yJkY8xC6B4wt+SeNAQdEfAAd7ssRu5BO7AIuQf3yViE3IN2XIRsjYuQjXERsjEuQjbGRcjGuK9CiD9x52559GMhWbDQfY76Wi/03dbu8/e9EH8TLSLeJ/wCwoq+20SDfiCECh2woENjb05+nAgUzThjJlEmAEYJK1gVt8W5kCpKuXIyzHQVQ8E5E9Ba4BPCmc70sTL+K+dCGENNjIXJubREeoAF9CVzvCke+sZFwvWtpTJM7MEnH7do5FxIZhJjW4TQoWXUUJ+rEmx5zDxmP4zAiEPyQ0lNxd5/bFDr/eA8eIcZZf2/Rs6F9G/GagM+QTZxNDUDN0BaEodNVnuzZqVRtAwdKmNGwYUJt8W5EKEU+kkIxqdFx1rD3WKsMXVDmA7dRyEtIvPkA7sE1SY8DNxSMwLQMZRuWcjEUo1PRkyjNiv8iqcENn0lgxwPFlJTfilNBq+icqyYYeq7TWVIIZb+lCFHHu3gyk9LeSfvtUl4pqO8Bl4yJFJoG0KaRHXzgZqkef2MdoUU/49zISSAhlUs9DVBLYEjA8i1ILPkUoRLzmBRZCNJtASrKuG2OBciQj5JMpzSl9WIZwMCQamFGGICKIBsYCtMLIycllxPcuoO/Z8+1kLWSGqMv6fDrXEuJCqzZB4MK4y336iVkBV378rkeyHyqh2m1l7duf/JuK8XhneWi5CNcRGyMS5CPrBrx6wRwzAYhj+Jjh/ScNhYmEwh/f8/sb4EulyHHndQFfRiQeIhBB68OVkFkqwCSVaBJOsCSXD/5cW5QOTvf+TFudUJSVaBJKtAklUgySqQZBVIsgokWQWSrAJJVoEk6yUQUvGuglEgjyDaBgA5xwmYiGItvXaFOJ+/75mY4jd93LDi5oq1YNA23FXUALls3S0K5AcQ+mbWxugcG9HanKOvt3745HS3MZqNhpUStuaJjN0O9mYYCnMb3MwmcEr7zgJ5BPG5BObWo4fRMLt77zb3Ntl6b6P7FjYOvUB29Wdu05ibDTu2ATcuCo/Pxm3HyhHiBfIAAgaoEYrgfV9VJVoolHLfF6WK7sQ9Gh2/6oYzBVWCoYBTVBiicX0rjK5vB6HT8L/6Yu98WhsFwjD+zOQUED0URTPIHkK8DfXgQcgkl0SHRIh/osWDJLTpYb//J9hJSmm6NN1uEpq09ocizMXDj/cZ55XRkyZ1Ss/3J3bSB84uhDFL70Nx8fccB85LPfbe4BhOF6Jbto0d1/pNgfatQ77aFqoThZwaWT8Lw38LofvTA8VfkPNEFvkR8kEh/aRc6oBblgzQ1+vEwRaz9GAXIMUAx2OVxWxpuB6M0vgR8kEhYdJnnOjcUAflJvUYFNq6CGGuSTjD+4hKkqaBzFJAZFKQVLwkFtUckztjj3IXxyMrAaSNkCmJWiBk6ULjxm0CFEwvLZcRKGaMJTALb0lxkEgCaJo8eoyQ5xmQVVVW5fJVZC2GGC/CIY5jZzeKNhLVRoi8Ei0QYvEwWeneGAhdnY/Zyt0OFlBCLM5n5LCP+w0B0AhRZdGmqQBUTfS7eTWpG1zDcHVsgaSP9wKAyLbiK3XDNkQWtQ2DG24BlKbBKdwlgGXhJqVtl/rawyGklATI76VQRZI3uRBZlufNRmCPZAhVITa3cQxSsTUvpIiivFK0QIhbGIslND5wuYP1wloN6NjRGZutDJND5xbeRUQCUQSZyVSmDZGQYi+ybO4AyRi36no0Qog0JY0kEm2ILAySoQPoYWgAjpcMQBcUgD2AcQsw95RlyIABYCaoZ+KMHBZC6fNYMI/jYOrj6nl3YfiFeidvC7Ht5z3CfqcTxJPRaBQH9Q2umO/dOtFMU38arKf1lmk3nswf5vNJHATd6bSmAAgll+O/hHyhzskBIY7maNjhT5/o1bVfTzvdII4nk9HdwzyooWhbt/cykbWP3/N39BT+C71ufDfq4or43pG1L+RtlJTuZD75hWvhk96HXLzb63feFqKGVZ3ED1ejpDUV0ukdovOHvLPbbROGAnAkbGnYcjY5+0WTOrvS5J8JVYKbXOQKxAUPEFWaerP3f4gdwIoTKCFOYU21zzQ1tmUqPp1jIGkbJa2S27j4WlQIEZlkAU/bFxYSJdFzG/R0SvLVDbCgECGVtBYtt6gzEiIkSs6W6CEpbkHJYkKE0pZzTtFCl73EKIWDIsQV2Ibf2/IQ7epyFc5bEEKVEpxiYKEIyVRGeWiE+CjpVbySeh+s5MaEoNUQppVtbDgh80NUSsE3CxHSGnH4mt93xvI/9WPA5ePDjzLOHXH5eLfZvI4QwhgjZKRPbk2rQ2BgiZTFnzKOgWkh8KdGfYQMA+S0oRuS5Pu6nBZR5tVuV+/38His6ICaa6jy+HHz74QgLJVSWgFaGyvYiRgqtxI7HYBYIGXhJxd/k0K+/lyv752QAEBJPvYT3zUm6n29K+C0t3F1TARArBTdiFMvaBkhJFPaCIwpBmxmpNbgJTXWWiGsgU5MnQ4BBYTMjd064WJSyLf12kVIGYdQVvV+9+7LPUyKUPuPex4/fv9dFXW9b1U0Q87NWDa9FYzvHmR++NVOBDPN/0G5bCs7Fw4KdGJSrbXMBPU6/BqyQaHpcLzbgA93hKA1JIwkyguQAie/KlwqcjHR3s9M43Jh99Tfh8vMEeJ0DKGOYWdQhCBqtFK6+ZKCPO9DuWOIxYQ4kjb7VBW8xIeWK3B5rOqsglRY+ucRgpXG3DvA41A/AF18p06EBA+2tYsFmNF26ETJo+MuKMSRuO1leJl5Ey9d4gOKqthcLwTrFHOKaRiX3ocQqxXI4Jw6pVCzsu+Ebg3HVwq5DQ5u84aqujJCCDYqxYxTzjkNKRfdqRNqGhsc5j8BDiakSi1z45DcYn4sm7w9If3gmxTCMtMggfSA1qnljPFwGD92IZWGqTzdUUBGhhljIxMIo7W0Qlipst6gUCHxizdf67X7hsGOHzVkWgi3ArACAxTgDYwRwq7k+LPV7GCV+lsVys/PDp1cWCONYP1hrxkhcX8vdrXhjmNoEJheQ9ABMgvHb+GSq0HAM62hQvypiMdeJyTMg9cyvYYQhIgrs7Aayh5CJgpyUnqtq0Ah7pyf1xGPbIMIGPQFp6z4AiHLfKwCLTj39G9QOSHTMRKSqOKRjqG9sznrP3sL9/2n9edbvcr6y94Z7DYKA2EYvBEUybIPkVl7o/iCq1x6CVJVicOyQXvopU/Q93+PHdtTHPBuSTYgVSK/CWAIozIfvzFVAK/tuoBUj4JV+L+sr6mVOSTcp/6j+A+FdmgxrcwhN3Z7iyIHFSC8kptbV53Ut3MMsbazDZslgeRtUz+fqW5aA1hm16RDthvY1dR9NlBuHMdINrbMEtz+jcsAKUwDBLo2DzJtB8tg4a1UwG0uWtc0NeiZ3JusCRVtbfOej4RYLJWmza/H4JDWNdqtbpqu61pQegcySaPNP5XpamuVvLicA0IAAhHolfWyIiDX0jD+E+XRnWGazsRYfJPU2wEwdOcY7kAGQH7DgKWvBxpNoBFTMLFVfNJrOPZRMItmcBhMPq01d3tHP+gNlW9552hMyOAwkrF+8GcEA7ogyHUOSfs1KqWKUF9Rs7ykl/QzFKdQeqWc88WAZNB2YOOBrYxnUeT2OB/TMCbTWh8+pHVmPvPKpSjj6CWZAsKETReFkZB8x/DdpYRTzsnN94fsaUIqG0eWsqIJrbjghBJFk/Bq5oWu1L93cBhjZzM0MnbuvHtrMwVZQh16+arOBim+CgSGx+gh+GQva7+XcmepUA4pInRfuh0jc7w2Wf0UsiwlAyCiLJnYMVmyHRdCqPBq5lmBKPHxRLmnoQFQtlLYegDhDKGzSPAFtzZ4JTKLiZZEJKLoU0CU5FIosYPEiLLiFWXMO4SQG56rG56BKRh9lCphNJESSHDGpJSUu9CcKMLnBSIZl+gQE4RWsMLDH4RNk5OOZVchNfieCzGloeUciTj6BBDUzlNIghTjdJ6bPuleDc8fZMFzSAp7l4wdYnxaUS7XQRqKn8YDCjYfOeXfrjh4T0Th+3Dpum6LRgUgWeYphJzgHBa3EKfxgMVBwTB/AeGdBAooxuHDJF3rbdFPBrOoQ4ZCngKZ4cduFGbsBLfFpocxBiGPKKTAmNYj1uPwOAat9sKQuzxlc8lHej++nV5AJ6cX1On19e3X8eHhfbiBNjqLtbInOfwh5wx6FIWhOP7oYeKhgSE7ChND9mDkpDHeSCAED0QIg6DgyQmTzcxhv/8n2NeqW5hBwcg4B//tK7WNYt6PvtIeKqQ9dCoNYQTM9+j5quZzL46DYHFgEx/JaPX/oO0hmNVPUschi7DixiHr4McOpCENDx0ee73zmnveEU3wn4x2VEsgks0PwQQ3C0MLlDALFehnYwCLduG2aEOBhnlEfwKIJkzjBU+XZE6jh3FqUYYxr+Q6CTIsnjE2SKcdEKOg4+mIr3EjCwoTVhkJ6YaMTWgn5xUL38eKAz5ITiVmmVlO4c0cuRvoQE5yCRDtCj3sjdPAx71K4xJ5HE0gJpzfTUA2BpCpzHsKBWYutcZg2a4cQrN8tOV6m4K/XjvwJ3U+nDQphywlV94o+/nBFUfKiVt9pBcAEY6ts0pG45VD2msy0Xa9YPGVxpdJpGyNgBp3e7MhkHwAKDsC0IuskOF5SC29bzZF/vXflI+Nd9gmznabpsvXNPWT0gDZyDClMCtW0XUH9+KttoxKGyBEADmlusEzKQtZ7FigCuKK5xtDlmg8SacRSGjCiI+Q56mCpuPDjL39mWwbBpxXskz2IyTBEeKn6w9Yps67Xz7x1DCzFSEDRS+uGyH8VuBvm4BQWRlIJSCTeptUhG07FH+A52xijoMFg+F98vNpzUVZgweNFS2B9KeDVS6NZYgiFrVs6uYEaA66OTbaBXYfHD6HSAkkEviSeE2jw+FsahN3pYQWdKBl4xxCZEUn+9rktAQDFuEXTGxtgbH+hcvzkIWq9oRUbielirJSU0vfVFsCgX7oUjBlsqLMhXZkU2zTQTJs0sFrr+Q+w8gMZ+RGb1lkRIFr59UEcFTMFw17of9jbGLe+qyDM8WFV+qS6C63iA7MogmB3OvCsBe81Cn2GIFaBKLA9G36da97WU+P56QyPWLm6Za6272sJxXdzrK44kW0/ZDUu93L+kfeGaw2DMNgeBvWxSJjLDlsUGjtXRwbevHJD7P3f41FIjQZi+OsboZGf+OmmLY5fBIpIfnSvciMPCup+isgB5G528uATl3XHQROaVZSjDGGgI0utUw9EJmRdVBvSO8UvLW9o3fQ6N065HiSmSIQOFPF6ppy3fzsOpMM3bfe0AuYAYxzJBQK1DLqxkDao8xsEAcEPxYs6n0P6tHhTGXD1g6EEEgjQXYHuAmQy4VFrcwUgehXDpg4YgnIMr9ro7ONZhyueJ4gnp3X9UCe3z7GilAP/yI/XCezikUIAxayV5E2qbnKHZpyX4OEsBZEsMnrWiCXk4tCUwayVLBADeOcx9/hgGRNTs+kP9kJlx0URqLqgDy+j1tukmkOC0+7Li3skUf7baoykNFdyWMeBMNMtv899ckgGLX84RQIM2TDu2ckUd/1gyUZyDAnLBMaRGJC7r0t6XtkK+lig1iL/KtrHcIbBE8Wsz2AKAlLX+yd34vTQBDHZ5cEJNnOQnWXXWLRJKQkKdSHPkhBfBHUB0F9U1Boxer//x84mybuxbS2PX9Qbb9Jm97ku7PcfLpp77ibHgWEdo/Bo2mZ1FXZNCENf16lkni0QIaalbHPukvdiQbJjJ4G83lGMx4J5F/+0OgBEF+NwRLpmISpa0JKXNKf8Ji3l6Rdl6x4GYcnKHZTzhZNF8bLu2QdWyLSrCzjfTyyMdn29H4PlmncZHH74ZvvpRbP3HvhywISbcvkK0G723ZiGc/KLPgpj3hXq/HlYhzfSsSkeS98UUBOLNBiGe7iMYo7DVdIVo/cs/2W22hc0yq5ICCndrmMqywY8vCGwQrKqsi1Xrzl5vbRrKzC6FggDIDiO/6xlbOhqx9qouzkgXzXQEbRnN0CyOhURbMy7fOobyYBp6DHY/SriqIwK6vFbHQMENSoeK6NFUy2BqOlBqFNLngXQoWKWQp5Fw1MQJj+QE6hvstoBfaH9CYZpJcF8wNPABJEp4mKE4yyypdmVKa9HP0rVlTVQfQbFARRnC7CY4BQSYW1lk+TCdo2hFyDzPOpmmDehawBwe2kSLwLEk6hp+rGQD0FQQOTwoek4iK3vVCiqO72ZnrJESQXj7zL62BX0uiErbFDXM7bpVCXo14fzV7TxTSrQgh+k469ZBVSKuAKUUlj25AABKFQKvweksqApdBNl1s0/YEy12CTnksKxfIf0tOMdps+70LCgvDpvf5QE0yIs2wRhnWV+gzdnV8h4fi39b+klOzEF3UGbBjqP2Qw8LADA0lsmJ51A4fp2V/7DKqABH9CF/27rH9VVyBnpiuQM9MVyJnpCuTMdAVyZroCOTPtBZJW6fbnad86zaJtv3fOoNPrtx/AKXe5QHDgKLrMPu/dZ8/uNjHnY4Ll5JGSDbux3Xl1DxqHFS6pSyhvzExJLxRIuFqtQjomwkihLIgCQWEitUUpkyaaWFe6z+v1GzoaBXReGA2ICo2QKCZaINqkwfPp69dPQA5pJwB6IoziXKGWxhphChTaGtPw2Gw2D8hRWKNzkInVWhk/syiUbWc+CCSC3hf/ivYBqVcfVws6ohE4Fco9AJ0QmiRRxuBE4EQat0DWn9dvAcRUo+WInIAUQguduBo+knLrgi8kOlgJmhspp0IImCBRKxKtUSf5BJtF8HLzeHOP0pHDoUSZ4wR0N7M2ejszHgaSlXWURhAHURhANs8CepQGQQrjuAoBYHGmjPYBid6v3kcOiDRGKQSkm+GAGjExqAyJI5DertdPAJhUDKy0BTktCI1k0ajpaBvX869fn7VAACQVNgEazrRBrdCQtBAOyP3N5jFsHYoDQ14gAW5nNgpRkxetPAgkrqByf1DwcV6VNcyrrP6YlVk1z7JluAxhVn9cwllqHxCIwqh1AG4v5yR34AyAuftWT16AF+9cjPdd7955U3uaxAbd2B7e7xysO8F/mPmo15CoXMzrbD5fZlVYbYHUVV1WdUWkUgiiKoSz1H/7LutbO/fT4iYQxnH855Bc3NHnNKLIHEyYwT90PXhZWcg9LOTQy9LTvv930TEpLE0L2W0JfZw+HxkiSg7hi+gQNZswdSmaNEszhCXdnv/CGDZhPQPY3iEbbZAgBbC6M3vMQVZJgjAjQZiRIMxIEGYkCDMShBkJwowEYSa+IJt1j6iCJCrYr3wkMQVZiqx8JHEFiYQEYUaCMCNBmIkmiIpATEFU8u/nEX874goSwQ+JamIoQRiRIMxIEGYkCDMShJlogwwT3jVDincZ59v/fhdkj09iEPQ6yNAPj1P70HQPu26zmXe7Ze0x6/tt139LkW3nDCxdBVEHA3+yuDAqL/CrmlD4scKFB0qNn1Va44Y7B9k16dwN89y2u92AeQ6r3ePw2k9zv5mXXq8NWLoKggrGwJU4s3YEWTKKRl3onEanbJ2PR4Kn0usxbBm1PT9r4XPlR8otIagowA33DZK27UPbNkM3DM0WfTMNXTN3TajToE2BlGmP6yDK5uTVQeOs/mJwdN6ZsBysO+jCPesn5QnucNI6bCuM8W8wbiT/rE3tLkEIla4UbrrzSf3qnb/phBW4CgK9h3m2PsHC594cjFFHhzfzYuqyri1O+ongy7DPnjxR7V/IWJv4urCGvEeg1R6U4Ca5yvrAEWJ9CRQai1ypUjvCV0Kh8gquSHJoZ9R5D5k8ryqifUlECenxqaD6xxeJKtwiQf70spdqfEBVm+QT110S5D+bh6yVBGFGgjAjQZiRIMxIEGYkCDNxBYlBTI8jRFEkpiNkoZax1o9FbEHWT4Iw8x2pxEnKc1SliAAAAABJRU5ErkJggg==\" />', 'success', '[\"4-x\",\"lite\"]', 570, NULL, '2023-06-27 12:55:16', NULL, 'Learn More', 'https://aioseo.com/google-search-console-integration/?utm_source=WordPress&utm_campaign=google-search-console-integration-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More', 'Get AIOSEO Pro 🚀', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=google-search-console-integration-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro', 0, 0, '2023-03-01 09:46:46', '2023-07-01 08:46:01'),
(4, '63ff1f06c5255', 'AIOSEO 4.2.8: More Control Over Search and Social Snippets with SEO Preview 🔎', 'Get greater control over how your search and social media snippets appear with our <strong>new SEO Preview tool</strong>.\r\n<br><br>\r\nPlus, check how well you’ve set up your page’s SEO by getting an overview of your meta tags and basic SEO.\r\n<br><br>\r\nSo, <strong>update to AIOSEO 4.2.8 TODAY</strong> and boost your rankings and drive more engagement on SERPs and social media!', 'success', '[\"4-x\",\"lite\"]', 560, NULL, '2023-02-24 16:13:04', NULL, 'Learn More', 'https://aioseo.com/new-seo-preview-more-control-over-search-and-social-snippets/?utm_source=WordPress&utm_campaign=seo-preview-v4-lite&utm_medium=plugin-notification&utm_content=Learn More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=seo-preview-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro', 0, 0, '2023-03-01 09:46:46', '2023-03-01 09:46:46'),
(5, '649fe7c9dd9fc', '[NEW] Set a Primary Category to Customize Breadcrumbs (+ WPCode Integration) 🚀', '<strong>The wait is FINALLY over!</strong> One of our most requested feature is live in AIOSEO 4.3.8! 🎉 🎉\r\n<br><br>\r\nWith the brand-new <strong>Primary Category</strong> feature, you now have <strong>full control over which category displays in your breadcrumb trail</strong>.\r\n<br><br>\r\nPlus: customize your AIOSEO experience with <strong>clickable code snippets</strong> courtesy of WPCode!\r\n<br><br>\r\nUpgrade to <strong>AIOSEO 4.3.8 Pro TODAY</strong> to ignite your SEO and outrank competitors!', 'success', '[\"4-x\",\"lite\"]', 751, NULL, '2023-07-03 17:47:37', NULL, 'Learn More', 'https://aioseo.com/announcing-primary-category-and-wpcode-integration/?utm_source=WordPress&utm_campaign=primary-category-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=primary-category-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro', 0, 1, '2023-07-01 08:46:01', '2023-07-09 03:47:31'),
(6, '649fe7c9e5db8', '🗣️ [AIOSEO 4.3.6] Announcing Content Rankings: SEO Performance Tracking Made Easy', 'Get valuable insights about how your content is performing on search engines using our <strong>NEW Content Rankings report</strong>.\r\n<br><br>\r\nThis includes SEO data to help you <strong>optimize your articles for better rankings</strong>. Plus, you can also easily spot <strong>content decay</strong>, making it easier to combat it.\r\n<br><br>\r\nSo, <strong>upgrade to AIOSEO Pro TODAY</strong> and boost your rankings and drive more traffic to your content!', 'success', '[\"4-x\",\"lite\"]', 677, NULL, '2023-06-27 12:55:16', NULL, 'Learn More', 'https://aioseo.com/announcing-content-rankings-seo-performance-tracking-made-easy/?utm_source=WordPress&utm_campaign=content-rankings-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=content-rankings-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro', 0, 1, '2023-07-01 08:46:01', '2023-07-01 08:46:01'),
(7, '64aa2dd3d3376', '🔥 [New] Advanced SEO Tracking with SEO Revisions & Google Updates Integration', 'Track the changes you make to your content and see how it <strong>connects to changes in your search rankings</strong>.\r\n<br><br>\r\nPlus, see <strong>Google Updates on a timeline in Search Statistics</strong>, so you know how they impact your SEO.\r\n<br><br>\r\nWe’ve also added many more new features to version 4.4.0 of AIOSEO. <strong>Upgrade today!</strong>', 'success', '[\"4-x\",\"lite\"]', 801, NULL, '2023-07-03 17:47:37', NULL, 'Learn More', 'https://aioseo.com/announcing-seo-revisions-and-google-updates-integration/?utm_source=WordPress&utm_campaign=seo-revisions-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=seo-revisions-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro', 0, 1, '2023-07-09 03:47:31', '2023-07-09 03:47:31');

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

--
-- Table structure for table `wp_aioseo_posts`
--

CREATE TABLE `wp_aioseo_posts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `title` text DEFAULT NULL,
  `description` text DEFAULT NULL,
  `keywords` mediumtext DEFAULT NULL,
  `keyphrases` longtext DEFAULT NULL,
  `page_analysis` longtext DEFAULT NULL,
  `canonical_url` text DEFAULT NULL,
  `og_title` text DEFAULT NULL,
  `og_description` text DEFAULT NULL,
  `og_object_type` varchar(64) DEFAULT 'default',
  `og_image_type` varchar(64) DEFAULT 'default',
  `og_image_url` text DEFAULT NULL,
  `og_image_width` int(11) DEFAULT NULL,
  `og_image_height` int(11) DEFAULT NULL,
  `og_image_custom_url` text DEFAULT NULL,
  `og_image_custom_fields` text DEFAULT NULL,
  `og_video` varchar(255) DEFAULT NULL,
  `og_custom_url` text DEFAULT NULL,
  `og_article_section` text DEFAULT NULL,
  `og_article_tags` text DEFAULT NULL,
  `twitter_use_og` tinyint(1) DEFAULT 0,
  `twitter_card` varchar(64) DEFAULT 'default',
  `twitter_image_type` varchar(64) DEFAULT 'default',
  `twitter_image_url` text DEFAULT NULL,
  `twitter_image_custom_url` text DEFAULT NULL,
  `twitter_image_custom_fields` text DEFAULT NULL,
  `twitter_title` text DEFAULT NULL,
  `twitter_description` text DEFAULT NULL,
  `seo_score` int(11) NOT NULL DEFAULT 0,
  `schema_type` varchar(20) DEFAULT 'default',
  `schema_type_options` longtext DEFAULT NULL,
  `pillar_content` tinyint(1) DEFAULT NULL,
  `robots_default` tinyint(1) NOT NULL DEFAULT 1,
  `robots_noindex` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noarchive` tinyint(1) NOT NULL DEFAULT 0,
  `robots_nosnippet` tinyint(1) NOT NULL DEFAULT 0,
  `robots_nofollow` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noimageindex` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noodp` tinyint(1) NOT NULL DEFAULT 0,
  `robots_notranslate` tinyint(1) NOT NULL DEFAULT 0,
  `robots_max_snippet` int(11) DEFAULT NULL,
  `robots_max_videopreview` int(11) DEFAULT NULL,
  `robots_max_imagepreview` varchar(20) DEFAULT 'large',
  `tabs` mediumtext DEFAULT NULL,
  `images` longtext DEFAULT NULL,
  `image_scan_date` datetime DEFAULT NULL,
  `priority` tinytext DEFAULT NULL,
  `frequency` tinytext DEFAULT NULL,
  `videos` longtext DEFAULT NULL,
  `video_thumbnail` text DEFAULT NULL,
  `video_scan_date` datetime DEFAULT NULL,
  `local_seo` longtext DEFAULT NULL,
  `limit_modified_date` tinyint(1) NOT NULL DEFAULT 0,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_aioseo_posts`
--

INSERT INTO `wp_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `tabs`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `limit_modified_date`, `created`, `updated`) VALUES
(1, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:40:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:40:34', '2022-05-28 06:40:34'),
(2, 41, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:40:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:40:34', '2022-05-28 06:40:34'),
(3, 43, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:40:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:40:34', '2022-05-28 06:40:34'),
(4, 45, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:40:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:40:34', '2022-05-28 06:40:34'),
(5, 71, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:40:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:40:34', '2022-05-28 06:40:34'),
(6, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:40:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:40:34', '2022-05-28 06:40:34'),
(7, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:40:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:40:34', '2022-05-28 06:40:34'),
(8, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:40:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:40:34', '2022-05-28 06:40:34'),
(9, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:40:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:40:34', '2022-05-28 06:40:34'),
(10, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:40:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:40:34', '2022-05-28 06:40:34'),
(11, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:41:57', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:41:57', '2022-05-28 06:41:57'),
(12, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:41:57', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:41:57', '2022-05-28 06:41:57'),
(13, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:41:57', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:41:57', '2022-05-28 06:41:57'),
(14, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:41:57', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:41:57', '2022-05-28 06:41:57'),
(15, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:41:57', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:41:57', '2022-05-28 06:41:57'),
(16, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:41:57', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:41:57', '2022-05-28 06:41:57'),
(17, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:41:57', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:41:57', '2022-05-28 06:41:57'),
(18, 21, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:41:57', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:41:57', '2022-05-28 06:41:57'),
(19, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:41:57', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:41:57', '2022-05-28 06:41:57'),
(20, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:41:57', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:41:57', '2022-05-28 06:41:57'),
(21, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:42:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:42:34', '2022-05-28 06:42:34'),
(22, 28, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:42:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:42:34', '2022-05-28 06:42:34'),
(23, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:42:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:42:34', '2022-05-28 06:42:34'),
(24, 32, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:42:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:42:34', '2022-05-28 06:42:34'),
(25, 34, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:42:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:42:34', '2022-05-28 06:42:34'),
(26, 77, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:42:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:42:34', '2022-05-28 06:42:34'),
(27, 78, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:42:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:42:34', '2022-05-28 06:42:34'),
(28, 79, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:42:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:42:34', '2022-05-28 06:42:34'),
(29, 80, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '[{\"image:loc\":\"https:\\/\\/victoriastone-twitter.newrethinkcompliance.com\\/wp-content\\/uploads\\/2011\\/10\\/5.png\",\"image:title\":\"5\",\"image:caption\":\"\"}]', '2022-05-28 06:42:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:42:34', '2022-05-28 06:42:34'),
(30, 81, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:42:34', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:42:34', '2022-05-28 06:42:34'),
(31, 82, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:43:29', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:43:29', '2022-05-28 06:43:29'),
(32, 83, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:43:29', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:43:29', '2022-05-28 06:43:29'),
(33, 84, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:43:29', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:43:29', '2022-05-28 06:43:29'),
(34, 85, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:43:29', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:43:29', '2022-05-28 06:43:29'),
(35, 86, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:43:29', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:43:29', '2022-05-28 06:43:29'),
(36, 87, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '[{\"image:loc\":\"https:\\/\\/victoriastone-twitter.newrethinkcompliance.com\\/wp-content\\/uploads\\/2011\\/10\\/6.png\",\"image:title\":\"6\",\"image:caption\":\"\"}]', '2022-05-28 06:43:29', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:43:29', '2022-05-28 06:43:29'),
(37, 88, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:43:29', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:43:29', '2022-05-28 06:43:29'),
(38, 89, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:43:29', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:43:29', '2022-05-28 06:43:29'),
(39, 90, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:43:29', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:43:29', '2022-05-28 06:43:29'),
(40, 91, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '[{\"image:loc\":\"https:\\/\\/victoriastone-twitter.newrethinkcompliance.com\\/wp-content\\/uploads\\/2011\\/10\\/11.png\",\"image:title\":\"11\",\"image:caption\":\"\"}]', '2022-05-28 06:43:29', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:43:29', '2022-05-28 06:43:29'),
(41, 92, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '[{\"image:loc\":\"https:\\/\\/victoriastone-twitter.newrethinkcompliance.com\\/wp-content\\/uploads\\/2011\\/10\\/10.png\",\"image:title\":\"10\",\"image:caption\":\"\"}]', '2022-05-28 06:44:30', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:44:30', '2022-05-28 06:44:30'),
(42, 93, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:44:30', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:44:30', '2022-05-28 06:44:30'),
(43, 94, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, NULL, '2022-05-28 06:44:30', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:44:30', '2022-05-28 06:44:30'),
(44, 95, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '[{\"image:loc\":\"https:\\/\\/victoriastone-twitter.newrethinkcompliance.com\\/wp-content\\/uploads\\/2011\\/10\\/9.png\",\"image:title\":\"9\",\"image:caption\":\"\"}]', '2022-05-28 06:44:30', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:44:30', '2022-05-28 06:44:30'),
(45, 96, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '[{\"image:loc\":\"https:\\/\\/victoriastone-twitter.newrethinkcompliance.com\\/wp-content\\/uploads\\/2011\\/10\\/2.png\",\"image:title\":\"2\",\"image:caption\":\"\"}]', '2022-05-28 06:44:30', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:44:30', '2022-05-28 06:44:30'),
(46, 97, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '[{\"image:loc\":\"https:\\/\\/victoriastone-twitter.newrethinkcompliance.com\\/wp-content\\/uploads\\/2011\\/10\\/3.png\",\"image:title\":\"3\",\"image:caption\":\"\"}]', '2022-05-28 06:44:30', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:44:30', '2022-05-28 06:44:30'),
(47, 98, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '[{\"image:loc\":\"https:\\/\\/victoriastone-twitter.newrethinkcompliance.com\\/wp-content\\/uploads\\/2011\\/10\\/8.png\",\"image:title\":\"8\",\"image:caption\":\"\"}]', '2022-05-28 06:44:30', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:44:30', '2022-05-28 06:44:30'),
(48, 99, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '[{\"image:loc\":\"https:\\/\\/victoriastone-twitter.newrethinkcompliance.com\\/wp-content\\/uploads\\/2011\\/10\\/4.png\",\"image:title\":\"4\",\"image:caption\":\"\"}]', '2022-05-28 06:44:30', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:44:30', '2022-05-28 06:44:30'),
(49, 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '[{\"image:loc\":\"https:\\/\\/victoriastone-twitter.newrethinkcompliance.com\\/wp-content\\/uploads\\/2011\\/10\\/1.png\",\"image:title\":\"1\",\"image:caption\":\"\"}]', '2022-05-28 06:44:30', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:44:30', '2022-05-28 06:44:30'),
(50, 101, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '[{\"image:loc\":\"https:\\/\\/victoriastone-twitter.newrethinkcompliance.com\\/wp-content\\/uploads\\/2011\\/10\\/7.png\",\"image:title\":\"7\",\"image:caption\":\"\"}]', '2022-05-28 06:44:30', NULL, NULL, NULL, NULL, NULL, NULL, 0, '2022-05-28 06:44:30', '2022-05-28 06:44:30');

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

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

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

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

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

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` text 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` mediumtext NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

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

--
-- Dumping data for table `wp_links`
--

INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES
(1, 'http://articlemarketing.zmagz.com/', 'Article Marketing Tips', '', '_blank', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(2, 'http://www.premadeniches.com/', 'Premade Turnkey Blogs', '', '_blank', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/development/feed/'),
(3, 'http://blogging.zmagz.com/', 'Blogging Tips', '', '_blank', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(4, 'http://www.makemoneyfastreviews.com/', 'Make Money Online Tips', '', '_blank', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(5, 'http://affiliate.bmagz.com/', 'Affiliate Marketing Tips', '', '_blank', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');

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

--
-- Table structure for table `wp_lockdowns`
--

CREATE TABLE `wp_lockdowns` (
  `lockdown_ID` bigint(20) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `lockdown_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `release_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lockdown_IP` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

--
-- Table structure for table `wp_login_fails`
--

CREATE TABLE `wp_login_fails` (
  `login_attempt_ID` bigint(20) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `login_attempt_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `login_attempt_IP` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

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

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

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

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, '_transient_random_seed', '61d6cdd914dcef5fa3823f80b17ae99e', 'yes'),
(2, 'siteurl', 'https://victoriastone-twitter.newrethinkcompliance.com', 'yes'),
(3, 'blogname', 'Twitter Info Blog', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'kari7788i@gmail.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(14, 'rss_use_excerpt', '1', 'yes'),
(15, 'mailserver_url', 'mail.example.com', 'yes'),
(16, 'mailserver_login', 'login@example.com', 'yes'),
(17, 'mailserver_pass', 'password', 'yes'),
(18, 'mailserver_port', '110', 'yes'),
(19, 'default_category', '1', 'yes'),
(20, 'default_comment_status', 'open', 'yes'),
(21, 'default_ping_status', 'open', 'yes'),
(22, 'default_pingback_flag', '0', 'yes'),
(24, 'posts_per_page', '10', 'yes'),
(25, 'date_format', 'F j, Y', 'yes'),
(26, 'time_format', 'g:i a', 'yes'),
(27, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(31, 'comment_moderation', '0', 'yes'),
(32, 'moderation_notify', '1', 'yes'),
(33, 'permalink_structure', '/%postname%/', 'yes'),
(35, 'hack_file', '0', 'yes'),
(36, 'blog_charset', 'UTF-8', 'yes'),
(37, 'moderation_keys', '', 'no'),
(38, 'active_plugins', 'a:15:{i:0;s:35:\"ad-codez-widget/ad-codes-widget.php\";i:1;s:39:\"ad-squares-widget/ad-squares-widget.php\";i:2;s:19:\"akismet/akismet.php\";i:3;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:4;s:27:\"backupbuddy/backupbuddy.php\";i:5;s:47:\"better-search-replace/better-search-replace.php\";i:6;s:36:\"contact-form-7/wp-contact-form-7.php\";i:7;s:23:\"digg-digg/digg-digg.php\";i:8;s:44:\"featured-content-gallery/content-gallery.php\";i:9;s:36:\"google-sitemap-generator/sitemap.php\";i:10;s:25:\"gtranslate/gtranslate.php\";i:11;s:32:\"login-lockdown/loginlockdown.php\";i:12;s:22:\"obox-mobile/mobile.php\";i:13;s:46:\"searchterms-tagging-2/searchterms-tagging2.php\";i:14;s:39:\"si-captcha-for-wordpress/si-captcha.php\";}', 'yes'),
(4617, 'widget_latest-tweets', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(3211, 'ws_widget__ad_codes_configured', '0', 'yes'),
(3212, 'ws_widget__ad_codes_notices', 'a:0:{}', 'yes'),
(39, 'home', 'https://victoriastone-twitter.newrethinkcompliance.com', 'yes'),
(40, 'category_base', '', 'yes'),
(41, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(43, 'comment_max_links', '2', 'yes'),
(44, 'gmt_offset', '', 'yes'),
(45, 'default_email_category', '1', 'yes'),
(46, 'recently_edited', 'a:5:{i:0;s:99:\"/home/kerichoi/victoriastone-twitter.newrethinkcompliance.com/wp-content/themes/lifestyle/style.css\";i:2;s:100:\"/home/kerichoi/victoriastone-twitter.newrethinkcompliance.com/wp-content/themes/lifestyle/header.php\";i:3;s:100:\"/home/kerichoi/victoriastone-twitter.newrethinkcompliance.com/wp-content/themes/lifestyle/footer.php\";i:4;s:97:\"/home/kerichoi/victoriastone-twitter.newrethinkcompliance.com/wp-content/themes/twitter/style.css\";i:5;s:96:\"/home/kerichoi/victoriastone-twitter.newrethinkcompliance.com/wp-content/themes/twitter/home.php\";}', 'no'),
(48, 'template', 'genesis', 'yes'),
(49, 'stylesheet', 'lifestyle', 'yes'),
(50, 'comment_whitelist', '1', 'yes'),
(51, 'blacklist_keys', '', 'no'),
(52, 'comment_registration', '0', 'yes'),
(54, 'html_type', 'text/html', 'yes'),
(55, 'use_trackback', '0', 'yes'),
(56, 'default_role', 'subscriber', 'yes'),
(57, 'db_version', '45805', 'yes'),
(58, 'uploads_use_yearmonth_folders', '1', 'yes'),
(59, 'upload_path', 'wp-content/uploads', 'yes'),
(61, 'blog_public', '1', 'yes'),
(62, 'default_link_category', '2', 'yes'),
(63, 'show_on_front', 'posts', 'yes'),
(64, 'tag_base', '', 'yes'),
(65, 'show_avatars', '1', 'yes'),
(66, 'avatar_rating', 'G', 'yes'),
(67, 'upload_url_path', '', 'yes'),
(68, 'thumbnail_size_w', '150', 'yes'),
(69, 'thumbnail_size_h', '150', 'yes'),
(70, 'thumbnail_crop', '1', 'yes'),
(71, 'medium_size_w', '300', 'yes'),
(72, 'medium_size_h', '300', 'yes'),
(73, 'avatar_default', 'mystery', 'yes'),
(76, 'large_size_w', '1024', 'yes'),
(77, 'large_size_h', '1024', 'yes'),
(78, 'image_default_link_type', 'file', 'yes'),
(79, 'image_default_size', '', 'yes'),
(80, 'image_default_align', '', 'yes'),
(81, 'close_comments_for_old_posts', '0', 'yes'),
(82, 'close_comments_days_old', '14', 'yes'),
(83, 'thread_comments', '0', 'yes'),
(84, 'thread_comments_depth', '5', 'yes'),
(85, 'page_comments', '1', 'yes'),
(86, 'comments_per_page', '50', 'yes'),
(87, 'default_comments_page', 'newest', 'yes'),
(88, 'comment_order', 'asc', 'yes'),
(89, 'sticky_posts', 'a:0:{}', 'yes'),
(90, 'widget_categories', 'a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(91, 'widget_text', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(92, 'widget_rss', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(93, 'timezone_string', 'Africa/Abidjan', 'yes'),
(94, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:67:{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:17:\"aioseo_manage_seo\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:39:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:15:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:10:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(298, '_transient_rewrite_rules', '', 'yes'),
(96, 'cron', 'a:10:{i:1696227860;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1696228666;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:1696228667;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:1696228711;a:1:{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;}}}i:1696234057;a:2:{s:35:\"pk_stt2_promote_old_post_event_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:24:\"pk_stt2_admin_event_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1696235019;a:1:{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:1696240959;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:1696263561;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1696274685;a:1:{s:13:\"sm_ping_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}', 'yes'),
(171, '_transient_update_core', 'O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":5:{s:8:\"response\";s:7:\"upgrade\";s:3:\"url\";s:30:\"http://wordpress.org/download/\";s:7:\"package\";s:40:\"http://wordpress.org/wordpress-2.9.2.zip\";s:7:\"current\";s:5:\"2.9.2\";s:6:\"locale\";s:5:\"en_US\";}}s:12:\"last_checked\";i:1267572269;s:15:\"version_checked\";s:5:\"2.8.5\";}', 'yes'),
(111, '_transient_update_themes', 'O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1267572269;}', 'yes'),
(98, 'auth_salt', 'MB8)sonzIGhv^WDD15p#7WQl&0cOkIOgDzgKItKf!zeVt)#M!SBxHq$U@^#zR$M!', 'yes'),
(99, 'logged_in_salt', '9t2TM8VczcBGBLI1)jZvw(50#keN79D)VyTeGj@Ucn7fgJVKk3A08Py))tLuOxX0', 'yes'),
(100, 'widget_pages', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_links', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_recent-posts', 'a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:10;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:7;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'nonce_salt', 'Z&ektg*kA*m0$Wve1DyKCQNMJQj&BRBckhwgRLiH&Y&&WTlw^GRDP9qClIQYocpq', 'yes'),
(1236, 'current_theme', 'Lifestyle Greenline Theme', 'yes'),
(217, 'tubepress-mode', 'tag', 'yes'),
(143, 'dashboard_widget_options', 'a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:53:\"http://victoriastone-twitter.newrethinkcompliance.com\";s:4:\"link\";s:129:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://victoriastone-twitter.newrethinkcompliance.com/\";s:3:\"url\";s:162:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://victoriastone-twitter.newrethinkcompliance.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}', 'yes'),
(3082, 'tubepress-perPageSort', 'none', 'yes'),
(3207, 'genesis-settings', 'a:41:{s:13:\"theme_version\";s:6:\"2.10.1\";s:10:\"db_version\";i:2901;s:6:\"update\";i:1;s:20:\"update_email_address\";s:0:\"\";s:8:\"feed_uri\";s:0:\"\";s:17:\"comments_feed_uri\";s:0:\"\";s:11:\"site_layout\";s:15:\"content-sidebar\";s:10:\"blog_title\";s:5:\"image\";s:9:\"superfish\";i:1;s:10:\"nav_extras\";s:6:\"search\";s:21:\"nav_extras_twitter_id\";s:0:\"\";s:23:\"nav_extras_twitter_text\";s:20:\"Follow me on Twitter\";s:17:\"breadcrumb_single\";i:1;s:14:\"comments_posts\";i:1;s:16:\"trackbacks_posts\";i:1;s:15:\"content_archive\";s:8:\"excerpts\";s:21:\"content_archive_limit\";i:0;s:25:\"content_archive_thumbnail\";i:1;s:10:\"image_size\";s:13:\"Archive Image\";s:9:\"posts_nav\";s:9:\"prev-next\";s:8:\"blog_cat\";i:0;s:16:\"blog_cat_exclude\";s:0:\"\";s:12:\"blog_cat_num\";i:10;s:14:\"header_scripts\";s:0:\"\";s:14:\"footer_scripts\";s:0:\"\";s:21:\"breadcrumb_front_page\";i:0;s:15:\"breadcrumb_home\";i:0;s:15:\"breadcrumb_page\";i:0;s:21:\"breadcrumb_posts_page\";i:0;s:18:\"breadcrumb_archive\";i:0;s:14:\"breadcrumb_404\";i:0;s:21:\"breadcrumb_attachment\";i:0;s:14:\"comments_pages\";i:0;s:13:\"redirect_feed\";i:0;s:22:\"redirect_comments_feed\";i:0;s:16:\"trackbacks_pages\";i:0;s:15:\"style_selection\";s:0:\"\";s:15:\"image_alignment\";s:9:\"alignleft\";s:13:\"first_version\";s:5:\"2.0.2\";s:10:\"adsense_id\";s:0:\"\";s:12:\"update_email\";i:0;}', 'yes'),
(3205, 'theme_mods_twentyeleven', 'a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1344585749;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:13:{i:0;s:7:\"pages-2\";i:1;s:10:\"calendar-2\";i:2;s:10:\"archives-2\";i:3;s:7:\"links-2\";i:4;s:6:\"meta-2\";i:5;s:8:\"search-2\";i:6;s:6:\"text-2\";i:7;s:12:\"categories-2\";i:8;s:14:\"recent-posts-2\";i:9;s:17:\"recent-comments-2\";i:10;s:5:\"rss-2\";i:11;s:11:\"tag_cloud-2\";i:12;s:10:\"nav_menu-2\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";N;s:9:\"sidebar-5\";N;}}}', 'yes'),
(3206, 'theme_switched', '', 'yes'),
(3249, 'widget_ws_widget__ad_codes', 'a:6:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:4:\"code\";s:217:\"<a href=\"[headeraffurl]\" target=\"_blank\"><img src=\"https://victoriastone-twitter.newrethinkcompliance.com/wp-content/uploads/2022/05/4685.jpg\" alt=\"[headeralttag]\" title=\"[headeralttag]\" width=\"468\" height=\"60\" /></a>\";}i:3;a:2:{s:5:\"title\";s:0:\"\";s:4:\"code\";s:269:\"<iframe src=\"//rcm-na.amazon-adsystem.com/e/cm?o=1&p=12&l=ez&f=ifr&linkID=7089790275b71f3c0241bb99233f45d1&t=denvervigilan-20&tracking_id=denvervigilan-20\" width=\"300\" height=\"250\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>\";}i:5;a:2:{s:5:\"title\";s:0:\"\";s:4:\"code\";s:642:\"<script type=\"text/javascript\"><!--\r\ncbengine_user = \"[cbengineid]\";\r\ncbengine_cbid = \"[clickbankid]\";\r\ncbengine_ad_output = \"html\";\r\ncbengine_rotate = \"no\";\r\ncbengine_kw = \"[clickbankkw]\";\r\ncbengine_ad_target = \"_blank\";\r\ncbengine_ad_format = \"468x60\";\r\ncbengine_ad_width = \"468\";\r\ncbengine_ad_height = \"60\";\r\ncbengine_color_border = \"FFFFFF\";\r\ncbengine_color_bg = \"FFFFFF\";\r\ncbengine_color_link = \"0D4557\";\r\ncbengine_color_url = \"206BA2\";\r\ncbengine_color_text = \"333333\";\r\ncbengine_alternate_ad_url = \"http://premadethemes.com/cbpro\";\r\n//-->\r\n</script>\r\n<script type=\"text/javascript\" src=\"http://www.cbengine.com/ads/show_ads.js\"></script>\";}i:8;a:2:{s:5:\"title\";s:0:\"\";s:4:\"code\";s:269:\"<iframe src=\"//rcm-na.amazon-adsystem.com/e/cm?o=1&p=12&l=ez&f=ifr&linkID=7089790275b71f3c0241bb99233f45d1&t=denvervigilan-20&tracking_id=denvervigilan-20\" width=\"300\" height=\"250\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>\";}i:9;a:2:{s:5:\"title\";s:0:\"\";s:4:\"code\";s:269:\"<iframe src=\"//rcm-na.amazon-adsystem.com/e/cm?o=1&p=12&l=ez&f=ifr&linkID=7089790275b71f3c0241bb99233f45d1&t=denvervigilan-20&tracking_id=denvervigilan-20\" width=\"300\" height=\"250\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(3208, 'millionaire', 'a:47:{s:15:\"top_navbar_show\";i:1;s:17:\"amazon_store_link\";s:0:\"\";s:9:\"amazon_id\";s:9:\"feewow-20\";s:14:\"amazon_keyword\";s:17:\"twitter marketing\";s:14:\"amazon_country\";s:2:\"US\";s:12:\"clickbank_id\";s:9:\"ijalmar77\";s:17:\"clickbank_keyword\";s:17:\"twitter marketing\";s:11:\"cbengine_id\";s:12:\"cbsuccess777\";s:11:\"adsense_300\";s:0:\"\";s:11:\"adsense_468\";s:653:\"<script type=\"text/javascript\"><!--\r\ncbengine_user = \"cbsuccess777\";\r\ncbengine_cbid = \"ijalmar77\";\r\ncbengine_ad_output = \"html\";\r\ncbengine_rotate = \"yes\";\r\ncbengine_kw = \"twitter, social marketing\";\r\ncbengine_ad_target = \"_blank\";\r\ncbengine_ad_format = \"336x280\";\r\ncbengine_ad_width = \"336\";\r\ncbengine_ad_height = \"280\";\r\ncbengine_color_border = \"FFFFFF\";\r\ncbengine_color_bg = \"FFFFFF\";\r\ncbengine_color_link = \"0D4557\";\r\ncbengine_color_url = \"206BA2\";\r\ncbengine_color_text = \"222222\";\r\ncbengine_alternate_ad_url = \"http://premadethemes.com/cbpro\";\r\n//-->\r\n</script>\r\n<script type=\"text/javascript\" src=\"http://www.cbengine.com/ads/show_ads.js\"></script>\";s:16:\"adsense_468_show\";i:1;s:11:\"adsense_336\";s:653:\"<script type=\"text/javascript\"><!--\r\ncbengine_user = \"cbsuccess777\";\r\ncbengine_cbid = \"ijalmar77\";\r\ncbengine_ad_output = \"html\";\r\ncbengine_rotate = \"yes\";\r\ncbengine_kw = \"twitter, social marketing\";\r\ncbengine_ad_target = \"_blank\";\r\ncbengine_ad_format = \"336x280\";\r\ncbengine_ad_width = \"336\";\r\ncbengine_ad_height = \"280\";\r\ncbengine_color_border = \"FFFFFF\";\r\ncbengine_color_bg = \"FFFFFF\";\r\ncbengine_color_link = \"0D4557\";\r\ncbengine_color_url = \"206BA2\";\r\ncbengine_color_text = \"222222\";\r\ncbengine_alternate_ad_url = \"http://premadethemes.com/cbpro\";\r\n//-->\r\n</script>\r\n<script type=\"text/javascript\" src=\"http://www.cbengine.com/ads/show_ads.js\"></script>\";s:16:\"adsense_336_show\";i:1;s:15:\"adsense_archive\";s:0:\"\";s:10:\"ad_top_url\";s:52:\"http://35986hv--dqcj27gxvsbpazb5i.hop.clickbank.net/\";s:14:\"ad_top_alt_tag\";s:14:\"Power Blogging\";s:12:\"ad_top_image\";s:73:\"http://www.autopowerblogs.com/sale/copy/jvinvite/images/APB_468_60_1a.gif\";s:9:\"aff1_link\";s:52:\"http://35986hv--dqcj27gxvsbpazb5i.hop.clickbank.net/\";s:14:\"aff1_title_tag\";s:14:\"Power Blogging\";s:17:\"aff1_banner_url_1\";s:70:\"http://autopowerblogs.com/sale/copy/jvinvite/images/APB_300_250_1a.gif\";s:17:\"aff1_banner_url_2\";s:70:\"http://autopowerblogs.com/sale/copy/jvinvite/images/APB_125_125_1a.gif\";s:17:\"aff1_banner_url_3\";s:69:\"http://autopowerblogs.com/sale/copy/jvinvite/images/APB_468_60_1a.gif\";s:9:\"aff2_link\";s:52:\"http://b307dhy3penp820ezcub87va1f.hop.clickbank.net/\";s:14:\"aff2_title_tag\";s:14:\"Jackpot Profit\";s:17:\"aff2_banner_url_1\";s:0:\"\";s:17:\"aff2_banner_url_2\";s:57:\"http://profitjackpot.com/jvinfo/images/banner-125x125.jpg\";s:17:\"aff2_banner_url_3\";s:0:\"\";s:9:\"aff3_link\";s:0:\"\";s:14:\"aff3_title_tag\";s:0:\"\";s:17:\"aff3_banner_url_1\";s:0:\"\";s:17:\"aff3_banner_url_2\";s:0:\"\";s:17:\"aff3_banner_url_3\";s:0:\"\";s:9:\"aff4_link\";s:0:\"\";s:14:\"aff4_title_tag\";s:0:\"\";s:17:\"aff4_banner_url_1\";s:0:\"\";s:17:\"aff4_banner_url_2\";s:0:\"\";s:17:\"aff4_banner_url_3\";s:0:\"\";s:15:\"footer_link_url\";s:29:\"http://www.premadeniches.com/\";s:19:\"footer_link_keyword\";s:17:\"Best PLR Websites\";s:17:\"amazon_show_posts\";i:0;s:17:\"amazon_show_store\";i:0;s:22:\"clickbank_show_sidebar\";i:0;s:13:\"move_main_nav\";i:0;s:16:\"adsense_300_show\";i:0;s:20:\"adsense_archive_show\";i:0;s:26:\"adsense_archive_show_below\";i:0;s:21:\"adsense_300_show_home\";i:0;}', 'yes'),
(3213, 'ws_widget__ad_codes_options', 'a:0:{}', 'yes'),
(3214, 'ws_widget__ad_squares_configured', '0', 'yes'),
(3215, 'ws_widget__ad_squares_notices', 'a:0:{}', 'yes'),
(3216, 'ws_widget__ad_squares_options', 'a:0:{}', 'yes'),
(3217, 'wpcf7', 'a:1:{s:7:\"version\";s:3:\"3.6\";}', 'yes'),
(3218, 'dd_global_config', 'a:6:{s:24:\"dd_global_twitter_option\";a:1:{s:31:\"dd_global_twitter_option_source\";s:11:\"jvmelvine23\";}s:23:\"dd_global_buffer_option\";a:1:{s:30:\"dd_global_buffer_option_source\";s:0:\"\";}s:26:\"dd_global_tweetmeme_option\";a:3:{s:33:\"dd_global_tweetmeme_option_source\";s:0:\"\";s:34:\"dd_global_tweetmeme_option_service\";s:0:\"\";s:38:\"dd_global_tweetmeme_option_service_api\";s:0:\"\";}s:22:\"dd_global_topsy_option\";a:2:{s:29:\"dd_global_topsy_option_source\";s:0:\"\";s:28:\"dd_global_topsy_option_theme\";s:4:\"blue\";}s:25:\"dd_global_facebook_option\";a:5:{s:32:\"dd_global_facebook_option_locale\";s:5:\"en_US\";s:30:\"dd_global_facebook_option_send\";s:0:\"\";s:30:\"dd_global_facebook_option_face\";s:0:\"\";s:31:\"dd_global_facebook_option_thumb\";s:0:\"\";s:39:\"dd_global_facebook_option_default_thumb\";s:0:\"\";}s:23:\"dd_global_flattr_option\";a:1:{s:27:\"dd_global_flattr_option_uid\";s:0:\"\";}}', 'yes'),
(3219, 'dd_normal_display_config', 'a:5:{s:14:\"display_option\";a:6:{s:19:\"display_option_home\";s:0:\"\";s:19:\"display_option_post\";s:2:\"on\";s:19:\"display_option_page\";s:0:\"\";s:18:\"display_option_cat\";s:0:\"\";s:18:\"display_option_tag\";s:0:\"\";s:22:\"display_option_archive\";s:0:\"\";}s:15:\"category_option\";a:3:{s:21:\"category_option_radio\";s:29:\"category_option_radio_include\";s:23:\"category_option_include\";s:3:\"All\";s:23:\"category_option_exclude\";s:4:\"None\";}s:10:\"dd_line_up\";a:1:{s:17:\"dd_line_up_select\";s:10:\"Horizontal\";}s:16:\"dd_status_option\";a:1:{s:24:\"dd_status_option_display\";s:2:\"on\";}s:16:\"dd_excerp_option\";a:1:{s:24:\"dd_excerp_option_display\";s:2:\"on\";}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3220, 'dd_normal_button', 'a:2:{s:24:\"dd_normal_button_display\";a:24:{s:14:\"dd_button_digg\";O:7:\"DD_Digg\":30:{s:4:\"name\";s:4:\"Digg\";s:10:\"websiteURL\";s:19:\"http://www.digg.com\";s:6:\"apiURL\";s:44:\"http://about.digg.com/downloads/button/smart\";s:7:\"baseURL\";s:383:\"<script type=\'text/javascript\'>(function() {var s = document.createElement(\'SCRIPT\'), s1 = document.getElementsByTagName(\'SCRIPT\')[0];s.type = \'text/javascript\';s.async = true;s.src = \'http://widgets.digg.com/buttons.js\';s1.parentNode.insertBefore(s, s1);})();</script> <a class=\'DiggThisButton VOTE_BUTTON_DESIGN\' href=\'http://digg.com/submit?url=VOTE_URL&amp;title=VOTE_TITLE\'></a>\";s:12:\"baseURL_lazy\";s:123:\"<div class=\'dd-digg-ajax-load dd-digg-POST_ID\'></div><a class=\'DiggThisButton DD_DIGG_AJAX_POST_ID VOTE_BUTTON_DESIGN\'></a>\";s:19:\"baseURL_lazy_script\";s:253:\" function loadDigg_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-digg-POST_ID\').remove();$(\'.DD_DIGG_AJAX_POST_ID\').attr(\'href\',\'http://digg.com/submit?url=VOTE_URL&amp;title=VOTE_TITLE\');$.getScript(\'http://widgets.digg.com/buttons.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:56:\"window.setTimeout(\'loadDigg_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:18:\"dd_digg_appendType\";s:13:\"after_content\";s:20:\"dd_digg_buttonDesign\";s:6:\"Normal\";s:23:\"dd_digg_ajax_left_float\";s:0:\"\";s:17:\"dd_digg_lazy_load\";s:0:\"\";s:21:\"dd_digg_button_weight\";s:3:\"101\";}s:18:\"option_append_type\";s:18:\"dd_digg_appendType\";s:20:\"option_button_design\";s:20:\"dd_digg_buttonDesign\";s:20:\"option_button_weight\";s:21:\"dd_digg_button_weight\";s:22:\"option_ajax_left_float\";s:23:\"dd_digg_ajax_left_float\";s:16:\"option_lazy_load\";s:17:\"dd_digg_lazy_load\";s:19:\"button_weight_value\";s:2:\"95\";s:19:\"float_button_design\";s:6:\"Normal\";s:12:\"buttonLayout\";a:4:{s:4:\"Wide\";s:8:\"DiggWide\";s:6:\"Normal\";s:10:\"DiggMedium\";s:7:\"Compact\";s:11:\"DiggCompact\";s:4:\"Icon\";s:8:\"DiggIcon\";}s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:4:{s:4:\"Wide\";s:8:\"DiggWide\";s:6:\"Normal\";s:10:\"DiggMedium\";s:7:\"Compact\";s:11:\"DiggCompact\";s:4:\"Icon\";s:8:\"DiggIcon\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_reddit\";O:9:\"DD_Reddit\":31:{s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:21:\"button2.html?width=51\";s:7:\"Compact\";s:22:\"button1.html?width=120\";s:4:\"Icon\";s:21:\"button3.html?width=69\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:21:\"button2.html?width=51\";s:7:\"Compact\";s:22:\"button1.html?width=120\";s:4:\"Icon\";s:21:\"button3.html?width=69\";}s:21:\"buttonLayoutLazyWidth\";a:3:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";s:4:\"Icon\";s:2:\"69\";}s:22:\"buttonLayoutLazyHeight\";a:3:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";s:4:\"Icon\";s:2:\"52\";}s:23:\"buttonLayoutWidthHeight\";a:3:{s:6:\"Normal\";s:22:\"height=\"69\" width=\"51\"\";s:7:\"Compact\";s:23:\"height=\"22\" width=\"120\"\";s:4:\"Icon\";s:22:\"height=\"52\" width=\"69\"\";}s:4:\"name\";s:6:\"Reddit\";s:10:\"websiteURL\";s:21:\"http://www.reddit.com\";s:6:\"apiURL\";s:30:\"http://www.reddit.com/buttons/\";s:7:\"baseURL\";s:165:\"<iframe src=\"http://www.reddit.com/static/button/VOTE_BUTTON_DESIGN&url=VOTE_URL&title=VOTE_TITLE&newwindow=\'1\'\" EXTRA_VALUE scrolling=\'no\' frameborder=\'0\'></iframe>\";s:12:\"baseURL_lazy\";s:164:\"<div class=\'dd-reddit-ajax-load dd-reddit-POST_ID\'></div><iframe class=\'DD_REDDIT_AJAX_POST_ID\' src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\'></iframe>\";s:19:\"baseURL_lazy_script\";s:400:\" function loadReddit_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-reddit-POST_ID\').remove();$(\'.DD_REDDIT_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_REDDIT_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_REDDIT_AJAX_POST_ID\').attr(\'src\',\'http://www.reddit.com/static/button/VOTE_BUTTON_DESIGN&url=VOTE_URL&title=VOTE_TITLE&newwindow=1\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadReddit_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_reddit_appendType\";s:13:\"after_content\";s:22:\"dd_reddit_buttonDesign\";s:6:\"Normal\";s:25:\"dd_reddit_ajax_left_float\";s:0:\"\";s:19:\"dd_reddit_lazy_load\";s:0:\"\";s:23:\"dd_reddit_button_weight\";s:3:\"100\";}s:18:\"option_append_type\";s:20:\"dd_reddit_appendType\";s:20:\"option_button_design\";s:22:\"dd_reddit_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_reddit_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_reddit_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_reddit_lazy_load\";s:19:\"button_weight_value\";s:2:\"99\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:15:\"dd_button_gbuzz\";O:8:\"DD_GBuzz\":30:{s:4:\"name\";s:11:\"Google Buzz\";s:10:\"websiteURL\";s:26:\"http://www.google.com/buzz\";s:6:\"apiURL\";s:53:\"http://www.google.com/buzz/api/admin/configPostWidget\";s:7:\"baseURL\";s:247:\"<a title=\'Post on Google Buzz\' class=\'google-buzz-button\' href=\'http://www.google.com/buzz/post\' data-button-style=\'VOTE_BUTTON_DESIGN\' data-url=\'VOTE_URL\'></a><script type=\'text/javascript\' src=\'http://www.google.com/buzz/api/button.js\'></script>\";s:12:\"baseURL_lazy\";s:215:\"<div class=\'dd-gbuzz-ajax-load dd-gbuzz-POST_ID\'></div><a title=\'Post on Google Buzz\' class=\'google-buzz-button\' href=\'http://www.google.com/buzz/post\' data-button-style=\'VOTE_BUTTON_DESIGN\' data-url=\'VOTE_URL\'></a>\";s:19:\"baseURL_lazy_script\";s:162:\" function loadGBuzz_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-gbuzz-POST_ID\').remove();$.getScript(\'http://www.google.com/buzz/api/button.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:57:\"window.setTimeout(\'loadGBuzz_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:0;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:19:\"dd_gbuzz_appendType\";s:4:\"none\";s:21:\"dd_gbuzz_buttonDesign\";s:6:\"Normal\";s:24:\"dd_gbuzz_ajax_left_float\";s:0:\"\";s:18:\"dd_gbuzz_lazy_load\";s:0:\"\";s:22:\"dd_gbuzz_button_weight\";s:2:\"98\";}s:18:\"option_append_type\";s:19:\"dd_gbuzz_appendType\";s:20:\"option_button_design\";s:21:\"dd_gbuzz_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_gbuzz_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_gbuzz_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_gbuzz_lazy_load\";s:19:\"button_weight_value\";s:2:\"98\";s:19:\"float_button_design\";s:6:\"Normal\";s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:12:\"normal-count\";s:7:\"Compact\";s:11:\"small-count\";}s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:12:\"normal-count\";s:7:\"Compact\";s:11:\"small-count\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:15:\"dd_button_dzone\";O:8:\"DD_DZone\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:25:\"1\' height=\'70\' width=\'50\'\";s:7:\"Compact\";s:26:\"2\' height=\'25\' width=\'155\'\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:1:\"1\";s:7:\"Compact\";s:1:\"2\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"50\";s:7:\"Compact\";s:3:\"155\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"70\";s:7:\"Compact\";s:2:\"25\";}s:4:\"name\";s:5:\"DZone\";s:10:\"websiteURL\";s:20:\"http://www.dzone.com\";s:6:\"apiURL\";s:38:\"http://www.dzone.com/links/buttons.jsp\";s:7:\"baseURL\";s:163:\"<iframe src=\'http://widgets.dzone.com/links/widgets/zoneit.html?url=VOTE_URL&amp;title=VOTE_TITLE&amp;t=VOTE_BUTTON_DESIGN frameborder=\'0\' scrolling=\'no\'></iframe>\";s:12:\"baseURL_lazy\";s:161:\"<div class=\'dd-dzone-ajax-load dd-dzone-POST_ID\'></div><iframe class=\'DD_DZONE_AJAX_POST_ID\' src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\'></iframe>\";s:19:\"baseURL_lazy_script\";s:400:\" function loadDzone_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-dzone-POST_ID\').remove();$(\'.DD_DZONE_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_DZONE_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_DZONE_AJAX_POST_ID\').attr(\'src\',\'http://widgets.dzone.com/links/widgets/zoneit.html?url=VOTE_URL&title=VOTE_TITLE&t=VOTE_BUTTON_DESIGN\'); }); }\";s:21:\"scheduler_lazy_script\";s:57:\"window.setTimeout(\'loadDzone_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:19:\"dd_dzone_appendType\";s:4:\"none\";s:21:\"dd_dzone_buttonDesign\";s:6:\"Normal\";s:24:\"dd_dzone_ajax_left_float\";s:0:\"\";s:18:\"dd_dzone_lazy_load\";s:0:\"\";s:22:\"dd_dzone_button_weight\";s:2:\"97\";}s:18:\"option_append_type\";s:19:\"dd_dzone_appendType\";s:20:\"option_button_design\";s:21:\"dd_dzone_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_dzone_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_dzone_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_dzone_lazy_load\";s:19:\"button_weight_value\";s:2:\"97\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:17:\"dd_button_fbshare\";O:10:\"DD_FbShare\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:9:\"box_count\";s:7:\"Compact\";s:12:\"button_count\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:9:\"box_count\";s:7:\"Compact\";s:12:\"button_count\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:14:\"Facebook Share\";s:10:\"websiteURL\";s:23:\"http://www.facebook.com\";s:6:\"apiURL\";s:30:\"http://www.facebook.com/share/\";s:7:\"baseURL\";s:209:\"<a name=\'fb_share\' type=\'VOTE_BUTTON_DESIGN\' share_url=\'VOTE_URL\' href=\'http://www.facebook.com/sharer.php\'></a><script src=\'http://static.ak.fbcdn.net/connect.php/js/FB.Share\' type=\'text/javascript\'></script>\";s:12:\"baseURL_lazy\";s:203:\"<div class=\'dd-fbshare-ajax-load dd-fbshare-POST_ID\'></div><a class=\'DD_FBSHARE_AJAX_POST_ID\' name=\'fb_share\' type=\'VOTE_BUTTON_DESIGN\' share_url=\'VOTE_URL\' href=\'http://www.facebook.com/sharer.php\'></a>\";s:19:\"baseURL_lazy_script\";s:177:\" function loadFBShare_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-fbshare-POST_ID\').remove(); $.getScript(\'http://static.ak.fbcdn.net/connect.php/js/FB.Share\'); }); }\";s:21:\"scheduler_lazy_script\";s:59:\"window.setTimeout(\'loadFBShare_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:21:\"dd_fbshare_appendType\";s:4:\"none\";s:23:\"dd_fbshare_buttonDesign\";s:6:\"Normal\";s:26:\"dd_fbshare_ajax_left_float\";s:0:\"\";s:20:\"dd_fbshare_lazy_load\";s:0:\"\";s:24:\"dd_fbshare_button_weight\";s:3:\"108\";}s:18:\"option_append_type\";s:21:\"dd_fbshare_appendType\";s:20:\"option_button_design\";s:23:\"dd_fbshare_buttonDesign\";s:20:\"option_button_weight\";s:24:\"dd_fbshare_button_weight\";s:22:\"option_ajax_left_float\";s:26:\"dd_fbshare_ajax_left_float\";s:16:\"option_lazy_load\";s:20:\"dd_fbshare_lazy_load\";s:19:\"button_weight_value\";s:2:\"95\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_delicious\";O:12:\"DD_Delicious\":30:{s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:25:\"dd_delicious_normal_image\";s:7:\"Compact\";s:26:\"dd_delicious_compact_image\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:25:\"dd_delicious_normal_image\";s:7:\"Compact\";s:26:\"dd_delicious_compact_image\";}s:4:\"name\";s:9:\"Delicious\";s:10:\"websiteURL\";s:24:\"http://www.delicious.com\";s:6:\"apiURL\";s:35:\"http://www.delicious.com/help/feeds\";s:7:\"baseURL\";s:436:\"<div class=\'VOTE_BUTTON_DESIGN dd_delicious\'><a class=\'VOTE_BUTTON_DESIGN\' href=\'http://delicious.com/save\' onclick=\"window.open(\'http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=\'+encodeURIComponent(\'VOTE_URL\')+\'&amp;title=\'+encodeURIComponent(\'VOTE_TITLE\'),\'delicious\', \'toolbar=no,width=550,height=550\'); return false;\"><span id=\'DD_DELICIOUS_AJAX_POST_ID\'><div style=\'padding-top:3px\'>SAVED_COUNT</div></span></a></div>\";s:12:\"baseURL_lazy\";s:374:\"<div class=\'VOTE_BUTTON_DESIGN dd_delicious\'><a href=\'http://delicious.com/save\' onclick=\"window.open(\'http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=\'+encodeURIComponent(\'VOTE_URL\')+\'&amp;title=\'+encodeURIComponent(\'VOTE_TITLE\'),\'delicious\', \'toolbar=no,width=550,height=550\'); return false;\"><span id=\'DD_DELICIOUS_AJAX_POST_ID\'>SAVED_COUNT</span></a></div>\";s:19:\"baseURL_lazy_script\";s:428:\" function loadDelicious_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-delicious-POST_ID\').remove();$.getJSON(\'http://feeds.delicious.com/v2/json/urlinfo/data?url=VOTE_URL&amp;callback=?\',function(data) {var msg =\'\';var count = 0;if (data.length > 0) {count = data[0].total_posts;if(count ==0){msg = \'0\';}else if(count ==1){msg = \'1\';}else{msg = count}}else{msg = \'0\';}$(\'#DD_DELICIOUS_AJAX_POST_ID\').text(msg);}); }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadDelicious_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_delicious_appendType\";s:4:\"none\";s:25:\"dd_delicious_buttonDesign\";s:6:\"Normal\";s:28:\"dd_delicious_ajax_left_float\";s:0:\"\";s:22:\"dd_delicious_lazy_load\";s:0:\"\";s:26:\"dd_delicious_button_weight\";s:2:\"93\";}s:18:\"option_append_type\";s:23:\"dd_delicious_appendType\";s:20:\"option_button_design\";s:25:\"dd_delicious_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_delicious_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_delicious_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_delicious_lazy_load\";s:19:\"button_weight_value\";s:2:\"93\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_fblike\";O:9:\"DD_FbLike\":31:{s:19:\"float_button_design\";s:14:\"Like Box Count\";s:12:\"buttonLayout\";a:6:{s:13:\"Like Standard\";s:81:\"layout=standard&amp;action=like&amp;width=350&amp;height=24&amp;colorscheme=light\";s:17:\"Like Button Count\";s:84:\"layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light\";s:14:\"Like Box Count\";s:81:\"layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light\";s:18:\"Recommend Standard\";s:86:\"layout=standard&amp;action=recommend&amp;width=400&amp;height=24&amp;colorscheme=light\";s:22:\"Recommend Button Count\";s:90:\"layout=button_count&amp;action=recommend&amp;width=130&amp;height=20&amp;colorscheme=light\";s:19:\"Recommend Box Count\";s:86:\"layout=box_count&amp;action=recommend&amp;width=90&amp;height=60&amp;colorscheme=light\";}s:16:\"buttonLayoutLazy\";a:6:{s:13:\"Like Standard\";s:81:\"layout=standard&amp;action=like&amp;width=350&amp;height=24&amp;colorscheme=light\";s:17:\"Like Button Count\";s:84:\"layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light\";s:14:\"Like Box Count\";s:81:\"layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light\";s:18:\"Recommend Standard\";s:86:\"layout=standard&amp;action=recommend&amp;width=400&amp;height=24&amp;colorscheme=light\";s:22:\"Recommend Button Count\";s:90:\"layout=button_count&amp;action=recommend&amp;width=130&amp;height=20&amp;colorscheme=light\";s:19:\"Recommend Box Count\";s:86:\"layout=box_count&amp;action=recommend&amp;width=90&amp;height=60&amp;colorscheme=light\";}s:23:\"buttonLayoutWidthHeight\";a:6:{s:13:\"Like Standard\";s:25:\"width:500px; height:24px;\";s:17:\"Like Button Count\";s:24:\"width:92px; height:20px;\";s:14:\"Like Box Count\";s:24:\"width:50px; height:62px;\";s:18:\"Recommend Standard\";s:25:\"width:500px; height:24px;\";s:22:\"Recommend Button Count\";s:25:\"width:130px; height:20px;\";s:19:\"Recommend Box Count\";s:24:\"width:90px; height:60px;\";}s:21:\"buttonLayoutLazyWidth\";a:6:{s:13:\"Like Standard\";s:3:\"500\";s:17:\"Like Button Count\";s:2:\"92\";s:14:\"Like Box Count\";s:2:\"50\";s:18:\"Recommend Standard\";s:3:\"500\";s:22:\"Recommend Button Count\";s:3:\"130\";s:19:\"Recommend Box Count\";s:2:\"90\";}s:22:\"buttonLayoutLazyHeight\";a:6:{s:13:\"Like Standard\";s:2:\"24\";s:17:\"Like Button Count\";s:2:\"20\";s:14:\"Like Box Count\";s:2:\"62\";s:18:\"Recommend Standard\";s:2:\"24\";s:22:\"Recommend Button Count\";s:2:\"20\";s:19:\"Recommend Box Count\";s:2:\"60\";}s:4:\"name\";s:22:\"Facebook Like (IFrame)\";s:10:\"websiteURL\";s:23:\"http://www.facebook.com\";s:6:\"apiURL\";s:58:\"http://developers.facebook.com/docs/reference/plugins/like\";s:7:\"baseURL\";s:234:\"<iframe src=\'http://www.facebook.com/plugins/like.php?href=VOTE_URL&amp;locale=FACEBOOK_LOCALE&amp;VOTE_BUTTON_DESIGN\' scrolling=\'no\' frameborder=\'0\' style=\'border:none; overflow:hidden; EXTRA_VALUE\' allowTransparency=\'true\'></iframe>\";s:12:\"baseURL_lazy\";s:189:\"<div class=\'dd-fblike-ajax-load dd-fblike-POST_ID\'></div><iframe class=\"DD_FBLIKE_AJAX_POST_ID\" src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\' allowTransparency=\'true\'></iframe>\";s:19:\"baseURL_lazy_script\";s:408:\" function loadFBLike_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-fblike-POST_ID\').remove();$(\'.DD_FBLIKE_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_FBLIKE_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_FBLIKE_AJAX_POST_ID\').attr(\'src\',\'http://www.facebook.com/plugins/like.php?href=VOTE_URL&amp;locale=FACEBOOK_LOCALE&amp;VOTE_BUTTON_DESIGN\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadFBLike_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_fblike_appendType\";s:4:\"none\";s:22:\"dd_fblike_buttonDesign\";s:13:\"Like Standard\";s:25:\"dd_fblike_ajax_left_float\";s:0:\"\";s:19:\"dd_fblike_lazy_load\";s:0:\"\";s:23:\"dd_fblike_button_weight\";s:2:\"96\";}s:18:\"option_append_type\";s:20:\"dd_fblike_appendType\";s:20:\"option_button_design\";s:22:\"dd_fblike_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_fblike_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_fblike_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_fblike_lazy_load\";s:19:\"button_weight_value\";s:2:\"96\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:21:\"dd_button_stumbleupon\";O:14:\"DD_StumbleUpon\":30:{s:19:\"islazyLoadAvailable\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:1:\"5\";s:7:\"Compact\";s:1:\"1\";}s:4:\"name\";s:11:\"Stumbleupon\";s:10:\"websiteURL\";s:26:\"http://www.stumbleupon.com\";s:6:\"apiURL\";s:34:\"http://www.stumbleupon.com/badges/\";s:7:\"baseURL\";s:102:\"<script src=\'http://www.stumbleupon.com/hostedbadge.php?s=VOTE_BUTTON_DESIGN&amp;r=VOTE_URL\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:10:\"wp_options\";a:5:{s:25:\"dd_stumbleupon_appendType\";s:4:\"none\";s:27:\"dd_stumbleupon_buttonDesign\";s:6:\"Normal\";s:30:\"dd_stumbleupon_ajax_left_float\";s:0:\"\";s:24:\"dd_stumbleupon_lazy_load\";s:0:\"\";s:28:\"dd_stumbleupon_button_weight\";s:2:\"97\";}s:18:\"option_append_type\";s:25:\"dd_stumbleupon_appendType\";s:20:\"option_button_design\";s:27:\"dd_stumbleupon_buttonDesign\";s:20:\"option_button_weight\";s:28:\"dd_stumbleupon_button_weight\";s:22:\"option_ajax_left_float\";s:30:\"dd_stumbleupon_ajax_left_float\";s:16:\"option_lazy_load\";s:24:\"dd_stumbleupon_lazy_load\";s:19:\"button_weight_value\";s:2:\"97\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_yahoobuzz\";O:8:\"DD_YBuzz\":30:{s:19:\"islazyLoadAvailable\";b:0;s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:6:\"square\";s:7:\"Compact\";s:11:\"small-votes\";s:12:\"Compact_Text\";s:10:\"text-votes\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:10:\"Yahoo Buzz\";s:10:\"websiteURL\";s:21:\"http://buzz.yahoo.com\";s:6:\"apiURL\";s:29:\"http://buzz.yahoo.com/buttons\";s:7:\"baseURL\";s:216:\"<script type=\'text/javascript\'>yahooBuzzArticleHeadline=\"VOTE_TITLE\";yahooBuzzArticleId=\"VOTE_URL\";</script><script type=\'text/javascript\' src=\'http://d.yimg.com/ds/badge2.js\' badgetype=\'VOTE_BUTTON_DESIGN\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:19:\"dd_ybuzz_appendType\";s:4:\"none\";s:21:\"dd_ybuzz_buttonDesign\";s:6:\"Normal\";s:24:\"dd_ybuzz_ajax_left_float\";s:0:\"\";s:18:\"dd_ybuzz_lazy_load\";s:0:\"\";s:22:\"dd_ybuzz_button_weight\";s:2:\"90\";}s:18:\"option_append_type\";s:19:\"dd_ybuzz_appendType\";s:20:\"option_button_design\";s:21:\"dd_ybuzz_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_ybuzz_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_ybuzz_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_ybuzz_lazy_load\";s:19:\"button_weight_value\";s:2:\"90\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_fbshareme\";O:12:\"DD_FbShareMe\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:5:\"large\";s:7:\"Compact\";s:5:\"small\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:5:\"large\";s:7:\"Compact\";s:5:\"small\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"53\";s:7:\"Compact\";s:2:\"80\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"18\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:10:\"fbShare.me\";s:10:\"websiteURL\";s:21:\"http://www.fbshare.me\";s:6:\"apiURL\";s:21:\"http://www.fbshare.me\";s:7:\"baseURL\";s:142:\"<script>var fbShare = {url: \'VOTE_URL\',size: \'VOTE_BUTTON_DESIGN\',}</script><script src=\'http://widgets.fbshare.me/files/fbshare.js\'></script>\";s:12:\"baseURL_lazy\";s:198:\"<div class=\'dd-fbshareme-ajax-load dd-fbshareme-POST_ID\'></div><iframe class=\"DD_FBSHAREME_AJAX_POST_ID\" src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\' allowtransparency=\'true\'></iframe>\";s:19:\"baseURL_lazy_script\";s:400:\" function loadFBShareMe_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-fbshareme-POST_ID\').remove();$(\'.DD_FBSHAREME_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_FBSHAREME_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_FBSHAREME_AJAX_POST_ID\').attr(\'src\',\'http://widgets.fbshare.me/files/fbshare.php?url=VOTE_URL&size=VOTE_BUTTON_DESIGN\');  }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadFBShareMe_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_fbshareme_appendType\";s:4:\"none\";s:25:\"dd_fbshareme_buttonDesign\";s:6:\"Normal\";s:28:\"dd_fbshareme_ajax_left_float\";s:0:\"\";s:22:\"dd_fbshareme_lazy_load\";s:0:\"\";s:26:\"dd_fbshareme_button_weight\";s:2:\"94\";}s:18:\"option_append_type\";s:23:\"dd_fbshareme_appendType\";s:20:\"option_button_design\";s:25:\"dd_fbshareme_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_fbshareme_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_fbshareme_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_fbshareme_lazy_load\";s:19:\"button_weight_value\";s:2:\"94\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:21:\"dd_button_blogenagage\";O:13:\"DD_BlogEngage\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:11:\"button4.php\";}s:4:\"name\";s:10:\"BlogEngage\";s:10:\"websiteURL\";s:25:\"http://www.blogengage.com\";s:6:\"apiURL\";s:43:\"http://www.blogengage.com/profile_promo.php\";s:7:\"baseURL\";s:132:\"<script type=\'text/javascript\'>submit_url = \'VOTE_URL\';</script><script src=\'http://blogengage.com/evb/VOTE_BUTTON_DESIGN\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:24:\"dd_blogengage_appendType\";s:4:\"none\";s:26:\"dd_blogengage_buttonDesign\";s:6:\"Normal\";s:29:\"dd_blogengage_ajax_left_float\";s:0:\"\";s:23:\"dd_blogengage_lazy_load\";s:0:\"\";s:27:\"dd_blogengage_button_weight\";s:2:\"84\";}s:18:\"option_append_type\";s:24:\"dd_blogengage_appendType\";s:20:\"option_button_design\";s:26:\"dd_blogengage_buttonDesign\";s:20:\"option_button_weight\";s:27:\"dd_blogengage_button_weight\";s:22:\"option_ajax_left_float\";s:29:\"dd_blogengage_ajax_left_float\";s:16:\"option_lazy_load\";s:23:\"dd_blogengage_lazy_load\";s:19:\"button_weight_value\";s:2:\"84\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:21:\"dd_button_thewebblend\";O:14:\"DD_TheWebBlend\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:0:\"\";s:7:\"Compact\";s:21:\"badge_size=\'compact\';\";}s:4:\"name\";s:11:\"TheWebBlend\";s:10:\"websiteURL\";s:26:\"http://www.thewebblend.com\";s:6:\"apiURL\";s:33:\"http://thewebblend.com/tools/vote\";s:7:\"baseURL\";s:194:\"<script type=\'text/javascript\'>url_site=\'VOTE_URL\'; VOTE_BUTTON_DESIGN</script><script src=\'http://thewebblend.com/sites/all/modules/drigg_external/js/button.js\' type=\'text/javascript\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:22:\"dd_webblend_appendType\";s:4:\"none\";s:24:\"dd_webblend_buttonDesign\";s:6:\"Normal\";s:27:\"dd_webblend_ajax_left_float\";s:0:\"\";s:21:\"dd_webblend_lazy_load\";s:0:\"\";s:25:\"dd_webblend_button_weight\";s:2:\"85\";}s:18:\"option_append_type\";s:22:\"dd_webblend_appendType\";s:20:\"option_button_design\";s:24:\"dd_webblend_buttonDesign\";s:20:\"option_button_weight\";s:25:\"dd_webblend_button_weight\";s:22:\"option_ajax_left_float\";s:27:\"dd_webblend_ajax_left_float\";s:16:\"option_lazy_load\";s:21:\"dd_webblend_lazy_load\";s:19:\"button_weight_value\";s:2:\"85\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:20:\"dd_button_designbump\";O:13:\"DD_DesignBump\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:6:\"Normal\";}s:4:\"name\";s:10:\"DesignBump\";s:10:\"websiteURL\";s:25:\"http://www.designbump.com\";s:6:\"apiURL\";s:33:\"http://designbump.com/content/evb\";s:7:\"baseURL\";s:176:\"<script type=\'text/javascript\'>url_site=\'VOTE_URL\'; </script> <script src=\'http://designbump.com/sites/all/modules/drigg_external/js/button.js\' type=\'text/javascript\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:24:\"dd_designbump_appendType\";s:4:\"none\";s:26:\"dd_designbump_buttonDesign\";s:6:\"Normal\";s:29:\"dd_designbump_ajax_left_float\";s:0:\"\";s:23:\"dd_designbump_lazy_load\";s:0:\"\";s:27:\"dd_designbump_button_weight\";s:2:\"87\";}s:18:\"option_append_type\";s:24:\"dd_designbump_appendType\";s:20:\"option_button_design\";s:26:\"dd_designbump_buttonDesign\";s:20:\"option_button_weight\";s:27:\"dd_designbump_button_weight\";s:22:\"option_ajax_left_float\";s:29:\"dd_designbump_ajax_left_float\";s:16:\"option_lazy_load\";s:23:\"dd_designbump_lazy_load\";s:19:\"button_weight_value\";s:2:\"87\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:17:\"dd_button_twitter\";O:10:\"DD_Twitter\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:7:\"Twitter\";s:10:\"websiteURL\";s:22:\"http://www.twitter.com\";s:6:\"apiURL\";s:38:\"http://twitter.com/goodies/tweetbutton\";s:7:\"baseURL\";s:252:\"<a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-url=\"VOTE_URL\" data-count=\"VOTE_BUTTON_DESIGN\" data-text=\"VOTE_TITLE\" data-via=\"VOTE_SOURCE\" ></a><script type=\"text/javascript\" src=\"http://platform.twitter.com/widgets.js\"></script>\";s:12:\"baseURL_lazy\";s:226:\"<div class=\'dd-twitter-ajax-load dd-twitter-POST_ID\'></div><a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-url=\"VOTE_URL\" data-count=\"VOTE_BUTTON_DESIGN\" data-text=\"VOTE_TITLE\" data-via=\"VOTE_SOURCE\" ></a>\";s:19:\"baseURL_lazy_script\";s:164:\" function loadTwitter_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-twitter-POST_ID\').remove();$.getScript(\'http://platform.twitter.com/widgets.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:59:\"window.setTimeout(\'loadTwitter_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:21:\"dd_twitter_appendType\";s:13:\"after_content\";s:23:\"dd_twitter_buttonDesign\";s:6:\"Normal\";s:26:\"dd_twitter_ajax_left_float\";s:0:\"\";s:20:\"dd_twitter_lazy_load\";s:0:\"\";s:24:\"dd_twitter_button_weight\";s:3:\"110\";}s:18:\"option_append_type\";s:21:\"dd_twitter_appendType\";s:20:\"option_button_design\";s:23:\"dd_twitter_buttonDesign\";s:20:\"option_button_weight\";s:24:\"dd_twitter_button_weight\";s:22:\"option_ajax_left_float\";s:26:\"dd_twitter_ajax_left_float\";s:16:\"option_lazy_load\";s:20:\"dd_twitter_lazy_load\";s:19:\"button_weight_value\";s:3:\"110\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_tweetmeme\";O:12:\"DD_TweetMeme\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:30:\"normal\' height=\'61\' width=\'50\'\";s:7:\"Compact\";s:31:\"compact\' height=\'20\' width=\'90\'\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"normal\";s:7:\"Compact\";s:7:\"compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"50\";s:7:\"Compact\";s:2:\"90\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"61\";s:7:\"Compact\";s:2:\"20\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:9:\"TweetMeme\";s:10:\"websiteURL\";s:25:\"http://www.tweetmeme.com/\";s:6:\"apiURL\";s:46:\"http://wordpress.org/extend/plugins/tweetmeme/\";s:7:\"baseURL\";s:200:\"<iframe src=\'http://api.tweetmeme.com/button.js?url=VOTE_URL&source=VOTE_SOURCE&service=VOTE_SERVICE_NAME&service_api=VOTE_SERVICE_API&style=VOTE_BUTTON_DESIGN frameborder=\'0\' scrolling=\'no\'></iframe>\";s:12:\"baseURL_lazy\";s:173:\"<div class=\'dd-tweetmeme-ajax-load dd-tweetmeme-POST_ID\'></div><iframe class=\'DD_TWEETMEME_AJAX_POST_ID\' src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\'></iframe>\";s:19:\"baseURL_lazy_script\";s:465:\" function loadTweetMeme_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-tweetmeme-POST_ID\').remove();$(\'.DD_TWEETMEME_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_TWEETMEME_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_TWEETMEME_AJAX_POST_ID\').attr(\'src\',\'http://api.tweetmeme.com/button.js?url=VOTE_URL&source=VOTE_SOURCE&style=VOTE_BUTTON_DESIGN&service=VOTE_SERVICE_NAME&service_api=VOTE_SERVICE_API\'); }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadTweetMeme_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_tweetmeme_appendType\";s:4:\"none\";s:25:\"dd_tweetmeme_buttonDesign\";s:6:\"Normal\";s:28:\"dd_tweetmeme_ajax_left_float\";s:0:\"\";s:22:\"dd_tweetmeme_lazy_load\";s:0:\"\";s:26:\"dd_tweetmeme_button_weight\";s:2:\"97\";}s:18:\"option_append_type\";s:23:\"dd_tweetmeme_appendType\";s:20:\"option_button_design\";s:25:\"dd_tweetmeme_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_tweetmeme_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_tweetmeme_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_tweetmeme_lazy_load\";s:19:\"button_weight_value\";s:2:\"97\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:15:\"dd_button_topsy\";O:8:\"DD_Topsy\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:3:\"big\";s:7:\"Compact\";s:7:\"compact\";}s:4:\"name\";s:5:\"Topsy\";s:10:\"websiteURL\";s:20:\"http://www.topsy.com\";s:6:\"apiURL\";s:44:\"http://labs.topsy.com/button/retweet-button/\";s:7:\"baseURL\";s:233:\"<script type=\"text/javascript\" src=\"http://cdn.topsy.com/topsy.js?init=topsyWidgetCreator\"></script><div class=\"topsy_widget_data\"><!--{\"url\":\"VOTE_URL\",\"style\":\"VOTE_BUTTON_DESIGN\",\"theme\":\"VOTE_THEME\",\"nick\":\"VOTE_SOURCE\"}--></div>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:19:\"dd_topsy_appendType\";s:4:\"none\";s:21:\"dd_topsy_buttonDesign\";s:6:\"Normal\";s:24:\"dd_topsy_ajax_left_float\";s:0:\"\";s:18:\"dd_topsy_lazy_load\";s:0:\"\";s:22:\"dd_topsy_button_weight\";s:2:\"96\";}s:18:\"option_append_type\";s:19:\"dd_topsy_appendType\";s:20:\"option_button_design\";s:21:\"dd_topsy_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_topsy_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_topsy_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_topsy_lazy_load\";s:19:\"button_weight_value\";s:2:\"96\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:18:\"dd_button_comments\";O:11:\"DD_Comments\":30:{s:19:\"islazyLoadAvailable\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:6:\"Normal\";}s:4:\"name\";s:8:\"Comments\";s:10:\"websiteURL\";s:11:\"http://none\";s:6:\"apiURL\";s:11:\"http://none\";s:7:\"baseURL\";s:142:\"<div id=\'dd_comments\'><a class=\'clcount\' href=VOTE_URL><span class=\'ctotal\'>COMMENTS_COUNT</span></a><a class=\'clink\' href=VOTE_URL></a></div>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:10:\"wp_options\";a:5:{s:22:\"dd_comments_appendType\";s:4:\"none\";s:24:\"dd_comments_buttonDesign\";s:6:\"Normal\";s:27:\"dd_comments_ajax_left_float\";s:0:\"\";s:21:\"dd_comments_lazy_load\";s:0:\"\";s:25:\"dd_comments_button_weight\";s:2:\"88\";}s:18:\"option_append_type\";s:22:\"dd_comments_appendType\";s:20:\"option_button_design\";s:24:\"dd_comments_buttonDesign\";s:20:\"option_button_weight\";s:25:\"dd_comments_button_weight\";s:22:\"option_ajax_left_float\";s:27:\"dd_comments_ajax_left_float\";s:16:\"option_lazy_load\";s:21:\"dd_comments_lazy_load\";s:19:\"button_weight_value\";s:2:\"88\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:18:\"dd_button_linkedin\";O:11:\"DD_Linkedin\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:3:\"top\";s:7:\"Compact\";s:5:\"right\";s:7:\"NoCount\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:3:\"top\";s:7:\"Compact\";s:5:\"right\";s:7:\"NoCount\";s:4:\"none\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:8:\"Linkedin\";s:10:\"websiteURL\";s:23:\"http://www.linkedin.com\";s:6:\"apiURL\";s:34:\"http://www.linkedin.com/publishers\";s:7:\"baseURL\";s:183:\"<script type=\'text/javascript\' src=\'http://platform.linkedin.com/in.js\'></script><div class=\'dd-linkedin-share\'><div data-url=\'VOTE_URL\' data-counter=\'VOTE_BUTTON_DESIGN\'></div></div>\";s:12:\"baseURL_lazy\";s:148:\"<div class=\'dd-linkedin-ajax-load dd-linkedin-POST_ID\'></div><script type=\'IN/share\' data-url=\'VOTE_URL\' data-counter=\'VOTE_BUTTON_DESIGN\'></script>\";s:19:\"baseURL_lazy_script\";s:162:\" function loadLinkedin_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-linkedin-POST_ID\').remove();$.getScript(\'http://platform.linkedin.com/in.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:60:\"window.setTimeout(\'loadLinkedin_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:22:\"dd_linkedin_appendType\";s:13:\"after_content\";s:24:\"dd_linkedin_buttonDesign\";s:6:\"Normal\";s:27:\"dd_linkedin_ajax_left_float\";s:0:\"\";s:21:\"dd_linkedin_lazy_load\";s:0:\"\";s:25:\"dd_linkedin_button_weight\";s:3:\"106\";}s:18:\"option_append_type\";s:22:\"dd_linkedin_appendType\";s:20:\"option_button_design\";s:24:\"dd_linkedin_buttonDesign\";s:20:\"option_button_weight\";s:25:\"dd_linkedin_button_weight\";s:22:\"option_ajax_left_float\";s:27:\"dd_linkedin_ajax_left_float\";s:16:\"option_lazy_load\";s:21:\"dd_linkedin_lazy_load\";s:19:\"button_weight_value\";s:2:\"94\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:15:\"dd_button_serpd\";O:8:\"DD_Serpd\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:0:\"\";}s:4:\"name\";s:5:\"Serpd\";s:10:\"websiteURL\";s:20:\"http://www.serpd.com\";s:6:\"apiURL\";s:29:\"http://www.serpd.com/widgets/\";s:7:\"baseURL\";s:150:\"<script type=\"text/javascript\">submit_url = \"VOTE_URL\";</script><script type=\"text/javascript\" src=\"http://www.serpd.com/index.php?page=evb\"></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:19:\"dd_serpd_appendType\";s:4:\"none\";s:21:\"dd_serpd_buttonDesign\";s:6:\"Normal\";s:24:\"dd_serpd_ajax_left_float\";s:0:\"\";s:18:\"dd_serpd_lazy_load\";s:0:\"\";s:22:\"dd_serpd_button_weight\";s:2:\"86\";}s:18:\"option_append_type\";s:19:\"dd_serpd_appendType\";s:20:\"option_button_design\";s:21:\"dd_serpd_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_serpd_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_serpd_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_serpd_lazy_load\";s:19:\"button_weight_value\";s:2:\"86\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:22:\"dd_button_fblike_xfbml\";O:15:\"DD_FbLike_XFBML\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:17:\"Like Button Count\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:19:\"islazyLoadAvailable\";b:0;s:19:\"float_button_design\";s:14:\"Like Box Count\";s:12:\"buttonLayout\";a:6:{s:13:\"Like Standard\";s:13:\" width=\"450\" \";s:17:\"Like Button Count\";s:34:\" layout=\"button_count\" width=\"92\" \";s:14:\"Like Box Count\";s:31:\" layout=\"box_count\" width=\"50\" \";s:18:\"Recommend Standard\";s:32:\" action=\"recommend\" width=\"400\" \";s:22:\"Recommend Button Count\";s:54:\" action=\"recommend\" layout=\"button_count\" width=\"130\" \";s:19:\"Recommend Box Count\";s:50:\" action=\"recommend\" layout=\"box_count\" width=\"90\" \";}s:4:\"name\";s:21:\"Facebook Like (XFBML)\";s:10:\"websiteURL\";s:23:\"http://www.facebook.com\";s:6:\"apiURL\";s:58:\"http://developers.facebook.com/docs/reference/plugins/like\";s:7:\"baseURL\";s:170:\"<script src=\"http://connect.facebook.net/FACEBOOK_LOCALE/all.js#xfbml=1\"></script><fb:like href=\"VOTE_URL\" FACEBOOK_SEND FACEBOOK_SHOW_FACE VOTE_BUTTON_DESIGN ></fb:like>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:10:\"wp_options\";a:5:{s:26:\"dd_fblike_xfbml_appendType\";s:4:\"none\";s:28:\"dd_fblike_xfbml_buttonDesign\";s:17:\"Like Button Count\";s:31:\"dd_fblike_xfbml_ajax_left_float\";s:0:\"\";s:25:\"dd_fblike_xfbml_lazy_load\";s:0:\"\";s:29:\"dd_fblike_xfbml_button_weight\";s:2:\"96\";}s:18:\"option_append_type\";s:26:\"dd_fblike_xfbml_appendType\";s:20:\"option_button_design\";s:28:\"dd_fblike_xfbml_buttonDesign\";s:20:\"option_button_weight\";s:29:\"dd_fblike_xfbml_button_weight\";s:22:\"option_ajax_left_float\";s:31:\"dd_fblike_xfbml_ajax_left_float\";s:16:\"option_lazy_load\";s:25:\"dd_fblike_xfbml_lazy_load\";s:19:\"button_weight_value\";s:2:\"96\";s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:17:\"dd_button_google1\";O:10:\"DD_Google1\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:4:{s:6:\"Normal\";s:4:\"tall\";s:14:\"Compact (15px)\";s:5:\"small\";s:14:\"Compact (20px)\";s:6:\"medium\";s:14:\"Compact (24px)\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:4:{s:6:\"Normal\";s:4:\"tall\";s:14:\"Compact (15px)\";s:5:\"small\";s:14:\"Compact (20px)\";s:6:\"medium\";s:14:\"Compact (24px)\";s:4:\"none\";}s:4:\"name\";s:9:\"Google +1\";s:10:\"websiteURL\";s:32:\"http://www.google.com/+1/button/\";s:6:\"apiURL\";s:37:\"http://code.google.com/apis/+1button/\";s:7:\"baseURL\";s:149:\"<script type=\'text/javascript\' src=\'https://apis.google.com/js/plusone.js\'></script><g:plusone size=\'VOTE_BUTTON_DESIGN\' href=\'VOTE_URL\'></g:plusone>\";s:12:\"baseURL_lazy\";s:124:\"<div class=\'dd-google1-ajax-load dd-google1-POST_ID\'></div><g:plusone size=\'VOTE_BUTTON_DESIGN\' href=\'VOTE_URL\'></g:plusone>\";s:19:\"baseURL_lazy_script\";s:163:\" function loadGoogle1_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-google1-POST_ID\').remove();$.getScript(\'https://apis.google.com/js/plusone.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:59:\"window.setTimeout(\'loadGoogle1_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:21:\"dd_google1_appendType\";s:13:\"after_content\";s:23:\"dd_google1_buttonDesign\";s:6:\"Normal\";s:26:\"dd_google1_ajax_left_float\";s:0:\"\";s:20:\"dd_google1_lazy_load\";s:0:\"\";s:24:\"dd_google1_button_weight\";s:3:\"102\";}s:18:\"option_append_type\";s:21:\"dd_google1_appendType\";s:20:\"option_button_design\";s:23:\"dd_google1_buttonDesign\";s:20:\"option_button_weight\";s:24:\"dd_google1_button_weight\";s:22:\"option_ajax_left_float\";s:26:\"dd_google1_ajax_left_float\";s:16:\"option_lazy_load\";s:20:\"dd_google1_lazy_load\";s:19:\"button_weight_value\";s:2:\"95\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_buffer\";O:9:\"DD_Buffer\":30:{s:11:\"append_type\";s:13:\"after_content\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:4:\"name\";s:6:\"Buffer\";s:10:\"websiteURL\";s:21:\"http://bufferapp.com/\";s:6:\"apiURL\";s:36:\"http://bufferapp.com/goodies/button/\";s:7:\"baseURL\";s:234:\"<a href=\"http://bufferapp.com/add\" class=\"buffer-add-button\" data-count=\"VOTE_BUTTON_DESIGN\" data-url=\"VOTE_URL\" data-via=\"VOTE_BUFFER_SOURCE\"></a><script type=\"text/javascript\" src=\"http://static.bufferapp.com/js/button.js\"></script>\";s:12:\"baseURL_lazy\";s:147:\"<a href=\"http://bufferapp.com/add\" class=\"buffer-add-button\" data-count=\"VOTE_BUTTON_DESIGN\" data-url=\"VOTE_URL\" data-via=\"VOTE_BUFFER_SOURCE\"></a>\";s:19:\"baseURL_lazy_script\";s:163:\"function loadBuffer_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-buffer-POST_ID\').remove();$.getScript(\'http://static.bufferapp.com/js/button.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadBuffer_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_buffer_appendType\";s:4:\"none\";s:22:\"dd_buffer_buttonDesign\";s:6:\"Normal\";s:25:\"dd_buffer_ajax_left_float\";s:0:\"\";s:19:\"dd_buffer_lazy_load\";s:0:\"\";s:23:\"dd_buffer_button_weight\";s:2:\"99\";}s:18:\"option_append_type\";s:20:\"dd_buffer_appendType\";s:20:\"option_button_design\";s:22:\"dd_buffer_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_buffer_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_buffer_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_buffer_lazy_load\";s:19:\"button_weight_value\";s:2:\"99\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_pinterest\";O:12:\"DD_Pinterest\":30:{s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:4:\"name\";s:9:\"Pinterest\";s:10:\"websiteURL\";s:20:\"http://pinterest.com\";s:6:\"apiURL\";s:55:\"http://pinterest.com/about/goodies/#button_for_websites\";s:7:\"baseURL\";s:249:\"<a href=\"http://pinterest.com/pin/create/button/?url=VOTE_URL&description=VOTE_TITLE&media=VOTE_IMAGE\" class=\"pin-it-button\" count-layout=\"VOTE_BUTTON_DESIGN\"></a><script type=\"text/javascript\" src=\"http://assets.pinterest.com/js/pinit.js\"></script>\";s:12:\"baseURL_lazy\";s:207:\"<a href=\"http://pinterest.com/pin/create/button/?url=VOTE_URL&description=VOTE_TITLE&media=VOTE_IMAGE\" class=\"pin-it-button dd-pinterest-ajax-load dd-pinterest-POST_ID\" count-layout=\"VOTE_BUTTON_DESIGN\"></a>\";s:19:\"baseURL_lazy_script\";s:132:\"function loadPinterest_POST_ID(){ jQuery(document).ready(function($) { $.getScript(\'http://assets.pinterest.com/js/pinit.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadPinterest_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_pinterest_appendType\";s:13:\"after_content\";s:25:\"dd_pinterest_buttonDesign\";s:6:\"Normal\";s:28:\"dd_pinterest_ajax_left_float\";s:0:\"\";s:22:\"dd_pinterest_lazy_load\";s:0:\"\";s:26:\"dd_pinterest_button_weight\";s:3:\"104\";}s:18:\"option_append_type\";s:23:\"dd_pinterest_appendType\";s:20:\"option_button_design\";s:25:\"dd_pinterest_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_pinterest_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_pinterest_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_pinterest_lazy_load\";s:19:\"button_weight_value\";s:2:\"10\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_flattr\";O:9:\"DD_Flattr\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:7:\"default\";s:7:\"Compact\";s:7:\"compact\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:7:\"default\";s:7:\"Compact\";s:7:\"compact\";}s:4:\"name\";s:6:\"Flattr\";s:10:\"websiteURL\";s:17:\"http://flattr.com\";s:6:\"apiURL\";s:36:\"http://developers.flattr.net/button/\";s:7:\"baseURL\";s:257:\"<script src=\"http://api.flattr.com/js/0.6/load.js?mode=auto\"></script><a class=\"FlattrButton\" href=\"VOTE_URL\" style=\"display:none;\" title=\"VOTE_TITLE\" data-flattr-uid=\"VOTE_FLATTR_UID\" data-flattr-button=\"VOTE_BUTTON_DESIGN\" data-flattr-category=\"text\"></a>\";s:12:\"baseURL_lazy\";s:187:\"<a class=\"FlattrButton\" href=\"VOTE_URL\" style=\"display:none;\" title=\"VOTE_TITLE\" data-flattr-uid=\"VOTE_FLATTR_UID\" data-flattr-button=\"VOTE_BUTTON_DESIGN\" data-flattr-category=\"text\"></a>\";s:19:\"baseURL_lazy_script\";s:136:\"function loadFlattr_POST_ID(){ jQuery(document).ready(function($) { $.getScript(\'http://api.flattr.com/js/0.6/load.js?mode=auto\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadFlattr_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_flattr_appendType\";s:4:\"none\";s:22:\"dd_flattr_buttonDesign\";s:6:\"Normal\";s:25:\"dd_flattr_ajax_left_float\";s:0:\"\";s:19:\"dd_flattr_lazy_load\";s:0:\"\";s:23:\"dd_flattr_button_weight\";s:2:\"10\";}s:18:\"option_append_type\";s:20:\"dd_flattr_appendType\";s:20:\"option_button_design\";s:22:\"dd_flattr_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_flattr_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_flattr_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_flattr_lazy_load\";s:19:\"button_weight_value\";s:2:\"10\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}}s:22:\"dd_normal_button_final\";a:6:{s:14:\"dd_button_digg\";r:3;s:16:\"dd_button_reddit\";r:51;s:17:\"dd_button_twitter\";r:609;s:18:\"dd_button_linkedin\";r:784;s:17:\"dd_button_google1\";r:921;s:19:\"dd_button_pinterest\";r:1015;}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1760, 'initial_db_version', '18226', 'yes'),
(3510, 'wp_insert_legal_options', 'a:4:{s:14:\"privacy-policy\";a:2:{s:7:\"content\";s:3417:\"<p>At <a href=\"http://twitter.easyprofit4real.com\">twitter.easyprofit4real.com</a>, the privacy of our visitors is of extreme importance to us (See <a target=\"_blank\" href=\"http://www.wp-insert.smartlogix.co.in/what-is-a-privacy-policy/\">this article</a> to learn more about Privacy Policies.). This privacy policy document outlines the types of personal information is received and collected by <a href=\"http://twitter.easyprofit4real.com\">twitter.easyprofit4real.com</a> and how it is used.</p>\r\n<p><b>Log Files</b><br/>Like many other Web sites, <a href=\"http://twitter.easyprofit4real.com\">twitter.easyprofit4real.com</a> makes use of log files. The information inside the log files includes internet protocol ( IP ) addresses, type of browser, Internet Service Provider ( ISP ), date/time stamp, referring/exit pages, and number of clicks to analyze trends, administer the site, track userÃ¢â‚¬â„¢s movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable.</p>\r\n<p><b>Cookies and Web Beacons</b><br/><a href=\"http://twitter.easyprofit4real.com\">twitter.easyprofit4real.com</a> does use cookies to store information about visitors preferences, record user-specific information on which pages the user access or visit, customize Web page content based on visitors browser type or other information that the visitor sends via their browser.</p>\r\n<p><b>DoubleClick DART Cookie</b></p><ul><li>Google, as a third party vendor, uses cookies to serve ads on <a href=\"http://twitter.easyprofit4real.com\">twitter.easyprofit4real.com</a>.</li><li>Google\'s use of the DART cookie enables it to serve ads to users based on their visit to <a href=\"http://twitter.easyprofit4real.com\">twitter.easyprofit4real.com</a> and other sites on the Internet.</li><li>Users may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy at the following URL - <a href=\"http://www.google.com/privacy_ads.html\">http://www.google.com/privacy_ads.html</a>.</li></ul>\r\n<p>These third-party ad servers or ad networks use technology to the advertisements and links that appear on <a href=\"http://twitter.easyprofit4real.com\">twitter.easyprofit4real.com</a> send directly to your browsers. They automatically receive your IP address when this occurs. Other technologies ( such as cookies, JavaScript, or Web Beacons ) may also be used by the third-party ad networks to measure the effectiveness of their advertisements and / or to personalize the advertising content that you see.</p>\r\n<p><a href=\"http://twitter.easyprofit4real.com\">twitter.easyprofit4real.com</a> has no access to or control over these cookies that are used by third-party advertisers.</p>\r\n<p>You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. <a href=\"http://twitter.easyprofit4real.com\">twitter.easyprofit4real.com\'s</a> privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites.</p>\r\n<p>If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browsers\' respective websites.</p>\";s:5:\"pages\";s:0:\"\";}s:20:\"terms-and-conditions\";a:2:{s:7:\"content\";s:2395:\"<p>Welcome to twitter.easyprofit4real.com. If you continue to browse and use this website you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern twitter.easyprofit4real.com\'s relationship with you in relation to this website.</p>\r\n<p>The term twitter.easyprofit4real.com or \'us\' or \'we\' refers to the owner of the website. The term \'you\' refers to the user or viewer of our website.\r\nThe use of this website is subject to the following terms of use:\r\n<ul>\r\n<li>The content of the pages of this website is for your general information and use only. It is subject to change without notice.</li>\r\n<li>Neither we nor any third parties provide any warranty or guarantee as to the accuracy, timeliness, performance, completeness or suitability of the information and materials found or offered on this website for any particular purpose. You acknowledge that such information and materials may contain inaccuracies or errors and we expressly exclude liability for any such inaccuracies or errors to the fullest extent permitted by law.</li>\r\n<li>Your use of any information or materials on this website is entirely at your own risk, for which we shall not be liable. It shall be your own responsibility to ensure that any products, services or information available through this website meet your specific requirements.</li>\r\n<li>This website contains material which is owned by or licensed to us. This material includes, but is not limited to, the design, layout, look, appearance and graphics. Reproduction is prohibited other than in accordance with the copyright notice, which forms part of these terms and conditions.</li>\r\n<li>All trademarks reproduced in this website, which are not the property of, or licensed to the operator, are acknowledged on the website.</li>\r\n<li>Unauthorised use of this website may give rise to a claim for damages and/or be a criminal offence.</li>\r\n<li>From time to time this website may also include links to other websites. These links are provided for your convenience to provide further information. They do not signify that we endorse the website(s). We have no responsibility for the content of the linked website(s).</li>\r\n<li>You may not create a link to this website from another website or document without twitter.easyprofit4real.com\'s prior written consent.</li></ul></p>\";s:5:\"pages\";s:0:\"\";}s:10:\"disclaimer\";a:2:{s:7:\"content\";s:1370:\"<p>The information contained in this website is for general information purposes only. The information is provided by [sitename] and while we endeavour to keep the information up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose. Any reliance you place on such information is therefore strictly at your own risk.</p><p>In no event will we be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this website.</p><p>Through this website you are able to link to other websites which are not under the control of [sitename]. We have no control over the nature, content and availability of those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views expressed within them.</p><p>Every effort is made to keep the website up and running smoothly. However, [sitename] takes no responsibility for, and will not be liable for, the website being temporarily unavailable due to technical issues beyond our control.</p>\";s:5:\"pages\";s:0:\"\";}s:16:\"copyright-notice\";a:2:{s:7:\"content\";s:722:\"<p>This website and its content is copyright of [sitename] - &copy; [sitename] 2012. All rights reserved.</p></p>Any redistribution or reproduction of part or all of the contents in any form is prohibited other than the following:</p><ul><li>you may print or download to a local hard disk extracts for your personal and non-commercial use only</li><li>you may copy the content to individual third parties for their personal use, but only if you acknowledge the website as the source of the material</li></ul><p>You may not, except with our express written permission, distribute or commercially exploit the content. Nor may you transmit it or store it in any other website or other form of electronic retrieval system.</p>\";s:5:\"pages\";s:0:\"\";}}', 'yes'),
(549, 'akismet_available_servers', 'a:4:{s:12:\"66.135.58.62\";b:1;s:12:\"72.233.69.88\";b:1;s:12:\"72.233.69.89\";b:1;s:12:\"66.135.58.61\";b:1;}', 'yes'),
(550, 'akismet_connectivity_time', '1307494761', 'yes'),
(551, 'wordpress_api_key', 'cb5e53bc409f', 'yes'),
(552, 'akismet_discard_month', 'true', 'yes'),
(553, 'akismet_show_user_comments_approved', 'false', 'yes'),
(3504, 'wp_insert_multiple_network_status', '', 'yes'),
(3505, 'wp_insert_inpostads_options', 'a:5:{s:5:\"above\";a:20:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:20:\"rules_home_instances\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_archives_instances\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:26:\"rules_categories_instances\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:22:\"rules_search_instances\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:25:\"margin: 5px;padding: 0px;\";}s:6:\"middle\";a:22:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:20:\"rules_home_instances\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_archives_instances\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:26:\"rules_categories_instances\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:22:\"rules_search_instances\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:25:\"margin: 5px;padding: 0px;\";s:23:\"minimum_character_count\";s:3:\"500\";s:22:\"paragraph_buffer_count\";s:0:\"\";}s:5:\"below\";a:20:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:1:\"1\";s:20:\"rules_home_instances\";s:0:\"\";s:22:\"rules_exclude_archives\";s:1:\"1\";s:24:\"rules_archives_instances\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:26:\"rules_categories_instances\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:22:\"rules_search_instances\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:25:\"margin: 5px;padding: 0px;\";}s:4:\"left\";a:20:{s:6:\"status\";s:1:\"1\";s:9:\"ad_code_1\";s:10:\"[adsense3]\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:1:\"1\";s:20:\"rules_home_instances\";s:0:\"\";s:22:\"rules_exclude_archives\";s:1:\"1\";s:24:\"rules_archives_instances\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:26:\"rules_categories_instances\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:22:\"rules_search_instances\";s:0:\"\";s:18:\"rules_exclude_page\";s:13:\"2,45,43,41,71\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:25:\"margin: 5px;padding: 0px;\";}s:5:\"right\";a:20:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:20:\"rules_home_instances\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_archives_instances\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:26:\"rules_categories_instances\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:22:\"rules_search_instances\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:25:\"margin: 5px;padding: 0px;\";}}', 'yes'),
(3260, 'mobile_auto_excerpt', 'yes', 'yes'),
(3261, 'mobile_thumbnail_usage', 'wordpress', 'yes'),
(3262, 'mobile_thumbnail_custom', '', 'yes'),
(3263, 'mobile_slider_category', '0', 'yes'),
(3264, 'mobile_slider_count', '3', 'yes'),
(3275, 'update_ocmx', 'post_advert, 1', 'yes'),
(3269, 'ocmx_mobile_theme', 'default', 'yes'),
(3270, 'ocmx_mobile_stylesheet', 'green-light', 'yes'),
(3271, 'post_ad_title', 'Online Store Clothes', 'yes'),
(3272, 'post_ad_href', 'http://www.onlinestoreclothes.com/', 'yes'),
(3273, 'post_ad_image', 'http://www.mx7biz.com/img/onlineshop.png', 'yes'),
(3274, 'post_ad_buysell_id', '<a href=\"http://www.onlinestoreclothes.com/\"><img src=\"http://www.mx7biz.com/img/onlineshop.png\"></a>', 'yes'),
(3506, 'wp_insert_adwidgets_options', 'a:10:{s:11:\"adwidgets-1\";a:16:{s:6:\"status\";s:1:\"1\";s:9:\"ad_code_1\";s:848:\"<script type=\"text/javascript\">\r\n    hopfeed_template=\'\';\r\n    hopfeed_align=\'LEFT\';\r\n    hopfeed_type=\'IFRAME\';\r\n    hopfeed_affiliate_tid=\'\';\r\n    hopfeed_affiliate=\'ijalmar77\';\r\n    hopfeed_fill_slots=\'true\';\r\n    hopfeed_height=\'255\';\r\n    hopfeed_width=\'290\';\r\n    hopfeed_cellpadding=\'5\';\r\n    hopfeed_rows=\'4\';\r\n    hopfeed_cols=\'1\';\r\n    hopfeed_font=\'Verdana, Arial, Helvetica, Sans Serif\';\r\n    hopfeed_font_size=\'10pt\';\r\n    hopfeed_font_color=\'333333\';\r\n    hopfeed_border_color=\'FFFFFF\';\r\n    hopfeed_link_font_color=\'0000FF\';\r\n    hopfeed_link_font_hover_color=\'0000FF\';\r\n    hopfeed_background_color=\'FFFFFF\';\r\n    hopfeed_keywords=\'twitter\';\r\n    hopfeed_path=\'http://ijalmar77.hopfeed.com\';\r\n    hopfeed_link_target=\'_blank\';\r\n</script>\r\n<script type=\"text/javascript\" src=\'http://ijalmar77.hopfeed.com/script/hopfeed.js\'></script>\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:25:\"margin: 5px;padding: 0px;\";}s:11:\"adwidgets-2\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:25:\"margin: 5px;padding: 0px;\";}s:11:\"adwidgets-3\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:25:\"margin: 5px;padding: 0px;\";}s:11:\"adwidgets-4\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:25:\"margin: 5px;padding: 0px;\";}s:11:\"adwidgets-5\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:25:\"margin: 5px;padding: 0px;\";}s:11:\"adwidgets-6\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:25:\"margin: 5px;padding: 0px;\";}s:11:\"adwidgets-7\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:25:\"margin: 5px;padding: 0px;\";}s:11:\"adwidgets-8\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:25:\"margin: 5px;padding: 0px;\";}s:11:\"adwidgets-9\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:25:\"margin: 5px;padding: 0px;\";}s:12:\"adwidgets-10\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:25:\"margin: 5px;padding: 0px;\";}}', 'yes'),
(689, 'sidebars_widgets', 'a:13:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"header-right\";a:1:{i:0;s:21:\"ws_widget__ad_codes-2\";}s:7:\"sidebar\";a:5:{i:0;s:21:\"ws_widget__ad_codes-3\";i:1;s:14:\"recent-posts-2\";i:2;s:7:\"pages-2\";i:3;s:12:\"categories-2\";i:4;s:23:\"ws_widget__ad_squares-2\";}s:11:\"sidebar-alt\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:1:{i:0;s:15:\"featured-post-2\";}s:9:\"sidebar-7\";a:1:{i:0;s:15:\"featured-post-3\";}s:9:\"sidebar-8\";a:2:{i:0;s:21:\"ws_widget__ad_codes-5\";i:1;s:15:\"featured-post-4\";}s:8:\"footer-1\";a:1:{i:0;s:21:\"ws_widget__ad_codes-8\";}s:8:\"footer-2\";a:1:{i:0;s:14:\"recent-posts-3\";}s:8:\"footer-3\";a:1:{i:0;s:21:\"ws_widget__ad_codes-9\";}s:13:\"array_version\";i:3;}', 'yes'),
(411, 'tubepress-ajaxPagination', '', 'yes'),
(412, 'tubepress-hd', '', 'yes'),
(387, '_transient_update_plugins', 'O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1267572269;s:7:\"checked\";a:6:{s:19:\"akismet/akismet.php\";s:5:\"2.2.6\";s:44:\"featured-content-gallery/content-gallery.php\";s:5:\"3.2.0\";s:9:\"hello.php\";s:5:\"1.5.1\";s:33:\"privacy-policy/privacy-policy.php\";s:3:\"1.1\";s:23:\"tubepress/tubepress.php\";s:5:\"1.9.0\";s:34:\"wp-contact-form/wp-contactform.php\";s:7:\"1.5.1.1\";}s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:11:\"new_version\";s:5:\"2.2.7\";s:3:\"url\";s:44:\"http://wordpress.org/extend/plugins/akismet/\";s:7:\"package\";s:49:\"http://downloads.wordpress.org/plugin/akismet.zip\";}}}', 'yes'),
(197, 'privacy_policy_sitename', 'Twitter Info Blog', 'yes'),
(198, 'privacy_policy_before_heading', '<h2>', 'yes'),
(199, 'privacy_policy_after_heading', '</h2>', 'yes'),
(200, 'privacy_policy_before_paragraph', '<p>', 'yes'),
(201, 'privacy_policy_after_paragraph', '</p>', 'yes'),
(202, 'privacy_policy_contact', 'your@email.com', 'yes'),
(203, 'privacy_policy_title', 'Privacy Policy', 'yes'),
(204, 'privacy_policy_slug', 'privacy-policy', 'yes'),
(205, 'privacy_policy_pp_help', '1', 'yes'),
(206, 'privacy_policy_browser_help', '1', 'yes'),
(207, 'privacy_policy_credit', '1', 'yes'),
(214, 'tubepress-version', '242', 'yes'),
(209, 'revlifestyle_ad_468', '<a href=\\\"http://03679dq4phhdl27e2imhobyk0i.hop.clickbank.net/\\\" target=\\\"_blank\\\"><img src=\\\"http://www.TurboCashGenerator.com/images/banner.gif\\\" alt=\\\"TurboCashGenerator.com\\\" width=\\\"468\\\" height=\\\"60\\\" border=\\\"0\\\"><br / >\r\nWho else wants to make $100,000 per year - working from home ?</a>', 'yes'),
(210, 'revlifestyle_ad_120', '<a\r\nhref=\\\"http://ccfe65z3u6ggg32i22kir85t4g.hop.clickbank.net/\\\" target=\\\"_blank\\\"><img\r\nsrc=\\\"http://www.tweetnewbie.com/banners/banner120x600_02.jpg\\\"\r\nborder=\\\"0\\\" /></a>', 'yes'),
(211, 'revlifestyle_adsense_468', '<script type=\\\"text/javascript\\\"><!--\r\ngoogle_ad_client = \\\"pub-8258784798728859\\\";\r\ngoogle_ad_width = 468;\r\ngoogle_ad_height = 60;\r\ngoogle_ad_format = \\\"468x60_as\\\";\r\ngoogle_ad_type = \\\"text_image\\\";\r\ngoogle_ad_channel = \\\"\\\";\r\ngoogle_color_border = \\\"ffffff\\\";\r\ngoogle_color_bg = \\\"FFFFFF\\\";\r\ngoogle_color_link = \\\"0000FF\\\";\r\ngoogle_color_text = \\\"000000\\\";\r\ngoogle_color_url = \\\"008000\\\";\r\n//--></script>\r\n<script type=\\\"text/javascript\\\"\r\nsrc=\\\"http://pagead2.googlesyndication.com/pagead/show_ads.js\\\">\r\n</script>		', 'yes'),
(212, 'revlifestyle_adsense_300', '<a href=\\\"http://www.premadeniches.com/\\\" target=\\\"_blank\\\"><img src=\\\"http://www.zmagz.com/img/sampleadsense.jpg\\\"></a>', 'yes'),
(1064, 'akismet_spam_count', '63', 'yes'),
(213, 'revlifestyle_video', '<object width=\\\"300\\\" height=\\\"250\\\"><param name=\\\"movie\\\" value=\\\"http://www.youtube.com/v/FaJrKquGNsQ&hl=en&fs=1&color1=0x006699&color2=0x54abd6\\\"></param><param name=\\\"allowFullScreen\\\" value=\\\"true\\\"></param><param name=\\\"allowscriptaccess\\\" value=\\\"always\\\"></param><embed src=\\\"http://www.youtube.com/v/FaJrKquGNsQ&hl=en&fs=1&color1=0x006699&color2=0x54abd6\\\" type=\\\"application/x-shockwave-flash\\\" allowscriptaccess=\\\"always\\\" allowfullscreen=\\\"true\\\" width=\\\"300\\\" height=\\\"250\\\"></embed></object>', 'yes'),
(507, 'default_post_format', '', 'yes'),
(215, 'tubepress-playerColor', '999999', 'yes'),
(218, 'tubepress-dateFormat', 'M j, Y', 'yes'),
(216, 'tubepress-playerHighlight', 'FFFFFF', 'yes'),
(219, 'tubepress-keyword', 'tubepress', 'yes'),
(220, 'tubepress-favoritesValue', 'mrdeathgod', 'yes'),
(221, 'tubepress-playlistValue', 'A2172C4E12D9FF72', 'yes'),
(222, 'tubepress-tagValue', 'twitter marketing', 'yes'),
(223, 'tubepress-userValue', '3hough', 'yes'),
(224, 'tubepress-clientKey', 'ytapi-EricHough-TubePress-ki6oq9tc-0', 'yes'),
(225, 'tubepress-developerKey', 'AI39si5uUzupiQW9bpzGqZRrhvqF3vBgRqL-I_28G1zWozmdNJlskzMDQEhpZ-l2RqGf_6CNWooL96oJZRrqKo-eJ9QO_QppMg', 'yes'),
(226, 'tubepress-widget-title', 'TubePress', 'yes'),
(227, 'tubepress-widget-tagstring', '[tubepress thumbHeight=\'105\', thumbWidth=\'135\']', 'yes'),
(228, 'tubepress-debugging_enabled', '1', 'yes'),
(229, 'tubepress-nofollowLinks', '1', 'yes'),
(230, 'tubepress-randomize_thumbnails', '1', 'yes'),
(231, 'tubepress-relativeDates', '', 'yes'),
(232, 'tubepress-paginationAbove', '1', 'yes'),
(233, 'tubepress-paginationBelow', '1', 'yes'),
(234, 'tubepress-autoplay', '', 'yes'),
(235, 'tubepress-border', '', 'yes'),
(236, 'tubepress-genie', '', 'yes'),
(237, 'tubepress-loop', '', 'yes'),
(238, 'tubepress-showInfo', '', 'yes'),
(239, 'tubepress-showRelated', '1', 'yes'),
(240, 'tubepress-fullscreen', '1', 'yes'),
(241, 'tubepress-author', '', 'yes'),
(242, 'tubepress-category', '', 'yes'),
(243, 'tubepress-description', '', 'yes'),
(244, 'tubepress-id', '', 'yes'),
(245, 'tubepress-length', '1', 'yes'),
(246, 'tubepress-rating', '', 'yes'),
(247, 'tubepress-ratings', '', 'yes'),
(248, 'tubepress-tags', '', 'yes'),
(249, 'tubepress-title', '1', 'yes'),
(250, 'tubepress-uploaded', '', 'yes'),
(251, 'tubepress-url', '', 'yes'),
(252, 'tubepress-views', '1', 'yes'),
(253, 'tubepress-cacheEnabled', '', 'yes'),
(254, 'tubepress-embeddableOnly', '1', 'yes'),
(255, 'tubepress-descriptionLimit', '80', 'yes'),
(256, 'tubepress-resultsPerPage', '20', 'yes'),
(257, 'tubepress-thumbHeight', '90', 'yes'),
(258, 'tubepress-thumbWidth', '120', 'yes'),
(259, 'tubepress-embeddedHeight', '315', 'yes'),
(260, 'tubepress-embeddedWidth', '560', 'yes'),
(261, 'tubepress-resultCountCap', '300', 'yes'),
(262, 'tubepress-most_viewedValue', 'today', 'yes'),
(263, 'tubepress-top_ratedValue', 'today', 'yes'),
(264, 'tubepress-orderBy', 'viewCount', 'yes'),
(265, 'tubepress-playerLocation', 'normal', 'yes'),
(266, 'tubepress-quality', 'normal', 'yes'),
(267, 'tubepress-filter_racy', 'moderate', 'yes'),
(268, 'tubepress-playerImplementation', 'provider_based', 'yes'),
(300, 'gallery-width', '588', 'yes'),
(301, 'gallery-height', '200', 'yes'),
(302, 'gallery-info', '45', 'yes'),
(303, 'gallery-items', '3', 'yes'),
(304, 'gallery-border-color', '', 'yes'),
(305, 'gallery-bg-color', '', 'yes'),
(306, 'gallery-text-color', '', 'yes'),
(307, 'gallery-use-featured-content', '', 'yes'),
(308, 'gallery-use-thumb-image', '', 'yes'),
(309, 'gallery-way', 'old', 'yes'),
(310, 'gallery-items-pages', '', 'yes'),
(311, 'gallery-category', 'Featured', 'yes'),
(312, 'gallery-fcg-button', '', 'yes'),
(313, 'gallery-fade-duration', '', 'yes'),
(314, 'gallery-delay', '', 'yes'),
(315, 'gallery-randomize-pages', '', 'yes'),
(316, 'gallery-rss-word-quantity', '80', 'yes'),
(317, 'gallery-default-transaction', 'fade', 'yes'),
(318, 'category_children', 'a:0:{}', 'yes'),
(545, 'recently_activated', 'a:0:{}', 'yes'),
(546, 'aioseop_options', 'a:36:{s:9:\"aiosp_can\";s:2:\"on\";s:12:\"aiosp_donate\";N;s:16:\"aiosp_home_title\";s:19:\"Twitter Information\";s:22:\"aiosp_home_description\";s:98:\"How to use Twitter for your business and market your products and services to the global market...\";s:19:\"aiosp_home_keywords\";s:123:\"twitter, promotion, marketing, advertising, business, products, services, tips, backgrounds, followers, map, unfollow, twit\";s:23:\"aiosp_max_words_excerpt\";N;s:20:\"aiosp_rewrite_titles\";s:2:\"on\";s:23:\"aiosp_post_title_format\";s:12:\"%post_title%\";s:23:\"aiosp_page_title_format\";s:12:\"%page_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:21:\"%date% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:20:\"aiosp_use_categories\";N;s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";N;s:14:\"aiosp_cap_cats\";s:2:\"on\";s:27:\"aiosp_generate_descriptions\";N;s:16:\"aiosp_debug_info\";N;s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:13:\"aiosp_enabled\";s:1:\"1\";s:17:\"aiosp_enablecpost\";N;s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:16:\"aiosp_seopostcol\";N;s:18:\"aiosp_seocustptcol\";N;s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:12:\"aiosp_do_log\";N;s:14:\"aiosp_ex_pages\";s:0:\"\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";}', 'yes'),
(418, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(462, 'tubepress-vimeoSearchValue', 'cats playing piano', 'yes'),
(463, 'tubepress-vimeoCreditedToValue', 'patricklawler', 'yes'),
(464, 'tubepress-vimeoChannelValue', 'splitscreenstuff', 'yes'),
(465, 'tubepress-vimeoGroupValue', 'hdxs', 'yes'),
(466, 'tubepress-vimeoAlbumValue', '140484', 'yes'),
(489, 'tubepress-hqThumbs', '', 'yes'),
(490, 'tubepress-likes', '', 'yes'),
(458, 'tubepress-videoBlacklist', '', 'yes'),
(459, 'tubepress-vimeoUploadedByValue', 'mattkaar', 'yes'),
(460, 'tubepress-vimeoLikesValue', 'coiffier', 'yes'),
(461, 'tubepress-vimeoAppearsInValue', 'royksopp', 'yes'),
(420, 'embed_size_w', '', 'yes'),
(421, 'embed_size_h', '600', 'yes'),
(422, 'page_for_posts', '0', 'yes'),
(423, 'page_on_front', '0', 'yes'),
(424, 'db_upgraded', '', 'yes'),
(9743, 'WPLANG', '', 'yes'),
(9712, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1653762813', 'no'),
(9715, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1653762814', 'no'),
(9725, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(9726, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(9727, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(9728, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(9729, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(9730, 'widget_akismet_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(9731, 'widget_featured-page', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(9732, 'widget_user-profile', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(9734, 'recovery_keys', 'a:0:{}', 'yes'),
(1431, 'pluginbuddy_backupbuddy-updater-guid', '4ebde795f319a', 'yes'),
(4673, 'pluginbuddy_plugins', 'a:1:{s:11:\"backupbuddy\";O:8:\"stdClass\":9:{s:3:\"url\";s:65:\"http://www.biabranding.com/twitter/wp-content/plugins/backupbuddy\";s:4:\"slug\";s:11:\"backupbuddy\";s:7:\"package\";s:0:\"\";s:11:\"new_version\";s:7:\"3.1.8.1\";s:11:\"last_update\";i:1389367694;s:2:\"id\";s:1:\"0\";s:3:\"key\";s:0:\"\";s:10:\"key_status\";s:7:\"invalid\";s:4:\"guid\";s:13:\"50f6531125056\";}}', 'yes'),
(914, 'tubepress-fluidThumbs', '1', 'yes'),
(915, 'tubepress-lazyPlay', '1', 'yes'),
(1237, 'theme_mods_lifestyle', 'a:50:{s:9:\"amazon_id\";s:9:\"feewow-20\";s:14:\"amazon_keyword\";s:7:\"twitter\";s:13:\"amazon_onblog\";s:3:\"Yes\";s:14:\"content_top_sh\";s:2:\"No\";s:14:\"content_top_ad\";s:123:\"<a href=\"http://www.premadeniches.com/\" target=\"_blank\" ><img src=\"http://www.premadeniches.com/bns/sampleadsense.jpg\"></a>\";s:15:\"content_left_sh\";s:3:\"Yes\";s:15:\"content_left_ad\";s:317:\"<script type=\"text/javascript\"><!--\r\ngoogle_ad_client = \"pub-2318833602494763\";\r\n/* 300x250, created 6/29/11 */\r\ngoogle_ad_slot = \"7011233159\";\r\ngoogle_ad_width = 300;\r\ngoogle_ad_height = 250;\r\n//-->\r\n</script>\r\n<script type=\"text/javascript\"\r\nsrc=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">\r\n</script>\";s:13:\"sidebar_topsh\";s:3:\"Yes\";s:16:\"sidebar_top_code\";s:317:\"<script type=\"text/javascript\"><!--\r\ngoogle_ad_client = \"pub-2318833602494763\";\r\n/* 300x250, created 6/29/11 */\r\ngoogle_ad_slot = \"7011233159\";\r\ngoogle_ad_width = 300;\r\ngoogle_ad_height = 250;\r\n//-->\r\n</script>\r\n<script type=\"text/javascript\"\r\nsrc=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">\r\n</script>\";s:15:\"sidebar_left_sh\";s:2:\"No\";s:15:\"sidebar_left_ad\";s:116:\"<a href=\"http://www.premadeniches.com/\" target=\"_blank\" ><img src=\"http://www.premadeniches.com/bns/bnr150.png\"></a>\";s:10:\"468_showad\";s:3:\"Yes\";s:12:\"468_adbanner\";s:123:\"<a target=\"_blank\" href=\"http://www.mmoformula.com/\"><img src=\"http://www.mmoformula.com/quickcash/images/468x60a.gif\"></a>\";s:17:\"featured_top_left\";s:1:\"1\";s:21:\"featured_top_left_num\";s:1:\"3\";s:20:\"featured2_top_leftsh\";s:2:\"No\";s:18:\"featured2_top_left\";s:1:\"5\";s:22:\"featured2_top_left_num\";s:1:\"3\";s:17:\"featured_bottomsh\";s:3:\"Yes\";s:15:\"featured_bottom\";s:1:\"3\";s:19:\"featured_bottom_num\";s:1:\"5\";s:17:\"header_blog_title\";s:5:\"Image\";s:12:\"clickbank_id\";s:9:\"bizguy727\";s:17:\"clickbank_keyword\";s:7:\"twitter\";s:18:\"clickbank_sideshow\";s:3:\"Yes\";s:16:\"content_below_sh\";s:3:\"Yes\";s:16:\"content_below_ad\";s:317:\"<script type=\"text/javascript\"><!--\r\ngoogle_ad_client = \"pub-2318833602494763\";\r\n/* 300x250, created 6/29/11 */\r\ngoogle_ad_slot = \"7011233159\";\r\ngoogle_ad_width = 300;\r\ngoogle_ad_height = 250;\r\n//-->\r\n</script>\r\n<script type=\"text/javascript\"\r\nsrc=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">\r\n</script>\";s:16:\"content_right_sh\";s:2:\"No\";s:16:\"content_right_ad\";s:123:\"<a href=\"http://www.premadeniches.com/\" target=\"_blank\" ><img src=\"http://www.premadeniches.com/bns/sampleadsense.jpg\"></a>\";s:15:\"youtube_vidshow\";s:3:\"Yes\";s:11:\"youtube_vid\";s:441:\"<object width=\"300\" height=\"233\"><param name=\"movie\" value=\"http://www.youtube.com/v/iwJaw5nwNtI?version=3&hl=en_US&rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/iwJaw5nwNtI?version=3&hl=en_US&rel=0\" type=\"application/x-shockwave-flash\" width=\"300\" height=\"233\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\";s:16:\"sidebar_right_sh\";s:2:\"No\";s:16:\"sidebar_right_ad\";s:116:\"<a href=\"http://www.premadeniches.com/\" target=\"_blank\" ><img src=\"http://www.premadeniches.com/bns/bnr120.png\"></a>\";s:14:\"track_codeshow\";s:2:\"No\";s:10:\"track_code\";s:0:\"\";s:18:\"featured_top_right\";s:1:\"4\";s:22:\"featured_top_right_num\";s:1:\"3\";s:21:\"featured2_top_rightsh\";s:2:\"No\";s:19:\"featured2_top_right\";s:1:\"5\";s:23:\"featured2_top_right_num\";s:1:\"3\";s:18:\"featured2_bottomsh\";s:2:\"No\";s:16:\"featured2_bottom\";s:1:\"5\";s:20:\"featured2_bottom_num\";s:1:\"3\";s:16:\"featured_content\";s:3:\"Yes\";s:5:\"enews\";s:3:\"Yes\";s:8:\"enews_id\";s:0:\"\";s:18:\"nav_menu_locations\";a:3:{s:6:\"mobile\";i:26;s:7:\"primary\";i:26;s:9:\"secondary\";i:27;}s:12:\"header_image\";s:89:\"http://victoriastone-twitter.newrethinkcompliance.com/wp-content/uploads/2014/01/logo.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:171;s:3:\"url\";s:70:\"http://www.biabranding.com/twitter/wp-content/uploads/2014/01/logo.png\";s:13:\"thumbnail_url\";s:70:\"http://www.biabranding.com/twitter/wp-content/uploads/2014/01/logo.png\";s:6:\"height\";i:100;s:5:\"width\";i:408;}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(814, 'theme_mods_twentyten', 'a:1:{i:0;b:0;}', 'yes'),
(819, 'theme_mods_twitter', 'a:1:{i:0;b:0;}', 'yes'),
(820, 'revlifestyle_cb_font_color', '333333', 'yes'),
(821, 'revlifestyle_cb_link_color', '0000FF', 'yes'),
(822, 'revlifestyle_cb_link_hover', '1079C9', 'yes'),
(823, 'revlifestyle_tracking_code', '<!-- Start of StatCounter Code -->\r\n<script type=\\\"text/javascript\\\">\r\nvar sc_project=7002891; \r\nvar sc_invisible=1; \r\nvar sc_security=\\\"603e7ca6\\\"; \r\n</script>\r\n<script type=\\\"text/javascript\\\"\r\nsrc=\\\"http://www.statcounter.com/counter/counter.js\\\"></script>\r\n<!-- End of StatCounter Code -->', 'yes'),
(824, 'revlifestyle_footer_links', 'Enhanced by <a href=\\\"http://www.premadeniches.com\\\" target=\\\"_blank\\\">PLR Niche Sites</a> Â· Powered by <a href=\\\"http://www.wordpress.org/\\\" target=\\\"_blank\\\">WordPress</a>', 'yes'),
(9693, 'rewrite_rules', 'a:92:{s:34:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.xml$\";s:40:\"index.php?xml_sitemap=params=$matches[2]\";s:38:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.xml\\.gz$\";s:49:\"index.php?xml_sitemap=params=$matches[2];zip=true\";s:35:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.html$\";s:50:\"index.php?xml_sitemap=params=$matches[2];html=true\";s:38:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.html.gz$\";s:59:\"index.php?xml_sitemap=params=$matches[2];html=true;zip=true\";s:14:\"^search/(.+)\\$\";s:23:\"index.php?s=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=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: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'),
(725, 'si_captcha', 'a:31:{s:18:\"si_captcha_donated\";s:5:\"false\";s:29:\"si_captcha_captcha_difficulty\";s:6:\"medium\";s:15:\"si_captcha_perm\";s:4:\"true\";s:21:\"si_captcha_perm_level\";s:4:\"read\";s:18:\"si_captcha_comment\";s:4:\"true\";s:33:\"si_captcha_comment_label_position\";s:20:\"input-label-required\";s:16:\"si_captcha_login\";s:5:\"false\";s:19:\"si_captcha_register\";s:4:\"true\";s:18:\"si_captcha_lostpwd\";s:4:\"true\";s:20:\"si_captcha_rearrange\";s:5:\"false\";s:26:\"si_captcha_disable_session\";s:4:\"true\";s:23:\"si_captcha_enable_audio\";s:4:\"true\";s:29:\"si_captcha_enable_audio_flash\";s:5:\"false\";s:24:\"si_captcha_captcha_small\";s:5:\"false\";s:19:\"si_captcha_no_trans\";s:5:\"false\";s:24:\"si_captcha_aria_required\";s:5:\"false\";s:25:\"si_captcha_external_style\";s:5:\"false\";s:28:\"si_captcha_captcha_div_style\";s:14:\"display:block;\";s:31:\"si_captcha_captcha_div_style_sm\";s:43:\"width:175px; height:45px; padding-top:10px;\";s:30:\"si_captcha_captcha_div_style_m\";s:43:\"width:250px; height:60px; padding-top:10px;\";s:30:\"si_captcha_captcha_image_style\";s:59:\"border-style:none; margin:0; padding-right:5px; float:left;\";s:28:\"si_captcha_audio_image_style\";s:48:\"border-style:none; margin:0; vertical-align:top;\";s:30:\"si_captcha_refresh_image_style\";s:51:\"border-style:none; margin:0; vertical-align:bottom;\";s:34:\"si_captcha_captcha_input_div_style\";s:52:\"display:block; padding-top:15px; padding-bottom:5px;\";s:30:\"si_captcha_comment_label_style\";s:9:\"margin:0;\";s:30:\"si_captcha_comment_field_style\";s:11:\"width:65px;\";s:24:\"si_captcha_label_captcha\";s:0:\"\";s:29:\"si_captcha_required_indicator\";s:2:\" *\";s:26:\"si_captcha_tooltip_captcha\";s:0:\"\";s:24:\"si_captcha_tooltip_audio\";s:0:\"\";s:26:\"si_captcha_tooltip_refresh\";s:0:\"\";}', 'yes'),
(3091, 'uninstall_plugins', 'a:2:{i:0;b:0;s:39:\"si-captcha-for-wordpress/si-captcha.php\";s:24:\"si_captcha_unset_options\";}', 'no'),
(727, 'fblike_display_page', '', 'yes'),
(728, 'fblike_display_home', '', 'yes'),
(729, 'fblike_where', 'after', 'yes'),
(730, 'fblike_style', 'margin: 10px 0;', 'yes'),
(731, 'fblike_layout', 'standard', 'yes'),
(732, 'fblike_faces', '', 'yes'),
(733, 'fblike_width', '450', 'yes'),
(734, 'fblike_height', '25', 'yes'),
(735, 'fblike_verb', 'like', 'yes'),
(736, 'fblike_font', '', 'yes'),
(737, 'fblike_color', 'light', 'yes'),
(748, 'revlifestyle_adabove_post', '<!-- Enter Ad Code Here //-->', 'yes'),
(724, 'GTranslate', 'a:13:{s:11:\"pro_version\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:9:\"analytics\";s:0:\"\";s:11:\"load_jquery\";s:1:\"1\";s:12:\"add_new_line\";s:1:\"1\";s:13:\"show_dropdown\";s:1:\"1\";s:10:\"show_flags\";s:1:\"1\";s:16:\"default_language\";s:2:\"en\";s:18:\"translation_method\";s:6:\"on_fly\";s:9:\"flag_size\";s:2:\"16\";s:11:\"widget_code\";s:0:\"\";s:10:\"incl_langs\";a:0:{}s:11:\"fincl_langs\";a:0:{}}', 'yes'),
(491, 'tubepress-vimeoKey', '', 'yes'),
(492, 'tubepress-vimeoSecret', '', 'yes'),
(493, 'tubepress-cacheDirectory', '', 'yes'),
(494, 'tubepress-searchResultsRestrictedToUser', '', 'yes'),
(495, 'tubepress-searchProvider', 'youtube', 'yes'),
(496, 'tubepress-disableHttpTransportCurl', '', 'yes'),
(497, 'tubepress-disableHttpTransportExtHttp', '', 'yes'),
(498, 'tubepress-disableHttpTransportFopen', '', 'yes'),
(499, 'tubepress-disableHttpTransportFsockOpen', '', 'yes'),
(500, 'tubepress-disableHttpTransportStreams', '', 'yes'),
(501, 'tubepress-cacheCleaningFactor', '20', 'yes'),
(502, 'tubepress-cacheLifetimeSeconds', '3600', 'yes'),
(503, 'tubepress-youtubeTopFavoritesValue', 'today', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(504, 'tubepress-theme', 'default', 'yes'),
(745, '_transient_plugins_delete_result_1', '1', 'yes'),
(749, 'revlifestyle_adleft_post', '<a href=\\\"http://www.premadeniches.com/\\\" target=\\\"_blank\\\"><img src=\\\"http://www.zmagz.com/img/sampleadsense.jpg\\\"></a>', 'yes'),
(750, 'revlifestyle_adbelow_post', '<!-- Enter Ad Code Here //-->', 'yes'),
(751, 'revlifestyle_amazon_id', 'feewow-20', 'yes'),
(752, 'revlifestyle_amazon_keword', 'twitter', 'yes'),
(753, 'revlifestyle_clickbank_id', 'bizguy727', 'yes'),
(754, 'revlifestyle_cb_keyword', 'twitter', 'yes'),
(757, 'sm_options', 'a:59:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:9:\"sm_b_ping\";b:1;s:10:\"sm_b_stats\";b:0;s:12:\"sm_b_pingmsn\";b:1;s:12:\"sm_b_autozip\";b:1;s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:12:\"sm_b_baseurl\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:9:\"sm_b_html\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:15:\"sm_product_tags\";b:1;s:17:\"sm_in_product_cat\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:9:\"sm_in_tax\";a:0:{}s:17:\"sm_in_customtypes\";a:0:{}s:13:\"sm_in_lastmod\";b:1;s:17:\"sm_b_sitemap_name\";s:7:\"sitemap\";s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:17:\"sm_cf_product_cat\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.59999999999999998;s:15:\"sm_pr_posts_min\";d:0.20000000000000001;s:11:\"sm_pr_pages\";d:0.59999999999999998;s:10:\"sm_pr_cats\";d:0.29999999999999999;s:17:\"sm_pr_product_cat\";d:0.29999999999999999;s:10:\"sm_pr_arch\";d:0.29999999999999999;s:10:\"sm_pr_auth\";d:0.29999999999999999;s:10:\"sm_pr_tags\";d:0.29999999999999999;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1308034714;s:16:\"sm_i_hide_survey\";b:0;s:14:\"sm_i_hide_note\";b:0;s:15:\"sm_i_hide_works\";b:0;s:16:\"sm_i_hide_donors\";b:0;s:9:\"sm_i_hash\";s:20:\"6cff96561ff5799a40a9\";s:8:\"sm_i_tid\";s:0:\"\";s:13:\"sm_i_lastping\";i:0;s:16:\"sm_i_supportfeed\";b:1;s:22:\"sm_i_supportfeed_cache\";i:1695818818;s:13:\"sm_links_page\";i:10;}', 'yes'),
(758, 'sm_status', 'O:28:\"GoogleSitemapGeneratorStatus\":24:{s:10:\"_startTime\";d:1653719589.2625871;s:8:\"_endTime\";d:1653719589.428045;s:11:\"_hasChanged\";b:1;s:12:\"_memoryUsage\";i:4718592;s:9:\"_lastPost\";i:50;s:9:\"_lastTime\";d:1653719589.2982471;s:8:\"_usedXml\";b:1;s:11:\"_xmlSuccess\";b:1;s:8:\"_xmlPath\";s:45:\"/home/kerichoi/thetwitterspot.com/sitemap.xml\";s:7:\"_xmlUrl\";s:38:\"https://thetwitterspot.com/sitemap.xml\";s:8:\"_usedZip\";b:1;s:11:\"_zipSuccess\";b:1;s:8:\"_zipPath\";s:48:\"/home/kerichoi/thetwitterspot.com/sitemap.xml.gz\";s:7:\"_zipUrl\";s:41:\"https://thetwitterspot.com/sitemap.xml.gz\";s:11:\"_usedGoogle\";b:1;s:10:\"_googleUrl\";s:104:\"http://www.google.com/webmasters/sitemaps/ping?sitemap=https%3A%2F%2Fthetwitterspot.com%2Fsitemap.xml.gz\";s:15:\"_gooogleSuccess\";b:1;s:16:\"_googleStartTime\";d:1653719589.301949;s:14:\"_googleEndTime\";d:1653719589.418011;s:8:\"_usedMsn\";b:1;s:7:\"_msnUrl\";s:97:\"http://www.bing.com/webmaster/ping.aspx?siteMap=https%3A%2F%2Fthetwitterspot.com%2Fsitemap.xml.gz\";s:11:\"_msnSuccess\";b:0;s:13:\"_msnStartTime\";d:1653719589.419364;s:11:\"_msnEndTime\";d:1653719589.4268701;}', 'no'),
(2260, 'tubepress-most_discussedValue', 'all_time', 'yes'),
(2261, 'tubepress-most_recentValue', 'all_time', 'yes'),
(2262, 'tubepress-most_respondedValue', 'all_time', 'yes'),
(2263, 'tubepress-searchResultsDomId', '', 'yes'),
(2264, 'tubepress-searchResultsOnly', '', 'yes'),
(2265, 'tubepress-searchResultsUrl', '', 'yes'),
(2266, 'tubepress-showVimeoOptions', '1', 'yes'),
(2267, 'tubepress-showYouTubeOptions', '1', 'yes'),
(2259, 'tubepress-recently_featured', 'all_time', 'yes'),
(1319, 'wpimport', 'a:1:{s:10:\"registered\";s:1:\"1\";}', 'yes'),
(3258, 'mobile_category_exclude', 'featured', 'yes'),
(3259, 'mobile_home_page', '0', 'yes'),
(2254, 'tubepress-https', '', 'yes'),
(2255, 'tubepress-autoHide', '', 'yes'),
(2256, 'tubepress-autoNext', '1', 'yes'),
(2257, 'tubepress-enableJsApi', '1', 'yes'),
(2258, 'tubepress-modestBranding', '1', 'yes'),
(4611, 'link_manager_enabled', '1', 'yes'),
(3221, 'dd_float_display_config', 'a:7:{s:14:\"display_option\";a:6:{s:19:\"display_option_home\";s:0:\"\";s:19:\"display_option_post\";s:2:\"on\";s:19:\"display_option_page\";s:0:\"\";s:18:\"display_option_cat\";s:0:\"\";s:18:\"display_option_tag\";s:0:\"\";s:22:\"display_option_archive\";s:0:\"\";}s:15:\"category_option\";a:3:{s:21:\"category_option_radio\";s:29:\"category_option_radio_include\";s:23:\"category_option_include\";s:3:\"All\";s:23:\"category_option_exclude\";s:4:\"None\";}s:16:\"dd_status_option\";a:1:{s:24:\"dd_status_option_display\";s:2:\"on\";}s:15:\"dd_float_option\";a:3:{s:22:\"dd_float_option_credit\";s:0:\"\";s:20:\"dd_float_option_left\";s:2:\"45\";s:19:\"dd_float_option_top\";s:1:\"0\";}s:24:\"dd_comment_anchor_option\";a:1:{s:31:\"dd_comment_anchor_option_status\";s:0:\"\";}s:21:\"dd_extra_option_email\";a:2:{s:28:\"dd_extra_option_email_status\";s:0:\"\";s:31:\"dd_extra_option_email_sharethis\";s:0:\"\";}s:21:\"dd_extra_option_print\";a:1:{s:28:\"dd_extra_option_print_status\";s:0:\"\";}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3222, 'dd_float_button', 'a:2:{s:23:\"dd_float_button_display\";a:24:{s:14:\"dd_button_digg\";O:7:\"DD_Digg\":30:{s:4:\"name\";s:4:\"Digg\";s:10:\"websiteURL\";s:19:\"http://www.digg.com\";s:6:\"apiURL\";s:44:\"http://about.digg.com/downloads/button/smart\";s:7:\"baseURL\";s:383:\"<script type=\'text/javascript\'>(function() {var s = document.createElement(\'SCRIPT\'), s1 = document.getElementsByTagName(\'SCRIPT\')[0];s.type = \'text/javascript\';s.async = true;s.src = \'http://widgets.digg.com/buttons.js\';s1.parentNode.insertBefore(s, s1);})();</script> <a class=\'DiggThisButton VOTE_BUTTON_DESIGN\' href=\'http://digg.com/submit?url=VOTE_URL&amp;title=VOTE_TITLE\'></a>\";s:12:\"baseURL_lazy\";s:123:\"<div class=\'dd-digg-ajax-load dd-digg-POST_ID\'></div><a class=\'DiggThisButton DD_DIGG_AJAX_POST_ID VOTE_BUTTON_DESIGN\'></a>\";s:19:\"baseURL_lazy_script\";s:253:\" function loadDigg_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-digg-POST_ID\').remove();$(\'.DD_DIGG_AJAX_POST_ID\').attr(\'href\',\'http://digg.com/submit?url=VOTE_URL&amp;title=VOTE_TITLE\');$.getScript(\'http://widgets.digg.com/buttons.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:56:\"window.setTimeout(\'loadDigg_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:18:\"dd_digg_appendType\";s:0:\"\";s:20:\"dd_digg_buttonDesign\";s:0:\"\";s:23:\"dd_digg_ajax_left_float\";s:0:\"\";s:17:\"dd_digg_lazy_load\";s:0:\"\";s:21:\"dd_digg_button_weight\";s:2:\"95\";}s:18:\"option_append_type\";s:18:\"dd_digg_appendType\";s:20:\"option_button_design\";s:20:\"dd_digg_buttonDesign\";s:20:\"option_button_weight\";s:21:\"dd_digg_button_weight\";s:22:\"option_ajax_left_float\";s:23:\"dd_digg_ajax_left_float\";s:16:\"option_lazy_load\";s:17:\"dd_digg_lazy_load\";s:19:\"button_weight_value\";s:2:\"95\";s:19:\"float_button_design\";s:6:\"Normal\";s:12:\"buttonLayout\";a:4:{s:4:\"Wide\";s:8:\"DiggWide\";s:6:\"Normal\";s:10:\"DiggMedium\";s:7:\"Compact\";s:11:\"DiggCompact\";s:4:\"Icon\";s:8:\"DiggIcon\";}s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:4:{s:4:\"Wide\";s:8:\"DiggWide\";s:6:\"Normal\";s:10:\"DiggMedium\";s:7:\"Compact\";s:11:\"DiggCompact\";s:4:\"Icon\";s:8:\"DiggIcon\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_reddit\";O:9:\"DD_Reddit\":31:{s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:21:\"button2.html?width=51\";s:7:\"Compact\";s:22:\"button1.html?width=120\";s:4:\"Icon\";s:21:\"button3.html?width=69\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:21:\"button2.html?width=51\";s:7:\"Compact\";s:22:\"button1.html?width=120\";s:4:\"Icon\";s:21:\"button3.html?width=69\";}s:21:\"buttonLayoutLazyWidth\";a:3:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";s:4:\"Icon\";s:2:\"69\";}s:22:\"buttonLayoutLazyHeight\";a:3:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";s:4:\"Icon\";s:2:\"52\";}s:23:\"buttonLayoutWidthHeight\";a:3:{s:6:\"Normal\";s:22:\"height=\"69\" width=\"51\"\";s:7:\"Compact\";s:23:\"height=\"22\" width=\"120\"\";s:4:\"Icon\";s:22:\"height=\"52\" width=\"69\"\";}s:4:\"name\";s:6:\"Reddit\";s:10:\"websiteURL\";s:21:\"http://www.reddit.com\";s:6:\"apiURL\";s:30:\"http://www.reddit.com/buttons/\";s:7:\"baseURL\";s:165:\"<iframe src=\"http://www.reddit.com/static/button/VOTE_BUTTON_DESIGN&url=VOTE_URL&title=VOTE_TITLE&newwindow=\'1\'\" EXTRA_VALUE scrolling=\'no\' frameborder=\'0\'></iframe>\";s:12:\"baseURL_lazy\";s:164:\"<div class=\'dd-reddit-ajax-load dd-reddit-POST_ID\'></div><iframe class=\'DD_REDDIT_AJAX_POST_ID\' src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\'></iframe>\";s:19:\"baseURL_lazy_script\";s:400:\" function loadReddit_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-reddit-POST_ID\').remove();$(\'.DD_REDDIT_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_REDDIT_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_REDDIT_AJAX_POST_ID\').attr(\'src\',\'http://www.reddit.com/static/button/VOTE_BUTTON_DESIGN&url=VOTE_URL&title=VOTE_TITLE&newwindow=1\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadReddit_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_reddit_appendType\";s:0:\"\";s:22:\"dd_reddit_buttonDesign\";s:0:\"\";s:25:\"dd_reddit_ajax_left_float\";s:0:\"\";s:19:\"dd_reddit_lazy_load\";s:0:\"\";s:23:\"dd_reddit_button_weight\";s:2:\"99\";}s:18:\"option_append_type\";s:20:\"dd_reddit_appendType\";s:20:\"option_button_design\";s:22:\"dd_reddit_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_reddit_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_reddit_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_reddit_lazy_load\";s:19:\"button_weight_value\";s:2:\"99\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:15:\"dd_button_gbuzz\";O:8:\"DD_GBuzz\":30:{s:4:\"name\";s:11:\"Google Buzz\";s:10:\"websiteURL\";s:26:\"http://www.google.com/buzz\";s:6:\"apiURL\";s:53:\"http://www.google.com/buzz/api/admin/configPostWidget\";s:7:\"baseURL\";s:247:\"<a title=\'Post on Google Buzz\' class=\'google-buzz-button\' href=\'http://www.google.com/buzz/post\' data-button-style=\'VOTE_BUTTON_DESIGN\' data-url=\'VOTE_URL\'></a><script type=\'text/javascript\' src=\'http://www.google.com/buzz/api/button.js\'></script>\";s:12:\"baseURL_lazy\";s:215:\"<div class=\'dd-gbuzz-ajax-load dd-gbuzz-POST_ID\'></div><a title=\'Post on Google Buzz\' class=\'google-buzz-button\' href=\'http://www.google.com/buzz/post\' data-button-style=\'VOTE_BUTTON_DESIGN\' data-url=\'VOTE_URL\'></a>\";s:19:\"baseURL_lazy_script\";s:162:\" function loadGBuzz_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-gbuzz-POST_ID\').remove();$.getScript(\'http://www.google.com/buzz/api/button.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:57:\"window.setTimeout(\'loadGBuzz_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:0;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:19:\"dd_gbuzz_appendType\";s:0:\"\";s:21:\"dd_gbuzz_buttonDesign\";s:0:\"\";s:24:\"dd_gbuzz_ajax_left_float\";s:0:\"\";s:18:\"dd_gbuzz_lazy_load\";s:0:\"\";s:22:\"dd_gbuzz_button_weight\";s:2:\"98\";}s:18:\"option_append_type\";s:19:\"dd_gbuzz_appendType\";s:20:\"option_button_design\";s:21:\"dd_gbuzz_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_gbuzz_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_gbuzz_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_gbuzz_lazy_load\";s:19:\"button_weight_value\";s:2:\"98\";s:19:\"float_button_design\";s:6:\"Normal\";s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:12:\"normal-count\";s:7:\"Compact\";s:11:\"small-count\";}s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:12:\"normal-count\";s:7:\"Compact\";s:11:\"small-count\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:15:\"dd_button_dzone\";O:8:\"DD_DZone\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:25:\"1\' height=\'70\' width=\'50\'\";s:7:\"Compact\";s:26:\"2\' height=\'25\' width=\'155\'\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:1:\"1\";s:7:\"Compact\";s:1:\"2\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"50\";s:7:\"Compact\";s:3:\"155\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"70\";s:7:\"Compact\";s:2:\"25\";}s:4:\"name\";s:5:\"DZone\";s:10:\"websiteURL\";s:20:\"http://www.dzone.com\";s:6:\"apiURL\";s:38:\"http://www.dzone.com/links/buttons.jsp\";s:7:\"baseURL\";s:163:\"<iframe src=\'http://widgets.dzone.com/links/widgets/zoneit.html?url=VOTE_URL&amp;title=VOTE_TITLE&amp;t=VOTE_BUTTON_DESIGN frameborder=\'0\' scrolling=\'no\'></iframe>\";s:12:\"baseURL_lazy\";s:161:\"<div class=\'dd-dzone-ajax-load dd-dzone-POST_ID\'></div><iframe class=\'DD_DZONE_AJAX_POST_ID\' src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\'></iframe>\";s:19:\"baseURL_lazy_script\";s:400:\" function loadDzone_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-dzone-POST_ID\').remove();$(\'.DD_DZONE_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_DZONE_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_DZONE_AJAX_POST_ID\').attr(\'src\',\'http://widgets.dzone.com/links/widgets/zoneit.html?url=VOTE_URL&title=VOTE_TITLE&t=VOTE_BUTTON_DESIGN\'); }); }\";s:21:\"scheduler_lazy_script\";s:57:\"window.setTimeout(\'loadDzone_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:19:\"dd_dzone_appendType\";s:0:\"\";s:21:\"dd_dzone_buttonDesign\";s:0:\"\";s:24:\"dd_dzone_ajax_left_float\";s:0:\"\";s:18:\"dd_dzone_lazy_load\";s:0:\"\";s:22:\"dd_dzone_button_weight\";s:2:\"97\";}s:18:\"option_append_type\";s:19:\"dd_dzone_appendType\";s:20:\"option_button_design\";s:21:\"dd_dzone_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_dzone_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_dzone_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_dzone_lazy_load\";s:19:\"button_weight_value\";s:2:\"97\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:17:\"dd_button_fbshare\";O:10:\"DD_FbShare\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:9:\"box_count\";s:7:\"Compact\";s:12:\"button_count\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:9:\"box_count\";s:7:\"Compact\";s:12:\"button_count\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:14:\"Facebook Share\";s:10:\"websiteURL\";s:23:\"http://www.facebook.com\";s:6:\"apiURL\";s:30:\"http://www.facebook.com/share/\";s:7:\"baseURL\";s:209:\"<a name=\'fb_share\' type=\'VOTE_BUTTON_DESIGN\' share_url=\'VOTE_URL\' href=\'http://www.facebook.com/sharer.php\'></a><script src=\'http://static.ak.fbcdn.net/connect.php/js/FB.Share\' type=\'text/javascript\'></script>\";s:12:\"baseURL_lazy\";s:203:\"<div class=\'dd-fbshare-ajax-load dd-fbshare-POST_ID\'></div><a class=\'DD_FBSHARE_AJAX_POST_ID\' name=\'fb_share\' type=\'VOTE_BUTTON_DESIGN\' share_url=\'VOTE_URL\' href=\'http://www.facebook.com/sharer.php\'></a>\";s:19:\"baseURL_lazy_script\";s:177:\" function loadFBShare_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-fbshare-POST_ID\').remove(); $.getScript(\'http://static.ak.fbcdn.net/connect.php/js/FB.Share\'); }); }\";s:21:\"scheduler_lazy_script\";s:59:\"window.setTimeout(\'loadFBShare_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:21:\"dd_fbshare_appendType\";s:0:\"\";s:23:\"dd_fbshare_buttonDesign\";s:0:\"\";s:26:\"dd_fbshare_ajax_left_float\";s:0:\"\";s:20:\"dd_fbshare_lazy_load\";s:0:\"\";s:24:\"dd_fbshare_button_weight\";s:2:\"95\";}s:18:\"option_append_type\";s:21:\"dd_fbshare_appendType\";s:20:\"option_button_design\";s:23:\"dd_fbshare_buttonDesign\";s:20:\"option_button_weight\";s:24:\"dd_fbshare_button_weight\";s:22:\"option_ajax_left_float\";s:26:\"dd_fbshare_ajax_left_float\";s:16:\"option_lazy_load\";s:20:\"dd_fbshare_lazy_load\";s:19:\"button_weight_value\";s:2:\"95\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_delicious\";O:12:\"DD_Delicious\":30:{s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:25:\"dd_delicious_normal_image\";s:7:\"Compact\";s:26:\"dd_delicious_compact_image\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:25:\"dd_delicious_normal_image\";s:7:\"Compact\";s:26:\"dd_delicious_compact_image\";}s:4:\"name\";s:9:\"Delicious\";s:10:\"websiteURL\";s:24:\"http://www.delicious.com\";s:6:\"apiURL\";s:35:\"http://www.delicious.com/help/feeds\";s:7:\"baseURL\";s:436:\"<div class=\'VOTE_BUTTON_DESIGN dd_delicious\'><a class=\'VOTE_BUTTON_DESIGN\' href=\'http://delicious.com/save\' onclick=\"window.open(\'http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=\'+encodeURIComponent(\'VOTE_URL\')+\'&amp;title=\'+encodeURIComponent(\'VOTE_TITLE\'),\'delicious\', \'toolbar=no,width=550,height=550\'); return false;\"><span id=\'DD_DELICIOUS_AJAX_POST_ID\'><div style=\'padding-top:3px\'>SAVED_COUNT</div></span></a></div>\";s:12:\"baseURL_lazy\";s:374:\"<div class=\'VOTE_BUTTON_DESIGN dd_delicious\'><a href=\'http://delicious.com/save\' onclick=\"window.open(\'http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=\'+encodeURIComponent(\'VOTE_URL\')+\'&amp;title=\'+encodeURIComponent(\'VOTE_TITLE\'),\'delicious\', \'toolbar=no,width=550,height=550\'); return false;\"><span id=\'DD_DELICIOUS_AJAX_POST_ID\'>SAVED_COUNT</span></a></div>\";s:19:\"baseURL_lazy_script\";s:428:\" function loadDelicious_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-delicious-POST_ID\').remove();$.getJSON(\'http://feeds.delicious.com/v2/json/urlinfo/data?url=VOTE_URL&amp;callback=?\',function(data) {var msg =\'\';var count = 0;if (data.length > 0) {count = data[0].total_posts;if(count ==0){msg = \'0\';}else if(count ==1){msg = \'1\';}else{msg = count}}else{msg = \'0\';}$(\'#DD_DELICIOUS_AJAX_POST_ID\').text(msg);}); }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadDelicious_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_delicious_appendType\";s:0:\"\";s:25:\"dd_delicious_buttonDesign\";s:0:\"\";s:28:\"dd_delicious_ajax_left_float\";s:0:\"\";s:22:\"dd_delicious_lazy_load\";s:0:\"\";s:26:\"dd_delicious_button_weight\";s:2:\"93\";}s:18:\"option_append_type\";s:23:\"dd_delicious_appendType\";s:20:\"option_button_design\";s:25:\"dd_delicious_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_delicious_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_delicious_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_delicious_lazy_load\";s:19:\"button_weight_value\";s:2:\"93\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_fblike\";O:9:\"DD_FbLike\":31:{s:19:\"float_button_design\";s:14:\"Like Box Count\";s:12:\"buttonLayout\";a:6:{s:13:\"Like Standard\";s:81:\"layout=standard&amp;action=like&amp;width=350&amp;height=24&amp;colorscheme=light\";s:17:\"Like Button Count\";s:84:\"layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light\";s:14:\"Like Box Count\";s:81:\"layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light\";s:18:\"Recommend Standard\";s:86:\"layout=standard&amp;action=recommend&amp;width=400&amp;height=24&amp;colorscheme=light\";s:22:\"Recommend Button Count\";s:90:\"layout=button_count&amp;action=recommend&amp;width=130&amp;height=20&amp;colorscheme=light\";s:19:\"Recommend Box Count\";s:86:\"layout=box_count&amp;action=recommend&amp;width=90&amp;height=60&amp;colorscheme=light\";}s:16:\"buttonLayoutLazy\";a:6:{s:13:\"Like Standard\";s:81:\"layout=standard&amp;action=like&amp;width=350&amp;height=24&amp;colorscheme=light\";s:17:\"Like Button Count\";s:84:\"layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light\";s:14:\"Like Box Count\";s:81:\"layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light\";s:18:\"Recommend Standard\";s:86:\"layout=standard&amp;action=recommend&amp;width=400&amp;height=24&amp;colorscheme=light\";s:22:\"Recommend Button Count\";s:90:\"layout=button_count&amp;action=recommend&amp;width=130&amp;height=20&amp;colorscheme=light\";s:19:\"Recommend Box Count\";s:86:\"layout=box_count&amp;action=recommend&amp;width=90&amp;height=60&amp;colorscheme=light\";}s:23:\"buttonLayoutWidthHeight\";a:6:{s:13:\"Like Standard\";s:25:\"width:500px; height:24px;\";s:17:\"Like Button Count\";s:24:\"width:92px; height:20px;\";s:14:\"Like Box Count\";s:24:\"width:50px; height:62px;\";s:18:\"Recommend Standard\";s:25:\"width:500px; height:24px;\";s:22:\"Recommend Button Count\";s:25:\"width:130px; height:20px;\";s:19:\"Recommend Box Count\";s:24:\"width:90px; height:60px;\";}s:21:\"buttonLayoutLazyWidth\";a:6:{s:13:\"Like Standard\";s:3:\"500\";s:17:\"Like Button Count\";s:2:\"92\";s:14:\"Like Box Count\";s:2:\"50\";s:18:\"Recommend Standard\";s:3:\"500\";s:22:\"Recommend Button Count\";s:3:\"130\";s:19:\"Recommend Box Count\";s:2:\"90\";}s:22:\"buttonLayoutLazyHeight\";a:6:{s:13:\"Like Standard\";s:2:\"24\";s:17:\"Like Button Count\";s:2:\"20\";s:14:\"Like Box Count\";s:2:\"62\";s:18:\"Recommend Standard\";s:2:\"24\";s:22:\"Recommend Button Count\";s:2:\"20\";s:19:\"Recommend Box Count\";s:2:\"60\";}s:4:\"name\";s:22:\"Facebook Like (IFrame)\";s:10:\"websiteURL\";s:23:\"http://www.facebook.com\";s:6:\"apiURL\";s:58:\"http://developers.facebook.com/docs/reference/plugins/like\";s:7:\"baseURL\";s:234:\"<iframe src=\'http://www.facebook.com/plugins/like.php?href=VOTE_URL&amp;locale=FACEBOOK_LOCALE&amp;VOTE_BUTTON_DESIGN\' scrolling=\'no\' frameborder=\'0\' style=\'border:none; overflow:hidden; EXTRA_VALUE\' allowTransparency=\'true\'></iframe>\";s:12:\"baseURL_lazy\";s:189:\"<div class=\'dd-fblike-ajax-load dd-fblike-POST_ID\'></div><iframe class=\"DD_FBLIKE_AJAX_POST_ID\" src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\' allowTransparency=\'true\'></iframe>\";s:19:\"baseURL_lazy_script\";s:408:\" function loadFBLike_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-fblike-POST_ID\').remove();$(\'.DD_FBLIKE_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_FBLIKE_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_FBLIKE_AJAX_POST_ID\').attr(\'src\',\'http://www.facebook.com/plugins/like.php?href=VOTE_URL&amp;locale=FACEBOOK_LOCALE&amp;VOTE_BUTTON_DESIGN\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadFBLike_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_fblike_appendType\";s:0:\"\";s:22:\"dd_fblike_buttonDesign\";s:0:\"\";s:25:\"dd_fblike_ajax_left_float\";s:0:\"\";s:19:\"dd_fblike_lazy_load\";s:0:\"\";s:23:\"dd_fblike_button_weight\";s:2:\"96\";}s:18:\"option_append_type\";s:20:\"dd_fblike_appendType\";s:20:\"option_button_design\";s:22:\"dd_fblike_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_fblike_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_fblike_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_fblike_lazy_load\";s:19:\"button_weight_value\";s:2:\"96\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:21:\"dd_button_stumbleupon\";O:14:\"DD_StumbleUpon\":30:{s:19:\"islazyLoadAvailable\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:1:\"5\";s:7:\"Compact\";s:1:\"1\";}s:4:\"name\";s:11:\"Stumbleupon\";s:10:\"websiteURL\";s:26:\"http://www.stumbleupon.com\";s:6:\"apiURL\";s:34:\"http://www.stumbleupon.com/badges/\";s:7:\"baseURL\";s:102:\"<script src=\'http://www.stumbleupon.com/hostedbadge.php?s=VOTE_BUTTON_DESIGN&amp;r=VOTE_URL\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:10:\"wp_options\";a:5:{s:25:\"dd_stumbleupon_appendType\";s:0:\"\";s:27:\"dd_stumbleupon_buttonDesign\";s:0:\"\";s:30:\"dd_stumbleupon_ajax_left_float\";s:0:\"\";s:24:\"dd_stumbleupon_lazy_load\";s:0:\"\";s:28:\"dd_stumbleupon_button_weight\";s:2:\"97\";}s:18:\"option_append_type\";s:25:\"dd_stumbleupon_appendType\";s:20:\"option_button_design\";s:27:\"dd_stumbleupon_buttonDesign\";s:20:\"option_button_weight\";s:28:\"dd_stumbleupon_button_weight\";s:22:\"option_ajax_left_float\";s:30:\"dd_stumbleupon_ajax_left_float\";s:16:\"option_lazy_load\";s:24:\"dd_stumbleupon_lazy_load\";s:19:\"button_weight_value\";s:2:\"97\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_yahoobuzz\";O:8:\"DD_YBuzz\":30:{s:19:\"islazyLoadAvailable\";b:0;s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:6:\"square\";s:7:\"Compact\";s:11:\"small-votes\";s:12:\"Compact_Text\";s:10:\"text-votes\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:10:\"Yahoo Buzz\";s:10:\"websiteURL\";s:21:\"http://buzz.yahoo.com\";s:6:\"apiURL\";s:29:\"http://buzz.yahoo.com/buttons\";s:7:\"baseURL\";s:216:\"<script type=\'text/javascript\'>yahooBuzzArticleHeadline=\"VOTE_TITLE\";yahooBuzzArticleId=\"VOTE_URL\";</script><script type=\'text/javascript\' src=\'http://d.yimg.com/ds/badge2.js\' badgetype=\'VOTE_BUTTON_DESIGN\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:19:\"dd_ybuzz_appendType\";s:0:\"\";s:21:\"dd_ybuzz_buttonDesign\";s:0:\"\";s:24:\"dd_ybuzz_ajax_left_float\";s:0:\"\";s:18:\"dd_ybuzz_lazy_load\";s:0:\"\";s:22:\"dd_ybuzz_button_weight\";s:2:\"90\";}s:18:\"option_append_type\";s:19:\"dd_ybuzz_appendType\";s:20:\"option_button_design\";s:21:\"dd_ybuzz_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_ybuzz_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_ybuzz_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_ybuzz_lazy_load\";s:19:\"button_weight_value\";s:2:\"90\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_fbshareme\";O:12:\"DD_FbShareMe\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:5:\"large\";s:7:\"Compact\";s:5:\"small\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:5:\"large\";s:7:\"Compact\";s:5:\"small\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"53\";s:7:\"Compact\";s:2:\"80\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"18\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:10:\"fbShare.me\";s:10:\"websiteURL\";s:21:\"http://www.fbshare.me\";s:6:\"apiURL\";s:21:\"http://www.fbshare.me\";s:7:\"baseURL\";s:142:\"<script>var fbShare = {url: \'VOTE_URL\',size: \'VOTE_BUTTON_DESIGN\',}</script><script src=\'http://widgets.fbshare.me/files/fbshare.js\'></script>\";s:12:\"baseURL_lazy\";s:198:\"<div class=\'dd-fbshareme-ajax-load dd-fbshareme-POST_ID\'></div><iframe class=\"DD_FBSHAREME_AJAX_POST_ID\" src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\' allowtransparency=\'true\'></iframe>\";s:19:\"baseURL_lazy_script\";s:400:\" function loadFBShareMe_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-fbshareme-POST_ID\').remove();$(\'.DD_FBSHAREME_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_FBSHAREME_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_FBSHAREME_AJAX_POST_ID\').attr(\'src\',\'http://widgets.fbshare.me/files/fbshare.php?url=VOTE_URL&size=VOTE_BUTTON_DESIGN\');  }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadFBShareMe_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_fbshareme_appendType\";s:0:\"\";s:25:\"dd_fbshareme_buttonDesign\";s:0:\"\";s:28:\"dd_fbshareme_ajax_left_float\";s:0:\"\";s:22:\"dd_fbshareme_lazy_load\";s:0:\"\";s:26:\"dd_fbshareme_button_weight\";s:2:\"94\";}s:18:\"option_append_type\";s:23:\"dd_fbshareme_appendType\";s:20:\"option_button_design\";s:25:\"dd_fbshareme_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_fbshareme_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_fbshareme_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_fbshareme_lazy_load\";s:19:\"button_weight_value\";s:2:\"94\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:21:\"dd_button_blogenagage\";O:13:\"DD_BlogEngage\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:11:\"button4.php\";}s:4:\"name\";s:10:\"BlogEngage\";s:10:\"websiteURL\";s:25:\"http://www.blogengage.com\";s:6:\"apiURL\";s:43:\"http://www.blogengage.com/profile_promo.php\";s:7:\"baseURL\";s:132:\"<script type=\'text/javascript\'>submit_url = \'VOTE_URL\';</script><script src=\'http://blogengage.com/evb/VOTE_BUTTON_DESIGN\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:24:\"dd_blogengage_appendType\";s:0:\"\";s:26:\"dd_blogengage_buttonDesign\";s:0:\"\";s:29:\"dd_blogengage_ajax_left_float\";s:0:\"\";s:23:\"dd_blogengage_lazy_load\";s:0:\"\";s:27:\"dd_blogengage_button_weight\";s:2:\"84\";}s:18:\"option_append_type\";s:24:\"dd_blogengage_appendType\";s:20:\"option_button_design\";s:26:\"dd_blogengage_buttonDesign\";s:20:\"option_button_weight\";s:27:\"dd_blogengage_button_weight\";s:22:\"option_ajax_left_float\";s:29:\"dd_blogengage_ajax_left_float\";s:16:\"option_lazy_load\";s:23:\"dd_blogengage_lazy_load\";s:19:\"button_weight_value\";s:2:\"84\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:21:\"dd_button_thewebblend\";O:14:\"DD_TheWebBlend\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:0:\"\";s:7:\"Compact\";s:21:\"badge_size=\'compact\';\";}s:4:\"name\";s:11:\"TheWebBlend\";s:10:\"websiteURL\";s:26:\"http://www.thewebblend.com\";s:6:\"apiURL\";s:33:\"http://thewebblend.com/tools/vote\";s:7:\"baseURL\";s:194:\"<script type=\'text/javascript\'>url_site=\'VOTE_URL\'; VOTE_BUTTON_DESIGN</script><script src=\'http://thewebblend.com/sites/all/modules/drigg_external/js/button.js\' type=\'text/javascript\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:22:\"dd_webblend_appendType\";s:0:\"\";s:24:\"dd_webblend_buttonDesign\";s:0:\"\";s:27:\"dd_webblend_ajax_left_float\";s:0:\"\";s:21:\"dd_webblend_lazy_load\";s:0:\"\";s:25:\"dd_webblend_button_weight\";s:2:\"85\";}s:18:\"option_append_type\";s:22:\"dd_webblend_appendType\";s:20:\"option_button_design\";s:24:\"dd_webblend_buttonDesign\";s:20:\"option_button_weight\";s:25:\"dd_webblend_button_weight\";s:22:\"option_ajax_left_float\";s:27:\"dd_webblend_ajax_left_float\";s:16:\"option_lazy_load\";s:21:\"dd_webblend_lazy_load\";s:19:\"button_weight_value\";s:2:\"85\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:20:\"dd_button_designbump\";O:13:\"DD_DesignBump\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:6:\"Normal\";}s:4:\"name\";s:10:\"DesignBump\";s:10:\"websiteURL\";s:25:\"http://www.designbump.com\";s:6:\"apiURL\";s:33:\"http://designbump.com/content/evb\";s:7:\"baseURL\";s:176:\"<script type=\'text/javascript\'>url_site=\'VOTE_URL\'; </script> <script src=\'http://designbump.com/sites/all/modules/drigg_external/js/button.js\' type=\'text/javascript\'></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:24:\"dd_designbump_appendType\";s:0:\"\";s:26:\"dd_designbump_buttonDesign\";s:0:\"\";s:29:\"dd_designbump_ajax_left_float\";s:0:\"\";s:23:\"dd_designbump_lazy_load\";s:0:\"\";s:27:\"dd_designbump_button_weight\";s:2:\"87\";}s:18:\"option_append_type\";s:24:\"dd_designbump_appendType\";s:20:\"option_button_design\";s:26:\"dd_designbump_buttonDesign\";s:20:\"option_button_weight\";s:27:\"dd_designbump_button_weight\";s:22:\"option_ajax_left_float\";s:29:\"dd_designbump_ajax_left_float\";s:16:\"option_lazy_load\";s:23:\"dd_designbump_lazy_load\";s:19:\"button_weight_value\";s:2:\"87\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:17:\"dd_button_twitter\";O:10:\"DD_Twitter\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:7:\"Twitter\";s:10:\"websiteURL\";s:22:\"http://www.twitter.com\";s:6:\"apiURL\";s:38:\"http://twitter.com/goodies/tweetbutton\";s:7:\"baseURL\";s:252:\"<a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-url=\"VOTE_URL\" data-count=\"VOTE_BUTTON_DESIGN\" data-text=\"VOTE_TITLE\" data-via=\"VOTE_SOURCE\" ></a><script type=\"text/javascript\" src=\"http://platform.twitter.com/widgets.js\"></script>\";s:12:\"baseURL_lazy\";s:226:\"<div class=\'dd-twitter-ajax-load dd-twitter-POST_ID\'></div><a href=\"http://twitter.com/share\" class=\"twitter-share-button\" data-url=\"VOTE_URL\" data-count=\"VOTE_BUTTON_DESIGN\" data-text=\"VOTE_TITLE\" data-via=\"VOTE_SOURCE\" ></a>\";s:19:\"baseURL_lazy_script\";s:164:\" function loadTwitter_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-twitter-POST_ID\').remove();$.getScript(\'http://platform.twitter.com/widgets.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:59:\"window.setTimeout(\'loadTwitter_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:21:\"dd_twitter_appendType\";s:0:\"\";s:23:\"dd_twitter_buttonDesign\";s:0:\"\";s:26:\"dd_twitter_ajax_left_float\";s:2:\"on\";s:20:\"dd_twitter_lazy_load\";s:0:\"\";s:24:\"dd_twitter_button_weight\";s:3:\"104\";}s:18:\"option_append_type\";s:21:\"dd_twitter_appendType\";s:20:\"option_button_design\";s:23:\"dd_twitter_buttonDesign\";s:20:\"option_button_weight\";s:24:\"dd_twitter_button_weight\";s:22:\"option_ajax_left_float\";s:26:\"dd_twitter_ajax_left_float\";s:16:\"option_lazy_load\";s:20:\"dd_twitter_lazy_load\";s:19:\"button_weight_value\";s:3:\"110\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_tweetmeme\";O:12:\"DD_TweetMeme\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:30:\"normal\' height=\'61\' width=\'50\'\";s:7:\"Compact\";s:31:\"compact\' height=\'20\' width=\'90\'\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"normal\";s:7:\"Compact\";s:7:\"compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"50\";s:7:\"Compact\";s:2:\"90\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"61\";s:7:\"Compact\";s:2:\"20\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:9:\"TweetMeme\";s:10:\"websiteURL\";s:25:\"http://www.tweetmeme.com/\";s:6:\"apiURL\";s:46:\"http://wordpress.org/extend/plugins/tweetmeme/\";s:7:\"baseURL\";s:200:\"<iframe src=\'http://api.tweetmeme.com/button.js?url=VOTE_URL&source=VOTE_SOURCE&service=VOTE_SERVICE_NAME&service_api=VOTE_SERVICE_API&style=VOTE_BUTTON_DESIGN frameborder=\'0\' scrolling=\'no\'></iframe>\";s:12:\"baseURL_lazy\";s:173:\"<div class=\'dd-tweetmeme-ajax-load dd-tweetmeme-POST_ID\'></div><iframe class=\'DD_TWEETMEME_AJAX_POST_ID\' src=\'\' height=\'0\' width=\'0\' scrolling=\'no\' frameborder=\'0\'></iframe>\";s:19:\"baseURL_lazy_script\";s:465:\" function loadTweetMeme_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-tweetmeme-POST_ID\').remove();$(\'.DD_TWEETMEME_AJAX_POST_ID\').attr(\'width\',\'VOTE_BUTTON_DESIGN_LAZY_WIDTH\');$(\'.DD_TWEETMEME_AJAX_POST_ID\').attr(\'height\',\'VOTE_BUTTON_DESIGN_LAZY_HEIGHT\');$(\'.DD_TWEETMEME_AJAX_POST_ID\').attr(\'src\',\'http://api.tweetmeme.com/button.js?url=VOTE_URL&source=VOTE_SOURCE&style=VOTE_BUTTON_DESIGN&service=VOTE_SERVICE_NAME&service_api=VOTE_SERVICE_API\'); }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadTweetMeme_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_tweetmeme_appendType\";s:0:\"\";s:25:\"dd_tweetmeme_buttonDesign\";s:0:\"\";s:28:\"dd_tweetmeme_ajax_left_float\";s:0:\"\";s:22:\"dd_tweetmeme_lazy_load\";s:0:\"\";s:26:\"dd_tweetmeme_button_weight\";s:2:\"97\";}s:18:\"option_append_type\";s:23:\"dd_tweetmeme_appendType\";s:20:\"option_button_design\";s:25:\"dd_tweetmeme_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_tweetmeme_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_tweetmeme_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_tweetmeme_lazy_load\";s:19:\"button_weight_value\";s:2:\"97\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;}s:15:\"dd_button_topsy\";O:8:\"DD_Topsy\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:3:\"big\";s:7:\"Compact\";s:7:\"compact\";}s:4:\"name\";s:5:\"Topsy\";s:10:\"websiteURL\";s:20:\"http://www.topsy.com\";s:6:\"apiURL\";s:44:\"http://labs.topsy.com/button/retweet-button/\";s:7:\"baseURL\";s:233:\"<script type=\"text/javascript\" src=\"http://cdn.topsy.com/topsy.js?init=topsyWidgetCreator\"></script><div class=\"topsy_widget_data\"><!--{\"url\":\"VOTE_URL\",\"style\":\"VOTE_BUTTON_DESIGN\",\"theme\":\"VOTE_THEME\",\"nick\":\"VOTE_SOURCE\"}--></div>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:19:\"dd_topsy_appendType\";s:0:\"\";s:21:\"dd_topsy_buttonDesign\";s:0:\"\";s:24:\"dd_topsy_ajax_left_float\";s:0:\"\";s:18:\"dd_topsy_lazy_load\";s:0:\"\";s:22:\"dd_topsy_button_weight\";s:2:\"96\";}s:18:\"option_append_type\";s:19:\"dd_topsy_appendType\";s:20:\"option_button_design\";s:21:\"dd_topsy_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_topsy_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_topsy_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_topsy_lazy_load\";s:19:\"button_weight_value\";s:2:\"96\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:18:\"dd_button_comments\";O:11:\"DD_Comments\":30:{s:19:\"islazyLoadAvailable\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:6:\"Normal\";}s:4:\"name\";s:8:\"Comments\";s:10:\"websiteURL\";s:11:\"http://none\";s:6:\"apiURL\";s:11:\"http://none\";s:7:\"baseURL\";s:142:\"<div id=\'dd_comments\'><a class=\'clcount\' href=VOTE_URL><span class=\'ctotal\'>COMMENTS_COUNT</span></a><a class=\'clink\' href=VOTE_URL></a></div>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:10:\"wp_options\";a:5:{s:22:\"dd_comments_appendType\";s:0:\"\";s:24:\"dd_comments_buttonDesign\";s:0:\"\";s:27:\"dd_comments_ajax_left_float\";s:0:\"\";s:21:\"dd_comments_lazy_load\";s:0:\"\";s:25:\"dd_comments_button_weight\";s:2:\"88\";}s:18:\"option_append_type\";s:22:\"dd_comments_appendType\";s:20:\"option_button_design\";s:24:\"dd_comments_buttonDesign\";s:20:\"option_button_weight\";s:25:\"dd_comments_button_weight\";s:22:\"option_ajax_left_float\";s:27:\"dd_comments_ajax_left_float\";s:16:\"option_lazy_load\";s:21:\"dd_comments_lazy_load\";s:19:\"button_weight_value\";s:2:\"88\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:18:\"dd_button_linkedin\";O:11:\"DD_Linkedin\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:3:\"top\";s:7:\"Compact\";s:5:\"right\";s:7:\"NoCount\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:3:\"top\";s:7:\"Compact\";s:5:\"right\";s:7:\"NoCount\";s:4:\"none\";}s:16:\"isEncodeRequired\";b:0;s:4:\"name\";s:8:\"Linkedin\";s:10:\"websiteURL\";s:23:\"http://www.linkedin.com\";s:6:\"apiURL\";s:34:\"http://www.linkedin.com/publishers\";s:7:\"baseURL\";s:183:\"<script type=\'text/javascript\' src=\'http://platform.linkedin.com/in.js\'></script><div class=\'dd-linkedin-share\'><div data-url=\'VOTE_URL\' data-counter=\'VOTE_BUTTON_DESIGN\'></div></div>\";s:12:\"baseURL_lazy\";s:148:\"<div class=\'dd-linkedin-ajax-load dd-linkedin-POST_ID\'></div><script type=\'IN/share\' data-url=\'VOTE_URL\' data-counter=\'VOTE_BUTTON_DESIGN\'></script>\";s:19:\"baseURL_lazy_script\";s:162:\" function loadLinkedin_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-linkedin-POST_ID\').remove();$.getScript(\'http://platform.linkedin.com/in.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:60:\"window.setTimeout(\'loadLinkedin_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:22:\"dd_linkedin_appendType\";s:0:\"\";s:24:\"dd_linkedin_buttonDesign\";s:0:\"\";s:27:\"dd_linkedin_ajax_left_float\";s:2:\"on\";s:21:\"dd_linkedin_lazy_load\";s:0:\"\";s:25:\"dd_linkedin_button_weight\";s:3:\"102\";}s:18:\"option_append_type\";s:22:\"dd_linkedin_appendType\";s:20:\"option_button_design\";s:24:\"dd_linkedin_buttonDesign\";s:20:\"option_button_weight\";s:25:\"dd_linkedin_button_weight\";s:22:\"option_ajax_left_float\";s:27:\"dd_linkedin_ajax_left_float\";s:16:\"option_lazy_load\";s:21:\"dd_linkedin_lazy_load\";s:19:\"button_weight_value\";s:2:\"94\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:15:\"dd_button_serpd\";O:8:\"DD_Serpd\":30:{s:19:\"islazyLoadAvailable\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:1:{s:6:\"Normal\";s:0:\"\";}s:4:\"name\";s:5:\"Serpd\";s:10:\"websiteURL\";s:20:\"http://www.serpd.com\";s:6:\"apiURL\";s:29:\"http://www.serpd.com/widgets/\";s:7:\"baseURL\";s:150:\"<script type=\"text/javascript\">submit_url = \"VOTE_URL\";</script><script type=\"text/javascript\" src=\"http://www.serpd.com/index.php?page=evb\"></script>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:10:\"wp_options\";a:5:{s:19:\"dd_serpd_appendType\";s:0:\"\";s:21:\"dd_serpd_buttonDesign\";s:0:\"\";s:24:\"dd_serpd_ajax_left_float\";s:0:\"\";s:18:\"dd_serpd_lazy_load\";s:0:\"\";s:22:\"dd_serpd_button_weight\";s:2:\"86\";}s:18:\"option_append_type\";s:19:\"dd_serpd_appendType\";s:20:\"option_button_design\";s:21:\"dd_serpd_buttonDesign\";s:20:\"option_button_weight\";s:22:\"dd_serpd_button_weight\";s:22:\"option_ajax_left_float\";s:24:\"dd_serpd_ajax_left_float\";s:16:\"option_lazy_load\";s:18:\"dd_serpd_lazy_load\";s:19:\"button_weight_value\";s:2:\"86\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:22:\"dd_button_fblike_xfbml\";O:15:\"DD_FbLike_XFBML\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:17:\"Like Button Count\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:19:\"islazyLoadAvailable\";b:0;s:19:\"float_button_design\";s:14:\"Like Box Count\";s:12:\"buttonLayout\";a:6:{s:13:\"Like Standard\";s:13:\" width=\"450\" \";s:17:\"Like Button Count\";s:34:\" layout=\"button_count\" width=\"92\" \";s:14:\"Like Box Count\";s:31:\" layout=\"box_count\" width=\"50\" \";s:18:\"Recommend Standard\";s:32:\" action=\"recommend\" width=\"400\" \";s:22:\"Recommend Button Count\";s:54:\" action=\"recommend\" layout=\"button_count\" width=\"130\" \";s:19:\"Recommend Box Count\";s:50:\" action=\"recommend\" layout=\"box_count\" width=\"90\" \";}s:4:\"name\";s:21:\"Facebook Like (XFBML)\";s:10:\"websiteURL\";s:23:\"http://www.facebook.com\";s:6:\"apiURL\";s:58:\"http://developers.facebook.com/docs/reference/plugins/like\";s:7:\"baseURL\";s:170:\"<script src=\"http://connect.facebook.net/FACEBOOK_LOCALE/all.js#xfbml=1\"></script><fb:like href=\"VOTE_URL\" FACEBOOK_SEND FACEBOOK_SHOW_FACE VOTE_BUTTON_DESIGN ></fb:like>\";s:12:\"baseURL_lazy\";N;s:19:\"baseURL_lazy_script\";N;s:21:\"scheduler_lazy_script\";N;s:20:\"scheduler_lazy_timer\";N;s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:10:\"wp_options\";a:5:{s:26:\"dd_fblike_xfbml_appendType\";s:0:\"\";s:28:\"dd_fblike_xfbml_buttonDesign\";s:0:\"\";s:31:\"dd_fblike_xfbml_ajax_left_float\";s:2:\"on\";s:25:\"dd_fblike_xfbml_lazy_load\";s:0:\"\";s:29:\"dd_fblike_xfbml_button_weight\";s:3:\"110\";}s:18:\"option_append_type\";s:26:\"dd_fblike_xfbml_appendType\";s:20:\"option_button_design\";s:28:\"dd_fblike_xfbml_buttonDesign\";s:20:\"option_button_weight\";s:29:\"dd_fblike_xfbml_button_weight\";s:22:\"option_ajax_left_float\";s:31:\"dd_fblike_xfbml_ajax_left_float\";s:16:\"option_lazy_load\";s:25:\"dd_fblike_xfbml_lazy_load\";s:19:\"button_weight_value\";s:2:\"96\";s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:6:\"Normal\";s:7:\"Compact\";s:7:\"Compact\";}s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:17:\"dd_button_google1\";O:10:\"DD_Google1\":30:{s:11:\"append_type\";s:10:\"left_float\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:4:{s:6:\"Normal\";s:4:\"tall\";s:14:\"Compact (15px)\";s:5:\"small\";s:14:\"Compact (20px)\";s:6:\"medium\";s:14:\"Compact (24px)\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:4:{s:6:\"Normal\";s:4:\"tall\";s:14:\"Compact (15px)\";s:5:\"small\";s:14:\"Compact (20px)\";s:6:\"medium\";s:14:\"Compact (24px)\";s:4:\"none\";}s:4:\"name\";s:9:\"Google +1\";s:10:\"websiteURL\";s:32:\"http://www.google.com/+1/button/\";s:6:\"apiURL\";s:37:\"http://code.google.com/apis/+1button/\";s:7:\"baseURL\";s:149:\"<script type=\'text/javascript\' src=\'https://apis.google.com/js/plusone.js\'></script><g:plusone size=\'VOTE_BUTTON_DESIGN\' href=\'VOTE_URL\'></g:plusone>\";s:12:\"baseURL_lazy\";s:124:\"<div class=\'dd-google1-ajax-load dd-google1-POST_ID\'></div><g:plusone size=\'VOTE_BUTTON_DESIGN\' href=\'VOTE_URL\'></g:plusone>\";s:19:\"baseURL_lazy_script\";s:163:\" function loadGoogle1_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-google1-POST_ID\').remove();$.getScript(\'https://apis.google.com/js/plusone.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:59:\"window.setTimeout(\'loadGoogle1_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:21:\"dd_google1_appendType\";s:0:\"\";s:23:\"dd_google1_buttonDesign\";s:0:\"\";s:26:\"dd_google1_ajax_left_float\";s:2:\"on\";s:20:\"dd_google1_lazy_load\";s:0:\"\";s:24:\"dd_google1_button_weight\";s:3:\"106\";}s:18:\"option_append_type\";s:21:\"dd_google1_appendType\";s:20:\"option_button_design\";s:23:\"dd_google1_buttonDesign\";s:20:\"option_button_weight\";s:24:\"dd_google1_button_weight\";s:22:\"option_ajax_left_float\";s:26:\"dd_google1_ajax_left_float\";s:16:\"option_lazy_load\";s:20:\"dd_google1_lazy_load\";s:19:\"button_weight_value\";s:2:\"95\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_buffer\";O:9:\"DD_Buffer\":30:{s:11:\"append_type\";s:13:\"after_content\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";s:2:\"on\";s:9:\"lazy_load\";b:0;s:16:\"isEncodeRequired\";b:0;s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:4:\"name\";s:6:\"Buffer\";s:10:\"websiteURL\";s:21:\"http://bufferapp.com/\";s:6:\"apiURL\";s:36:\"http://bufferapp.com/goodies/button/\";s:7:\"baseURL\";s:234:\"<a href=\"http://bufferapp.com/add\" class=\"buffer-add-button\" data-count=\"VOTE_BUTTON_DESIGN\" data-url=\"VOTE_URL\" data-via=\"VOTE_BUFFER_SOURCE\"></a><script type=\"text/javascript\" src=\"http://static.bufferapp.com/js/button.js\"></script>\";s:12:\"baseURL_lazy\";s:147:\"<a href=\"http://bufferapp.com/add\" class=\"buffer-add-button\" data-count=\"VOTE_BUTTON_DESIGN\" data-url=\"VOTE_URL\" data-via=\"VOTE_BUFFER_SOURCE\"></a>\";s:19:\"baseURL_lazy_script\";s:163:\"function loadBuffer_POST_ID(){ jQuery(document).ready(function($) { $(\'.dd-buffer-POST_ID\').remove();$.getScript(\'http://static.bufferapp.com/js/button.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadBuffer_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_buffer_appendType\";s:0:\"\";s:22:\"dd_buffer_buttonDesign\";s:0:\"\";s:25:\"dd_buffer_ajax_left_float\";s:0:\"\";s:19:\"dd_buffer_lazy_load\";s:0:\"\";s:23:\"dd_buffer_button_weight\";s:2:\"99\";}s:18:\"option_append_type\";s:20:\"dd_buffer_appendType\";s:20:\"option_button_design\";s:22:\"dd_buffer_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_buffer_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_buffer_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_buffer_lazy_load\";s:19:\"button_weight_value\";s:2:\"99\";s:19:\"float_button_design\";s:6:\"Normal\";s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:19:\"dd_button_pinterest\";O:12:\"DD_Pinterest\":30:{s:12:\"buttonLayout\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:16:\"buttonLayoutLazy\";a:3:{s:6:\"Normal\";s:8:\"vertical\";s:7:\"Compact\";s:10:\"horizontal\";s:8:\"No Count\";s:4:\"none\";}s:4:\"name\";s:9:\"Pinterest\";s:10:\"websiteURL\";s:20:\"http://pinterest.com\";s:6:\"apiURL\";s:55:\"http://pinterest.com/about/goodies/#button_for_websites\";s:7:\"baseURL\";s:249:\"<a href=\"http://pinterest.com/pin/create/button/?url=VOTE_URL&description=VOTE_TITLE&media=VOTE_IMAGE\" class=\"pin-it-button\" count-layout=\"VOTE_BUTTON_DESIGN\"></a><script type=\"text/javascript\" src=\"http://assets.pinterest.com/js/pinit.js\"></script>\";s:12:\"baseURL_lazy\";s:207:\"<a href=\"http://pinterest.com/pin/create/button/?url=VOTE_URL&description=VOTE_TITLE&media=VOTE_IMAGE\" class=\"pin-it-button dd-pinterest-ajax-load dd-pinterest-POST_ID\" count-layout=\"VOTE_BUTTON_DESIGN\"></a>\";s:19:\"baseURL_lazy_script\";s:132:\"function loadPinterest_POST_ID(){ jQuery(document).ready(function($) { $.getScript(\'http://assets.pinterest.com/js/pinit.js\'); }); }\";s:21:\"scheduler_lazy_script\";s:61:\"window.setTimeout(\'loadPinterest_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:23:\"dd_pinterest_appendType\";s:0:\"\";s:25:\"dd_pinterest_buttonDesign\";s:0:\"\";s:28:\"dd_pinterest_ajax_left_float\";s:2:\"on\";s:22:\"dd_pinterest_lazy_load\";s:0:\"\";s:26:\"dd_pinterest_button_weight\";s:3:\"108\";}s:18:\"option_append_type\";s:23:\"dd_pinterest_appendType\";s:20:\"option_button_design\";s:25:\"dd_pinterest_buttonDesign\";s:20:\"option_button_weight\";s:26:\"dd_pinterest_button_weight\";s:22:\"option_ajax_left_float\";s:28:\"dd_pinterest_ajax_left_float\";s:16:\"option_lazy_load\";s:22:\"dd_pinterest_lazy_load\";s:19:\"button_weight_value\";s:2:\"10\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}s:16:\"dd_button_flattr\";O:9:\"DD_Flattr\":30:{s:12:\"buttonLayout\";a:2:{s:6:\"Normal\";s:7:\"default\";s:7:\"Compact\";s:7:\"compact\";}s:16:\"buttonLayoutLazy\";a:2:{s:6:\"Normal\";s:7:\"default\";s:7:\"Compact\";s:7:\"compact\";}s:4:\"name\";s:6:\"Flattr\";s:10:\"websiteURL\";s:17:\"http://flattr.com\";s:6:\"apiURL\";s:36:\"http://developers.flattr.net/button/\";s:7:\"baseURL\";s:257:\"<script src=\"http://api.flattr.com/js/0.6/load.js?mode=auto\"></script><a class=\"FlattrButton\" href=\"VOTE_URL\" style=\"display:none;\" title=\"VOTE_TITLE\" data-flattr-uid=\"VOTE_FLATTR_UID\" data-flattr-button=\"VOTE_BUTTON_DESIGN\" data-flattr-category=\"text\"></a>\";s:12:\"baseURL_lazy\";s:187:\"<a class=\"FlattrButton\" href=\"VOTE_URL\" style=\"display:none;\" title=\"VOTE_TITLE\" data-flattr-uid=\"VOTE_FLATTR_UID\" data-flattr-button=\"VOTE_BUTTON_DESIGN\" data-flattr-category=\"text\"></a>\";s:19:\"baseURL_lazy_script\";s:136:\"function loadFlattr_POST_ID(){ jQuery(document).ready(function($) { $.getScript(\'http://api.flattr.com/js/0.6/load.js?mode=auto\'); }); }\";s:21:\"scheduler_lazy_script\";s:58:\"window.setTimeout(\'loadFlattr_POST_ID()\',SCHEDULER_TIMER);\";s:20:\"scheduler_lazy_timer\";s:4:\"1000\";s:8:\"finalURL\";N;s:13:\"finalURL_lazy\";N;s:20:\"finalURL_lazy_script\";N;s:27:\"final_scheduler_lazy_script\";N;s:16:\"isEncodeRequired\";b:1;s:19:\"islazyLoadAvailable\";b:1;s:10:\"wp_options\";a:5:{s:20:\"dd_flattr_appendType\";s:0:\"\";s:22:\"dd_flattr_buttonDesign\";s:0:\"\";s:25:\"dd_flattr_ajax_left_float\";s:0:\"\";s:19:\"dd_flattr_lazy_load\";s:0:\"\";s:23:\"dd_flattr_button_weight\";s:2:\"10\";}s:18:\"option_append_type\";s:20:\"dd_flattr_appendType\";s:20:\"option_button_design\";s:22:\"dd_flattr_buttonDesign\";s:20:\"option_button_weight\";s:23:\"dd_flattr_button_weight\";s:22:\"option_ajax_left_float\";s:25:\"dd_flattr_ajax_left_float\";s:16:\"option_lazy_load\";s:19:\"dd_flattr_lazy_load\";s:19:\"button_weight_value\";s:2:\"10\";s:19:\"float_button_design\";s:6:\"Normal\";s:11:\"append_type\";s:4:\"none\";s:13:\"button_design\";s:6:\"Normal\";s:15:\"ajax_left_float\";b:0;s:9:\"lazy_load\";b:0;s:21:\"buttonLayoutLazyWidth\";a:2:{s:6:\"Normal\";s:2:\"51\";s:7:\"Compact\";s:3:\"120\";}s:22:\"buttonLayoutLazyHeight\";a:2:{s:6:\"Normal\";s:2:\"69\";s:7:\"Compact\";s:2:\"22\";}}}s:21:\"dd_float_button_final\";a:5:{s:17:\"dd_button_twitter\";r:609;s:18:\"dd_button_linkedin\";r:784;s:22:\"dd_button_fblike_xfbml\";r:873;s:17:\"dd_button_google1\";r:921;s:19:\"dd_button_pinterest\";r:1015;}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3223, 'loginlockdownAdminOptions', 'a:6:{s:17:\"max_login_retries\";i:3;s:14:\"retries_within\";i:5;s:14:\"lockout_length\";i:60;s:25:\"lockout_invalid_usernames\";s:2:\"no\";s:17:\"mask_login_errors\";s:2:\"no\";s:16:\"show_credit_link\";s:2:\"no\";}', 'yes'),
(3224, 'loginlockdown_db1_version', '', 'yes'),
(3225, 'loginlockdown_db2_version', '', 'yes'),
(3265, 'mobile_custom_footer', '<a href=\"http://www.premadeniches.com/\">PreMadeNiches</a>', 'yes'),
(3266, 'mobile_force', 'no', 'yes'),
(3228, 'mobile_custom_logo', '', 'yes'),
(3229, 'mobile_custom_background', '', 'yes'),
(3230, 'mobile_app_icon', 'http://victoriastone-twitter.newrethinkcompliance.com/wp-content/plugins/obox-mobile//admin/images/iphone_ico.png', 'yes'),
(3231, 'mobile_license_key', '', 'yes'),
(3232, 'prli_options', 'a:24:{s:16:\"prli_exclude_ips\";s:0:\"\";s:13:\"whitelist_ips\";s:0:\"\";s:13:\"filter_robots\";i:0;s:17:\"extended_tracking\";s:6:\"normal\";s:19:\"prettybar_image_url\";s:113:\"http://victoriastone-twitter.newrethinkcompliance.com/wp-content/plugins/pretty-link/images/pretty-link-48x48.png\";s:30:\"prettybar_background_image_url\";s:110:\"http://victoriastone-twitter.newrethinkcompliance.com/wp-content/plugins/pretty-link/images/bar_background.png\";s:15:\"prettybar_color\";s:0:\"\";s:20:\"prettybar_text_color\";s:6:\"000000\";s:20:\"prettybar_link_color\";s:6:\"0000ee\";s:21:\"prettybar_hover_color\";s:6:\"ababab\";s:23:\"prettybar_visited_color\";s:6:\"551a8b\";s:20:\"prettybar_show_title\";s:1:\"1\";s:26:\"prettybar_show_description\";s:1:\"1\";s:26:\"prettybar_show_share_links\";s:1:\"1\";s:30:\"prettybar_show_target_url_link\";s:1:\"1\";s:21:\"prettybar_title_limit\";s:2:\"25\";s:20:\"prettybar_desc_limit\";s:2:\"30\";s:20:\"prettybar_link_limit\";s:2:\"30\";s:18:\"link_redirect_type\";s:3:\"307\";s:20:\"link_redirect_action\";s:4:\"init\";s:11:\"link_prefix\";i:0;s:13:\"link_track_me\";s:1:\"1\";s:13:\"link_nofollow\";s:1:\"0\";s:16:\"bookmarklet_auth\";s:32:\"5fd6763afa6cd12d4123b3f26f52d49d\";}', 'yes'),
(3233, 'prli_db_version', '12', 'yes'),
(3234, 'secure-wp', 'a:11:{s:15:\"secure_wp_error\";s:0:\"\";s:17:\"secure_wp_version\";s:1:\"1\";s:23:\"secure_wp_admin_version\";s:1:\"1\";s:15:\"secure_wp_index\";s:1:\"1\";s:13:\"secure_wp_rsd\";s:1:\"1\";s:13:\"secure_wp_wlw\";s:0:\"\";s:13:\"secure_wp_rcu\";s:1:\"1\";s:13:\"secure_wp_rpu\";s:1:\"1\";s:13:\"secure_wp_rtu\";s:1:\"1\";s:13:\"secure_wp_wps\";s:0:\"\";s:16:\"secure_wp_amurlr\";s:1:\"1\";}', 'yes'),
(3235, 'pk_stt2_db_version', '2', 'yes'),
(3236, 'pk_stt2_enabled', '1', 'yes'),
(3237, 'pk_stt2_settings', 'a:9:{s:3:\"max\";s:2:\"10\";s:8:\"auto_add\";s:1:\"1\";s:9:\"auto_link\";s:1:\"0\";s:10:\"show_count\";s:1:\"0\";s:14:\"before_keyword\";s:4:\"<li>\";s:13:\"after_keyword\";s:5:\"</li>\";s:11:\"before_list\";s:4:\"<ul>\";s:10:\"after_list\";s:5:\"</ul>\";s:11:\"list_header\";s:31:\"<h4>Incoming search terms:</h4>\";}', 'yes'),
(3238, 'onlist_status', '2', 'yes'),
(3239, 'pk_stt2_auto_tag', '0', 'yes'),
(3240, 'pk_stt2_promote_old_post', '0', 'yes'),
(3241, 'pk_stt2_auto_cleanup', '90', 'yes'),
(3242, 'pk_stt2_badwords', 'http:,cache:,site:,utm_source,sex,porn,gamble,xxx,nude,squirt,gay,abortion,attack,bomb,casino,cocaine,die,death,erection,gambling,heroin,marijuana,masturbation,pedophile,penis,poker,pussy,terrorist', 'yes'),
(3244, 'wpcumulus_options', 'a:13:{s:5:\"width\";s:3:\"550\";s:6:\"height\";s:3:\"375\";s:6:\"tcolor\";s:6:\"ffffff\";s:7:\"tcolor2\";s:6:\"ffffff\";s:7:\"hicolor\";s:6:\"ffffff\";s:7:\"bgcolor\";s:6:\"333333\";s:5:\"speed\";s:3:\"100\";s:5:\"trans\";s:5:\"false\";s:5:\"distr\";s:4:\"true\";s:4:\"args\";s:0:\"\";s:8:\"compmode\";s:5:\"false\";s:10:\"showwptags\";s:4:\"true\";s:4:\"mode\";s:4:\"tags\";}', 'yes'),
(3245, 'wpcumulus_widget', 'a:14:{s:5:\"width\";s:3:\"292\";s:6:\"height\";s:3:\"200\";s:6:\"tcolor\";s:6:\"333333\";s:7:\"tcolor2\";s:6:\"333333\";s:7:\"hicolor\";s:6:\"000000\";s:7:\"bgcolor\";s:6:\"ffffff\";s:5:\"speed\";s:3:\"100\";s:5:\"trans\";s:4:\"true\";s:5:\"distr\";s:4:\"true\";s:4:\"args\";s:0:\"\";s:8:\"compmode\";s:5:\"false\";s:10:\"showwptags\";s:4:\"true\";s:4:\"mode\";s:4:\"tags\";s:5:\"title\";s:11:\"Browse Tags\";}', 'yes'),
(3248, 'dd_client_version', '5', 'yes'),
(3247, 'pk_stt2_last_clean_up', 'October 2, 2023, 6:24 AM; 0 search term(s) deleted.', 'yes'),
(3250, 'widget_ws_widget__ad_squares', 'a:2:{i:2;a:12:{s:5:\"title\";s:0:\"\";s:7:\"squares\";s:1:\"2\";s:7:\"padding\";s:2:\"15\";s:7:\"shuffle\";s:1:\"1\";s:6:\"code_1\";s:269:\"<iframe src=\"//rcm-na.amazon-adsystem.com/e/cm?o=1&p=11&l=ez&f=ifr&linkID=200a028adf37dfe4053ec8e942997886&t=denvervigilan-20&tracking_id=denvervigilan-20\" width=\"120\" height=\"600\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>\";s:6:\"code_2\";s:269:\"<iframe src=\"//rcm-na.amazon-adsystem.com/e/cm?o=1&p=11&l=ez&f=ifr&linkID=200a028adf37dfe4053ec8e942997886&t=denvervigilan-20&tracking_id=denvervigilan-20\" width=\"120\" height=\"600\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>\";s:6:\"code_3\";s:186:\"<img src=\"http://victoriastone-twitter.newrethinkcompliance.com/wp-content/plugins/ad-squares-widget/images/125x125.png\" style=\"width:125px; height:125px; border:0px;\" alt=\"Ad Square\" />\";s:6:\"code_4\";s:186:\"<img src=\"http://victoriastone-twitter.newrethinkcompliance.com/wp-content/plugins/ad-squares-widget/images/125x125.png\" style=\"width:125px; height:125px; border:0px;\" alt=\"Ad Square\" />\";s:6:\"code_5\";s:186:\"<img src=\"http://victoriastone-twitter.newrethinkcompliance.com/wp-content/plugins/ad-squares-widget/images/125x125.png\" style=\"width:125px; height:125px; border:0px;\" alt=\"Ad Square\" />\";s:6:\"code_6\";s:186:\"<img src=\"http://victoriastone-twitter.newrethinkcompliance.com/wp-content/plugins/ad-squares-widget/images/125x125.png\" style=\"width:125px; height:125px; border:0px;\" alt=\"Ad Square\" />\";s:6:\"code_7\";s:186:\"<img src=\"http://victoriastone-twitter.newrethinkcompliance.com/wp-content/plugins/ad-squares-widget/images/125x125.png\" style=\"width:125px; height:125px; border:0px;\" alt=\"Ad Square\" />\";s:6:\"code_8\";s:186:\"<img src=\"http://victoriastone-twitter.newrethinkcompliance.com/wp-content/plugins/ad-squares-widget/images/125x125.png\" style=\"width:125px; height:125px; border:0px;\" alt=\"Ad Square\" />\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(3251, 'widget_featured-post', 'a:4:{i:2;a:20:{s:5:\"title\";s:20:\"General Twitter Tips\";s:9:\"posts_cat\";s:1:\"1\";s:9:\"posts_num\";s:1:\"3\";s:12:\"posts_offset\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:13:\"gravatar_size\";s:2:\"45\";s:18:\"gravatar_alignment\";s:9:\"alignnone\";s:10:\"show_image\";s:1:\"1\";s:10:\"image_size\";s:16:\"Homepage Feature\";s:15:\"image_alignment\";s:9:\"alignleft\";s:10:\"show_title\";s:1:\"1\";s:9:\"post_info\";s:55:\"[post_date] By [post_author_posts_link] [post_comments]\";s:12:\"show_content\";s:13:\"content-limit\";s:13:\"content_limit\";s:2:\"80\";s:9:\"more_text\";s:0:\"\";s:11:\"extra_title\";s:0:\"\";s:9:\"extra_num\";s:0:\"\";s:18:\"more_from_category\";s:1:\"1\";s:23:\"more_from_category_text\";s:29:\"More Posts from this Category\";}i:3;a:20:{s:5:\"title\";s:20:\"Twitter for Advanced\";s:9:\"posts_cat\";s:1:\"4\";s:9:\"posts_num\";s:1:\"3\";s:12:\"posts_offset\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:13:\"gravatar_size\";s:2:\"45\";s:18:\"gravatar_alignment\";s:9:\"alignnone\";s:10:\"show_image\";s:1:\"1\";s:10:\"image_size\";s:16:\"Homepage Feature\";s:15:\"image_alignment\";s:9:\"alignleft\";s:10:\"show_title\";s:1:\"1\";s:9:\"post_info\";s:55:\"[post_date] By [post_author_posts_link] [post_comments]\";s:12:\"show_content\";s:13:\"content-limit\";s:13:\"content_limit\";s:2:\"80\";s:9:\"more_text\";s:0:\"\";s:11:\"extra_title\";s:0:\"\";s:9:\"extra_num\";s:0:\"\";s:18:\"more_from_category\";s:1:\"1\";s:23:\"more_from_category_text\";s:29:\"More Posts from this Category\";}i:4;a:20:{s:5:\"title\";s:21:\"Twitter for Begginers\";s:9:\"posts_cat\";s:1:\"3\";s:9:\"posts_num\";s:1:\"5\";s:12:\"posts_offset\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:13:\"gravatar_size\";s:2:\"45\";s:18:\"gravatar_alignment\";s:9:\"alignnone\";s:10:\"show_image\";s:1:\"1\";s:10:\"image_size\";s:15:\"Homepage Bottom\";s:15:\"image_alignment\";s:9:\"alignleft\";s:10:\"show_title\";s:1:\"1\";s:9:\"post_info\";s:55:\"[post_date] By [post_author_posts_link] [post_comments]\";s:12:\"show_content\";s:7:\"excerpt\";s:13:\"content_limit\";s:1:\"0\";s:9:\"more_text\";s:0:\"\";s:11:\"extra_title\";s:0:\"\";s:9:\"extra_num\";s:0:\"\";s:18:\"more_from_category\";s:1:\"1\";s:23:\"more_from_category_text\";s:29:\"More Posts from this Category\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(6284, 'tubepress-youtubeClosedCaptions', '', 'yes'),
(6285, 'tubepress-youtubeDisableKeyboardControls', '', 'yes'),
(6286, 'tubepress-youtubeShowAnnotations', '', 'yes'),
(6287, 'tubepress-youtubeShowPlayerControls', 'showImmediate', 'yes'),
(6288, 'tubepress-youtubePlayerTheme', 'dark', 'yes'),
(6289, 'tubepress-youtubeMostSharedValue', 'today', 'yes'),
(6290, 'tubepress-youtubeMostPopularValue', 'today', 'yes'),
(6291, 'tubepress-recently_featuredValue', 'today', 'yes'),
(6292, 'tubepress-youtubeTrendingValue', 'today', 'yes'),
(6293, 'tubepress-youtubeRelatedValue', 'P9M__yYbsZ4', 'yes'),
(6294, 'tubepress-youtubeResponsesValue', '9bZkp7q19f0', 'yes'),
(6295, 'tubepress-jwPlayerBackColor', 'FFFFFF', 'yes'),
(6296, 'tubepress-jwPlayerFrontColor', '000000', 'yes'),
(6297, 'tubepress-jwPlayerLightColor', '000000', 'yes'),
(6298, 'tubepress-jwPlayerScreenColor', '000000', 'yes'),
(3256, 'genesis-term-meta', 'a:3:{i:0;b:0;i:26;a:0:{}i:27;a:0:{}}', 'yes'),
(3257, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:2:{i:0;i:26;i:1;i:27;}}', 'yes'),
(3507, 'wp_insert_more_adwidgets_options', 'a:10:{s:12:\"adwidgets-11\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:12:\"adwidgets-12\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:12:\"adwidgets-13\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:12:\"adwidgets-14\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:12:\"adwidgets-15\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:12:\"adwidgets-16\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:12:\"adwidgets-17\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:12:\"adwidgets-18\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:12:\"adwidgets-19\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:12:\"adwidgets-20\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}}', 'yes'),
(3508, 'wp_insert_templateads_options', 'a:10:{s:13:\"templateads-1\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:13:\"templateads-2\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:13:\"templateads-3\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:13:\"templateads-4\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:13:\"templateads-5\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:13:\"templateads-6\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:13:\"templateads-7\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:13:\"templateads-8\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:13:\"templateads-9\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:14:\"templateads-10\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}}', 'yes'),
(3509, 'wp_insert_more_templateads_options', 'a:10:{s:14:\"templateads-11\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:14:\"templateads-12\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:14:\"templateads-13\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:14:\"templateads-14\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:14:\"templateads-15\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:14:\"templateads-16\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:14:\"templateads-17\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:14:\"templateads-18\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:14:\"templateads-19\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}s:14:\"templateads-20\";a:16:{s:6:\"status\";s:0:\"\";s:9:\"ad_code_1\";s:0:\"\";s:9:\"ad_code_2\";s:0:\"\";s:9:\"ad_code_3\";s:0:\"\";s:9:\"country_1\";s:0:\"\";s:14:\"country_code_1\";s:0:\"\";s:18:\"rules_exclude_home\";s:0:\"\";s:22:\"rules_exclude_archives\";s:0:\"\";s:24:\"rules_exclude_categories\";s:0:\"\";s:27:\"rules_categories_exceptions\";s:0:\"\";s:20:\"rules_exclude_search\";s:0:\"\";s:18:\"rules_exclude_page\";s:0:\"\";s:21:\"rules_page_exceptions\";s:0:\"\";s:18:\"rules_exclude_post\";s:0:\"\";s:21:\"rules_post_exceptions\";s:0:\"\";s:6:\"styles\";s:26:\"margin: 5px; padding: 0px;\";}}', 'yes'),
(3511, 'wp_insert_tracking_codes_options', 'a:3:{s:9:\"analytics\";a:2:{s:6:\"status\";s:0:\"\";s:4:\"code\";s:0:\"\";}s:6:\"header\";a:2:{s:6:\"status\";s:0:\"\";s:4:\"code\";s:0:\"\";}s:6:\"footer\";a:2:{s:6:\"status\";s:0:\"\";s:4:\"code\";s:0:\"\";}}', 'yes'),
(3512, 'wp_insert_syntax_highlighting_options', 'a:2:{s:6:\"editor\";a:1:{s:6:\"status\";s:0:\"\";}s:7:\"content\";a:1:{s:6:\"status\";s:0:\"\";}}', 'yes'),
(3513, 'wp_insert_version', '2.0.1', 'yes'),
(4672, 'pb_backupbuddy', 'a:62:{s:12:\"data_version\";s:1:\"3\";s:21:\"importbuddy_pass_hash\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";s:23:\"importbuddy_pass_length\";i:0;s:21:\"repairbuddy_pass_hash\";s:0:\"\";s:23:\"repairbuddy_pass_length\";i:0;s:16:\"backup_reminders\";i:1;s:16:\"edits_since_last\";i:7;s:11:\"last_backup\";i:1389368025;s:18:\"last_backup_serial\";s:10:\"gpan2fuvq7\";s:11:\"compression\";i:1;s:19:\"force_compatibility\";i:0;s:29:\"force_mysqldump_compatibility\";i:0;s:18:\"skip_database_dump\";i:0;s:19:\"backup_nonwp_tables\";i:0;s:14:\"include_tables\";a:0:{}s:14:\"exclude_tables\";a:0:{}s:15:\"integrity_check\";i:1;s:9:\"schedules\";a:0:{}s:9:\"log_level\";s:1:\"1\";s:8:\"excludes\";s:0:\"\";s:13:\"high_security\";i:0;s:19:\"next_schedule_index\";i:100;s:13:\"archive_limit\";i:0;s:18:\"archive_limit_size\";i:0;s:26:\"delete_archives_pre_backup\";i:0;s:23:\"lock_archives_directory\";i:0;s:28:\"email_notify_scheduled_start\";s:0:\"\";s:36:\"email_notify_scheduled_start_subject\";s:49:\"BackupBuddy Scheduled Backup Started - {site_url}\";s:33:\"email_notify_scheduled_start_body\";s:140:\"A scheduled backup has started with BackupBuddy v{backupbuddy_version} on {current_datetime} for the site {site_url}.\n\nDetails:\r\n\r\n{message}\";s:31:\"email_notify_scheduled_complete\";s:0:\"\";s:39:\"email_notify_scheduled_complete_subject\";s:50:\"BackupBuddy Scheduled Backup Complete - {site_url}\";s:36:\"email_notify_scheduled_complete_body\";s:142:\"A scheduled backup has completed with BackupBuddy v{backupbuddy_version} on {current_datetime} for the site {site_url}.\n\nDetails:\r\n\r\n{message}\";s:18:\"email_notify_error\";s:17:\"dclodan@yahoo.com\";s:26:\"email_notify_error_subject\";s:30:\"BackupBuddy Error - {site_url}\";s:23:\"email_notify_error_body\";s:132:\"An error occurred with BackupBuddy v{backupbuddy_version} on {current_datetime} for the site {site_url}. Error details:\r\n\r\n{message}\";s:7:\"backups\";a:1:{s:10:\"gpan2fuvq7\";a:24:{s:6:\"serial\";s:10:\"gpan2fuvq7\";s:11:\"backup_mode\";s:1:\"2\";s:4:\"type\";s:4:\"full\";s:10:\"start_time\";i:1389368025;s:11:\"finish_time\";i:0;s:12:\"updated_time\";i:1389368025;s:6:\"status\";a:0:{}s:12:\"archive_size\";i:0;s:14:\"schedule_title\";s:0:\"\";s:16:\"backup_directory\";s:101:\"/home/kerichoi/victoriastone-twitter.newrethinkcompliance.com/wp-content/uploads/backupbuddy_backups/\";s:12:\"archive_file\";s:166:\"/home/kerichoi/victoriastone-twitter.newrethinkcompliance.com/wp-content/uploads/backupbuddy_backups/backup-www_biabranding_com_twitter-2014_01_10-full-gpan2fuvq7.zip\";s:7:\"trigger\";s:6:\"manual\";s:19:\"force_compatibility\";b:0;s:5:\"steps\";a:3:{i:0;a:5:{s:8:\"function\";s:27:\"backup_create_database_dump\";s:4:\"args\";a:1:{i:0;a:18:{i:0;s:14:\"wp_commentmeta\";i:1;s:11:\"wp_comments\";i:2;s:8:\"wp_links\";i:3;s:12:\"wp_lockdowns\";i:4;s:14:\"wp_login_fails\";i:5;s:10:\"wp_options\";i:6;s:11:\"wp_postmeta\";i:7;s:8:\"wp_posts\";i:8;s:14:\"wp_prli_clicks\";i:9;s:14:\"wp_prli_groups\";i:10;s:18:\"wp_prli_link_metas\";i:11;s:13:\"wp_prli_links\";i:12;s:12:\"wp_stt2_meta\";i:13;s:21:\"wp_term_relationships\";i:14;s:16:\"wp_term_taxonomy\";i:15;s:8:\"wp_terms\";i:16;s:11:\"wp_usermeta\";i:17;s:8:\"wp_users\";}}s:10:\"start_time\";i:1389368033;s:11:\"finish_time\";i:0;s:8:\"attempts\";i:1;}i:1;a:5:{s:8:\"function\";s:16:\"backup_zip_files\";s:4:\"args\";a:0:{}s:10:\"start_time\";i:0;s:11:\"finish_time\";i:0;s:8:\"attempts\";i:0;}i:2;a:5:{s:8:\"function\";s:11:\"post_backup\";s:4:\"args\";a:0:{}s:10:\"start_time\";i:0;s:11:\"finish_time\";i:0;s:8:\"attempts\";i:0;}}s:9:\"integrity\";a:0:{}s:14:\"temp_directory\";s:109:\"/home/kerichoi/victoriastone-twitter.newrethinkcompliance.com/wp-content/uploads/backupbuddy_temp/gpan2fuvq7/\";s:11:\"backup_root\";s:62:\"/home/kerichoi/victoriastone-twitter.newrethinkcompliance.com/\";s:14:\"export_plugins\";a:0:{}s:25:\"additional_table_includes\";a:1:{i:0;s:0:\"\";}s:25:\"additional_table_excludes\";a:1:{i:0;s:0:\"\";}s:20:\"directory_exclusions\";a:4:{i:1;s:39:\"/wp-content/uploads/backupbuddy_backups\";i:2;s:34:\"/wp-content/uploads/pb_backupbuddy\";i:3;s:12:\"/importbuddy\";i:4;s:16:\"/importbuddy.php\";}s:11:\"table_sizes\";a:18:{s:14:\"wp_commentmeta\";i:4096;s:11:\"wp_comments\";i:1024;s:8:\"wp_links\";i:3548;s:12:\"wp_lockdowns\";i:1024;s:14:\"wp_login_fails\";i:1024;s:10:\"wp_options\";i:835724;s:11:\"wp_postmeta\";i:34724;s:8:\"wp_posts\";i:180400;s:14:\"wp_prli_clicks\";i:4096;s:14:\"wp_prli_groups\";i:4096;s:18:\"wp_prli_link_metas\";i:4096;s:13:\"wp_prli_links\";i:4096;s:12:\"wp_stt2_meta\";i:4096;s:21:\"wp_term_relationships\";i:20988;s:16:\"wp_term_taxonomy\";i:5180;s:8:\"wp_terms\";i:12596;s:11:\"wp_usermeta\";i:14244;s:8:\"wp_users\";i:4216;}s:15:\"breakout_tables\";a:0:{}s:23:\"temporary_zip_directory\";s:121:\"/home/kerichoi/victoriastone-twitter.newrethinkcompliance.com/wp-content/uploads/backupbuddy_backups/temp_zip_gpan2fuvq7/\";}}s:12:\"remote_sends\";a:0:{}s:19:\"remote_destinations\";a:0:{}s:11:\"role_access\";s:13:\"administrator\";s:16:\"dropboxtemptoken\";s:0:\"\";s:11:\"backup_mode\";s:1:\"2\";s:16:\"multisite_export\";s:1:\"0\";s:16:\"backup_directory\";s:126:\"/home/victoriastone/domains/victoriastone-twitter.newrethinkcompliance.com/public_html/wp-content/uploads/backupbuddy_backups/\";s:14:\"temp_directory\";s:123:\"/home/victoriastone/domains/victoriastone-twitter.newrethinkcompliance.com/public_html/wp-content/uploads/backupbuddy_temp/\";s:10:\"log_serial\";s:15:\"f4mu7b2skqij32t\";s:13:\"notifications\";a:0:{}s:14:\"mysqldump_mode\";s:6:\"prefix\";s:29:\"mysqldump_additional_includes\";s:0:\"\";s:29:\"mysqldump_additional_excludes\";s:0:\"\";s:15:\"alternative_zip\";s:1:\"0\";s:19:\"ignore_zip_warnings\";s:1:\"0\";s:25:\"disable_zipmethod_caching\";s:1:\"0\";s:18:\"zip_viewer_enabled\";s:1:\"0\";s:19:\"archive_name_format\";s:4:\"date\";s:5:\"stats\";a:6:{s:9:\"site_size\";i:0;s:18:\"site_size_excluded\";i:0;s:17:\"site_size_updated\";i:0;s:7:\"db_size\";i:0;s:16:\"db_size_excluded\";i:0;s:15:\"db_size_updated\";i:0;}s:9:\"disalerts\";a:0:{}s:15:\"breakout_tables\";s:1:\"0\";s:22:\"email_notify_scheduled\";s:0:\"\";s:19:\"email_notify_manual\";s:0:\"\";s:21:\"backup_file_integrity\";a:0:{}i:0;b:0;s:7:\"updater\";a:3:{s:3:\"key\";s:0:\"\";s:10:\"last_check\";i:1350997525;s:13:\"last_response\";a:6:{s:6:\"status\";s:2:\"ok\";s:10:\"key_status\";s:7:\"invalid\";s:12:\"download_url\";s:203:\"http://updater.ithemes.com/?product=backupbuddy&action=download&siteurl=http://victoriastone-twitter.newrethinkcompliance.com&guid=4ebde795f319a&key=&expires=1351083925&v=10be23b7915718bfbc2d033e6125088a\";s:11:\"new_version\";b:1;s:14:\"latest_version\";s:6:\"3.0.43\";s:13:\"latest_update\";s:20:\"2012-08-27 17:01:27\n\";}}}', 'yes'),
(6282, 'tubepress-httpMethod', 'GET', 'yes'),
(6283, 'tubepress-disabledOptionsPageParticipants', '', 'yes'),
(9762, 'widget_aioseo-breadcrumb-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(9763, 'widget_aioseo-html-sitemap-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(9764, 'widget_gtranslate', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(9765, 'action_scheduler_hybrid_store_demarkation', '179', 'yes'),
(9766, 'schema-ActionScheduler_StoreSchema', '3.0.1653719968', 'yes'),
(9767, 'schema-ActionScheduler_LoggerSchema', '2.0.1653719968', 'yes'),
(9771, 'aioseo_dynamic_settings_backup', '{}', 'yes'),
(9668, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"kari7788i@gmail.com\";s:7:\"version\";s:6:\"5.3.15\";s:9:\"timestamp\";i:1684350653;}', 'no'),
(9736, 'finished_splitting_shared_terms', '1', 'yes'),
(9737, 'site_icon', '0', 'yes'),
(9738, 'medium_large_size_w', '768', 'yes'),
(9739, 'medium_large_size_h', '0', 'yes'),
(9740, 'wp_page_for_privacy_policy', '0', 'yes'),
(9741, 'show_comments_cookies_opt_in', '1', 'yes'),
(9742, 'admin_email_lifespan', '1677923227', 'yes'),
(10906, 'genesis_expiring_setting_update_expiration', '1696314251', 'no'),
(10907, 'genesis_expiring_setting_update', 'a:5:{s:5:\"theme\";s:7:\"genesis\";s:3:\"url\";s:41:\"https://my.studiopress.com/themes/genesis\";s:11:\"new_version\";s:6:\"2.10.1\";s:7:\"package\";s:62:\"https://api.genesistheme.com/download/?file=genesis.2.10.1.zip\";s:13:\"changelog_url\";s:63:\"https://studiopress.github.io/genesis/changelog/?TB_iframe=true\";}', 'no'),
(10908, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1696227851;s:7:\"checked\";a:17:{s:35:\"ad-codez-widget/ad-codes-widget.php\";s:6:\"110709\";s:39:\"ad-squares-widget/ad-squares-widget.php\";s:6:\"110709\";s:19:\"akismet/akismet.php\";s:5:\"4.2.4\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:7:\"4.2.1.1\";s:27:\"backupbuddy/backupbuddy.php\";s:7:\"3.1.8.1\";s:47:\"better-search-replace/better-search-replace.php\";s:3:\"1.4\";s:41:\"better-wp-security/better-wp-security.php\";s:5:\"3.6.3\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:3:\"3.6\";s:23:\"digg-digg/digg-digg.php\";s:5:\"5.3.6\";s:44:\"featured-content-gallery/content-gallery.php\";s:5:\"3.2.0\";s:47:\"genesis-latest-tweets/genesis-latest-tweets.php\";s:5:\"1.2.2\";s:36:\"google-sitemap-generator/sitemap.php\";s:5:\"4.1.3\";s:25:\"gtranslate/gtranslate.php\";s:6:\"2.9.12\";s:32:\"login-lockdown/loginlockdown.php\";s:6:\"v1.8.1\";s:22:\"obox-mobile/mobile.php\";s:5:\"1.1.7\";s:46:\"searchterms-tagging-2/searchterms-tagging2.php\";s:5:\"1.535\";s:39:\"si-captcha-for-wordpress/si-captcha.php\";s:7:\"2.7.7.3\";}s:8:\"response\";a:5:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:5:\"4.4.7\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.4.4.7.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";s:3:\"svg\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=2443290\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=2443290\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}s:14:\"upgrade_notice\";s:57:\"<p>This update adds major improvements and bug fixes.</p>\";}s:47:\"better-search-replace/better-search-replace.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/better-search-replace\";s:4:\"slug\";s:21:\"better-search-replace\";s:6:\"plugin\";s:47:\"better-search-replace/better-search-replace.php\";s:11:\"new_version\";s:5:\"1.4.3\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/better-search-replace/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/better-search-replace.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-256x256.png?rev=2706527\";s:2:\"1x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-128x128.png?rev=2706527\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/better-search-replace/assets/banner-1544x500.png?rev=2706527\";s:2:\"1x\";s:76:\"https://ps.w.org/better-search-replace/assets/banner-772x250.jpg?rev=2706527\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:38:\"w.org/plugins/google-sitemap-generator\";s:4:\"slug\";s:24:\"google-sitemap-generator\";s:6:\"plugin\";s:36:\"google-sitemap-generator/sitemap.php\";s:11:\"new_version\";s:6:\"4.1.13\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/google-sitemap-generator.4.1.13.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/google-sitemap-generator/assets/icon-256x256.png?rev=2713572\";s:2:\"1x\";s:77:\"https://ps.w.org/google-sitemap-generator/assets/icon-128x128.png?rev=2713572\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/google-sitemap-generator/assets/banner-772-250.png?rev=2713572\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"5.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"gtranslate/gtranslate.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/gtranslate\";s:4:\"slug\";s:10:\"gtranslate\";s:6:\"plugin\";s:25:\"gtranslate/gtranslate.php\";s:11:\"new_version\";s:5:\"3.0.4\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/gtranslate/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/gtranslate.3.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/gtranslate/assets/icon-256x256.png?rev=2595917\";s:2:\"1x\";s:63:\"https://ps.w.org/gtranslate/assets/icon-128x128.png?rev=2595917\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/gtranslate/assets/banner-1544x500.png?rev=2034820\";s:2:\"1x\";s:65:\"https://ps.w.org/gtranslate/assets/banner-772x250.png?rev=2034820\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"2.8.1\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:32:\"login-lockdown/loginlockdown.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/login-lockdown\";s:4:\"slug\";s:14:\"login-lockdown\";s:6:\"plugin\";s:32:\"login-lockdown/loginlockdown.php\";s:11:\"new_version\";s:4:\"2.06\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/login-lockdown/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/login-lockdown.2.06.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/login-lockdown/assets/icon-256x256.png?rev=2901919\";s:2:\"1x\";s:67:\"https://ps.w.org/login-lockdown/assets/icon-128x128.png?rev=2901919\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/login-lockdown/assets/banner-1544x500.png?rev=2901916\";s:2:\"1x\";s:69:\"https://ps.w.org/login-lockdown/assets/banner-772x250.png?rev=2901916\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";a:0:{}}s:41:\"better-wp-security/better-wp-security.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:32:\"w.org/plugins/better-wp-security\";s:4:\"slug\";s:18:\"better-wp-security\";s:6:\"plugin\";s:41:\"better-wp-security/better-wp-security.php\";s:11:\"new_version\";s:5:\"8.1.8\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/better-wp-security/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/better-wp-security.8.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/better-wp-security/assets/icon.svg?rev=2698018\";s:3:\"svg\";s:63:\"https://ps.w.org/better-wp-security/assets/icon.svg?rev=2698018\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/better-wp-security/assets/banner-772x250.png?rev=2698018\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"7.3\";s:13:\"compatibility\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.8.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"7.4\";s:13:\"compatibility\";a:0:{}}s:44:\"featured-content-gallery/content-gallery.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/featured-content-gallery\";s:4:\"slug\";s:24:\"featured-content-gallery\";s:6:\"plugin\";s:44:\"featured-content-gallery/content-gallery.php\";s:11:\"new_version\";s:5:\"3.2.0\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/featured-content-gallery/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/featured-content-gallery.3.2.0.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:68:\"https://s.w.org/plugins/geopattern-icon/featured-content-gallery.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.3\";}s:22:\"obox-mobile/mobile.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/obox-mobile\";s:4:\"slug\";s:11:\"obox-mobile\";s:6:\"plugin\";s:22:\"obox-mobile/mobile.php\";s:11:\"new_version\";s:5:\"1.1.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/obox-mobile/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/obox-mobile.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/obox-mobile/assets/icon-256x256.png?rev=2250835\";s:2:\"1x\";s:64:\"https://ps.w.org/obox-mobile/assets/icon-256x256.png?rev=2250835\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/obox-mobile/assets/banner-1544x500.png?rev=2250835\";s:2:\"1x\";s:66:\"https://ps.w.org/obox-mobile/assets/banner-772x250.png?rev=2250835\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"5.0.0\";}}}', 'no'),
(9747, 'can_compress_scripts', '1', 'no'),
(9752, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1696227851;s:7:\"checked\";a:2:{s:7:\"genesis\";s:6:\"2.10.1\";s:9:\"lifestyle\";s:3:\"2.5\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(9773, 'aioseo_options_dynamic_localized', 'a:4:{s:42:\"searchAppearance_taxonomies_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(9775, 'aioseo_options_internal', '{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.2.1.1\",\"migratedVersion\":null,\"siteAnalysis\":{\"connectToken\":null,\"score\":0,\"results\":null,\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":null,\"category\":null,\"categoryOther\":null,\"deprecatedOptions\":[]},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"wp_aioseo_posts\\\":[\\\"id\\\",\\\"post_id\\\",\\\"title\\\",\\\"description\\\",\\\"keywords\\\",\\\"keyphrases\\\",\\\"page_analysis\\\",\\\"canonical_url\\\",\\\"og_title\\\",\\\"og_description\\\",\\\"og_object_type\\\",\\\"og_image_type\\\",\\\"og_image_url\\\",\\\"og_image_width\\\",\\\"og_image_height\\\",\\\"og_image_custom_url\\\",\\\"og_image_custom_fields\\\",\\\"og_video\\\",\\\"og_custom_url\\\",\\\"og_article_section\\\",\\\"og_article_tags\\\",\\\"twitter_use_og\\\",\\\"twitter_card\\\",\\\"twitter_image_type\\\",\\\"twitter_image_url\\\",\\\"twitter_image_custom_url\\\",\\\"twitter_image_custom_fields\\\",\\\"twitter_title\\\",\\\"twitter_description\\\",\\\"seo_score\\\",\\\"schema_type\\\",\\\"schema_type_options\\\",\\\"pillar_content\\\",\\\"robots_default\\\",\\\"robots_noindex\\\",\\\"robots_noarchive\\\",\\\"robots_nosnippet\\\",\\\"robots_nofollow\\\",\\\"robots_noimageindex\\\",\\\"robots_noodp\\\",\\\"robots_notranslate\\\",\\\"robots_max_snippet\\\",\\\"robots_max_videopreview\\\",\\\"robots_max_imagepreview\\\",\\\"tabs\\\",\\\"images\\\",\\\"image_scan_date\\\",\\\"priority\\\",\\\"frequency\\\",\\\"videos\\\",\\\"video_thumbnail\\\",\\\"video_scan_date\\\",\\\"local_seo\\\",\\\"limit_modified_date\\\",\\\"created\\\",\\\"updated\\\"],\\\"wp_actionscheduler_actions\\\":[],\\\"wp_actionscheduler_logs\\\":[],\\\"wp_actionscheduler_groups\\\":[],\\\"wp_actionscheduler_claims\\\":[],\\\"wp_aioseo_notifications\\\":[]}\"}}', 'yes'),
(9776, 'aioseo_options_internal_lite', '{\"internal\":{\"activated\":0,\"firstActivated\":1653719983,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}', 'yes'),
(9777, 'aioseo_options', '{\"internal\":[],\"webmasterTools\":{\"google\":null,\"bing\":null,\"yandex\":null,\"baidu\":null,\"pinterest\":null,\"microsoftClarityProjectId\":null,\"norton\":null,\"miscellaneousVerification\":null},\"breadcrumbs\":{\"enable\":true,\"separator\":\"&raquo;\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":null,\"archiveFormat\":\"Archives for #breadcrumb_archive_post_type_name\",\"searchResultFormat\":\"Search Results for \'#breadcrumb_search_string\'\",\"errorFormat404\":\"404 - Page Not Found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":null,\"after\":\"&lt;p&gt;The post #post_link first appeared on #site_link.&lt;\\/p&gt;\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":true,\"announcements\":true,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":null,\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":null,\"twitterUrl\":null,\"instagramUrl\":null,\"pinterestUrl\":null,\"youtubeUrl\":null,\"linkedinUrl\":null,\"tumblrUrl\":null,\"yelpPageUrl\":null,\"soundCloudUrl\":null,\"wikipediaUrl\":null,\"myspaceUrl\":null,\"googlePlacesUrl\":null}},\"siteSocialProfiles\":null,\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"defaultImagePostsWidth\":\"\",\"defaultImagePostsHeight\":\"\",\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"objectType\":\"website\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"useOgData\":false,\"defaultCardType\":\"summary\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"&#45;\",\"siteTitle\":\"#site_title #separator_sa #tagline\",\"metaDescription\":\"#tagline\",\"keywords\":null,\"schema\":{\"siteRepresents\":\"organization\",\"person\":null,\"organizationName\":\"Twitter Info Blog\",\"organizationLogo\":\"\",\"personName\":null,\"personLogo\":null,\"phone\":null,\"contactType\":null,\"contactTypeManual\":null}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":true,\"nofollowPaginated\":true,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":true,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"noPaginationForCanonical\":true,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":false,\"dynamicallyGenerateKeywords\":false,\"pagedFormat\":\"- Page #page_number\",\"runShortcodes\":false,\"crawlCleanup\":{\"enable\":false,\"feeds\":{\"global\":true,\"globalComments\":false,\"staticBlogPage\":true,\"authors\":true,\"postComments\":false,\"search\":false,\"attachments\":false,\"archives\":{\"all\":false,\"included\":[]},\"taxonomies\":{\"all\":false,\"included\":[\"category\"]},\"atom\":false,\"rdf\":false,\"paginated\":false},\"removeUnrecognizedQueryArgs\":true,\"allowedQueryArgs\":\"\\/^utm_*\\/\"}},\"archives\":{\"author\":{\"show\":true,\"title\":\"#author_name #separator_sa #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"date\":{\"show\":true,\"title\":\"#archive_date #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"search\":{\"show\":false,\"title\":\"#search_term #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}}}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":null,\"data\":null}}},\"deprecated\":{\"webmasterTools\":{\"googleAnalytics\":{\"id\":null,\"advanced\":false,\"trackingDomain\":null,\"multipleDomains\":false,\"additionalDomains\":null,\"anonymizeIp\":false,\"displayAdvertiserTracking\":false,\"excludeUsers\":[],\"trackOutboundLinks\":false,\"enhancedLinkAttribution\":false,\"enhancedEcommerce\":false}},\"searchAppearance\":{\"global\":{\"descriptionFormat\":null,\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":true,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[]}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":null,\"blockReferer\":null,\"track\":null,\"custom\":{\"enable\":null,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}}}', 'yes'),
(9778, 'aioseo_options_lite', '{\"advanced\":{\"usageTracking\":false}}', 'yes'),
(9779, 'aioseo_options_dynamic', '{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":[]}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":null,\"redirectAttachmentUrls\":\"attachment\"}},\"taxonomies\":{\"category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":[]}}', 'yes'),
(9781, 'loginlockdownmsrunonce', 'done', 'no'),
(9782, 'gtranslate_admin_notice', 'a:2:{s:15:\"two_week_review\";a:2:{s:5:\"start\";s:8:\"6/2/2022\";s:3:\"int\";i:5;}s:12:\"upgrade_tips\";a:2:{s:5:\"start\";s:9:\"5/30/2022\";s:3:\"int\";i:2;}}', 'yes'),
(9783, 'action_scheduler_lock_async-request-runner', '1688874512', 'yes'),
(9787, 'action_scheduler_migration_status', 'complete', 'yes'),
(9866, 'bsr_data', 'a:8:{s:13:\"select_tables\";a:26:{i:0;s:26:\"wp_actionscheduler_actions\";i:1;s:25:\"wp_actionscheduler_claims\";i:2;s:25:\"wp_actionscheduler_groups\";i:3;s:23:\"wp_actionscheduler_logs\";i:4;s:15:\"wp_aioseo_cache\";i:5;s:23:\"wp_aioseo_notifications\";i:6;s:15:\"wp_aioseo_posts\";i:7;s:14:\"wp_commentmeta\";i:8;s:11:\"wp_comments\";i:9;s:8:\"wp_links\";i:10;s:12:\"wp_lockdowns\";i:11;s:14:\"wp_login_fails\";i:12;s:10:\"wp_options\";i:13;s:11:\"wp_postmeta\";i:14;s:8:\"wp_posts\";i:15;s:14:\"wp_prli_clicks\";i:16;s:14:\"wp_prli_groups\";i:17;s:18:\"wp_prli_link_metas\";i:18;s:13:\"wp_prli_links\";i:19;s:12:\"wp_stt2_meta\";i:20;s:21:\"wp_term_relationships\";i:21;s:16:\"wp_term_taxonomy\";i:22;s:11:\"wp_termmeta\";i:23;s:8:\"wp_terms\";i:24;s:11:\"wp_usermeta\";i:25;s:8:\"wp_users\";}s:16:\"case_insensitive\";s:3:\"off\";s:13:\"replace_guids\";s:3:\"off\";s:7:\"dry_run\";s:3:\"off\";s:10:\"search_for\";s:18:\"thetwitterspot.com\";s:12:\"replace_with\";s:46:\"victoriastone-twitter.newrethinkcompliance.com\";s:15:\"completed_pages\";i:26;s:11:\"total_pages\";i:26;}', 'yes'),
(9860, 'bsr_page_size', '1000', 'yes'),
(10278, 'sm_rewrite_done', '$Id: class-googlesitemapgeneratorloader.php 937300 2014-06-23 18:04:11Z arnee $', 'yes'),
(10904, '_site_transient_timeout_theme_roots', '1696229650', 'no'),
(10905, '_site_transient_theme_roots', 'a:2:{s:7:\"genesis\";s:7:\"/themes\";s:9:\"lifestyle\";s:7:\"/themes\";}', 'no'),
(10898, '_transient_timeout_feed_d21d2a68bac70d38fb7f9a7bd3d1725e', '1696423618', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(10899, '_transient_feed_d21d2a68bac70d38fb7f9a7bd3d1725e', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:5:\"\n\n	\n	\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:370:\"\n\n		\n		\n		\n				\n		\n		\n\n		\n		\n			\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n				\n				\n\n							\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WordPress.org Forums » [XML Sitemap Generator for Google] Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/support/plugin/google-sitemap-generator/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Sep 2023 12:33:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://bbpress.org/?v=2.7.0-alpha-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/support/topic/issue-with-p1-and-pt-on-urls/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Issue with &amp;#8216;p1&amp;#8217; and pt on urls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/support/topic/issue-with-p1-and-pt-on-urls/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Sep 2023 10:50:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:479:\"\n						\n						<p>Replies: 0</p>\n						<p class=\"\">Hi Team,</p>\n\n\n\n<p class=\"\">Is it possible to remove pt and p1 , p2 etc from generated  sitemap links.<br /><br />Please find below sample urls<br />&#8216;sitemap-pt-post-p3-2021-06.xml &#8216; it needs to be like &#8216;sitemap-post-2021-06.xml&#8217;</p>\n\n\n\n<p class=\"\">sitemap-pt-post-p4-2021-06.xml it needs to be like &#8216;sitemap-post-2021-06.xml&#8217;</p>\n\n\n\n<p class=\"\">Thank you.</p>\n\n\n\n<p class=\"\"></p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"mahamkali\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/support/topic/empty-last-modified-gmt-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Empty Last modified (GMT)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/support/topic/empty-last-modified-gmt-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Sep 2023 08:02:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"\n						\n						<p>Replies: 0</p>\n						<p class=\"\"><a href=\"https://wordpress.org/support/topic/empty-last-modified-gmt/#post-17058229\" rel=\"ugc\">https://wordpress.org/support/topic/empty-last-modified-gmt/#post-17058229</a></p>\n\n\n\n<p class=\"\">Hello, can you solve my problem? Can’t see the solution in the news updates?<br /><br />It&#8217;s not Resolved !!!!!</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"volodymyrlysenko\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/support/topic/error-with-sitemap-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Error with sitemap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/support/topic/error-with-sitemap-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Sep 2023 05:19:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:280:\"\n						\n						<p>Replies: 0</p>\n						<p class=\"\">Hello,</p>\n\n\n\n<p class=\"\">I just uploaded my sitemap, but I instantly received the following error by Google:<br /><a href=\"https://shopmall.bg/error.jpg\" rel=\"nofollow ugc\">https://shopmall.bg/error.jpg</a><br /></p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"workingbee312\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/support/topic/different-settings-for-ingle-pages/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"different settings for single pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/support/topic/different-settings-for-ingle-pages/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 17 Sep 2023 06:04:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1146:\"\n						\n						<p>Replies: 0</p>\n						<p class=\"\">hi there,</p>\n\n\n\n<p class=\"\">I have one page that should have &#8216;weekly&#8217; on &#8216;Change Frequency&#8217; while all other pages are on &#8216;monthly&#8217;<br /><br />AND I have one page where the content comes from an sql-table so I need to get the last-change-time also from the latest record in that table and ping google on new records<br /><br />so may there is a function to change the values on the fly everytime sitemap is generated or something like that?<br />only option I found was to exclude this 2 pages from sitemap and add them as &#8216;Additional Pages&#8217; but updaten change-time seems to be hard<br /><br />edit: and both pages need highest priority</p>\n\n\n<ul id=\"bbp-topic-revision-log-17056727\" class=\"bbp-topic-revision-log\">\n\n	<li id=\"bbp-topic-revision-log-17056727-item-17056728\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 1 week, 3 days ago by <a href=\"https://wordpress.org/support/users/herzla/\" title=\"View herzla&#039;s profile\" class=\"bbp-author-link\"><span  class=\"bbp-author-name\">herzla</span></a>.\n	</li>\n\n</ul>\n\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"herzla\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/support/topic/wpml-compatibility-and-redirect-issue/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WPML compatibility and redirect issue!!!!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/support/topic/wpml-compatibility-and-redirect-issue/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Sep 2023 06:02:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1903:\"\n						\n						<p>Replies: 0</p>\n						<p class=\"\">Hello,</p>\n\n\n\n<p class=\"\">Does the support for the plugin still exist or not? We already raised a query regarding the same issue, but we didn&#8217;t hear back from you.</p>\n\n\n\n<p class=\"\">We are using the WPML plugin and this XML sitemap plugin on our website. We are using the subdirectory URL structure for our WPML work. This plugin (XML Sitemap Generator for Google) is not compatible with WPML. Why is it not compatible with WPML like other normal sitemap plugins? We were using Yoast for the generation of the sitemap, and when we saw the features of this XML Sitemap Generator for Google plugin, we switched to this plugin to get more features like instant pings and all, but that led to a problem for us. The multilingual pages are not properly listed in the sitemap. All the URLs listed in the sitemap have English slugs, but normally, after the conversion of a post or page using WPML, the URL will also translate the URL to its corresponding language. This is perfectly working on the WPML side, but it is not displaying on the sitemap. The sitemap only shows the URLs with English slugs, and that issue will lead to a 301 redirect issue. Currently, we have more than 3000 page redirect issues, and they are increasing day by day. Somehow, we need to fix this issue. Either we need to find a solution or we need to change the plugin to a better one.</p>\n\n\n\n<p class=\"\">What&#8217;s your opinion on this? Will there be any fix for this issue? How can we resolve this issue? At least, can we stop showing multilingual pages and posts in the sitemap? Please let us know your feedback.</p>\n\n\n\n<p class=\"\">INFO:-</p>\n\n\n\n<p class=\"\">WordPress 6.3.1, nginx, Yoast SEO, WP Rocket, <a href=\"https://wordpress.org/plugins/xml-sitemap-feed/\" rel=\"ugc\">XML Sitemap &amp; Google News</a></p>\n\n\n\n<p class=\"\">Thank you</p>\n\n\n\n<p class=\"\"> </p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Vimal Roy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/support/topic/how-to-add-a-video-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"How To Add A Video Sitemap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/support/topic/how-to-add-a-video-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Sep 2023 22:53:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:238:\"\n						\n						<p>Replies: 0</p>\n						<p class=\"\">I have a manual sitemap at /sitemap-externals.xml</p>\n\n\n\n<p class=\"\">I now want to add a video sitemap but I can see a guide how. Is thre any resources on what to do next?</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"grossbard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wordpress.org/support/topic/posts-not-indexed-on-google-search-engines-havent-been-notified-yet-error/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"Posts not indexed on Google/&amp;#8221;Search engines haven&amp;#8217;t been notified yet&amp;#8221; error\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wordpress.org/support/topic/posts-not-indexed-on-google-search-engines-havent-been-notified-yet-error/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Sep 2023 13:54:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2579:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"\">So 2 posts I published last month are still not showing up in google search (<a href=\"https://smellslikeinfinitesadness.com/episode-47-survival-guides-emily-whitehurst-talks-new-album-deathdreams-slis-podcast/\" rel=\"nofollow ugc\">https://smellslikeinfinitesadness.com/episode-47-survival-guides-emily-whitehurst-talks-new-album-deathdreams-slis-podcast/</a> and <a href=\"https://smellslikeinfinitesadness.com/hackedepicciottos-alexander-hacke-danielle-de-picciotto-talk-new-album-keepsakes/\" rel=\"nofollow ugc\">https://smellslikeinfinitesadness.com/hackedepicciottos-alexander-hacke-danielle-de-picciotto-talk-new-album-keepsakes/</a>.) </p>\n\n\n\n<p class=\"\">Also my most recent post hasn&#8217;t been in google search results even after I requested it to be indexed in google search console 3 days ago (<a href=\"https://smellslikeinfinitesadness.com/slowdive-everything-is-alive-review/\" rel=\"nofollow ugc\">https://smellslikeinfinitesadness.com/slowdive-everything-is-alive-review/</a>).</p>\n\n\n\n<p class=\"\">When I manually submitted it, it said &#8220;no referring sitemaps detected.&#8221;</p>\n\n\n\n<p class=\"\">I noticed while checking my XML sitemap generator settings that it says this &#8220;Search engines haven&#8217;t been notified yet. Write a post to let them know about your sitemap.&#8221; no matter how many times I click the update links.</p>\n\n\n\n<p class=\"\">Could these problems be related, and is there anyway to fix? Also, is this article accurate about google no longer accepting sitemap pings and could this be the root of the problem? <a href=\"https://www.brafton.com/blog/seo/sitemaps-ping-endpoint-gone/\" rel=\"nofollow ugc\">https://www.brafton.com/blog/seo/sitemaps-ping-endpoint-gone/</a></p>\n\n\n\n<p class=\"\">I&#8217;m really at a loss on what to do, so any advice would be much appreciated. Thanks!</p>\n\n\n<ul id=\"bbp-topic-revision-log-17036072\" class=\"bbp-topic-revision-log\">\n\n	<li id=\"bbp-topic-revision-log-17036072-item-17036081\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 2 weeks, 4 days ago by <a href=\"https://wordpress.org/support/users/slis/\" title=\"View SLIS&#039;s profile\" class=\"bbp-author-link\"><span  class=\"bbp-author-name\">SLIS</span></a>.\n	</li>\n	<li id=\"bbp-topic-revision-log-17036072-item-17036093\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 2 weeks, 4 days ago by <a href=\"https://wordpress.org/support/users/slis/\" title=\"View SLIS&#039;s profile\" class=\"bbp-author-link\"><span  class=\"bbp-author-name\">SLIS</span></a>.\n	</li>\n\n</ul>\n\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"SLIS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/support/topic/page-redirect-issue-conflict-with-wpml/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Page redirect issue, conflict with WPML.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/support/topic/page-redirect-issue-conflict-with-wpml/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Sep 2023 07:14:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1554:\"\n						\n						<p>Replies: 0</p>\n						<p class=\"\">Hi,</p>\n\n\n\n<p class=\"\">We are having page redirect issues on our website after the implementation of the sitemap plugin. Currently, the WPML option that we set means that whenever a post is translated, the URL and title slug of each article also translate. and it is working fine. However, this XML plugin takes the English URL initially (title slug) and puts that into the sitemap, but when the post is translated fully or published, the title slug will also translate to its corresponding language, and a 301 redirection happens. You can find more information here in the ticket that we raised in the WPML forum.</p>\n\n\n\n<p class=\"\"><a href=\"https://wpml.org/forums/topic/page-with-redirect-issue/\" target=\"_blank\" rel=\"noreferrer noopener nofollow ugc\">https://wpml.org/forums/topic/page-with-redirect-issue/</a></p>\n\n\n\n<p class=\"\">Please check and let us know your feedback. The number of pages with redirection issues in Google Search Console is increasing day by day. So somehow, we need to solve this issue ASAP. Please let us know your thoughts.</p>\n\n\n\n<p class=\"\">Thank you</p>\n\n\n<ul id=\"bbp-topic-revision-log-17034939\" class=\"bbp-topic-revision-log\">\n\n	<li id=\"bbp-topic-revision-log-17034939-item-17034949\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 2 weeks, 5 days ago by <a href=\"https://wordpress.org/support/users/vimalroy08/\" title=\"View Vimal Roy&#039;s profile\" class=\"bbp-author-link\"><span  class=\"bbp-author-name\">Vimal Roy</span></a>.\n	</li>\n\n</ul>\n\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Vimal Roy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wordpress.org/support/topic/page-in-multilanguage-polylang-for-categories/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Page in multilanguage (Polylang) for categories\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wordpress.org/support/topic/page-in-multilanguage-polylang-for-categories/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Sep 2023 14:57:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:721:\"\n						\n						<p>Replies: 4</p>\n						<p class=\"\">Hi there</p>\n\n\n\n<p class=\"\">Just love XML Sitemap Generator for Google, I used it since many years for several website. Easy to use and lot of options available.</p>\n\n\n\n<p class=\"\">But I just noticed one missing thing / bug. <br />The plugin works well with Polylang (a multilingual plugin) for post / pages  and also custom post types. But I noticed that for Taxonomies like default Category the Sitemap only contain the default language (english in my case), is the <em>sitemap-tax-category-1.xml</em></p>\n\n\n\n<p class=\"\">Is there a way to also display the other languages for these categories ? <br />Will be happy to help and do some test in my setup.</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"alexislevrai\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/support/topic/error-on-line-3-at-column-6-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Error on line 3 at column 6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/support/topic/error-on-line-3-at-column-6-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Aug 2023 23:08:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"\">Several of out sites are getting this error =.</p>\n\n\n\n<p class=\"\">This page contains the following errors:</p>\n\n\n\n<p class=\"\">Error on line 3 at column 6: XML declaration allowed only at the start of the document Below is a rendering of the page up to the first error.</p>\n\n\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"csgaraglino\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wordpress.org/support/topic/unable-to-login-to-admin-dashboard-google-sitemap-generator-plugin-error/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:194:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Unable to login to admin dashboard, Google Sitemap Generator plugin error\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wordpress.org/support/topic/unable-to-login-to-admin-dashboard-google-sitemap-generator-plugin-error/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Aug 2023 17:07:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3910:\"\n						\n						<p>Replies: 3</p>\n						<pre class=\"wp-block-code\"><code></code></pre>\n\n\n\n<p class=\"\">Hello everyone, </p>\n\n\n\n<p class=\"\">I would like to inquire about the recent error I got when logging into admin dashboard wp-admin of my WordPress website, caused by the plugin Google Sitemap Generator. </p>\n\n\n\n<p class=\"\">The detailed error indicated as follows: </p>\n\n\n\n<p class=\"\">E_ERROR on line 220 in file: /home/trangsport/domains/<a href=\"http://trangsports.com/public_html/wp-content/plugins/google-sitemap-generator/sitemap-loader.php\" target=\"_blank\" rel=\"noreferrer noopener nofollow ugc\">trangsports.com/public_html/wp-content/plugins/google-sitemap-generator/sitemap-loader.php</a>.&nbsp; </p>\n\n\n\n<p class=\"\">Fatal Error: Uncaught Error: Class &#8216;GoogleSitemapGenerator&#8217; not found in /home/trangsport/domains/<a href=\"http://trangsports.com/public_html/wp-content/plugins/google-sitemap-generator/sitemap-loader.php:220\" target=\"_blank\" rel=\"noreferrer noopener nofollow ugc\">trangsports.com/public_html/wp-content/plugins/google-sitemap-generator/sitemap-loader.php:220</a> </p>\n\n\n\n<p class=\"\">Stack trace: </p>\n\n\n\n<p class=\"\">#0 /home/trangsport/domains/<a href=\"http://trangsports.com/public_html/wp-includes/class-wp-hook.php(286)\" target=\"_blank\" rel=\"noreferrer noopener nofollow ugc\">trangsports.com/public_html/wp-includes/class-wp-hook.php(286)</a>: GoogleSitemapGeneratorLoader::WpDashboardSetup(&#8221;) </p>\n\n\n\n<p class=\"\">#1 /home/trangsport/domains/<a href=\"http://trangsports.com/public_html/wp-includes/class-wp-hook.php(310)\" target=\"_blank\" rel=\"noreferrer noopener nofollow ugc\">trangsports.com/public_html/wp-includes/class-wp-hook.php(310)</a>: WP_Hook-&gt;apply_filters(NULL, Array) </p>\n\n\n\n<p class=\"\">#2 /home/trangsport/domains/<a href=\"http://trangsports.com/public_html/wp-includes/plugin.php(465)\" target=\"_blank\" rel=\"noreferrer noopener nofollow ugc\">trangsports.com/public_html/wp-includes/plugin.php(465)</a>: WP_Hook-&gt;do_action(Array) </p>\n\n\n\n<p class=\"\">#3 /home/trangsport/domains/<a href=\"http://trangsports.com/public_html/wp-admin/includes/dashboard.php(109)\" target=\"_blank\" rel=\"noreferrer noopener nofollow ugc\">trangsports.com/public_html/wp-admin/includes/dashboard.php(109)</a>: do_action(&#8216;wp_dashboard_se&#8230;&#8217;) </p>\n\n\n\n<p class=\"\">#4 /home/trangsport/domains/<a href=\"http://trangsports.com/public_html/wp-admin/index.php(16)\" target=\"_blank\" rel=\"noreferrer noopener nofollow ugc\">trangsports.com/public_html/wp-admin/index.php(16)</a>: wp_dashboard_setup() </p>\n\n\n\n<p class=\"\">#5 {main} &nbsp; thrown </p>\n\n\n\n<p class=\"\">Currently I am unable to access the admin dashboard to navigate to the plugin or any sections for testing and configuration. All I got was the error announcement.</p>\n\n\n\n\n\n<p class=\"\">I have also tried accessing via recovery mode provided by WordPress and got into the dashboard interface, but when I click on any of the sections, they all redirect me to the homepage of my website. </p>\n\n\n\n<p class=\"\">Thus, I would much appreciate your time and support for looking into this problem and advising me with any solutions. </p>\n\n\n\n<p class=\"\">Thank you once again for your kind support.</p>\n\n\n<ul id=\"bbp-topic-revision-log-16996053\" class=\"bbp-topic-revision-log\">\n\n	<li id=\"bbp-topic-revision-log-16996053-item-16996072\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 1 month ago by <a href=\"https://wordpress.org/support/users/ttran18/\" title=\"View ttran18&#039;s profile\" class=\"bbp-author-link\"><span  class=\"bbp-author-name\">ttran18</span></a>.\n	</li>\n	<li id=\"bbp-topic-revision-log-16996053-item-16996075\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 1 month ago by <a href=\"https://wordpress.org/support/users/ttran18/\" title=\"View ttran18&#039;s profile\" class=\"bbp-author-link\"><span  class=\"bbp-author-name\">ttran18</span></a>.\n	</li>\n\n</ul>\n\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"ttran18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/support/topic/sitemap-for-sub-domain/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Sitemap for sub-domain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/support/topic/sitemap-for-sub-domain/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Aug 2023 10:40:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:838:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"\">My XML Sitemap is working fine for <a href=\"https://www.abc.com/\" rel=\"nofollow ugc\">https://www.abc.com/</a></p>\n\n\n\n<p class=\"\"><a href=\"https://cciecentral.com/index.php?xml_sitemap=params=\" rel=\"nofollow ugc\">https://products.abc.com/index.php?xml_sitemap=params=</a></p>\n\n\n\n<p class=\"\">I wanna add sub-domain to my web site <a href=\"https://products.abc.com/\" rel=\"nofollow ugc\">https://products.abc.com/</a></p>\n\n\n\n<p class=\"\">I can only add one site-map in WordPress-&gt;Settings-&gt;XML Sitemap. When I browse, it just shows a blank page. </p>\n\n\n\n<p class=\"\"><a href=\"https://cciecentral.com/index.php?xml_sitemap=params=\" rel=\"nofollow ugc\">https://products.abc.com/index.php?xml_sitemap=params=</a></p>\n\n\n\n<p class=\"\">How can I add XML Sitemap for my sub-domain?</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"thomaslee2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/support/topic/sitemap-is-htm/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Sitemap is HTML\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/support/topic/sitemap-is-htm/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 13 Aug 2023 21:18:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:936:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"\">I have a problem for months that I can not solve.</p>\n\n\n\n<p class=\"\">In the Google Search Console I always get the error message:</p>\n\n\n\n<p class=\"\">Sitemal is HTML</p>\n\n\n\n<p class=\"\">And I can not find the error. I have already deleted the sitemap 100 times and I always get an error. What can be the reason for this? I hope you can help me?</p>\n\n\n\n<p class=\"\"><a href=\"https://www.magicdlp.de/sitemap.xml\" rel=\"nofollow ugc\">https://www.magicdlp.de/sitemap.xml</a></p>\n\n\n<ul id=\"bbp-topic-revision-log-16969687\" class=\"bbp-topic-revision-log\">\n\n	<li id=\"bbp-topic-revision-log-16969687-item-16969689\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 1 month, 2 weeks ago by <a href=\"https://wordpress.org/support/users/mbvipern/\" title=\"View mbvipern&#039;s profile\" class=\"bbp-author-link\"><span  class=\"bbp-author-name\">mbvipern</span></a>.\n	</li>\n\n</ul>\n\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"mbvipern\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/support/topic/conflict-with-another-plugin-79/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Conflict with another plugin?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/support/topic/conflict-with-another-plugin-79/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 13 Aug 2023 07:59:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:533:\"\n						\n						<p>Replies: 13</p>\n						<p class=\"\">Hello, affter update to 4.1.13, settings of this plugin shows:<br /><br />&#8220;<strong>The following plugins conflict with proper indexation of your website. Use the buttons below to disable the extra sitemaps:&#8221;</strong><br /><br />But there is no other information what plugin causes this conflict. What to do? See attachment: <a href=\"https://www.imgup.cam/ib/RHhujPmAGl.png\" rel=\"nofollow ugc\">https://www.imgup.cam/ib/RHhujPmAGl.png</a><br />Thank you. </p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"milanecek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/support/topic/4-1-13-release-is-broken/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;4.1.13 release is broken\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/support/topic/4-1-13-release-is-broken/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Aug 2023 23:47:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:392:\"\n						\n						<p>Replies: 2</p>\n						<p class=\"\">The tags/4.1.13 directory is empty, and thus WordPress is showing a 404 when trying to download the latest version update. </p>\n\n\n\n<p class=\"\"><a href=\"https://downloads.wordpress.org/plugin/google-sitemap-generator.4.1.13.zip\" rel=\"nofollow ugc\">https://downloads.wordpress.org/plugin/google-sitemap-generator.4.1.13.zip</a></p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Corey Worrell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/support/topic/categories-sitemap-not-generated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Categories sitemap not generated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/support/topic/categories-sitemap-not-generated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Aug 2023 06:55:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:439:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"\">Under <strong>WordPress standard content:</strong>, I have ticked include Categories, but I am still only able to see Page and Post sitemap in the sitemap.xml file. I have tried to change the frequency and permalinks settings but it&#8217;s also not updating my sitemap. Is there a way to regenerate the sitemap? Otherwise, how long will it take for the sitemap to update?</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"kbxian\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/support/topic/incorrect-http-header/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Incorrect http header\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/support/topic/incorrect-http-header/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Aug 2023 07:27:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:693:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"\">Hello,</p>\n\n\n\n<p class=\"\">I have created a sitemap with the plugin, but I get the following error when I check this sitemap:<br />Incorrect http header content-type: &#8220;text/html; charset=UTF-8&#8221; (expected: &#8220;application/xml&#8221;)</p>\n\n\n\n<p class=\"\">The error is shown to me when I check my sitemap e.g. with <a href=\"https://www.xml-sitemaps.com/validate-xml-sitemap.html\" rel=\"nofollow ugc\">https://www.xml-sitemaps.com/validate-xml-sitemap.html</a>.</p>\n\n\n\n<p class=\"\">I disabled other plugins that are responsible for the cache, because I thought that might be the problem. I am very grateful for any help.</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"webteam75\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/support/topic/alternatives-to-date-based-post-sitemaps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Alternatives to Date-Based Post Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/support/topic/alternatives-to-date-based-post-sitemaps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 06 Aug 2023 12:19:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:579:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"\">Instead of creating a sitemap for each month, how about basing the number of URLs in each sitemap by a setting regardless of the date e.g. 1000? This would help with diagnostics since you could examine a sitemap with 1000 URLs and determine if there&#8217;s a problem because there are less than 1000 URLs indexed from that sitemap.</p>\n\n\n\n<p class=\"\">Or, create the sitemaps based on category. Again, this would facilitate diagnostics as you could look at how well the posts within a category are being indexed.</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Marios Alexandrou\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/support/topic/news-sitemap-is-not-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:151:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;News Sitemap is not available!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/support/topic/news-sitemap-is-not-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2023 08:49:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:783:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"\">Hi,</p>\n\n\n\n<p class=\"\">The plugin is good and works well, but there is no separate sitemap XML file for news, and there is no option to implement the same using the plugin.</p>\n\n\n\n<p class=\"\">Google has a sitemap extension for News articles, as stated in the below link.</p>\n\n\n\n<p class=\"\"><a href=\"https://developers.google.com/search/docs/crawling-indexing/sitemaps/news-sitemap\" target=\"_blank\" rel=\"noreferrer noopener nofollow ugc\">https://developers.google.com/search/docs/crawling-indexing/sitemaps/news-sitemap</a></p>\n\n\n\n<p class=\"\">How can we achieve this separate news sitemap and its structure using this plugin?</p>\n\n\n\n<p class=\"\">Please check and let us know your feedback.</p>\n\n\n\n<p class=\"\">Thank you</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Vimal Roy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/support/topic/polylang-support-44/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Polylang support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/support/topic/polylang-support-44/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2023 06:29:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:673:\"\n						\n						<p>Replies: 4</p>\n						<p class=\"\">Hi there, </p>\n\n\n\n<p class=\"\">A support of Polylang plugin (one of the most popular plugin for multilingual wordpress) will be welcome. </p>\n\n\n\n<p class=\"\">Right now XML Sitemap only include the default homepage canonical (mysite.com) in the sitemap, and it create an error in Google Search Console. <em>Error : Alternative page with proper canonical tag</em></p>\n\n\n\n<p class=\"\">The right way would be to remove mysite.com from the sitemap then include mysite.com/en , mysite.com/es , mystie.com/fr ,  etc … </p>\n\n\n\n<p class=\"\">Is it something you can add in a future update ? </p>\n\n\n\n<p class=\"\">Cheers</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"alexislevrai\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/support/topic/no-sitemap-xml-file-created/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"No sitemap.xml file created\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/support/topic/no-sitemap-xml-file-created/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Aug 2023 18:06:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"\">I downloaded and actived <strong>XML Sitemap Generator for Google</strong>, but my sitemap.xml file doesn&#8217;t get created.</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"jeffthomas999\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/support/topic/php-deprecated-set_time_limit/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;PHP Deprecated: set_time_limit()\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/support/topic/php-deprecated-set_time_limit/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 31 Jul 2023 16:39:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:380:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"\">got this message for deprecated&#8230;.<br />using WP 6.2.2  PHP: 8.1<br /><br />[31-Jul-2023 16:15:17 UTC] PHP Deprecated: set_time_limit(): Passing null to parameter #1 ($seconds) of type int is deprecated in /homepages/30/xxxx/htdocs/wp/wp-content/plugins/google-sitemap-generator/sitemap-core.php on line 1871</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"treibstoff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/support/topic/adding-woocommerce-products-to-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Adding Woocommerce Products to Sitemap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/support/topic/adding-woocommerce-products-to-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 31 Jul 2023 09:19:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:291:\"\n						\n						<p>Replies: 3</p>\n						<p class=\"\">Hi guys,</p>\n\n\n\n<p class=\"\">I&#8217;m using your plugin to create a sitemaps however when I check the sitemap URL it&#8217;s not including any of my woocommerce products in which I have over 1000? </p>\n\n\n\n<p class=\"\">Thanks!</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"murphium\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/support/topic/several-questions-37/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Several questions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/support/topic/several-questions-37/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Jul 2023 16:48:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1170:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"\">Hi,</p>\n\n\n\n<p class=\"\">Currently I am using pro-sitemaps.com to generate XML sitemap for our website.</p>\n\n\n\n<p class=\"\">I just wonder:</p>\n\n\n\n<ol>\n<li>Whether your plugin can include pages that are not in the current WP site. For example, we are using GTranslate to generate multiple langauage pages, they are looks like <a href=\"https://www.datanumen.com/pl/\" rel=\"nofollow ugc\">https://www.datanumen.com/pl/</a>, but there are no such posts &amp; pages with such a URL. Will it be included in the sitemap as well?</li>\n\n\n\n<li>What is the advantage of using your plugin over external service such as pro-sitemaps?</li>\n\n\n\n<li>We have totally 5000+ posts and 100+ languages. Will you able to create sitemap with so many URLs?</li>\n\n\n\n<li>Will your plugin consume a lot of resources when generating a huge  sitemap like the above mentioned number of URLs? Currently when pro-sitemaps is running and crawling our website, sometimes we will encounter issue, such as <a href=\"https://www.webmasterworld.com/apache/5090479.htm\" rel=\"nofollow ugc\">https://www.webmasterworld.com/apache/5090479.htm</a></li>\n</ol>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"chcw\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/support/topic/how-do-you-create-an-html-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;How do you create an HTML sitemap? )\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/support/topic/how-do-you-create-an-html-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Jul 2023 14:33:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:185:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"\">How do you create an HTML sitemap? )<br />Why is it not written anywhere? )<br />What is the shorcode, please tell me.</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Moroboro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/support/topic/not-compatible-with-php-8-13/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Not Compatible with PHP 8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/support/topic/not-compatible-with-php-8-13/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 23 Jul 2023 13:49:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"\n						\n						<p>Replies: 4</p>\n						<p class=\"\">Seems like this plugin is not compatible with PHP8. Is there any plans for this?</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"davionbil\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/support/topic/no-urls-show-up-in-the-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:151:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;No URLs show up in the sitemap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/support/topic/no-urls-show-up-in-the-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Jul 2023 08:56:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1826:\"\n						\n						<p>Replies: 3</p>\n						<p class=\"\">I&#8217;ve a site where I have 1.129 pages.</p>\n\n\n\n<p class=\"\">But no page shows in the sitemap.</p>\n\n\n\n<p class=\"\">The order was:</p>\n\n\n\n<ol>\n<li>Install the plugin</li>\n\n\n\n<li>Create the pages</li>\n</ol>\n\n\n\n<p class=\"\">Nevertheless the pages were created by me via the REST API (not the internal manual editor).</p>\n\n\n\n<p class=\"\">Number of pages:</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i.imgur.com/LFoZffW.png\" alt=\"\" /></figure>\n\n\n\n<p class=\"\">Plugin version</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i.imgur.com/qG19PUW.png\" alt=\"\" /></figure>\n\n\n\n<p class=\"\">Indexed pages per file =&gt; I set it to 1000 so I expect to have 2 sitemap files: One for pages 1 to 1000 and another for pages 1001 to 1129.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i.imgur.com/N1jT0uC.png\" alt=\"\" /></figure>\n\n\n\n<p class=\"\">Basic options</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i.imgur.com/xniDuCS.png\" alt=\"\" /></figure>\n\n\n\n<p class=\"\">Result is empty</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i.imgur.com/fCDf778.png\" alt=\"\" /></figure>\n\n\n\n<p class=\"\">My post is probably related to this other one: <a href=\"https://wordpress.org/support/topic/sitemap-page-is-blank/\" rel=\"ugc\">https://wordpress.org/support/topic/sitemap-page-is-blank/</a></p>\n\n\n<ul id=\"bbp-topic-revision-log-16914337\" class=\"bbp-topic-revision-log\">\n\n	<li id=\"bbp-topic-revision-log-16914337-item-16914344\" class=\"bbp-topic-revision-log-item\">\n		This topic was modified 2 months, 1 week ago by <a href=\"https://wordpress.org/support/users/xmontero/\" title=\"View xmontero&#039;s profile\" class=\"bbp-author-link\"><span  class=\"bbp-author-name\">xmontero</span></a>.\n	</li>\n\n</ul>\n\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"xmontero\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wordpress.org/support/topic/how-do-i-add-http-www-https-www-http-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;How Do I add http://www, https://www, http Sitemap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wordpress.org/support/topic/how-do-i-add-http-www-https-www-http-sitemap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jul 2023 14:24:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:558:\"\n						\n						<p>Replies: 1</p>\n						<p class=\"\">I&#8217;m using Kadence Theme for e-commerce store. </p>\n\n\n\n<p class=\"\">I installed app. It only shows https sitemap xml. I entered it successfully onto Google and Bing Search Console.</p>\n\n\n\n<p class=\"\"></p>\n\n\n\n<p class=\"\">How do I create XML files for below versions of my domain url:</p>\n\n\n\n<p class=\"\"><a href=\"http://www\" rel=\"nofollow ugc\">http://www</a></p>\n\n\n\n<p class=\"\"><a href=\"https://www\" rel=\"nofollow ugc\">https://www</a></p>\n\n\n\n<p class=\"\">http</p>\n\n\n\n<p class=\"\">example.com</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"solarrefrigerator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/support/topic/how-to-edit-default-sitemap-name-to-my-sitemap-name/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"How to edit default sitemap name to my sitemap name?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/support/topic/how-to-edit-default-sitemap-name-to-my-sitemap-name/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jul 2023 04:19:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:465:\"\n						\n						<p>Replies: 3</p>\n						<p class=\"\">Hello, all</p>\n\n\n\n<p class=\"\">I renamed my sitemap URL and uploaded it to Google, but later the file name I sent disappeared and google couldn&#8217;t fetch it, I need to rename the file name from default name &#8220;sitemap.xml&#8221; to my sitemap name, please guide me how to do, I want to edit on the plugin file at all, not on the plugin page. </p>\n\n\n\n<p class=\"\">Thank you</p>\n\n\n\n<p class=\"\"></p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"loveme2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:67:\"\n					\n					\n					\n					\n					\n\n					\n					\n\n					\n					\n					\n				\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/support/topic/couldnt-fetch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"&lt;span class=&quot;resolved&quot; aria-label=&quot;Resolved&quot; title=&quot;Topic is resolved.&quot;&gt;&lt;/span&gt;Couldn&amp;#8217;t fetch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/support/topic/couldnt-fetch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 17 Jul 2023 09:49:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"\n						\n						<p>Replies: 5</p>\n						<p>After I used your plugin, I uploaded &#8220;/sitemap_index.xml&#8221; in the Google Search Console, but it says &#8220;Couldn&#8217;t fetch&#8221;. Why?</p>\n\n\n\n<p>Ps, I can give you the access of my website and my Google Search Console account, if you want.</p>\n\n\n\n<p>Thanks in advance!</p>\n						\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"freeads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:67:\"https://wordpress.org/support/plugin/google-sitemap-generator/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 27 Sep 2023 12:46:58 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20130911133210\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(10900, '_transient_timeout_feed_mod_d21d2a68bac70d38fb7f9a7bd3d1725e', '1696423618', 'no'),
(10901, '_transient_feed_mod_d21d2a68bac70d38fb7f9a7bd3d1725e', '1695818818', 'no'),
(9816, 'fresh_site', '0', 'yes'),
(10401, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:13:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.3.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.3.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.3.1\";s:7:\"version\";s:5:\"6.3.1\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.2.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.2.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.2.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.2.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.2.2\";s:7:\"version\";s:5:\"6.2.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.3.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.3.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.3.1\";s:7:\"version\";s:5:\"6.3.1\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.3.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.3-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"6.3\";s:7:\"version\";s:3:\"6.3\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.2.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.2.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.2.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.2.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.2.2\";s:7:\"version\";s:5:\"6.2.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.3\";s:7:\"version\";s:5:\"6.1.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.5\";s:7:\"version\";s:5:\"6.0.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.7\";s:7:\"version\";s:5:\"5.9.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.7\";s:7:\"version\";s:5:\"5.8.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.9\";s:7:\"version\";s:5:\"5.7.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.11\";s:7:\"version\";s:6:\"5.6.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.12.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.12\";s:7:\"version\";s:6:\"5.5.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.13.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.13.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.13-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.13-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.13\";s:7:\"version\";s:6:\"5.4.13\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1696227850;s:15:\"version_checked\";s:6:\"5.3.15\";s:12:\"translations\";a:0:{}}', 'no');

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

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(221, 142, '_menu_item_target', ''),
(222, 142, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(220, 142, '_menu_item_object', 'custom'),
(228, 143, '_menu_item_object_id', '2'),
(219, 142, '_menu_item_object_id', '142'),
(218, 142, '_menu_item_menu_item_parent', '0'),
(217, 142, '_menu_item_type', 'custom'),
(340, 171, '_wp_attached_file', '2014/01/logo.png'),
(339, 141, '_additional_settings', ''),
(341, 171, '_wp_attachment_context', 'custom-header'),
(342, 171, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:408;s:6:\"height\";i:100;s:4:\"file\";s:16:\"2014/01/logo.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"logo-300x73.png\";s:5:\"width\";i:300;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"Portfolio\";a:4:{s:4:\"file\";s:16:\"logo-202x100.png\";s:5:\"width\";i:202;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"Homepage\";a:4:{s:4:\"file\";s:16:\"logo-120x100.png\";s:5:\"width\";i:120;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"Homepage Bottom\";a:4:{s:4:\"file\";s:16:\"logo-120x100.png\";s:5:\"width\";i:120;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"Homepage Feature\";a:4:{s:4:\"file\";s:14:\"logo-90x85.png\";s:5:\"width\";i:90;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"Square\";a:4:{s:4:\"file\";s:16:\"logo-110x100.png\";s:5:\"width\";i:110;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"Archive Image\";a:4:{s:4:\"file\";s:14:\"logo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(67, 34, 'thumbnail', 'i/1.png'),
(227, 143, '_menu_item_menu_item_parent', '0'),
(69, 30, 'thumbnail', 'i/3.png'),
(68, 32, 'thumbnail', 'i/2.png'),
(70, 28, 'thumbnail', 'i/4.png'),
(71, 26, 'thumbnail', 'i/5.png'),
(72, 24, 'thumbnail', 'i/6.png'),
(73, 23, 'thumbnail', 'i/7.png'),
(74, 21, 'thumbnail', 'i/8.png'),
(75, 19, 'thumbnail', 'i/9.png'),
(76, 18, 'thumbnail', 'i/10.png'),
(77, 17, 'thumbnail', 'i/11.png'),
(78, 15, 'thumbnail', 'i/12.png'),
(81, 41, '_wp_page_template', 'default'),
(84, 43, '_wp_page_template', 'default'),
(87, 45, '_wp_page_template', 'default'),
(91, 32, 'articleimg', 'i/13.png'),
(92, 30, 'articleimg', 'i/14.png'),
(93, 28, 'articleimg', 'i/15.png'),
(116, 71, '_wp_page_template', 'estore.php'),
(226, 143, '_menu_item_type', 'post_type'),
(266, 147, '_menu_item_target', ''),
(267, 147, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(336, 141, '_mail', 'a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:200:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on Twitter Info Blog http://victoriastone-twitter.newrethinkcompliance.com\";s:9:\"recipient\";s:17:\"dclodan@yahoo.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:1:\"0\";}'),
(224, 142, '_menu_item_url', 'http://victoriastone-twitter.newrethinkcompliance.com/'),
(223, 142, '_menu_item_xfn', ''),
(211, 140, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"250\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'115\'\";s:4:\"file\";s:26:\"2012/01/superaffiliate.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"superaffiliate-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:\"\";}}'),
(210, 140, '_wp_attached_file', '2012/01/superaffiliate.png'),
(315, 164, '_wp_attached_file', '2011/10/2.png'),
(300, 150, '_wp_attached_file', '2011/10/1.png'),
(209, 139, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"250\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'115\'\";s:4:\"file\";s:23:\"2012/01/socialmedia.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"socialmedia-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:\"\";}}'),
(312, 163, '_wp_attached_file', '2011/10/3.png'),
(309, 162, '_wp_attached_file', '2011/10/4.png'),
(306, 161, '_wp_attached_file', '2011/10/5.png'),
(303, 154, '_wp_attached_file', '2011/10/6.png'),
(318, 165, '_wp_attached_file', '2011/10/7.png'),
(321, 166, '_wp_attached_file', '2011/10/8.png'),
(324, 167, '_wp_attached_file', '2011/10/9.png'),
(327, 168, '_wp_attached_file', '2011/10/10.png'),
(330, 169, '_wp_attached_file', '2011/10/11.png'),
(208, 139, '_wp_attached_file', '2012/01/socialmedia.png'),
(229, 143, '_menu_item_object', 'page'),
(230, 143, '_menu_item_target', ''),
(231, 143, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(232, 143, '_menu_item_xfn', ''),
(233, 143, '_menu_item_url', ''),
(265, 147, '_menu_item_object', 'category'),
(235, 144, '_menu_item_type', 'post_type'),
(236, 144, '_menu_item_menu_item_parent', '0'),
(237, 144, '_menu_item_object_id', '45'),
(238, 144, '_menu_item_object', 'page'),
(239, 144, '_menu_item_target', ''),
(240, 144, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(241, 144, '_menu_item_xfn', ''),
(242, 144, '_menu_item_url', ''),
(264, 147, '_menu_item_object_id', '1'),
(244, 145, '_menu_item_type', 'post_type'),
(245, 145, '_menu_item_menu_item_parent', '0'),
(246, 145, '_menu_item_object_id', '71'),
(247, 145, '_menu_item_object', 'page'),
(248, 145, '_menu_item_target', ''),
(249, 145, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(250, 145, '_menu_item_xfn', ''),
(251, 145, '_menu_item_url', ''),
(262, 147, '_menu_item_type', 'taxonomy'),
(253, 146, '_menu_item_type', 'post_type'),
(254, 146, '_menu_item_menu_item_parent', '0'),
(255, 146, '_menu_item_object_id', '41'),
(256, 146, '_menu_item_object', 'page'),
(257, 146, '_menu_item_target', ''),
(258, 146, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(259, 146, '_menu_item_xfn', ''),
(260, 146, '_menu_item_url', ''),
(263, 147, '_menu_item_menu_item_parent', '0'),
(268, 147, '_menu_item_xfn', ''),
(269, 147, '_menu_item_url', ''),
(291, 80, '_edit_lock', '1344586682:1'),
(271, 148, '_menu_item_type', 'taxonomy'),
(272, 148, '_menu_item_menu_item_parent', '0'),
(273, 148, '_menu_item_object_id', '4'),
(274, 148, '_menu_item_object', 'category'),
(275, 148, '_menu_item_target', ''),
(276, 148, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(277, 148, '_menu_item_xfn', ''),
(278, 148, '_menu_item_url', ''),
(290, 87, '_edit_lock', '1344586664:1'),
(280, 149, '_menu_item_type', 'taxonomy'),
(281, 149, '_menu_item_menu_item_parent', '0'),
(282, 149, '_menu_item_object_id', '3'),
(283, 149, '_menu_item_object', 'category'),
(284, 149, '_menu_item_target', ''),
(285, 149, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(286, 149, '_menu_item_xfn', ''),
(287, 149, '_menu_item_url', ''),
(289, 100, '_edit_lock', '1344586646:1'),
(292, 99, '_edit_lock', '1344586701:1'),
(293, 96, '_edit_lock', '1344586741:1'),
(294, 97, '_edit_lock', '1344586721:1'),
(295, 101, '_edit_lock', '1344586760:1'),
(296, 98, '_edit_lock', '1344586779:1'),
(297, 95, '_edit_lock', '1344586797:1'),
(298, 92, '_edit_lock', '1344586816:1'),
(299, 91, '_edit_lock', '1344586851:1'),
(301, 150, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"113\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:13:\"2011/10/1.png\";s:5:\"sizes\";a:3:{s:16:\"Homepage Feature\";a:3:{s:4:\"file\";s:11:\"1-90x85.png\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"85\";}s:6:\"Square\";a:3:{s:4:\"file\";s:13:\"1-110x110.png\";s:5:\"width\";s:3:\"110\";s:6:\"height\";s:3:\"110\";}s:13:\"Archive Image\";a:3:{s:4:\"file\";s:11:\"1-80x80.png\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:\"\";}}'),
(302, 100, '_thumbnail_id', '150'),
(304, 154, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"113\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:13:\"2011/10/6.png\";s:5:\"sizes\";a:3:{s:16:\"Homepage Feature\";a:3:{s:4:\"file\";s:11:\"6-90x85.png\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"85\";}s:6:\"Square\";a:3:{s:4:\"file\";s:13:\"6-110x110.png\";s:5:\"width\";s:3:\"110\";s:6:\"height\";s:3:\"110\";}s:13:\"Archive Image\";a:3:{s:4:\"file\";s:11:\"6-80x80.png\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:\"\";}}'),
(305, 87, '_thumbnail_id', '154'),
(307, 161, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"113\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:13:\"2011/10/5.png\";s:5:\"sizes\";a:3:{s:16:\"Homepage Feature\";a:3:{s:4:\"file\";s:11:\"5-90x85.png\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"85\";}s:6:\"Square\";a:3:{s:4:\"file\";s:13:\"5-110x110.png\";s:5:\"width\";s:3:\"110\";s:6:\"height\";s:3:\"110\";}s:13:\"Archive Image\";a:3:{s:4:\"file\";s:11:\"5-80x80.png\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:\"\";}}'),
(308, 80, '_thumbnail_id', '161'),
(310, 162, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"113\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:13:\"2011/10/4.png\";s:5:\"sizes\";a:3:{s:16:\"Homepage Feature\";a:3:{s:4:\"file\";s:11:\"4-90x85.png\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"85\";}s:6:\"Square\";a:3:{s:4:\"file\";s:13:\"4-110x110.png\";s:5:\"width\";s:3:\"110\";s:6:\"height\";s:3:\"110\";}s:13:\"Archive Image\";a:3:{s:4:\"file\";s:11:\"4-80x80.png\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:\"\";}}'),
(311, 99, '_thumbnail_id', '162'),
(313, 163, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"113\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:13:\"2011/10/3.png\";s:5:\"sizes\";a:3:{s:16:\"Homepage Feature\";a:3:{s:4:\"file\";s:11:\"3-90x85.png\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"85\";}s:6:\"Square\";a:3:{s:4:\"file\";s:13:\"3-110x110.png\";s:5:\"width\";s:3:\"110\";s:6:\"height\";s:3:\"110\";}s:13:\"Archive Image\";a:3:{s:4:\"file\";s:11:\"3-80x80.png\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:\"\";}}'),
(314, 97, '_thumbnail_id', '163'),
(316, 164, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"113\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:13:\"2011/10/2.png\";s:5:\"sizes\";a:3:{s:16:\"Homepage Feature\";a:3:{s:4:\"file\";s:11:\"2-90x85.png\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"85\";}s:6:\"Square\";a:3:{s:4:\"file\";s:13:\"2-110x110.png\";s:5:\"width\";s:3:\"110\";s:6:\"height\";s:3:\"110\";}s:13:\"Archive Image\";a:3:{s:4:\"file\";s:11:\"2-80x80.png\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:\"\";}}'),
(317, 96, '_thumbnail_id', '164'),
(319, 165, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"113\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:13:\"2011/10/7.png\";s:5:\"sizes\";a:3:{s:16:\"Homepage Feature\";a:3:{s:4:\"file\";s:11:\"7-90x85.png\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"85\";}s:6:\"Square\";a:3:{s:4:\"file\";s:13:\"7-110x110.png\";s:5:\"width\";s:3:\"110\";s:6:\"height\";s:3:\"110\";}s:13:\"Archive Image\";a:3:{s:4:\"file\";s:11:\"7-80x80.png\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:\"\";}}'),
(320, 101, '_thumbnail_id', '165'),
(322, 166, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"113\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:13:\"2011/10/8.png\";s:5:\"sizes\";a:3:{s:16:\"Homepage Feature\";a:3:{s:4:\"file\";s:11:\"8-90x85.png\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"85\";}s:6:\"Square\";a:3:{s:4:\"file\";s:13:\"8-110x110.png\";s:5:\"width\";s:3:\"110\";s:6:\"height\";s:3:\"110\";}s:13:\"Archive Image\";a:3:{s:4:\"file\";s:11:\"8-80x80.png\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:\"\";}}'),
(323, 98, '_thumbnail_id', '166'),
(325, 167, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"113\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:13:\"2011/10/9.png\";s:5:\"sizes\";a:3:{s:16:\"Homepage Feature\";a:3:{s:4:\"file\";s:11:\"9-90x85.png\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"85\";}s:6:\"Square\";a:3:{s:4:\"file\";s:13:\"9-110x110.png\";s:5:\"width\";s:3:\"110\";s:6:\"height\";s:3:\"110\";}s:13:\"Archive Image\";a:3:{s:4:\"file\";s:11:\"9-80x80.png\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:\"\";}}'),
(326, 95, '_thumbnail_id', '167'),
(328, 168, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"113\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:14:\"2011/10/10.png\";s:5:\"sizes\";a:3:{s:16:\"Homepage Feature\";a:3:{s:4:\"file\";s:12:\"10-90x85.png\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"85\";}s:6:\"Square\";a:3:{s:4:\"file\";s:14:\"10-110x110.png\";s:5:\"width\";s:3:\"110\";s:6:\"height\";s:3:\"110\";}s:13:\"Archive Image\";a:3:{s:4:\"file\";s:12:\"10-80x80.png\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:\"\";}}'),
(329, 92, '_thumbnail_id', '168'),
(331, 169, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"113\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:14:\"2011/10/11.png\";s:5:\"sizes\";a:3:{s:16:\"Homepage Feature\";a:3:{s:4:\"file\";s:12:\"11-90x85.png\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"85\";}s:6:\"Square\";a:3:{s:4:\"file\";s:14:\"11-110x110.png\";s:5:\"width\";s:3:\"110\";s:6:\"height\";s:3:\"110\";}s:13:\"Archive Image\";a:3:{s:4:\"file\";s:12:\"11-80x80.png\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:\"\";}}'),
(332, 91, '_thumbnail_id', '169'),
(333, 45, '_edit_lock', '1344587107:1'),
(334, 45, '_edit_last', '1'),
(338, 141, '_messages', 'a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";}'),
(337, 141, '_mail_2', 'a:8:{s:6:\"active\";s:0:\"\";s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:142:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Twitter Info Blog http://victoriastone-twitter.newrethinkcompliance.com\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:1:\"0\";}'),
(335, 141, '_form', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),
(343, 171, '_wp_attachment_is_custom_header', 'lifestyle'),
(344, 41, '_edit_lock', '1651567141:1'),
(345, 41, '_edit_last', '1'),
(346, 177, '_wp_attached_file', '2022/05/4685.jpg'),
(347, 177, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:468;s:6:\"height\";i:60;s:4:\"file\";s:16:\"2022/05/4685.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"4685-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"4685-300x38.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"Portfolio\";a:4:{s:4:\"file\";s:15:\"4685-202x60.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"Homepage\";a:4:{s:4:\"file\";s:15:\"4685-120x60.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"Homepage Bottom\";a:4:{s:4:\"file\";s:15:\"4685-120x60.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"Homepage Feature\";a:4:{s:4:\"file\";s:14:\"4685-90x60.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"Square\";a:4:{s:4:\"file\";s:15:\"4685-110x60.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"Archive Image\";a:4:{s:4:\"file\";s:14:\"4685-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(348, 177, '_edit_lock', '1651567622:1');

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

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` mediumtext NOT NULL,
  `post_excerpt` mediumtext 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` mediumtext NOT NULL,
  `pinged` mediumtext NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2, 1, '2009-11-03 16:02:39', '2009-11-03 22:02:39', 'This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.', 'About', '', 'publish', 'open', 'open', '', 'about', '', '', '2009-11-03 16:02:39', '2009-11-03 22:02:39', '', 0, 'http://infomagz.com/twitter/?page_id=2', 0, 'page', '', 0),
(3, 1, '2009-11-03 22:13:30', '2009-11-03 22:13:30', 'Every once in a while, particularly since the internet shrunk the world down so small you could fit it in your pocket, there comes a phenomenon which very quickly takes the world by storm and gets people talking. Other people hear these people and want to know more. As night follows day, it goes from a niche, little-known pursuit for enthusiasts to something that you cannot avoid no matter how much you try to ignore it. in 2009, that thing has been Twitter. At the start of the year it was mildly popular, and as it comes to a close it is something that has grown wings. \r\n\r\nThe \"wings\" metaphor is an appropriate one, given that \"twitter\" was previously a word used to describe a noise made by birds. As things stand today it may never go back to being that, because if someone describes a flock of \"twittering birds\", the image that will form in many people\'s mind is of a bunch of sparrows with laptops sending each other short comments and links to YouTube videos. Politicians use it to gauge support, news agencies use it to break stories quickly, and writers churn out articles about it. If you don\'t know what Twitter is, maybe you never will - or maybe you\'ll go and check it out right now. \r\n\r\nWriting a message on Twitter is known as \"tweeting\", and people seem to be entirely comfortable with that idea. If you repeat someone else\'s message by copying and pasting, this is known as \"re-tweeting\". The jargon may sound idiotic, but by force of numbers it has become the done thing.', 'Tweet, Tweet', '', 'publish', 'open', 'open', '', 'tweet-tweet', '', '', '2011-06-14 07:00:58', '2011-06-14 07:00:58', '', 0, 'http://infomagz.com/twitter/?p=3', 0, 'post', '', 0),
(5, 1, '2009-11-03 22:13:42', '2009-11-03 22:13:42', 'It is quite something to behold, how a website with a healthy but comparatively low number of users just one year ago could become one of the most powerful tools in the information sector. Twitter has become the tool for people who want something to become known widespread in a short space of time - and has had a major effect on the careers of individuals, and the way that people find out news if they are on the move or in a setting where standard web surfing or watching the television is not possible. \r\n\r\nIf someone does, or says something ill-advised, it will end up on the Internet very quickly. The power of Twitter is that, very quickly, someone can post a link to the website where that information is posted. This will then be read by everyone who is \"following\" the person who posted the link. They can then repost it, and from the point where it was originally posted, it can be spread around the world within minutes. It is no wonder that some individuals are fearful of the spread of Twitter, and others overjoyed by its existence. It is the gossip-monger\'s dream.  \r\n\r\nThere is some debate over whether the existence of a website - although it is by now much more than just a site - which allows such swift transfer of information is a good thing. Certainly you either love or hate the absence of immediate moderation which allows rumors to take flight so easily - but it is hard to remain indifferent.', 'The Power Of Twitter', '', 'publish', 'open', 'open', '', 'the-power-of-twitter', '', '', '2011-06-14 07:00:50', '2011-06-14 07:00:50', '', 0, 'http://infomagz.com/twitter/?p=5', 0, 'post', '', 0),
(7, 1, '2009-11-03 22:13:54', '2009-11-03 22:13:54', 'Social networking was doing perfectly fine before the explosion of Twitter, but the site has taken things to the next level. While the previous king of the social networking hill, Facebook, is considered by many to be a little bit too exposed (carrying as it does far more personal information), the Twitter revolution has become a way for celebrities and their fans to become far more connected than ever before. Celebrities have gone for Twitter in a way that makes the other social networking sites look slow by comparison - and the effects of this are quite fascinating. \r\n\r\nOf course politicians have been swift to see the possibilities of Twitter, and of course their Tweets are relatively anodyne - a policy announcement here, a publicity statement for a public appearance there. They\'re not going to Tweet their deepest thoughts. Nonetheless Barack Obama, Hillary Clinton and many others have got accounts. Actors such as Will Wheaton and pop stars such as Britney Spears and Courtney Love have got accounts too, and update with varying degrees of frequency and candid-ness.  \r\n\r\nOne of the most prolific, and heavily followed users of Twitter is the UK actor and comedian Stephen Fry. He has become something of an unofficial spokesman for the phenomenon in his native United Kingdom and posts candidly and frequently on a range of subjects. Many users consider it an honor to receive a direct reply from a celebrity user - and it happens far more frequently than one would think. It must be something to do with the lack of regulation.', 'Celebrity Tweeters', '', 'publish', 'open', 'open', '', 'celebrity-tweeters', '', '', '2011-06-14 07:00:44', '2011-06-14 07:00:44', '', 0, 'http://infomagz.com/twitter/?p=7', 0, 'post', '', 0),
(9, 1, '2009-11-03 22:14:11', '2009-11-03 22:14:11', 'If someone told you back in 2008 that one day they would re-tweet you, you would have probably called a doctor and stayed with them until such time as the emergency services arrived. The word sounds bizarre and even a little bit embarrassing, but it has become common currency among Twitter users. Essentially, a re-tweet is when someone picks up on a \"Tweet\" you have made and, attaching your Twitter ID by means of an @ sign, lets their own followers know what you have said. Depending on how large their number of followers is, it could get you quite a lot of attention. \r\n\r\nThis occasionally leads to the phenomenon of users writing Tweets which are obviously designed to be re-tweeted, usually ones which deal with a topical issue and are at least passably funny, or at least thought-provoking. The upshot of this is that some users have \"feeds\" (lists of Tweets) that are made up almost entirely of re-tweets. This type of follower gets un-followed very quickly by a lot of users, who are generally sick of reading the same thing repeatedly. \r\n\r\nRe-tweeting is one way in which messages can spread from a single account to multiple feeds in a very short space of time, and is often used by political parties or commercial enterprises to drum up publicity in a very short space of time for little or no cost. Many people, though, will continue to wish it was called something other than \"re-tweeting\", for what it\'s worth.', 'Please Re-Tweet Me...', '', 'publish', 'open', 'open', '', 'please-re-tweet-me%e2%80%a6', '', '', '2011-06-14 07:00:38', '2011-06-14 07:00:38', '', 0, 'http://infomagz.com/twitter/?p=9', 0, 'post', '', 0),
(11, 1, '2009-11-03 22:14:26', '2009-11-03 22:14:26', 'Every phenomenon that spreads quickly around the world must come complete with its own lexicon of slang. Being a heavily text-based phenomenon, Twitter is perhaps a more complete example of this than any other. Starting with the practice of writing a message on Twitter, or \"Tweeting\", this slang refers to a great deal of other topics as well. If you wish to send a message to one specific user, you use the @ symbol followed by their ID, and this is known as an \"at-reply\". If they do not wish for this message to show up in their feed for the notice of other users, they may send it as a direct message, or simply \"DM\". \r\n\r\nOf course one of the most commonly used pieces of slang is \"re-tweeting\", which is largely self-explanatory, referring as it does to the practice of copying and crediting the \"tweet\" of another user. It is not dissimilar to a chain e-mail. Then there is the list of tweets that you read from fellow users. The tweets themselves turn up in what is known as your \"feed\". Your feed will be particularly busy if you \"follow\" a lot of people - which is the fairly obvious slang for reading their tweets. \r\n\r\nA piece of slang which is not limited to Twitter but has found its natural home there is \"Crowdsourcing\". This refers to asking a question or requesting a favor via Twitter which, when read by your followers, will gain you a lot of information or help from a number of people - or a crowd.', 'Slang Of The Twitterverse', '', 'publish', 'open', 'open', '', 'slang-of-the-twitterverse', '', '', '2011-06-14 07:00:26', '2011-06-14 07:00:26', '', 0, 'http://infomagz.com/twitter/?p=11', 0, 'post', '', 0),
(12, 1, '2009-11-03 22:14:38', '2009-11-03 22:14:38', 'The first time you sign on to Twitter, you will be greeted by a question at the top of the screen which may seem impertinent. The line of text says, in full, \"What Are You Doing?\". The literal answer to this may not be anything particularly interesting. Indeed, it may be \"Logging on to Twitter\". It may go without saying, but this question need not be answered in full every time you read it. The more basic and banal your Twitter updates are, the less likely people are to follow you. That\'s not to say that you can never post basic updates, but if you tell people every time you sneeze, they\'re going to lose interest. \r\n\r\nPeople follow Twitter these days by a wide and varied range of means, including via a feed client which posts new updates on their desktop at graduated intervals. If someone sees that they have twenty new tweets to read, and then discovers that fifteen of them are from you talking about how your toaster isn\'t working, then they\'d better be very funny updates on the toaster situation or you will lose followers. Quality is more important than quantity, or at least as important. \r\n\r\nOf course, your tweeting style should reflect the audience you want to read your tweets. Not everybody is Oscar Wilde, and not everybody wants to read Oscar Wilde anyway. Your tweets should, when it comes down to it, reflect your personality more than anything, and if that personality is simple and unassuming, then your tweets don\'t need to be about rescuing people from fires or performing at Carnegie Hall.', 'Are You Tweeting Too Much?', '', 'publish', 'open', 'open', '', 'are-you-tweeting-too-much', '', '', '2011-06-14 07:00:20', '2011-06-14 07:00:20', '', 0, 'http://infomagz.com/twitter/?p=12', 0, 'post', '', 0),
(13, 1, '2009-11-03 22:14:52', '2009-11-03 22:14:52', 'When you have a job that needs to be done and you are not that keen to do it yourself, then you could very well decide to ask someone else to do it. This is known as \"outsourcing\" the job, and has been a part of business for a very long time. With the increased popularity of social networking it has become possible to get work or information from a greater number of people. This is the age of \"crowdsourcing\". It is becoming very popular. \r\n\r\nCrowdsourcing is a phenomenon which would be all but impossible without the Internet. There is no more convenient way of getting a message to a wide range of people than placing it on the Internet where it can be read by anyone who happens to stumble across it, or find it buried in the middle of their Twitter feed. Whether you need to know about good restaurants in a city you are visiting for the first time, or the lyrics in the first line of a song, posting your query on Twitter should get you a flood of helpful replies. \r\n\r\nIf this sounds a lot like placing a question or an advertisement on a bulletin board, it is. But the difference between Twitter and a bulletin board is that Twitter stretches across the world and the replies are automatic. It is bigger, and it is faster and this is just one reason why Twitter has become hugely popular and is relied upon by so many.', 'The Phenomenon Of Crowdsourcing', '', 'publish', 'open', 'open', '', 'the-phenomenon-of-crowdsourcing', '', '', '2011-06-14 07:00:14', '2011-06-14 07:00:14', '', 0, 'http://infomagz.com/twitter/?p=13', 0, 'post', '', 0),
(14, 1, '2009-11-03 22:15:07', '2009-11-03 22:15:07', 'It is often said that one of the best things about Twitter is that it updates in real time, and that when things are flowing well it is not unlike being at a party, or at least a reasonably lively meeting. But there are two sides to every coin, and it is worth taking account of the fact that immediacy can make things very hard to take back, particularly when the information you have posted is sensitive, and/or is reported quickly by other people in such a way as to make you look stupid or expose something you would rather not have said or done. \r\n\r\nIf you are in the jaws of a negative mood - be it sad, depressed or angry - then it is possible that you will make the mistake of saying something that you will later wish to take back. If you add alcohol into the situation, as many do, then it lowers the inhibitions which would usually prevent you from saying such things. Sitting in front of the world\'s most immediate information exchange, you can easily go over the line and do something idiotic. Posting personal details about an ex, making unwanted advances to another individual, or just saying something that makes you look like a moron - that sounds bad, yes? \r\n\r\nNow imagine that what you say is re-tweeted by someone either innocently or maliciously. You can delete your own tweet if you regret it swiftly, but it is still there in another person\'s feed. Put simply, if you don\'t want it to be common knowledge, don\'t Tweet it.', 'The Perils Of Immediacy', '', 'publish', 'open', 'open', '', 'the-perils-of-immediacy', '', '', '2011-06-14 07:00:08', '2011-06-14 07:00:08', '', 0, 'http://infomagz.com/twitter/?p=14', 0, 'post', '', 0),
(15, 1, '2009-11-03 22:15:22', '2009-11-03 22:15:22', 'The amazing growth of Twitter would defy all the laws of fast-growing phenomena if it did not have its detractors. And it is unquestionable that Twitter does, very much, have people queuing up to find fault with it. It would be dishonest to suggest, too, that all of these detractors were arguing from a position of ignorance. Many of them know what they are talking about - and many, indeed, do not. But what are the arguments against Twitter? \r\n\r\nIt is frequently said that Twitter is boring and banal. There is a sliver of truth in this belief, especially if you read tweets from people who are not particularly eloquent or interesting. Yes, a lot of people hate their boss. \r\n\r\nSome people can be amusing about how they hate their boss, and others can be spectacularly boring about it. By the same token, no-one says that speaking out loud is boring and banal, and we have all had conversations with people who are spectacularly boring to us. \r\n\r\nOther detractors say that Twitter distracts people from talking to each other in the old fashioned way, directly face to face. And while this view has its merits, the same is true of e-mail, telephones, letter-writing and semaphore. Others argue that the 140-character limit encourages the use of \"text speech\". \r\n\r\nThere is a great deal of truth in this, but one has only to look around at some of the more eloquent feeds to see that even in 140 characters, it is possible to say something interesting and spell it perfectly. In the end, some people like Twitter and some hate it - which describes hundreds of thousands of other things, too.', 'Twitter Skeptics And Their Reasons', '', 'publish', 'open', 'open', '', 'twitter-skeptics-and-their-reasons', '', '', '2011-07-29 15:42:08', '2011-07-29 15:42:08', '', 0, 'http://infomagz.com/twitter/?p=15', 0, 'post', '', 0),
(17, 1, '2009-11-03 22:15:38', '2009-11-03 22:15:38', 'When you first sign up to Twitter, things will move very slowly comparatively speaking. The simple truth of the matter is that when you only have a couple of people in your feed and they are not online at the time, you won\'t have much to read. There are ways to speed things up. Adding your favorite newspaper - they almost always have a Twitter account, a couple of TV stations, some sports teams and a celeb or two will keep the tweets coming, albeit maybe not as immediately relevant as you would like. You should also find out which of your friends are on Twitter. Following them will give you a chance to swap jokes and chit chat when you\'re apart. \r\n\r\nAfter a while, through re-tweets from your friends and people picking up and following your feed, names will become familiar and you can add them if you feel so inclined. Before too long you will be getting more tweets than you want to read - and then comes the decision of who to \"unfollow\". This can be a more stressful pursuit than you think, because some people check their followers page frequently and they often do it when they notice their numbers have dropped. You may get an angry or hurt response from someone you unfollowed. \r\n\r\nShould you be worried or reluctant to unfollow someone because of this? It depends on how you feel about getting those messages. As long as you are confident in telling someone that your feed went too fast and you had a little cull, you shouldn\'t be too worried. Failing that, you can always just ignore their tweets!', 'The Etiquette Of Following And Unfollowing', '', 'publish', 'open', 'open', '', 'the-etiquette-of-following-and-unfollowing', '', '', '2011-06-14 06:59:51', '2011-06-14 06:59:51', '', 0, 'http://infomagz.com/twitter/?p=17', 0, 'post', '', 0),
(18, 1, '2009-11-03 22:15:51', '2009-11-03 22:15:51', 'Many people who use Twitter check their follower numbers very frequently, and respond with displeasure if they see it going down. The fact is, anyone can choose to unfollow you at any time, and they will have their own reasons for doing so. \r\n\r\nAmong the major reasons people have for ceasing to follow a Twitter feed is the crime of posting too much. You may have just had a really nice sandwich for lunch, but think before posting about it. Just how good was that sandwich? Sometimes people will only follow those whose tweets are genuinely informative. \r\n\r\nOther people will unfollow you if all you ever do is re-tweet what other people have said. If they wanted to know what someone else was saying, they\'d follow them. Excessive re-tweeting looks like spamming to many. \r\n\r\nThe same applies to the at-reply. If every one of your tweets begins with \"@\", then although these will only appear to people who have both parties in their feed, they will begin to feel like they are intruding in a two-way conversation - and the only way to get out of it is unfollowing you. \r\n\r\nPeople will also have limited patience with Tweets about your social life. If you are constantly tweeting things like \"I\'m in a club, drinking cocktails! Having a great time!\" they will simply wonder why, if you are having such a great time, you keep busting into Twitter rather than going with the flow. Especially if you use Twitpic to post pictures of the cocktails. \r\n\r\nSome of the above, in moderation, is always acceptable and even fun. But if it is all you do, you will get unfollowed.', 'Why Did You Unfollow Me?', '', 'publish', 'open', 'open', '', 'why-did-you-unfollow-me', '', '', '2011-06-14 06:59:45', '2011-06-14 06:59:45', '', 0, 'http://infomagz.com/twitter/?p=18', 0, 'post', '', 0),
(19, 1, '2009-11-03 22:16:04', '2009-11-03 22:16:04', 'One of the things that makes Twitter so instant is that it is moderated reactively rather than proactively. As a result, when you post something it goes into the stream of tweets instantly and can be read by anyone with access to the feed. While this is popular because it allows a steady flow of posts and lets you speak freely, it does have its drawbacks, not least of which is the fact that it does allow people to tweet things that others may not want to read. \r\n\r\nAmong the negative aspects of this is the fact that if someone takes a dislike to you on Twitter, they can bombard you with unpleasant @replies and encourage their followers to do likewise, or drive a wedge between you and friends. They can be reported to Twitter, and anyone abusing an account will be banned from the site, but this does not preclude them from setting up another account and tweeting from another IP address. Neither does it change the fact that they can do it in the first place. \r\n\r\nOne solution to this, although it is a partial one and not foolproof, is that you can protect your tweets and prevent people from seeing what you post unless they have been approved by you. It does not immediately prevent people from randomly insulting you, but it does lessen the possibility that you will appear on their radar. Aside from this it is difficult to totally prevent such idiots from harassing you, but remember, they\'re just a line of text and if they are devoting their time to attacking you, they\'re quite the moron anyway.\r\n', 'Harassment On Twitter', '', 'publish', 'open', 'open', '', 'harassment-on-twitter', '', '', '2011-06-14 06:59:39', '2011-06-14 06:59:39', '', 0, 'http://infomagz.com/twitter/?p=19', 0, 'post', '', 0),
(21, 1, '2009-11-03 22:16:15', '2009-11-03 22:16:15', 'Follow enough people on Twitter for long enough, and you will become aware of the use of the hashtag. Another of those words that has become common parlance in the last year or so due to the reach of Twitter, the hashtag is a simple enough concept, perhaps best explained by an example: \r\n\r\nSay you have been taking an interest in a news story. For example, the biggest story of 2009 has probably been the death of Michael Jackson. At the time, people who had just heard the news would often finish their tweet with the tag #ripmj or #ripmichaeljackson. By doing this, it flags up the fact that your tweet was about that particular issue. \r\n\r\nYour Twitter homepage will have a list on the right hand side titled \"Trending Topics\". This is a list of the ten most frequently used phrases or words currently appearing in people\'s tweets. By clicking on the topic you can see what people are saying about the story. If you have not directly used the words, adding a hashtag at the end means that your tweet will show up in any search using that hashtag. \r\n\r\nThe use of hashtags should be approached carefully, however, as many people see it as attention seeking. By using the hashtag, people feel that you are simply trying to get your tweet seen by as many people as possible. Add to this the fact that, if an issue is \"trending\", then it will be getting tweeted about possibly hundreds of times in a minute - and the chances are no-one but your followers will see it anyway, so think before you use them.', 'The Rise Of The Hashtag', '', 'publish', 'open', 'open', '', 'the-rise-of-the-hashtag', '', '', '2011-06-14 06:59:26', '2011-06-14 06:59:26', '', 0, 'http://infomagz.com/twitter/?p=21', 0, 'post', '', 0),
(23, 1, '2009-11-03 22:16:28', '2009-11-03 22:16:28', 'The \"trending topic\" as used on Twitter has been responsible for generating quite a bit of news over the last year, as Twitter has become a mainstream site like never before. As news media becomes ever more obsessed with \"user-generated content\", the major news agencies are using Twitter to see what people are talking about. Where people used to talk about the news, now what people talk about becomes news. \r\n\r\nThis has become all the more noticeable in the last year. On one notable occasion a minor British politician appeared as a guest on a Fox News show talking about the differences between the American healthcare system being targeted for reform by Barack Obama and the UK\'s National Health Service (NHS) - describing the British system in quite damning terms. The response from British Twitter users was driven in large part by the Irish comedy writer Graham Linehan who ended a tweet denouncing the politician with the hashtag #welovethenhs - and before too long, there were thousands upon thousands of tweets supporting Linehan. \r\n\r\nAs the hashtag became a trending topic, the support for the British system became a news story not only in Britain but further afield. Arguments from opponents of healthcare reform that under the NHS, a figure like Professor Stephen Hawking would never have lived to the age he has, were picked up on Twitter and denounced by people pointing out that Professor Hawking was born and had lived most of his life in Britain, and would have died without the NHS. The \"trending topic\" became the news, and there are other examples of this, too.\r\n\r\n ', 'Trending Topics And Their Part In News Gathering', '', 'publish', 'open', 'open', '', 'trending-topics-and-their-part-in-news-gathering', '', '', '2011-06-14 06:59:18', '2011-06-14 06:59:18', '', 0, 'http://infomagz.com/twitter/?p=23', 0, 'post', '', 0),
(24, 1, '2009-11-03 22:16:41', '2009-11-03 22:16:41', 'One of the things that makes Twitter so vibrant is that it is a very quick and very sure way of spreading information, and if you find a link on the Internet that you want to bring to people\'s attention, it is necessary only to tweet that link and sit back as people open and read it, and forward it to others who would be interested. The history of the viral link, although chronologically short, has already got a lot of stories to it, and many of these have been provided by Twitter.  \r\n\r\nOne of the most frequent uses for linking on Twitter is when someone says or does something so incredibly idiotic that it sends the average reader into either a furious rage or gales of laughter. By the medium of Twitter it is possible to pass on a link to this story and share in the derision. It is also possible to bring serious lapses of political, journalistic or moral standards to wider attention.  \r\n\r\nOne of the results of this practice is that the targets of such treatment often respond to the large-scale anger directed at them by insisting that they are the victims of an \"orchestrated internet hate campaign\". This misses the point, and is untrue. People pass on the story because they find it distasteful or ridiculous, and it is this that drives the story on, rather than a specific hatred for the person in question. In this cynical world it is not that easy to fabricate outrage, but genuine outrage has a momentum all of its own.', 'Posting Links On Twitter', '', 'publish', 'open', 'open', '', 'posting-links-on-twitter', '', '', '2011-06-14 06:59:13', '2011-06-14 06:59:13', '', 0, 'http://infomagz.com/twitter/?p=24', 0, 'post', '', 0),
(26, 1, '2009-11-03 22:16:55', '2009-11-03 22:16:55', 'The Internet may seem to be a behemoth of unconnected sites united simply by the fact that they are all online and accessible by anyone with the correct equipment. But if you look closer it is easy to see that there is a lot of connectivity between certain sites, not least in the use of hyperlinks which allow you to navigate between sites which have a common interest. But where this becomes fascinating is with the rise of the super website, the one which is by far and away the leader in its field. Prime examples of this in recent times are not hard to identify. \r\n\r\nWe have Wikipedia, the online encyclopaedia which is seen as an immediate resource for collated information. Then there is YouTube, a video hosting site which allows one to view footage collected from numerous different places. How hard it would be to find the sites you need if it were not for the ultimate search engine, Google. And recently, Twitter has become a site which everyone knows about, even if they only know that everyone else is talking about it. \r\n\r\nOne of the things that makes Twitter so popular is that it is an excellent way to spread links. This allows it an instant affinity with other sites. If you find a video on YouTube which you believe that everyone should see, you post a link to it on your Twitter account, and people can view it and then pass on the link. This connectivity is also very useful for bloggers who can install a \"widget\" on their blog which automatically posts a link on their Twitter feed whenever they put up a new blog post.', 'Where Does Twitter Fit In?', '', 'publish', 'open', 'open', '', 'where-does-twitter-fit-in', '', '', '2011-06-14 06:59:05', '2011-06-14 06:59:05', '', 0, 'http://infomagz.com/twitter/?p=26', 0, 'post', '', 0),
(28, 1, '2009-11-03 22:17:13', '2009-11-03 22:17:13', 'One thing that has emerged over the course of the last decade is a common aversion towards text speak, or a phenomenon to which people have begun to refer as \"txt spk\". This is particularly prevalent among people who feel that language should be respected by those who use it and that if you are going to use a word, you should use the full word. While character limits (first identified as a barrier to clear communication with the advent of text messaging) do confer a certain urgency upon not wasting a word or a letter, it is possible to tweet or to text with clarity. \r\n\r\nWhile text messaging may be driven towards \"txt spk\" by the fact that you pay by the message and you don\'t want to waste money, you pay nothing for a tweet and you can easily continue your message in a second post. Although many people are conscious that multiple tweets in a short space of time can look like spamming, when faced with a choice between this and being viewed as a dimwit they tend to accept the spamming charge. It is not exactly a fair charge anyway, when it is simply a run-on tweet. \r\n\r\nOne outcome of the Twitter character limit has been the increase in sites providing shorter link URLs. If you have tweeted about a news story or with a link to a site, a long URL can take you over the character limit. Step forward sites such as tinyurl.com, snipurl.com and icanhaz.com, which offer an easy way around this.', 'Is 140 Characters Ever Enough?', '', 'publish', 'open', 'open', '', 'is-140-characters-ever-enough', '', '', '2011-06-14 06:58:52', '2011-06-14 06:58:52', '', 0, 'http://infomagz.com/twitter/?p=28', 0, 'post', '', 0),
(30, 1, '2009-11-03 22:17:28', '2009-11-03 22:17:28', 'As Twitter gains popularity, it has also driven the popularity of another recent internet phenomenon, that of the desktop \"client\". Not a website, but still connected to the web, a client is a program that draws information from and distributes it to a website without the user needing to visit that site themselves. While this is not always a necessity, it does increase the convenience of the service. One particular reason for using a client is that you may be surfing another site and want to keep as few tabs open as possible - so instead of going back and forth between Twitter and another site, you can use your client to tweet and to read tweets. \r\n\r\nAdditionally, and this may not be utterly advisable if you are determined to keep your job, a client can be a way of bypassing site-blocking software which prevents you visiting Twitter in the workplace. It also allows you to use Twitter in a much smaller area of the screen, so if you don\'t want people to know you are using the web or the site, you can still use Twitter by means of a client. \r\n\r\nAnother advantage of using a client is that, as the software gets better, they make the use of Twitter\'s other features simpler than using the site itself. Buttons exist to re-tweet something without needing to type out the RT prefix and the user\'s name, and also to shorten a URL without needing to visit a specific site. For all the features it is still useful to go to the Twitter site, but having a client downloaded does make things easier.', 'Twitter Clients - No, Not That Kind Of Client...', '', 'publish', 'open', 'open', '', 'twitter-clients-%e2%80%93-no-not-that-kind-of-client%e2%80%a6', '', '', '2011-06-14 06:58:46', '2011-06-14 06:58:46', '', 0, 'http://infomagz.com/twitter/?p=30', 0, 'post', '', 0),
(32, 1, '2009-11-03 22:17:53', '2009-11-03 22:17:53', 'The marketing industry is one which depends so greatly on having its finger on the pulse, it came as no surprise when people recognised the benefit of using Twitter as a marketing tool. If you think about it for a moment, the presence on the Internet of a site that allows you to speak to a wide range of people for free and place a link in the text has obvious and extensive marketing benefits. Not least of these is the fact that it cuts your marketing spend right back if used properly. \r\n\r\nWhen it comes to marketing effectively, one of the phrases used most frequently is \"we need to speak to the customer\". Although this is in many ways just a metaphor - you really need to catch the customers\' attention as broadly as possible - Twitter does allow you to speak directly to each customer if you have the time to do so. By means of @replies, you can answer a customer\'s question. By using the search facility it is possible to see who is talking about the niche in which you are marketing - and whether they might be a qualified lead you can sell to. \r\n\r\nOf course, Twitter is not a foolproof marketing tool. This is the Web 2.0 generation, and if you thought Generation X was cynical then you\'re in for a surprise. People who feel they are being sold to are likely to react with resistance. Talking like a faceless marketing robot will have disastrous results, and cost you more sales than it will provide. This is why you need to be \"web-savvy\".', 'Twitter As A Marketing Tool', '', 'publish', 'open', 'open', '', 'twitter-as-a-marketing-tool', '', '', '2011-06-14 06:58:40', '2011-06-14 06:58:40', '', 0, 'http://infomagz.com/twitter/?p=32', 0, 'post', '', 0),
(34, 1, '2009-11-03 22:18:06', '2009-11-03 22:18:06', 'The continuing etymology of the word \"spam\" is of interest to people with an interest in how words can develop, change meanings and take on additional, new ones. Originally used as a brand name for a tinned, processed meat, it was picked up and used in a Monty Python sketch and from there was adopted to refer to e-mail which was unsolicited, unwelcome and used to aggressively drive a message (usually commercial) regardless of audience. As time has passed, it has come to be used in terms of any unwelcome proliferation of information or advice. \r\n\r\nSpamming on Twitter does not only refer to commercial promotion, but still includes it. More than that, though, it has come to refer to anyone posting persistently with information that is either incorrect, irrelevant or just plain annoying. If you are accused - justifiably or otherwise - of spamming will inevitably result in you losing followers. For such reasons it is essential that you consider seriously what you are going to post before you post it. If you strongly feel that it is relevant to your followers, then tweet it. If you are not concerned by the prospect of losing followers, then posting things that may be considered irrelevant should not concern you. \r\n\r\nBear in mind too that when it comes to relevance, telling people what they already know constitutes irrelevance. If you constantly posted that grass tends to be green, you would be spamming, and if you post well-worn political arguments in a feed mostly read by political experts, they may well accuse you of doing the same.', 'Spamming - Don\'t Do It', '', 'publish', 'open', 'open', '', 'spamming-%e2%80%93-don%e2%80%99t-do-it', '', '', '2011-06-14 06:58:33', '2011-06-14 06:58:33', '', 0, 'http://infomagz.com/twitter/?p=34', 0, 'post', '', 0),
(41, 1, '2009-11-07 23:06:43', '2009-11-07 23:06:43', '<iframe width=\"550\" height=\"480\" src=\"https://www.youtube.com/embed/s52virn-07E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\r\n\r\n\r\n<iframe width=\"550\" height=\"480\" src=\"https://www.youtube.com/embed/E2_em-1gCp4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'Twitter Videos', '', 'publish', 'open', 'closed', '', 'videos', '', '', '2022-05-03 08:35:58', '2022-05-03 08:35:58', '', 0, 'http://infomagz.com/twitter/?page_id=41', 0, 'page', '', 0),
(43, 1, '2009-11-07 23:07:26', '2009-11-07 23:07:26', '<!-- privacy-policy -->', 'Privacy', '', 'publish', 'open', 'closed', '', 'privacy-policy', '', '', '2011-10-21 15:20:50', '2011-10-21 15:20:50', '', 0, 'http://infomagz.com/twitter/?page_id=43', 0, 'page', '', 0),
(45, 1, '2009-11-07 23:07:43', '2009-11-07 23:07:43', '[contact-form-7 id=\"141\" title=\"Contact form 1\"]', 'Contact', '', 'publish', 'open', 'closed', '', 'contact', '', '', '2012-08-10 08:26:51', '2012-08-10 08:26:51', '', 0, 'http://infomagz.com/twitter/?page_id=45', 0, 'page', '', 0),
(71, 1, '2011-06-22 12:23:42', '2011-06-22 12:23:42', '', 'eStore', '', 'publish', 'open', 'closed', '', 'store', '', '', '2012-01-02 13:14:32', '2012-01-02 13:14:32', '', 0, 'http://infomagz.com/twitter/?page_id=71', 0, 'page', '', 0),
(137, 1, '2012-01-02 13:16:08', '0000-00-00 00:00:00', '', 'Tos', '', 'draft', 'open', 'open', '', '', '', '', '2012-01-02 13:16:08', '2012-01-02 13:16:08', '', 0, 'http://infomagz.com/twitter/?page_id=137', 0, 'page', '', 0),
(77, 1, '2011-10-04 22:24:33', '2011-10-04 22:24:33', '<p>Tweeters from all over the world want to learn how to become a better tweeter in Twitter. How will you do this? </p>\r\n<p>Firstly, you need to learn how to &lsquo;re-tweet&rsquo;. You can definitely improve your standing in Twitter if you re-tweet. When one of your followers posts an appealing article, you can re-tweet it. If you do this, most of your followers will also do the same. Just imagine all your followers re-tweeting. When they add your username to their updates, you will be exposed to many users. Be careful in re-tweeting because you might not be posting interesting or helpful topics. Make sure that you re-tweet only the good ones. How can you re-tweet? You need to copy the original tweet and write the prefix RT together with the name of the originator. </p>\r\n<p>Many users use Twitter to post tweets that no one is interested about. Who cares about what you ate for dinner or what you did last night. Perhaps your closest friends will appreciate that but what about the rest of the social community? It would be better if you send out informative tweets, no nonsense. By doing so, people will think of you differently. They will know and feel that you care one way or another. If you&rsquo;re addressing your tweets to one person, try to indicate it so that others will know who you are referring to. </p>\r\n<p>Send replies often. Talking all day long is possible through Twitter. If you want to talk, you&rsquo;d better sign up to this social site. Followers like a person who knows how to listen. You will probably find yourself laughing at dumb tweets but you must restrain yourself. Twitter is an application that allows people to communicate; so matter how funny some tweets sound, try to appreciate them and reply courteously. Most of Twitter users want to be heard on the web and if they find individuals who know how to listen, they are more interested in making friends. </p>\r\n<p>In order to tweet better, you must be proactive. Find some neat articles and helpful info online; when you find one, post it. Some might re-tweet it or you can find other users that are interested in meeting you. </p>\r\n<p>You don&rsquo;t need to say something all the time. Try to be careful in using your automatic messages and updates because you might be pestering others with uninteresting info. You can also try using hashtags. The keywords are preceded by # and in the past months, hashtags are really hot. </p>\r\n<p>Use the tool Twitpic to upload pictures to your profile page. Try to upload as many pictures as you can but choose your pics well. Your pictures can tell a lot about you and other users will appreciate. Through the pics, your followers can get to know you better. According to expert tweeters, pictures can tell a lot about you as compared to the posts to send. </p>\r\n<p>Follow these tips and be a better tweeter. Why not? You have nothing to lose. If you&rsquo;re in new in Twitter, these tips can be very helpful. Don&rsquo;t waste time anymore. Share neat stuff to your followers and your friends. Find interesting information or perhaps post promotional materials.</p>\r\n<p>It&rsquo;s up to you to use Twitter to the fullest. The site offers endless possibilities. Take advantage of them and have a great <a href=\"http://victoriastone-twitter.newrethinkcompliance.com/\" target=\"_blank\">Twitter</a> experience. </p>', 'A Better Tweeter in Twitter', '', 'publish', 'open', 'open', '', 'a-better-tweeter-in-twitter', '', '', '2011-11-02 17:01:14', '2011-11-02 17:01:14', '', 0, 'http://infomagz.com/twitter/?p=77', 0, 'post', '', 0),
(78, 1, '2011-10-05 01:15:11', '2011-10-05 01:15:11', '<p>Online communications has changed ever since the social network websites emerged on the net. Perhaps you&rsquo;re already familiar with MySpace and Facebook. These are examples of social networking websites and next to them is Twitter. Twitter is not just about social networking; it is also about blogging. </p>\r\n<p>Users of Twitter tend to think of the site as a big cocktail party that is open to public for 24 hours. You can talk about many things like your business, personal life, or even find potential employers and customers. Twitter is also about micro networking 24/7.</p>\r\n<p>Even if you meet a lot of people through Twitter, they will remain strangers except when you exchange tweets often. It is not possible to exchange business details or cards online. If you want to get more information on someone, you need to be friends and he/she should respond to the tweets you&rsquo;re sending. Tweets are short messages you can send via Twitter which are only 140 characters. On your profile page, you can put information about yourself but it is limited and you can also put some links. It will depend on the people that visit your profile page whether they will be interested or not. </p>\r\n<p>Visit the site SpartX.com so you can create your own virtual card and exchange them on Twitter. The business cards are dynamic. The site will allow you to do a lot of things like leave the virtual card to an email together with a short message or leave the card on a chosen website. You don&rsquo;t need to talk to people on Twitter anymore; just leave your card and they will know who you are and what you do. If they are interested, they can easily contact you. </p>\r\n<p>The tweets can contain messages, greetings, or networking information. Virtual business cards are a way to go especially if you&rsquo;re into some kind of business. You can put your business details on the card and your contact info. Before you start to leave off your virtual card to Twitter subscribers, make sure that you identify your target market first. That way, you will not be wasting your time with people who will not appreciate your business. Determine the target market first and study their needs. If you think your business can meet up with their expectations and needs, then promote your business and leave your card. </p>\r\n<p>As mentioned earlier, you can also put links on your profile page. The links should lead to helpful resources or to your business site. That way, you can also generate traffic to your site. By providing helpful links, you&rsquo;re showing others that you care about their needs. By doing so, you can also develop good relationships. A relationship based on trust and confidence lasts; if you can win your prospects, your business will succeed through <a href=\"http://victoriastone-twitter.newrethinkcompliance.com/\" target=\"_blank\">Twitter</a>. </p>\r\n<p>Visit the website and create your own business cards. Virtual cards can help you stay connected at all times. It will take only a few minutes to create the virtual card. You can do this by filling out the resume or upload a document that will come together with your business card. You will receive a tangible card and a virtual card.</p>\r\n<p>By driving contacts to SpartX, you can easily send your card to their email. If you want to be identified by yoru prospects, send business cards now.</p>', 'Business Cards and Twitter', '', 'publish', 'open', 'open', '', 'business-cards-and-twitter', '', '', '2011-11-02 17:01:06', '2011-11-02 17:01:06', '', 0, 'http://infomagz.com/twitter/?p=78', 0, 'post', '', 0),
(79, 1, '2011-10-06 21:09:40', '2011-10-06 21:09:40', '<p>Many business owners are now capitalizing on Twitter&rsquo;s popularity to market their business. Twittering is very addictive and it&rsquo;s no wonder why millions of people send out tweets all day long. The tweets are merely 140 characters and it is also called micro-blogging. With only a few characters, you will need to answer the Twitter question just like other users of the social site. Just keep in mind that if you set your perspectives straight and use the site properly, you can financially and personally gain something from these fanatics.</p>\r\n<p>To implement Twitter as a marketing tool, here are ways to accomplish them:</p>\r\n<p>Twitter Search is a very effective tool that allows you to check on your business. You will be surprised to find out how much chattering takes place in Twitter. Find out what others are saying about your business and learn from them. If you find out any criticisms, think about them carefully. You can also make some adjustments to your business if there is a need to so that you ensure profitability. </p>\r\n<p>Keep your followers informed. Once you sign up for your Twitter account, you should be active in sending out tweets to all your followers. Choose the people you follow on Twitter. If this is your first time to use Twitter as a marketing tool, you should follow the right people. Choose the ones who are also utilizing Twitter for online marketing because you can learn a lot from them.</p>\r\n<p>You should also check if the people you&rsquo;re following are also following back. Once you have many followers, you can now send marketing messages but try to do this minimally; instead, send out more helpful community and social messages. Remember, Twitter is a social network and not a promotional machine. </p>\r\n<p>You can also let your followers know about your promotions through the tweets. Again, don&rsquo;t overdo it. There is always a proper way to do things. Now that you have lots of followers, you should not alienate them. With just one bad tweet, you can lose many of your followers. </p>\r\n<p>Gathering as many followers as you can is vital to ensure your success in online marketing; have you heard of the Twitter slap? Check your numbers regularly. When you&rsquo;ve followed 2,000 people and you have less than 1,800 followers, you can no longer follow more people. By checking your numbers, you can avoid technical problems like this one.</p>\r\n<p>When someone follows you, take care of that person by sending him/her personal tweets. By befriending your followers, you can build stronger relationships. A relationship built on trust is very important for your marketing campaigns. Keep in mind that you can&rsquo;t market your products or services to people you don&rsquo;t know on Twitter.</p>\r\n<p>For instance, you post a tweet saying &lsquo;hey guys, check out my business &lsquo;. If you post impersonal tweets, you can&rsquo;t gain loyal followers. Try to build good relationships first before you send out promotional tweets. </p>\r\n<p>Capitalizing on Twitter&rsquo;s popularity can be rewarding but only if you know what you&rsquo;re doing. Learn everything you can about the social network. Follow gurus and learn from their experience. If you keep yourself well-informed, you can succeed in online marketing through Twitter.</p>\r\n<p>Many businesspersons are now utilizing social networks because they think that it is an effective platform for promotions. If you <a href=\"http://marketing.zmagz.com/\">plan to use Twitter</a>, you need to have the right knowledge.</p>', 'Capitalizing on Twitter\'s Popularity', '', 'publish', 'open', 'open', '', 'capitalizing-on-twitters-popularity', '', '', '2011-11-02 17:00:55', '2011-11-02 17:00:55', '', 0, 'http://infomagz.com/twitter/?p=79', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(80, 1, '2011-10-07 09:36:59', '2011-10-07 09:36:59', '<p>Twitter is an exciting, cool, and extremely profitable social network site. Millions of people are now using the site to talk about various subjects. Indeed, it is a micro-blogging site for those who can&rsquo;t stop talking. There are also common mistakes that most new users commit on Twitter. Before you start sending tweets, you must be aware of these common mistakes. </p>\r\n<p>Mistake number 1 &ndash; the picture on your avatar is not yours. Most new users don&rsquo;t post their real picture. They often use cartoon pictures, company logos, or their pet&rsquo;s pictures. Although the pictures are quite cute, most Twitter users will appreciate a real picture of you. When you post your true picture on Avatar, others will think that you&rsquo;re real and that you&rsquo;re confident enough to let others see you. If you&rsquo;re going to upload a photo, choose the ones where you give a beautiful smile. A smile can easily brighten the day of others. </p>\r\n<p>Sending direct messages automatically through the AutoDM; direct messages are often impersonal and pushy. If you send this type of messages, you can lose your followers. TweetLater is another tool that sends automatic messages. When you use these tools, messages are automatically sent to those who follow you. A message saying &lsquo;thanks for following me&rsquo; is fine but sending automated messages promoting your business or product is not a good idea and most people will just frown at them. </p>\r\n<p>Do you have any followers? If you want to have followers, you need to follow people or you can at least create an interesting profile page. You can get followers by regularly posting updates. If you keep on following people and yet you don&rsquo;t make updates on your page, you can&rsquo;t get enough followers. </p>\r\n<p>The 140-character tweets should be used to answer the Twitter question. Answering that question once a day may be enough to let others know that you&rsquo;re interested in the community. You can post what you&rsquo;re doing for the day or where you plan to go for the night. Tweets are great for starting conversations. You can also re-tweet other users or send them comments.</p>\r\n<p>Check your numbers regularly. It&rsquo;s not good to follow many people when you have very few individuals following you. Try to achieve balance. Make sure that the one you follow will also follow you back and you should also appreciate the ones who follow you. This is the easiest way to make friends on Twitter. </p>\r\n<p>Use tools like Tweetdeck so that you don&rsquo;t need to stay online all the time. Through this application, you can divide your followers into groups. Now, you can easily track them especially when they send direct messages and replies. </p>\r\n<p>If you keep on promoting your business all the time, everyone will &lsquo;unfollow&rsquo; you. No one likes a person who talks about his <a href=\"http://www.bizphere.com/\" target=\"_blank\">make money online business </a>or product most of the time. You must learn to respect others. As you may have forgotten, Twitter is a social network.</p>\r\n<p>You must learn how to communicate and build good relationships before you start bombarding them with promotions. Even if you already have a god list of leads, it is still not a good idea to barrage them with promotions. <strong>Promotional tweets</strong> should be sent in limited numbers only. </p>\r\n<p>These are the common mistakes committed by new and old tweeters. Take note of them and don&rsquo;t commit the same mistakes. </p>', 'Common Mistakes on Twitter', '', 'publish', 'open', 'open', '', 'common-mistakes-on-twitter', '', '', '2011-11-02 17:00:43', '2011-11-02 17:00:43', '', 0, 'http://infomagz.com/twitter/?p=80', 0, 'post', '', 0),
(81, 1, '2011-10-08 19:18:19', '2011-10-08 19:18:19', 'Different kinds of people are now on Twitter. Even technical writers are now using the social network to promote their documentation services. If you have your own Twitter account, you should design an appropriate background. \r\n\r\nWhen you create your profile page on Twitter, a default background is often given to you. If you want to create substantial impact, you should use custom-designed backgrounds. It is an effective way of generate more traffic. \r\n\r\nHow can you design your Twitter background?\r\n\r\nWhat kind of information do you want to convey to Twitter users? You need to choose the right information, palette, and color for the sidebar. You can see the background next to the message column. The image does not contain image maps and so you can\'t insert HTML links. Once you switch the image, the default background is changed. \r\n\r\nFor a more professional and cleaner look (for those who want to use Twitter as a marketing tool), don\'t include any tile on the image. \r\n\r\nThere are image editing programs that you can use like Photoshop that allows you to save in GIF or JPG format. You need to create a large image that can occupy the computer screen but without tiling. A rectangle of 780 pixels x 1200 pixels is just right. If this size is not enough to cover the whole screen, you can increase the size by making it longer or wider. \r\n\r\nFor your information bar, you can line up your images or photos, business info, and website; this bar can be found on the upper left of the background image. It can also include your name, job title, blog URL, specialty, social network URL, and other important information. \r\n\r\nTry to save everything as image. You can also create much smaller files by saving it \'for web\' (if you\'re using Photoshop). After that, click on the settings and then \'Design\'. Click on the link \'change background image\'. By clicking on \'browse\', you can now find the image that you\'ve previously created. Leave the tile check-box unchecked. Finally, click on \'save changes\'. After several seconds, you will have a custom Twitter background image. \r\n\r\nYour background on Twitter tells a lot about your personality. If you plan to use Twitter for online marketing, make the background more professional. However, if you\'re planning to use Twitter exclusively for making friends and staying connected, make your background more friendly and inviting. Make sure that it suits your image and personality. Cool backgrounds are great for youngsters. There are many editing programs that you can use aside from Photoshop\' it\'s up to you to choose the best one that can provide the best background ever. \r\n\r\nFor technical writers and other serious professions, stick to simple and basic background designs. Having a formal look can also attract formal followers who are serious in their business. Hurry and change your background now. If you have a hard time in following the instructions mentioned earlier, ask someone who has been using Twitter for some time; perhaps some of your friends or relatives know how to edit the background. \r\n\r\n<a href=\"http://victoriastone-twitter.newrethinkcompliance.com/\" target=\"_blank\">Twitter backgrounds</a> can be custom made. If you don\'t want to use the default background, change the image now. Find an editing program and start making the changes. Choose the information well especially those contained on the information bar.\r\n\r\nBe creative and simple to develop a sensible background.', 'Designing a Twitter Background', '', 'publish', 'open', 'open', '', 'designing-a-twitter-background', '', '', '2011-11-02 17:00:33', '2011-11-02 17:00:33', '', 0, 'http://infomagz.com/twitter/?p=81', 0, 'post', '', 0),
(82, 1, '2011-10-09 03:26:15', '2011-10-09 03:26:15', '<p>Twitter was launched in the market last 2006 and in the past few years, it showed extreme growth. In fact, last February 2009, the site ranked third next to MySpace and Facebook. Many business owners are now utilizing the site to promote their business. However, a lot of them don&rsquo;t know how to maximize the site to their advantage. </p>\r\n<p>For the new users of Twitter who owns any kind of business, here are great tips for you:</p>\r\n<p>You can use the site for your market research. Every business has its target market. Through Twitter, you can easily access your target market and get useful feedbacks from them. Many of today&rsquo;s business owners fail because they don&rsquo;t know the true needs of their market. With the help of the social network site, you can easily listen to the needs of your prospects, the issues they are currently facing and the kind of help they want.</p>\r\n<p>These pieces of information are vital to your business. You can create blog posts or write articles about the needs of the market. You can also create a new service to meet such needs or perhaps you can conduct a tele-seminar on a topic that might interest the target market. </p>\r\n<p>Build a list. Once you have your list, you can share your information like newsletter and free gifts. You don&rsquo;t need to promote your business every time you communicate with your target market but you can also mention it every now and then. </p>\r\n<p>Whenever you meet someone on the site, try to establish a good relationship. You are a customer too. You buy from people who you trust and like. Your target market also behaves the same way. You must get to know your clients better and win their trust and confidence. Ninety percent of your updates or tweets should contain helpful contents and try to limit your promotion. By doing so, you can attract more prospects and later on, subscribers.</p>\r\n<p>Learn how to create blogs. In order to show your expertise in the business, you need to post good blogs. Twitter provides tools that can automatically check the blogs you&rsquo;ve posted and share them to your target market.</p>\r\n<p>Offer tele-seminars and events. In order to increase the number of prospects on your list, you should send out invitations for tele-seminars and events. The more people you invite, the more you can promote your business. </p>\r\n<p>You must create your own twitter account first before you can use the site for <a href=\"http://www.bizphere.com/\" target=\"_blank\">make money online business</a> purposes. Creating a profile page for your business is the first task that you should accomplish. Once you have your own account, you can let other users of Twitter know about your business. The twitter question that you need to answer is &ndash; what are you doing? You must answer this question so that you can let the world know about your business. After that, you can now follow the helpful tips mentioned earlier. </p>\r\n<p>Studying the target market is very important for your business success. Identify their needs and wants so that you can give the right answer. Remember, you must try to build trust and confidence. Twitter has millions of users from all over the world. Just imagine how many of them you can get to patronize your business. Gathering clients through Twitter is not as difficult as you think.</p>', 'Gathering Clients through Twitter', '', 'publish', 'open', 'open', '', 'gathering-clients-through-twitter', '', '', '2011-11-02 17:00:02', '2011-11-02 17:00:02', '', 0, 'http://infomagz.com/twitter/?p=82', 0, 'post', '', 0),
(83, 1, '2011-10-10 06:39:51', '2011-10-10 06:39:51', '<p>Many individuals are easily convinced to sign up with Twitter because it is a great place to meet different kinds of people. You can also interact with them twenty fours hours everyday. Twitter is similar to Facebook and MySpace; it already has millions of users worldwide. </p>\r\n<p>When someone follows you in Twitter, you&rsquo;re also expected to follow them back; but that remains a personal choice. If you know proper etiquette, you will learn to appreciate them as you use Twitter day by day. The site also provides a tool which allows you to thank all those who followed you so that you will not do it one by one. It is your choice to follow people that catch your interest but you don&rsquo;t need to expect something in return. Others will simply ignore you because they are not obliged to follow you and you can also do the same. </p>\r\n<p>If you&rsquo;re an avid Twitter user, you will know what the numbers on the right corner stands for. The three number sets represent the number of followers, the number of following, and the updates. You can post as many times as you like everyday and can follow as many people as you want. However, there is an exception. </p>\r\n<p>As a Twitter user, you should pay close attention to the numbers on the right corner. For instance, when you&rsquo;re following 2,000 people, a certain number of people should follow you back. Otherwise, you can&rsquo;t follow more Twitter users. </p>\r\n<p>When you&rsquo;ve followed 2,000 people, you can no longer follow more unless you&rsquo;ve met the appropriate number of followers. Even if you try over and over again, your request will not be activated. This is the so called Twitter Slap. It&rsquo;s similar to the Google Slap (if you don&rsquo;t adhere to the rules of Google, you will be punished with a slap) but this is not a serious problem. </p>\r\n<p>One way to resolve this problem is to find out why some individuals don&rsquo;t follow you back. You can use tools like friendorfollow.com and twitoria.com; the former can provide you with a complete list of those who did not follow you back and the latter will provide you with a list of those you followed but did not post for some time. </p>\r\n<p>Try the sites mentioned so you can easily decide who to &lsquo;un-follow&rsquo;. If you&rsquo;re using Twitter now, take note of the three number sets on your profile page. The numbers are important. If you&rsquo;ve followed many people already, perhaps it&rsquo;s time to use the tools mentioned so that you won&rsquo;t encounter the same problem. There may still be other Twitter slaps but this is the most common. </p>\r\n<p>When you send a request to follow someone and it is not activated, it only means one thing &ndash; you&rsquo;re Twitter slapped. Don&rsquo;t worry because you can easily address this problem. When you know the options available to you, you will not encounter any difficulty. </p>\r\n<p>It&rsquo;s really a good feeling to follow many people on Twitter but it feels better when they follow you back. Making more friends and staying connected 24 hours each day is possible through Twitter. Sign up now because it&rsquo;s free and enjoy the Twitter experience.</p>\r\n<p>If you want to promote your <a href=\"http://www.bizphere.com/\" target=\"_blank\">online money making business</a>, you can also use the site. Avoid Twitter slaps by following simple rules. </p>', 'Handling Twitter Slap', '', 'publish', 'open', 'open', '', 'handling-twitter-slap', '', '', '2011-11-02 16:59:50', '2011-11-02 16:59:50', '', 0, 'http://infomagz.com/twitter/?p=83', 0, 'post', '', 0),
(84, 1, '2011-10-11 11:27:37', '2011-10-11 11:27:37', '<p>If you&rsquo;re looking for a hot social network, why don&rsquo;t you start using Twitter? It&rsquo;s very easy to sign up and most of all, it&rsquo;s free. According to some experts, the success that Twitter is experiencing right now is short lived. If you&rsquo;re one of the million users of the site, perhaps you&rsquo;ve already experienced receiving lots of tweets everyday. There are those who receive hundreds of tweets and so who wouldn&rsquo;t get tired of receiving and answering them? But you see, Twitter was designed to keep you connected at all times so that your friends will know what you&rsquo;re doing. </p>\r\n<p>So far, the tweets are sent faster than email messages. The user can choose to receive the tweets on a mobile device and they can also reply using such device without logging to the Twitter site. </p>\r\n<p>Many businesspersons today are using Twitter to access a specific target market. Through the social site, one can follow people and get as many followers online. It seems to be the fad right now and many businesspersons immediately sign up even though they hardly know anything about the site. </p>\r\n<p>Before you use Twitter, you must ensure that your business is built to withstand extreme market competition. More and more entrepreneurs are investing in various kinds of businesses today and so you should expect more competition. Even if you use Twitter to access the global market, it is not enough assurance that your business will prosper. Does your product or service meet certain needs of consumers? If you have a competitive and good business, perhaps Twitter can help you in gaining more customers. Still, you should know how to use the site properly and to your advantage. </p>\r\n<p>When introducing your business online, you must have your own business website. Gathering traffic to the site is the primary objective so that it can be turned into sales. With more people visiting your business site, you will be more exposed. Exposure online is vital to your success. By creating your business profile on Twitter, you can generate more traffic by using the right strategies. Communication is one of the most important factors to business success.</p>\r\n<p>The best tool to use to communicate with your prospects is through the tweets you send on Twitter. Choose the people you follow on Twitter and make sure that they follow you back. Try to communicate with them often. A good conversation can lead to many things. You can establish trust through constant communication even if you don&rsquo;t see your prospects personally. After you&rsquo;ve gathered many followers who know and trust you, you can now introduce your business. </p>\r\n<p>You should already expect more tweets by this time. Many Twitter users will now ask about your business. No matter how many tweets you receive everyday you must spend enough time in answering them one by one; if you don&rsquo;t answer all of them, you will start having Twitter trouble. </p>\r\n<p>If you decide to use Twitter to market your <a href=\"http://www.bizphere.com/\" target=\"_blank\">online business</a>, you should never grow tired of answering the tweets you receive. It&rsquo;s a good sign to receive lots of tweets because that means that your presence is felt on Twitter. Many people want to know you better as well as your business. Just try to ensure that you&rsquo;re using the site appropriately to avoid troubles. </p>', 'Having Twitter Trouble?', '', 'publish', 'open', 'open', '', 'having-twitter-trouble', '', '', '2011-11-02 17:00:12', '2011-11-02 17:00:12', '', 0, 'http://infomagz.com/twitter/?p=84', 0, 'post', '', 0),
(85, 1, '2011-10-12 01:54:00', '2011-10-12 01:54:00', '<p>Twitter is everywhere. You can hear about it on NPR and CNN. Comedy sitcoms are also talking about it. So what&rsquo;s great about Twitter and why do so many people talk about it? Who says that it&rsquo;s dying?</p>\r\n<p>Twitter is definitely on the peak of its popularity. For almost three years now, this site has accumulated millions of users worldwide. However, according to some individuals, the growth of Twitter users is not sustainable especially as a revenue model. Perhaps you&rsquo;ve heard a lot of people talking about how they used Twitter to generate income. Well, some individuals were quite successful but not everyone. Besides, following endless links all the time can be very boring. </p>\r\n<p>There are already claims about the death of this social network website. Some say that death is already looming. Twitter users can only wait for that day. You can never really tell. The developers of this site are still looking forward for more years of excellent service. By keeping things simple, more and more people are interested in Twitter. Users of this site vary. Some people simply want to share pictures of their favorite pets; there are those who want to promote their business online while others just want to share their ideas or interests through microblogging. </p>\r\n<p>You&rsquo;re also free to choose the people that you want to interact with and you&rsquo;re not obliged to respond to the tweets. The 140-character tweet is very communicative and easy to construct. If you want, you can post what you&rsquo;re doing right now like you&rsquo;re out shopping or you&rsquo;re watching a movie. Whenever you make new tweets, your friends will receive the updates. They can respond if they want to or they can ignore it. </p>\r\n<p>For almost three years now, Twitter has proven that it is stable enough to meet the demands of its users worldwide. The site has been encountering constant problems and their team of experts is trying to identify what should be done in order to ensure survival. Perfection may be the goal of most organizations and humans but failure is inevitable. Still many people patronize Twitter. If you spend a few minutes online, using Twitter, you will notice that many others want to interact and develop new relationships. </p>\r\n<p>Twitter is being used by companies, businesses, and individuals. They all have various needs. As long as these needs are addressed properly, Twitter can survive the coming years. Competition is natural especially in the online environment but the site has an edge over other social network websites. If more and more people will use the site, then death is still far from sight. Besides, those who are addicted to Twitter will not allow such a scenario to happen. </p>\r\n<p>There&rsquo;s also the issue of <a href=\"http://victoriastone-twitter.newrethinkcompliance.com/\">Twitter</a> going down and when it finally got back, some follower and following connections were lost. The site has back ups and once the problem is fixed, everything will be back to normal. No wonder many users are freaking out &ndash; because they lost some connections. This can be a nightmare if the error can&rsquo;t be fixed in time but the experts have already assured its users that the lost data will be fixed in time. For those who are using Twitter for business purposes, don&rsquo;t rely entirely on the site; try to have your own back up files. </p>\r\n<p>Errors and problems are natural but Twitter will see to it that everything is fixed.</p>', 'Is Twitter Dying?', '', 'publish', 'open', 'open', '', 'is-twitter-dying', '', '', '2011-11-02 16:59:40', '2011-11-02 16:59:40', '', 0, 'http://infomagz.com/twitter/?p=85', 0, 'post', '', 0),
(86, 1, '2011-10-13 21:11:11', '2011-10-13 21:11:11', '<p>Perhaps you&rsquo;ve spent a considerable amount of time in following many people on Twitter and also for getting more followers. But did you know that it&rsquo;s also possible to lose followers on this social network? If you&rsquo;re using the &lsquo;auto direct message&rsquo;, you need to have second thoughts now. </p>\r\n<p>The AutoDM is one of the most popular tools used by internet marketers on Twitter. If you&rsquo;re using it properly, then you won&rsquo;t have any problems. Abusing the tool can have serious consequences. </p>\r\n<p>Twitter allows individuals to send personal messages to their friends so that they are always connected. But some people think that social networks like Twitter are too impersonal. You must be aware of what Twitter is all about. Twitter is for socializing with other people not an advertising billboard. If you always advertise your business, many of your followers will &lsquo;unfollow&rsquo; you. </p>\r\n<p>Phrasing your tweets properly can ensure success in internet marketing. By posting appropriately phrased tweets, you can generate good communication. The links that you provide might have an increase in the click rates. With increased conversation, you can develop better relationships with your followers. </p>\r\n<p>How can you lose followers in Twitter? Here are samples of AutoDM&rsquo;s:</p>\r\n<ul>\r\n  <li>Hey, checkout my blogs</li>\r\n  <li>Why don&rsquo;t you buy my product? Here&rsquo;s my link</li>\r\n  <li>Get this product now</li>\r\n</ul>\r\n<p>If you send these tweets to followers who hardly know you, they will immediately unfollow you. Sending capitalized tweets is also not a good idea. It would be much better to send more personal messages. Your followers will appreciate if you give them more attention and compliments. </p>\r\n<p>Just try to put yourself in the shoes of your followers. How will you feel if someone sends you a tweet telling you to do something like for instance &ndash; &lsquo;check out my products&rsquo;. If you hardly know someone, you can&rsquo;t give your trust easily and so you will not check out the products. Check the settings of your AutoDM so that you won&rsquo;t be able to send impersonal messages to your followers. </p>\r\n<p>If you&rsquo;re running an online business, it&rsquo;s not good to lose followers. It can have a terrible effect on your business and of course, your sales. Start changing your impersonal messages and create more personal messages. After you&rsquo;ve made the changes, you can now use AutoDM. This tool is very helpful but only if you know how to use it properly. Too much of anything is not good and that also applies to the AutoDM. </p>\r\n<p>Twitter is for socialization. You need to learn how to communicate with others effectively. You should try to make friends and develop trust. </p>\r\n<p>If you want your followers to treat you well, you should also treat them accordingly. Being personal in all your dealings in Twitter can ensure success &ndash; whether you&rsquo;re into internet marketing or not. Even if your primary aim is to make friends, you should send personal messages and not impersonal ones. </p>\r\n<p>Losing Twitter followers is really easy but maintaining a huge list of followers is not an easy task. You must invest time and effort to gain more friends and prospects. Check out your AutoDM now and see what kind of messages you&rsquo;re sending out.</p>\r\n<p>If you need to make changes, do it now before it&rsquo;s too late. Good luck in using Twitter for making friends and for promoting your <a href=\"http://www.bizphere.com/\" target=\"_blank\">online business</a>. </p>', 'Losing Twitter Followers', '', 'publish', 'open', 'open', '', 'losing-twitter-followers', '', '', '2011-11-02 16:59:31', '2011-11-02 16:59:31', '', 0, 'http://infomagz.com/twitter/?p=86', 0, 'post', '', 0),
(87, 1, '2011-10-14 09:22:50', '2011-10-14 09:22:50', '<p><strong>Internet marketers</strong> these days want to dominate social networks. Well, as an internet marketer, it will be easier to access the global market through Twitter and other social sites. By simply making friends online, you can already build a list of valuable leads. If you want to maximize your Twitter traffic, you&rsquo;re on the right track. Keep on reading. </p>\r\n<p>For about three years, Twitter has gained extreme popularity worldwide. People talk about various subjects. Some talk about their personal interests and there are also those who market their business online. Ordinary individuals use Twitter to send tweets to one another. Many of today&rsquo;s online marketers are serious in using Twitter to drive traffic to their business sites. The social network is considered as one of the most effective and impressive ways to increase traffic.</p>\r\n<p>With increased traffic to your business site, you can ensure more sales. How can you maximize your Twitter traffic? Here are several ways to do it. </p>\r\n<p>Firstly, you need to spread the news that you&rsquo;re on Twitter. If you&rsquo;re into online marketing, you probably send lots of email messages or post blogs. Try to include your Twitter account on all your messages, blog posts, and even on your business site. That way, everyone will know that you&rsquo;re using Twitter. You should also be active in using Twitter and in sending tweets regularly. When your followers see that you&rsquo;re active, they will visit your website.</p>\r\n<p>Regularly updating your tweets can also drive more traffic to your site, like people on Twitter who post tweets regularly. You can gain active followers through your tweets. However, you must ensure that you post more personal tweets; sending out bad ones can cause you to lose your followers. There are tools that you can use to help you in posting your tweets automatically but you need to be extra careful in using such tools. </p>\r\n<p>By building good relationships with your followers, you will not have a hard time in selling your products or business. Don&rsquo;t barrage your followers with sales promotions or else you can lose them. Instead, try to post helpful information every now and then because the social community will appreciate it more. Establishing a good relationship with your followers is vital. By investing a little of your time and effort in posting informative tweets and in replying to the ones addressed to you, you can ensure the profitability of your business in the near future. </p>\r\n<p>Maximizing traffic in Twitter is very important. To sum it all up, make your presence known. Let everyone know that you&rsquo;re on Twitter. Send tweets regularly and give more attention to the kind of tweets you&rsquo;re sending. Make the tweets personal and most of all, build good relationships. So now, do you know how to increase traffic to your business site? Try these helpful steps and you can go a long way. </p>\r\n<p>Using Twitter is fun and easy. Many online marketers are now using Twitter to boost site traffic, so why don&rsquo;t you try it? It seems to be the fad these days. But to tell you frankly, not everyone who use Twitter as a marketing tool is able to succeed. You see, it takes time, effort, and patience to see effective results.</p>\r\n<p>Maximizing <a href=\"http://victoriastone-twitter.newrethinkcompliance.com/\" target=\"_blank\">Twitter traffic</a> for your business can be effectively done if you know how to tweet properly.</p>', 'Maximizing Twitter Traffic', '', 'publish', 'open', 'open', '', 'maximizing-twitter-traffic', '', '', '2011-11-02 16:59:08', '2011-11-02 16:59:08', '', 0, 'http://infomagz.com/twitter/?p=87', 0, 'post', '', 0),
(88, 1, '2011-10-15 03:29:38', '2011-10-15 03:29:38', '<p>Did you know that you can engage in simultaneous conversion through Twitter? This social network website has definitely hit the online community hard and fast ever since it was launched in 2006. It has millions of subscribers worldwide and if you can penetrate this community, you can use Twitter for network marketing. </p>\r\n<p>However, you must use the site properly to ensure success. You can place your links in your very own profile page on Twitter. The links can lead to general topics and breaking stories. It would be best to have a separate site for the products or services you&rsquo;re offering. With your account in Twitter, you will be able to increase the traffic on your business site and make more sales. </p>\r\n<p>Twitter offers special opportunities to its users especially those who want to expand and enhance their social media and marketing campaigns. How will you be able to do this? Here are ways to achieve your goals:</p>\r\n<ol>\r\n  <li>Building good relationships with business prospects</li>\r\n   <li>Provide commentary and insights on certain events</li>\r\n   <li>Promote events</li>\r\n   <li>Generate site traffic</li>\r\n   <li>Press release</li>\r\n</ol>\r\n<p>If you still haven&rsquo;t noticed, big companies are now using Twitter for network marketing. Why don&rsquo;t you do the same? A good thing about the site is that it&rsquo;s free. You will not spend anything when you sign up and it&rsquo;s one of the best ways to access your target market globally. </p>\r\n<p>Some business owners don&rsquo;t have enough money to conduct internet marketing. If you&rsquo;re one of them, you can use Twitter for free advertising. </p>\r\n<p>You must be aware that there are already lots of business owners promoting their products and services online. You may even encounter lots of them once you sign up. For first timers, it can be difficult to track your target market.</p>\r\n<p>Some customers don&rsquo;t like network marketing. Perhaps you&rsquo;ve already heard about pyramiding scams. Well, there are illegal companies out there and if you decide to be part of network marketing, you should choose a legal and reputable company. USANA, PrePaid Legal, Meleleuca, Excel, and Amway are reputable companies that offer network marketing opportunities. There are still other companies out there. When choosing a company, make sure that you&rsquo;re interested in the product or service they are offering; that way, you easily sell to customers because you enjoy what you&rsquo;re doing. </p>\r\n<p>If others can succeed in network marketing through Twitter, then so can you; if you&rsquo;re a new user, you need to know the various tools offered by the site. Maximize the tools and opportunities to your advantage. Since the tweets are only 140 characters, you should make it catchy and interesting. You should make updates every now and then since the updates are sent to all your friends on Twitter.</p>\r\n<p>That way, they will know what you&rsquo;re doing. Don&rsquo;t go down to business immediately. Study the online community and identify your prospects. Make friends and gain their trust. Once you develop trust and confidence, you can now proceed with <a href=\"http://victoriastone-twitter.newrethinkcompliance.com/\" target=\"_blank\">Twitter marketing</a>. You can even put links on the tweets that lead to your business site. </p>\r\n<p>You will need to update your business site and your Twitter account regularly. Check if the links are working properly. The links should be interesting as well so that other users can notice it. <strong>Network marketing success</strong> can be achieved through Twitter; so sign up now.<br />\r\n</p>', 'Network Marketing and Twitter', '', 'publish', 'open', 'open', '', 'network-marketing-and-twitter', '', '', '2011-11-02 16:58:53', '2011-11-02 16:58:53', '', 0, 'http://infomagz.com/twitter/?p=88', 0, 'post', '', 0),
(89, 1, '2011-10-16 15:52:28', '2011-10-16 15:52:28', '<p>Who haven&rsquo;t heard about Twitter? Well, perhaps if you&rsquo;re not using the internet, you&rsquo;re probably not aware that this social network existed or other related sites. Why don&rsquo;t you surf the web now and see what Twitter can offer you.</p>\r\n<p>You need to sign up first before you can use the site to meet different kinds of people. Most of the individuals you can find on Twitter want to meet other people. They want to stay connected 24/7 and they want to gain new friends. Is your reason the same? Of course, there are those who simply want to take their business to a different level. Twitter marketing is also possible these days but to ensure success, you must follow certain rules. </p>\r\n<p>Many businesses have experienced growth and expansion through various internet and social media resources. Consider the following rules to twitter success:</p>\r\n<p>1. <strong>Visibility</strong> &ndash; you must ensure your visibility on Twitter. Spend a few of hours everyday by posting tweets and responding to the tweets you receive. This is an excellent way of getting to know more people. Use the tool &ldquo;Twitter Blueprint&rdquo;. You must first determine your Twitter routine. Designate particular hours for tweeting everyday. You must also follow a certain number of people every week and check which ones follow you back. Try to make direct replies. A good thing about Twitter is that you can reply from your mobile device. If you&rsquo;re always seen and heard on Twitter, you can increase your visibility. </p>\r\n<p>2. <strong>Powerful Profile </strong>&ndash; when you join Twitter, you will first create your profile page. Make the page interesting and powerful. What does your profile say about you? Your personality? Your interests? Can your profile bring out the curiosity of others? A powerful profile makes other people think and smile. Once they see your profile, they are immediately moved and they want to get to know you better. A powerful profile can generate immediate reaction towards you.<br />\r\n    <br />\r\n3. <strong>Twittering</strong> &ndash; you should always make it a point to share what you&rsquo;re doing. You must tell everyone about your life and experiences. When there are messages for you, try to answer them accordingly. When someone tweets you, thank him or her. Try to look at Twitter as a billboard where you&rsquo;re free to post anything that you want others to know. By using it often and wisely, you can enhance your presence on Twitter. </p>\r\n<p>4. <strong>Twitter Networking</strong> &ndash; aside from making friends, you can also make business partners through Twitter. Millions of people use the site everyday. Connect with your target market and befriend them. You must strive to build good relationships. When you have lots of friends already, you can now introduce your business. It will be easier to talk them into patronizing your business because they trust you. </p>\r\n<p>5. <strong>Direct Messages </strong>&ndash; sending direct messages is already part of the system. There you will find the list of people who are always talking, connecting, and thinking about you. Read the messages and let the people know how much you appreciate them. You can even use the list as valuable leads. </p>\r\n<p>6. <strong>Videos and photos </strong>&ndash; it is very important to share videos and photos through Twitter. It establishes a more intimate relationship because others can get a glimpse of your life. It can also be used for exposure. </p>\r\n<p>These are the rules to <a href=\"http://victoriastone-twitter.newrethinkcompliance.com/\" target=\"_blank\">Twitter marketing</a> success.</p>', 'Rules to Twitter Success', '', 'publish', 'open', 'open', '', 'rules-to-twitter-success', '', '', '2011-11-02 16:58:43', '2011-11-02 16:58:43', '', 0, 'http://infomagz.com/twitter/?p=89', 0, 'post', '', 0),
(90, 1, '2011-10-17 22:13:09', '2011-10-17 22:13:09', 'The internet has changed the communication industry dramatically. Many people are now discovering ways to stay connected through many online services. Websites dedicated to social networking are also increasing. It\'s no longer a surprise to find lots of online communities today and it seems that these communities are becoming an essential part of many people\'s lives. Are you familiar with Twitter? \r\n\r\nSocial networking is an addicting activity. Many individuals want to share their lives online and Twitter is one of the sites that allow quick and easy communication with friends and love ones. \r\n\r\nBefore you can use Twitter, you must have your own profile page. Twitter is a micro-blogging and social networking website. If you want to publish updates or short messages, you can easily do it through Twitter. The updates are called \'tweets\'. The messages are text-based with a length of 140 characters. You can even use your mobile device to send the updates. Your updates are sent to your friends who also subscribe to Twitter and vice versa. \r\n\r\nDo you know the Twitter question? Well, the concept of this social network website revolves around that simple question. What are you doing? This is the question asked by Twitter to its millions of users all over the world. Last year (2008), Twitter ranked third among the most loved and most used social network website after MySpace and Facebook. According to compete.com, Twitter has already around 6 million users as of February 2009 and it is still increasing. Monthly visits to the site totaled to 55 million per month. \r\n\r\nThe simplicity of Twitter makes it extremely popular among individuals of different age ranges. Users are free to choose how they can receive the tweets  through RSS, SMS, mobile web, etc. The applications like Twitterific and Tweetie are also great. Through APIs, you can easily make updates to your profile page without visiting the actual website of Twitter. \r\n\r\nVarious individuals use Twitter  from professionals to celebrities, and even political figures. Did you know that President Obama used Twitter for his campaigns? Well, aside from the President, celebrities like Stephen Fry, Shaquille O\'Neal, and Britney Spears are also using the site. Large companies use the site to promote their product information and updates like IBM, Whole Foods Market, Sun Microsystems, and Cisco Systems. O2, a UK phone network, is currently using Twitter for answering queries and for customer service. \r\n\r\nIf you want to get substantial information, use Twitter now. Michael Arrington, a TechCrunch expert, suggested that the site can be developed to provide real-time data by turning it to a search engine. However, Twitter wants to remain simple because it is their philosophy. Their team of experts is studying the various requests from their users because there is still room for huge improvement. For now, the site is en effective social network tool that keeps people connected. \r\n\r\nAnswer the Twitter question now and set up your very own profile page. Once you have your page, you can now keep in touch with friends, classmates, and lost relatives. Wherever you are, you can receive the updates from your friends so you will know what they are doing; and your friends will also know what you\'re doing.\r\n\r\nIf you want to stay connected, use Twitter; visit their online site now and create your profile page. If you\'ve used MySpace and Facebook before, you will also love Twitter.', 'The Twitter Question', '', 'publish', 'open', 'open', '', 'the-twitter-question', '', '', '2011-11-02 16:58:33', '2011-11-02 16:58:33', '', 0, 'http://infomagz.com/twitter/?p=90', 0, 'post', '', 0),
(91, 1, '2011-10-18 00:37:19', '2011-10-18 00:37:19', '<p>Internet relationships are very different from actual personal relationships. It is based primarily on like, know, and trust. Many people are reaching out to others through social network websites and one of these sites is Twitter.</p>\r\n<p>If you don\'t like a person, then you can\'t trust him or her. If you become a subscriber of Twitter, you can meet millions of people and perhaps you can find some individuals that you might like.</p>\r\n<p>In this social network site, you can do microblogging; so why micro? Well, it\'s because you can only compose a message that is 140 characters in length. It\'s too short but it tells a lot of what you\'re doing. You see, if you\'re using Twitter, you will be asked to answer the question  \"what are you doing?\" and the answer should be written in 140 characters.</p>\r\n<p>Whenever you answer that question or when you make updates, the tweets are sent to all your friends to let them know what you\'re doing. The aim of the developer of Twitter is to know all the activities of his friends and it is exactly what you can get from the site.</p>\r\n<p>For instance, you\'re going out to get some groceries. You can update your tweets and tell your friends that you\'re out getting some groceries. Now, some of your friends may respond to your tweets but some will not. That\'s the good thing with Twitter. The receiver of the updates or tweets is not forced to respond immediately. In fact, they can ignore the update if they want to. It\'s up to you to adjust the settings on your profile page.</p>\r\n<p>You can choose only a few of your friends to receive the message or tweets. You can also choose when and where you will receive the tweets. For example, you can receive the tweets on your mobile phone so that wherever you are, you will know what your friends are doing; and you can even reply via your mobile phone if you like. </p>\r\n<p>Many new users of Twitter are often confused when they receive tweets. You see, some tweets are addressed to only one person and yet everyone on the \'friends list\' receives it. It\'s natural to get confused at first but as you use the site more often, you will appreciate it more. Did you know that Twitter is just as popular as MySpace and Facebook? It has about six million users from different countries. You can meet a lot of new friends there or you can also locate lost relatives and classmates. </p>\r\n<p>Why don\'t you sign up now and stay connected 24/7? You don\'t need to access your Twitter account every time you want to update the messages on your profile page. The site provides excellent tools that allow you to make changes to your profile even without actually accessing the website. Make use of such tools and have fun. </p>\r\n<p>If you\'re new to Twitter, try to learn everything you can about the social network website. Visit their official site and know how they started. Twitter has been in business for almost three years now and their subscribers are still increasing. Because of its simplicity, many people prefer Twitter as compared to other social sites.</p>\r\n<p>Experience Twitter now and see how many friends you can find. If you have a business, you can also promote it on the site.</p>\r\n', 'Twitter', '', 'publish', 'open', 'open', '', 'twitter', '', '', '2011-11-02 17:10:27', '2011-11-02 17:10:27', '', 0, 'http://infomagz.com/twitter/?p=91', 0, 'post', '', 0),
(92, 1, '2011-10-19 19:24:24', '2011-10-19 19:24:24', '<p>Twitter has hit the online social community by storm. It now ranks third among all the social network websites and yet it has only been about three years. Twitter was launched in August 2006 and currently it has over six million users worldwide. So, have you done some twittering?</p>\r\n<p>Twitter is a free micro-blogging website that allows people to stay connected all the time. You can sign up by visiting \'twitter.com\'; use your name when filling out the information boxes. It would be best to provide your real information so that you can also meet real people. Go to your setting and uncheck \'protect my updates\' if you want everyone to know your updates but if you want to limit your updates to your closest friends or followers, leave it checked. </p>\r\n<p>You can now send links of your Twitter account to all your friends so that they will know that you\'re on Twitter. </p>\r\n<p>Even if you\'re not online, you can still use Twitter. When you\'re a registered Twitter user, you can now access the site through your IM or mobile phone. Again, you need to check your \'settings\' and connect your phone and IM to Twitter. </p>\r\n<p>The tweets can be sent through registered devices. If you visit your web page, you can write the tweets on the entry window found at the top of your profile page. You can also send tweets from your mobile device. You can send the SMS to 40404. The caller ID of your phone is stored on your account so the tweets can be identified. If you\'re in AOL, you can send the IM to TwitterIM but if you\'re in Jabber or GTalk, you can send the IM to twitter.com; no matter where you\'re on, all your friends and followers will receive your tweets and perhaps, they can also receive your tweets on their mobile phone. </p>\r\n<p>How will you see your friends\' messages? You need to be logged to Twitter in order to add friends. In the \'Actions\' box, click on the link \'Add\'. The search box will also allow you to find the user page of your former classmates and lost relatives/friends. Once you add someone as your friend, you can now see the tweets but only if the profile is not private. Private profiles will need a confirmation before you can start viewing the tweets. </p>\r\n<p>Check the sidebar of the profile page and see who your friends are following. Perhaps you can find interesting individuals there. </p>\r\n<p>It is much easier to manage a list of your friends online rather than using your mobile phone. You cam limit phone usage to receiving tweets so that even if you\'re offline, you can get updates. </p>\r\n<p>There are also number sets on your profile page. The numbers are for your followers and your friends (the people you follow). The numbers can tell a lot. Celebrities and public figures often have lots of followers than friends. Individuals who prefer to watch have lots of friends than followers while those who want to communicate and establish good relationships have balanced numbers. </p>\r\n<p>Twittering is really a lot of fun. Sign up now and see what your friends are doing. Don\'t forget to post tweets as well so that you can stay connected. Make use of the various Twitter tools to have a more exciting twitter experience.</p>\r\n', 'Twitter-ing', '', 'publish', 'open', 'open', '', 'twitter-ing', '', '', '2011-11-02 17:09:24', '2011-11-02 17:09:24', '', 0, 'http://infomagz.com/twitter/?p=92', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(93, 1, '2011-10-20 18:18:22', '2011-10-20 18:18:22', 'Most Twitter users aim for popularity the moment they sign up. They try to get a great number of followers and at the same time, they also follow other members of the social community. So what are your Twitter accomplishments lately? \r\n\r\nTwitter is a micro-blogging tool and sometimes it is likened to instant messaging. Several hours of tweeting can build new relationships and new friends. When you sign up with Twitter, you must decide what type of people to follow. If your primary aim is to find friends, you should follow people whom you are interested to meet.\r\n\r\nIf you\'re using Twitter for marketing your business, you should follow businesspeople, insightful and intelligent individuals. When you follow them, you will find yourself being introduced to other people who have the same interests. It\'s easy to get lost in the conversations at first but you can definitely gain a lot of stories and perspectives. \r\n\r\nYou must always use Twitter appropriately. That will depend on your reason for signing up. If you want to attract more followers, you need to write engaging tweets about different topics. If you write interesting and fascinating tweets, many people will follow you and it can be very overwhelming. \r\n\r\nTwitter is addicting. If you try to sort out all the tweets sent by its millions of users, you can gather knowledge on various topics or interests. Precious information is sent all over the social community. You\'re free to tweet as many times as you like each day. What if the tweets are limited? What have you accomplished? By spending a couple of hours online, you can update your tweets regularly.\r\n\r\nIf most of your followers are listening, they will immediately respond to your tweets. Receiving tweets is heart warming and it only means that you\'re also being recognized. Developing new relationships is a good accomplishment if you\'re using Twitter properly. Some people find it hard to find new friends in their area but are quite successful in making friends in the online community. Why don\'t you try it too?\r\n\r\nTwitter is not just for finding new friends. In fact, many individuals today use the network for internet marketing. You can also accomplish a customer-seller relationship through Twitter. If you own a certain business, you can use the site to access the market. Follow the people whom you think will like what you\'re offering but you must not offer your business immediately. You mist first gain their confidence and trust. After that, you can now talk about your business every now and then. \r\n\r\nGetting feedbacks is also possible through Twitter. You can easily determine the needs of your market. If you\'ve already sold some your products/services, you can gather feedbacks from them. That way, you will know your business\'s strengths and weaknesses. If you know the needs of your customers, you can easily enhance your business to meet such needs. \r\n\r\nInformation overload is often a problem in Twitter but thanks to some tools and add-ons, you can segregate all the information you receive. Make use of these tools and add-ons so that you can have a fun Twitter experience. There are also bloggers and article writers that post tweets to help those who have a hard time using the site.\r\n\r\nSearch through the site and learn a lot of things. In no time at all, you can have your own accomplishments.', 'Twitter Accomplishments', '', 'publish', 'open', 'open', '', 'twitter-accomplishments', '', '', '2011-11-02 16:57:43', '2011-11-02 16:57:43', '', 0, 'http://infomagz.com/twitter/?p=93', 0, 'post', '', 0),
(94, 1, '2011-10-21 18:13:58', '2011-10-21 18:13:58', '<p>Millions of people are now using Twitter, a social network, and yet, there are still many others who are not familiar with this hot micro-blogging site. In case you don&rsquo;t know what Twitter is all about, just read on to find out more information about it. </p>\r\n<p>When Twitter was launched about three years ago, young individuals used the site to keep track of their friends&rsquo; activities. Personal messages were easily sent through tweets. The tweets were only limited to 140 characters and so it was also referred to as micro-blogging. You can write anything on the tweets &ndash; you can share your feelings, the things that you&rsquo;re currently doing or just about to do, or perhaps you can also post certain topics that might interest others. As the social site became more popular, businesspersons saw its potential as a marketing tool. Some of them were able to enhance their business although there are also those who failed. </p>\r\n<p>The basic idea when using Twitter is to follow interesting people. Once you follow a certain individual, you will receive their tweets. When someone follows you, you can check that person&rsquo;s profile and decide if you want to follow him/her back. You can use the tool &lsquo;TweetLater&rsquo; so that your account will automatically follow those who follow you.</p>\r\n<p>With the use of such tool, your personal thank you message is automatically sent as well. When sending messages or tweets, make sure that you generate prompt action. If your tweets are interesting, you can easily draw more followers. This is quite helpful when you&rsquo;re posting blogs or when you&rsquo;re into internet marketing.</p>\r\n<p>Did you know that you can have thousands of followers in Twitter? If you want to send tweets, you don&rsquo;t have to do it manually because certain tools can be used to automatically send your messages to all your followers, no matter how many they are. Most of the Twitter tools are free and so you can have fun for as long as you like. </p>\r\n<p>Online businesses are really popular these days and one way to get valuable leads is through Twitter. In order to build a valuable list of prospects, you should make friends first. Having lots of friends or followers can ensure your <a href=\"http://www.bizphere.com/\">online business success</a>. Once you have a lot of followers, you can now mention about your business and the programs that you&rsquo;re planning to launch. You can provide links to your business or your programs and if they trust you, they will not hesitate to check out the links. </p>\r\n<p>You can also use Twollo. This is another free Twitter tool that you can use to follow some targeted individuals. All you need to do is to provide the subject or topic that interests you and the tool will find people who are also talking about the said topic or subject. If those individuals are interested, they might follow you as well. </p>\r\n<p>When you follow someone, there is no guarantee that he/she will follow you back. Always check your stats. When you&rsquo;ve followed 2,000 people, your followers should at least be 1,800; if not, you will not be allowed to follow more individuals. When someone is not following you, &lsquo;unfollow&rsquo; that person; cleaning your account weekly is a great idea. You can use &lsquo;friendorfollow.com&rsquo; in order to complete such task. </p>\r\n<p>Have a fun Twitter experience by using some of their free tools.</p>', 'Twitter Experience', '', 'publish', 'open', 'open', '', 'twitter-experience', '', '', '2011-11-02 16:57:34', '2011-11-02 16:57:34', '', 0, 'http://infomagz.com/twitter/?p=94', 0, 'post', '', 0),
(95, 1, '2011-10-22 12:58:25', '2011-10-22 12:58:25', 'Twitter has offices in San Francisco California and it started way back in 2006. It was basically a side project of a private company but in such a short time, it has grown to be one of the most popular short messaging services all over US and other countries.\r\n\r\nMany people access important information through Twitter such as world news and friend updates. It all started when Jack Dorsey took an interest in finding out all the activities of his friends. He saw an opportunity in the simple concept he has visualized and so he consulted his colleagues. After that, a prototype was immediately built. \r\n\r\nA San Francisco-based creative environment, Obvious, funded the initial operation of Twitter. It took about two weeks to finish the prototype and it was finished by March 2006. However, it was launched for public use last August 2006. Later on, as the service became extremely popular, the people behind the service founded Twitter Incorporated. \r\n\r\nOther companies providing similar service are wondering why Twitter became a big hit. Well, the answer is quite simple. People want to stay connected at all times. Twitter accepts messages from the web, SMS, instant message, mobile web, and other API projects (third party); because of these good features, many people appreciated Twitter. \r\n\r\nOnline communication often poses the problem of information overload but through Twitter, this problem is solved. When someone sends a message via Twitter, an immediate response is not expected. Being ambient is one good quality of Twitter. Updates on your friends, relatives, and family are send to your web site, IM, or phone but it is up to you to deal with such information; you can either respond to the updates or just ignore them. \r\n\r\nBy receiving updates regularly, you can keep track of the activities of your friends and loved ones. There is no pressure on your part to respond to the updates. Users are also free to switch off the updates through the \'settings\' on their account. They can also schedule when to receive updates, whose updates to receive, and the device where they can receive the updates. So you see, the information you receive from Twitter will depend on the settings of your account. \r\n\r\n\'Ruby on Rails\' is the application framework being used by Twitter. This allows quick and easy work. Everyday, multiple changes and new features are deployed. The skeleton code framework of Rail allows add-ons to Twitter without any problem. Their engineering team use Macintosh computers except during testing. The user interface on their website was designed using Photoshop and Omnigraffle. \r\n\r\nTwitter\'s business model is still in its research phase. The users of Twitter will soon have a chance to generate revenue but they must wait until its implementation. Right now, Twitter is concentrating more in providing excellent service to their millions of users worldwide. \r\n\r\nTwitter pays close attention to the behavior of their users and the feature requests being sent to them. They now have a mobile site due to extreme demand from users. Still, Twitter Incorporated sticks to their philosophy  to keep everything intuitive and simple. The feature requests of various users are carefully being studied by the Twitter team.\r\n\r\nSoon, the company will be able to attract users from all over the world who possess the right attitude and class talent towards business.', 'Twitter Info', '', 'publish', 'open', 'open', '', 'twitter-info', '', '', '2011-11-02 16:57:25', '2011-11-02 16:57:25', '', 0, 'http://infomagz.com/twitter/?p=95', 0, 'post', '', 0),
(96, 1, '2011-10-23 09:50:05', '2011-10-23 09:50:05', '<p>Thanks to the internet, you can now access the world market to promote various products and services. Many individuals now maintain their own websites to market their business. There are also lots of online tools that you can use to increase traffic and one is through Twitter. </p>\r\n<p>If you don&rsquo;t have an account in Twitter, it&rsquo;s time to create now.</p>\r\n<p>Twitter marketing is now possible. The site has millions of subscribers worldwide and so you can easily find prospects there. By building relationships, you can increase your site traffic and at the same time, increase the sales. </p>\r\n<p>In marketing your products or services, you must be able to penetrate your target market. You can use Twitter to build relationships with your prospects. Making new friends is quite easy with the help of social networks. You must study the behavior of customers. You must ensure that your prospects know you. Introduce yourself to them and make friends. By building relationships, your prospects will eventually like you. Once you earn their trust, you can now offer your products/services. </p>\r\n<p>Upload pictures to your account so that everyone who follows you will know who you are. Talking to them can also lead to more intimate relationships that can go a long way. </p>\r\n<p>Interaction is also very important. If someone sends you a comment or a tweet, you must respond immediately. Building conversations is one way to make friends. If you have lots of followers, don&rsquo;t ignore them; try to send them comments as well. </p>\r\n<p>Twitter marketing should not be done all the time. Just limit your marketing campaigns and communicate more. You see, when you communicate often with your followers, you can make more friends. The more friends you have, the more you can market your business effectively. </p>\r\n<p>Since you&rsquo;re going to promote your business, your ID should be related to your business. That way, your followers can easily identify you. It is not a good idea to market your <a href=\"http://www.bizphere.com/\" target=\"_blank\">make money online business</a> during your initial conversations. Again, the importance of building relationships should not be overlooked. Twitter is a social network website so you need to socialize with others. You must make them feel important. Talk to them by responding to their tweets. Don&rsquo;t forget to post tweets regularly. Make your tweets interesting and helpful. You can also put links on your account that lead to your business site and to other helpful resources. </p>\r\n<p>If you have gained friends through Twitter, it will be easier to pool more prospects. Your business will become well known by word of mouth. If some of your friends in Twitter like your product or service, they will surely recommend you to their followers. So you see, even if you&rsquo;re not marketing your business all the time, prospects will come to you. </p>\r\n<p>You must take care of the relationships you&rsquo;ve built online. Taking care of your regular customers is vital and don&rsquo;t stop looking for new ones. </p>\r\n<p>Sign up with Twitter and use it as an effective online marketing tool. Choose your ID carefully and make it catchy. You must learn how to use Twitter properly to maximize results. Join groups that offer similar products or services and learn from the experts. Even if you&rsquo;re asking help from others, you should educate yourself further. By knowing the different Twitter tools, you effectively market your business.</p>', 'Twitter Marketing', '', 'publish', 'open', 'open', '', 'twitter-marketing', '', '', '2011-11-02 16:57:15', '2011-11-02 16:57:15', '', 0, 'http://infomagz.com/twitter/?p=96', 0, 'post', '', 0),
(97, 1, '2011-10-24 06:39:56', '2011-10-24 06:39:56', 'It seems that many people can\'t get enough of Twitter. They are always talking about it, online and offline. Through Twitter, you can build a large network of friends, clients, associates, and customers. This is a must read for those who are new in this social network website.\r\n\r\nWhen you use twitter, you can create your personal brand or dominate a certain niche. How can you achieve this?\r\n\r\nOnce you create your own profile page, the very first thing that you need to do is get \'followers\'. If you have friends or relatives who are already in Twitter, invite them. This may not be of great help to you especially if you\'re trying to promote your business but if you\'re simply making new friends and want to stay connected, this is a good start. For business persons, you need to follow \'gurus\' or the powerful users of Twitter. You must know what they\'re doing in order to ensure success in Twitter marketing. \r\n\r\nThe second thing that you need to do is to meet more people. \'ReTweets\' are great for making new friends. In this tool, the original message is repeated. Whenever you receive a message or tweet, reply as soon as you receive them. So even if you receive dozens of tweets from your followers, you need to reply to them patiently. You will never go tired of using Twitter and as what other users claim  Twitter is addicting.\r\n\r\nOnce you use the social site, you can\'t get enough of it. When you sit down to answer the tweets or messages, you will hardly notice how time pass by. Some individuals spend hours and hours online twittering. You can also do the same but you must have a fast internet connection. Look for helpful tools that you can use to create memorable Twitter experiences. \r\n\r\nThe profile page is very important to attract more followers. A dull profile will not be fruitful. You must make your profile as interesting as possible. It should also suit your purpose for using the site. If it\'s for business purposes, you must create a powerful and intriguing page. It must tell something about the product or service you\'re marketing. Even if you want to make friends, your page should still be interesting.\r\n\r\nUse the <a href=\"http://victoriastone-twitter.newrethinkcompliance.com/\" target=\"_blank\">Twitter tools</a> available so that you can have one of the most attractive pages; that way, when someone visits your profile page, they will want to be friends with you. When you get their attention, they will continue to follow you. Appreciate all your followers so that you can develop stronger relationships. Having friends from different parts of the world is truly exciting. \r\n\r\nIf you can\'t stay online often, you should set the settings properly so that you can receive the tweets on your mobile device. You can now reply to the tweets using your mobile device. So you see, twittering is possible anywhere at any time. You can enjoy twittering during your coffee or lunch breaks or when you\'re out shopping. You can tell others what you\'re doing and where you are if you want to. \r\n\r\nAlways stay connected and don\'t forget to post tweets regularly. If you want others to feel your presence, Twitter everyday; soon you will be one of the twitter addicts out there. Read this and you won\'t regret it.', 'Twitter - Must Read', '', 'publish', 'open', 'open', '', 'twitter-must-read', '', '', '2011-11-02 16:56:49', '2011-11-02 16:56:49', '', 0, 'http://infomagz.com/twitter/?p=97', 0, 'post', '', 0),
(98, 1, '2011-10-25 09:05:00', '2011-10-25 09:05:00', 'Most Twitter users still don\'t know the basics of the site. You don\'t need to choose between Twitter and blogging because the social network is considered a micro-blogging site as well. You can blog about anything as long as you consume the 140- characters. The short blogs are more personal and you can post anything. \r\n\r\nWhat can you do on Twitter? Once you\'ve created your own profile page, you can now post blogs. You can do it every minute, every hour, or a few times everyday. You can also follow bloggers and other users, create conversations by replying to the tweets sent to you. Through constant conversation, you can easily build good relationships. You don\'t need to log to the Twitter site all the time because you can also receive and reply tweets through your IM or mobile phone. \r\n\r\nHowever, there are also bad points in using Twitter. Your blogs will be limited to only 140 characters. For those who want to post longer blogs, Twitter is not for you. You must also use the code provided in giving replies.\r\n\r\nMany new users commit certain mistakes in using Twitter. Some of them don\'t use real pictures, they send too many impersonal tweets, they use AutoDM wrongly, they spam, etc; don\'t commit these mistakes so that you can have more fun in using the social network site. \r\n\r\nIf you don\'t want to get bored, you should find friends on Twitter and get as many followers as possible. If you can find friends, try to encourage your friends to join so that you can start using the site. It\'s very easy to join and it\'s free. Now, you can send tweets at any time of the day. \r\n\r\nFor a more memorable Twitter experience, you can add Twitter to your browser so that when you see it, you will use it most of the time. Try to post useful tips and interesting articles. Reply to the messages you receive. If you simply give some of your precious time in sending tweets and in communicating with your followers, you will have a great time using Twitter. You can also add Google Talk so that you can follow your friends and check on your followers even without opening your browser. You can also post replies and new tweets through the Google Talk. \r\n\r\nMicro-blogging is for people who want to write short blogs. Blogs are usually long and in Twitter, you will only write very short blogs. It is more personal and you can let everyone know what you\'re doing. If you want, you can also post beautiful and carefully-researched tweets. There are also those who join Twitter to conduct online marketing. Well, whatever your reasons are, you\'re free to use the site.\r\n\r\nAside from blogging, Twitter is also for social messaging. Its\' very easy to type status updates. You can follow as many individuals as you like and you can also maintain many followers. You can interact with them online or through your mobile device. There are also small groups on Twitter that helps you in coordinating activities or events especially if some of your friends or followers are from the same area. \r\n\r\nAll in all, <a href=\"http://victoriastone-twitter.newrethinkcompliance.com/\" target=\"_blank\">Twitter is a business instrument</a>, social messaging, micro-blogging, reporting service, and marketing utility. Twitter or blogging? Well, it doesn\'t really matter. Everything you want is in Twitter.', 'Twitter or Blogging', '', 'publish', 'open', 'open', '', 'twitter-or-blogging', '', '', '2011-11-02 16:56:28', '2011-11-02 16:56:28', '', 0, 'http://infomagz.com/twitter/?p=98', 0, 'post', '', 0),
(99, 1, '2011-10-26 18:41:51', '2011-10-26 18:41:51', '<p>Many new users of Twitter are constantly asking how they can use the site more effectively for social networking. Some individuals want to make new friends and relationships while the greater many wants to promote various kinds of products and services. If you&rsquo;re expecting to get many followers once you sign up, you&rsquo;re wrong because it still entails a lot of work before you can capture a target market. </p>\r\n<p>The social community in Twitter is quite large and they come from diverse backgrounds and interests. It is really challenging to promote your business with only 140-character tweets. </p>\r\n<p>Once you sign up and become a Twitter member, don&rsquo;t blurt out about your business at first. Just be observant and see what others are doing. If you can find businesspeople in Twitter, you can follow them and befriend them of you like. By doing so, you can get vital information on how to promote your business using Twitter. Through observation, you will know what you&rsquo;re capable of doing; you will know your weaknesses and strengths.</p>\r\n<p>Stay online for a couple of minutes or hours. Find a group that helps new users in starting out. There are various groups in Twitter that help others in promoting different kinds of business. Join the group. This is one way of increasing your friends in the site. You can engage in healthy conversations about each other&rsquo;s venture. By exchanging ideas, questions, and answers, you can establish good relationships. Who knows&hellip; perhaps you can also generate helpful information from them. </p>\r\n<p>Many groups succeed in Twitter because they joined efforts in promoting each other&rsquo;s products or services. If you think you can&rsquo;t make it on your own, join a group. This is the good thing about Twitter because many individuals can engage in communication simultaneously. It&rsquo;s an effective way of communicating with each other and sharing great ideas. </p>\r\n<p>The tweets should be updated regularly. Don&rsquo;t promote your <a href=\"http://www.bizphere.com/\" target=\"_blank\">money making business</a> all the time. Try to write something more interesting other than business. Building relationships is important. Listening to what others have to say is also essential; it&rsquo;s one way of making them feel that they are important. When you feel valued, you can easily give your trust and when someone trusts you, you can easily persuade them into going down to business. This ability to build good relationships should not be overlooked by new users if they want to succeed in any endeavor. </p>\r\n<p>Millions of people use Twitter everyday. If you can tap a certain percentage of these users, you can make a lot of friends and probably promote a business. Twitter success is ensured only if you know how to use the site properly. </p>\r\n<p>The reason why so many individuals fail in Twitter is because they tend to promote their business more rather than giving more attention to the needs of the market. Studying the market is imperative if you want any kind of business to succeed. Listen to the feedbacks of your friends and prospects.</p>\r\n<p>Determine their needs and wants. Once you get these pieces of information, you will know what to do. Twitter is also known as a form of microblogging. Create unique and interesting microblogs. When these tweets are send to your friends and prospects, they will know what you&rsquo;re up to and they can easily feel if you&rsquo;re sincere and true to your words.</p>', 'Twitter Success', '', 'publish', 'open', 'open', '', 'twitter-success', '', '', '2011-11-02 16:56:17', '2011-11-02 16:56:17', '', 0, 'http://infomagz.com/twitter/?p=99', 0, 'post', '', 0),
(100, 1, '2011-10-27 11:50:43', '2011-10-27 11:50:43', 'People have different reasons for joining Twitter. Whether you want to generate more traffic to your site or you want to increase your social relationships, Twitting is a fun and exciting activity that you can use to achieve your goals. \r\n\r\nIn this article, you can find helpful tools and tips that you can use when tweeting. You can use these things especially if you\'re a beginner or an experienced tweeter.\r\n\r\nWhen creating an account in Twitter, you should consider your reason for using the network. For example, if you want to increase the traffic to your site and at the same time make new friends, you need to create two accounts. You will be asked to create your own ID. When creating the ID, you should use the appropriate ID that is related to the tweets that you\'re going to send out. By doing so, other people can associate your ID with the tweets. \r\n\r\nTwitter keeps people connected at all times. Some individuals send tweets regularly each day. If you can\'t send the tweets on the exact time because you have other commitments, you can use the Tweet Later. It is a tool that advises other users that you can\'t post at the moment or you can use to automatically post your pre-scheduled tweets. You should also ensure that you don\'t auto spam others. \r\n\r\nSince the tweets are only 140 characters, you should be extra patient in answering the ones addressed to you. This is one way to develop good conversations. You may get confused at first but as you use the Twitter often, you can go with the flow. \r\n\r\nSharing pictures is also possible with Twitter. When you make new friends, share some of your interesting pictures so that others can get to know you better. You can use the tool Twitpic. You can upload your pictures once you\'ve created your account. The tool is also compatible with mobile devices which make it easier to share pictures from your mobile device. \r\n\r\nCreate blogs and share them with others. Choose informative topics and create awareness through microblogging. Besides, that\'s what Twitter is all about  microblogging. Use AddTweets and other widgets. \r\n\r\nDon\'t depend on Twitter to act as your personal vault. Sometimes, Twitter encounters certain technical problems which can lead to possible data loss. Like other social network websites, Twitter can\'t give 100% guarantee that all your pictures, business lists, and videos are safe. Make sure that you have your own storage backup. \r\n\r\nWhen having personal conversations, it would be best to do it someplace else. The tweets are sent to all your friends so if you\'re having personal conversation, others may choose not to follow you. When others \'un-follow\' you, it can diminish your presence in Twitter. \r\n\r\nUse Twittervision and see what the whole world is doing. This is an excellent tool to stay well-informed at all times. Twhirl is one of the desktop clients that you can use to efficiently use Twitter. It is suitable to Mac OSX and Windows (XP/ Vista). It is also available in different languages such as German, Italian, English, and Spanish. Whenever you receive new tweets, you will be notified immediately and offers timeline features. \r\n\r\nSo, have you tried using these tools and tips? Start using them now so that you can use Twitter with ease. Make new friends or promote your site through Twitter and have fun.', 'Twitter Tools and Tips', '', 'publish', 'open', 'open', '', 'twitter-tools-and-tips', '', '', '2011-11-02 16:56:04', '2011-11-02 16:56:04', '', 0, 'http://infomagz.com/twitter/?p=100', 0, 'post', '', 0),
(101, 1, '2011-10-28 07:46:34', '2011-10-28 07:46:34', 'In today\'s modern times, things are becoming more and more interactive especially with the introduction of the internet. There are many online applications that make things much easier for most individuals. Twitter is really becoming extremely popular among young and old people. Millions of people are now addicted to Twitter and they spend a lot of time in twittering. Newbies may not know how to use Twitter effectively but in no time at all, you will learn about tweeting. \r\n\r\nTwittering is a mixture of blogging and texting. The tweets are only made up of 140 characters which is too short but it can tell a lot of things. Twitter is a widely known web application which is partly a micro-blogging and social networking service. Twitter users can send and at the same time read updates of other members. The updates can be received through twitter, RSS, SMS, Tweetie, Twitter Mobile, Twitterrific, Twinkle, Facebook, Feedalizr, and Twidget. This year, there are already about six million users of Twitter all over the world. \r\n\r\nYou can receive the tweets in many ways and not just when you\'re online. You must be aware that there are some users who spam; it\'s not a good idea so if you\'re new in Twitter, don\'t spam because you will surely be hated by others. It\'s not a good idea to give insults through the tweets and it is unethical. Try to limit your updates to three tweets per hour. \r\n\r\nTweeting is fun and it\'s no wonder that millions of people are now using the social site. Did you know that you can also use Twitter through your mobile phone and email? Aside from that, you can do a lot of things with Twitter. You can sell your business online; you can communicate with your friends; court a beautiful girl, networking, and many other things. \r\n\r\nUsing Twitter is not difficult. New users can easily learn the basics of micro blogging. You\'re free to choose a topic for your tweets. You can talk about anything. If you try to search through Twitter, you will notice that many users are talking about various subject matters. If you try to stay online for a couple of hours, you can learn a lot of things by having conversations with other members. \r\n\r\nYou can say everything you want to say with only 140 characters. Well, that\'s the beauty of Twitter. You just can\'t say enough and so you keep on twittering. You can also maintain a close group so that you can easily communicate with each other. A good thing about Twitter is that you can choose the ones who will receive your tweets. You can also keep some of your items on Twitter private while some other items can be made public which means that other people who know your ID can view them. \r\n\r\nWhen signing up, it would be best to use your real name. Depending on your settings, you can protect all your updates from unauthorized people. Although there are users who don\'t protect their updates; still, it is up to you to adjust the settings. \r\n\r\nYou can also stop Twitter for some time especially if you\'re receiving lots of tweets. After some time, you can turn it on again. Go to your settings page and set a time for receiving tweets on your IM or mobile device. Happy tweeting to all.', 'Using Twitter Things', '', 'publish', 'open', 'open', '', 'using-twitter-things', '', '', '2011-11-02 16:55:31', '2011-11-02 16:55:31', '', 0, 'http://infomagz.com/twitter/?p=101', 0, 'post', '', 0),
(139, 1, '2012-01-16 08:25:34', '2012-01-16 08:25:34', '', 'socialmedia', '', 'inherit', 'open', 'open', '', 'socialmedia', '', '', '2012-01-16 08:25:34', '2012-01-16 08:25:34', '', 0, 'http://infomagz.com/twitter/wp-content/uploads/2012/01/socialmedia.png', 0, 'attachment', 'image/png', 0),
(140, 1, '2012-01-16 08:26:19', '2012-01-16 08:26:19', '', 'superaffiliate', '', 'inherit', 'open', 'open', '', 'superaffiliate', '', '', '2012-01-16 08:26:19', '2012-01-16 08:26:19', '', 0, 'http://infomagz.com/twitter/wp-content/uploads/2012/01/superaffiliate.png', 0, 'attachment', 'image/png', 0),
(141, 1, '2012-08-10 08:07:36', '2012-08-10 08:07:36', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on Twitter Info Blog http://victoriastone-twitter.newrethinkcompliance.com\ndclodan@yahoo.com\n\n\n0\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\n[your-message]\n\n--\nThis mail is sent via contact form on Twitter Info Blog http://victoriastone-twitter.newrethinkcompliance.com\n[your-email]\n\n\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.', 'Contact form 1', '', 'publish', 'open', 'open', '', 'contact-form-1', '', '', '2012-08-10 08:07:36', '2012-08-10 08:07:36', '', 0, 'http://infomagz.com/twitter/?post_type=wpcf7_contact_form&p=141', 0, 'wpcf7_contact_form', '', 0),
(142, 1, '2012-08-10 08:14:49', '2012-08-10 08:14:49', '', 'Home', '', 'publish', 'open', 'open', '', 'home', '', '', '2012-08-10 08:14:49', '2012-08-10 08:14:49', '', 0, 'http://infomagz.com/twitter/?p=142', 1, 'nav_menu_item', '', 0),
(143, 1, '2012-08-10 08:14:49', '2012-08-10 08:14:49', ' ', '', '', 'publish', 'open', 'open', '', '143', '', '', '2012-08-10 08:14:49', '2012-08-10 08:14:49', '', 0, 'http://infomagz.com/twitter/?p=143', 2, 'nav_menu_item', '', 0),
(144, 1, '2012-08-10 08:14:49', '2012-08-10 08:14:49', ' ', '', '', 'publish', 'open', 'open', '', '144', '', '', '2012-08-10 08:14:49', '2012-08-10 08:14:49', '', 0, 'http://infomagz.com/twitter/?p=144', 3, 'nav_menu_item', '', 0),
(145, 1, '2012-08-10 08:14:49', '2012-08-10 08:14:49', ' ', '', '', 'publish', 'open', 'open', '', '145', '', '', '2012-08-10 08:14:49', '2012-08-10 08:14:49', '', 0, 'http://infomagz.com/twitter/?p=145', 5, 'nav_menu_item', '', 0),
(146, 1, '2012-08-10 08:14:49', '2012-08-10 08:14:49', ' ', '', '', 'publish', 'open', 'open', '', '146', '', '', '2012-08-10 08:14:49', '2012-08-10 08:14:49', '', 0, 'http://infomagz.com/twitter/?p=146', 4, 'nav_menu_item', '', 0),
(147, 1, '2012-08-10 08:15:12', '2012-08-10 08:15:12', ' ', '', '', 'publish', 'open', 'open', '', '147', '', '', '2012-08-10 08:15:12', '2012-08-10 08:15:12', '', 0, 'http://infomagz.com/twitter/?p=147', 1, 'nav_menu_item', '', 0),
(148, 1, '2012-08-10 08:15:12', '2012-08-10 08:15:12', ' ', '', '', 'publish', 'open', 'open', '', '148', '', '', '2012-08-10 08:15:12', '2012-08-10 08:15:12', '', 0, 'http://infomagz.com/twitter/?p=148', 2, 'nav_menu_item', '', 0),
(149, 1, '2012-08-10 08:15:12', '2012-08-10 08:15:12', ' ', '', '', 'publish', 'open', 'open', '', '149', '', '', '2012-08-10 08:15:12', '2012-08-10 08:15:12', '', 0, 'http://infomagz.com/twitter/?p=149', 3, 'nav_menu_item', '', 0),
(150, 1, '2012-08-10 08:19:14', '2012-08-10 08:19:14', '', '1', '', 'inherit', 'open', 'open', '', '1', '', '', '2012-08-10 08:19:14', '2012-08-10 08:19:14', '', 100, 'http://infomagz.com/twitter/wp-content/uploads/2011/10/1.png', 0, 'attachment', 'image/png', 0),
(151, 1, '2012-08-10 08:19:30', '2012-08-10 08:19:30', 'Twitter is an exciting, cool, and extremely profitable social network site. Millions of people are now using the site to talk about various subjects. Indeed, it is a micro-blogging site for those who can’t stop talking. There are also common mistakes that most new users commit on Twitter. Before you start sending tweets, you must be aware of these common mistakes.\n\nMistake number 1 – the picture on your avatar is not yours. Most new users don’t post their real picture. They often use cartoon pictures, company logos, or their pet’s pictures. Although the pictures are quite cute, most Twitter users will appreciate a real picture of you. When you post your true picture on Avatar, others will think that you’re real and that you’re confident enough to let others see you. If you’re going to upload a photo, choose the ones where you give a beautiful smile. A smile can easily brighten the day of others.\n\nSending direct messages automatically through the AutoDM; direct messages are often impersonal and pushy. If you send this type of messages, you can lose your followers. TweetLater is another tool that sends automatic messages. When you use these tools, messages are automatically sent to those who follow you. A message saying ‘thanks for following me’ is fine but sending automated messages promoting your business or product is not a good idea and most people will just frown at them.\n\nDo you have any followers? If you want to have followers, you need to follow people or you can at least create an interesting profile page. You can get followers by regularly posting updates. If you keep on following people and yet you don’t make updates on your page, you can’t get enough followers.\n\nThe 140-character tweets should be used to answer the Twitter question. Answering that question once a day may be enough to let others know that you’re interested in the community. You can post what you’re doing for the day or where you plan to go for the night. Tweets are great for starting conversations. You can also re-tweet other users or send them comments.\n\nCheck your numbers regularly. It’s not good to follow many people when you have very few individuals following you. Try to achieve balance. Make sure that the one you follow will also follow you back and you should also appreciate the ones who follow you. This is the easiest way to make friends on Twitter.\n\nUse tools like Tweetdeck so that you don’t need to stay online all the time. Through this application, you can divide your followers into groups. Now, you can easily track them especially when they send direct messages and replies.\n\nIf you keep on promoting your business all the time, everyone will ‘unfollow’ you. No one likes a person who talks about his <a href=\"http://www.bizphere.com/\" target=\"_blank\">make money online business </a>or product most of the time. You must learn to respect others. As you may have forgotten, Twitter is a social network.\n\nYou must learn how to communicate and build good relationships before you start bombarding them with promotions. Even if you already have a god list of leads, it is still not a good idea to barrage them with promotions. <strong>Promotional tweets</strong> should be sent in limited numbers only.\n\nThese are the common mistakes committed by new and old tweeters. Take note of them and don’t commit the same mistakes.', 'Common Mistakes on Twitter', '', 'inherit', 'open', 'open', '', '80-autosave', '', '', '2012-08-10 08:19:30', '2012-08-10 08:19:30', '', 80, 'http://infomagz.com/twitter/80-autosave/', 0, 'revision', '', 0),
(152, 1, '2012-08-10 08:19:31', '2012-08-10 08:19:31', 'Many new users of Twitter are constantly asking how they can use the site more effectively for social networking. Some individuals want to make new friends and relationships while the greater many wants to promote various kinds of products and services. If you’re expecting to get many followers once you sign up, you’re wrong because it still entails a lot of work before you can capture a target market.\n\nThe social community in Twitter is quite large and they come from diverse backgrounds and interests. It is really challenging to promote your business with only 140-character tweets.\n\nOnce you sign up and become a Twitter member, don’t blurt out about your business at first. Just be observant and see what others are doing. If you can find businesspeople in Twitter, you can follow them and befriend them of you like. By doing so, you can get vital information on how to promote your business using Twitter. Through observation, you will know what you’re capable of doing; you will know your weaknesses and strengths.\n\nStay online for a couple of minutes or hours. Find a group that helps new users in starting out. There are various groups in Twitter that help others in promoting different kinds of business. Join the group. This is one way of increasing your friends in the site. You can engage in healthy conversations about each other’s venture. By exchanging ideas, questions, and answers, you can establish good relationships. Who knows… perhaps you can also generate helpful information from them.\n\nMany groups succeed in Twitter because they joined efforts in promoting each other’s products or services. If you think you can’t make it on your own, join a group. This is the good thing about Twitter because many individuals can engage in communication simultaneously. It’s an effective way of communicating with each other and sharing great ideas.\n\nThe tweets should be updated regularly. Don’t promote your <a href=\"http://www.bizphere.com/\" target=\"_blank\">money making business</a> all the time. Try to write something more interesting other than business. Building relationships is important. Listening to what others have to say is also essential; it’s one way of making them feel that they are important. When you feel valued, you can easily give your trust and when someone trusts you, you can easily persuade them into going down to business. This ability to build good relationships should not be overlooked by new users if they want to succeed in any endeavor.\n\nMillions of people use Twitter everyday. If you can tap a certain percentage of these users, you can make a lot of friends and probably promote a business. Twitter success is ensured only if you know how to use the site properly.\n\nThe reason why so many individuals fail in Twitter is because they tend to promote their business more rather than giving more attention to the needs of the market. Studying the market is imperative if you want any kind of business to succeed. Listen to the feedbacks of your friends and prospects.\n\nDetermine their needs and wants. Once you get these pieces of information, you will know what to do. Twitter is also known as a form of microblogging. Create unique and interesting microblogs. When these tweets are send to your friends and prospects, they will know what you’re up to and they can easily feel if you’re sincere and true to your words.', 'Twitter Success', '', 'inherit', 'open', 'open', '', '99-autosave', '', '', '2012-08-10 08:19:31', '2012-08-10 08:19:31', '', 99, 'http://infomagz.com/twitter/99-autosave/', 0, 'revision', '', 0),
(153, 1, '2012-08-10 08:19:31', '2012-08-10 08:19:31', 'Thanks to the internet, you can now access the world market to promote various products and services. Many individuals now maintain their own websites to market their business. There are also lots of online tools that you can use to increase traffic and one is through Twitter.\n\nIf you don’t have an account in Twitter, it’s time to create now.\n\nTwitter marketing is now possible. The site has millions of subscribers worldwide and so you can easily find prospects there. By building relationships, you can increase your site traffic and at the same time, increase the sales.\n\nIn marketing your products or services, you must be able to penetrate your target market. You can use Twitter to build relationships with your prospects. Making new friends is quite easy with the help of social networks. You must study the behavior of customers. You must ensure that your prospects know you. Introduce yourself to them and make friends. By building relationships, your prospects will eventually like you. Once you earn their trust, you can now offer your products/services.\n\nUpload pictures to your account so that everyone who follows you will know who you are. Talking to them can also lead to more intimate relationships that can go a long way.\n\nInteraction is also very important. If someone sends you a comment or a tweet, you must respond immediately. Building conversations is one way to make friends. If you have lots of followers, don’t ignore them; try to send them comments as well.\n\nTwitter marketing should not be done all the time. Just limit your marketing campaigns and communicate more. You see, when you communicate often with your followers, you can make more friends. The more friends you have, the more you can market your business effectively.\n\nSince you’re going to promote your business, your ID should be related to your business. That way, your followers can easily identify you. It is not a good idea to market your <a href=\"http://www.bizphere.com/\" target=\"_blank\">make money online business</a> during your initial conversations. Again, the importance of building relationships should not be overlooked. Twitter is a social network website so you need to socialize with others. You must make them feel important. Talk to them by responding to their tweets. Don’t forget to post tweets regularly. Make your tweets interesting and helpful. You can also put links on your account that lead to your business site and to other helpful resources.\n\nIf you have gained friends through Twitter, it will be easier to pool more prospects. Your business will become well known by word of mouth. If some of your friends in Twitter like your product or service, they will surely recommend you to their followers. So you see, even if you’re not marketing your business all the time, prospects will come to you.\n\nYou must take care of the relationships you’ve built online. Taking care of your regular customers is vital and don’t stop looking for new ones.\n\nSign up with Twitter and use it as an effective online marketing tool. Choose your ID carefully and make it catchy. You must learn how to use Twitter properly to maximize results. Join groups that offer similar products or services and learn from the experts. Even if you’re asking help from others, you should educate yourself further. By knowing the different Twitter tools, you effectively market your business.', 'Twitter Marketing', '', 'inherit', 'open', 'open', '', '96-autosave', '', '', '2012-08-10 08:19:31', '2012-08-10 08:19:31', '', 96, 'http://infomagz.com/twitter/96-autosave/', 0, 'revision', '', 0),
(154, 1, '2012-08-10 08:19:32', '2012-08-10 08:19:32', '', '6', '', 'inherit', 'open', 'open', '', '6', '', '', '2012-08-10 08:19:32', '2012-08-10 08:19:32', '', 87, 'http://infomagz.com/twitter/wp-content/uploads/2011/10/6.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(155, 1, '2012-08-10 08:19:35', '2012-08-10 08:19:35', 'In today\'s modern times, things are becoming more and more interactive especially with the introduction of the internet. There are many online applications that make things much easier for most individuals. Twitter is really becoming extremely popular among young and old people. Millions of people are now addicted to Twitter and they spend a lot of time in twittering. Newbies may not know how to use Twitter effectively but in no time at all, you will learn about tweeting.\n\nTwittering is a mixture of blogging and texting. The tweets are only made up of 140 characters which is too short but it can tell a lot of things. Twitter is a widely known web application which is partly a micro-blogging and social networking service. Twitter users can send and at the same time read updates of other members. The updates can be received through twitter, RSS, SMS, Tweetie, Twitter Mobile, Twitterrific, Twinkle, Facebook, Feedalizr, and Twidget. This year, there are already about six million users of Twitter all over the world.\n\nYou can receive the tweets in many ways and not just when you\'re online. You must be aware that there are some users who spam; it\'s not a good idea so if you\'re new in Twitter, don\'t spam because you will surely be hated by others. It\'s not a good idea to give insults through the tweets and it is unethical. Try to limit your updates to three tweets per hour.\n\nTweeting is fun and it\'s no wonder that millions of people are now using the social site. Did you know that you can also use Twitter through your mobile phone and email? Aside from that, you can do a lot of things with Twitter. You can sell your business online; you can communicate with your friends; court a beautiful girl, networking, and many other things.\n\nUsing Twitter is not difficult. New users can easily learn the basics of micro blogging. You\'re free to choose a topic for your tweets. You can talk about anything. If you try to search through Twitter, you will notice that many users are talking about various subject matters. If you try to stay online for a couple of hours, you can learn a lot of things by having conversations with other members.\n\nYou can say everything you want to say with only 140 characters. Well, that\'s the beauty of Twitter. You just can\'t say enough and so you keep on twittering. You can also maintain a close group so that you can easily communicate with each other. A good thing about Twitter is that you can choose the ones who will receive your tweets. You can also keep some of your items on Twitter private while some other items can be made public which means that other people who know your ID can view them.\n\nWhen signing up, it would be best to use your real name. Depending on your settings, you can protect all your updates from unauthorized people. Although there are users who don\'t protect their updates; still, it is up to you to adjust the settings.\n\nYou can also stop Twitter for some time especially if you\'re receiving lots of tweets. After some time, you can turn it on again. Go to your settings page and set a time for receiving tweets on your IM or mobile device. Happy tweeting to all.', 'Using Twitter Things', '', 'inherit', 'open', 'open', '', '101-autosave', '', '', '2012-08-10 08:19:35', '2012-08-10 08:19:35', '', 101, 'http://infomagz.com/twitter/101-autosave/', 0, 'revision', '', 0),
(156, 1, '2012-08-10 08:19:36', '2012-08-10 08:19:36', 'It seems that many people can\'t get enough of Twitter. They are always talking about it, online and offline. Through Twitter, you can build a large network of friends, clients, associates, and customers. This is a must read for those who are new in this social network website.\n\nWhen you use twitter, you can create your personal brand or dominate a certain niche. How can you achieve this?\n\nOnce you create your own profile page, the very first thing that you need to do is get \'followers\'. If you have friends or relatives who are already in Twitter, invite them. This may not be of great help to you especially if you\'re trying to promote your business but if you\'re simply making new friends and want to stay connected, this is a good start. For business persons, you need to follow \'gurus\' or the powerful users of Twitter. You must know what they\'re doing in order to ensure success in Twitter marketing.\n\nThe second thing that you need to do is to meet more people. \'ReTweets\' are great for making new friends. In this tool, the original message is repeated. Whenever you receive a message or tweet, reply as soon as you receive them. So even if you receive dozens of tweets from your followers, you need to reply to them patiently. You will never go tired of using Twitter and as what other users claim  Twitter is addicting.\n\nOnce you use the social site, you can\'t get enough of it. When you sit down to answer the tweets or messages, you will hardly notice how time pass by. Some individuals spend hours and hours online twittering. You can also do the same but you must have a fast internet connection. Look for helpful tools that you can use to create memorable Twitter experiences.\n\nThe profile page is very important to attract more followers. A dull profile will not be fruitful. You must make your profile as interesting as possible. It should also suit your purpose for using the site. If it\'s for business purposes, you must create a powerful and intriguing page. It must tell something about the product or service you\'re marketing. Even if you want to make friends, your page should still be interesting.\n\nUse the <a href=\"http://victoriastone-twitter.newrethinkcompliance.com/\" target=\"_blank\">Twitter tools</a> available so that you can have one of the most attractive pages; that way, when someone visits your profile page, they will want to be friends with you. When you get their attention, they will continue to follow you. Appreciate all your followers so that you can develop stronger relationships. Having friends from different parts of the world is truly exciting.\n\nIf you can\'t stay online often, you should set the settings properly so that you can receive the tweets on your mobile device. You can now reply to the tweets using your mobile device. So you see, twittering is possible anywhere at any time. You can enjoy twittering during your coffee or lunch breaks or when you\'re out shopping. You can tell others what you\'re doing and where you are if you want to.\n\nAlways stay connected and don\'t forget to post tweets regularly. If you want others to feel your presence, Twitter everyday; soon you will be one of the twitter addicts out there. Read this and you won\'t regret it.', 'Twitter - Must Read', '', 'inherit', 'open', 'open', '', '97-autosave', '', '', '2012-08-10 08:19:36', '2012-08-10 08:19:36', '', 97, 'http://infomagz.com/twitter/97-autosave/', 0, 'revision', '', 0),
(157, 1, '2012-08-10 08:19:36', '2012-08-10 08:19:36', 'Most Twitter users still don\'t know the basics of the site. You don\'t need to choose between Twitter and blogging because the social network is considered a micro-blogging site as well. You can blog about anything as long as you consume the 140- characters. The short blogs are more personal and you can post anything.\n\nWhat can you do on Twitter? Once you\'ve created your own profile page, you can now post blogs. You can do it every minute, every hour, or a few times everyday. You can also follow bloggers and other users, create conversations by replying to the tweets sent to you. Through constant conversation, you can easily build good relationships. You don\'t need to log to the Twitter site all the time because you can also receive and reply tweets through your IM or mobile phone.\n\nHowever, there are also bad points in using Twitter. Your blogs will be limited to only 140 characters. For those who want to post longer blogs, Twitter is not for you. You must also use the code provided in giving replies.\n\nMany new users commit certain mistakes in using Twitter. Some of them don\'t use real pictures, they send too many impersonal tweets, they use AutoDM wrongly, they spam, etc; don\'t commit these mistakes so that you can have more fun in using the social network site.\n\nIf you don\'t want to get bored, you should find friends on Twitter and get as many followers as possible. If you can find friends, try to encourage your friends to join so that you can start using the site. It\'s very easy to join and it\'s free. Now, you can send tweets at any time of the day.\n\nFor a more memorable Twitter experience, you can add Twitter to your browser so that when you see it, you will use it most of the time. Try to post useful tips and interesting articles. Reply to the messages you receive. If you simply give some of your precious time in sending tweets and in communicating with your followers, you will have a great time using Twitter. You can also add Google Talk so that you can follow your friends and check on your followers even without opening your browser. You can also post replies and new tweets through the Google Talk.\n\nMicro-blogging is for people who want to write short blogs. Blogs are usually long and in Twitter, you will only write very short blogs. It is more personal and you can let everyone know what you\'re doing. If you want, you can also post beautiful and carefully-researched tweets. There are also those who join Twitter to conduct online marketing. Well, whatever your reasons are, you\'re free to use the site.\n\nAside from blogging, Twitter is also for social messaging. Its\' very easy to type status updates. You can follow as many individuals as you like and you can also maintain many followers. You can interact with them online or through your mobile device. There are also small groups on Twitter that helps you in coordinating activities or events especially if some of your friends or followers are from the same area.\n\nAll in all, <a href=\"http://victoriastone-twitter.newrethinkcompliance.com/\" target=\"_blank\">Twitter is a business instrument</a>, social messaging, micro-blogging, reporting service, and marketing utility. Twitter or blogging? Well, it doesn\'t really matter. Everything you want is in Twitter.', 'Twitter or Blogging', '', 'inherit', 'open', 'open', '', '98-autosave', '', '', '2012-08-10 08:19:36', '2012-08-10 08:19:36', '', 98, 'http://infomagz.com/twitter/98-autosave/', 0, 'revision', '', 0),
(158, 1, '2012-08-10 08:19:37', '2012-08-10 08:19:37', 'Twitter has hit the online social community by storm. It now ranks third among all the social network websites and yet it has only been about three years. Twitter was launched in August 2006 and currently it has over six million users worldwide. So, have you done some twittering?\n\nTwitter is a free micro-blogging website that allows people to stay connected all the time. You can sign up by visiting \'twitter.com\'; use your name when filling out the information boxes. It would be best to provide your real information so that you can also meet real people. Go to your setting and uncheck \'protect my updates\' if you want everyone to know your updates but if you want to limit your updates to your closest friends or followers, leave it checked.\n\nYou can now send links of your Twitter account to all your friends so that they will know that you\'re on Twitter.\n\nEven if you\'re not online, you can still use Twitter. When you\'re a registered Twitter user, you can now access the site through your IM or mobile phone. Again, you need to check your \'settings\' and connect your phone and IM to Twitter.\n\nThe tweets can be sent through registered devices. If you visit your web page, you can write the tweets on the entry window found at the top of your profile page. You can also send tweets from your mobile device. You can send the SMS to 40404. The caller ID of your phone is stored on your account so the tweets can be identified. If you\'re in AOL, you can send the IM to TwitterIM but if you\'re in Jabber or GTalk, you can send the IM to twitter.com; no matter where you\'re on, all your friends and followers will receive your tweets and perhaps, they can also receive your tweets on their mobile phone.\n\nHow will you see your friends\' messages? You need to be logged to Twitter in order to add friends. In the \'Actions\' box, click on the link \'Add\'. The search box will also allow you to find the user page of your former classmates and lost relatives/friends. Once you add someone as your friend, you can now see the tweets but only if the profile is not private. Private profiles will need a confirmation before you can start viewing the tweets.\n\nCheck the sidebar of the profile page and see who your friends are following. Perhaps you can find interesting individuals there.\n\nIt is much easier to manage a list of your friends online rather than using your mobile phone. You cam limit phone usage to receiving tweets so that even if you\'re offline, you can get updates.\n\nThere are also number sets on your profile page. The numbers are for your followers and your friends (the people you follow). The numbers can tell a lot. Celebrities and public figures often have lots of followers than friends. Individuals who prefer to watch have lots of friends than followers while those who want to communicate and establish good relationships have balanced numbers.\n\nTwittering is really a lot of fun. Sign up now and see what your friends are doing. Don\'t forget to post tweets as well so that you can stay connected. Make use of the various Twitter tools to have a more exciting twitter experience.', 'Twitter-ing', '', 'inherit', 'open', 'open', '', '92-autosave', '', '', '2012-08-10 08:19:37', '2012-08-10 08:19:37', '', 92, 'http://infomagz.com/twitter/92-autosave/', 0, 'revision', '', 0),
(159, 1, '2012-08-10 08:19:38', '2012-08-10 08:19:38', 'Twitter has offices in San Francisco California and it started way back in 2006. It was basically a side project of a private company but in such a short time, it has grown to be one of the most popular short messaging services all over US and other countries.\n\nMany people access important information through Twitter such as world news and friend updates. It all started when Jack Dorsey took an interest in finding out all the activities of his friends. He saw an opportunity in the simple concept he has visualized and so he consulted his colleagues. After that, a prototype was immediately built.\n\nA San Francisco-based creative environment, Obvious, funded the initial operation of Twitter. It took about two weeks to finish the prototype and it was finished by March 2006. However, it was launched for public use last August 2006. Later on, as the service became extremely popular, the people behind the service founded Twitter Incorporated.\n\nOther companies providing similar service are wondering why Twitter became a big hit. Well, the answer is quite simple. People want to stay connected at all times. Twitter accepts messages from the web, SMS, instant message, mobile web, and other API projects (third party); because of these good features, many people appreciated Twitter.\n\nOnline communication often poses the problem of information overload but through Twitter, this problem is solved. When someone sends a message via Twitter, an immediate response is not expected. Being ambient is one good quality of Twitter. Updates on your friends, relatives, and family are send to your web site, IM, or phone but it is up to you to deal with such information; you can either respond to the updates or just ignore them.\n\nBy receiving updates regularly, you can keep track of the activities of your friends and loved ones. There is no pressure on your part to respond to the updates. Users are also free to switch off the updates through the \'settings\' on their account. They can also schedule when to receive updates, whose updates to receive, and the device where they can receive the updates. So you see, the information you receive from Twitter will depend on the settings of your account.\n\n\'Ruby on Rails\' is the application framework being used by Twitter. This allows quick and easy work. Everyday, multiple changes and new features are deployed. The skeleton code framework of Rail allows add-ons to Twitter without any problem. Their engineering team use Macintosh computers except during testing. The user interface on their website was designed using Photoshop and Omnigraffle.\n\nTwitter\'s business model is still in its research phase. The users of Twitter will soon have a chance to generate revenue but they must wait until its implementation. Right now, Twitter is concentrating more in providing excellent service to their millions of users worldwide.\n\nTwitter pays close attention to the behavior of their users and the feature requests being sent to them. They now have a mobile site due to extreme demand from users. Still, Twitter Incorporated sticks to their philosophy  to keep everything intuitive and simple. The feature requests of various users are carefully being studied by the Twitter team.\n\nSoon, the company will be able to attract users from all over the world who possess the right attitude and class talent towards business.', 'Twitter Info', '', 'inherit', 'open', 'open', '', '95-autosave', '', '', '2012-08-10 08:19:38', '2012-08-10 08:19:38', '', 95, 'http://infomagz.com/twitter/95-autosave/', 0, 'revision', '', 0),
(160, 1, '2012-08-10 08:19:41', '2012-08-10 08:19:41', 'Internet relationships are very different from actual personal relationships. It is based primarily on like, know, and trust. Many people are reaching out to others through social network websites and one of these sites is Twitter.\n\nIf you don\'t like a person, then you can\'t trust him or her. If you become a subscriber of Twitter, you can meet millions of people and perhaps you can find some individuals that you might like.\n\nIn this social network site, you can do microblogging; so why micro? Well, it\'s because you can only compose a message that is 140 characters in length. It\'s too short but it tells a lot of what you\'re doing. You see, if you\'re using Twitter, you will be asked to answer the question  \"what are you doing?\" and the answer should be written in 140 characters.\n\nWhenever you answer that question or when you make updates, the tweets are sent to all your friends to let them know what you\'re doing. The aim of the developer of Twitter is to know all the activities of his friends and it is exactly what you can get from the site.\n\nFor instance, you\'re going out to get some groceries. You can update your tweets and tell your friends that you\'re out getting some groceries. Now, some of your friends may respond to your tweets but some will not. That\'s the good thing with Twitter. The receiver of the updates or tweets is not forced to respond immediately. In fact, they can ignore the update if they want to. It\'s up to you to adjust the settings on your profile page.\n\nYou can choose only a few of your friends to receive the message or tweets. You can also choose when and where you will receive the tweets. For example, you can receive the tweets on your mobile phone so that wherever you are, you will know what your friends are doing; and you can even reply via your mobile phone if you like.\n\nMany new users of Twitter are often confused when they receive tweets. You see, some tweets are addressed to only one person and yet everyone on the \'friends list\' receives it. It\'s natural to get confused at first but as you use the site more often, you will appreciate it more. Did you know that Twitter is just as popular as MySpace and Facebook? It has about six million users from different countries. You can meet a lot of new friends there or you can also locate lost relatives and classmates.\n\nWhy don\'t you sign up now and stay connected 24/7? You don\'t need to access your Twitter account every time you want to update the messages on your profile page. The site provides excellent tools that allow you to make changes to your profile even without actually accessing the website. Make use of such tools and have fun.\n\nIf you\'re new to Twitter, try to learn everything you can about the social network website. Visit their official site and know how they started. Twitter has been in business for almost three years now and their subscribers are still increasing. Because of its simplicity, many people prefer Twitter as compared to other social sites.\n\nExperience Twitter now and see how many friends you can find. If you have a business, you can also promote it on the site.', 'Twitter', '', 'inherit', 'open', 'open', '', '91-autosave', '', '', '2012-08-10 08:19:41', '2012-08-10 08:19:41', '', 91, 'http://infomagz.com/twitter/91-autosave/', 0, 'revision', '', 0),
(161, 1, '2012-08-10 08:19:49', '2012-08-10 08:19:49', '', '5', '', 'inherit', 'open', 'open', '', '5', '', '', '2012-08-10 08:19:49', '2012-08-10 08:19:49', '', 80, 'http://infomagz.com/twitter/wp-content/uploads/2011/10/5.png', 0, 'attachment', 'image/png', 0),
(162, 1, '2012-08-10 08:20:09', '2012-08-10 08:20:09', '', '4', '', 'inherit', 'open', 'open', '', '4', '', '', '2012-08-10 08:20:09', '2012-08-10 08:20:09', '', 99, 'http://infomagz.com/twitter/wp-content/uploads/2011/10/4.png', 0, 'attachment', 'image/png', 0),
(163, 1, '2012-08-10 08:20:29', '2012-08-10 08:20:29', '', '3', '', 'inherit', 'open', 'open', '', '3', '', '', '2012-08-10 08:20:29', '2012-08-10 08:20:29', '', 97, 'http://infomagz.com/twitter/wp-content/uploads/2011/10/3.png', 0, 'attachment', 'image/png', 0),
(164, 1, '2012-08-10 08:20:49', '2012-08-10 08:20:49', '', '2', '', 'inherit', 'open', 'open', '', '2', '', '', '2012-08-10 08:20:49', '2012-08-10 08:20:49', '', 96, 'http://infomagz.com/twitter/wp-content/uploads/2011/10/2.png', 0, 'attachment', 'image/png', 0),
(165, 1, '2012-08-10 08:21:08', '2012-08-10 08:21:08', '', '7', '', 'inherit', 'open', 'open', '', '7', '', '', '2012-08-10 08:21:08', '2012-08-10 08:21:08', '', 101, 'http://infomagz.com/twitter/wp-content/uploads/2011/10/7.png', 0, 'attachment', 'image/png', 0),
(166, 1, '2012-08-10 08:21:26', '2012-08-10 08:21:26', '', '8', '', 'inherit', 'open', 'open', '', '8', '', '', '2012-08-10 08:21:26', '2012-08-10 08:21:26', '', 98, 'http://infomagz.com/twitter/wp-content/uploads/2011/10/8.png', 0, 'attachment', 'image/png', 0),
(167, 1, '2012-08-10 08:21:45', '2012-08-10 08:21:45', '', '9', '', 'inherit', 'open', 'open', '', '9', '', '', '2012-08-10 08:21:45', '2012-08-10 08:21:45', '', 95, 'http://infomagz.com/twitter/wp-content/uploads/2011/10/9.png', 0, 'attachment', 'image/png', 0),
(168, 1, '2012-08-10 08:22:04', '2012-08-10 08:22:04', '', '10', '', 'inherit', 'open', 'open', '', '10', '', '', '2012-08-10 08:22:04', '2012-08-10 08:22:04', '', 92, 'http://infomagz.com/twitter/wp-content/uploads/2011/10/10.png', 0, 'attachment', 'image/png', 0),
(169, 1, '2012-08-10 08:22:22', '2012-08-10 08:22:22', '', '11', '', 'inherit', 'open', 'open', '', '11', '', '', '2012-08-10 08:22:22', '2012-08-10 08:22:22', '', 91, 'http://infomagz.com/twitter/wp-content/uploads/2011/10/11.png', 0, 'attachment', 'image/png', 0),
(170, 1, '2012-01-02 13:11:39', '2012-01-02 13:11:39', '<!--contact form-->', 'Contact', '', 'inherit', 'open', 'open', '', '45-revision', '', '', '2012-01-02 13:11:39', '2012-01-02 13:11:39', '', 45, 'http://infomagz.com/twitter/45-revision/', 0, 'revision', '', 0),
(171, 1, '2014-01-09 00:04:25', '2014-01-09 00:04:25', 'http://victoriastone-twitter.newrethinkcompliance.com/wp-content/uploads/2014/01/logo.png', 'logo.png', '', 'inherit', 'open', 'open', '', 'logo-png', '', '', '2014-01-09 00:04:25', '2014-01-09 00:04:25', '', 0, 'http://www.biabranding.com/twitter/wp-content/uploads/2014/01/logo.png', 0, 'attachment', 'image/png', 0),
(172, 1, '2022-05-03 08:35:17', '2022-05-03 08:35:17', '<iframe width=\"500\" height=\"250\" src=\"https://www.youtube.com/embed/s52virn-07E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n\n\n', 'Twitter Videos', '', 'inherit', 'open', 'open', '', '41-autosave-v1', '', '', '2022-05-03 08:35:17', '2022-05-03 08:35:17', '', 41, 'https://andystores.com/twitter/41-autosave-v1/', 0, 'revision', '', 0),
(174, 1, '2022-05-03 08:27:40', '2022-05-03 08:27:40', '<iframe width=\"661\" height=\"372\" src=\"https://www.youtube.com/embed/s52virn-07E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'Twitter Videos', '', 'inherit', 'open', 'open', '', '41-revision-v1', '', '', '2022-05-03 08:27:40', '2022-05-03 08:27:40', '', 41, 'https://andystores.com/twitter/41-revision-v1/', 0, 'revision', '', 0),
(175, 1, '2022-05-03 08:28:09', '2022-05-03 08:28:09', '<iframe width=\"500\" height=\"250\" src=\"https://www.youtube.com/embed/s52virn-07E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'Twitter Videos', '', 'inherit', 'open', 'open', '', '41-revision-v1', '', '', '2022-05-03 08:28:09', '2022-05-03 08:28:09', '', 41, 'https://andystores.com/twitter/41-revision-v1/', 0, 'revision', '', 0),
(176, 1, '2022-05-03 08:35:58', '2022-05-03 08:35:58', '<iframe width=\"550\" height=\"480\" src=\"https://www.youtube.com/embed/s52virn-07E\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\r\n\r\n\r\n<iframe width=\"550\" height=\"480\" src=\"https://www.youtube.com/embed/E2_em-1gCp4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'Twitter Videos', '', 'inherit', 'open', 'open', '', '41-revision-v1', '', '', '2022-05-03 08:35:58', '2022-05-03 08:35:58', '', 41, 'https://andystores.com/twitter/41-revision-v1/', 0, 'revision', '', 0),
(177, 1, '2022-05-03 08:46:52', '2022-05-03 08:46:52', '', '4685', '', 'inherit', 'open', 'open', '', '4685', '', '', '2022-05-03 08:46:52', '2022-05-03 08:46:52', '', 0, 'https://andystores.com/twitter/wp-content/uploads/2022/05/4685.jpg', 0, 'attachment', 'image/jpeg', 0);

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

--
-- Table structure for table `wp_prli_clicks`
--

CREATE TABLE `wp_prli_clicks` (
  `id` int(11) NOT NULL,
  `ip` varchar(255) DEFAULT NULL,
  `browser` varchar(255) DEFAULT NULL,
  `btype` varchar(255) DEFAULT NULL,
  `bversion` varchar(255) DEFAULT NULL,
  `os` varchar(255) DEFAULT NULL,
  `referer` varchar(255) DEFAULT NULL,
  `host` varchar(255) DEFAULT NULL,
  `uri` varchar(255) DEFAULT NULL,
  `robot` tinyint(4) DEFAULT 0,
  `first_click` tinyint(4) DEFAULT 0,
  `created_at` datetime NOT NULL,
  `link_id` int(11) DEFAULT NULL,
  `vuid` varchar(25) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wp_prli_groups`
--

CREATE TABLE `wp_prli_groups` (
  `id` int(11) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `created_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wp_prli_links`
--

CREATE TABLE `wp_prli_links` (
  `id` int(11) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `url` text DEFAULT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `nofollow` tinyint(1) DEFAULT 0,
  `track_me` tinyint(1) DEFAULT 1,
  `param_forwarding` varchar(255) DEFAULT NULL,
  `param_struct` varchar(255) DEFAULT NULL,
  `redirect_type` varchar(255) DEFAULT '307',
  `created_at` datetime NOT NULL,
  `group_id` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wp_prli_link_metas`
--

CREATE TABLE `wp_prli_link_metas` (
  `id` int(11) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  `link_id` int(11) NOT NULL,
  `created_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wp_stt2_meta`
--

CREATE TABLE `wp_stt2_meta` (
  `post_id` int(20) NOT NULL,
  `meta_value` varchar(255) NOT NULL,
  `meta_count` int(20) NOT NULL DEFAULT 1,
  `last_modified` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wp_termmeta`
--

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

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

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'General Twitter Tips', 'general-twitter-tips', 0),
(2, 'Blogroll', 'blogroll', 0),
(3, 'Twitter for Begginers', 'twitter-for-begginers', 0),
(4, 'Twitter for Advanced', 'twitter-for-advanced', 0),
(5, 'Featured', 'featured', 0),
(6, 'twitter marketing tips', 'twitter-marketing-tips', 0),
(7, 'twitter and marketing', 'twitter-and-marketing', 0),
(8, 'how to get twitter followers', 'how-to-get-twitter-followers', 0),
(9, 'twitter tools', 'twitter-tools', 0),
(10, 'free twitter followers', 'free-twitter-followers', 0),
(11, 'twitter followers', 'twitter-followers', 0),
(12, 'twitter advertising', 'twitter-advertising', 0),
(13, 'advertising on twitter', 'advertising-on-twitter', 0),
(14, 'increase twitter followers', 'increase-twitter-followers', 0),
(15, 'twitter business account', 'twitter-business-account', 0),
(16, 'twitter for business', 'twitter-for-business', 0),
(17, 'social network', 'social-network', 0),
(18, 'twitter train', 'twitter-train', 0),
(19, 'marketing on twitter', 'marketing-on-twitter', 0),
(20, 'twitter promotion', 'twitter-promotion', 0),
(21, 'twitter rank', 'twitter-rank', 0),
(22, 'twitter business', 'twitter-business', 0),
(23, 'twitter marketing tools', 'twitter-marketing-tools', 0),
(24, 'how to use twitter', 'how-to-use-twitter', 0),
(25, 'twitter ads', 'twitter-ads', 0),
(26, 'Top', 'top', 0),
(27, 'Sub', 'sub', 0);

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

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

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

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

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 2, 0),
(2, 2, 0),
(3, 2, 0),
(4, 2, 0),
(5, 2, 0),
(34, 7, 0),
(34, 6, 0),
(35, 1, 0),
(4, 1, 0),
(3, 1, 0),
(6, 1, 0),
(5, 1, 0),
(8, 1, 0),
(7, 1, 0),
(10, 1, 0),
(9, 1, 0),
(11, 1, 0),
(12, 1, 0),
(13, 1, 0),
(14, 1, 0),
(16, 1, 0),
(15, 1, 0),
(17, 1, 0),
(18, 1, 0),
(20, 1, 0),
(19, 1, 0),
(22, 1, 0),
(21, 1, 0),
(23, 1, 0),
(25, 1, 0),
(41, 1, 0),
(27, 1, 0),
(40, 1, 0),
(29, 1, 0),
(39, 1, 0),
(31, 1, 0),
(38, 1, 0),
(33, 1, 0),
(37, 1, 0),
(36, 1, 0),
(34, 3, 0),
(32, 4, 0),
(30, 3, 0),
(28, 3, 0),
(26, 4, 0),
(24, 4, 0),
(42, 1, 0),
(43, 1, 0),
(44, 1, 0),
(45, 1, 0),
(46, 1, 0),
(47, 1, 0),
(32, 5, 0),
(48, 1, 0),
(28, 5, 0),
(49, 1, 0),
(30, 5, 0),
(34, 8, 0),
(34, 9, 0),
(32, 6, 0),
(32, 7, 0),
(32, 8, 0),
(32, 9, 0),
(30, 6, 0),
(30, 7, 0),
(30, 8, 0),
(30, 9, 0),
(28, 6, 0),
(28, 7, 0),
(28, 8, 0),
(28, 9, 0),
(26, 10, 0),
(26, 11, 0),
(26, 12, 0),
(26, 13, 0),
(24, 10, 0),
(24, 11, 0),
(24, 12, 0),
(24, 13, 0),
(23, 10, 0),
(23, 11, 0),
(23, 12, 0),
(23, 13, 0),
(21, 10, 0),
(21, 11, 0),
(21, 12, 0),
(21, 13, 0),
(19, 14, 0),
(19, 15, 0),
(19, 16, 0),
(19, 17, 0),
(18, 14, 0),
(18, 15, 0),
(18, 16, 0),
(18, 17, 0),
(17, 14, 0),
(17, 15, 0),
(17, 16, 0),
(17, 17, 0),
(15, 14, 0),
(15, 15, 0),
(15, 16, 0),
(15, 17, 0),
(14, 18, 0),
(14, 19, 0),
(14, 20, 0),
(14, 21, 0),
(13, 18, 0),
(13, 19, 0),
(13, 20, 0),
(13, 21, 0),
(12, 18, 0),
(12, 19, 0),
(12, 20, 0),
(12, 21, 0),
(11, 18, 0),
(11, 19, 0),
(11, 20, 0),
(11, 21, 0),
(9, 22, 0),
(9, 23, 0),
(9, 24, 0),
(9, 25, 0),
(7, 22, 0),
(7, 23, 0),
(7, 24, 0),
(7, 25, 0),
(5, 22, 0),
(5, 23, 0),
(5, 24, 0),
(5, 25, 0),
(3, 22, 0),
(3, 23, 0),
(3, 24, 0),
(3, 25, 0),
(77, 3, 0),
(78, 24, 0),
(79, 24, 0),
(80, 24, 0),
(81, 3, 0),
(82, 19, 0),
(83, 3, 0),
(84, 3, 0),
(85, 19, 0),
(86, 19, 0),
(87, 14, 0),
(88, 14, 0),
(89, 14, 0),
(90, 3, 0),
(91, 3, 0),
(92, 3, 0),
(93, 13, 0),
(94, 13, 0),
(95, 3, 0),
(96, 13, 0),
(97, 8, 0),
(98, 3, 0),
(99, 8, 0),
(100, 8, 0),
(101, 3, 0),
(101, 8, 0),
(101, 7, 0),
(101, 6, 0),
(101, 9, 0),
(100, 1, 0),
(100, 7, 0),
(100, 6, 0),
(100, 9, 0),
(99, 4, 0),
(99, 7, 0),
(99, 6, 0),
(99, 9, 0),
(98, 8, 0),
(98, 7, 0),
(98, 6, 0),
(98, 9, 0),
(97, 4, 0),
(97, 7, 0),
(97, 6, 0),
(97, 9, 0),
(96, 4, 0),
(96, 10, 0),
(96, 12, 0),
(96, 11, 0),
(95, 13, 0),
(95, 10, 0),
(95, 12, 0),
(95, 11, 0),
(94, 4, 0),
(94, 10, 0),
(94, 12, 0),
(94, 11, 0),
(93, 4, 0),
(93, 10, 0),
(93, 12, 0),
(93, 11, 0),
(92, 13, 0),
(92, 10, 0),
(92, 12, 0),
(92, 11, 0),
(91, 14, 0),
(91, 17, 0),
(91, 15, 0),
(91, 16, 0),
(90, 14, 0),
(90, 17, 0),
(90, 15, 0),
(90, 16, 0),
(89, 4, 0),
(89, 17, 0),
(89, 15, 0),
(89, 16, 0),
(88, 4, 0),
(88, 17, 0),
(88, 15, 0),
(88, 16, 0),
(87, 1, 0),
(87, 17, 0),
(87, 15, 0),
(87, 16, 0),
(86, 4, 0),
(86, 20, 0),
(86, 21, 0),
(86, 18, 0),
(85, 4, 0),
(85, 20, 0),
(85, 21, 0),
(85, 18, 0),
(83, 19, 0),
(83, 20, 0),
(83, 21, 0),
(83, 18, 0),
(82, 4, 0),
(82, 20, 0),
(82, 21, 0),
(82, 18, 0),
(84, 19, 0),
(84, 20, 0),
(84, 21, 0),
(84, 18, 0),
(81, 24, 0),
(81, 25, 0),
(81, 22, 0),
(81, 23, 0),
(80, 1, 0),
(80, 25, 0),
(80, 22, 0),
(80, 23, 0),
(79, 4, 0),
(79, 25, 0),
(79, 22, 0),
(79, 23, 0),
(78, 4, 0),
(78, 25, 0),
(78, 22, 0),
(78, 23, 0),
(77, 24, 0),
(77, 25, 0),
(77, 22, 0),
(77, 23, 0),
(142, 26, 0),
(143, 26, 0),
(144, 26, 0),
(146, 26, 0),
(145, 26, 0),
(147, 27, 0),
(148, 27, 0),
(149, 27, 0);

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

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 17),
(2, 2, 'link_category', '', 0, 5),
(3, 3, 'category', '', 0, 13),
(4, 4, 'category', '', 0, 15),
(5, 5, 'category', '', 0, 3),
(6, 6, 'post_tag', '', 0, 9),
(7, 7, 'post_tag', '', 0, 9),
(8, 8, 'post_tag', '', 0, 9),
(9, 9, 'post_tag', '', 0, 9),
(10, 10, 'post_tag', '', 0, 9),
(11, 11, 'post_tag', '', 0, 9),
(12, 12, 'post_tag', '', 0, 9),
(13, 13, 'post_tag', '', 0, 9),
(14, 14, 'post_tag', '', 0, 9),
(15, 15, 'post_tag', '', 0, 9),
(16, 16, 'post_tag', '', 0, 9),
(17, 17, 'post_tag', '', 0, 9),
(18, 18, 'post_tag', '', 0, 9),
(19, 19, 'post_tag', '', 0, 9),
(20, 20, 'post_tag', '', 0, 9),
(21, 21, 'post_tag', '', 0, 9),
(22, 22, 'post_tag', '', 0, 9),
(23, 23, 'post_tag', '', 0, 9),
(24, 24, 'post_tag', '', 0, 9),
(25, 25, 'post_tag', '', 0, 9),
(26, 26, 'nav_menu', '', 0, 5),
(27, 27, 'nav_menu', '', 0, 3);

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

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Shion'),
(2, 1, 'rich_editing', 'true'),
(3, 1, 'comment_shortcuts', 'false'),
(4, 1, 'admin_color', 'fresh'),
(5, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(7, 1, 'wp_user_level', '10'),
(10, 1, 'wp_usersettings', 'm0=c&m1=c&m2=c&m3=c&m4=o&m5=c&m6=c&m7=c&m8=c&editor=html'),
(11, 1, 'wp_usersettingstime', '1267498223'),
(12, 1, 'wp_autosave_draft_ids', 'a:23:{i:-1257286384;i:3;i:-1257286414;i:5;i:-1257286426;i:7;i:-1257286443;i:9;i:-1257286456;i:11;i:-1257286470;i:12;i:-1257286483;i:13;i:-1257286497;i:14;i:-1257286512;i:15;i:-1257286529;i:17;i:-1257286542;i:18;i:-1257286555;i:19;i:-1257286568;i:21;i:-1257286580;i:23;i:-1257286592;i:24;i:-1257286606;i:26;i:-1257286620;i:28;i:-1257286638;i:30;i:-1257286664;i:32;i:-1257286678;i:34;i:-1257635189;i:41;i:-1257635214;i:43;i:-1257635249;i:45;}'),
(15, 1, 'wp_dashboard_quick_press_last_post_id', '179'),
(16, 1, 'wp_user-settings', 'm0=c&m1=o&m2=c&m3=o&m4=c&m5=o&m6=o&m7=o&m8=o&editor=html&m9=o&m10=o'),
(17, 1, 'wp_user-settings-time', '1651566456'),
(14, 1, 'screen_layout_dashboard', '2'),
(18, 1, 'first_name', ''),
(19, 1, 'last_name', ''),
(20, 1, 'description', ''),
(21, 1, 'use_ssl', '0'),
(22, 1, 'show_admin_bar_front', 'true'),
(32, 1, 'dismissed_wp_pointers', 'wp330_media_uploader,wp330_toolbar,wp340_customize_current_theme_link,wp330_saving_widgets,aioseop_menu_202,aioseop_menu_203,aioseop_menu_211,wp340_choose_image_from_library,wp350_media,wp360_revisions'),
(24, 1, 'aim', ''),
(25, 1, 'yim', ''),
(26, 1, 'jabber', ''),
(27, 1, 'closedpostboxes_wp-insert', 'a:14:{i:0;s:29:\"wp_insert_multiple_ad_network\";i:1;s:26:\"wp_insert_in_post_ad_top_1\";i:2;s:28:\"wp_insert_in_post_ad_right_1\";i:3;s:29:\"wp_insert_in_post_ad_middle_1\";i:4;s:21:\"wp_insert_ad_widget_1\";i:5;s:21:\"wp_insert_ad_widget_2\";i:6;s:21:\"wp_insert_ad_widget_3\";i:7;s:21:\"wp_insert_ad_widget_4\";i:8;s:21:\"wp_insert_ad_widget_5\";i:9;s:21:\"wp_insert_ad_widget_6\";i:10;s:21:\"wp_insert_ad_widget_7\";i:11;s:21:\"wp_insert_ad_widget_8\";i:12;s:21:\"wp_insert_ad_widget_9\";i:13;s:22:\"wp_insert_ad_widget_10\";}'),
(28, 1, 'metaboxhidden_wp-insert', 'a:0:{}'),
(29, 1, 'closedpostboxes_post', 'a:0:{}'),
(30, 1, 'metaboxhidden_post', 'a:7:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";}'),
(31, 1, 'edit_post_per_page', '30'),
(33, 1, 'closedpostboxes_dashboard', 'a:0:{}'),
(34, 1, 'metaboxhidden_dashboard', 'a:2:{i:0;s:17:\"dashboard_plugins\";i:1;s:19:\"dashboard_secondary\";}'),
(35, 1, 'meta-box-order_dashboard', 'a:4:{s:6:\"normal\";s:69:\"dashboard_plugins,welcome_intro_widget,sp_db_widget,dashboard_primary\";s:4:\"side\";s:136:\"dashboard_right_now,dashboard_quick_press,dashboard_recent_drafts,dashboard_incoming_links,dashboard_recent_comments,dashboard_secondary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),
(36, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),
(37, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),
(38, 1, 'genesis_admin_menu', '1'),
(39, 1, 'genesis_seo_settings_menu', '1'),
(40, 1, 'genesis_import_export_menu', '1'),
(41, 1, 'genesis_author_box_single', ''),
(42, 1, 'genesis_author_box_archive', ''),
(43, 1, 'headline', ''),
(44, 1, 'intro_text', ''),
(45, 1, 'doctitle', ''),
(46, 1, 'meta_description', ''),
(47, 1, 'meta_keywords', ''),
(48, 1, 'noindex', ''),
(49, 1, 'nofollow', ''),
(50, 1, 'noarchive', ''),
(51, 1, 'layout', ''),
(52, 1, 'googleplus', ''),
(53, 1, 'session_tokens', 'a:1:{s:64:\"5ea6b30ee1de3a9bdf60108811faa48a93628700be587a3f72f20dcf5a05ae10\";a:4:{s:10:\"expiration\";i:1677836823;s:2:\"ip\";s:15:\"112.134.189.248\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.57\";s:5:\"login\";i:1677664023;}}'),
(54, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:13:\"112.134.189.0\";}');

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

--
-- Table structure for table `wp_users`
--

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

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', 'e29a5cf8f62be31eee8400466d39aff0', 'admin', 'kari7788i@gmail.com', 'victoriastone-twitter.newrethinkcompliance.com', '2009-11-03 22:02:39', '', 0, 'Jones');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `hook` (`hook`),
  ADD KEY `status` (`status`),
  ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  ADD KEY `args` (`args`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `last_attempt_gmt` (`last_attempt_gmt`),
  ADD KEY `claim_id` (`claim_id`);

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

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

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

--
-- Indexes for table `wp_aioseo_cache`
--
ALTER TABLE `wp_aioseo_cache`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ndx_aioseo_cache_key` (`key`),
  ADD KEY `ndx_aioseo_cache_expiration` (`expiration`);

--
-- Indexes for table `wp_aioseo_notifications`
--
ALTER TABLE `wp_aioseo_notifications`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ndx_aioseo_notifications_slug` (`slug`),
  ADD KEY `ndx_aioseo_notifications_dates` (`start`,`end`),
  ADD KEY `ndx_aioseo_notifications_type` (`type`),
  ADD KEY `ndx_aioseo_notifications_dismissed` (`dismissed`);

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

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

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

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

--
-- Indexes for table `wp_lockdowns`
--
ALTER TABLE `wp_lockdowns`
  ADD PRIMARY KEY (`lockdown_ID`);

--
-- Indexes for table `wp_login_fails`
--
ALTER TABLE `wp_login_fails`
  ADD PRIMARY KEY (`login_attempt_ID`);

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

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

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

--
-- Indexes for table `wp_prli_clicks`
--
ALTER TABLE `wp_prli_clicks`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_id` (`link_id`),
  ADD KEY `ip` (`ip`),
  ADD KEY `browser` (`browser`),
  ADD KEY `btype` (`btype`),
  ADD KEY `bversion` (`bversion`),
  ADD KEY `os` (`os`),
  ADD KEY `referer` (`referer`),
  ADD KEY `host` (`host`),
  ADD KEY `uri` (`uri`),
  ADD KEY `robot` (`robot`),
  ADD KEY `first_click` (`first_click`),
  ADD KEY `vuid` (`vuid`);

--
-- Indexes for table `wp_prli_groups`
--
ALTER TABLE `wp_prli_groups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `name` (`name`);

--
-- Indexes for table `wp_prli_links`
--
ALTER TABLE `wp_prli_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `name` (`name`),
  ADD KEY `nofollow` (`nofollow`),
  ADD KEY `track_me` (`track_me`),
  ADD KEY `param_forwarding` (`param_forwarding`),
  ADD KEY `param_struct` (`param_struct`),
  ADD KEY `redirect_type` (`redirect_type`),
  ADD KEY `slug` (`slug`);

--
-- Indexes for table `wp_prli_link_metas`
--
ALTER TABLE `wp_prli_link_metas`
  ADD PRIMARY KEY (`id`),
  ADD KEY `meta_key` (`meta_key`),
  ADD KEY `link_id` (`link_id`);

--
-- Indexes for table `wp_stt2_meta`
--
ALTER TABLE `wp_stt2_meta`
  ADD PRIMARY KEY (`post_id`,`meta_value`),
  ADD UNIQUE KEY `meta_value` (`meta_value`);

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

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

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

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

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

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=491;

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

--
-- AUTO_INCREMENT for table `wp_actionscheduler_groups`
--
ALTER TABLE `wp_actionscheduler_groups`
  MODIFY `group_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_logs`
--
ALTER TABLE `wp_actionscheduler_logs`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=930;

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

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

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

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

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

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `wp_lockdowns`
--
ALTER TABLE `wp_lockdowns`
  MODIFY `lockdown_ID` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_login_fails`
--
ALTER TABLE `wp_login_fails`
  MODIFY `login_attempt_ID` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10909;

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

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

--
-- AUTO_INCREMENT for table `wp_prli_clicks`
--
ALTER TABLE `wp_prli_clicks`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_prli_groups`
--
ALTER TABLE `wp_prli_groups`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_prli_links`
--
ALTER TABLE `wp_prli_links`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_prli_link_metas`
--
ALTER TABLE `wp_prli_link_metas`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

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

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

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

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

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