-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 03, 2010 at 09:50 AM
-- Server version: 5.1.30
-- PHP Version: 5.2.4

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `sttropez_Cpanel`
--

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

--
-- Table structure for table `bs_site_options`
--

CREATE TABLE IF NOT EXISTS `bs_site_options` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `delay` int(11) NOT NULL,
  `last_action_done` datetime DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;

--
-- Dumping data for table `bs_site_options`
--

INSERT INTO `bs_site_options` (`id`, `delay`, `last_action_done`) VALUES
(1, 5, '2010-06-03 09:42:55');

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

--
-- Table structure for table `wp_1_bs_blogs`
--

CREATE TABLE IF NOT EXISTS `wp_1_bs_blogs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `url` varchar(200) COLLATE utf8_unicode_ci DEFAULT NULL,
  `username` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
  `password` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
  `datelastposted` datetime DEFAULT NULL,
  `lastposturl` varchar(300) COLLATE utf8_unicode_ci DEFAULT NULL,
  `lastpostsuccess` int(11) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;

--
-- Dumping data for table `wp_1_bs_blogs`
--


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

--
-- Table structure for table `wp_1_bs_poster_options`
--

CREATE TABLE IF NOT EXISTS `wp_1_bs_poster_options` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `delay` int(11) NOT NULL,
  `url` varchar(300) COLLATE utf8_unicode_ci DEFAULT NULL,
  `blogslammerurl` varchar(300) COLLATE utf8_unicode_ci DEFAULT NULL,
  `template` text COLLATE utf8_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;

--
-- Dumping data for table `wp_1_bs_poster_options`
--

INSERT INTO `wp_1_bs_poster_options` (`id`, `delay`, `url`, `blogslammerurl`, `template`) VALUES
(1, 120, '', '', NULL);

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

--
-- Table structure for table `wp_1_cat_feeder`
--

CREATE TABLE IF NOT EXISTS `wp_1_cat_feeder` (
  `cat_id` bigint(20) NOT NULL,
  `feeder_url_1` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `feeder_url_2` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `feeder_url_3` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `feeder_url_4` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `feeder_url_5` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `feeder_url_6` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `feeder_url_7` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `feeder_url_8` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `feeder_url_9` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `feeder_url_10` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `feeder_filter` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `items_qty` int(5) NOT NULL DEFAULT '0',
  `feeder_title_template` text COLLATE utf8_unicode_ci,
  `feeder_content_prefix` text COLLATE utf8_unicode_ci,
  `feeder_content_suffix` text COLLATE utf8_unicode_ci,
  `feeder_active` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
  `feeder_single_post` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
  `feeder_date_start` date NOT NULL,
  `feeder_date_end` date NOT NULL,
  `feeder_qtyday_start` int(11) NOT NULL,
  `feeder_qtyday_end` int(11) NOT NULL,
  KEY `cat_id` (`cat_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `wp_1_cat_feeder`
--


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

--
-- Table structure for table `wp_1_cat_youtube`
--

CREATE TABLE IF NOT EXISTS `wp_1_cat_youtube` (
  `cat_id` bigint(20) NOT NULL,
  `youtube_categories` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `youtube_tags` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `youtube_qty` int(11) NOT NULL,
  `youtube_title_template` text COLLATE utf8_unicode_ci,
  `youtube_content_prefix` text COLLATE utf8_unicode_ci,
  `youtube_content_suffix` text COLLATE utf8_unicode_ci,
  `youtube_language` varchar(2) COLLATE utf8_unicode_ci NOT NULL,
  `youtube_date_start` date NOT NULL,
  `youtube_date_end` date NOT NULL,
  `youtube_qtyday_start` int(11) NOT NULL,
  `youtube_qtyday_end` int(11) NOT NULL,
  KEY `cat_id` (`cat_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `wp_1_cat_youtube`
--


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

--
-- Table structure for table `wp_1_cloaker_ips`
--

CREATE TABLE IF NOT EXISTS `wp_1_cloaker_ips` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `ip_address` varchar(15) COLLATE utf8_unicode_ci NOT NULL,
  `man` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=14311 ;

--
-- Dumping data for table `wp_1_cloaker_ips`
--

INSERT INTO `wp_1_cloaker_ips` (`id`, `ip_address`, `man`) VALUES
(1, '114.111.36.26', 0),
(2, '119.63.193.39', 0),
(3, '12.101.15.84', 0),
(4, '12.148.209.19', 0),
(5, '12.148.209.196', 0),
(6, '12.148.209.198', 0),
(7, '12.199.64.41', 0),
(8, '12.199.64.69', 0),
(9, '12.220.82.57', 0),
(10, '12.229.232.231', 0),
(11, '12.98.160.35', 0),
(12, '122.152.128.10', 0),
(13, '122.152.128.19', 0),
(14, '122.152.128.48', 0),
(15, '122.152.129.10', 0),
(16, '122.152.129.9', 0),
(17, '123.125.64.38', 0),
(18, '123.125.64.49', 0),
(19, '124.32.246.45', 0),
(20, '124.83.191.156', 0),
(21, '124.83.191.166', 0),
(22, '124.83.191.173', 0),
(23, '128.109.136.132', 0),
(24, '128.111.58.144', 0),
(25, '128.121.222.124', 0),
(26, '128.121.225.20', 0),
(27, '128.138.236.20', 0),
(28, '128.177.243', 0),
(29, '128.177.243.128', 0),
(30, '128.177.243.130', 0),
(31, '128.177.243.131', 0),
(32, '128.177.243.132', 0),
(33, '128.177.243.133', 0),
(34, '128.177.243.134', 0),
(35, '128.177.243.135', 0),
(36, '128.177.243.136', 0),
(37, '128.177.243.137', 0),
(38, '128.177.243.138', 0),
(39, '128.177.243.139', 0),
(40, '128.177.243.140', 0),
(41, '128.177.243.141', 0),
(42, '128.177.243.142', 0),
(43, '128.177.243.143', 0),
(44, '128.177.243.144', 0),
(45, '128.177.243.145', 0),
(46, '128.177.243.146', 0),
(47, '128.177.243.147', 0),
(48, '128.177.243.148', 0),
(49, '128.177.243.149', 0),
(50, '128.177.243.150', 0),
(51, '128.177.243.151', 0),
(52, '128.177.243.152', 0),
(53, '128.177.243.153', 0),
(54, '128.177.243.154', 0),
(55, '128.177.243.155', 0),
(56, '128.177.243.156', 0),
(57, '128.177.243.157', 0),
(58, '128.177.243.158', 0),
(59, '128.177.243.159', 0),
(60, '128.177.243.160', 0),
(61, '128.177.243.161', 0),
(62, '128.177.243.162', 0),
(63, '128.177.243.163', 0),
(64, '128.177.243.164', 0),
(65, '128.177.243.165', 0),
(66, '128.177.243.166', 0),
(67, '128.177.243.167', 0),
(68, '128.177.243.168', 0),
(69, '128.177.243.169', 0),
(70, '128.177.243.170', 0),
(71, '128.177.243.171', 0),
(72, '128.177.243.172', 0),
(73, '128.177.243.173', 0),
(74, '128.177.243.174', 0),
(75, '128.177.243.175', 0),
(76, '128.177.243.176', 0),
(77, '128.177.243.177', 0),
(78, '128.177.243.178', 0),
(79, '128.177.243.179', 0),
(80, '128.177.243.180', 0),
(81, '128.177.243.181', 0),
(82, '128.177.243.182', 0),
(83, '128.177.243.183', 0),
(84, '128.177.243.184', 0),
(85, '128.177.243.185', 0),
(86, '128.177.243.186', 0),
(87, '128.177.243.187', 0),
(88, '128.177.243.188', 0),
(89, '128.177.243.189', 0),
(90, '128.177.243.190', 0),
(91, '128.177.243.191', 0),
(92, '128.177.243.192', 0),
(93, '128.177.243.193', 0),
(94, '128.177.243.194', 0),
(95, '128.177.243.195', 0),
(96, '128.177.243.196', 0),
(97, '128.177.243.197', 0),
(98, '128.177.243.198', 0),
(99, '128.177.243.199', 0),
(100, '128.177.243.200', 0),
(101, '128.177.243.201', 0),
(102, '128.177.243.202', 0),
(103, '128.177.243.203', 0),
(104, '128.177.243.204', 0),
(105, '128.177.243.205', 0),
(106, '128.177.243.206', 0),
(107, '128.177.243.207', 0),
(108, '128.177.243.208', 0),
(109, '128.177.243.209', 0),
(110, '128.177.243.210', 0),
(111, '128.177.243.211', 0),
(112, '128.177.243.212', 0),
(113, '128.177.243.213', 0),
(114, '128.177.243.214', 0),
(115, '128.177.243.215', 0),
(116, '128.177.243.216', 0),
(117, '128.177.243.217', 0),
(118, '128.177.243.218', 0),
(119, '128.177.243.219', 0),
(120, '128.177.243.220', 0),
(121, '128.177.243.221', 0),
(122, '128.177.243.222', 0),
(123, '128.177.243.223', 0),
(124, '128.177.243.224', 0),
(125, '128.177.243.225', 0),
(126, '128.177.243.226', 0),
(127, '128.177.243.227', 0),
(128, '128.177.243.228', 0),
(129, '128.177.243.229', 0),
(130, '128.177.243.230', 0),
(131, '128.177.243.231', 0),
(132, '128.177.243.232', 0),
(133, '128.177.243.233', 0),
(134, '128.177.243.234', 0),
(135, '128.177.243.235', 0),
(136, '128.177.243.236', 0),
(137, '128.177.243.237', 0),
(138, '128.177.243.238', 0),
(139, '128.177.243.239', 0),
(140, '128.177.243.240', 0),
(141, '128.177.243.241', 0),
(142, '128.177.243.242', 0),
(143, '128.177.243.243', 0),
(144, '128.177.243.244', 0),
(145, '128.177.243.245', 0),
(146, '128.177.243.246', 0),
(147, '128.177.243.247', 0),
(148, '128.177.243.248', 0),
(149, '128.177.243.249', 0),
(150, '128.177.243.250', 0),
(151, '128.177.243.251', 0),
(152, '128.177.243.252', 0),
(153, '128.177.243.253', 0),
(154, '128.177.243.254', 0),
(155, '128.177.243.255', 0),
(156, '128.177.243.66', 0),
(157, '128.177.243.82', 0),
(158, '128.177.243.83', 0),
(159, '128.177.243.84', 0),
(160, '128.177.243.86', 0),
(161, '128.177.244.100', 0),
(162, '128.177.244.86', 0),
(163, '128.178.155.102', 0),
(164, '128.194.135.81', 0),
(165, '128.194.135.83', 0),
(166, '128.2.206.215', 0),
(167, '128.211.213.117', 0),
(168, '128.242.109.231', 0),
(169, '128.255.244.88', 0),
(170, '128.30.52.34', 0),
(171, '128.30.52.36', 0),
(172, '128.95.1.184', 0),
(173, '128.95.1.208', 0),
(174, '128.95.1.84', 0),
(175, '129.110.10.1', 0),
(176, '129.110.16.16', 0),
(177, '129.170.24.57', 0),
(178, '129.187.148.160', 0),
(179, '129.187.148.161', 0),
(180, '129.187.148.162', 0),
(181, '129.187.148.163', 0),
(182, '129.187.148.164', 0),
(183, '129.187.148.165', 0),
(184, '129.215.160.98', 0),
(185, '129.215.64.98', 0),
(186, '129.215.93.98', 0),
(187, '129.241.104.168', 0),
(188, '129.241.104.173', 0),
(189, '129.241.104.174', 0),
(190, '129.241.104.175', 0),
(191, '129.241.104.179', 0),
(192, '129.241.104.180', 0),
(193, '129.241.104.182', 0),
(194, '129.241.104.183', 0),
(195, '129.241.104.184', 0),
(196, '129.241.104.185', 0),
(197, '129.241.104.186', 0),
(198, '129.241.104.187', 0),
(199, '129.241.104.188', 0),
(200, '129.241.104.189', 0),
(201, '129.241.104.238', 0),
(202, '129.241.104.242', 0),
(203, '129.241.50.32', 0),
(204, '129.241.50.33', 0),
(205, '129.241.50.34', 0),
(206, '129.241.50.35', 0),
(207, '129.60.111.76', 0),
(208, '129.60.39.94', 0),
(209, '130.181.12.47', 0),
(210, '130.225.20.4', 0),
(211, '130.235.86.136', 0),
(212, '130.235.86.137', 0),
(213, '130.235.86.152', 0),
(214, '130.245.134.18', 0),
(215, '130.245.134.62', 0),
(216, '130.245.134.63', 0),
(217, '130.245.134.64', 0),
(218, '130.75.2.24', 0),
(219, '130.75.6.10', 0),
(220, '131.107.0', 0),
(221, '131.107.0.95', 0),
(222, '131.107.137.165', 0),
(223, '131.107.137.166', 0),
(224, '131.107.137.174', 0),
(225, '131.107.137.37', 0),
(226, '131.107.137.47', 0),
(227, '131.107.151.112', 0),
(228, '131.107.163.46', 0),
(229, '131.107.163.47', 0),
(230, '131.107.163.48', 0),
(231, '131.107.163.49', 0),
(232, '131.107.163.50', 0),
(233, '131.107.163.55', 0),
(234, '131.107.163.56', 0),
(235, '131.107.163.57', 0),
(236, '131.107.163.58', 0),
(237, '131.107.163.59', 0),
(238, '131.107.3.8', 0),
(239, '131.107.76.139', 0),
(240, '131.155.70.189', 0),
(241, '131.179.64.244', 0),
(242, '131.188.128.229', 0),
(243, '132.218.30.216', 0),
(244, '132.236.13', 0),
(245, '132.239.50.245', 0),
(246, '133.11.36.24', 0),
(247, '133.11.36.25', 0),
(248, '133.11.36.26', 0),
(249, '133.11.36.28', 0),
(250, '133.11.36.32', 0),
(251, '133.11.36.34', 0),
(252, '133.11.36.36', 0),
(253, '133.11.36.37', 0),
(254, '133.11.36.38', 0),
(255, '133.11.36.39', 0),
(256, '133.11.36.41', 0),
(257, '133.11.36.42', 0),
(258, '133.11.36.43', 0),
(259, '133.11.36.44', 0),
(260, '133.11.36.45', 0),
(261, '133.11.36.46', 0),
(262, '133.11.36.47', 0),
(263, '133.11.36.48', 0),
(264, '133.11.36.50', 0),
(265, '133.11.36.51', 0),
(266, '133.11.36.52', 0),
(267, '133.11.36.54', 0),
(268, '133.11.36.55', 0),
(269, '133.163.129.104', 0),
(270, '133.194.226.226', 0),
(271, '133.9.215.72', 0),
(272, '133.9.215.87', 0),
(273, '133.9.222.37', 0),
(274, '133.9.238.71', 0),
(275, '133.9.238.92', 0),
(276, '134.93.7.97', 0),
(277, '134.93.7.98', 0),
(278, '134.96.1.195', 0),
(279, '134.96.104.109', 0),
(280, '134.96.104.225', 0),
(281, '134.96.104.226', 0),
(282, '134.96.104.227', 0),
(283, '134.96.104.23', 0),
(284, '134.96.104.5', 0),
(285, '134.96.104.83', 0),
(286, '134.96.68.36', 0),
(287, '134.96.7.93', 0),
(288, '136.187.19.99', 0),
(289, '138.15.164.9', 0),
(290, '139.153.13.200', 0),
(291, '140.123.100.5', 0),
(292, '140.123.101.14', 0),
(293, '140.123.101.143', 0),
(294, '140.123.101.144', 0),
(295, '140.123.101.145', 0),
(296, '140.123.101.146', 0),
(297, '140.123.101.147', 0),
(298, '140.123.101.148', 0),
(299, '140.123.101.62', 0),
(300, '140.123.101.66', 0),
(301, '140.123.101.67', 0),
(302, '140.123.103.2', 0),
(303, '140.123.103.244', 0),
(304, '140.123.103.4', 0),
(305, '140.142.13.196', 0),
(306, '140.239.126.13', 0),
(307, '140.239.251.22', 0),
(308, '140.239.251.220', 0),
(309, '140.239.251.221', 0),
(310, '140.239.251.222', 0),
(311, '140.239.251.223', 0),
(312, '140.239.251.224', 0),
(313, '140.239.251.230', 0),
(314, '141.185.209', 0),
(315, '142.166.170.100', 0),
(316, '142.166.170.101', 0),
(317, '142.166.170.102', 0),
(318, '142.166.170.103', 0),
(319, '142.166.170.20', 0),
(320, '142.166.170.70', 0),
(321, '142.166.170.71', 0),
(322, '142.166.170.72', 0),
(323, '142.166.170.73', 0),
(324, '142.166.170.74', 0),
(325, '142.166.170.75', 0),
(326, '142.166.170.76', 0),
(327, '142.166.170.77', 0),
(328, '142.166.170.78', 0),
(329, '142.166.170.79', 0),
(330, '142.166.170.80', 0),
(331, '142.166.170.81', 0),
(332, '142.166.170.82', 0),
(333, '142.166.170.83', 0),
(334, '142.166.3.122', 0),
(335, '143.89.40.159', 0),
(336, '143.93.47.20', 0),
(337, '144.214.122.55', 0),
(338, '146.101.142.117', 0),
(339, '146.101.142.213', 0),
(340, '146.101.142.222', 0),
(341, '146.101.142.223', 0),
(342, '146.101.142.224', 0),
(343, '146.101.142.225', 0),
(344, '146.101.142.226', 0),
(345, '146.101.142.227', 0),
(346, '146.101.142.228', 0),
(347, '146.101.142.229', 0),
(348, '146.101.142.230', 0),
(349, '146.101.142.231', 0),
(350, '146.101.142.232', 0),
(351, '146.101.142.233', 0),
(352, '146.101.142.234', 0),
(353, '146.101.142.235', 0),
(354, '146.101.142.236', 0),
(355, '146.101.142.237', 0),
(356, '146.101.142.238', 0),
(357, '146.101.142.239', 0),
(358, '146.101.142.240', 0),
(359, '146.101.142.241', 0),
(360, '146.101.142.242', 0),
(361, '146.101.142.243', 0),
(362, '146.101.142.244', 0),
(363, '146.101.142.245', 0),
(364, '146.101.142.246', 0),
(365, '146.101.142.247', 0),
(366, '146.101.142.248', 0),
(367, '146.101.142.249', 0),
(368, '146.101.142.250', 0),
(369, '146.101.142.251', 0),
(370, '146.101.142.252', 0),
(371, '146.101.142.253', 0),
(372, '146.186.148.76', 0),
(373, '146.48.78.32', 0),
(374, '146.48.78.38', 0),
(375, '146.48.97.12', 0),
(376, '146.48.97.14', 0),
(377, '146.82.72.23', 0),
(378, '146.82.72.24', 0),
(379, '147.208.15.13', 0),
(380, '149.99.7.152', 0),
(381, '150.59.20.20', 0),
(382, '150.59.20.63', 0),
(383, '151.138.18.30', 0),
(384, '151.138.18.35', 0),
(385, '151.138.18.43', 0),
(386, '151.189.12.140', 0),
(387, '151.189.96.99', 0),
(388, '151.196.224.70', 0),
(389, '151.200.115.249', 0),
(390, '152.167.60.128', 0),
(391, '152.207.147.221', 0),
(392, '154.15.28.143', 0),
(393, '154.15.28.178', 0),
(394, '157.159.10.14', 0),
(395, '157.228.102.1', 0),
(396, '157.82.157.101', 0),
(397, '157.82.157.88', 0),
(398, '157.82.157.89', 0),
(399, '157.82.157.9', 0),
(400, '157.82.157.91', 0),
(401, '157.82.246.104', 0),
(402, '157.82.254.30', 0),
(403, '157.82.254.42', 0),
(404, '161.53.120.3', 0),
(405, '161.58.207.17', 0),
(406, '161.58.240.57', 0),
(407, '161.58.241.102', 0),
(408, '161.58.27.138', 0),
(409, '162.105.207.185', 0),
(410, '162.105.207.192', 0),
(411, '162.33.251.50', 0),
(412, '163.28.96.11', 0),
(413, '164.124.250.199', 0),
(414, '164.124.250.200', 0),
(415, '164.124.250.202', 0),
(416, '164.124.250.204', 0),
(417, '164.124.250.205', 0),
(418, '164.124.250.206', 0),
(419, '164.124.250.207', 0),
(420, '164.124.250.209', 0),
(421, '164.124.250.211', 0),
(422, '164.124.250.212', 0),
(423, '164.124.250.213', 0),
(424, '164.124.250.214', 0),
(425, '164.124.250.215', 0),
(426, '164.124.250.217', 0),
(427, '164.124.250.218', 0),
(428, '164.124.250.219', 0),
(429, '164.124.250.220', 0),
(430, '164.124.250.224', 0),
(431, '164.124.250.225', 0),
(432, '164.124.250.227', 0),
(433, '164.124.250.228', 0),
(434, '164.124.250.232', 0),
(435, '164.124.250.233', 0),
(436, '165.117.55', 0),
(437, '165.121.1.77', 0),
(438, '165.121.2.77', 0),
(439, '165.254.215.60', 0),
(440, '165.254.215.61', 0),
(441, '165.254.215.62', 0),
(442, '165.254.215.63', 0),
(443, '166.48.225.254', 0),
(444, '166.90.205.7', 0),
(445, '167.160.195.61', 0),
(446, '169.207.238', 0),
(447, '169.207.238.131', 0),
(448, '169.207.238.172', 0),
(449, '169.207.238.176', 0),
(450, '169.207.238.178', 0),
(451, '169.207.238.179', 0),
(452, '169.207.238.180', 0),
(453, '169.207.238.190', 0),
(454, '169.207.238.195', 0),
(455, '169.207.238.196', 0),
(456, '169.207.238.197', 0),
(457, '169.207.238.210', 0),
(458, '169.207.238.211', 0),
(459, '169.207.238.235', 0),
(460, '169.207.238.239', 0),
(461, '169.207.238.240', 0),
(462, '169.207.238.254', 0),
(463, '169.207.238.70', 0),
(464, '171.64.68.80', 0),
(465, '171.64.75.100', 0),
(466, '171.64.75.104', 0),
(467, '172.132.242.92', 0),
(468, '172.177.229.43', 0),
(469, '192.109.251.26', 0),
(470, '192.115.136.15', 0),
(471, '192.115.137.202', 0),
(472, '192.41.15.30', 0),
(473, '192.41.170.17', 0),
(474, '192.41.34.245', 0),
(475, '192.41.43.146', 0),
(476, '192.41.47.46', 0),
(477, '192.41.49.235', 0),
(478, '192.41.61.81', 0),
(479, '192.41.9.30', 0),
(480, '192.87.170.243', 0),
(481, '192.92.126.4', 0),
(482, '192.92.126.5', 0),
(483, '193.10.249.70', 0),
(484, '193.110.40.130', 0),
(485, '193.110.40.145', 0),
(486, '193.110.40.150', 0),
(487, '193.110.40.151', 0),
(488, '193.110.40.152', 0),
(489, '193.110.40.153', 0),
(490, '193.110.40.83', 0),
(491, '193.110.40.87', 0),
(492, '193.110.40.88', 0),
(493, '193.110.40.90', 0),
(494, '193.110.40.93', 0),
(495, '193.110.40.94', 0),
(496, '193.110.40.98', 0),
(497, '193.12.151.201', 0),
(498, '193.120.253.2', 0),
(499, '193.131.74.96', 0),
(500, '193.136.20.2', 0),
(501, '193.136.20.250', 0),
(502, '193.15.210.29', 0),
(503, '193.172.236.107', 0),
(504, '193.172.236.108', 0),
(505, '193.172.236.114', 0),
(506, '193.172.236.8', 0),
(507, '193.172.237.16', 0),
(508, '193.172.237.17', 0),
(509, '193.195.19.10', 0),
(510, '193.200.173.153', 0),
(511, '193.218.115.242', 0),
(512, '193.218.115.254', 0),
(513, '193.218.115.6', 0),
(514, '193.218.115.7', 0),
(515, '193.218.115.8', 0),
(516, '193.218.115.81', 0),
(517, '193.252.118.101', 0),
(518, '193.252.118.102', 0),
(519, '193.252.118.135', 0),
(520, '193.252.118.188', 0),
(521, '193.252.118.190', 0),
(522, '193.252.121.229', 0),
(523, '193.252.148.101', 0),
(524, '193.252.148.11', 0),
(525, '193.252.148.208', 0),
(526, '193.252.148.209', 0),
(527, '193.252.148.51', 0),
(528, '193.252.149.20', 0),
(529, '193.47.80.101', 0),
(530, '193.47.80.135', 0),
(531, '193.47.80.136', 0),
(532, '193.47.80.140', 0),
(533, '193.47.80.142', 0),
(534, '193.47.80.36', 0),
(535, '193.47.80.37', 0),
(536, '193.47.80.38', 0),
(537, '193.47.80.39', 0),
(538, '193.47.80.40', 0),
(539, '193.47.80.41', 0),
(540, '193.47.80.42', 0),
(541, '193.47.80.43', 0),
(542, '193.47.80.44', 0),
(543, '193.47.80.46', 0),
(544, '193.47.80.47', 0),
(545, '193.47.80.48', 0),
(546, '193.47.80.49', 0),
(547, '193.47.80.75', 0),
(548, '193.47.80.77', 0),
(549, '193.47.80.78', 0),
(550, '193.47.80.83', 0),
(551, '193.47.80.94', 0),
(552, '193.62.81.96', 0),
(553, '193.7.254.240', 0),
(554, '193.7.255.121', 0),
(555, '193.7.255.122', 0),
(556, '193.7.255.130', 0),
(557, '193.7.255.142', 0),
(558, '193.7.255.21', 0),
(559, '193.7.255.22', 0),
(560, '193.7.255.24', 0),
(561, '193.7.255.241', 0),
(562, '193.7.255.242', 0),
(563, '193.7.255.244', 0),
(564, '193.7.255.33', 0),
(565, '193.7.255.90', 0),
(566, '193.71.105.251', 0),
(567, '194.106.33.39', 0),
(568, '194.109.125.201', 0),
(569, '194.109.125.202', 0),
(570, '194.109.64.25', 0),
(571, '194.112.94.250', 0),
(572, '194.112.94.251', 0),
(573, '194.112.94.252', 0),
(574, '194.117.133.180', 0),
(575, '194.134.109.17', 0),
(576, '194.134.109.21', 0),
(577, '194.134.109.3', 0),
(578, '194.134.109.7', 0),
(579, '194.151.1.60', 0),
(580, '194.168.54.11', 0),
(581, '194.168.54.6', 0),
(582, '194.181.35.5', 0),
(583, '194.181.35.6', 0),
(584, '194.197.68.46', 0),
(585, '194.198.230.36', 0),
(586, '194.199.4.2', 0),
(587, '194.201.146.1', 0),
(588, '194.201.146.24', 0),
(589, '194.201.93.118', 0),
(590, '194.201.93.18', 0),
(591, '194.201.93.6', 0),
(592, '194.202.39.44', 0),
(593, '194.213.69.100', 0),
(594, '194.213.69.99', 0),
(595, '194.221.102.137', 0),
(596, '194.221.132.133', 0),
(597, '194.221.132.139', 0),
(598, '194.221.132.56', 0),
(599, '194.221.84.11', 0),
(600, '194.221.84.15', 0),
(601, '194.221.84.31', 0),
(602, '194.221.84.32', 0),
(603, '194.221.84.33', 0),
(604, '194.221.84.34', 0),
(605, '194.221.84.38', 0),
(606, '194.221.84.39', 0),
(607, '194.221.84.40', 0),
(608, '194.221.84.41', 0),
(609, '194.224.199.46', 0),
(610, '194.224.199.47', 0),
(611, '194.224.199.48', 0),
(612, '194.224.199.49', 0),
(613, '194.224.199.50', 0),
(614, '194.224.199.52', 0),
(615, '194.229.40.250', 0),
(616, '194.231.0.71', 0),
(617, '194.231.30.10', 0),
(618, '194.231.30.106', 0),
(619, '194.231.30.107', 0),
(620, '194.231.30.108', 0),
(621, '194.231.30.109', 0),
(622, '194.231.30.11', 0),
(623, '194.231.30.14', 0),
(624, '194.231.30.15', 0),
(625, '194.231.30.16', 0),
(626, '194.231.30.86', 0),
(627, '194.231.30.87', 0),
(628, '194.231.30.88', 0),
(629, '194.231.30.89', 0),
(630, '194.231.30.90', 0),
(631, '194.231.30.91', 0),
(632, '194.231.30.92', 0),
(633, '194.231.30.93', 0),
(634, '194.231.42.178', 0),
(635, '194.231.42.185', 0),
(636, '194.231.68.166', 0),
(637, '194.231.76.158', 0),
(638, '194.232.15.65', 0),
(639, '194.248.208.82', 0),
(640, '194.30.220.164', 0),
(641, '194.45.170.120', 0),
(642, '194.46.8.25', 0),
(643, '194.51.33.72', 0),
(644, '194.67.18.63', 0),
(645, '194.67.18.65', 0),
(646, '194.67.18.66', 0),
(647, '194.67.18.67', 0),
(648, '194.67.18.68', 0),
(649, '194.67.18.69', 0),
(650, '194.67.18.70', 0),
(651, '194.67.18.71', 0),
(652, '194.67.18.72', 0),
(653, '194.67.18.73', 0),
(654, '194.67.18.74', 0),
(655, '194.67.18.84', 0),
(656, '194.97.8.162', 0),
(657, '194.97.8.163', 0),
(658, '195.101.94.101', 0),
(659, '195.101.94.15', 0),
(660, '195.101.94.162', 0),
(661, '195.101.94.166', 0),
(662, '195.101.94.167', 0),
(663, '195.101.94.17', 0),
(664, '195.101.94.208', 0),
(665, '195.101.94.209', 0),
(666, '195.101.94.7', 0),
(667, '195.101.94.80', 0),
(668, '195.101.94.81', 0),
(669, '195.113.214.196', 0),
(670, '195.113.214.204', 0),
(671, '195.113.214.207', 0),
(672, '195.120.233.1', 0),
(673, '195.122.204.2', 0),
(674, '195.122.208.217', 0),
(675, '195.130.233.11', 0),
(676, '195.130.233.22', 0),
(677, '195.130.233.30', 0),
(678, '195.130.233.58', 0),
(679, '195.130.233.60', 0),
(680, '195.130.233.68', 0),
(681, '195.137.7.76', 0),
(682, '195.141.85.115', 0),
(683, '195.141.85.116', 0),
(684, '195.141.85.142', 0),
(685, '195.141.85.146', 0),
(686, '195.145.119.24', 0),
(687, '195.145.119.25', 0),
(688, '195.153.48.120', 0),
(689, '195.154.174.164', 0),
(690, '195.154.174.167', 0),
(691, '195.166.231.3', 0),
(692, '195.186.149.91', 0),
(693, '195.188.192.23', 0),
(694, '195.190.21.70', 0),
(695, '195.20.224.66', 0),
(696, '195.20.224.72', 0),
(697, '195.20.224.73', 0),
(698, '195.20.225.112', 0),
(699, '195.20.225.115', 0),
(700, '195.20.225.123', 0),
(701, '195.20.225.97', 0),
(702, '195.20.227.67', 0),
(703, '195.200.163.250', 0),
(704, '195.200.169.193', 0),
(705, '195.210.89.11', 0),
(706, '195.210.89.13', 0),
(707, '195.210.89.57', 0),
(708, '195.210.91.112', 0),
(709, '195.210.91.113', 0),
(710, '195.210.91.135', 0),
(711, '195.210.91.137', 0),
(712, '195.210.91.187', 0),
(713, '195.210.91.21', 0),
(714, '195.210.91.212', 0),
(715, '195.210.91.213', 0),
(716, '195.210.91.214', 0),
(717, '195.210.91.215', 0),
(718, '195.210.91.235', 0),
(719, '195.210.91.24', 0),
(720, '195.210.91.80', 0),
(721, '195.210.93.252', 0),
(722, '195.211.11.50', 0),
(723, '195.226.160.249', 0),
(724, '195.228.240.177', 0),
(725, '195.242.46.55', 0),
(726, '195.27.114.130', 0),
(727, '195.27.115.50', 0),
(728, '195.27.115.51', 0),
(729, '195.27.215.70', 0),
(730, '195.27.215.71', 0),
(731, '195.27.215.72', 0),
(732, '195.27.215.89', 0),
(733, '195.27.215.91', 0),
(734, '195.27.215.92', 0),
(735, '195.28.81.56', 0),
(736, '195.3.97.3', 0),
(737, '195.37.212.232', 0),
(738, '195.37.68.180', 0),
(739, '195.37.68.181', 0),
(740, '195.37.68.3', 0),
(741, '195.37.68.65', 0),
(742, '195.4.39.156', 0),
(743, '195.44.0.104', 0),
(744, '195.44.0.150', 0),
(745, '195.44.0.152', 0),
(746, '195.44.0.153', 0),
(747, '195.44.206.13', 0),
(748, '195.57.152.80', 0),
(749, '195.76.40.251', 0),
(750, '195.95.124.3', 0),
(751, '195.95.124.7', 0),
(752, '198.138.63.1', 0),
(753, '198.138.63.22', 0),
(754, '198.139.155.10', 0),
(755, '198.139.155.32', 0),
(756, '198.139.155.7', 0),
(757, '198.139.155.86', 0),
(758, '198.147.135.13', 0),
(759, '198.173.35.169', 0),
(760, '198.173.35.170', 0),
(761, '198.173.35.171', 0),
(762, '198.173.35.179', 0),
(763, '198.185.1.224', 0),
(764, '198.185.18.207', 0),
(765, '198.3.103', 0),
(766, '198.3.103.101', 0),
(767, '198.3.103.105', 0),
(768, '198.3.103.106', 0),
(769, '198.3.103.107', 0),
(770, '198.3.103.108', 0),
(771, '198.3.103.112', 0),
(772, '198.3.103.114', 0),
(773, '198.3.103.118', 0),
(774, '198.3.103.122', 0),
(775, '198.3.103.124', 0),
(776, '198.3.103.129', 0),
(777, '198.3.103.22', 0),
(778, '198.3.103.23', 0),
(779, '198.3.103.24', 0),
(780, '198.3.103.28', 0),
(781, '198.3.103.35', 0),
(782, '198.3.103.48', 0),
(783, '198.3.103.49', 0),
(784, '198.3.103.50', 0),
(785, '198.3.103.51', 0),
(786, '198.3.103.53', 0),
(787, '198.3.103.56', 0),
(788, '198.3.103.57', 0),
(789, '198.3.103.58', 0),
(790, '198.3.103.59', 0),
(791, '198.3.103.60', 0),
(792, '198.3.103.65', 0),
(793, '198.3.103.66', 0),
(794, '198.3.103.68', 0),
(795, '198.3.103.69', 0),
(796, '198.3.103.70', 0),
(797, '198.3.103.72', 0),
(798, '198.3.103.73', 0),
(799, '198.3.103.75', 0),
(800, '198.3.103.76', 0),
(801, '198.3.103.78', 0),
(802, '198.3.103.79', 0),
(803, '198.3.103.80', 0),
(804, '198.3.103.81', 0),
(805, '198.3.103.82', 0),
(806, '198.3.103.84', 0),
(807, '198.3.103.85', 0),
(808, '198.3.103.91', 0),
(809, '198.3.103.93', 0),
(810, '198.3.103.95', 0),
(811, '198.3.103.96', 0),
(812, '198.3.103.97', 0),
(813, '198.3.103.98', 0),
(814, '198.3.99.101', 0),
(815, '198.31.135.245', 0),
(816, '198.4.83.49', 0),
(817, '198.49.220.81', 0),
(818, '198.5.208', 0),
(819, '198.5.208.1', 0),
(820, '198.5.208.100', 0),
(821, '198.5.208.26', 0),
(822, '198.5.208.28', 0),
(823, '198.5.208.3', 0),
(824, '198.5.208.5', 0),
(825, '198.5.210', 0),
(826, '198.5.210.11', 0),
(827, '198.5.210.181', 0),
(828, '198.5.210.189', 0),
(829, '198.5.210.20', 0),
(830, '198.5.210.24', 0),
(831, '198.5.210.93', 0),
(832, '198.77.78.124', 0),
(833, '199.172.148.105', 0),
(834, '199.172.148.11', 0),
(835, '199.172.148.37', 0),
(836, '199.172.149', 0),
(837, '199.172.149.129', 0),
(838, '199.172.149.131', 0),
(839, '199.172.149.132', 0),
(840, '199.172.149.133', 0),
(841, '199.172.149.134', 0),
(842, '199.172.149.135', 0),
(843, '199.172.149.136', 0),
(844, '199.172.149.138', 0),
(845, '199.172.149.139', 0),
(846, '199.172.149.140', 0),
(847, '199.172.149.141', 0),
(848, '199.172.149.142', 0),
(849, '199.172.149.143', 0),
(850, '199.172.149.144', 0),
(851, '199.172.149.146', 0),
(852, '199.172.149.148', 0),
(853, '199.172.149.149', 0),
(854, '199.172.149.151', 0),
(855, '199.172.149.153', 0),
(856, '199.172.149.155', 0),
(857, '199.172.149.156', 0),
(858, '199.172.149.165', 0),
(859, '199.172.149.166', 0),
(860, '199.172.149.168', 0),
(861, '199.172.149.170', 0),
(862, '199.172.149.171', 0),
(863, '199.172.149.172', 0),
(864, '199.172.149.173', 0),
(865, '199.172.149.174', 0),
(866, '199.172.149.175', 0),
(867, '199.172.149.176', 0),
(868, '199.172.149.177', 0),
(869, '199.172.149.178', 0),
(870, '199.172.149.179', 0),
(871, '199.172.149.180', 0),
(872, '199.172.149.181', 0),
(873, '199.172.149.182', 0),
(874, '199.172.149.183', 0),
(875, '199.172.149.184', 0),
(876, '199.172.149.185', 0),
(877, '199.172.149.186', 0),
(878, '199.172.149.187', 0),
(879, '199.172.149.188', 0),
(880, '199.172.149.190', 0),
(881, '199.172.149.191', 0),
(882, '199.172.149.192', 0),
(883, '199.172.149.193', 0),
(884, '199.172.149.194', 0),
(885, '199.172.149.195', 0),
(886, '199.172.149.196', 0),
(887, '199.172.149.197', 0),
(888, '199.172.149.198', 0),
(889, '199.172.149.202', 0),
(890, '199.172.149.203', 0),
(891, '199.172.149.204', 0),
(892, '199.172.149.205', 0),
(893, '199.172.149.206', 0),
(894, '199.172.149.207', 0),
(895, '199.172.149.208', 0),
(896, '199.172.149.209', 0),
(897, '199.172.149.210', 0),
(898, '199.172.149.211', 0),
(899, '199.172.149.212', 0),
(900, '199.172.149.213', 0),
(901, '199.172.149.215', 0),
(902, '199.172.149.216', 0),
(903, '199.172.149.217', 0),
(904, '199.172.149.228', 0),
(905, '199.172.149.229', 0),
(906, '199.172.149.30', 0),
(907, '199.172.149.35', 0),
(908, '199.172.149.57', 0),
(909, '199.172.149.58', 0),
(910, '199.172.149.59', 0),
(911, '199.172.149.60', 0),
(912, '199.172.149.64', 0),
(913, '199.172.149.65', 0),
(914, '199.172.149.66', 0),
(915, '199.172.149.70', 0),
(916, '199.172.152.238', 0),
(917, '199.172.152.34', 0),
(918, '199.172.152.54', 0),
(919, '199.172.152.56', 0),
(920, '199.172.152.57', 0),
(921, '199.172.152.95', 0),
(922, '199.172.153.174', 0),
(923, '199.172.153.175', 0),
(924, '199.172.153.178', 0),
(925, '199.172.156.168', 0),
(926, '199.172.156.169', 0),
(927, '199.172.156.170', 0),
(928, '199.172.156.219', 0),
(929, '199.172.157.28', 0),
(930, '199.177.18.9', 0),
(931, '199.182.120.206', 0),
(932, '199.184.188.143', 0),
(933, '199.184.188.151', 0),
(934, '199.184.188.160', 0),
(935, '199.227.200.23', 0),
(936, '199.35.98.241', 0),
(937, '199.35.98.30', 0),
(938, '199.88.205.35', 0),
(939, '199.88.205.61', 0),
(940, '200.215.16.125', 0),
(941, '200.221.10.240', 0),
(942, '202.103.134.196', 0),
(943, '202.108.11.100', 0),
(944, '202.108.11.106', 0),
(945, '202.108.11.108', 0),
(946, '202.108.11.132', 0),
(947, '202.108.11.232', 0),
(948, '202.108.11.241', 0),
(949, '202.108.165.220', 0),
(950, '202.108.22.70', 0),
(951, '202.108.22.73', 0),
(952, '202.108.22.75', 0),
(953, '202.108.22.79', 0),
(954, '202.108.22.80', 0),
(955, '202.108.22.81', 0),
(956, '202.108.23.71', 0),
(957, '202.108.23.74', 0),
(958, '202.108.249.176', 0),
(959, '202.108.249.177', 0),
(960, '202.108.249.178', 0),
(961, '202.108.249.179', 0),
(962, '202.108.249.182', 0),
(963, '202.108.249.183', 0),
(964, '202.108.249.184', 0),
(965, '202.108.249.185', 0),
(966, '202.108.249.186', 0),
(967, '202.108.249.187', 0),
(968, '202.108.249.188', 0),
(969, '202.108.249.189', 0),
(970, '202.108.249.190', 0),
(971, '202.108.250.19', 0),
(972, '202.108.250.195', 0),
(973, '202.108.250.196', 0),
(974, '202.108.250.197', 0),
(975, '202.108.250.198', 0),
(976, '202.108.250.199', 0),
(977, '202.108.250.206', 0),
(978, '202.108.250.207', 0),
(979, '202.108.250.216', 0),
(980, '202.108.250.222', 0),
(981, '202.108.250.226', 0),
(982, '202.108.250.24', 0),
(983, '202.108.250.240', 0),
(984, '202.108.250.241', 0),
(985, '202.108.250.242', 0),
(986, '202.108.250.243', 0),
(987, '202.108.250.244', 0),
(988, '202.108.250.245', 0),
(989, '202.108.250.246', 0),
(990, '202.108.250.248', 0),
(991, '202.108.250.253', 0),
(992, '202.139.99.130', 0),
(993, '202.139.99.131', 0),
(994, '202.139.99.145', 0),
(995, '202.139.99.146', 0),
(996, '202.160.178', 0),
(997, '202.160.178.111', 0),
(998, '202.160.178.114', 0),
(999, '202.160.178.127', 0),
(1000, '202.160.178.140', 0),
(1001, '202.160.178.156', 0),
(1002, '202.160.178.185', 0),
(1003, '202.160.178.189', 0),
(1004, '202.160.178.201', 0),
(1005, '202.160.178.207', 0),
(1006, '202.160.178.209', 0),
(1007, '202.160.178.21', 0),
(1008, '202.160.178.211', 0),
(1009, '202.160.178.224', 0),
(1010, '202.160.178.243', 0),
(1011, '202.160.178.247', 0),
(1012, '202.160.178.248', 0),
(1013, '202.160.178.250', 0),
(1014, '202.160.178.28', 0),
(1015, '202.160.178.41', 0),
(1016, '202.160.178.79', 0),
(1017, '202.160.178.93', 0),
(1018, '202.160.179', 0),
(1019, '202.160.179.10', 0),
(1020, '202.160.179.105', 0),
(1021, '202.160.179.12', 0),
(1022, '202.160.179.120', 0),
(1023, '202.160.179.127', 0),
(1024, '202.160.179.135', 0),
(1025, '202.160.179.139', 0),
(1026, '202.160.179.140', 0),
(1027, '202.160.179.141', 0),
(1028, '202.160.179.145', 0),
(1029, '202.160.179.154', 0),
(1030, '202.160.179.164', 0),
(1031, '202.160.179.57', 0),
(1032, '202.160.179.822', 0),
(1033, '202.160.180', 0),
(1034, '202.160.180.100', 0),
(1035, '202.160.180.101', 0),
(1036, '202.160.180.102', 0),
(1037, '202.160.180.103', 0),
(1038, '202.160.180.104', 0),
(1039, '202.160.180.105', 0),
(1040, '202.160.180.106', 0),
(1041, '202.160.180.108', 0),
(1042, '202.160.180.109', 0),
(1043, '202.160.180.11', 0),
(1044, '202.160.180.110', 0),
(1045, '202.160.180.112', 0),
(1046, '202.160.180.113', 0),
(1047, '202.160.180.114', 0),
(1048, '202.160.180.115', 0),
(1049, '202.160.180.116', 0),
(1050, '202.160.180.117', 0),
(1051, '202.160.180.12', 0),
(1052, '202.160.180.120', 0),
(1053, '202.160.180.121', 0),
(1054, '202.160.180.122', 0),
(1055, '202.160.180.124', 0),
(1056, '202.160.180.126', 0),
(1057, '202.160.180.127', 0),
(1058, '202.160.180.128', 0),
(1059, '202.160.180.129', 0),
(1060, '202.160.180.13', 0),
(1061, '202.160.180.130', 0),
(1062, '202.160.180.131', 0),
(1063, '202.160.180.132', 0),
(1064, '202.160.180.133', 0),
(1065, '202.160.180.136', 0),
(1066, '202.160.180.137', 0),
(1067, '202.160.180.138', 0),
(1068, '202.160.180.139', 0),
(1069, '202.160.180.14', 0),
(1070, '202.160.180.140', 0),
(1071, '202.160.180.141', 0),
(1072, '202.160.180.146', 0),
(1073, '202.160.180.147', 0),
(1074, '202.160.180.148', 0),
(1075, '202.160.180.149', 0),
(1076, '202.160.180.15', 0),
(1077, '202.160.180.150', 0),
(1078, '202.160.180.151', 0),
(1079, '202.160.180.153', 0),
(1080, '202.160.180.154', 0),
(1081, '202.160.180.155', 0),
(1082, '202.160.180.156', 0),
(1083, '202.160.180.157', 0),
(1084, '202.160.180.158', 0),
(1085, '202.160.180.159', 0),
(1086, '202.160.180.16', 0),
(1087, '202.160.180.160', 0),
(1088, '202.160.180.161', 0),
(1089, '202.160.180.162', 0),
(1090, '202.160.180.164', 0),
(1091, '202.160.180.165', 0),
(1092, '202.160.180.166', 0),
(1093, '202.160.180.167', 0),
(1094, '202.160.180.168', 0),
(1095, '202.160.180.169', 0),
(1096, '202.160.180.17', 0),
(1097, '202.160.180.170', 0),
(1098, '202.160.180.172', 0),
(1099, '202.160.180.173', 0),
(1100, '202.160.180.175', 0),
(1101, '202.160.180.176', 0),
(1102, '202.160.180.177', 0),
(1103, '202.160.180.178', 0),
(1104, '202.160.180.179', 0),
(1105, '202.160.180.18', 0),
(1106, '202.160.180.180', 0),
(1107, '202.160.180.183', 0),
(1108, '202.160.180.184', 0),
(1109, '202.160.180.186', 0),
(1110, '202.160.180.188', 0),
(1111, '202.160.180.189', 0),
(1112, '202.160.180.190', 0),
(1113, '202.160.180.193', 0),
(1114, '202.160.180.194', 0),
(1115, '202.160.180.195', 0),
(1116, '202.160.180.196', 0),
(1117, '202.160.180.198', 0),
(1118, '202.160.180.199', 0),
(1119, '202.160.180.20', 0),
(1120, '202.160.180.201', 0),
(1121, '202.160.180.203', 0),
(1122, '202.160.180.205', 0),
(1123, '202.160.180.207', 0),
(1124, '202.160.180.209', 0),
(1125, '202.160.180.210', 0),
(1126, '202.160.180.211', 0),
(1127, '202.160.180.213', 0),
(1128, '202.160.180.23', 0),
(1129, '202.160.180.24', 0),
(1130, '202.160.180.26', 0),
(1131, '202.160.180.27', 0),
(1132, '202.160.180.29', 0),
(1133, '202.160.180.30', 0),
(1134, '202.160.180.31', 0),
(1135, '202.160.180.32', 0),
(1136, '202.160.180.33', 0),
(1137, '202.160.180.34', 0),
(1138, '202.160.180.35', 0),
(1139, '202.160.180.37', 0),
(1140, '202.160.180.39', 0),
(1141, '202.160.180.40', 0),
(1142, '202.160.180.51', 0),
(1143, '202.160.180.55', 0),
(1144, '202.160.180.57', 0),
(1145, '202.160.180.58', 0),
(1146, '202.160.180.6', 0),
(1147, '202.160.180.60', 0),
(1148, '202.160.180.61', 0),
(1149, '202.160.180.62', 0),
(1150, '202.160.180.63', 0),
(1151, '202.160.180.64', 0),
(1152, '202.160.180.65', 0),
(1153, '202.160.180.66', 0),
(1154, '202.160.180.67', 0),
(1155, '202.160.180.68', 0),
(1156, '202.160.180.69', 0),
(1157, '202.160.180.7', 0),
(1158, '202.160.180.70', 0),
(1159, '202.160.180.72', 0),
(1160, '202.160.180.73', 0),
(1161, '202.160.180.74', 0),
(1162, '202.160.180.75', 0),
(1163, '202.160.180.78', 0),
(1164, '202.160.180.79', 0),
(1165, '202.160.180.8', 0),
(1166, '202.160.180.80', 0),
(1167, '202.160.180.81', 0),
(1168, '202.160.180.83', 0),
(1169, '202.160.180.84', 0),
(1170, '202.160.180.85', 0),
(1171, '202.160.180.86', 0),
(1172, '202.160.180.87', 0),
(1173, '202.160.180.88', 0),
(1174, '202.160.180.89', 0),
(1175, '202.160.180.9', 0),
(1176, '202.160.180.91', 0),
(1177, '202.160.180.94', 0),
(1178, '202.160.180.95', 0),
(1179, '202.160.180.96', 0),
(1180, '202.160.180.97', 0),
(1181, '202.160.180.98', 0),
(1182, '202.160.180.99', 0),
(1183, '202.160.181', 0),
(1184, '202.160.181.183', 0),
(1185, '202.160.181.189', 0),
(1186, '202.160.183.182', 0),
(1187, '202.160.183.184', 0),
(1188, '202.160.183.217', 0),
(1189, '202.160.183.218', 0),
(1190, '202.160.183.219', 0),
(1191, '202.160.183.220', 0),
(1192, '202.160.183.234', 0),
(1193, '202.160.183.235', 0),
(1194, '202.160.183.236', 0),
(1195, '202.160.183.237', 0),
(1196, '202.160.183.239', 0),
(1197, '202.160.183.245', 0),
(1198, '202.160.185.174', 0),
(1199, '202.160.189.248', 0),
(1200, '202.160.189.250', 0),
(1201, '202.165.103.155', 0),
(1202, '202.165.96.133', 0),
(1203, '202.165.96.134', 0),
(1204, '202.165.96.135', 0),
(1205, '202.165.96.136', 0),
(1206, '202.165.96.138', 0),
(1207, '202.165.96.139', 0),
(1208, '202.165.96.140', 0),
(1209, '202.165.96.141', 0),
(1210, '202.165.96.142', 0),
(1211, '202.165.96.161', 0),
(1212, '202.165.96.166', 0),
(1213, '202.165.96.167', 0),
(1214, '202.165.96.168', 0),
(1215, '202.165.96.170', 0),
(1216, '202.165.96.171', 0),
(1217, '202.165.96.172', 0),
(1218, '202.165.96.173', 0),
(1219, '202.165.96.174', 0),
(1220, '202.165.98', 0),
(1221, '202.165.98.118', 0),
(1222, '202.165.98.139', 0),
(1223, '202.165.98.140', 0),
(1224, '202.165.98.141', 0),
(1225, '202.165.98.142', 0),
(1226, '202.165.98.143', 0),
(1227, '202.165.98.144', 0),
(1228, '202.165.98.145', 0),
(1229, '202.165.98.146', 0),
(1230, '202.165.98.147', 0),
(1231, '202.165.98.165', 0),
(1232, '202.165.98.166', 0),
(1233, '202.165.99', 0),
(1234, '202.165.99.20', 0),
(1235, '202.165.99.43', 0),
(1236, '202.165.99.44', 0),
(1237, '202.165.99.45', 0),
(1238, '202.165.99.46', 0),
(1239, '202.165.99.47', 0),
(1240, '202.165.99.48', 0),
(1241, '202.165.99.49', 0),
(1242, '202.165.99.54', 0),
(1243, '202.165.99.59', 0),
(1244, '202.179.180.43', 0),
(1245, '202.179.180.45', 0),
(1246, '202.179.180.53', 0),
(1247, '202.179.180.54', 0),
(1248, '202.179.181.137', 0),
(1249, '202.179.181.138', 0),
(1250, '202.181.96.224', 0),
(1251, '202.191.32.67', 0),
(1252, '202.191.34.146', 0),
(1253, '202.212.29.100', 0),
(1254, '202.212.5.30', 0),
(1255, '202.212.5.32', 0),
(1256, '202.212.5.33', 0),
(1257, '202.212.5.34', 0),
(1258, '202.212.5.35', 0),
(1259, '202.212.5.36', 0),
(1260, '202.212.5.37', 0),
(1261, '202.212.5.38', 0),
(1262, '202.212.5.39', 0),
(1263, '202.212.5.47', 0),
(1264, '202.212.5.48', 0),
(1265, '202.212.5.53', 0),
(1266, '202.212.5.70', 0),
(1267, '202.229.31.13', 0),
(1268, '202.229.31.14', 0),
(1269, '202.229.31.15', 0),
(1270, '202.232.118.40', 0),
(1271, '202.232.118.51', 0),
(1272, '202.234.172.68', 0),
(1273, '202.33.250.146', 0),
(1274, '202.33.250.147', 0),
(1275, '202.33.250.148', 0),
(1276, '202.33.250.149', 0),
(1277, '202.33.250.150', 0),
(1278, '202.33.250.151', 0),
(1279, '202.33.250.152', 0),
(1280, '202.33.250.153', 0),
(1281, '202.33.250.154', 0),
(1282, '202.36.240.1', 0),
(1283, '202.46.19.93', 0),
(1284, '202.63.69.122', 0),
(1285, '202.83.221.219', 0),
(1286, '202.85.89.24', 0),
(1287, '202.96.51.137', 0),
(1288, '202.96.51.144', 0),
(1289, '202.96.51.145', 0),
(1290, '202.96.51.147', 0),
(1291, '202.96.51.148', 0),
(1292, '202.96.51.149', 0),
(1293, '202.96.51.150', 0),
(1294, '202.96.51.151', 0),
(1295, '202.96.51.152', 0),
(1296, '202.96.51.153', 0),
(1297, '202.96.51.154', 0),
(1298, '202.96.51.155', 0),
(1299, '202.96.51.156', 0),
(1300, '202.96.51.157', 0),
(1301, '202.96.51.158', 0),
(1302, '202.96.51.159', 0),
(1303, '202.96.51.162', 0),
(1304, '202.96.51.172', 0),
(1305, '203.107.130.9', 0),
(1306, '203.122.61.30', 0),
(1307, '203.123.188.2', 0),
(1308, '203.139.121.210', 0),
(1309, '203.141.52.41', 0),
(1310, '203.141.52.42', 0),
(1311, '203.141.52.43', 0),
(1312, '203.141.52.44', 0),
(1313, '203.141.52.45', 0),
(1314, '203.141.52.46', 0),
(1315, '203.141.52.47', 0),
(1316, '203.209.252.14', 0),
(1317, '203.209.252.17', 0),
(1318, '203.209.252.25', 0),
(1319, '203.209.252.60', 0),
(1320, '203.209.252.61', 0),
(1321, '203.209.252.68', 0),
(1322, '203.209.252.72', 0),
(1323, '203.209.252.76', 0),
(1324, '203.21.15.10', 0),
(1325, '203.255.234.102', 0),
(1326, '203.255.234.103', 0),
(1327, '203.255.234.105', 0),
(1328, '203.255.234.106', 0),
(1329, '203.36.59.242', 0),
(1330, '203.43.134.226', 0),
(1331, '203.51.44.181', 0),
(1332, '203.51.46.83', 0),
(1333, '203.69.36.183', 0),
(1334, '203.83.248.74', 0),
(1335, '203.83.248.93', 0),
(1336, '203.87.123.139', 0),
(1337, '203.89.255.8', 0),
(1338, '203.9.252.2', 0),
(1339, '203.96.111.201', 0),
(1340, '204.123.13.36', 0),
(1341, '204.123.13.65', 0),
(1342, '204.123.13.66', 0),
(1343, '204.123.2', 0),
(1344, '204.123.2.1', 0),
(1345, '204.123.2.100', 0),
(1346, '204.123.2.101', 0),
(1347, '204.123.2.102', 0),
(1348, '204.123.2.103', 0),
(1349, '204.123.2.104', 0),
(1350, '204.123.2.105', 0),
(1351, '204.123.2.106', 0),
(1352, '204.123.2.107', 0),
(1353, '204.123.2.108', 0),
(1354, '204.123.2.109', 0),
(1355, '204.123.2.110', 0),
(1356, '204.123.2.111', 0),
(1357, '204.123.2.112', 0),
(1358, '204.123.2.113', 0),
(1359, '204.123.2.114', 0),
(1360, '204.123.2.115', 0),
(1361, '204.123.2.116', 0),
(1362, '204.123.2.117', 0),
(1363, '204.123.2.118', 0),
(1364, '204.123.2.119', 0),
(1365, '204.123.2.120', 0),
(1366, '204.123.2.121', 0),
(1367, '204.123.2.122', 0),
(1368, '204.123.2.123', 0),
(1369, '204.123.2.124', 0),
(1370, '204.123.2.18', 0),
(1371, '204.123.2.19', 0),
(1372, '204.123.2.2', 0),
(1373, '204.123.2.20', 0),
(1374, '204.123.2.200', 0),
(1375, '204.123.2.201', 0),
(1376, '204.123.2.202', 0),
(1377, '204.123.2.203', 0),
(1378, '204.123.2.206', 0),
(1379, '204.123.2.207', 0),
(1380, '204.123.2.208', 0),
(1381, '204.123.2.209', 0),
(1382, '204.123.2.21', 0),
(1383, '204.123.2.210', 0),
(1384, '204.123.2.211', 0),
(1385, '204.123.2.212', 0),
(1386, '204.123.2.213', 0),
(1387, '204.123.2.22', 0),
(1388, '204.123.2.23', 0),
(1389, '204.123.2.230', 0),
(1390, '204.123.2.231', 0),
(1391, '204.123.2.233', 0),
(1392, '204.123.2.234', 0),
(1393, '204.123.2.235', 0),
(1394, '204.123.2.236', 0),
(1395, '204.123.2.237', 0),
(1396, '204.123.2.238', 0),
(1397, '204.123.2.239', 0),
(1398, '204.123.2.24', 0),
(1399, '204.123.2.240', 0),
(1400, '204.123.2.241', 0),
(1401, '204.123.2.242', 0),
(1402, '204.123.2.243', 0),
(1403, '204.123.2.244', 0),
(1404, '204.123.2.246', 0),
(1405, '204.123.2.247', 0),
(1406, '204.123.2.248', 0),
(1407, '204.123.2.249', 0),
(1408, '204.123.2.25', 0),
(1409, '204.123.2.250', 0),
(1410, '204.123.2.251', 0),
(1411, '204.123.2.252', 0),
(1412, '204.123.2.253', 0),
(1413, '204.123.2.255', 0),
(1414, '204.123.2.26', 0),
(1415, '204.123.2.27', 0),
(1416, '204.123.2.28', 0),
(1417, '204.123.2.29', 0),
(1418, '204.123.2.3', 0),
(1419, '204.123.2.30', 0),
(1420, '204.123.2.31', 0),
(1421, '204.123.2.32', 0),
(1422, '204.123.2.33', 0),
(1423, '204.123.2.34', 0),
(1424, '204.123.2.35', 0),
(1425, '204.123.2.36', 0),
(1426, '204.123.2.37', 0),
(1427, '204.123.2.38', 0),
(1428, '204.123.2.39', 0),
(1429, '204.123.2.4', 0),
(1430, '204.123.2.40', 0),
(1431, '204.123.2.41', 0),
(1432, '204.123.2.42', 0),
(1433, '204.123.2.43', 0),
(1434, '204.123.2.44', 0),
(1435, '204.123.2.45', 0),
(1436, '204.123.2.46', 0),
(1437, '204.123.2.47', 0),
(1438, '204.123.2.48', 0),
(1439, '204.123.2.49', 0),
(1440, '204.123.2.5', 0),
(1441, '204.123.2.50', 0),
(1442, '204.123.2.51', 0),
(1443, '204.123.2.52', 0),
(1444, '204.123.2.54', 0),
(1445, '204.123.2.55', 0),
(1446, '204.123.2.56', 0),
(1447, '204.123.2.59', 0),
(1448, '204.123.2.6', 0),
(1449, '204.123.2.60', 0),
(1450, '204.123.2.61', 0),
(1451, '204.123.2.62', 0),
(1452, '204.123.2.63', 0),
(1453, '204.123.2.64', 0),
(1454, '204.123.2.65', 0),
(1455, '204.123.2.66', 0),
(1456, '204.123.2.67', 0),
(1457, '204.123.2.68', 0),
(1458, '204.123.2.69', 0),
(1459, '204.123.2.70', 0),
(1460, '204.123.2.71', 0),
(1461, '204.123.2.72', 0),
(1462, '204.123.2.73', 0),
(1463, '204.123.2.74', 0),
(1464, '204.123.2.75', 0),
(1465, '204.123.2.77', 0),
(1466, '204.123.2.78', 0),
(1467, '204.123.2.79', 0),
(1468, '204.123.2.80', 0),
(1469, '204.123.2.81', 0),
(1470, '204.123.2.82', 0),
(1471, '204.123.2.83', 0),
(1472, '204.123.2.84', 0),
(1473, '204.123.2.85', 0),
(1474, '204.123.2.86', 0),
(1475, '204.123.2.87', 0),
(1476, '204.123.2.88', 0),
(1477, '204.123.2.89', 0),
(1478, '204.123.2.92', 0),
(1479, '204.123.2.93', 0),
(1480, '204.123.2.94', 0),
(1481, '204.123.2.95', 0),
(1482, '204.123.2.96', 0),
(1483, '204.123.2.97', 0),
(1484, '204.123.2.98', 0),
(1485, '204.123.2.99', 0),
(1486, '204.123.28.10', 0),
(1487, '204.123.28.11', 0),
(1488, '204.123.28.20', 0),
(1489, '204.123.28.21', 0),
(1490, '204.123.28.24', 0),
(1491, '204.123.28.25', 0),
(1492, '204.123.28.26', 0),
(1493, '204.123.28.27', 0),
(1494, '204.123.28.30', 0),
(1495, '204.123.28.31', 0),
(1496, '204.123.28.32', 0),
(1497, '204.123.28.33', 0),
(1498, '204.123.9', 0),
(1499, '204.123.9.0', 0),
(1500, '204.123.9.1', 0),
(1501, '204.123.9.10', 0),
(1502, '204.123.9.100', 0),
(1503, '204.123.9.101', 0),
(1504, '204.123.9.102', 0),
(1505, '204.123.9.103', 0),
(1506, '204.123.9.104', 0),
(1507, '204.123.9.105', 0),
(1508, '204.123.9.108', 0),
(1509, '204.123.9.109', 0),
(1510, '204.123.9.11', 0),
(1511, '204.123.9.110', 0),
(1512, '204.123.9.111', 0),
(1513, '204.123.9.112', 0),
(1514, '204.123.9.113', 0),
(1515, '204.123.9.114', 0),
(1516, '204.123.9.115', 0),
(1517, '204.123.9.116', 0),
(1518, '204.123.9.117', 0),
(1519, '204.123.9.118', 0),
(1520, '204.123.9.12', 0),
(1521, '204.123.9.120', 0),
(1522, '204.123.9.121', 0),
(1523, '204.123.9.122', 0),
(1524, '204.123.9.123', 0),
(1525, '204.123.9.124', 0),
(1526, '204.123.9.125', 0),
(1527, '204.123.9.126', 0),
(1528, '204.123.9.127', 0),
(1529, '204.123.9.128', 0),
(1530, '204.123.9.129', 0),
(1531, '204.123.9.13', 0),
(1532, '204.123.9.130', 0),
(1533, '204.123.9.131', 0),
(1534, '204.123.9.132', 0),
(1535, '204.123.9.133', 0),
(1536, '204.123.9.134', 0),
(1537, '204.123.9.135', 0),
(1538, '204.123.9.136', 0),
(1539, '204.123.9.137', 0),
(1540, '204.123.9.138', 0),
(1541, '204.123.9.139', 0),
(1542, '204.123.9.14', 0),
(1543, '204.123.9.140', 0),
(1544, '204.123.9.141', 0),
(1545, '204.123.9.142', 0),
(1546, '204.123.9.143', 0),
(1547, '204.123.9.144', 0),
(1548, '204.123.9.145', 0),
(1549, '204.123.9.146', 0),
(1550, '204.123.9.147', 0),
(1551, '204.123.9.15', 0),
(1552, '204.123.9.151', 0),
(1553, '204.123.9.152', 0),
(1554, '204.123.9.164', 0),
(1555, '204.123.9.18', 0),
(1556, '204.123.9.19', 0),
(1557, '204.123.9.195', 0),
(1558, '204.123.9.2', 0),
(1559, '204.123.9.20', 0),
(1560, '204.123.9.200', 0),
(1561, '204.123.9.201', 0),
(1562, '204.123.9.204', 0),
(1563, '204.123.9.205', 0),
(1564, '204.123.9.21', 0),
(1565, '204.123.9.22', 0),
(1566, '204.123.9.23', 0),
(1567, '204.123.9.24', 0),
(1568, '204.123.9.241', 0),
(1569, '204.123.9.242', 0),
(1570, '204.123.9.245', 0),
(1571, '204.123.9.246', 0),
(1572, '204.123.9.25', 0),
(1573, '204.123.9.255', 0),
(1574, '204.123.9.26', 0),
(1575, '204.123.9.27', 0),
(1576, '204.123.9.28', 0),
(1577, '204.123.9.29', 0),
(1578, '204.123.9.3', 0),
(1579, '204.123.9.30', 0),
(1580, '204.123.9.41', 0),
(1581, '204.123.9.42', 0),
(1582, '204.123.9.43', 0),
(1583, '204.123.9.44', 0),
(1584, '204.123.9.45', 0),
(1585, '204.123.9.46', 0),
(1586, '204.123.9.47', 0),
(1587, '204.123.9.48', 0),
(1588, '204.123.9.49', 0),
(1589, '204.123.9.50', 0),
(1590, '204.123.9.51', 0),
(1591, '204.123.9.52', 0),
(1592, '204.123.9.53', 0),
(1593, '204.123.9.54', 0),
(1594, '204.123.9.55', 0),
(1595, '204.123.9.56', 0),
(1596, '204.123.9.57', 0),
(1597, '204.123.9.58', 0),
(1598, '204.123.9.59', 0),
(1599, '204.123.9.6', 0),
(1600, '204.123.9.60', 0),
(1601, '204.123.9.61', 0),
(1602, '204.123.9.62', 0),
(1603, '204.123.9.63', 0),
(1604, '204.123.9.64', 0),
(1605, '204.123.9.69', 0),
(1606, '204.123.9.7', 0),
(1607, '204.123.9.70', 0),
(1608, '204.123.9.71', 0),
(1609, '204.123.9.72', 0),
(1610, '204.123.9.73', 0),
(1611, '204.123.9.74', 0),
(1612, '204.123.9.75', 0),
(1613, '204.123.9.76', 0),
(1614, '204.123.9.77', 0),
(1615, '204.123.9.78', 0),
(1616, '204.123.9.79', 0),
(1617, '204.123.9.8', 0),
(1618, '204.123.9.80', 0),
(1619, '204.123.9.81', 0),
(1620, '204.123.9.82', 0),
(1621, '204.123.9.83', 0),
(1622, '204.123.9.84', 0),
(1623, '204.123.9.85', 0),
(1624, '204.123.9.86', 0),
(1625, '204.123.9.87', 0),
(1626, '204.123.9.88', 0),
(1627, '204.123.9.9', 0),
(1628, '204.123.9.91', 0),
(1629, '204.123.9.92', 0),
(1630, '204.123.9.93', 0),
(1631, '204.123.9.94', 0),
(1632, '204.123.9.95', 0),
(1633, '204.123.9.96', 0),
(1634, '204.123.9.97', 0),
(1635, '204.123.9.98', 0),
(1636, '204.123.9.99', 0),
(1637, '204.138.115.2', 0),
(1638, '204.146.80.99', 0),
(1639, '204.146.81.99', 0),
(1640, '204.151.80.1', 0),
(1641, '204.152.190', 0),
(1642, '204.152.190.1', 0),
(1643, '204.152.190.10', 0),
(1644, '204.152.190.11', 0),
(1645, '204.152.190.12', 0),
(1646, '204.152.190.126', 0),
(1647, '204.152.190.127', 0),
(1648, '204.152.190.128', 0),
(1649, '204.152.190.13', 0),
(1650, '204.152.190.133', 0),
(1651, '204.152.190.134', 0),
(1652, '204.152.190.135', 0),
(1653, '204.152.190.136', 0),
(1654, '204.152.190.137', 0),
(1655, '204.152.190.138', 0),
(1656, '204.152.190.139', 0),
(1657, '204.152.190.14', 0),
(1658, '204.152.190.140', 0),
(1659, '204.152.190.141', 0),
(1660, '204.152.190.142', 0),
(1661, '204.152.190.143', 0),
(1662, '204.152.190.144', 0),
(1663, '204.152.190.145', 0),
(1664, '204.152.190.146', 0),
(1665, '204.152.190.147', 0),
(1666, '204.152.190.148', 0),
(1667, '204.152.190.149', 0),
(1668, '204.152.190.15', 0),
(1669, '204.152.190.150', 0),
(1670, '204.152.190.151', 0),
(1671, '204.152.190.152', 0),
(1672, '204.152.190.153', 0),
(1673, '204.152.190.16', 0),
(1674, '204.152.190.17', 0),
(1675, '204.152.190.18', 0),
(1676, '204.152.190.19', 0),
(1677, '204.152.190.2', 0),
(1678, '204.152.190.20', 0),
(1679, '204.152.190.21', 0),
(1680, '204.152.190.22', 0),
(1681, '204.152.190.23', 0),
(1682, '204.152.190.24', 0),
(1683, '204.152.190.25', 0),
(1684, '204.152.190.250', 0),
(1685, '204.152.190.251', 0),
(1686, '204.152.190.252', 0),
(1687, '204.152.190.253', 0),
(1688, '204.152.190.254', 0),
(1689, '204.152.190.26', 0),
(1690, '204.152.190.3', 0),
(1691, '204.152.190.30', 0),
(1692, '204.152.190.33', 0),
(1693, '204.152.190.34', 0),
(1694, '204.152.190.4', 0),
(1695, '204.152.190.5', 0),
(1696, '204.152.190.54', 0),
(1697, '204.152.190.55', 0),
(1698, '204.152.190.56', 0),
(1699, '204.152.190.57', 0),
(1700, '204.152.190.6', 0),
(1701, '204.152.190.64', 0),
(1702, '204.152.190.65', 0),
(1703, '204.152.190.67', 0),
(1704, '204.152.190.68', 0),
(1705, '204.152.190.69', 0),
(1706, '204.152.190.7', 0),
(1707, '204.152.190.70', 0),
(1708, '204.152.190.71', 0),
(1709, '204.152.190.72', 0),
(1710, '204.152.190.73', 0),
(1711, '204.152.190.74', 0),
(1712, '204.152.190.75', 0),
(1713, '204.152.190.76', 0),
(1714, '204.152.190.77', 0),
(1715, '204.152.190.78', 0),
(1716, '204.152.190.79', 0),
(1717, '204.152.190.8', 0),
(1718, '204.152.190.80', 0),
(1719, '204.152.190.81', 0),
(1720, '204.152.190.82', 0),
(1721, '204.152.190.9', 0),
(1722, '204.152.191', 0),
(1723, '204.152.191.0', 0),
(1724, '204.152.191.1', 0),
(1725, '204.152.191.10', 0),
(1726, '204.152.191.11', 0),
(1727, '204.152.191.12', 0),
(1728, '204.152.191.13', 0),
(1729, '204.152.191.14', 0),
(1730, '204.152.191.15', 0),
(1731, '204.152.191.16', 0),
(1732, '204.152.191.17', 0),
(1733, '204.152.191.19', 0),
(1734, '204.152.191.2', 0),
(1735, '204.152.191.20', 0),
(1736, '204.152.191.21', 0),
(1737, '204.152.191.22', 0),
(1738, '204.152.191.23', 0),
(1739, '204.152.191.24', 0),
(1740, '204.152.191.248', 0),
(1741, '204.152.191.249', 0),
(1742, '204.152.191.25', 0),
(1743, '204.152.191.250', 0),
(1744, '204.152.191.251', 0),
(1745, '204.152.191.252', 0),
(1746, '204.152.191.253', 0),
(1747, '204.152.191.254', 0),
(1748, '204.152.191.255', 0),
(1749, '204.152.191.26', 0),
(1750, '204.152.191.3', 0),
(1751, '204.152.191.30', 0),
(1752, '204.152.191.31', 0),
(1753, '204.152.191.32', 0),
(1754, '204.152.191.33', 0),
(1755, '204.152.191.34', 0),
(1756, '204.152.191.35', 0),
(1757, '204.152.191.36', 0),
(1758, '204.152.191.37', 0),
(1759, '204.152.191.38', 0),
(1760, '204.152.191.39', 0),
(1761, '204.152.191.4', 0),
(1762, '204.152.191.40', 0),
(1763, '204.152.191.41', 0),
(1764, '204.152.191.42', 0),
(1765, '204.152.191.43', 0),
(1766, '204.152.191.44', 0),
(1767, '204.152.191.45', 0),
(1768, '204.152.191.46', 0),
(1769, '204.152.191.47', 0),
(1770, '204.152.191.48', 0),
(1771, '204.152.191.49', 0),
(1772, '204.152.191.5', 0),
(1773, '204.152.191.50', 0),
(1774, '204.152.191.51', 0),
(1775, '204.152.191.52', 0),
(1776, '204.152.191.53', 0),
(1777, '204.152.191.54', 0),
(1778, '204.152.191.55', 0),
(1779, '204.152.191.56', 0),
(1780, '204.152.191.57', 0),
(1781, '204.152.191.58', 0),
(1782, '204.152.191.59', 0),
(1783, '204.152.191.6', 0),
(1784, '204.152.191.60', 0),
(1785, '204.152.191.61', 0),
(1786, '204.152.191.62', 0),
(1787, '204.152.191.63', 0),
(1788, '204.152.191.64', 0),
(1789, '204.152.191.65', 0),
(1790, '204.152.191.66', 0),
(1791, '204.152.191.67', 0),
(1792, '204.152.191.68', 0),
(1793, '204.152.191.69', 0),
(1794, '204.152.191.7', 0),
(1795, '204.152.191.70', 0),
(1796, '204.152.191.71', 0),
(1797, '204.152.191.72', 0),
(1798, '204.152.191.73', 0),
(1799, '204.152.191.74', 0),
(1800, '204.152.191.75', 0),
(1801, '204.152.191.76', 0),
(1802, '204.152.191.8', 0),
(1803, '204.152.191.9', 0),
(1804, '204.162.96', 0),
(1805, '204.162.96.104', 0),
(1806, '204.162.96.108', 0),
(1807, '204.162.96.109', 0),
(1808, '204.162.96.122', 0),
(1809, '204.162.96.124', 0),
(1810, '204.162.96.125', 0),
(1811, '204.162.96.126', 0),
(1812, '204.162.96.144', 0),
(1813, '204.162.96.146', 0),
(1814, '204.162.96.147', 0),
(1815, '204.162.96.15', 0),
(1816, '204.162.96.154', 0),
(1817, '204.162.96.17', 0),
(1818, '204.162.96.173', 0),
(1819, '204.162.96.176', 0),
(1820, '204.162.96.19', 0),
(1821, '204.162.96.195', 0),
(1822, '204.162.96.2', 0),
(1823, '204.162.96.22', 0),
(1824, '204.162.96.26', 0),
(1825, '204.162.96.27', 0),
(1826, '204.162.96.28', 0),
(1827, '204.162.96.29', 0),
(1828, '204.162.96.3', 0),
(1829, '204.162.96.30', 0),
(1830, '204.162.96.31', 0),
(1831, '204.162.96.32', 0),
(1832, '204.162.96.38', 0),
(1833, '204.162.96.39', 0),
(1834, '204.162.96.40', 0),
(1835, '204.162.96.41', 0),
(1836, '204.162.96.42', 0),
(1837, '204.162.96.43', 0),
(1838, '204.162.96.44', 0),
(1839, '204.162.96.45', 0),
(1840, '204.162.96.49', 0),
(1841, '204.162.96.5', 0),
(1842, '204.162.96.50', 0),
(1843, '204.162.96.53', 0),
(1844, '204.162.96.54', 0),
(1845, '204.162.96.55', 0),
(1846, '204.162.96.56', 0),
(1847, '204.162.96.60', 0),
(1848, '204.162.96.61', 0),
(1849, '204.162.96.62', 0),
(1850, '204.162.96.64', 0),
(1851, '204.162.96.65', 0),
(1852, '204.162.96.66', 0),
(1853, '204.162.96.67', 0),
(1854, '204.162.96.7', 0),
(1855, '204.162.96.70', 0),
(1856, '204.162.96.72', 0),
(1857, '204.162.96.73', 0),
(1858, '204.162.96.79', 0),
(1859, '204.162.96.8', 0),
(1860, '204.162.96.80', 0),
(1861, '204.162.96.82', 0),
(1862, '204.162.96.87', 0),
(1863, '204.162.96.88', 0),
(1864, '204.162.96.89', 0),
(1865, '204.162.96.90', 0),
(1866, '204.162.96.92', 0),
(1867, '204.162.96.93', 0),
(1868, '204.162.96.97', 0),
(1869, '204.162.96.98', 0),
(1870, '204.162.96.99', 0),
(1871, '204.162.97.1', 0),
(1872, '204.162.97.152', 0),
(1873, '204.162.97.17', 0),
(1874, '204.162.97.2', 0),
(1875, '204.162.97.205', 0),
(1876, '204.162.97.228', 0),
(1877, '204.162.97.231', 0),
(1878, '204.162.97.3', 0),
(1879, '204.162.97.32', 0),
(1880, '204.162.98.11', 0),
(1881, '204.162.98.12', 0),
(1882, '204.162.98.124', 0),
(1883, '204.162.98.126', 0),
(1884, '204.162.98.151', 0),
(1885, '204.162.98.161', 0),
(1886, '204.162.98.168', 0),
(1887, '204.162.98.18', 0),
(1888, '204.162.98.192', 0),
(1889, '204.162.98.2', 0),
(1890, '204.162.98.237', 0),
(1891, '204.162.98.27', 0),
(1892, '204.162.98.3', 0),
(1893, '204.162.98.36', 0),
(1894, '204.162.98.38', 0),
(1895, '204.162.98.4', 0),
(1896, '204.162.98.45', 0),
(1897, '204.162.98.48', 0),
(1898, '204.162.98.49', 0),
(1899, '204.162.98.5', 0),
(1900, '204.162.98.6', 0),
(1901, '204.162.98.7', 0),
(1902, '204.162.98.8', 0),
(1903, '204.162.98.80', 0),
(1904, '204.162.98.88', 0),
(1905, '204.162.98.9', 0),
(1906, '204.162.98.91', 0),
(1907, '204.162.98.98', 0),
(1908, '204.166.111.29', 0),
(1909, '204.202.132.19', 0),
(1910, '204.210.31.231', 0),
(1911, '204.215.201.219', 0),
(1912, '204.251.93.10', 0),
(1913, '204.4.80.10', 0),
(1914, '204.62.132.20', 0),
(1915, '204.62.226.36', 0),
(1916, '204.62.245', 0),
(1917, '204.62.245.167', 0),
(1918, '204.62.245.169', 0);
INSERT INTO `wp_1_cloaker_ips` (`id`, `ip_address`, `man`) VALUES
(1919, '204.62.245.178', 0),
(1920, '204.62.245.187', 0),
(1921, '204.62.245.32', 0),
(1922, '204.62.245.77', 0),
(1923, '204.62.245.88', 0),
(1924, '204.95.98.25', 0),
(1925, '204.95.98.251', 0),
(1926, '204.95.98.252', 0),
(1927, '204.95.98.253', 0),
(1928, '205.134.160.230', 0),
(1929, '205.158.61.194', 0),
(1930, '205.158.61.197', 0),
(1931, '205.158.61.198', 0),
(1932, '205.158.61.200', 0),
(1933, '205.158.61.201', 0),
(1934, '205.158.61.202', 0),
(1935, '205.158.61.205', 0),
(1936, '205.158.61.206', 0),
(1937, '205.158.61.207', 0),
(1938, '205.179.93.2', 0),
(1939, '205.179.93.66', 0),
(1940, '205.181.75.130', 0),
(1941, '205.181.75.60', 0),
(1942, '205.181.75.66', 0),
(1943, '205.181.75.75', 0),
(1944, '205.181.75.76', 0),
(1945, '205.188.147.53', 0),
(1946, '205.188.147.56', 0),
(1947, '205.188.183.168', 0),
(1948, '205.188.252.121', 0),
(1949, '205.226.201', 0),
(1950, '205.226.201.10', 0),
(1951, '205.226.201.11', 0),
(1952, '205.226.201.129', 0),
(1953, '205.226.201.15', 0),
(1954, '205.226.201.16', 0),
(1955, '205.226.201.17', 0),
(1956, '205.226.201.18', 0),
(1957, '205.226.201.28', 0),
(1958, '205.226.201.30', 0),
(1959, '205.226.201.31', 0),
(1960, '205.226.201.32', 0),
(1961, '205.226.201.35', 0),
(1962, '205.226.201.4', 0),
(1963, '205.226.201.6', 0),
(1964, '205.226.201.7', 0),
(1965, '205.226.201.8', 0),
(1966, '205.226.203.186', 0),
(1967, '205.226.203.35', 0),
(1968, '205.226.203.56', 0),
(1969, '205.226.203.62', 0),
(1970, '205.226.204.238', 0),
(1971, '205.229.83.18', 0),
(1972, '205.230.7.23', 0),
(1973, '205.237.206.30', 0),
(1974, '206.113.193.4', 0),
(1975, '206.113.193.50', 0),
(1976, '206.129.0.131', 0),
(1977, '206.129.0.132', 0),
(1978, '206.129.0.18', 0),
(1979, '206.129.0.19', 0),
(1980, '206.129.0.23', 0),
(1981, '206.129.0.3', 0),
(1982, '206.129.1.24', 0),
(1983, '206.129.1.27', 0),
(1984, '206.129.98.16', 0),
(1985, '206.129.98.19', 0),
(1986, '206.129.98.7', 0),
(1987, '206.132.56.130', 0),
(1988, '206.149.33.114', 0),
(1989, '206.183.1.136', 0),
(1990, '206.183.1.74', 0),
(1991, '206.190.171.174', 0),
(1992, '206.190.171.175', 0),
(1993, '206.190.43.125', 0),
(1994, '206.190.43.81', 0),
(1995, '206.191.13.2', 0),
(1996, '206.191.13.3', 0),
(1997, '206.191.49.69', 0),
(1998, '206.196.125.100', 0),
(1999, '206.196.125.113', 0),
(2000, '206.196.125.114', 0),
(2001, '206.196.125.85', 0),
(2002, '206.196.125.91', 0),
(2003, '206.215.122.20', 0),
(2004, '206.253.217.18', 0),
(2005, '206.253.222.233', 0),
(2006, '206.3.30.196', 0),
(2007, '206.3.30.250', 0),
(2008, '206.3.30.251', 0),
(2009, '206.3.9.157', 0),
(2010, '206.30.142.100', 0),
(2011, '206.40.146.50', 0),
(2012, '206.40.146.58', 0),
(2013, '206.40.146.62', 0),
(2014, '206.51.232.142', 0),
(2015, '206.65.191.163', 0),
(2016, '206.79.171', 0),
(2017, '206.79.171.1', 0),
(2018, '206.79.171.10', 0),
(2019, '206.79.171.100', 0),
(2020, '206.79.171.101', 0),
(2021, '206.79.171.102', 0),
(2022, '206.79.171.103', 0),
(2023, '206.79.171.104', 0),
(2024, '206.79.171.105', 0),
(2025, '206.79.171.106', 0),
(2026, '206.79.171.107', 0),
(2027, '206.79.171.108', 0),
(2028, '206.79.171.109', 0),
(2029, '206.79.171.110', 0),
(2030, '206.79.171.111', 0),
(2031, '206.79.171.112', 0),
(2032, '206.79.171.113', 0),
(2033, '206.79.171.114', 0),
(2034, '206.79.171.115', 0),
(2035, '206.79.171.116', 0),
(2036, '206.79.171.117', 0),
(2037, '206.79.171.118', 0),
(2038, '206.79.171.119', 0),
(2039, '206.79.171.12', 0),
(2040, '206.79.171.120', 0),
(2041, '206.79.171.121', 0),
(2042, '206.79.171.122', 0),
(2043, '206.79.171.123', 0),
(2044, '206.79.171.124', 0),
(2045, '206.79.171.125', 0),
(2046, '206.79.171.126', 0),
(2047, '206.79.171.13', 0),
(2048, '206.79.171.130', 0),
(2049, '206.79.171.14', 0),
(2050, '206.79.171.15', 0),
(2051, '206.79.171.156', 0),
(2052, '206.79.171.157', 0),
(2053, '206.79.171.16', 0),
(2054, '206.79.171.17', 0),
(2055, '206.79.171.18', 0),
(2056, '206.79.171.19', 0),
(2057, '206.79.171.2', 0),
(2058, '206.79.171.20', 0),
(2059, '206.79.171.21', 0),
(2060, '206.79.171.22', 0),
(2061, '206.79.171.23', 0),
(2062, '206.79.171.24', 0),
(2063, '206.79.171.25', 0),
(2064, '206.79.171.26', 0),
(2065, '206.79.171.27', 0),
(2066, '206.79.171.28', 0),
(2067, '206.79.171.29', 0),
(2068, '206.79.171.3', 0),
(2069, '206.79.171.30', 0),
(2070, '206.79.171.31', 0),
(2071, '206.79.171.32', 0),
(2072, '206.79.171.33', 0),
(2073, '206.79.171.34', 0),
(2074, '206.79.171.35', 0),
(2075, '206.79.171.36', 0),
(2076, '206.79.171.37', 0),
(2077, '206.79.171.38', 0),
(2078, '206.79.171.39', 0),
(2079, '206.79.171.4', 0),
(2080, '206.79.171.40', 0),
(2081, '206.79.171.41', 0),
(2082, '206.79.171.42', 0),
(2083, '206.79.171.43', 0),
(2084, '206.79.171.44', 0),
(2085, '206.79.171.45', 0),
(2086, '206.79.171.46', 0),
(2087, '206.79.171.51', 0),
(2088, '206.79.171.52', 0),
(2089, '206.79.171.53', 0),
(2090, '206.79.171.54', 0),
(2091, '206.79.171.55', 0),
(2092, '206.79.171.56', 0),
(2093, '206.79.171.57', 0),
(2094, '206.79.171.58', 0),
(2095, '206.79.171.60', 0),
(2096, '206.79.171.61', 0),
(2097, '206.79.171.62', 0),
(2098, '206.79.171.63', 0),
(2099, '206.79.171.64', 0),
(2100, '206.79.171.65', 0),
(2101, '206.79.171.66', 0),
(2102, '206.79.171.67', 0),
(2103, '206.79.171.68', 0),
(2104, '206.79.171.69', 0),
(2105, '206.79.171.70', 0),
(2106, '206.79.171.71', 0),
(2107, '206.79.171.72', 0),
(2108, '206.79.171.73', 0),
(2109, '206.79.171.74', 0),
(2110, '206.79.171.75', 0),
(2111, '206.79.171.76', 0),
(2112, '206.79.171.77', 0),
(2113, '206.79.171.78', 0),
(2114, '206.79.171.79', 0),
(2115, '206.79.171.80', 0),
(2116, '206.79.171.81', 0),
(2117, '206.79.171.82', 0),
(2118, '206.79.171.83', 0),
(2119, '206.79.171.84', 0),
(2120, '206.79.171.85', 0),
(2121, '206.79.171.86', 0),
(2122, '206.79.171.87', 0),
(2123, '206.79.171.88', 0),
(2124, '206.79.171.89', 0),
(2125, '206.79.171.90', 0),
(2126, '206.79.171.91', 0),
(2127, '206.79.171.92', 0),
(2128, '206.79.171.93', 0),
(2129, '206.79.171.94', 0),
(2130, '206.79.171.95', 0),
(2131, '206.79.171.96', 0),
(2132, '206.79.171.97', 0),
(2133, '206.79.171.98', 0),
(2134, '206.79.171.99', 0),
(2135, '206.83.86.2', 0),
(2136, '207.114.174.1', 0),
(2137, '207.114.174.10', 0),
(2138, '207.114.174.11', 0),
(2139, '207.114.174.12', 0),
(2140, '207.114.174.13', 0),
(2141, '207.114.174.14', 0),
(2142, '207.114.174.15', 0),
(2143, '207.114.174.16', 0),
(2144, '207.114.174.17', 0),
(2145, '207.114.174.18', 0),
(2146, '207.114.174.19', 0),
(2147, '207.114.174.2', 0),
(2148, '207.114.174.20', 0),
(2149, '207.114.174.21', 0),
(2150, '207.114.174.22', 0),
(2151, '207.114.174.23', 0),
(2152, '207.114.174.24', 0),
(2153, '207.114.174.25', 0),
(2154, '207.114.174.26', 0),
(2155, '207.114.174.3', 0),
(2156, '207.114.174.4', 0),
(2157, '207.114.174.5', 0),
(2158, '207.114.174.6', 0),
(2159, '207.114.174.7', 0),
(2160, '207.114.174.8', 0),
(2161, '207.114.174.9', 0),
(2162, '207.126.112.254', 0),
(2163, '207.126.239.224', 0),
(2164, '207.138.42.212', 0),
(2165, '207.140.168.143', 0),
(2166, '207.140.168.146', 0),
(2167, '207.153.23.8', 0),
(2168, '207.153.39.132', 0),
(2169, '207.153.57.51', 0),
(2170, '207.158.203.71', 0),
(2171, '207.16.241', 0),
(2172, '207.178.193.51', 0),
(2173, '207.179.181.130', 0),
(2174, '207.179.181.134', 0),
(2175, '207.200.81.145', 0),
(2176, '207.201.123.246', 0),
(2177, '207.204.132.233', 0),
(2178, '207.204.132.234', 0),
(2179, '207.218.150.79', 0),
(2180, '207.230.39.18', 0),
(2181, '207.235.6.157', 0),
(2182, '207.31.251.140', 0),
(2183, '207.36.160.172', 0),
(2184, '207.36.47.237', 0),
(2185, '207.44.130.81', 0),
(2186, '207.44.142.84', 0),
(2187, '207.44.220.53', 0),
(2188, '207.46.125.17', 0),
(2189, '207.46.228.16', 0),
(2190, '207.46.238.133', 0),
(2191, '207.46.238.137', 0),
(2192, '207.46.238.138', 0),
(2193, '207.46.238.143', 0),
(2194, '207.46.71.12', 0),
(2195, '207.46.71.16', 0),
(2196, '207.46.89.12', 0),
(2197, '207.46.89.14', 0),
(2198, '207.46.89.15', 0),
(2199, '207.46.89.16', 0),
(2200, '207.46.89.17', 0),
(2201, '207.46.98', 0),
(2202, '207.46.98.102', 0),
(2203, '207.46.98.103', 0),
(2204, '207.46.98.104', 0),
(2205, '207.46.98.105', 0),
(2206, '207.46.98.106', 0),
(2207, '207.46.98.107', 0),
(2208, '207.46.98.108', 0),
(2209, '207.46.98.109', 0),
(2210, '207.46.98.110', 0),
(2211, '207.46.98.111', 0),
(2212, '207.46.98.112', 0),
(2213, '207.46.98.113', 0),
(2214, '207.46.98.114', 0),
(2215, '207.46.98.115', 0),
(2216, '207.46.98.116', 0),
(2217, '207.46.98.117', 0),
(2218, '207.46.98.118', 0),
(2219, '207.46.98.119', 0),
(2220, '207.46.98.120', 0),
(2221, '207.46.98.121', 0),
(2222, '207.46.98.122', 0),
(2223, '207.46.98.123', 0),
(2224, '207.46.98.124', 0),
(2225, '207.46.98.125', 0),
(2226, '207.46.98.126', 0),
(2227, '207.46.98.127', 0),
(2228, '207.46.98.128', 0),
(2229, '207.46.98.129', 0),
(2230, '207.46.98.130', 0),
(2231, '207.46.98.131', 0),
(2232, '207.46.98.132', 0),
(2233, '207.46.98.133', 0),
(2234, '207.46.98.134', 0),
(2235, '207.46.98.135', 0),
(2236, '207.46.98.136', 0),
(2237, '207.46.98.137', 0),
(2238, '207.46.98.138', 0),
(2239, '207.46.98.139', 0),
(2240, '207.46.98.140', 0),
(2241, '207.46.98.141', 0),
(2242, '207.46.98.142', 0),
(2243, '207.46.98.143', 0),
(2244, '207.46.98.144', 0),
(2245, '207.46.98.145', 0),
(2246, '207.46.98.146', 0),
(2247, '207.46.98.147', 0),
(2248, '207.46.98.148', 0),
(2249, '207.46.98.149', 0),
(2250, '207.46.98.30', 0),
(2251, '207.46.98.31', 0),
(2252, '207.46.98.32', 0),
(2253, '207.46.98.33', 0),
(2254, '207.46.98.34', 0),
(2255, '207.46.98.35', 0),
(2256, '207.46.98.36', 0),
(2257, '207.46.98.37', 0),
(2258, '207.46.98.38', 0),
(2259, '207.46.98.39', 0),
(2260, '207.46.98.40', 0),
(2261, '207.46.98.41', 0),
(2262, '207.46.98.42', 0),
(2263, '207.46.98.43', 0),
(2264, '207.46.98.44', 0),
(2265, '207.46.98.45', 0),
(2266, '207.46.98.46', 0),
(2267, '207.46.98.47', 0),
(2268, '207.46.98.48', 0),
(2269, '207.46.98.49', 0),
(2270, '207.46.98.50', 0),
(2271, '207.46.98.51', 0),
(2272, '207.46.98.52', 0),
(2273, '207.46.98.53', 0),
(2274, '207.46.98.54', 0),
(2275, '207.46.98.55', 0),
(2276, '207.46.98.56', 0),
(2277, '207.46.98.57', 0),
(2278, '207.46.98.58', 0),
(2279, '207.46.98.59', 0),
(2280, '207.46.98.60', 0),
(2281, '207.46.98.61', 0),
(2282, '207.46.98.62', 0),
(2283, '207.46.98.63', 0),
(2284, '207.46.98.64', 0),
(2285, '207.46.98.65', 0),
(2286, '207.46.98.66', 0),
(2287, '207.46.98.67', 0),
(2288, '207.46.98.68', 0),
(2289, '207.46.98.69', 0),
(2290, '207.46.98.70', 0),
(2291, '207.46.98.71', 0),
(2292, '207.46.98.72', 0),
(2293, '207.46.98.73', 0),
(2294, '207.46.98.74', 0),
(2295, '207.46.98.75', 0),
(2296, '207.46.98.76', 0),
(2297, '207.46.98.77', 0),
(2298, '207.46.98.78', 0),
(2299, '207.46.98.79', 0),
(2300, '207.46.98.80', 0),
(2301, '207.46.98.81', 0),
(2302, '207.46.98.82', 0),
(2303, '207.46.98.83', 0),
(2304, '207.46.98.84', 0),
(2305, '207.46.98.85', 0),
(2306, '207.46.98.86', 0),
(2307, '207.46.98.87', 0),
(2308, '207.46.98.88', 0),
(2309, '207.46.98.89', 0),
(2310, '207.68.146', 0),
(2311, '207.68.146.103', 0),
(2312, '207.68.146.104', 0),
(2313, '207.68.146.40', 0),
(2314, '207.68.146.41', 0),
(2315, '207.68.146.44', 0),
(2316, '207.68.146.47', 0),
(2317, '207.68.146.48', 0),
(2318, '207.68.146.49', 0),
(2319, '207.68.146.53', 0),
(2320, '207.68.146.55', 0),
(2321, '207.68.146.56', 0),
(2322, '207.68.146.62', 0),
(2323, '207.68.146.63', 0),
(2324, '207.68.146.68', 0),
(2325, '207.68.146.93', 0),
(2326, '207.68.154', 0),
(2327, '207.68.157', 0),
(2328, '207.68.188.241', 0),
(2329, '207.68.188.242', 0),
(2330, '207.68.188.243', 0),
(2331, '207.68.188.244', 0),
(2332, '207.77.90', 0),
(2333, '207.77.90.1', 0),
(2334, '207.77.90.10', 0),
(2335, '207.77.90.100', 0),
(2336, '207.77.90.101', 0),
(2337, '207.77.90.102', 0),
(2338, '207.77.90.103', 0),
(2339, '207.77.90.104', 0),
(2340, '207.77.90.105', 0),
(2341, '207.77.90.106', 0),
(2342, '207.77.90.107', 0),
(2343, '207.77.90.11', 0),
(2344, '207.77.90.111', 0),
(2345, '207.77.90.113', 0),
(2346, '207.77.90.114', 0),
(2347, '207.77.90.116', 0),
(2348, '207.77.90.117', 0),
(2349, '207.77.90.118', 0),
(2350, '207.77.90.12', 0),
(2351, '207.77.90.127', 0),
(2352, '207.77.90.128', 0),
(2353, '207.77.90.129', 0),
(2354, '207.77.90.13', 0),
(2355, '207.77.90.132', 0),
(2356, '207.77.90.133', 0),
(2357, '207.77.90.134', 0),
(2358, '207.77.90.135', 0),
(2359, '207.77.90.136', 0),
(2360, '207.77.90.137', 0),
(2361, '207.77.90.138', 0),
(2362, '207.77.90.139', 0),
(2363, '207.77.90.14', 0),
(2364, '207.77.90.140', 0),
(2365, '207.77.90.141', 0),
(2366, '207.77.90.142', 0),
(2367, '207.77.90.143', 0),
(2368, '207.77.90.144', 0),
(2369, '207.77.90.145', 0),
(2370, '207.77.90.146', 0),
(2371, '207.77.90.147', 0),
(2372, '207.77.90.148', 0),
(2373, '207.77.90.149', 0),
(2374, '207.77.90.15', 0),
(2375, '207.77.90.150', 0),
(2376, '207.77.90.151', 0),
(2377, '207.77.90.152', 0),
(2378, '207.77.90.153', 0),
(2379, '207.77.90.154', 0),
(2380, '207.77.90.155', 0),
(2381, '207.77.90.156', 0),
(2382, '207.77.90.157', 0),
(2383, '207.77.90.158', 0),
(2384, '207.77.90.159', 0),
(2385, '207.77.90.16', 0),
(2386, '207.77.90.160', 0),
(2387, '207.77.90.161', 0),
(2388, '207.77.90.163', 0),
(2389, '207.77.90.165', 0),
(2390, '207.77.90.166', 0),
(2391, '207.77.90.167', 0),
(2392, '207.77.90.168', 0),
(2393, '207.77.90.169', 0),
(2394, '207.77.90.17', 0),
(2395, '207.77.90.170', 0),
(2396, '207.77.90.171', 0),
(2397, '207.77.90.172', 0),
(2398, '207.77.90.173', 0),
(2399, '207.77.90.174', 0),
(2400, '207.77.90.175', 0),
(2401, '207.77.90.178', 0),
(2402, '207.77.90.179', 0),
(2403, '207.77.90.18', 0),
(2404, '207.77.90.180', 0),
(2405, '207.77.90.181', 0),
(2406, '207.77.90.182', 0),
(2407, '207.77.90.183', 0),
(2408, '207.77.90.184', 0),
(2409, '207.77.90.185', 0),
(2410, '207.77.90.186', 0),
(2411, '207.77.90.187', 0),
(2412, '207.77.90.188', 0),
(2413, '207.77.90.189', 0),
(2414, '207.77.90.19', 0),
(2415, '207.77.90.190', 0),
(2416, '207.77.90.191', 0),
(2417, '207.77.90.192', 0),
(2418, '207.77.90.193', 0),
(2419, '207.77.90.194', 0),
(2420, '207.77.90.195', 0),
(2421, '207.77.90.197', 0),
(2422, '207.77.90.198', 0),
(2423, '207.77.90.2', 0),
(2424, '207.77.90.20', 0),
(2425, '207.77.90.200', 0),
(2426, '207.77.90.201', 0),
(2427, '207.77.90.202', 0),
(2428, '207.77.90.203', 0),
(2429, '207.77.90.204', 0),
(2430, '207.77.90.205', 0),
(2431, '207.77.90.206', 0),
(2432, '207.77.90.207', 0),
(2433, '207.77.90.208', 0),
(2434, '207.77.90.209', 0),
(2435, '207.77.90.210', 0),
(2436, '207.77.90.211', 0),
(2437, '207.77.90.212', 0),
(2438, '207.77.90.213', 0),
(2439, '207.77.90.214', 0),
(2440, '207.77.90.215', 0),
(2441, '207.77.90.216', 0),
(2442, '207.77.90.217', 0),
(2443, '207.77.90.218', 0),
(2444, '207.77.90.219', 0),
(2445, '207.77.90.220', 0),
(2446, '207.77.90.221', 0),
(2447, '207.77.90.222', 0),
(2448, '207.77.90.223', 0),
(2449, '207.77.90.224', 0),
(2450, '207.77.90.226', 0),
(2451, '207.77.90.227', 0),
(2452, '207.77.90.229', 0),
(2453, '207.77.90.23', 0),
(2454, '207.77.90.231', 0),
(2455, '207.77.90.232', 0),
(2456, '207.77.90.233', 0),
(2457, '207.77.90.234', 0),
(2458, '207.77.90.235', 0),
(2459, '207.77.90.236', 0),
(2460, '207.77.90.237', 0),
(2461, '207.77.90.238', 0),
(2462, '207.77.90.240', 0),
(2463, '207.77.90.241', 0),
(2464, '207.77.90.242', 0),
(2465, '207.77.90.243', 0),
(2466, '207.77.90.244', 0),
(2467, '207.77.90.245', 0),
(2468, '207.77.90.246', 0),
(2469, '207.77.90.247', 0),
(2470, '207.77.90.248', 0),
(2471, '207.77.90.25', 0),
(2472, '207.77.90.250', 0),
(2473, '207.77.90.251', 0),
(2474, '207.77.90.252', 0),
(2475, '207.77.90.253', 0),
(2476, '207.77.90.254', 0),
(2477, '207.77.90.26', 0),
(2478, '207.77.90.27', 0),
(2479, '207.77.90.28', 0),
(2480, '207.77.90.29', 0),
(2481, '207.77.90.3', 0),
(2482, '207.77.90.30', 0),
(2483, '207.77.90.31', 0),
(2484, '207.77.90.33', 0),
(2485, '207.77.90.34', 0),
(2486, '207.77.90.36', 0),
(2487, '207.77.90.38', 0),
(2488, '207.77.90.39', 0),
(2489, '207.77.90.4', 0),
(2490, '207.77.90.40', 0),
(2491, '207.77.90.41', 0),
(2492, '207.77.90.42', 0),
(2493, '207.77.90.43', 0),
(2494, '207.77.90.44', 0),
(2495, '207.77.90.45', 0),
(2496, '207.77.90.47', 0),
(2497, '207.77.90.48', 0),
(2498, '207.77.90.49', 0),
(2499, '207.77.90.5', 0),
(2500, '207.77.90.50', 0),
(2501, '207.77.90.51', 0),
(2502, '207.77.90.52', 0),
(2503, '207.77.90.53', 0),
(2504, '207.77.90.54', 0),
(2505, '207.77.90.55', 0),
(2506, '207.77.90.57', 0),
(2507, '207.77.90.59', 0),
(2508, '207.77.90.6', 0),
(2509, '207.77.90.60', 0),
(2510, '207.77.90.61', 0),
(2511, '207.77.90.62', 0),
(2512, '207.77.90.63', 0),
(2513, '207.77.90.64', 0),
(2514, '207.77.90.65', 0),
(2515, '207.77.90.66', 0),
(2516, '207.77.90.68', 0),
(2517, '207.77.90.7', 0),
(2518, '207.77.90.70', 0),
(2519, '207.77.90.71', 0),
(2520, '207.77.90.73', 0),
(2521, '207.77.90.75', 0),
(2522, '207.77.90.76', 0),
(2523, '207.77.90.77', 0),
(2524, '207.77.90.78', 0),
(2525, '207.77.90.79', 0),
(2526, '207.77.90.8', 0),
(2527, '207.77.90.80', 0),
(2528, '207.77.90.81', 0),
(2529, '207.77.90.82', 0),
(2530, '207.77.90.84', 0),
(2531, '207.77.90.85', 0),
(2532, '207.77.90.86', 0),
(2533, '207.77.90.88', 0),
(2534, '207.77.90.89', 0),
(2535, '207.77.90.9', 0),
(2536, '207.77.90.90', 0),
(2537, '207.77.90.91', 0),
(2538, '207.77.90.92', 0),
(2539, '207.77.90.95', 0),
(2540, '207.77.90.96', 0),
(2541, '207.77.90.97', 0),
(2542, '207.77.90.98', 0),
(2543, '207.77.90.99', 0),
(2544, '207.77.91.184', 0),
(2545, '207.8.212.162', 0),
(2546, '207.8.212.163', 0),
(2547, '207.81.156.97', 0),
(2548, '207.82.104.100', 0),
(2549, '207.86.79.12', 0),
(2550, '207.86.79.121', 0),
(2551, '207.86.79.5', 0),
(2552, '207.86.79.6', 0),
(2553, '207.87.10.33', 0),
(2554, '207.87.8.78', 0),
(2555, '208.1.109.130', 0),
(2556, '208.109.31.114', 0),
(2557, '208.109.31.98', 0),
(2558, '208.109.31.99', 0),
(2559, '208.109.8.235', 0),
(2560, '208.111.154.15', 0),
(2561, '208.111.154.16', 0),
(2562, '208.111.154.25', 0),
(2563, '208.111.154.27', 0),
(2564, '208.111.154.28', 0),
(2565, '208.128.7.215', 0),
(2566, '208.131.25.165', 0),
(2567, '208.131.25.166', 0),
(2568, '208.131.25.167', 0),
(2569, '208.131.25.168', 0),
(2570, '208.131.25.169', 0),
(2571, '208.131.25.170', 0),
(2572, '208.131.25.171', 0),
(2573, '208.131.25.6', 0),
(2574, '208.145.190.250', 0),
(2575, '208.145.190.251', 0),
(2576, '208.145.190.254', 0),
(2577, '208.146.26', 0),
(2578, '208.146.26.1', 0),
(2579, '208.146.26.10', 0),
(2580, '208.146.26.100', 0),
(2581, '208.146.26.101', 0),
(2582, '208.146.26.102', 0),
(2583, '208.146.26.103', 0),
(2584, '208.146.26.104', 0),
(2585, '208.146.26.105', 0),
(2586, '208.146.26.106', 0),
(2587, '208.146.26.107', 0),
(2588, '208.146.26.108', 0),
(2589, '208.146.26.109', 0),
(2590, '208.146.26.110', 0),
(2591, '208.146.26.111', 0),
(2592, '208.146.26.112', 0),
(2593, '208.146.26.113', 0),
(2594, '208.146.26.114', 0),
(2595, '208.146.26.115', 0),
(2596, '208.146.26.116', 0),
(2597, '208.146.26.117', 0),
(2598, '208.146.26.118', 0),
(2599, '208.146.26.119', 0),
(2600, '208.146.26.12', 0),
(2601, '208.146.26.120', 0),
(2602, '208.146.26.121', 0),
(2603, '208.146.26.122', 0),
(2604, '208.146.26.123', 0),
(2605, '208.146.26.124', 0),
(2606, '208.146.26.125', 0),
(2607, '208.146.26.126', 0),
(2608, '208.146.26.127', 0),
(2609, '208.146.26.128', 0),
(2610, '208.146.26.129', 0),
(2611, '208.146.26.13', 0),
(2612, '208.146.26.130', 0),
(2613, '208.146.26.131', 0),
(2614, '208.146.26.132', 0),
(2615, '208.146.26.133', 0),
(2616, '208.146.26.134', 0),
(2617, '208.146.26.135', 0),
(2618, '208.146.26.136', 0),
(2619, '208.146.26.137', 0),
(2620, '208.146.26.138', 0),
(2621, '208.146.26.139', 0),
(2622, '208.146.26.14', 0),
(2623, '208.146.26.140', 0),
(2624, '208.146.26.141', 0),
(2625, '208.146.26.142', 0),
(2626, '208.146.26.143', 0),
(2627, '208.146.26.144', 0),
(2628, '208.146.26.145', 0),
(2629, '208.146.26.146', 0),
(2630, '208.146.26.147', 0),
(2631, '208.146.26.148', 0),
(2632, '208.146.26.15', 0),
(2633, '208.146.26.150', 0),
(2634, '208.146.26.151', 0),
(2635, '208.146.26.152', 0),
(2636, '208.146.26.153', 0),
(2637, '208.146.26.154', 0),
(2638, '208.146.26.155', 0),
(2639, '208.146.26.156', 0),
(2640, '208.146.26.157', 0),
(2641, '208.146.26.158', 0),
(2642, '208.146.26.159', 0),
(2643, '208.146.26.16', 0),
(2644, '208.146.26.160', 0),
(2645, '208.146.26.161', 0),
(2646, '208.146.26.162', 0),
(2647, '208.146.26.163', 0),
(2648, '208.146.26.164', 0),
(2649, '208.146.26.165', 0),
(2650, '208.146.26.166', 0),
(2651, '208.146.26.167', 0),
(2652, '208.146.26.168', 0),
(2653, '208.146.26.169', 0),
(2654, '208.146.26.17', 0),
(2655, '208.146.26.170', 0),
(2656, '208.146.26.171', 0),
(2657, '208.146.26.172', 0),
(2658, '208.146.26.173', 0),
(2659, '208.146.26.174', 0),
(2660, '208.146.26.175', 0),
(2661, '208.146.26.176', 0),
(2662, '208.146.26.177', 0),
(2663, '208.146.26.178', 0),
(2664, '208.146.26.179', 0),
(2665, '208.146.26.18', 0),
(2666, '208.146.26.180', 0),
(2667, '208.146.26.181', 0),
(2668, '208.146.26.182', 0),
(2669, '208.146.26.183', 0),
(2670, '208.146.26.184', 0),
(2671, '208.146.26.185', 0),
(2672, '208.146.26.186', 0),
(2673, '208.146.26.187', 0),
(2674, '208.146.26.188', 0),
(2675, '208.146.26.189', 0),
(2676, '208.146.26.19', 0),
(2677, '208.146.26.190', 0),
(2678, '208.146.26.191', 0),
(2679, '208.146.26.192', 0),
(2680, '208.146.26.193', 0),
(2681, '208.146.26.194', 0),
(2682, '208.146.26.195', 0),
(2683, '208.146.26.196', 0),
(2684, '208.146.26.197', 0),
(2685, '208.146.26.198', 0),
(2686, '208.146.26.199', 0),
(2687, '208.146.26.2', 0),
(2688, '208.146.26.20', 0),
(2689, '208.146.26.200', 0),
(2690, '208.146.26.201', 0),
(2691, '208.146.26.202', 0),
(2692, '208.146.26.203', 0),
(2693, '208.146.26.204', 0),
(2694, '208.146.26.205', 0),
(2695, '208.146.26.206', 0),
(2696, '208.146.26.207', 0),
(2697, '208.146.26.208', 0),
(2698, '208.146.26.209', 0),
(2699, '208.146.26.21', 0),
(2700, '208.146.26.210', 0),
(2701, '208.146.26.211', 0),
(2702, '208.146.26.212', 0),
(2703, '208.146.26.213', 0),
(2704, '208.146.26.214', 0),
(2705, '208.146.26.215', 0),
(2706, '208.146.26.216', 0),
(2707, '208.146.26.217', 0),
(2708, '208.146.26.218', 0),
(2709, '208.146.26.219', 0),
(2710, '208.146.26.22', 0),
(2711, '208.146.26.220', 0),
(2712, '208.146.26.221', 0),
(2713, '208.146.26.222', 0),
(2714, '208.146.26.223', 0),
(2715, '208.146.26.224', 0),
(2716, '208.146.26.225', 0),
(2717, '208.146.26.226', 0),
(2718, '208.146.26.227', 0),
(2719, '208.146.26.228', 0),
(2720, '208.146.26.229', 0),
(2721, '208.146.26.23', 0),
(2722, '208.146.26.230', 0),
(2723, '208.146.26.231', 0),
(2724, '208.146.26.232', 0),
(2725, '208.146.26.233', 0),
(2726, '208.146.26.234', 0),
(2727, '208.146.26.235', 0),
(2728, '208.146.26.236', 0),
(2729, '208.146.26.237', 0),
(2730, '208.146.26.238', 0),
(2731, '208.146.26.239', 0),
(2732, '208.146.26.24', 0),
(2733, '208.146.26.240', 0),
(2734, '208.146.26.241', 0),
(2735, '208.146.26.242', 0),
(2736, '208.146.26.243', 0),
(2737, '208.146.26.244', 0),
(2738, '208.146.26.245', 0),
(2739, '208.146.26.246', 0),
(2740, '208.146.26.247', 0),
(2741, '208.146.26.248', 0),
(2742, '208.146.26.249', 0),
(2743, '208.146.26.25', 0),
(2744, '208.146.26.250', 0),
(2745, '208.146.26.251', 0),
(2746, '208.146.26.252', 0),
(2747, '208.146.26.253', 0),
(2748, '208.146.26.254', 0),
(2749, '208.146.26.26', 0),
(2750, '208.146.26.27', 0),
(2751, '208.146.26.28', 0),
(2752, '208.146.26.29', 0),
(2753, '208.146.26.30', 0),
(2754, '208.146.26.31', 0),
(2755, '208.146.26.32', 0),
(2756, '208.146.26.33', 0),
(2757, '208.146.26.34', 0),
(2758, '208.146.26.35', 0),
(2759, '208.146.26.36', 0),
(2760, '208.146.26.37', 0),
(2761, '208.146.26.38', 0),
(2762, '208.146.26.39', 0),
(2763, '208.146.26.40', 0),
(2764, '208.146.26.41', 0),
(2765, '208.146.26.42', 0),
(2766, '208.146.26.43', 0),
(2767, '208.146.26.44', 0),
(2768, '208.146.26.45', 0),
(2769, '208.146.26.46', 0),
(2770, '208.146.26.47', 0),
(2771, '208.146.26.48', 0),
(2772, '208.146.26.49', 0),
(2773, '208.146.26.5', 0),
(2774, '208.146.26.50', 0),
(2775, '208.146.26.51', 0),
(2776, '208.146.26.52', 0),
(2777, '208.146.26.53', 0),
(2778, '208.146.26.54', 0),
(2779, '208.146.26.55', 0),
(2780, '208.146.26.56', 0),
(2781, '208.146.26.57', 0),
(2782, '208.146.26.58', 0),
(2783, '208.146.26.59', 0),
(2784, '208.146.26.6', 0),
(2785, '208.146.26.60', 0),
(2786, '208.146.26.61', 0),
(2787, '208.146.26.62', 0),
(2788, '208.146.26.63', 0),
(2789, '208.146.26.64', 0),
(2790, '208.146.26.65', 0),
(2791, '208.146.26.66', 0),
(2792, '208.146.26.67', 0),
(2793, '208.146.26.68', 0),
(2794, '208.146.26.69', 0),
(2795, '208.146.26.7', 0),
(2796, '208.146.26.70', 0),
(2797, '208.146.26.71', 0),
(2798, '208.146.26.72', 0),
(2799, '208.146.26.73', 0),
(2800, '208.146.26.74', 0),
(2801, '208.146.26.75', 0),
(2802, '208.146.26.76', 0),
(2803, '208.146.26.77', 0),
(2804, '208.146.26.78', 0),
(2805, '208.146.26.79', 0),
(2806, '208.146.26.8', 0),
(2807, '208.146.26.80', 0),
(2808, '208.146.26.81', 0),
(2809, '208.146.26.82', 0),
(2810, '208.146.26.83', 0),
(2811, '208.146.26.84', 0),
(2812, '208.146.26.85', 0),
(2813, '208.146.26.86', 0),
(2814, '208.146.26.87', 0),
(2815, '208.146.26.88', 0),
(2816, '208.146.26.89', 0),
(2817, '208.146.26.9', 0),
(2818, '208.146.26.90', 0),
(2819, '208.146.26.91', 0),
(2820, '208.146.26.92', 0),
(2821, '208.146.26.93', 0),
(2822, '208.146.26.94', 0),
(2823, '208.146.26.95', 0),
(2824, '208.146.26.96', 0),
(2825, '208.146.26.97', 0),
(2826, '208.146.26.98', 0),
(2827, '208.146.26.99', 0),
(2828, '208.146.27.123', 0),
(2829, '208.146.27.124', 0),
(2830, '208.146.27.57', 0),
(2831, '208.146.27.58', 0),
(2832, '208.146.27.59', 0),
(2833, '208.146.27.60', 0),
(2834, '208.146.27.62', 0),
(2835, '208.146.27.89', 0),
(2836, '208.146.27.90', 0),
(2837, '208.146.27.91', 0),
(2838, '208.146.27.92', 0),
(2839, '208.146.27.93', 0),
(2840, '208.146.27.94', 0),
(2841, '208.146.27.95', 0),
(2842, '208.146.27.96', 0),
(2843, '208.148.122.27', 0),
(2844, '208.148.122.28', 0),
(2845, '208.148.122.29', 0),
(2846, '208.165.96.26', 0),
(2847, '208.178.104.55', 0),
(2848, '208.185.131.219', 0),
(2849, '208.185.131.220', 0),
(2850, '208.185.131.221', 0),
(2851, '208.185.131.222', 0),
(2852, '208.185.243.14', 0),
(2853, '208.185.243.148', 0),
(2854, '208.185.243.149', 0),
(2855, '208.185.243.150', 0),
(2856, '208.185.243.155', 0),
(2857, '208.185.243.248', 0),
(2858, '208.186.192.111', 0),
(2859, '208.186.192.99', 0),
(2860, '208.186.202.21', 0),
(2861, '208.186.202.28', 0),
(2862, '208.197.37.29', 0),
(2863, '208.204.161.8', 0),
(2864, '208.215.47.69', 0),
(2865, '208.219.77', 0),
(2866, '208.219.77.1', 0),
(2867, '208.219.77.19', 0),
(2868, '208.219.77.209', 0),
(2869, '208.219.77.210', 0),
(2870, '208.219.77.211', 0),
(2871, '208.219.77.212', 0),
(2872, '208.219.77.213', 0),
(2873, '208.219.77.214', 0),
(2874, '208.219.77.215', 0),
(2875, '208.219.77.216', 0),
(2876, '208.219.77.217', 0),
(2877, '208.219.77.218', 0),
(2878, '208.219.77.219', 0),
(2879, '208.219.77.220', 0),
(2880, '208.219.77.221', 0),
(2881, '208.219.77.222', 0),
(2882, '208.219.77.223', 0),
(2883, '208.219.77.224', 0),
(2884, '208.219.77.225', 0),
(2885, '208.219.77.226', 0),
(2886, '208.219.77.227', 0),
(2887, '208.219.77.228', 0),
(2888, '208.219.77.229', 0),
(2889, '208.219.77.230', 0),
(2890, '208.219.77.231', 0),
(2891, '208.219.77.232', 0),
(2892, '208.219.77.233', 0),
(2893, '208.219.77.234', 0),
(2894, '208.219.77.235', 0),
(2895, '208.219.77.236', 0),
(2896, '208.219.77.237', 0),
(2897, '208.219.77.238', 0),
(2898, '208.219.77.239', 0),
(2899, '208.219.77.240', 0),
(2900, '208.219.77.241', 0),
(2901, '208.219.77.242', 0),
(2902, '208.219.77.243', 0),
(2903, '208.219.77.244', 0),
(2904, '208.219.77.245', 0),
(2905, '208.219.77.246', 0),
(2906, '208.219.77.247', 0),
(2907, '208.219.77.248', 0),
(2908, '208.219.77.249', 0),
(2909, '208.219.77.29', 0),
(2910, '208.219.77.30', 0),
(2911, '208.219.77.5', 0),
(2912, '208.219.77.51', 0),
(2913, '208.219.77.52', 0),
(2914, '208.219.77.53', 0),
(2915, '208.219.77.6', 0),
(2916, '208.219.77.60', 0),
(2917, '208.219.77.9', 0),
(2918, '208.221.32', 0),
(2919, '208.221.32.1', 0),
(2920, '208.221.32.10', 0),
(2921, '208.221.32.104', 0),
(2922, '208.221.32.116', 0),
(2923, '208.221.32.126', 0),
(2924, '208.221.32.128', 0),
(2925, '208.221.32.194', 0),
(2926, '208.221.32.22', 0),
(2927, '208.221.32.220', 0),
(2928, '208.221.32.221', 0),
(2929, '208.221.32.225', 0),
(2930, '208.221.32.226', 0),
(2931, '208.221.32.23', 0),
(2932, '208.221.32.230', 0),
(2933, '208.221.32.232', 0),
(2934, '208.221.32.234', 0),
(2935, '208.221.32.240', 0),
(2936, '208.221.32.242', 0),
(2937, '208.221.32.246', 0),
(2938, '208.221.32.251', 0),
(2939, '208.221.32.31', 0),
(2940, '208.221.32.35', 0),
(2941, '208.221.32.40', 0),
(2942, '208.221.32.43', 0),
(2943, '208.221.32.44', 0),
(2944, '208.221.32.45', 0),
(2945, '208.221.32.46', 0),
(2946, '208.221.32.47', 0),
(2947, '208.221.32.48', 0),
(2948, '208.221.32.5', 0),
(2949, '208.221.32.52', 0),
(2950, '208.221.32.56', 0),
(2951, '208.221.32.57', 0),
(2952, '208.221.32.58', 0),
(2953, '208.221.32.59', 0),
(2954, '208.221.32.61', 0),
(2955, '208.221.32.64', 0),
(2956, '208.221.32.65', 0),
(2957, '208.221.32.68', 0),
(2958, '208.221.32.7', 0),
(2959, '208.221.32.76', 0),
(2960, '208.221.32.8', 0),
(2961, '208.221.32.86', 0),
(2962, '208.221.32.89', 0),
(2963, '208.221.32.9', 0),
(2964, '208.221.32.99', 0),
(2965, '208.221.35.200', 0),
(2966, '208.221.35.201', 0),
(2967, '208.221.35.202', 0),
(2968, '208.221.35.203', 0),
(2969, '208.221.35.204', 0),
(2970, '208.221.35.205', 0),
(2971, '208.221.35.206', 0),
(2972, '208.221.35.207', 0),
(2973, '208.222.98.150', 0),
(2974, '208.231.1.84', 0),
(2975, '208.232.154.64', 0),
(2976, '208.232.223.80', 0),
(2977, '208.234.1.83', 0),
(2978, '208.237.120.82', 0),
(2979, '208.239.240.102', 0),
(2980, '208.253.62.9', 0),
(2981, '208.254.87.133', 0),
(2982, '208.28.152.71', 0),
(2983, '208.36.144.10', 0),
(2984, '208.36.144.6', 0),
(2985, '208.36.144.7', 0),
(2986, '208.36.144.8', 0),
(2987, '208.36.144.9', 0),
(2988, '208.51.0.20', 0),
(2989, '208.51.0.47', 0),
(2990, '208.51.0.74', 0),
(2991, '208.51.0.79', 0),
(2992, '208.51.1.100', 0),
(2993, '208.53.131.158', 0),
(2994, '208.66.64.100', 0),
(2995, '208.66.64.168', 0),
(2996, '208.66.64.4', 0),
(2997, '208.68.136.5', 0),
(2998, '208.68.138.5', 0),
(2999, '208.78.102.219', 0),
(3000, '208.96.53.76', 0),
(3001, '208.96.54.70', 0),
(3002, '208.96.54.71', 0),
(3003, '209.1.12', 0),
(3004, '209.1.12.1', 0),
(3005, '209.1.12.10', 0),
(3006, '209.1.12.100', 0),
(3007, '209.1.12.101', 0),
(3008, '209.1.12.102', 0),
(3009, '209.1.12.103', 0),
(3010, '209.1.12.104', 0),
(3011, '209.1.12.105', 0),
(3012, '209.1.12.106', 0),
(3013, '209.1.12.107', 0),
(3014, '209.1.12.108', 0),
(3015, '209.1.12.109', 0),
(3016, '209.1.12.110', 0),
(3017, '209.1.12.111', 0),
(3018, '209.1.12.112', 0),
(3019, '209.1.12.113', 0),
(3020, '209.1.12.114', 0),
(3021, '209.1.12.115', 0),
(3022, '209.1.12.116', 0),
(3023, '209.1.12.117', 0),
(3024, '209.1.12.118', 0),
(3025, '209.1.12.119', 0),
(3026, '209.1.12.120', 0),
(3027, '209.1.12.121', 0),
(3028, '209.1.12.122', 0),
(3029, '209.1.12.123', 0),
(3030, '209.1.12.124', 0),
(3031, '209.1.12.125', 0),
(3032, '209.1.12.126', 0),
(3033, '209.1.12.127', 0),
(3034, '209.1.12.128', 0),
(3035, '209.1.12.129', 0),
(3036, '209.1.12.130', 0),
(3037, '209.1.12.131', 0),
(3038, '209.1.12.132', 0),
(3039, '209.1.12.133', 0),
(3040, '209.1.12.134', 0),
(3041, '209.1.12.135', 0),
(3042, '209.1.12.136', 0),
(3043, '209.1.12.137', 0),
(3044, '209.1.12.138', 0),
(3045, '209.1.12.139', 0),
(3046, '209.1.12.140', 0),
(3047, '209.1.12.141', 0),
(3048, '209.1.12.142', 0),
(3049, '209.1.12.143', 0),
(3050, '209.1.12.144', 0),
(3051, '209.1.12.145', 0),
(3052, '209.1.12.146', 0),
(3053, '209.1.12.147', 0),
(3054, '209.1.12.148', 0),
(3055, '209.1.12.149', 0),
(3056, '209.1.12.150', 0),
(3057, '209.1.12.151', 0),
(3058, '209.1.12.152', 0),
(3059, '209.1.12.153', 0),
(3060, '209.1.12.154', 0),
(3061, '209.1.12.155', 0),
(3062, '209.1.12.156', 0),
(3063, '209.1.12.157', 0),
(3064, '209.1.12.158', 0),
(3065, '209.1.12.159', 0),
(3066, '209.1.12.160', 0),
(3067, '209.1.12.161', 0),
(3068, '209.1.12.162', 0),
(3069, '209.1.12.163', 0),
(3070, '209.1.12.164', 0),
(3071, '209.1.12.165', 0),
(3072, '209.1.12.166', 0),
(3073, '209.1.12.167', 0),
(3074, '209.1.12.168', 0),
(3075, '209.1.12.169', 0),
(3076, '209.1.12.17', 0),
(3077, '209.1.12.170', 0),
(3078, '209.1.12.171', 0),
(3079, '209.1.12.172', 0),
(3080, '209.1.12.173', 0),
(3081, '209.1.12.174', 0),
(3082, '209.1.12.175', 0),
(3083, '209.1.12.176', 0),
(3084, '209.1.12.177', 0),
(3085, '209.1.12.178', 0),
(3086, '209.1.12.179', 0),
(3087, '209.1.12.18', 0),
(3088, '209.1.12.180', 0),
(3089, '209.1.12.181', 0),
(3090, '209.1.12.182', 0),
(3091, '209.1.12.183', 0),
(3092, '209.1.12.184', 0),
(3093, '209.1.12.185', 0),
(3094, '209.1.12.186', 0),
(3095, '209.1.12.187', 0),
(3096, '209.1.12.188', 0),
(3097, '209.1.12.189', 0),
(3098, '209.1.12.19', 0),
(3099, '209.1.12.190', 0),
(3100, '209.1.12.191', 0),
(3101, '209.1.12.192', 0),
(3102, '209.1.12.193', 0),
(3103, '209.1.12.194', 0),
(3104, '209.1.12.195', 0),
(3105, '209.1.12.196', 0),
(3106, '209.1.12.197', 0),
(3107, '209.1.12.198', 0),
(3108, '209.1.12.199', 0),
(3109, '209.1.12.2', 0),
(3110, '209.1.12.20', 0),
(3111, '209.1.12.200', 0),
(3112, '209.1.12.201', 0),
(3113, '209.1.12.202', 0),
(3114, '209.1.12.203', 0),
(3115, '209.1.12.204', 0),
(3116, '209.1.12.205', 0),
(3117, '209.1.12.206', 0),
(3118, '209.1.12.207', 0),
(3119, '209.1.12.208', 0),
(3120, '209.1.12.209', 0),
(3121, '209.1.12.21', 0),
(3122, '209.1.12.210', 0),
(3123, '209.1.12.211', 0),
(3124, '209.1.12.212', 0),
(3125, '209.1.12.213', 0),
(3126, '209.1.12.214', 0),
(3127, '209.1.12.215', 0),
(3128, '209.1.12.216', 0),
(3129, '209.1.12.217', 0),
(3130, '209.1.12.218', 0),
(3131, '209.1.12.219', 0),
(3132, '209.1.12.22', 0),
(3133, '209.1.12.220', 0),
(3134, '209.1.12.221', 0),
(3135, '209.1.12.222', 0),
(3136, '209.1.12.223', 0),
(3137, '209.1.12.224', 0),
(3138, '209.1.12.225', 0),
(3139, '209.1.12.226', 0),
(3140, '209.1.12.227', 0),
(3141, '209.1.12.228', 0),
(3142, '209.1.12.229', 0),
(3143, '209.1.12.23', 0),
(3144, '209.1.12.230', 0),
(3145, '209.1.12.231', 0),
(3146, '209.1.12.232', 0),
(3147, '209.1.12.233', 0),
(3148, '209.1.12.234', 0),
(3149, '209.1.12.235', 0),
(3150, '209.1.12.236', 0),
(3151, '209.1.12.237', 0),
(3152, '209.1.12.238', 0),
(3153, '209.1.12.239', 0),
(3154, '209.1.12.24', 0),
(3155, '209.1.12.240', 0),
(3156, '209.1.12.241', 0),
(3157, '209.1.12.242', 0),
(3158, '209.1.12.243', 0),
(3159, '209.1.12.244', 0),
(3160, '209.1.12.245', 0),
(3161, '209.1.12.246', 0),
(3162, '209.1.12.247', 0),
(3163, '209.1.12.248', 0),
(3164, '209.1.12.249', 0),
(3165, '209.1.12.25', 0),
(3166, '209.1.12.250', 0),
(3167, '209.1.12.251', 0),
(3168, '209.1.12.252', 0),
(3169, '209.1.12.253', 0),
(3170, '209.1.12.254', 0),
(3171, '209.1.12.26', 0),
(3172, '209.1.12.27', 0),
(3173, '209.1.12.28', 0),
(3174, '209.1.12.29', 0),
(3175, '209.1.12.3', 0),
(3176, '209.1.12.30', 0),
(3177, '209.1.12.32', 0),
(3178, '209.1.12.33', 0),
(3179, '209.1.12.34', 0),
(3180, '209.1.12.35', 0),
(3181, '209.1.12.36', 0),
(3182, '209.1.12.37', 0),
(3183, '209.1.12.38', 0),
(3184, '209.1.12.39', 0),
(3185, '209.1.12.4', 0),
(3186, '209.1.12.40', 0),
(3187, '209.1.12.41', 0),
(3188, '209.1.12.42', 0),
(3189, '209.1.12.43', 0),
(3190, '209.1.12.44', 0),
(3191, '209.1.12.45', 0),
(3192, '209.1.12.46', 0),
(3193, '209.1.12.47', 0),
(3194, '209.1.12.48', 0),
(3195, '209.1.12.49', 0),
(3196, '209.1.12.5', 0),
(3197, '209.1.12.50', 0),
(3198, '209.1.12.51', 0),
(3199, '209.1.12.52', 0),
(3200, '209.1.12.53', 0),
(3201, '209.1.12.54', 0),
(3202, '209.1.12.55', 0),
(3203, '209.1.12.56', 0),
(3204, '209.1.12.57', 0),
(3205, '209.1.12.58', 0),
(3206, '209.1.12.59', 0),
(3207, '209.1.12.6', 0),
(3208, '209.1.12.60', 0),
(3209, '209.1.12.61', 0),
(3210, '209.1.12.62', 0),
(3211, '209.1.12.63', 0),
(3212, '209.1.12.64', 0),
(3213, '209.1.12.65', 0),
(3214, '209.1.12.66', 0),
(3215, '209.1.12.67', 0),
(3216, '209.1.12.68', 0),
(3217, '209.1.12.69', 0),
(3218, '209.1.12.7', 0),
(3219, '209.1.12.70', 0),
(3220, '209.1.12.71', 0),
(3221, '209.1.12.72', 0),
(3222, '209.1.12.73', 0),
(3223, '209.1.12.74', 0),
(3224, '209.1.12.75', 0),
(3225, '209.1.12.76', 0),
(3226, '209.1.12.77', 0),
(3227, '209.1.12.78', 0),
(3228, '209.1.12.79', 0),
(3229, '209.1.12.8', 0),
(3230, '209.1.12.80', 0),
(3231, '209.1.12.81', 0),
(3232, '209.1.12.82', 0),
(3233, '209.1.12.83', 0),
(3234, '209.1.12.84', 0),
(3235, '209.1.12.85', 0),
(3236, '209.1.12.86', 0),
(3237, '209.1.12.87', 0),
(3238, '209.1.12.88', 0),
(3239, '209.1.12.89', 0),
(3240, '209.1.12.9', 0),
(3241, '209.1.12.90', 0),
(3242, '209.1.12.91', 0),
(3243, '209.1.12.92', 0),
(3244, '209.1.12.93', 0),
(3245, '209.1.12.94', 0),
(3246, '209.1.12.95', 0),
(3247, '209.1.12.96', 0),
(3248, '209.1.12.97', 0),
(3249, '209.1.12.98', 0),
(3250, '209.1.12.99', 0),
(3251, '209.1.120.96', 0),
(3252, '209.1.13.101', 0),
(3253, '209.1.13.231', 0),
(3254, '209.1.13.232', 0),
(3255, '209.1.32.122', 0),
(3256, '209.1.38', 0),
(3257, '209.1.38.1', 0),
(3258, '209.1.38.10', 0),
(3259, '209.1.38.100', 0),
(3260, '209.1.38.101', 0),
(3261, '209.1.38.102', 0),
(3262, '209.1.38.103', 0),
(3263, '209.1.38.104', 0),
(3264, '209.1.38.105', 0),
(3265, '209.1.38.106', 0),
(3266, '209.1.38.107', 0),
(3267, '209.1.38.108', 0),
(3268, '209.1.38.109', 0),
(3269, '209.1.38.110', 0),
(3270, '209.1.38.111', 0),
(3271, '209.1.38.112', 0),
(3272, '209.1.38.113', 0),
(3273, '209.1.38.114', 0),
(3274, '209.1.38.115', 0),
(3275, '209.1.38.116', 0),
(3276, '209.1.38.117', 0),
(3277, '209.1.38.118', 0),
(3278, '209.1.38.119', 0),
(3279, '209.1.38.120', 0),
(3280, '209.1.38.121', 0),
(3281, '209.1.38.122', 0),
(3282, '209.1.38.123', 0),
(3283, '209.1.38.124', 0),
(3284, '209.1.38.125', 0),
(3285, '209.1.38.126', 0),
(3286, '209.1.38.127', 0),
(3287, '209.1.38.128', 0),
(3288, '209.1.38.129', 0),
(3289, '209.1.38.130', 0),
(3290, '209.1.38.131', 0),
(3291, '209.1.38.132', 0),
(3292, '209.1.38.133', 0),
(3293, '209.1.38.134', 0),
(3294, '209.1.38.135', 0),
(3295, '209.1.38.136', 0),
(3296, '209.1.38.137', 0),
(3297, '209.1.38.138', 0),
(3298, '209.1.38.139', 0),
(3299, '209.1.38.140', 0),
(3300, '209.1.38.141', 0),
(3301, '209.1.38.142', 0),
(3302, '209.1.38.143', 0),
(3303, '209.1.38.144', 0),
(3304, '209.1.38.145', 0),
(3305, '209.1.38.146', 0),
(3306, '209.1.38.147', 0),
(3307, '209.1.38.148', 0),
(3308, '209.1.38.149', 0),
(3309, '209.1.38.150', 0),
(3310, '209.1.38.151', 0),
(3311, '209.1.38.153', 0),
(3312, '209.1.38.154', 0),
(3313, '209.1.38.160', 0),
(3314, '209.1.38.161', 0),
(3315, '209.1.38.162', 0),
(3316, '209.1.38.164', 0),
(3317, '209.1.38.165', 0),
(3318, '209.1.38.166', 0),
(3319, '209.1.38.167', 0),
(3320, '209.1.38.169', 0),
(3321, '209.1.38.170', 0),
(3322, '209.1.38.173', 0),
(3323, '209.1.38.174', 0),
(3324, '209.1.38.175', 0),
(3325, '209.1.38.176', 0),
(3326, '209.1.38.177', 0),
(3327, '209.1.38.178', 0),
(3328, '209.1.38.179', 0),
(3329, '209.1.38.219', 0),
(3330, '209.1.38.226', 0),
(3331, '209.1.38.232', 0),
(3332, '209.1.38.235', 0),
(3333, '209.1.38.33', 0),
(3334, '209.1.38.34', 0),
(3335, '209.1.38.35', 0),
(3336, '209.1.38.36', 0),
(3337, '209.1.38.38', 0),
(3338, '209.1.38.39', 0),
(3339, '209.1.38.40', 0),
(3340, '209.1.38.41', 0),
(3341, '209.1.38.42', 0),
(3342, '209.1.38.43', 0),
(3343, '209.1.38.44', 0),
(3344, '209.1.38.46', 0),
(3345, '209.1.38.47', 0),
(3346, '209.1.38.48', 0),
(3347, '209.1.38.49', 0),
(3348, '209.1.38.5', 0),
(3349, '209.1.38.50', 0),
(3350, '209.1.38.51', 0),
(3351, '209.1.38.52', 0),
(3352, '209.1.38.53', 0),
(3353, '209.1.38.54', 0),
(3354, '209.1.38.55', 0),
(3355, '209.1.38.56', 0),
(3356, '209.1.38.57', 0),
(3357, '209.1.38.58', 0),
(3358, '209.1.38.59', 0),
(3359, '209.1.38.6', 0),
(3360, '209.1.38.60', 0),
(3361, '209.1.38.61', 0),
(3362, '209.1.38.62', 0),
(3363, '209.1.38.63', 0),
(3364, '209.1.38.64', 0),
(3365, '209.1.38.65', 0),
(3366, '209.1.38.66', 0),
(3367, '209.1.38.67', 0),
(3368, '209.1.38.68', 0),
(3369, '209.1.38.69', 0),
(3370, '209.1.38.7', 0),
(3371, '209.1.38.70', 0),
(3372, '209.1.38.71', 0),
(3373, '209.1.38.72', 0),
(3374, '209.1.38.73', 0),
(3375, '209.1.38.74', 0),
(3376, '209.1.38.75', 0),
(3377, '209.1.38.76', 0),
(3378, '209.1.38.77', 0),
(3379, '209.1.38.78', 0),
(3380, '209.1.38.79', 0),
(3381, '209.1.38.80', 0),
(3382, '209.1.38.81', 0),
(3383, '209.1.38.82', 0),
(3384, '209.1.38.84', 0),
(3385, '209.1.38.85', 0),
(3386, '209.1.38.86', 0),
(3387, '209.1.38.87', 0),
(3388, '209.1.38.88', 0),
(3389, '209.1.38.89', 0),
(3390, '209.1.38.90', 0),
(3391, '209.1.38.91', 0),
(3392, '209.1.38.92', 0),
(3393, '209.1.38.93', 0),
(3394, '209.1.38.94', 0),
(3395, '209.1.38.95', 0),
(3396, '209.1.38.96', 0),
(3397, '209.1.38.97', 0),
(3398, '209.1.38.98', 0),
(3399, '209.1.38.99', 0),
(3400, '209.10.169.15', 0),
(3401, '209.10.169.16', 0),
(3402, '209.10.169.17', 0),
(3403, '209.10.61.5', 0),
(3404, '209.114.176.250', 0),
(3405, '209.114.200.62', 0),
(3406, '209.116.58.140', 0),
(3407, '209.116.58.143', 0),
(3408, '209.116.70.46', 0),
(3409, '209.120.206.178', 0),
(3410, '209.128.80.131', 0),
(3411, '209.128.80.133', 0),
(3412, '209.128.80.136', 0),
(3413, '209.131.40', 0),
(3414, '209.131.40.126', 0),
(3415, '209.131.40.127', 0),
(3416, '209.131.40.128', 0),
(3417, '209.131.40.132', 0),
(3418, '209.131.40.135', 0),
(3419, '209.131.40.136', 0),
(3420, '209.131.40.138', 0),
(3421, '209.131.40.139', 0),
(3422, '209.131.40.140', 0),
(3423, '209.131.40.153', 0),
(3424, '209.131.40.155', 0),
(3425, '209.131.40.179', 0),
(3426, '209.131.40.18', 0),
(3427, '209.131.40.180', 0),
(3428, '209.131.40.184', 0),
(3429, '209.131.40.192', 0),
(3430, '209.131.40.193', 0),
(3431, '209.131.40.194', 0),
(3432, '209.131.40.196', 0),
(3433, '209.131.40.198', 0),
(3434, '209.131.40.201', 0),
(3435, '209.131.40.203', 0),
(3436, '209.131.40.205', 0),
(3437, '209.131.40.206', 0),
(3438, '209.131.40.207', 0),
(3439, '209.131.40.223', 0),
(3440, '209.131.40.227', 0),
(3441, '209.131.40.31', 0),
(3442, '209.131.40.34', 0),
(3443, '209.131.40.35', 0),
(3444, '209.131.40.36', 0),
(3445, '209.131.40.37', 0),
(3446, '209.131.40.38', 0),
(3447, '209.131.40.39', 0),
(3448, '209.131.40.40', 0),
(3449, '209.131.40.41', 0),
(3450, '209.131.40.42', 0),
(3451, '209.131.40.43', 0),
(3452, '209.131.40.44', 0),
(3453, '209.131.40.45', 0),
(3454, '209.131.40.46', 0),
(3455, '209.131.40.47', 0),
(3456, '209.131.40.48', 0),
(3457, '209.131.40.49', 0),
(3458, '209.131.40.50', 0),
(3459, '209.131.40.52', 0),
(3460, '209.131.40.67', 0),
(3461, '209.131.40.70', 0),
(3462, '209.131.40.78', 0),
(3463, '209.131.40.79', 0),
(3464, '209.131.40.81', 0),
(3465, '209.131.40.82', 0),
(3466, '209.131.40.83', 0),
(3467, '209.131.40.94', 0),
(3468, '209.131.41', 0),
(3469, '209.131.41.19', 0),
(3470, '209.131.48', 0),
(3471, '209.131.48.100', 0),
(3472, '209.131.48.101', 0),
(3473, '209.131.48.104', 0),
(3474, '209.131.48.108', 0),
(3475, '209.131.48.136', 0),
(3476, '209.131.48.140', 0),
(3477, '209.131.48.200', 0),
(3478, '209.131.48.201', 0),
(3479, '209.131.48.202', 0),
(3480, '209.131.48.203', 0),
(3481, '209.131.48.219', 0),
(3482, '209.131.48.220', 0),
(3483, '209.131.48.73', 0),
(3484, '209.131.48.78', 0),
(3485, '209.131.49.237', 0),
(3486, '209.131.49.35', 0),
(3487, '209.131.49.36', 0),
(3488, '209.131.49.37', 0),
(3489, '209.131.49.38', 0),
(3490, '209.131.49.47', 0),
(3491, '209.131.50.153', 0),
(3492, '209.131.51.166', 0),
(3493, '209.131.55.118', 0),
(3494, '209.131.60.169', 0),
(3495, '209.131.60.17', 0),
(3496, '209.131.60.170', 0),
(3497, '209.131.60.171', 0),
(3498, '209.131.60.19', 0),
(3499, '209.131.62.107', 0),
(3500, '209.131.62.108', 0),
(3501, '209.131.62.109', 0),
(3502, '209.131.62.165', 0),
(3503, '209.131.62.212', 0),
(3504, '209.131.62.213', 0),
(3505, '209.131.62.214', 0),
(3506, '209.133.111.132', 0),
(3507, '209.133.111.56', 0),
(3508, '209.133.111.57', 0),
(3509, '209.133.111.58', 0),
(3510, '209.133.64.210', 0),
(3511, '209.133.64.214', 0),
(3512, '209.133.64.215', 0),
(3513, '209.133.64.216', 0),
(3514, '209.133.64.217', 0),
(3515, '209.133.64.218', 0),
(3516, '209.133.64.219', 0),
(3517, '209.133.64.220', 0),
(3518, '209.133.64.221', 0),
(3519, '209.133.64.222', 0),
(3520, '209.150.128.145', 0),
(3521, '209.167.50.2', 0),
(3522, '209.167.50.22', 0),
(3523, '209.167.50.25', 0),
(3524, '209.176.27.63', 0),
(3525, '209.177.62.135', 0),
(3526, '209.177.62.151', 0),
(3527, '209.177.62.1512', 0),
(3528, '209.185.108', 0),
(3529, '209.185.122', 0),
(3530, '209.185.122.10', 0),
(3531, '209.185.122.101', 0),
(3532, '209.185.122.102', 0),
(3533, '209.185.122.105', 0),
(3534, '209.185.122.106', 0),
(3535, '209.185.122.107', 0),
(3536, '209.185.122.108', 0),
(3537, '209.185.122.109', 0),
(3538, '209.185.122.110', 0),
(3539, '209.185.122.111', 0),
(3540, '209.185.122.112', 0),
(3541, '209.185.122.114', 0),
(3542, '209.185.122.115', 0),
(3543, '209.185.122.116', 0),
(3544, '209.185.122.117', 0),
(3545, '209.185.122.118', 0),
(3546, '209.185.122.119', 0),
(3547, '209.185.122.120', 0),
(3548, '209.185.122.121', 0),
(3549, '209.185.122.150', 0),
(3550, '209.185.122.151', 0),
(3551, '209.185.122.152', 0),
(3552, '209.185.122.153', 0),
(3553, '209.185.122.154', 0),
(3554, '209.185.122.155', 0),
(3555, '209.185.122.156', 0),
(3556, '209.185.122.157', 0),
(3557, '209.185.122.158', 0),
(3558, '209.185.122.159', 0),
(3559, '209.185.122.160', 0),
(3560, '209.185.122.161', 0),
(3561, '209.185.122.162', 0),
(3562, '209.185.122.163', 0),
(3563, '209.185.122.164', 0),
(3564, '209.185.122.165', 0),
(3565, '209.185.122.166', 0),
(3566, '209.185.122.167', 0),
(3567, '209.185.122.168', 0),
(3568, '209.185.122.169', 0),
(3569, '209.185.122.170', 0),
(3570, '209.185.122.171', 0),
(3571, '209.185.122.172', 0),
(3572, '209.185.122.173', 0),
(3573, '209.185.122.175', 0),
(3574, '209.185.122.176', 0),
(3575, '209.185.122.177', 0),
(3576, '209.185.122.178', 0),
(3577, '209.185.122.181', 0),
(3578, '209.185.122.182', 0),
(3579, '209.185.122.183', 0),
(3580, '209.185.122.184', 0),
(3581, '209.185.122.185', 0),
(3582, '209.185.122.186', 0),
(3583, '209.185.122.187', 0),
(3584, '209.185.122.188', 0),
(3585, '209.185.122.189', 0),
(3586, '209.185.122.190', 0),
(3587, '209.185.122.191', 0),
(3588, '209.185.122.192', 0),
(3589, '209.185.122.193', 0),
(3590, '209.185.122.194', 0),
(3591, '209.185.122.195', 0),
(3592, '209.185.122.201', 0),
(3593, '209.185.122.26', 0),
(3594, '209.185.122.30', 0),
(3595, '209.185.122.31', 0),
(3596, '209.185.122.33', 0),
(3597, '209.185.122.34', 0),
(3598, '209.185.122.35', 0),
(3599, '209.185.122.36', 0),
(3600, '209.185.122.37', 0),
(3601, '209.185.122.38', 0),
(3602, '209.185.122.42', 0),
(3603, '209.185.122.43', 0),
(3604, '209.185.122.44', 0),
(3605, '209.185.122.45', 0),
(3606, '209.185.122.46', 0),
(3607, '209.185.122.47', 0),
(3608, '209.185.122.48', 0),
(3609, '209.185.122.49', 0),
(3610, '209.185.122.5', 0),
(3611, '209.185.122.50', 0),
(3612, '209.185.122.51', 0),
(3613, '209.185.122.52', 0),
(3614, '209.185.122.53', 0),
(3615, '209.185.122.54', 0),
(3616, '209.185.122.55', 0),
(3617, '209.185.122.56', 0),
(3618, '209.185.122.57', 0),
(3619, '209.185.122.58', 0),
(3620, '209.185.122.59', 0),
(3621, '209.185.122.6', 0),
(3622, '209.185.122.60', 0),
(3623, '209.185.122.61', 0),
(3624, '209.185.122.62', 0),
(3625, '209.185.122.63', 0),
(3626, '209.185.122.64', 0),
(3627, '209.185.122.65', 0),
(3628, '209.185.122.66', 0),
(3629, '209.185.122.67', 0),
(3630, '209.185.122.68', 0),
(3631, '209.185.122.69', 0),
(3632, '209.185.122.7', 0),
(3633, '209.185.122.70', 0),
(3634, '209.185.122.71', 0),
(3635, '209.185.122.72', 0),
(3636, '209.185.122.73', 0),
(3637, '209.185.122.74', 0),
(3638, '209.185.122.75', 0),
(3639, '209.185.122.77', 0),
(3640, '209.185.122.78', 0),
(3641, '209.185.122.79', 0),
(3642, '209.185.122.8', 0),
(3643, '209.185.122.80', 0),
(3644, '209.185.122.81', 0),
(3645, '209.185.122.82', 0),
(3646, '209.185.122.83', 0),
(3647, '209.185.122.84', 0),
(3648, '209.185.122.86', 0),
(3649, '209.185.122.87', 0),
(3650, '209.185.122.88', 0),
(3651, '209.185.122.89', 0),
(3652, '209.185.122.9', 0),
(3653, '209.185.122.90', 0),
(3654, '209.185.122.91', 0),
(3655, '209.185.122.92', 0),
(3656, '209.185.122.93', 0),
(3657, '209.185.122.94', 0),
(3658, '209.185.122.95', 0),
(3659, '209.185.122.96', 0),
(3660, '209.185.122.97', 0),
(3661, '209.185.122.98', 0),
(3662, '209.185.122.99', 0),
(3663, '209.185.141', 0),
(3664, '209.185.141.1', 0),
(3665, '209.185.141.100', 0),
(3666, '209.185.141.101', 0),
(3667, '209.185.141.102', 0),
(3668, '209.185.141.103', 0),
(3669, '209.185.141.104', 0),
(3670, '209.185.141.105', 0),
(3671, '209.185.141.106', 0),
(3672, '209.185.141.107', 0),
(3673, '209.185.141.108', 0),
(3674, '209.185.141.109', 0),
(3675, '209.185.141.110', 0),
(3676, '209.185.141.112', 0),
(3677, '209.185.141.113', 0),
(3678, '209.185.141.114', 0),
(3679, '209.185.141.115', 0),
(3680, '209.185.141.116', 0),
(3681, '209.185.141.117', 0),
(3682, '209.185.141.118', 0),
(3683, '209.185.141.119', 0),
(3684, '209.185.141.120', 0),
(3685, '209.185.141.122', 0),
(3686, '209.185.141.123', 0),
(3687, '209.185.141.124', 0),
(3688, '209.185.141.125', 0),
(3689, '209.185.141.126', 0),
(3690, '209.185.141.127', 0),
(3691, '209.185.141.128', 0),
(3692, '209.185.141.129', 0),
(3693, '209.185.141.130', 0),
(3694, '209.185.141.131', 0),
(3695, '209.185.141.132', 0),
(3696, '209.185.141.133', 0),
(3697, '209.185.141.134', 0),
(3698, '209.185.141.135', 0),
(3699, '209.185.141.136', 0),
(3700, '209.185.141.137', 0),
(3701, '209.185.141.138', 0),
(3702, '209.185.141.139', 0),
(3703, '209.185.141.140', 0),
(3704, '209.185.141.141', 0),
(3705, '209.185.141.142', 0),
(3706, '209.185.141.143', 0),
(3707, '209.185.141.144', 0),
(3708, '209.185.141.145', 0),
(3709, '209.185.141.146', 0),
(3710, '209.185.141.147', 0),
(3711, '209.185.141.148', 0),
(3712, '209.185.141.149', 0),
(3713, '209.185.141.150', 0),
(3714, '209.185.141.151', 0),
(3715, '209.185.141.152', 0),
(3716, '209.185.141.153', 0),
(3717, '209.185.141.154', 0),
(3718, '209.185.141.155', 0),
(3719, '209.185.141.156', 0),
(3720, '209.185.141.157', 0),
(3721, '209.185.141.158', 0),
(3722, '209.185.141.159', 0),
(3723, '209.185.141.160', 0),
(3724, '209.185.141.161', 0),
(3725, '209.185.141.162', 0),
(3726, '209.185.141.163', 0),
(3727, '209.185.141.164', 0),
(3728, '209.185.141.165', 0),
(3729, '209.185.141.166', 0),
(3730, '209.185.141.167', 0),
(3731, '209.185.141.168', 0),
(3732, '209.185.141.169', 0),
(3733, '209.185.141.170', 0),
(3734, '209.185.141.171', 0),
(3735, '209.185.141.172', 0),
(3736, '209.185.141.173', 0),
(3737, '209.185.141.174', 0),
(3738, '209.185.141.175', 0),
(3739, '209.185.141.176', 0),
(3740, '209.185.141.177', 0),
(3741, '209.185.141.178', 0),
(3742, '209.185.141.179', 0),
(3743, '209.185.141.180', 0),
(3744, '209.185.141.181', 0),
(3745, '209.185.141.182', 0),
(3746, '209.185.141.183', 0),
(3747, '209.185.141.184', 0),
(3748, '209.185.141.185', 0),
(3749, '209.185.141.186', 0),
(3750, '209.185.141.187', 0),
(3751, '209.185.141.188', 0),
(3752, '209.185.141.189', 0),
(3753, '209.185.141.190', 0),
(3754, '209.185.141.191', 0),
(3755, '209.185.141.192', 0),
(3756, '209.185.141.194', 0),
(3757, '209.185.141.195', 0),
(3758, '209.185.141.196', 0),
(3759, '209.185.141.197', 0),
(3760, '209.185.141.198', 0),
(3761, '209.185.141.199', 0),
(3762, '209.185.141.200', 0),
(3763, '209.185.141.201', 0),
(3764, '209.185.141.202', 0),
(3765, '209.185.141.203', 0),
(3766, '209.185.141.204', 0),
(3767, '209.185.141.205', 0),
(3768, '209.185.141.206', 0),
(3769, '209.185.141.207', 0),
(3770, '209.185.141.208', 0),
(3771, '209.185.141.209', 0),
(3772, '209.185.141.210', 0),
(3773, '209.185.141.211', 0),
(3774, '209.185.141.212', 0),
(3775, '209.185.141.213', 0),
(3776, '209.185.141.214', 0),
(3777, '209.185.141.216', 0),
(3778, '209.185.141.217', 0),
(3779, '209.185.141.218', 0),
(3780, '209.185.141.219', 0),
(3781, '209.185.141.220', 0),
(3782, '209.185.141.221', 0),
(3783, '209.185.141.222', 0),
(3784, '209.185.141.223', 0),
(3785, '209.185.141.224', 0),
(3786, '209.185.141.225', 0),
(3787, '209.185.141.226', 0),
(3788, '209.185.141.227', 0),
(3789, '209.185.141.228', 0),
(3790, '209.185.141.229', 0),
(3791, '209.185.141.230', 0),
(3792, '209.185.141.231', 0),
(3793, '209.185.141.232', 0),
(3794, '209.185.141.233', 0),
(3795, '209.185.141.234', 0),
(3796, '209.185.141.235', 0),
(3797, '209.185.141.236', 0),
(3798, '209.185.141.237', 0),
(3799, '209.185.141.238', 0),
(3800, '209.185.141.239', 0),
(3801, '209.185.141.240', 0),
(3802, '209.185.141.241', 0),
(3803, '209.185.141.242', 0),
(3804, '209.185.141.243', 0),
(3805, '209.185.141.244', 0),
(3806, '209.185.141.245', 0),
(3807, '209.185.141.246', 0),
(3808, '209.185.141.247', 0),
(3809, '209.185.141.248', 0),
(3810, '209.185.141.249', 0),
(3811, '209.185.141.250', 0),
(3812, '209.185.141.251', 0),
(3813, '209.185.141.252', 0),
(3814, '209.185.141.253', 0),
(3815, '209.185.141.254', 0),
(3816, '209.185.141.33', 0),
(3817, '209.185.141.34', 0),
(3818, '209.185.141.35', 0),
(3819, '209.185.141.36', 0),
(3820, '209.185.141.37', 0),
(3821, '209.185.141.38', 0),
(3822, '209.185.141.39', 0),
(3823, '209.185.141.40', 0),
(3824, '209.185.141.41', 0),
(3825, '209.185.141.42', 0),
(3826, '209.185.141.43', 0),
(3827, '209.185.141.44', 0),
(3828, '209.185.141.45', 0),
(3829, '209.185.141.46', 0),
(3830, '209.185.141.47', 0),
(3831, '209.185.141.48', 0),
(3832, '209.185.141.49', 0);
INSERT INTO `wp_1_cloaker_ips` (`id`, `ip_address`, `man`) VALUES
(3833, '209.185.141.50', 0),
(3834, '209.185.141.51', 0),
(3835, '209.185.141.52', 0),
(3836, '209.185.141.53', 0),
(3837, '209.185.141.54', 0),
(3838, '209.185.141.55', 0),
(3839, '209.185.141.56', 0),
(3840, '209.185.141.57', 0),
(3841, '209.185.141.58', 0),
(3842, '209.185.141.59', 0),
(3843, '209.185.141.60', 0),
(3844, '209.185.141.61', 0),
(3845, '209.185.141.62', 0),
(3846, '209.185.141.63', 0),
(3847, '209.185.141.64', 0),
(3848, '209.185.141.65', 0),
(3849, '209.185.141.66', 0),
(3850, '209.185.141.67', 0),
(3851, '209.185.141.68', 0),
(3852, '209.185.141.69', 0),
(3853, '209.185.141.70', 0),
(3854, '209.185.141.71', 0),
(3855, '209.185.141.72', 0),
(3856, '209.185.141.73', 0),
(3857, '209.185.141.74', 0),
(3858, '209.185.141.75', 0),
(3859, '209.185.141.76', 0),
(3860, '209.185.141.77', 0),
(3861, '209.185.141.78', 0),
(3862, '209.185.141.79', 0),
(3863, '209.185.141.80', 0),
(3864, '209.185.141.81', 0),
(3865, '209.185.141.82', 0),
(3866, '209.185.141.83', 0),
(3867, '209.185.141.84', 0),
(3868, '209.185.141.85', 0),
(3869, '209.185.141.87', 0),
(3870, '209.185.141.88', 0),
(3871, '209.185.141.89', 0),
(3872, '209.185.141.90', 0),
(3873, '209.185.141.91', 0),
(3874, '209.185.141.92', 0),
(3875, '209.185.141.93', 0),
(3876, '209.185.141.94', 0),
(3877, '209.185.141.95', 0),
(3878, '209.185.141.96', 0),
(3879, '209.185.141.97', 0),
(3880, '209.185.141.98', 0),
(3881, '209.185.141.99', 0),
(3882, '209.185.143', 0),
(3883, '209.185.143.1', 0),
(3884, '209.185.143.10', 0),
(3885, '209.185.143.101', 0),
(3886, '209.185.143.102', 0),
(3887, '209.185.143.103', 0),
(3888, '209.185.143.104', 0),
(3889, '209.185.143.105', 0),
(3890, '209.185.143.106', 0),
(3891, '209.185.143.107', 0),
(3892, '209.185.143.108', 0),
(3893, '209.185.143.109', 0),
(3894, '209.185.143.11', 0),
(3895, '209.185.143.110', 0),
(3896, '209.185.143.111', 0),
(3897, '209.185.143.112', 0),
(3898, '209.185.143.113', 0),
(3899, '209.185.143.114', 0),
(3900, '209.185.143.115', 0),
(3901, '209.185.143.116', 0),
(3902, '209.185.143.117', 0),
(3903, '209.185.143.118', 0),
(3904, '209.185.143.119', 0),
(3905, '209.185.143.12', 0),
(3906, '209.185.143.120', 0),
(3907, '209.185.143.121', 0),
(3908, '209.185.143.122', 0),
(3909, '209.185.143.123', 0),
(3910, '209.185.143.124', 0),
(3911, '209.185.143.125', 0),
(3912, '209.185.143.129', 0),
(3913, '209.185.143.13', 0),
(3914, '209.185.143.138', 0),
(3915, '209.185.143.14', 0),
(3916, '209.185.143.140', 0),
(3917, '209.185.143.141', 0),
(3918, '209.185.143.142', 0),
(3919, '209.185.143.143', 0),
(3920, '209.185.143.144', 0),
(3921, '209.185.143.145', 0),
(3922, '209.185.143.146', 0),
(3923, '209.185.143.147', 0),
(3924, '209.185.143.148', 0),
(3925, '209.185.143.149', 0),
(3926, '209.185.143.15', 0),
(3927, '209.185.143.150', 0),
(3928, '209.185.143.151', 0),
(3929, '209.185.143.152', 0),
(3930, '209.185.143.16', 0),
(3931, '209.185.143.160', 0),
(3932, '209.185.143.161', 0),
(3933, '209.185.143.162', 0),
(3934, '209.185.143.163', 0),
(3935, '209.185.143.164', 0),
(3936, '209.185.143.165', 0),
(3937, '209.185.143.166', 0),
(3938, '209.185.143.167', 0),
(3939, '209.185.143.168', 0),
(3940, '209.185.143.169', 0),
(3941, '209.185.143.17', 0),
(3942, '209.185.143.170', 0),
(3943, '209.185.143.171', 0),
(3944, '209.185.143.172', 0),
(3945, '209.185.143.173', 0),
(3946, '209.185.143.174', 0),
(3947, '209.185.143.175', 0),
(3948, '209.185.143.176', 0),
(3949, '209.185.143.177', 0),
(3950, '209.185.143.178', 0),
(3951, '209.185.143.182', 0),
(3952, '209.185.143.19', 0),
(3953, '209.185.143.196', 0),
(3954, '209.185.143.197', 0),
(3955, '209.185.143.198', 0),
(3956, '209.185.143.199', 0),
(3957, '209.185.143.20', 0),
(3958, '209.185.143.200', 0),
(3959, '209.185.143.201', 0),
(3960, '209.185.143.204', 0),
(3961, '209.185.143.21', 0),
(3962, '209.185.143.22', 0),
(3963, '209.185.143.23', 0),
(3964, '209.185.143.24', 0),
(3965, '209.185.143.26', 0),
(3966, '209.185.143.27', 0),
(3967, '209.185.143.28', 0),
(3968, '209.185.143.29', 0),
(3969, '209.185.143.30', 0),
(3970, '209.185.143.31', 0),
(3971, '209.185.143.32', 0),
(3972, '209.185.143.33', 0),
(3973, '209.185.143.39', 0),
(3974, '209.185.143.40', 0),
(3975, '209.185.143.41', 0),
(3976, '209.185.143.42', 0),
(3977, '209.185.143.43', 0),
(3978, '209.185.143.44', 0),
(3979, '209.185.143.45', 0),
(3980, '209.185.143.46', 0),
(3981, '209.185.143.47', 0),
(3982, '209.185.143.48', 0),
(3983, '209.185.143.49', 0),
(3984, '209.185.143.5', 0),
(3985, '209.185.143.50', 0),
(3986, '209.185.143.51', 0),
(3987, '209.185.143.52', 0),
(3988, '209.185.143.53', 0),
(3989, '209.185.143.54', 0),
(3990, '209.185.143.55', 0),
(3991, '209.185.143.56', 0),
(3992, '209.185.143.57', 0),
(3993, '209.185.143.58', 0),
(3994, '209.185.143.59', 0),
(3995, '209.185.143.6', 0),
(3996, '209.185.143.60', 0),
(3997, '209.185.143.7', 0),
(3998, '209.185.143.8', 0),
(3999, '209.185.143.80', 0),
(4000, '209.185.143.81', 0),
(4001, '209.185.143.82', 0),
(4002, '209.185.143.83', 0),
(4003, '209.185.143.84', 0),
(4004, '209.185.143.85', 0),
(4005, '209.185.143.86', 0),
(4006, '209.185.143.87', 0),
(4007, '209.185.143.88', 0),
(4008, '209.185.143.89', 0),
(4009, '209.185.143.9', 0),
(4010, '209.185.143.90', 0),
(4011, '209.185.143.91', 0),
(4012, '209.185.143.92', 0),
(4013, '209.185.143.93', 0),
(4014, '209.185.143.94', 0),
(4015, '209.185.143.95', 0),
(4016, '209.185.143.96', 0),
(4017, '209.185.143.97', 0),
(4018, '209.185.143.98', 0),
(4019, '209.185.143.99', 0),
(4020, '209.185.188.207', 0),
(4021, '209.185.253', 0),
(4022, '209.19.244.162', 0),
(4023, '209.191.102.228', 0),
(4024, '209.191.123.33', 0),
(4025, '209.191.64.227', 0),
(4026, '209.191.65', 0),
(4027, '209.191.65.100', 0),
(4028, '209.191.65.101', 0),
(4029, '209.191.65.107', 0),
(4030, '209.191.65.110', 0),
(4031, '209.191.65.112', 0),
(4032, '209.191.65.114', 0),
(4033, '209.191.65.117', 0),
(4034, '209.191.65.118', 0),
(4035, '209.191.65.120', 0),
(4036, '209.191.65.122', 0),
(4037, '209.191.65.125', 0),
(4038, '209.191.65.126', 0),
(4039, '209.191.65.217', 0),
(4040, '209.191.65.245', 0),
(4041, '209.191.65.249', 0),
(4042, '209.191.65.69', 0),
(4043, '209.191.65.72', 0),
(4044, '209.191.65.74', 0),
(4045, '209.191.65.75', 0),
(4046, '209.191.65.79', 0),
(4047, '209.191.65.82', 0),
(4048, '209.191.65.85', 0),
(4049, '209.191.65.87', 0),
(4050, '209.191.65.93', 0),
(4051, '209.191.65.96', 0),
(4052, '209.191.65.97', 0),
(4053, '209.191.82.245', 0),
(4054, '209.191.82.252', 0),
(4055, '209.191.83', 0),
(4056, '209.191.83.10', 0),
(4057, '209.191.83.106', 0),
(4058, '209.191.83.107', 0),
(4059, '209.191.83.109', 0),
(4060, '209.191.83.11', 0),
(4061, '209.191.83.110', 0),
(4062, '209.191.83.111', 0),
(4063, '209.191.83.112', 0),
(4064, '209.191.83.113', 0),
(4065, '209.191.83.114', 0),
(4066, '209.191.83.115', 0),
(4067, '209.191.83.12', 0),
(4068, '209.191.83.13', 0),
(4069, '209.191.83.2', 0),
(4070, '209.191.83.220', 0),
(4071, '209.191.83.3', 0),
(4072, '209.191.83.4', 0),
(4073, '209.191.83.5', 0),
(4074, '209.191.83.6', 0),
(4075, '209.191.83.7', 0),
(4076, '209.191.83.8', 0),
(4077, '209.191.83.9', 0),
(4078, '209.191.87.214', 0),
(4079, '209.191.87.215', 0),
(4080, '209.191.87.216', 0),
(4081, '209.191.87.217', 0),
(4082, '209.191.87.218', 0),
(4083, '209.191.87.219', 0),
(4084, '209.191.87.220', 0),
(4085, '209.191.87.221', 0),
(4086, '209.191.87.222', 0),
(4087, '209.191.87.223', 0),
(4088, '209.198.242.61', 0),
(4089, '209.20.44.233', 0),
(4090, '209.20.44.236', 0),
(4091, '209.202.148', 0),
(4092, '209.202.148.100', 0),
(4093, '209.202.148.11', 0),
(4094, '209.202.148.12', 0),
(4095, '209.202.148.13', 0),
(4096, '209.202.148.14', 0),
(4097, '209.202.148.15', 0),
(4098, '209.202.148.16', 0),
(4099, '209.202.148.17', 0),
(4100, '209.202.148.175', 0),
(4101, '209.202.148.18', 0),
(4102, '209.202.148.19', 0),
(4103, '209.202.148.20', 0),
(4104, '209.202.148.21', 0),
(4105, '209.202.148.22', 0),
(4106, '209.202.148.23', 0),
(4107, '209.202.148.24', 0),
(4108, '209.202.148.25', 0),
(4109, '209.202.148.250', 0),
(4110, '209.202.148.26', 0),
(4111, '209.202.148.27', 0),
(4112, '209.202.148.28', 0),
(4113, '209.202.148.29', 0),
(4114, '209.202.148.30', 0),
(4115, '209.202.148.31', 0),
(4116, '209.202.148.32', 0),
(4117, '209.202.148.33', 0),
(4118, '209.202.148.34', 0),
(4119, '209.202.148.35', 0),
(4120, '209.202.148.36', 0),
(4121, '209.202.148.37', 0),
(4122, '209.202.148.38', 0),
(4123, '209.202.148.39', 0),
(4124, '209.202.148.40', 0),
(4125, '209.202.148.41', 0),
(4126, '209.202.148.42', 0),
(4127, '209.202.148.52', 0),
(4128, '209.202.148.53', 0),
(4129, '209.202.148.55', 0),
(4130, '209.202.148.58', 0),
(4131, '209.202.148.60', 0),
(4132, '209.202.148.61', 0),
(4133, '209.202.148.63', 0),
(4134, '209.202.148.64', 0),
(4135, '209.202.148.65', 0),
(4136, '209.202.148.66', 0),
(4137, '209.202.148.68', 0),
(4138, '209.202.148.72', 0),
(4139, '209.202.148.77', 0),
(4140, '209.202.148.79', 0),
(4141, '209.202.192', 0),
(4142, '209.202.192.129', 0),
(4143, '209.202.192.130', 0),
(4144, '209.202.192.137', 0),
(4145, '209.202.192.138', 0),
(4146, '209.202.192.141', 0),
(4147, '209.202.192.146', 0),
(4148, '209.202.192.147', 0),
(4149, '209.202.192.153', 0),
(4150, '209.202.192.160', 0),
(4151, '209.202.192.163', 0),
(4152, '209.202.192.165', 0),
(4153, '209.202.192.166', 0),
(4154, '209.202.192.179', 0),
(4155, '209.202.192.182', 0),
(4156, '209.202.192.185', 0),
(4157, '209.202.192.192', 0),
(4158, '209.202.192.198', 0),
(4159, '209.202.192.201', 0),
(4160, '209.202.192.204', 0),
(4161, '209.202.193', 0),
(4162, '209.202.193.25', 0),
(4163, '209.202.193.26', 0),
(4164, '209.202.193.27', 0),
(4165, '209.202.193.28', 0),
(4166, '209.202.193.29', 0),
(4167, '209.202.193.30', 0),
(4168, '209.202.193.31', 0),
(4169, '209.202.193.32', 0),
(4170, '209.202.193.34', 0),
(4171, '209.202.193.35', 0),
(4172, '209.202.193.37', 0),
(4173, '209.202.193.38', 0),
(4174, '209.202.193.39', 0),
(4175, '209.202.193.40', 0),
(4176, '209.202.194.237', 0),
(4177, '209.202.194.238', 0),
(4178, '209.202.194.239', 0),
(4179, '209.202.194.240', 0),
(4180, '209.202.197.101', 0),
(4181, '209.202.197.102', 0),
(4182, '209.202.197.104', 0),
(4183, '209.202.197.105', 0),
(4184, '209.202.197.106', 0),
(4185, '209.202.197.107', 0),
(4186, '209.202.205.1', 0),
(4187, '209.202.240.104', 0),
(4188, '209.202.240.109', 0),
(4189, '209.202.240.8', 0),
(4190, '209.202.244.2', 0),
(4191, '209.202.248.211', 0),
(4192, '209.202.248.212', 0),
(4193, '209.202.248.213', 0),
(4194, '209.202.248.214', 0),
(4195, '209.202.249.38', 0),
(4196, '209.202.249.40', 0),
(4197, '209.202.249.41', 0),
(4198, '209.203.226.174', 0),
(4199, '209.203.234.4', 0),
(4200, '209.208.197.115', 0),
(4201, '209.235.102.16', 0),
(4202, '209.239.36.253', 0),
(4203, '209.239.48.69', 0),
(4204, '209.247.40.246', 0),
(4205, '209.247.40.99', 0),
(4206, '209.249.66.10', 0),
(4207, '209.249.66.26', 0),
(4208, '209.249.66.27', 0),
(4209, '209.249.66.28', 0),
(4210, '209.249.66.30', 0),
(4211, '209.249.66.31', 0),
(4212, '209.249.66.33', 0),
(4213, '209.249.66.34', 0),
(4214, '209.249.66.36', 0),
(4215, '209.249.66.46', 0),
(4216, '209.249.66.47', 0),
(4217, '209.249.67.1', 0),
(4218, '209.249.67.10', 0),
(4219, '209.249.67.101', 0),
(4220, '209.249.67.102', 0),
(4221, '209.249.67.103', 0),
(4222, '209.249.67.104', 0),
(4223, '209.249.67.105', 0),
(4224, '209.249.67.106', 0),
(4225, '209.249.67.107', 0),
(4226, '209.249.67.108', 0),
(4227, '209.249.67.109', 0),
(4228, '209.249.67.110', 0),
(4229, '209.249.67.111', 0),
(4230, '209.249.67.112', 0),
(4231, '209.249.67.113', 0),
(4232, '209.249.67.114', 0),
(4233, '209.249.67.115', 0),
(4234, '209.249.67.116', 0),
(4235, '209.249.67.117', 0),
(4236, '209.249.67.118', 0),
(4237, '209.249.67.119', 0),
(4238, '209.249.67.120', 0),
(4239, '209.249.67.121', 0),
(4240, '209.249.67.122', 0),
(4241, '209.249.67.125', 0),
(4242, '209.249.67.126', 0),
(4243, '209.249.67.127', 0),
(4244, '209.249.67.128', 0),
(4245, '209.249.67.129', 0),
(4246, '209.249.67.130', 0),
(4247, '209.249.67.131', 0),
(4248, '209.249.67.132', 0),
(4249, '209.249.67.133', 0),
(4250, '209.249.67.134', 0),
(4251, '209.249.67.135', 0),
(4252, '209.249.67.136', 0),
(4253, '209.249.67.137', 0),
(4254, '209.249.67.138', 0),
(4255, '209.249.67.139', 0),
(4256, '209.249.67.140', 0),
(4257, '209.249.67.141', 0),
(4258, '209.249.67.142', 0),
(4259, '209.249.67.143', 0),
(4260, '209.249.67.144', 0),
(4261, '209.249.67.146', 0),
(4262, '209.249.67.147', 0),
(4263, '209.249.67.148', 0),
(4264, '209.249.80.130', 0),
(4265, '209.249.80.216', 0),
(4266, '209.249.80.221', 0),
(4267, '209.249.80.231', 0),
(4268, '209.249.80.232', 0),
(4269, '209.249.80.233', 0),
(4270, '209.249.80.245', 0),
(4271, '209.249.80.246', 0),
(4272, '209.254.2.2', 0),
(4273, '209.51.153.50', 0),
(4274, '209.51.159.2', 0),
(4275, '209.61.182.37', 0),
(4276, '209.61.189.254', 0),
(4277, '209.63.225.126', 0),
(4278, '209.67.119.9', 0),
(4279, '209.67.206.126', 0),
(4280, '209.67.206.127', 0),
(4281, '209.67.206.133', 0),
(4282, '209.67.228', 0),
(4283, '209.67.228.1', 0),
(4284, '209.67.228.10', 0),
(4285, '209.67.228.100', 0),
(4286, '209.67.228.101', 0),
(4287, '209.67.228.102', 0),
(4288, '209.67.228.103', 0),
(4289, '209.67.228.104', 0),
(4290, '209.67.228.105', 0),
(4291, '209.67.228.106', 0),
(4292, '209.67.228.107', 0),
(4293, '209.67.228.108', 0),
(4294, '209.67.228.109', 0),
(4295, '209.67.228.11', 0),
(4296, '209.67.228.110', 0),
(4297, '209.67.228.111', 0),
(4298, '209.67.228.112', 0),
(4299, '209.67.228.113', 0),
(4300, '209.67.228.114', 0),
(4301, '209.67.228.115', 0),
(4302, '209.67.228.116', 0),
(4303, '209.67.228.117', 0),
(4304, '209.67.228.118', 0),
(4305, '209.67.228.119', 0),
(4306, '209.67.228.12', 0),
(4307, '209.67.228.120', 0),
(4308, '209.67.228.121', 0),
(4309, '209.67.228.122', 0),
(4310, '209.67.228.126', 0),
(4311, '209.67.228.127', 0),
(4312, '209.67.228.128', 0),
(4313, '209.67.228.129', 0),
(4314, '209.67.228.13', 0),
(4315, '209.67.228.130', 0),
(4316, '209.67.228.131', 0),
(4317, '209.67.228.132', 0),
(4318, '209.67.228.133', 0),
(4319, '209.67.228.134', 0),
(4320, '209.67.228.135', 0),
(4321, '209.67.228.136', 0),
(4322, '209.67.228.137', 0),
(4323, '209.67.228.138', 0),
(4324, '209.67.228.139', 0),
(4325, '209.67.228.14', 0),
(4326, '209.67.228.140', 0),
(4327, '209.67.228.141', 0),
(4328, '209.67.228.142', 0),
(4329, '209.67.228.143', 0),
(4330, '209.67.228.144', 0),
(4331, '209.67.228.145', 0),
(4332, '209.67.228.146', 0),
(4333, '209.67.228.147', 0),
(4334, '209.67.228.148', 0),
(4335, '209.67.228.149', 0),
(4336, '209.67.228.15', 0),
(4337, '209.67.228.150', 0),
(4338, '209.67.228.151', 0),
(4339, '209.67.228.152', 0),
(4340, '209.67.228.153', 0),
(4341, '209.67.228.154', 0),
(4342, '209.67.228.155', 0),
(4343, '209.67.228.156', 0),
(4344, '209.67.228.157', 0),
(4345, '209.67.228.158', 0),
(4346, '209.67.228.159', 0),
(4347, '209.67.228.16', 0),
(4348, '209.67.228.160', 0),
(4349, '209.67.228.161', 0),
(4350, '209.67.228.162', 0),
(4351, '209.67.228.163', 0),
(4352, '209.67.228.164', 0),
(4353, '209.67.228.165', 0),
(4354, '209.67.228.166', 0),
(4355, '209.67.228.167', 0),
(4356, '209.67.228.168', 0),
(4357, '209.67.228.169', 0),
(4358, '209.67.228.17', 0),
(4359, '209.67.228.170', 0),
(4360, '209.67.228.171', 0),
(4361, '209.67.228.172', 0),
(4362, '209.67.228.173', 0),
(4363, '209.67.228.174', 0),
(4364, '209.67.228.175', 0),
(4365, '209.67.228.176', 0),
(4366, '209.67.228.177', 0),
(4367, '209.67.228.178', 0),
(4368, '209.67.228.179', 0),
(4369, '209.67.228.18', 0),
(4370, '209.67.228.180', 0),
(4371, '209.67.228.181', 0),
(4372, '209.67.228.182', 0),
(4373, '209.67.228.183', 0),
(4374, '209.67.228.184', 0),
(4375, '209.67.228.185', 0),
(4376, '209.67.228.186', 0),
(4377, '209.67.228.187', 0),
(4378, '209.67.228.188', 0),
(4379, '209.67.228.189', 0),
(4380, '209.67.228.19', 0),
(4381, '209.67.228.190', 0),
(4382, '209.67.228.191', 0),
(4383, '209.67.228.192', 0),
(4384, '209.67.228.195', 0),
(4385, '209.67.228.196', 0),
(4386, '209.67.228.197', 0),
(4387, '209.67.228.198', 0),
(4388, '209.67.228.199', 0),
(4389, '209.67.228.2', 0),
(4390, '209.67.228.20', 0),
(4391, '209.67.228.200', 0),
(4392, '209.67.228.201', 0),
(4393, '209.67.228.202', 0),
(4394, '209.67.228.203', 0),
(4395, '209.67.228.204', 0),
(4396, '209.67.228.205', 0),
(4397, '209.67.228.206', 0),
(4398, '209.67.228.207', 0),
(4399, '209.67.228.208', 0),
(4400, '209.67.228.209', 0),
(4401, '209.67.228.21', 0),
(4402, '209.67.228.210', 0),
(4403, '209.67.228.211', 0),
(4404, '209.67.228.212', 0),
(4405, '209.67.228.213', 0),
(4406, '209.67.228.214', 0),
(4407, '209.67.228.215', 0),
(4408, '209.67.228.216', 0),
(4409, '209.67.228.217', 0),
(4410, '209.67.228.218', 0),
(4411, '209.67.228.219', 0),
(4412, '209.67.228.22', 0),
(4413, '209.67.228.220', 0),
(4414, '209.67.228.221', 0),
(4415, '209.67.228.222', 0),
(4416, '209.67.228.223', 0),
(4417, '209.67.228.224', 0),
(4418, '209.67.228.225', 0),
(4419, '209.67.228.226', 0),
(4420, '209.67.228.227', 0),
(4421, '209.67.228.228', 0),
(4422, '209.67.228.229', 0),
(4423, '209.67.228.23', 0),
(4424, '209.67.228.230', 0),
(4425, '209.67.228.231', 0),
(4426, '209.67.228.232', 0),
(4427, '209.67.228.233', 0),
(4428, '209.67.228.234', 0),
(4429, '209.67.228.235', 0),
(4430, '209.67.228.236', 0),
(4431, '209.67.228.237', 0),
(4432, '209.67.228.238', 0),
(4433, '209.67.228.239', 0),
(4434, '209.67.228.24', 0),
(4435, '209.67.228.240', 0),
(4436, '209.67.228.241', 0),
(4437, '209.67.228.242', 0),
(4438, '209.67.228.243', 0),
(4439, '209.67.228.244', 0),
(4440, '209.67.228.245', 0),
(4441, '209.67.228.246', 0),
(4442, '209.67.228.247', 0),
(4443, '209.67.228.249', 0),
(4444, '209.67.228.25', 0),
(4445, '209.67.228.250', 0),
(4446, '209.67.228.251', 0),
(4447, '209.67.228.252', 0),
(4448, '209.67.228.253', 0),
(4449, '209.67.228.26', 0),
(4450, '209.67.228.27', 0),
(4451, '209.67.228.29', 0),
(4452, '209.67.228.3', 0),
(4453, '209.67.228.30', 0),
(4454, '209.67.228.31', 0),
(4455, '209.67.228.32', 0),
(4456, '209.67.228.33', 0),
(4457, '209.67.228.34', 0),
(4458, '209.67.228.35', 0),
(4459, '209.67.228.36', 0),
(4460, '209.67.228.37', 0),
(4461, '209.67.228.38', 0),
(4462, '209.67.228.39', 0),
(4463, '209.67.228.4', 0),
(4464, '209.67.228.40', 0),
(4465, '209.67.228.41', 0),
(4466, '209.67.228.42', 0),
(4467, '209.67.228.43', 0),
(4468, '209.67.228.44', 0),
(4469, '209.67.228.45', 0),
(4470, '209.67.228.46', 0),
(4471, '209.67.228.47', 0),
(4472, '209.67.228.48', 0),
(4473, '209.67.228.49', 0),
(4474, '209.67.228.50', 0),
(4475, '209.67.228.51', 0),
(4476, '209.67.228.52', 0),
(4477, '209.67.228.53', 0),
(4478, '209.67.228.54', 0),
(4479, '209.67.228.55', 0),
(4480, '209.67.228.56', 0),
(4481, '209.67.228.57', 0),
(4482, '209.67.228.58', 0),
(4483, '209.67.228.59', 0),
(4484, '209.67.228.60', 0),
(4485, '209.67.228.61', 0),
(4486, '209.67.228.62', 0),
(4487, '209.67.228.63', 0),
(4488, '209.67.228.64', 0),
(4489, '209.67.228.65', 0),
(4490, '209.67.228.67', 0),
(4491, '209.67.228.68', 0),
(4492, '209.67.228.69', 0),
(4493, '209.67.228.71', 0),
(4494, '209.67.228.72', 0),
(4495, '209.67.228.73', 0),
(4496, '209.67.228.74', 0),
(4497, '209.67.228.75', 0),
(4498, '209.67.228.76', 0),
(4499, '209.67.228.77', 0),
(4500, '209.67.228.78', 0),
(4501, '209.67.228.79', 0),
(4502, '209.67.228.80', 0),
(4503, '209.67.228.81', 0),
(4504, '209.67.228.82', 0),
(4505, '209.67.228.83', 0),
(4506, '209.67.228.84', 0),
(4507, '209.67.228.85', 0),
(4508, '209.67.228.86', 0),
(4509, '209.67.228.87', 0),
(4510, '209.67.228.88', 0),
(4511, '209.67.228.89', 0),
(4512, '209.67.228.90', 0),
(4513, '209.67.228.91', 0),
(4514, '209.67.228.92', 0),
(4515, '209.67.228.93', 0),
(4516, '209.67.228.94', 0),
(4517, '209.67.228.95', 0),
(4518, '209.67.228.96', 0),
(4519, '209.67.228.97', 0),
(4520, '209.67.228.98', 0),
(4521, '209.67.228.99', 0),
(4522, '209.67.229', 0),
(4523, '209.67.229.100', 0),
(4524, '209.67.229.101', 0),
(4525, '209.67.229.102', 0),
(4526, '209.67.229.136', 0),
(4527, '209.67.229.138', 0),
(4528, '209.67.229.139', 0),
(4529, '209.67.229.140', 0),
(4530, '209.67.229.141', 0),
(4531, '209.67.229.142', 0),
(4532, '209.67.229.143', 0),
(4533, '209.67.229.144', 0),
(4534, '209.67.229.49', 0),
(4535, '209.67.229.85', 0),
(4536, '209.67.247', 0),
(4537, '209.67.247.135', 0),
(4538, '209.67.247.144', 0),
(4539, '209.67.247.145', 0),
(4540, '209.67.247.146', 0),
(4541, '209.67.247.147', 0),
(4542, '209.67.247.148', 0),
(4543, '209.67.247.149', 0),
(4544, '209.67.247.153', 0),
(4545, '209.67.247.154', 0),
(4546, '209.67.247.155', 0),
(4547, '209.67.247.156', 0),
(4548, '209.67.247.157', 0),
(4549, '209.67.247.158', 0),
(4550, '209.67.247.159', 0),
(4551, '209.67.247.160', 0),
(4552, '209.67.247.161', 0),
(4553, '209.67.247.162', 0),
(4554, '209.67.247.163', 0),
(4555, '209.67.247.164', 0),
(4556, '209.67.247.165', 0),
(4557, '209.67.247.166', 0),
(4558, '209.67.247.167', 0),
(4559, '209.67.247.170', 0),
(4560, '209.67.247.195', 0),
(4561, '209.67.247.2', 0),
(4562, '209.67.247.200', 0),
(4563, '209.67.247.201', 0),
(4564, '209.67.247.202', 0),
(4565, '209.67.247.203', 0),
(4566, '209.67.247.204', 0),
(4567, '209.67.247.205', 0),
(4568, '209.67.247.206', 0),
(4569, '209.67.247.207', 0),
(4570, '209.67.247.208', 0),
(4571, '209.67.247.220', 0),
(4572, '209.67.247.221', 0),
(4573, '209.67.247.222', 0),
(4574, '209.67.247.223', 0),
(4575, '209.67.247.224', 0),
(4576, '209.67.247.225', 0),
(4577, '209.67.247.226', 0),
(4578, '209.67.247.227', 0),
(4579, '209.67.247.230', 0),
(4580, '209.67.247.232', 0),
(4581, '209.67.247.241', 0),
(4582, '209.67.247.250', 0),
(4583, '209.67.247.251', 0),
(4584, '209.67.247.252', 0),
(4585, '209.67.252.19', 0),
(4586, '209.67.252.197', 0),
(4587, '209.67.252.199', 0),
(4588, '209.67.252.21', 0),
(4589, '209.67.252.211', 0),
(4590, '209.67.252.212', 0),
(4591, '209.67.252.213', 0),
(4592, '209.67.252.214', 0),
(4593, '209.67.252.215', 0),
(4594, '209.67.252.216', 0),
(4595, '209.68.2.36', 0),
(4596, '209.69.255.131', 0),
(4597, '209.69.255.132', 0),
(4598, '209.69.255.160', 0),
(4599, '209.69.255.214', 0),
(4600, '209.69.255.242', 0),
(4601, '209.73.160.1', 0),
(4602, '209.73.160.250', 0),
(4603, '209.73.160.254', 0),
(4604, '209.73.162', 0),
(4605, '209.73.162.1', 0),
(4606, '209.73.162.10', 0),
(4607, '209.73.162.101', 0),
(4608, '209.73.162.102', 0),
(4609, '209.73.162.104', 0),
(4610, '209.73.162.111', 0),
(4611, '209.73.162.112', 0),
(4612, '209.73.162.114', 0),
(4613, '209.73.162.12', 0),
(4614, '209.73.162.121', 0),
(4615, '209.73.162.123', 0),
(4616, '209.73.162.13', 0),
(4617, '209.73.162.131', 0),
(4618, '209.73.162.133', 0),
(4619, '209.73.162.141', 0),
(4620, '209.73.162.143', 0),
(4621, '209.73.162.151', 0),
(4622, '209.73.162.153', 0),
(4623, '209.73.162.161', 0),
(4624, '209.73.162.162', 0),
(4625, '209.73.162.171', 0),
(4626, '209.73.162.172', 0),
(4627, '209.73.162.181', 0),
(4628, '209.73.162.191', 0),
(4629, '209.73.162.2', 0),
(4630, '209.73.162.20', 0),
(4631, '209.73.162.21', 0),
(4632, '209.73.162.22', 0),
(4633, '209.73.162.24', 0),
(4634, '209.73.162.30', 0),
(4635, '209.73.162.32', 0),
(4636, '209.73.162.33', 0),
(4637, '209.73.162.4', 0),
(4638, '209.73.162.41', 0),
(4639, '209.73.162.42', 0),
(4640, '209.73.162.44', 0),
(4641, '209.73.162.51', 0),
(4642, '209.73.162.52', 0),
(4643, '209.73.162.54', 0),
(4644, '209.73.162.61', 0),
(4645, '209.73.162.62', 0),
(4646, '209.73.162.64', 0),
(4647, '209.73.162.71', 0),
(4648, '209.73.162.72', 0),
(4649, '209.73.162.74', 0),
(4650, '209.73.162.81', 0),
(4651, '209.73.162.82', 0),
(4652, '209.73.162.84', 0),
(4653, '209.73.162.91', 0),
(4654, '209.73.162.92', 0),
(4655, '209.73.162.94', 0),
(4656, '209.73.164', 0),
(4657, '209.73.164.1', 0),
(4658, '209.73.164.126', 0),
(4659, '209.73.164.127', 0),
(4660, '209.73.164.129', 0),
(4661, '209.73.164.13', 0),
(4662, '209.73.164.130', 0),
(4663, '209.73.164.132', 0),
(4664, '209.73.164.133', 0),
(4665, '209.73.164.149', 0),
(4666, '209.73.164.159', 0),
(4667, '209.73.164.16', 0),
(4668, '209.73.164.160', 0),
(4669, '209.73.164.171', 0),
(4670, '209.73.164.216', 0),
(4671, '209.73.164.40', 0),
(4672, '209.73.164.41', 0),
(4673, '209.73.164.42', 0),
(4674, '209.73.164.43', 0),
(4675, '209.73.164.48', 0),
(4676, '209.73.164.50', 0),
(4677, '209.73.164.51', 0),
(4678, '209.73.164.56', 0),
(4679, '209.73.164.74', 0),
(4680, '209.73.174.250', 0),
(4681, '209.73.174.251', 0),
(4682, '209.73.176.128', 0),
(4683, '209.73.176.129', 0),
(4684, '209.73.176.133', 0),
(4685, '209.73.176.134', 0),
(4686, '209.73.176.136', 0),
(4687, '209.73.180', 0),
(4688, '209.73.228.163', 0),
(4689, '209.73.228.167', 0),
(4690, '209.75.193.22', 0),
(4691, '209.78.25.59', 0),
(4692, '209.85.238', 0),
(4693, '209.85.238.10', 0),
(4694, '209.85.238.11', 0),
(4695, '209.85.238.18', 0),
(4696, '209.85.238.19', 0),
(4697, '209.85.238.20', 0),
(4698, '209.85.238.22', 0),
(4699, '209.85.238.24', 0),
(4700, '209.85.238.25', 0),
(4701, '209.85.238.27', 0),
(4702, '209.85.238.28', 0),
(4703, '209.85.238.4', 0),
(4704, '209.85.238.5', 0),
(4705, '209.85.238.6', 0),
(4706, '209.85.238.8', 0),
(4707, '209.87.224.143', 0),
(4708, '209.87.224.160', 0),
(4709, '209.87.232.5', 0),
(4710, '210.109.141.5', 0),
(4711, '210.128.142.42', 0),
(4712, '210.131.75.107', 0),
(4713, '210.131.75.70', 0),
(4714, '210.131.75.80', 0),
(4715, '210.131.75.81', 0),
(4716, '210.131.75.82', 0),
(4717, '210.131.75.83', 0),
(4718, '210.131.75.84', 0),
(4719, '210.141.169.117', 0),
(4720, '210.148.160.157', 0),
(4721, '210.148.160.161', 0),
(4722, '210.148.160.162', 0),
(4723, '210.148.160.163', 0),
(4724, '210.148.160.164', 0),
(4725, '210.148.160.165', 0),
(4726, '210.148.160.206', 0),
(4727, '210.148.160.222', 0),
(4728, '210.150.10.10', 0),
(4729, '210.150.10.100', 0),
(4730, '210.150.10.101', 0),
(4731, '210.150.10.11', 0),
(4732, '210.150.10.12', 0),
(4733, '210.150.10.13', 0),
(4734, '210.150.10.14', 0),
(4735, '210.150.10.15', 0),
(4736, '210.150.10.16', 0),
(4737, '210.150.10.17', 0),
(4738, '210.150.10.175', 0),
(4739, '210.150.10.18', 0),
(4740, '210.150.10.183', 0),
(4741, '210.150.10.19', 0),
(4742, '210.150.10.20', 0),
(4743, '210.150.10.21', 0),
(4744, '210.150.10.22', 0),
(4745, '210.150.10.23', 0),
(4746, '210.150.10.24', 0),
(4747, '210.150.10.25', 0),
(4748, '210.150.10.26', 0),
(4749, '210.150.10.27', 0),
(4750, '210.150.10.28', 0),
(4751, '210.150.10.29', 0),
(4752, '210.150.10.30', 0),
(4753, '210.150.10.31', 0),
(4754, '210.150.10.32', 0),
(4755, '210.150.10.33', 0),
(4756, '210.150.10.34', 0),
(4757, '210.150.10.35', 0),
(4758, '210.150.10.36', 0),
(4759, '210.150.10.37', 0),
(4760, '210.150.10.38', 0),
(4761, '210.150.10.39', 0),
(4762, '210.150.10.40', 0),
(4763, '210.150.10.41', 0),
(4764, '210.150.10.42', 0),
(4765, '210.150.10.43', 0),
(4766, '210.150.10.44', 0),
(4767, '210.150.10.46', 0),
(4768, '210.150.10.50', 0),
(4769, '210.150.10.51', 0),
(4770, '210.150.10.53', 0),
(4771, '210.150.10.54', 0),
(4772, '210.150.10.56', 0),
(4773, '210.150.10.57', 0),
(4774, '210.150.10.58', 0),
(4775, '210.150.10.60', 0),
(4776, '210.150.10.72', 0),
(4777, '210.150.10.73', 0),
(4778, '210.150.10.74', 0),
(4779, '210.150.10.75', 0),
(4780, '210.150.10.76', 0),
(4781, '210.150.10.77', 0),
(4782, '210.150.10.78', 0),
(4783, '210.150.10.79', 0),
(4784, '210.150.10.80', 0),
(4785, '210.150.10.81', 0),
(4786, '210.150.10.82', 0),
(4787, '210.150.10.83', 0),
(4788, '210.150.10.84', 0),
(4789, '210.150.10.85', 0),
(4790, '210.150.10.86', 0),
(4791, '210.150.10.87', 0),
(4792, '210.150.10.88', 0),
(4793, '210.150.10.89', 0),
(4794, '210.150.10.90', 0),
(4795, '210.150.10.91', 0),
(4796, '210.150.10.92', 0),
(4797, '210.150.10.93', 0),
(4798, '210.150.10.94', 0),
(4799, '210.150.10.95', 0),
(4800, '210.150.10.96', 0),
(4801, '210.150.10.97', 0),
(4802, '210.150.10.98', 0),
(4803, '210.150.10.99', 0),
(4804, '210.150.25.100', 0),
(4805, '210.150.25.101', 0),
(4806, '210.150.25.102', 0),
(4807, '210.150.25.103', 0),
(4808, '210.150.25.104', 0),
(4809, '210.150.25.105', 0),
(4810, '210.150.25.106', 0),
(4811, '210.150.25.107', 0),
(4812, '210.150.25.108', 0),
(4813, '210.150.25.109', 0),
(4814, '210.150.25.11', 0),
(4815, '210.150.25.110', 0),
(4816, '210.150.25.111', 0),
(4817, '210.150.25.112', 0),
(4818, '210.150.25.113', 0),
(4819, '210.150.25.114', 0),
(4820, '210.150.25.115', 0),
(4821, '210.150.25.116', 0),
(4822, '210.150.25.117', 0),
(4823, '210.150.25.118', 0),
(4824, '210.150.25.119', 0),
(4825, '210.150.25.12', 0),
(4826, '210.150.25.120', 0),
(4827, '210.150.25.121', 0),
(4828, '210.150.25.122', 0),
(4829, '210.150.25.123', 0),
(4830, '210.150.25.124', 0),
(4831, '210.150.25.125', 0),
(4832, '210.150.25.126', 0),
(4833, '210.150.25.127', 0),
(4834, '210.150.25.128', 0),
(4835, '210.150.25.131', 0),
(4836, '210.150.25.132', 0),
(4837, '210.150.25.135', 0),
(4838, '210.150.25.136', 0),
(4839, '210.150.25.137', 0),
(4840, '210.150.25.147', 0),
(4841, '210.150.25.149', 0),
(4842, '210.150.25.156', 0),
(4843, '210.150.25.160', 0),
(4844, '210.150.25.161', 0),
(4845, '210.150.25.166', 0),
(4846, '210.150.25.192', 0),
(4847, '210.150.25.197', 0),
(4848, '210.150.25.198', 0),
(4849, '210.150.25.2', 0),
(4850, '210.150.25.20', 0),
(4851, '210.150.25.202', 0),
(4852, '210.150.25.204', 0),
(4853, '210.150.25.205', 0),
(4854, '210.150.25.206', 0),
(4855, '210.150.25.208', 0),
(4856, '210.150.25.209', 0),
(4857, '210.150.25.210', 0),
(4858, '210.150.25.212', 0),
(4859, '210.150.25.214', 0),
(4860, '210.150.25.221', 0),
(4861, '210.150.25.222', 0),
(4862, '210.150.25.223', 0),
(4863, '210.150.25.225', 0),
(4864, '210.150.25.226', 0),
(4865, '210.150.25.233', 0),
(4866, '210.150.25.234', 0),
(4867, '210.150.25.235', 0),
(4868, '210.150.25.236', 0),
(4869, '210.150.25.3', 0),
(4870, '210.150.25.37', 0),
(4871, '210.150.25.4', 0),
(4872, '210.150.25.41', 0),
(4873, '210.150.25.42', 0),
(4874, '210.150.25.43', 0),
(4875, '210.150.25.44', 0),
(4876, '210.150.25.45', 0),
(4877, '210.150.25.46', 0),
(4878, '210.150.25.47', 0),
(4879, '210.150.25.48', 0),
(4880, '210.150.25.49', 0),
(4881, '210.150.25.5', 0),
(4882, '210.150.25.50', 0),
(4883, '210.150.25.51', 0),
(4884, '210.150.25.52', 0),
(4885, '210.150.25.53', 0),
(4886, '210.150.25.54', 0),
(4887, '210.150.25.55', 0),
(4888, '210.150.25.56', 0),
(4889, '210.150.25.57', 0),
(4890, '210.150.25.58', 0),
(4891, '210.150.25.59', 0),
(4892, '210.150.25.6', 0),
(4893, '210.150.25.65', 0),
(4894, '210.150.25.66', 0),
(4895, '210.150.25.96', 0),
(4896, '210.150.25.97', 0),
(4897, '210.150.25.98', 0),
(4898, '210.150.25.99', 0),
(4899, '210.155.157', 0),
(4900, '210.155.157.15', 0),
(4901, '210.155.159', 0),
(4902, '210.155.159.147', 0),
(4903, '210.155.159.148', 0),
(4904, '210.155.159.155', 0),
(4905, '210.155.159.198', 0),
(4906, '210.155.159.199', 0),
(4907, '210.155.159.238', 0),
(4908, '210.155.98.76', 0),
(4909, '210.159.73.35', 0),
(4910, '210.159.73.36', 0),
(4911, '210.16.10.40', 0),
(4912, '210.165.39.130', 0),
(4913, '210.165.39.133', 0),
(4914, '210.165.39.137', 0),
(4915, '210.165.39.138', 0),
(4916, '210.165.39.143', 0),
(4917, '210.165.39.147', 0),
(4918, '210.165.39.149', 0),
(4919, '210.165.39.150', 0),
(4920, '210.165.39.151', 0),
(4921, '210.165.39.210', 0),
(4922, '210.165.39.211', 0),
(4923, '210.165.39.212', 0),
(4924, '210.165.39.213', 0),
(4925, '210.165.39.214', 0),
(4926, '210.165.39.215', 0),
(4927, '210.165.39.216', 0),
(4928, '210.165.39.217', 0),
(4929, '210.165.39.244', 0),
(4930, '210.165.39.245', 0),
(4931, '210.165.39.246', 0),
(4932, '210.165.39.247', 0),
(4933, '210.165.39.248', 0),
(4934, '210.165.39.249', 0),
(4935, '210.165.39.250', 0),
(4936, '210.165.39.251', 0),
(4937, '210.165.39.252', 0),
(4938, '210.165.39.253', 0),
(4939, '210.165.39.254', 0),
(4940, '210.17.245.180', 0),
(4941, '210.17.245.191', 0),
(4942, '210.173.160.132', 0),
(4943, '210.173.160.144', 0),
(4944, '210.173.160.145', 0),
(4945, '210.173.160.146', 0),
(4946, '210.173.160.147', 0),
(4947, '210.173.160.148', 0),
(4948, '210.173.179.149', 0),
(4949, '210.173.179.22', 0),
(4950, '210.173.179.26', 0),
(4951, '210.173.179.30', 0),
(4952, '210.173.179.31', 0),
(4953, '210.173.179.32', 0),
(4954, '210.173.179.33', 0),
(4955, '210.173.179.37', 0),
(4956, '210.173.179.40', 0),
(4957, '210.173.179.45', 0),
(4958, '210.173.179.47', 0),
(4959, '210.173.179.50', 0),
(4960, '210.173.179.53', 0),
(4961, '210.173.179.82', 0),
(4962, '210.173.179.83', 0),
(4963, '210.173.180.145', 0),
(4964, '210.173.180.146', 0),
(4965, '210.173.180.148', 0),
(4966, '210.173.180.149', 0),
(4967, '210.173.180.150', 0),
(4968, '210.173.180.152', 0),
(4969, '210.173.180.153', 0),
(4970, '210.173.180.154', 0),
(4971, '210.173.180.155', 0),
(4972, '210.173.180.156', 0),
(4973, '210.173.180.157', 0),
(4974, '210.173.180.158', 0),
(4975, '210.173.180.159', 0),
(4976, '210.173.180.160', 0),
(4977, '210.173.180.161', 0),
(4978, '210.173.180.162', 0),
(4979, '210.173.180.164', 0),
(4980, '210.173.180.165', 0),
(4981, '210.173.180.168', 0),
(4982, '210.173.180.169', 0),
(4983, '210.173.180.170', 0),
(4984, '210.173.180.171', 0),
(4985, '210.173.180.172', 0),
(4986, '210.173.180.173', 0),
(4987, '210.173.180.192', 0),
(4988, '210.180.96.11', 0),
(4989, '210.180.96.42', 0),
(4990, '210.199.215.54', 0),
(4991, '210.201.54.197', 0),
(4992, '210.201.54.201', 0),
(4993, '210.201.54.202', 0),
(4994, '210.201.54.203', 0),
(4995, '210.201.54.204', 0),
(4996, '210.201.54.205', 0),
(4997, '210.201.54.207', 0),
(4998, '210.201.54.209', 0),
(4999, '210.201.54.211', 0),
(5000, '210.201.54.214', 0),
(5001, '210.201.54.215', 0),
(5002, '210.201.54.216', 0),
(5003, '210.201.54.217', 0),
(5004, '210.201.54.218', 0),
(5005, '210.201.54.219', 0),
(5006, '210.233.67.132', 0),
(5007, '210.236.233.130', 0),
(5008, '210.236.233.131', 0),
(5009, '210.236.233.132', 0),
(5010, '210.236.233.133', 0),
(5011, '210.236.233.135', 0),
(5012, '210.236.233.136', 0),
(5013, '210.236.233.137', 0),
(5014, '210.236.233.139', 0),
(5015, '210.236.233.150', 0),
(5016, '210.236.233.151', 0),
(5017, '210.236.233.155', 0),
(5018, '210.236.233.160', 0),
(5019, '210.236.233.161', 0),
(5020, '210.239.119.67', 0),
(5021, '210.48.127.49', 0),
(5022, '210.49.185.214', 0),
(5023, '210.51.25.142', 0),
(5024, '210.59.144.147', 0),
(5025, '210.59.144.148', 0),
(5026, '210.59.144.149', 0),
(5027, '210.59.144.150', 0),
(5028, '210.59.144.151', 0),
(5029, '210.59.144.152', 0),
(5030, '210.59.144.154', 0),
(5031, '210.59.144.155', 0),
(5032, '210.59.144.156', 0),
(5033, '210.59.144.157', 0),
(5034, '210.8.18.17', 0),
(5035, '210.8.18.64', 0),
(5036, '210.8.18.66', 0),
(5037, '211.100.24.9', 0),
(5038, '211.100.24.90', 0),
(5039, '211.100.24.91', 0),
(5040, '211.100.24.92', 0),
(5041, '211.100.24.93', 0),
(5042, '211.100.24.94', 0),
(5043, '211.100.24.95', 0),
(5044, '211.100.24.96', 0),
(5045, '211.100.24.97', 0),
(5046, '211.100.25.19', 0),
(5047, '211.100.25.196', 0),
(5048, '211.100.25.197', 0),
(5049, '211.100.25.198', 0),
(5050, '211.100.25.199', 0),
(5051, '211.100.25.20', 0),
(5052, '211.100.25.200', 0),
(5053, '211.100.25.202', 0),
(5054, '211.100.25.204', 0),
(5055, '211.101.236.162', 0),
(5056, '211.101.236.91', 0),
(5057, '211.101.48.53', 0),
(5058, '211.13.222.125', 0),
(5059, '211.13.222.230', 0),
(5060, '211.13.222.81', 0),
(5061, '211.13.222.82', 0),
(5062, '211.13.222.83', 0),
(5063, '211.13.222.84', 0),
(5064, '211.13.222.85', 0),
(5065, '211.13.222.86', 0),
(5066, '211.13.222.87', 0),
(5067, '211.13.230.249', 0),
(5068, '211.134.217.212', 0),
(5069, '211.14.8.240', 0),
(5070, '211.154.211.209', 0),
(5071, '211.155.160.12', 0),
(5072, '211.155.160.2', 0),
(5073, '211.155.160.5', 0),
(5074, '211.169.241.21', 0),
(5075, '211.18.214.194', 0),
(5076, '211.19.171.234', 0),
(5077, '211.4.151.129', 0),
(5078, '211.4.151.244', 0),
(5079, '211.41.4.16', 0),
(5080, '211.51.63.4', 0),
(5081, '211.72.252.147', 0),
(5082, '211.72.252.150', 0),
(5083, '211.72.252.182', 0),
(5084, '211.72.252.242', 0),
(5085, '211.72.252.243', 0),
(5086, '211.72.252.25', 0),
(5087, '211.72.252.49', 0),
(5088, '211.78.163.129', 0),
(5089, '212.1.26.100', 0),
(5090, '212.111.41.145', 0),
(5091, '212.111.41.151', 0),
(5092, '212.111.41.152', 0),
(5093, '212.111.41.153', 0),
(5094, '212.111.41.154', 0),
(5095, '212.111.41.2', 0),
(5096, '212.111.41.33', 0),
(5097, '212.111.41.34', 0),
(5098, '212.111.41.35', 0),
(5099, '212.111.41.36', 0),
(5100, '212.111.41.52', 0),
(5101, '212.111.41.53', 0),
(5102, '212.112.128.30', 0),
(5103, '212.113.19.150', 0),
(5104, '212.114.209.250', 0),
(5105, '212.123.67.70', 0),
(5106, '212.125.68.30', 0),
(5107, '212.127.141.18', 0),
(5108, '212.135.14.10', 0),
(5109, '212.135.14.12', 0),
(5110, '212.135.14.14', 0),
(5111, '212.135.14.4', 0),
(5112, '212.135.14.7', 0),
(5113, '212.135.14.8', 0),
(5114, '212.135.14.9', 0),
(5115, '212.158.198.8', 0),
(5116, '212.158.235.113', 0),
(5117, '212.158.249.0', 0),
(5118, '212.158.251.24', 0),
(5119, '212.172.247.162', 0),
(5120, '212.172.94.128', 0),
(5121, '212.179.212.77', 0),
(5122, '212.184.74.166', 0),
(5123, '212.185.44.10', 0),
(5124, '212.185.44.11', 0),
(5125, '212.185.44.12', 0),
(5126, '212.185.44.13', 0),
(5127, '212.185.44.15', 0),
(5128, '212.187.213.171', 0),
(5129, '212.187.213.172', 0),
(5130, '212.187.213.173', 0),
(5131, '212.187.213.174', 0),
(5132, '212.187.213.175', 0),
(5133, '212.187.226', 0),
(5134, '212.187.226.103', 0),
(5135, '212.187.226.111', 0),
(5136, '212.187.226.112', 0),
(5137, '212.187.226.122', 0),
(5138, '212.187.226.124', 0),
(5139, '212.187.226.127', 0),
(5140, '212.187.226.254', 0),
(5141, '212.187.226.42', 0),
(5142, '212.187.226.83', 0),
(5143, '212.187.226.84', 0),
(5144, '212.187.226.85', 0),
(5145, '212.187.226.87', 0),
(5146, '212.187.226.88', 0),
(5147, '212.187.226.91', 0),
(5148, '212.187.226.92', 0),
(5149, '212.187.226.93', 0),
(5150, '212.187.226.95', 0),
(5151, '212.187.226.99', 0),
(5152, '212.187.227', 0),
(5153, '212.187.227.50', 0),
(5154, '212.19.205.132', 0),
(5155, '212.19.205.133', 0),
(5156, '212.19.205.135', 0),
(5157, '212.19.205.136', 0),
(5158, '212.19.205.137', 0),
(5159, '212.19.205.147', 0),
(5160, '212.202.107.194', 0),
(5161, '212.209.54.134', 0),
(5162, '212.209.54.40', 0),
(5163, '212.227.109.14', 0),
(5164, '212.227.109.197', 0),
(5165, '212.227.109.225', 0),
(5166, '212.227.109.229', 0),
(5167, '212.227.109.23', 0),
(5168, '212.227.109.241', 0),
(5169, '212.227.109.31', 0),
(5170, '212.227.109.56', 0),
(5171, '212.227.109.57', 0),
(5172, '212.227.109.58', 0),
(5173, '212.227.118.11', 0),
(5174, '212.227.118.130', 0),
(5175, '212.227.118.25', 0),
(5176, '212.227.118.28', 0),
(5177, '212.227.118.9', 0),
(5178, '212.227.119.5', 0),
(5179, '212.234.111.157', 0),
(5180, '212.234.165.217', 0),
(5181, '212.253.129.11', 0),
(5182, '212.27.33.116', 0),
(5183, '212.27.33.160', 0),
(5184, '212.27.33.161', 0),
(5185, '212.27.33.162', 0),
(5186, '212.27.33.163', 0),
(5187, '212.27.33.164', 0),
(5188, '212.27.33.165', 0),
(5189, '212.27.33.166', 0),
(5190, '212.27.33.167', 0),
(5191, '212.27.33.168', 0),
(5192, '212.27.33.169', 0),
(5193, '212.27.41.11', 0),
(5194, '212.27.41.14', 0),
(5195, '212.27.41.2', 0),
(5196, '212.27.41.22', 0),
(5197, '212.27.41.23', 0),
(5198, '212.27.41.24', 0),
(5199, '212.27.41.25', 0),
(5200, '212.27.41.26', 0),
(5201, '212.27.41.27', 0),
(5202, '212.27.41.28', 0),
(5203, '212.27.41.3', 0),
(5204, '212.27.41.30', 0),
(5205, '212.27.41.31', 0),
(5206, '212.27.41.32', 0),
(5207, '212.27.41.33', 0),
(5208, '212.27.41.34', 0),
(5209, '212.27.41.35', 0),
(5210, '212.27.41.36', 0),
(5211, '212.27.41.37', 0),
(5212, '212.27.41.38', 0),
(5213, '212.27.41.39', 0),
(5214, '212.27.41.40', 0),
(5215, '212.27.41.41', 0),
(5216, '212.27.41.43', 0),
(5217, '212.47.13.201', 0),
(5218, '212.48.11.189', 0),
(5219, '212.48.8.142', 0),
(5220, '212.5.6.147', 0),
(5221, '212.56.39.2', 0),
(5222, '212.58.162.111', 0),
(5223, '212.58.162.42', 0),
(5224, '212.58.162.78', 0),
(5225, '212.58.169.133', 0),
(5226, '212.58.169.181', 0),
(5227, '212.61.21.64', 0),
(5228, '212.61.21.89', 0),
(5229, '212.61.21.94', 0),
(5230, '212.63.155.1', 0),
(5231, '212.69.192.185', 0),
(5232, '212.69.208.31', 0),
(5233, '212.71.128.66', 0),
(5234, '212.71.128.67', 0),
(5235, '212.72.181.12', 0),
(5236, '212.72.39.10', 0),
(5237, '212.72.39.11', 0),
(5238, '212.72.39.12', 0),
(5239, '212.72.39.13', 0),
(5240, '212.72.39.14', 0),
(5241, '212.72.39.15', 0),
(5242, '212.72.39.16', 0),
(5243, '212.72.39.17', 0),
(5244, '212.72.39.18', 0),
(5245, '212.72.39.19', 0),
(5246, '212.72.39.194', 0),
(5247, '212.72.39.195', 0),
(5248, '212.72.39.196', 0),
(5249, '212.72.39.197', 0),
(5250, '212.72.39.198', 0),
(5251, '212.72.39.199', 0),
(5252, '212.72.39.2', 0),
(5253, '212.72.39.20', 0),
(5254, '212.72.39.200', 0),
(5255, '212.72.39.201', 0),
(5256, '212.72.39.202', 0),
(5257, '212.72.39.203', 0),
(5258, '212.72.39.204', 0),
(5259, '212.72.39.205', 0),
(5260, '212.72.39.206', 0),
(5261, '212.72.39.207', 0),
(5262, '212.72.39.208', 0),
(5263, '212.72.39.209', 0),
(5264, '212.72.39.21', 0),
(5265, '212.72.39.210', 0),
(5266, '212.72.39.211', 0),
(5267, '212.72.39.212', 0),
(5268, '212.72.39.213', 0),
(5269, '212.72.39.214', 0),
(5270, '212.72.39.215', 0),
(5271, '212.72.39.216', 0),
(5272, '212.72.39.217', 0),
(5273, '212.72.39.218', 0),
(5274, '212.72.39.219', 0),
(5275, '212.72.39.22', 0),
(5276, '212.72.39.220', 0),
(5277, '212.72.39.221', 0),
(5278, '212.72.39.23', 0),
(5279, '212.72.39.24', 0),
(5280, '212.72.39.27', 0),
(5281, '212.72.39.28', 0),
(5282, '212.72.39.29', 0),
(5283, '212.72.39.3', 0),
(5284, '212.72.39.30', 0),
(5285, '212.72.39.4', 0),
(5286, '212.72.39.5', 0),
(5287, '212.72.39.6', 0),
(5288, '212.72.39.7', 0),
(5289, '212.72.39.8', 0),
(5290, '212.72.39.9', 0),
(5291, '212.73.246.71', 0),
(5292, '212.73.246.73', 0),
(5293, '212.78.64.35', 0),
(5294, '212.80.76.87', 0),
(5295, '212.91.134.190', 0),
(5296, '212.97.42.229', 0),
(5297, '212.97.42.250', 0),
(5298, '212.98.78.29', 0),
(5299, '213.10.10.117', 0),
(5300, '213.10.10.118', 0),
(5301, '213.134.142.22', 0),
(5302, '213.134.142.50', 0),
(5303, '213.146.148.4', 0),
(5304, '213.146.187.160', 0),
(5305, '213.151.33.107', 0),
(5306, '213.168.94.24', 0),
(5307, '213.168.94.7', 0),
(5308, '213.174.84.195', 0),
(5309, '213.177.232.41', 0),
(5310, '213.179.39.227', 0),
(5311, '213.179.58.54', 0),
(5312, '213.180.128.151', 0),
(5313, '213.180.128.152', 0),
(5314, '213.180.128.153', 0),
(5315, '213.180.128.154', 0),
(5316, '213.180.137.71', 0),
(5317, '213.180.193', 0),
(5318, '213.180.194', 0),
(5319, '213.180.206', 0),
(5320, '213.180.207', 0),
(5321, '213.180.210', 0),
(5322, '213.180.216', 0),
(5323, '213.180.217', 0),
(5324, '213.186.46.88', 0),
(5325, '213.188.8.2', 0),
(5326, '213.188.8.4', 0),
(5327, '213.188.8.76', 0),
(5328, '213.193.19.33', 0),
(5329, '213.193.19.35', 0),
(5330, '213.193.19.36', 0),
(5331, '213.193.30.241', 0),
(5332, '213.193.30.242', 0),
(5333, '213.193.30.245', 0),
(5334, '213.199.128.156', 0),
(5335, '213.203.200.31', 0),
(5336, '213.203.245.153', 0),
(5337, '213.203.245.158', 0),
(5338, '213.215.133.19', 0),
(5339, '213.215.160.170', 0),
(5340, '213.215.201.204', 0),
(5341, '213.215.201.205', 0),
(5342, '213.215.201.221', 0),
(5343, '213.215.201.222', 0),
(5344, '213.215.201.234', 0),
(5345, '213.215.201.235', 0),
(5346, '213.216.143.37', 0),
(5347, '213.216.143.38', 0),
(5348, '213.216.143.39', 0),
(5349, '213.221.109.10', 0),
(5350, '213.221.109.11', 0),
(5351, '213.221.109.12', 0),
(5352, '213.221.109.13', 0),
(5353, '213.221.109.31', 0),
(5354, '213.221.109.32', 0),
(5355, '213.221.109.33', 0),
(5356, '213.221.109.34', 0),
(5357, '213.229.153.170', 0),
(5358, '213.229.60.11', 0),
(5359, '213.239.197.150', 0),
(5360, '213.239.206.109', 0),
(5361, '213.239.211.101', 0),
(5362, '213.242.179.43', 0),
(5363, '213.244.181.190', 0),
(5364, '213.246.36.238', 0),
(5365, '213.251.136.94', 0),
(5366, '213.252.152.10', 0),
(5367, '213.29.7.217', 0),
(5368, '213.29.7.220', 0),
(5369, '213.41.128.47', 0),
(5370, '213.41.71.18', 0),
(5371, '213.61.4.100', 0),
(5372, '213.73.161.41', 0),
(5373, '213.73.174.113', 0),
(5374, '213.73.174.162', 0),
(5375, '213.73.174.36', 0),
(5376, '213.73.177.37', 0),
(5377, '213.73.197.30', 0),
(5378, '213.73.210.224', 0),
(5379, '213.73.211.172', 0),
(5380, '213.73.211.74', 0),
(5381, '213.8.106.19', 0),
(5382, '213.8.98.237', 0),
(5383, '213.97.108.143', 0),
(5384, '216.104.145.10', 0),
(5385, '216.104.145.160', 0),
(5386, '216.104.145.170', 0),
(5387, '216.104.145.180', 0),
(5388, '216.104.145.2', 0),
(5389, '216.104.145.230', 0),
(5390, '216.104.145.31', 0),
(5391, '216.104.145.71', 0),
(5392, '216.105.35.97', 0),
(5393, '216.109.121.70', 0),
(5394, '216.109.121.71', 0),
(5395, '216.109.126.131', 0),
(5396, '216.109.126.133', 0),
(5397, '216.109.126.137', 0),
(5398, '216.109.126.138', 0),
(5399, '216.109.126.139', 0),
(5400, '216.109.126.141', 0),
(5401, '216.109.126.143', 0),
(5402, '216.109.126.145', 0),
(5403, '216.109.126.146', 0),
(5404, '216.109.126.147', 0),
(5405, '216.109.126.150', 0),
(5406, '216.109.126.152', 0),
(5407, '216.109.126.157', 0),
(5408, '216.109.126.158', 0),
(5409, '216.109.126.159', 0),
(5410, '216.109.126.160', 0),
(5411, '216.109.126.161', 0),
(5412, '216.110.167.157', 0),
(5413, '216.127.80.23', 0),
(5414, '216.129.119.10', 0),
(5415, '216.129.119.11', 0),
(5416, '216.129.119.12', 0),
(5417, '216.129.119.13', 0),
(5418, '216.129.119.14', 0),
(5419, '216.129.119.15', 0),
(5420, '216.129.119.16', 0),
(5421, '216.129.119.17', 0),
(5422, '216.129.119.18', 0),
(5423, '216.129.119.19', 0),
(5424, '216.129.119.40', 0),
(5425, '216.129.119.41', 0),
(5426, '216.129.119.42', 0),
(5427, '216.129.119.43', 0),
(5428, '216.129.119.44', 0),
(5429, '216.129.119.45', 0),
(5430, '216.129.119.46', 0),
(5431, '216.129.119.47', 0),
(5432, '216.129.119.48', 0),
(5433, '216.129.119.49', 0),
(5434, '216.129.119.81', 0),
(5435, '216.13.169.244', 0),
(5436, '216.130.179.196', 0),
(5437, '216.131.41.7', 0),
(5438, '216.136.233.164', 0),
(5439, '216.139.207.66', 0),
(5440, '216.143.191.131', 0),
(5441, '216.143.233.35', 0),
(5442, '216.145.5.42', 0),
(5443, '216.145.50.40', 0),
(5444, '216.145.54.35', 0),
(5445, '216.145.58.219', 0),
(5446, '216.148.212.182', 0),
(5447, '216.148.213.150', 0),
(5448, '216.155.198.60', 0),
(5449, '216.155.200', 0),
(5450, '216.155.200.100', 0),
(5451, '216.155.200.103', 0),
(5452, '216.155.200.104', 0),
(5453, '216.155.200.22', 0),
(5454, '216.155.200.79', 0),
(5455, '216.155.200.80', 0),
(5456, '216.155.200.85', 0),
(5457, '216.155.200.86', 0),
(5458, '216.155.200.87', 0),
(5459, '216.155.200.95', 0),
(5460, '216.155.200.96', 0),
(5461, '216.155.200.97', 0),
(5462, '216.155.202.175', 0),
(5463, '216.155.202.54', 0),
(5464, '216.155.204.40', 0),
(5465, '216.16.120.22', 0),
(5466, '216.178.189.230', 0),
(5467, '216.181.122.11', 0),
(5468, '216.181.122.110', 0),
(5469, '216.181.122.111', 0),
(5470, '216.182.214.7', 0),
(5471, '216.188.26.198', 0),
(5472, '216.188.26.201', 0),
(5473, '216.188.26.202', 0),
(5474, '216.188.26.203', 0),
(5475, '216.189.8.110', 0),
(5476, '216.198.200.119', 0),
(5477, '216.198.200.123', 0),
(5478, '216.200.130.20', 0),
(5479, '216.200.130.200', 0),
(5480, '216.200.130.201', 0),
(5481, '216.200.130.202', 0),
(5482, '216.200.130.203', 0),
(5483, '216.200.130.204', 0),
(5484, '216.200.130.205', 0),
(5485, '216.200.130.206', 0),
(5486, '216.200.130.207', 0),
(5487, '216.200.130.208', 0),
(5488, '216.200.130.209', 0),
(5489, '216.200.130.210', 0),
(5490, '216.200.130.24', 0),
(5491, '216.200.130.242', 0),
(5492, '216.200.130.244', 0),
(5493, '216.200.130.245', 0),
(5494, '216.200.130.246', 0),
(5495, '216.200.130.248', 0),
(5496, '216.200.130.249', 0),
(5497, '216.200.130.26', 0),
(5498, '216.200.130.7', 0),
(5499, '216.200.130.77', 0),
(5500, '216.200.130.78', 0),
(5501, '216.200.130.79', 0),
(5502, '216.200.130.8', 0),
(5503, '216.200.130.85', 0),
(5504, '216.200.130.86', 0),
(5505, '216.200.130.87', 0),
(5506, '216.200.130.88', 0),
(5507, '216.200.130.89', 0),
(5508, '216.200.195.53', 0),
(5509, '216.200.195.57', 0),
(5510, '216.200.195.58', 0),
(5511, '216.200.195.59', 0),
(5512, '216.200.195.60', 0),
(5513, '216.200.195.61', 0),
(5514, '216.200.196.10', 0),
(5515, '216.200.196.11', 0),
(5516, '216.200.196.12', 0),
(5517, '216.200.196.13', 0),
(5518, '216.200.196.14', 0),
(5519, '216.200.196.15', 0),
(5520, '216.200.196.8', 0),
(5521, '216.200.196.9', 0),
(5522, '216.205.148.106', 0),
(5523, '216.206.178.81', 0),
(5524, '216.206.178.83', 0),
(5525, '216.206.178.85', 0),
(5526, '216.218.130.79', 0),
(5527, '216.218.155.2', 0),
(5528, '216.218.197.2', 0),
(5529, '216.218.227.21', 0),
(5530, '216.218.240.130', 0),
(5531, '216.23.148.127', 0),
(5532, '216.234.161.144', 0),
(5533, '216.239.193.71', 0),
(5534, '216.239.193.72', 0),
(5535, '216.239.193.73', 0),
(5536, '216.239.193.74', 0),
(5537, '216.239.193.75', 0),
(5538, '216.239.193.76', 0),
(5539, '216.239.193.77', 0),
(5540, '216.239.193.78', 0),
(5541, '216.239.193.79', 0),
(5542, '216.239.193.80', 0),
(5543, '216.239.193.81', 0),
(5544, '216.239.193.82', 0),
(5545, '216.239.193.83', 0),
(5546, '216.239.193.84', 0),
(5547, '216.239.193.85', 0),
(5548, '216.239.193.86', 0),
(5549, '216.239.33.96', 0),
(5550, '216.239.33.97', 0),
(5551, '216.239.33.98', 0),
(5552, '216.239.33.99', 0),
(5553, '216.239.37.98', 0),
(5554, '216.239.37.99', 0),
(5555, '216.239.39.5', 0),
(5556, '216.239.39.98', 0),
(5557, '216.239.39.99', 0),
(5558, '216.239.41.96', 0),
(5559, '216.239.41.97', 0),
(5560, '216.239.41.98', 0),
(5561, '216.239.41.99', 0),
(5562, '216.239.45.4', 0),
(5563, '216.239.46', 0),
(5564, '216.239.51.96', 0),
(5565, '216.239.51.97', 0),
(5566, '216.239.51.98', 0),
(5567, '216.239.51.99', 0),
(5568, '216.239.53.98', 0),
(5569, '216.239.53.99', 0),
(5570, '216.239.57.96', 0),
(5571, '216.239.57.97', 0),
(5572, '216.239.57.98', 0),
(5573, '216.239.57.99', 0),
(5574, '216.239.59.98', 0),
(5575, '216.239.59.99', 0),
(5576, '216.240.143.30', 0),
(5577, '216.243.113.1', 0),
(5578, '216.243.113.8', 0),
(5579, '216.243.113.81', 0),
(5580, '216.243.113.82', 0),
(5581, '216.243.113.83', 0),
(5582, '216.243.113.84', 0),
(5583, '216.243.113.85', 0),
(5584, '216.243.113.86', 0),
(5585, '216.243.113.87', 0),
(5586, '216.250.141.184', 0),
(5587, '216.250.141.186', 0),
(5588, '216.250.143.102', 0),
(5589, '216.250.143.106', 0),
(5590, '216.250.80.67', 0),
(5591, '216.26.162.10', 0),
(5592, '216.32.237.1', 0),
(5593, '216.32.237.10', 0),
(5594, '216.32.237.11', 0),
(5595, '216.32.237.12', 0),
(5596, '216.32.237.13', 0),
(5597, '216.32.237.14', 0),
(5598, '216.32.237.15', 0),
(5599, '216.32.237.16', 0),
(5600, '216.32.237.17', 0),
(5601, '216.32.237.18', 0),
(5602, '216.32.237.19', 0),
(5603, '216.32.237.20', 0),
(5604, '216.32.237.21', 0),
(5605, '216.32.237.22', 0),
(5606, '216.32.237.23', 0),
(5607, '216.32.237.24', 0),
(5608, '216.32.237.25', 0),
(5609, '216.32.237.26', 0),
(5610, '216.32.237.27', 0),
(5611, '216.32.237.28', 0),
(5612, '216.32.237.29', 0),
(5613, '216.32.237.30', 0),
(5614, '216.32.237.7', 0),
(5615, '216.32.237.8', 0),
(5616, '216.32.237.9', 0),
(5617, '216.33.119.136', 0),
(5618, '216.33.119.138', 0),
(5619, '216.33.229.163', 0),
(5620, '216.33.59.61', 0),
(5621, '216.34.102', 0),
(5622, '216.34.109.19', 0),
(5623, '216.34.109.190', 0),
(5624, '216.34.109.191', 0),
(5625, '216.34.109.192', 0),
(5626, '216.34.121.1', 0),
(5627, '216.34.121.100', 0),
(5628, '216.34.121.18', 0),
(5629, '216.34.121.19', 0),
(5630, '216.34.121.3', 0),
(5631, '216.34.121.31', 0),
(5632, '216.34.121.32', 0),
(5633, '216.34.121.33', 0),
(5634, '216.34.121.34', 0),
(5635, '216.34.121.6', 0),
(5636, '216.34.121.67', 0),
(5637, '216.34.121.68', 0),
(5638, '216.34.42.110', 0),
(5639, '216.34.42.111', 0),
(5640, '216.34.42.112', 0),
(5641, '216.34.42.113', 0),
(5642, '216.34.42.114', 0),
(5643, '216.34.42.115', 0),
(5644, '216.34.42.116', 0),
(5645, '216.34.42.117', 0),
(5646, '216.34.42.12', 0),
(5647, '216.34.42.14', 0),
(5648, '216.34.42.171', 0),
(5649, '216.34.42.172', 0),
(5650, '216.34.42.173', 0),
(5651, '216.34.42.176', 0),
(5652, '216.34.42.210', 0),
(5653, '216.34.42.211', 0),
(5654, '216.34.42.212', 0),
(5655, '216.34.42.213', 0),
(5656, '216.34.42.214', 0),
(5657, '216.34.42.215', 0),
(5658, '216.34.42.216', 0),
(5659, '216.34.42.217', 0),
(5660, '216.34.42.36', 0),
(5661, '216.34.42.38', 0),
(5662, '216.34.42.42', 0),
(5663, '216.34.42.47', 0),
(5664, '216.34.42.54', 0),
(5665, '216.34.42.55', 0),
(5666, '216.34.42.56', 0),
(5667, '216.34.42.57', 0),
(5668, '216.34.42.59', 0),
(5669, '216.35.103.40', 0),
(5670, '216.35.103.41', 0),
(5671, '216.35.103.42', 0),
(5672, '216.35.103.43', 0),
(5673, '216.35.103.44', 0),
(5674, '216.35.103.45', 0),
(5675, '216.35.103.46', 0),
(5676, '216.35.103.47', 0),
(5677, '216.35.103.48', 0),
(5678, '216.35.103.49', 0),
(5679, '216.35.103.50', 0),
(5680, '216.35.103.51', 0),
(5681, '216.35.103.52', 0),
(5682, '216.35.103.53', 0),
(5683, '216.35.103.54', 0),
(5684, '216.35.103.55', 0),
(5685, '216.35.103.56', 0),
(5686, '216.35.103.57', 0),
(5687, '216.35.103.58', 0),
(5688, '216.35.103.59', 0),
(5689, '216.35.103.60', 0),
(5690, '216.35.103.61', 0),
(5691, '216.35.103.62', 0),
(5692, '216.35.103.63', 0),
(5693, '216.35.103.64', 0),
(5694, '216.35.103.65', 0),
(5695, '216.35.103.66', 0),
(5696, '216.35.103.67', 0),
(5697, '216.35.103.68', 0),
(5698, '216.35.103.69', 0),
(5699, '216.35.103.70', 0),
(5700, '216.35.103.71', 0),
(5701, '216.35.103.72', 0),
(5702, '216.35.103.73', 0),
(5703, '216.35.103.74', 0),
(5704, '216.35.103.75', 0),
(5705, '216.35.103.76', 0),
(5706, '216.35.103.77', 0);
INSERT INTO `wp_1_cloaker_ips` (`id`, `ip_address`, `man`) VALUES
(5707, '216.35.103.78', 0),
(5708, '216.35.103.79', 0),
(5709, '216.35.103.80', 0),
(5710, '216.35.103.81', 0),
(5711, '216.35.112.14', 0),
(5712, '216.35.112.141', 0),
(5713, '216.35.112.142', 0),
(5714, '216.35.112.143', 0),
(5715, '216.35.112.50', 0),
(5716, '216.35.112.51', 0),
(5717, '216.35.116.100', 0),
(5718, '216.35.116.101', 0),
(5719, '216.35.116.102', 0),
(5720, '216.35.116.103', 0),
(5721, '216.35.116.104', 0),
(5722, '216.35.116.105', 0),
(5723, '216.35.116.106', 0),
(5724, '216.35.116.107', 0),
(5725, '216.35.116.108', 0),
(5726, '216.35.116.109', 0),
(5727, '216.35.116.112', 0),
(5728, '216.35.116.122', 0),
(5729, '216.35.116.123', 0),
(5730, '216.35.116.124', 0),
(5731, '216.35.116.18', 0),
(5732, '216.35.116.20', 0),
(5733, '216.35.116.21', 0),
(5734, '216.35.116.22', 0),
(5735, '216.35.116.23', 0),
(5736, '216.35.116.24', 0),
(5737, '216.35.116.25', 0),
(5738, '216.35.116.26', 0),
(5739, '216.35.116.27', 0),
(5740, '216.35.116.28', 0),
(5741, '216.35.116.29', 0),
(5742, '216.35.116.30', 0),
(5743, '216.35.116.31', 0),
(5744, '216.35.116.32', 0),
(5745, '216.35.116.33', 0),
(5746, '216.35.116.34', 0),
(5747, '216.35.116.41', 0),
(5748, '216.35.116.42', 0),
(5749, '216.35.116.43', 0),
(5750, '216.35.116.44', 0),
(5751, '216.35.116.45', 0),
(5752, '216.35.116.46', 0),
(5753, '216.35.116.47', 0),
(5754, '216.35.116.48', 0),
(5755, '216.35.116.49', 0),
(5756, '216.35.116.50', 0),
(5757, '216.35.116.51', 0),
(5758, '216.35.116.52', 0),
(5759, '216.35.116.53', 0),
(5760, '216.35.116.54', 0),
(5761, '216.35.116.55', 0),
(5762, '216.35.116.56', 0),
(5763, '216.35.116.57', 0),
(5764, '216.35.116.58', 0),
(5765, '216.35.116.59', 0),
(5766, '216.35.116.60', 0),
(5767, '216.35.116.61', 0),
(5768, '216.35.116.62', 0),
(5769, '216.35.116.63', 0),
(5770, '216.35.116.64', 0),
(5771, '216.35.116.65', 0),
(5772, '216.35.116.66', 0),
(5773, '216.35.116.67', 0),
(5774, '216.35.116.68', 0),
(5775, '216.35.116.69', 0),
(5776, '216.35.116.70', 0),
(5777, '216.35.116.71', 0),
(5778, '216.35.116.72', 0),
(5779, '216.35.116.73', 0),
(5780, '216.35.116.74', 0),
(5781, '216.35.116.75', 0),
(5782, '216.35.116.76', 0),
(5783, '216.35.116.77', 0),
(5784, '216.35.116.78', 0),
(5785, '216.35.116.79', 0),
(5786, '216.35.116.80', 0),
(5787, '216.35.116.81', 0),
(5788, '216.35.116.82', 0),
(5789, '216.35.116.83', 0),
(5790, '216.35.116.86', 0),
(5791, '216.35.116.87', 0),
(5792, '216.35.116.88', 0),
(5793, '216.35.116.89', 0),
(5794, '216.35.116.90', 0),
(5795, '216.35.116.91', 0),
(5796, '216.35.116.92', 0),
(5797, '216.35.116.93', 0),
(5798, '216.35.116.94', 0),
(5799, '216.35.116.95', 0),
(5800, '216.35.116.96', 0),
(5801, '216.35.116.97', 0),
(5802, '216.35.116.98', 0),
(5803, '216.35.116.99', 0),
(5804, '216.35.117.250', 0),
(5805, '216.35.118.231', 0),
(5806, '216.35.118.57', 0),
(5807, '216.35.119.100', 0),
(5808, '216.35.119.116', 0),
(5809, '216.35.119.133', 0),
(5810, '216.35.119.253', 0),
(5811, '216.35.119.254', 0),
(5812, '216.35.119.46', 0),
(5813, '216.35.119.47', 0),
(5814, '216.35.119.48', 0),
(5815, '216.35.119.49', 0),
(5816, '216.35.119.77', 0),
(5817, '216.35.119.78', 0),
(5818, '216.35.119.80', 0),
(5819, '216.35.18.239', 0),
(5820, '216.35.18.247', 0),
(5821, '216.35.194.106', 0),
(5822, '216.35.194.113', 0),
(5823, '216.35.194.116', 0),
(5824, '216.35.194.135', 0),
(5825, '216.35.194.183', 0),
(5826, '216.35.194.184', 0),
(5827, '216.35.194.185', 0),
(5828, '216.35.194.186', 0),
(5829, '216.35.194.187', 0),
(5830, '216.35.194.188', 0),
(5831, '216.35.194.189', 0),
(5832, '216.35.194.190', 0),
(5833, '216.35.194.55', 0),
(5834, '216.35.194.56', 0),
(5835, '216.35.194.98', 0),
(5836, '216.35.204.98', 0),
(5837, '216.35.76.11', 0),
(5838, '216.35.76.12', 0),
(5839, '216.39.48', 0),
(5840, '216.39.48.1', 0),
(5841, '216.39.48.10', 0),
(5842, '216.39.48.101', 0),
(5843, '216.39.48.102', 0),
(5844, '216.39.48.104', 0),
(5845, '216.39.48.110', 0),
(5846, '216.39.48.111', 0),
(5847, '216.39.48.112', 0),
(5848, '216.39.48.114', 0),
(5849, '216.39.48.116', 0),
(5850, '216.39.48.12', 0),
(5851, '216.39.48.121', 0),
(5852, '216.39.48.123', 0),
(5853, '216.39.48.124', 0),
(5854, '216.39.48.126', 0),
(5855, '216.39.48.127', 0),
(5856, '216.39.48.128', 0),
(5857, '216.39.48.129', 0),
(5858, '216.39.48.13', 0),
(5859, '216.39.48.131', 0),
(5860, '216.39.48.133', 0),
(5861, '216.39.48.134', 0),
(5862, '216.39.48.135', 0),
(5863, '216.39.48.136', 0),
(5864, '216.39.48.137', 0),
(5865, '216.39.48.138', 0),
(5866, '216.39.48.139', 0),
(5867, '216.39.48.14', 0),
(5868, '216.39.48.141', 0),
(5869, '216.39.48.143', 0),
(5870, '216.39.48.144', 0),
(5871, '216.39.48.145', 0),
(5872, '216.39.48.148', 0),
(5873, '216.39.48.149', 0),
(5874, '216.39.48.15', 0),
(5875, '216.39.48.151', 0),
(5876, '216.39.48.16', 0),
(5877, '216.39.48.161', 0),
(5878, '216.39.48.164', 0),
(5879, '216.39.48.17', 0),
(5880, '216.39.48.171', 0),
(5881, '216.39.48.173', 0),
(5882, '216.39.48.177', 0),
(5883, '216.39.48.18', 0),
(5884, '216.39.48.181', 0),
(5885, '216.39.48.182', 0),
(5886, '216.39.48.183', 0),
(5887, '216.39.48.184', 0),
(5888, '216.39.48.185', 0),
(5889, '216.39.48.186', 0),
(5890, '216.39.48.187', 0),
(5891, '216.39.48.19', 0),
(5892, '216.39.48.191', 0),
(5893, '216.39.48.193', 0),
(5894, '216.39.48.194', 0),
(5895, '216.39.48.195', 0),
(5896, '216.39.48.196', 0),
(5897, '216.39.48.197', 0),
(5898, '216.39.48.198', 0),
(5899, '216.39.48.199', 0),
(5900, '216.39.48.2', 0),
(5901, '216.39.48.20', 0),
(5902, '216.39.48.200', 0),
(5903, '216.39.48.201', 0),
(5904, '216.39.48.202', 0),
(5905, '216.39.48.203', 0),
(5906, '216.39.48.204', 0),
(5907, '216.39.48.205', 0),
(5908, '216.39.48.206', 0),
(5909, '216.39.48.207', 0),
(5910, '216.39.48.208', 0),
(5911, '216.39.48.209', 0),
(5912, '216.39.48.210', 0),
(5913, '216.39.48.211', 0),
(5914, '216.39.48.212', 0),
(5915, '216.39.48.213', 0),
(5916, '216.39.48.214', 0),
(5917, '216.39.48.215', 0),
(5918, '216.39.48.216', 0),
(5919, '216.39.48.217', 0),
(5920, '216.39.48.218', 0),
(5921, '216.39.48.219', 0),
(5922, '216.39.48.22', 0),
(5923, '216.39.48.220', 0),
(5924, '216.39.48.221', 0),
(5925, '216.39.48.24', 0),
(5926, '216.39.48.25', 0),
(5927, '216.39.48.26', 0),
(5928, '216.39.48.27', 0),
(5929, '216.39.48.28', 0),
(5930, '216.39.48.29', 0),
(5931, '216.39.48.30', 0),
(5932, '216.39.48.32', 0),
(5933, '216.39.48.33', 0),
(5934, '216.39.48.34', 0),
(5935, '216.39.48.35', 0),
(5936, '216.39.48.36', 0),
(5937, '216.39.48.37', 0),
(5938, '216.39.48.38', 0),
(5939, '216.39.48.39', 0),
(5940, '216.39.48.4', 0),
(5941, '216.39.48.40', 0),
(5942, '216.39.48.41', 0),
(5943, '216.39.48.42', 0),
(5944, '216.39.48.44', 0),
(5945, '216.39.48.45', 0),
(5946, '216.39.48.46', 0),
(5947, '216.39.48.47', 0),
(5948, '216.39.48.48', 0),
(5949, '216.39.48.49', 0),
(5950, '216.39.48.50', 0),
(5951, '216.39.48.51', 0),
(5952, '216.39.48.52', 0),
(5953, '216.39.48.54', 0),
(5954, '216.39.48.55', 0),
(5955, '216.39.48.56', 0),
(5956, '216.39.48.57', 0),
(5957, '216.39.48.58', 0),
(5958, '216.39.48.59', 0),
(5959, '216.39.48.60', 0),
(5960, '216.39.48.61', 0),
(5961, '216.39.48.62', 0),
(5962, '216.39.48.64', 0),
(5963, '216.39.48.65', 0),
(5964, '216.39.48.66', 0),
(5965, '216.39.48.67', 0),
(5966, '216.39.48.68', 0),
(5967, '216.39.48.69', 0),
(5968, '216.39.48.7', 0),
(5969, '216.39.48.71', 0),
(5970, '216.39.48.72', 0),
(5971, '216.39.48.74', 0),
(5972, '216.39.48.75', 0),
(5973, '216.39.48.76', 0),
(5974, '216.39.48.77', 0),
(5975, '216.39.48.78', 0),
(5976, '216.39.48.79', 0),
(5977, '216.39.48.8', 0),
(5978, '216.39.48.80', 0),
(5979, '216.39.48.81', 0),
(5980, '216.39.48.82', 0),
(5981, '216.39.48.85', 0),
(5982, '216.39.48.86', 0),
(5983, '216.39.48.87', 0),
(5984, '216.39.48.88', 0),
(5985, '216.39.48.89', 0),
(5986, '216.39.48.9', 0),
(5987, '216.39.48.90', 0),
(5988, '216.39.48.91', 0),
(5989, '216.39.48.92', 0),
(5990, '216.39.48.94', 0),
(5991, '216.39.48.95', 0),
(5992, '216.39.48.96', 0),
(5993, '216.39.48.97', 0),
(5994, '216.39.48.98', 0),
(5995, '216.39.48.99', 0),
(5996, '216.39.49.43', 0),
(5997, '216.39.49.51', 0),
(5998, '216.39.49.62', 0),
(5999, '216.39.49.75', 0),
(6000, '216.39.50', 0),
(6001, '216.39.50.104', 0),
(6002, '216.39.50.106', 0),
(6003, '216.39.50.109', 0),
(6004, '216.39.50.110', 0),
(6005, '216.39.50.114', 0),
(6006, '216.39.50.115', 0),
(6007, '216.39.50.116', 0),
(6008, '216.39.50.124', 0),
(6009, '216.39.50.125', 0),
(6010, '216.39.50.13', 0),
(6011, '216.39.50.140', 0),
(6012, '216.39.50.143', 0),
(6013, '216.39.50.144', 0),
(6014, '216.39.50.145', 0),
(6015, '216.39.50.149', 0),
(6016, '216.39.50.154', 0),
(6017, '216.39.50.155', 0),
(6018, '216.39.50.156', 0),
(6019, '216.39.50.157', 0),
(6020, '216.39.50.158', 0),
(6021, '216.39.50.159', 0),
(6022, '216.39.50.160', 0),
(6023, '216.39.50.24', 0),
(6024, '216.39.50.33', 0),
(6025, '216.39.50.4', 0),
(6026, '216.39.50.44', 0),
(6027, '216.39.50.54', 0),
(6028, '216.39.50.64', 0),
(6029, '216.39.50.7', 0),
(6030, '216.39.50.74', 0),
(6031, '216.39.50.84', 0),
(6032, '216.39.50.94', 0),
(6033, '216.39.50.98', 0),
(6034, '216.39.51', 0),
(6035, '216.39.51.16', 0),
(6036, '216.39.51.2', 0),
(6037, '216.39.51.3', 0),
(6038, '216.39.51.4', 0),
(6039, '216.39.51.5', 0),
(6040, '216.52.252.195', 0),
(6041, '216.52.252.208', 0),
(6042, '216.55.128.4', 0),
(6043, '216.55.128.47', 0),
(6044, '216.55.159.187', 0),
(6045, '216.55.159.189', 0),
(6046, '216.55.159.190', 0),
(6047, '216.55.4.15', 0),
(6048, '216.58.87.217', 0),
(6049, '216.71.187.134', 0),
(6050, '216.71.78.11', 0),
(6051, '216.71.84.114', 0),
(6052, '216.71.84.153', 0),
(6053, '216.71.84.212', 0),
(6054, '216.71.84.57', 0),
(6055, '216.73.39.75', 0),
(6056, '216.75.194.111', 0),
(6057, '216.75.194.20', 0),
(6058, '216.75.194.34', 0),
(6059, '216.75.194.35', 0),
(6060, '216.75.194.36', 0),
(6061, '216.75.194.37', 0),
(6062, '216.75.194.54', 0),
(6063, '216.75.194.55', 0),
(6064, '216.86.229.85', 0),
(6065, '216.86.229.86', 0),
(6066, '216.88.158.142', 0),
(6067, '216.91.86.52', 0),
(6068, '216.94.9.119', 0),
(6069, '217.113.244.118', 0),
(6070, '217.113.244.119', 0),
(6071, '217.115.138.235', 0),
(6072, '217.118.34.110', 0),
(6073, '217.118.38.226', 0),
(6074, '217.118.38.227', 0),
(6075, '217.118.38.228', 0),
(6076, '217.118.38.229', 0),
(6077, '217.118.38.230', 0),
(6078, '217.118.38.231', 0),
(6079, '217.118.38.232', 0),
(6080, '217.118.38.233', 0),
(6081, '217.118.38.234', 0),
(6082, '217.146.97.27', 0),
(6083, '217.151.96.52', 0),
(6084, '217.154.244.178', 0),
(6085, '217.154.244.179', 0),
(6086, '217.154.244.183', 0),
(6087, '217.154.244.201', 0),
(6088, '217.154.244.202', 0),
(6089, '217.154.244.206', 0),
(6090, '217.154.244.207', 0),
(6091, '217.154.244.209', 0),
(6092, '217.154.244.210', 0),
(6093, '217.154.244.217', 0),
(6094, '217.154.244.220', 0),
(6095, '217.154.244.224', 0),
(6096, '217.154.244.225', 0),
(6097, '217.154.244.226', 0),
(6098, '217.154.244.227', 0),
(6099, '217.154.244.228', 0),
(6100, '217.154.244.229', 0),
(6101, '217.154.244.230', 0),
(6102, '217.154.244.231', 0),
(6103, '217.154.244.232', 0),
(6104, '217.154.244.233', 0),
(6105, '217.154.244.234', 0),
(6106, '217.154.244.235', 0),
(6107, '217.154.244.236', 0),
(6108, '217.154.244.239', 0),
(6109, '217.154.244.240', 0),
(6110, '217.154.244.241', 0),
(6111, '217.154.244.242', 0),
(6112, '217.154.244.243', 0),
(6113, '217.154.244.250', 0),
(6114, '217.154.244.251', 0),
(6115, '217.154.245.2', 0),
(6116, '217.154.245.200', 0),
(6117, '217.154.245.201', 0),
(6118, '217.154.245.202', 0),
(6119, '217.154.245.203', 0),
(6120, '217.154.245.204', 0),
(6121, '217.154.245.205', 0),
(6122, '217.154.245.206', 0),
(6123, '217.154.245.207', 0),
(6124, '217.154.245.208', 0),
(6125, '217.154.245.209', 0),
(6126, '217.154.245.210', 0),
(6127, '217.154.245.211', 0),
(6128, '217.154.245.212', 0),
(6129, '217.154.245.213', 0),
(6130, '217.154.245.214', 0),
(6131, '217.154.245.215', 0),
(6132, '217.154.245.216', 0),
(6133, '217.154.245.217', 0),
(6134, '217.154.245.218', 0),
(6135, '217.154.245.219', 0),
(6136, '217.154.245.220', 0),
(6137, '217.154.245.222', 0),
(6138, '217.154.245.224', 0),
(6139, '217.154.245.225', 0),
(6140, '217.154.245.226', 0),
(6141, '217.154.245.227', 0),
(6142, '217.154.245.228', 0),
(6143, '217.154.245.229', 0),
(6144, '217.154.245.230', 0),
(6145, '217.154.245.231', 0),
(6146, '217.154.245.232', 0),
(6147, '217.154.245.233', 0),
(6148, '217.154.245.234', 0),
(6149, '217.154.245.235', 0),
(6150, '217.154.245.236', 0),
(6151, '217.154.245.237', 0),
(6152, '217.154.245.238', 0),
(6153, '217.154.245.239', 0),
(6154, '217.154.245.240', 0),
(6155, '217.154.245.241', 0),
(6156, '217.154.245.242', 0),
(6157, '217.154.245.244', 0),
(6158, '217.154.245.245', 0),
(6159, '217.154.245.246', 0),
(6160, '217.154.245.247', 0),
(6161, '217.154.245.248', 0),
(6162, '217.154.245.249', 0),
(6163, '217.154.245.250', 0),
(6164, '217.154.245.251', 0),
(6165, '217.155.205.49', 0),
(6166, '217.158.17.25', 0),
(6167, '217.160.254.242', 0),
(6168, '217.160.255.226', 0),
(6169, '217.160.94.14', 0),
(6170, '217.205.60', 0),
(6171, '217.205.60.201', 0),
(6172, '217.205.60.23', 0),
(6173, '217.205.60.238', 0),
(6174, '217.205.61', 0),
(6175, '217.212.224.14', 0),
(6176, '217.212.224.141', 0),
(6177, '217.212.224.142', 0),
(6178, '217.212.224.143', 0),
(6179, '217.212.224.144', 0),
(6180, '217.212.224.145', 0),
(6181, '217.212.224.146', 0),
(6182, '217.212.224.147', 0),
(6183, '217.212.224.148', 0),
(6184, '217.212.224.149', 0),
(6185, '217.212.224.159', 0),
(6186, '217.212.224.162', 0),
(6187, '217.212.224.164', 0),
(6188, '217.212.224.165', 0),
(6189, '217.212.224.168', 0),
(6190, '217.212.224.177', 0),
(6191, '217.212.224.178', 0),
(6192, '217.235.240.139', 0),
(6193, '217.235.241.160', 0),
(6194, '217.33.60.207', 0),
(6195, '217.33.60.218', 0),
(6196, '217.33.60.231', 0),
(6197, '217.33.60.232', 0),
(6198, '217.33.60.233', 0),
(6199, '217.33.60.249', 0),
(6200, '217.42.129.249', 0),
(6201, '217.42.133.84', 0),
(6202, '217.43.59.146', 0),
(6203, '217.6.59.227', 0),
(6204, '217.73.164.106', 0),
(6205, '217.75.103.130', 0),
(6206, '217.75.104.23', 0),
(6207, '217.75.104.26', 0),
(6208, '218.102.253.147', 0),
(6209, '218.140.202.185', 0),
(6210, '218.145.25.105', 0),
(6211, '218.145.25.106', 0),
(6212, '218.145.25.107', 0),
(6213, '218.145.25.108', 0),
(6214, '218.145.25.109', 0),
(6215, '218.145.25.11', 0),
(6216, '218.145.25.110', 0),
(6217, '218.145.25.111', 0),
(6218, '218.145.25.112', 0),
(6219, '218.145.25.113', 0),
(6220, '218.145.25.12', 0),
(6221, '218.145.25.13', 0),
(6222, '218.145.25.14', 0),
(6223, '218.145.25.15', 0),
(6224, '218.145.25.16', 0),
(6225, '218.145.25.17', 0),
(6226, '218.145.25.18', 0),
(6227, '218.145.25.19', 0),
(6228, '218.145.25.20', 0),
(6229, '218.145.25.21', 0),
(6230, '218.145.25.22', 0),
(6231, '218.145.25.43', 0),
(6232, '218.145.25.44', 0),
(6233, '218.145.25.45', 0),
(6234, '218.145.25.46', 0),
(6235, '218.145.25.47', 0),
(6236, '218.145.25.48', 0),
(6237, '218.145.25.49', 0),
(6238, '218.145.25.50', 0),
(6239, '218.145.25.51', 0),
(6240, '218.145.25.52', 0),
(6241, '218.145.25.53', 0),
(6242, '218.145.25.54', 0),
(6243, '218.145.25.75', 0),
(6244, '218.145.25.76', 0),
(6245, '218.145.25.77', 0),
(6246, '218.145.25.78', 0),
(6247, '218.145.25.79', 0),
(6248, '218.145.25.80', 0),
(6249, '218.145.25.81', 0),
(6250, '218.145.25.82', 0),
(6251, '218.145.25.83', 0),
(6252, '218.145.25.84', 0),
(6253, '218.145.25.85', 0),
(6254, '218.145.25.86', 0),
(6255, '218.145.63.91', 0),
(6256, '218.18.149.171', 0),
(6257, '218.226.243.183', 0),
(6258, '218.23.2.122', 0),
(6259, '219.142.53.16', 0),
(6260, '219.142.53.17', 0),
(6261, '219.142.53.18', 0),
(6262, '219.142.53.19', 0),
(6263, '219.142.53.20', 0),
(6264, '219.142.53.21', 0),
(6265, '219.142.53.22', 0),
(6266, '219.142.53.23', 0),
(6267, '219.142.53.24', 0),
(6268, '219.142.53.25', 0),
(6269, '219.142.53.26', 0),
(6270, '219.142.53.27', 0),
(6271, '219.142.53.28', 0),
(6272, '219.142.53.29', 0),
(6273, '219.142.53.30', 0),
(6274, '219.163.188.218', 0),
(6275, '219.56.216.79', 0),
(6276, '219.97.89.233', 0),
(6277, '220.135.237.66', 0),
(6278, '220.135.254.94', 0),
(6279, '220.181.19.103', 0),
(6280, '220.181.19.164', 0),
(6281, '220.181.19.171', 0),
(6282, '220.181.19.177', 0),
(6283, '220.181.19.65', 0),
(6284, '220.181.19.87', 0),
(6285, '220.181.26.102', 0),
(6286, '220.181.26.106', 0),
(6287, '220.181.26.107', 0),
(6288, '220.181.26.111', 0),
(6289, '220.181.26.113', 0),
(6290, '220.181.26.121', 0),
(6291, '220.181.26.73', 0),
(6292, '220.181.26.74', 0),
(6293, '220.181.32.22', 0),
(6294, '220.181.32.52', 0),
(6295, '220.181.38.169', 0),
(6296, '220.181.38.179', 0),
(6297, '220.181.38.191', 0),
(6298, '220.181.61.231', 0),
(6299, '220.181.61.234', 0),
(6300, '220.181.7', 0),
(6301, '220.245.128.153', 0),
(6302, '220.73.146.105', 0),
(6303, '220.73.146.106', 0),
(6304, '220.73.146.107', 0),
(6305, '220.73.146.108', 0),
(6306, '220.73.159.54', 0),
(6307, '220.73.159.55', 0),
(6308, '220.73.159.56', 0),
(6309, '220.73.159.57', 0),
(6310, '220.73.159.58', 0),
(6311, '220.73.159.59', 0),
(6312, '220.73.159.60', 0),
(6313, '220.73.159.61', 0),
(6314, '220.73.159.62', 0),
(6315, '220.73.159.63', 0),
(6316, '220.73.165.11', 0),
(6317, '220.73.165.12', 0),
(6318, '220.73.165.14', 0),
(6319, '220.73.165.141', 0),
(6320, '220.73.165.142', 0),
(6321, '220.73.165.143', 0),
(6322, '220.73.165.15', 0),
(6323, '220.73.165.17', 0),
(6324, '220.73.165.204', 0),
(6325, '220.73.165.206', 0),
(6326, '220.73.165.77', 0),
(6327, '220.95.221.71', 0),
(6328, '220.95.235.166', 0),
(6329, '221.169.30.130', 0),
(6330, '222.122.194.111', 0),
(6331, '222.122.194.112', 0),
(6332, '222.122.194.114', 0),
(6333, '222.122.194.115', 0),
(6334, '222.122.194.164', 0),
(6335, '222.122.194.27', 0),
(6336, '222.122.194.31', 0),
(6337, '222.122.194.33', 0),
(6338, '222.122.194.35', 0),
(6339, '222.122.194.41', 0),
(6340, '222.122.194.47', 0),
(6341, '222.122.194.53', 0),
(6342, '222.122.194.75', 0),
(6343, '24.1.248.148', 0),
(6344, '24.106.39.250', 0),
(6345, '24.107.33.4', 0),
(6346, '24.126.133.124', 0),
(6347, '24.177.134.6', 0),
(6348, '24.191.70.29', 0),
(6349, '24.228.19.86', 0),
(6350, '24.235.212.163', 0),
(6351, '24.42.211.66', 0),
(6352, '24.43.91.103', 0),
(6353, '24.57.2.49', 0),
(6354, '24.57.240.53', 0),
(6355, '24.57.5.63', 0),
(6356, '24.57.8.78', 0),
(6357, '24.6.176.192', 0),
(6358, '24.68.149.78', 0),
(6359, '24.73.195.114', 0),
(6360, '24.8.124.146', 0),
(6361, '24.83.205.219', 0),
(6362, '24.90.243.203', 0),
(6363, '24.97.214.158', 0),
(6364, '38.100.225.10', 0),
(6365, '38.100.225.11', 0),
(6366, '38.100.225.12', 0),
(6367, '38.100.225.13', 0),
(6368, '38.100.225.14', 0),
(6369, '38.100.225.15', 0),
(6370, '38.100.225.16', 0),
(6371, '38.100.225.17', 0),
(6372, '38.100.225.18', 0),
(6373, '38.100.225.19', 0),
(6374, '38.100.225.2', 0),
(6375, '38.100.225.20', 0),
(6376, '38.100.225.21', 0),
(6377, '38.100.225.22', 0),
(6378, '38.100.225.23', 0),
(6379, '38.100.225.24', 0),
(6380, '38.100.225.25', 0),
(6381, '38.100.225.26', 0),
(6382, '38.100.225.3', 0),
(6383, '38.100.225.4', 0),
(6384, '38.100.225.5', 0),
(6385, '38.100.225.6', 0),
(6386, '38.100.225.7', 0),
(6387, '38.100.225.8', 0),
(6388, '38.100.225.9', 0),
(6389, '38.113.234.180', 0),
(6390, '38.113.234.181', 0),
(6391, '38.118.73.250', 0),
(6392, '38.119.96.100', 0),
(6393, '38.119.96.103', 0),
(6394, '38.119.96.107', 0),
(6395, '38.119.96.110', 0),
(6396, '38.119.96.114', 0),
(6397, '38.119.96.115', 0),
(6398, '38.119.96.116', 0),
(6399, '38.119.96.117', 0),
(6400, '38.119.96.118', 0),
(6401, '38.119.96.119', 0),
(6402, '38.119.96.120', 0),
(6403, '38.119.96.121', 0),
(6404, '38.144.14.203', 0),
(6405, '38.170.72.194', 0),
(6406, '38.98.120.78', 0),
(6407, '38.98.120.85', 0),
(6408, '38.99.13.116', 0),
(6409, '38.99.13.117', 0),
(6410, '38.99.13.118', 0),
(6411, '38.99.13.119', 0),
(6412, '38.99.13.120', 0),
(6413, '38.99.13.121', 0),
(6414, '38.99.13.122', 0),
(6415, '38.99.13.123', 0),
(6416, '38.99.13.124', 0),
(6417, '38.99.13.125', 0),
(6418, '38.99.13.126', 0),
(6419, '38.99.44.101', 0),
(6420, '38.99.44.102', 0),
(6421, '38.99.44.103', 0),
(6422, '38.99.44.104', 0),
(6423, '38.99.44.105', 0),
(6424, '38.99.44.106', 0),
(6425, '38.99.44.107', 0),
(6426, '38.99.44.108', 0),
(6427, '42.142.128.210', 0),
(6428, '5.219.130.240', 0),
(6429, '60.191.80.26', 0),
(6430, '60.191.80.27', 0),
(6431, '60.191.80.28', 0),
(6432, '60.191.80.31', 0),
(6433, '60.191.80.34', 0),
(6434, '60.191.80.35', 0),
(6435, '60.191.80.37', 0),
(6436, '60.191.80.38', 0),
(6437, '60.191.80.39', 0),
(6438, '60.191.80.40', 0),
(6439, '60.191.80.43', 0),
(6440, '60.191.80.44', 0),
(6441, '60.191.80.77', 0),
(6442, '60.28.17.36', 0),
(6443, '60.28.17.39', 0),
(6444, '60.28.17.41', 0),
(6445, '60.28.17.43', 0),
(6446, '60.28.17.45', 0),
(6447, '60.28.17.47', 0),
(6448, '61.122.42.218', 0),
(6449, '61.135.130.100', 0),
(6450, '61.135.130.77', 0),
(6451, '61.135.130.78', 0),
(6452, '61.135.130.79', 0),
(6453, '61.135.130.80', 0),
(6454, '61.135.131.118', 0),
(6455, '61.135.131.125', 0),
(6456, '61.135.131.128', 0),
(6457, '61.135.131.163', 0),
(6458, '61.135.131.166', 0),
(6459, '61.135.131.171', 0),
(6460, '61.135.131.173', 0),
(6461, '61.135.131.174', 0),
(6462, '61.135.131.207', 0),
(6463, '61.135.131.209', 0),
(6464, '61.135.131.214', 0),
(6465, '61.135.131.230', 0),
(6466, '61.135.131.233', 0),
(6467, '61.135.131.235', 0),
(6468, '61.135.131.237', 0),
(6469, '61.135.131.238', 0),
(6470, '61.135.145.20', 0),
(6471, '61.135.145.204', 0),
(6472, '61.135.145.205', 0),
(6473, '61.135.145.206', 0),
(6474, '61.135.145.207', 0),
(6475, '61.135.145.208', 0),
(6476, '61.135.145.209', 0),
(6477, '61.135.145.210', 0),
(6478, '61.135.145.211', 0),
(6479, '61.135.145.212', 0),
(6480, '61.135.145.215', 0),
(6481, '61.135.145.216', 0),
(6482, '61.135.145.219', 0),
(6483, '61.135.145.221', 0),
(6484, '61.135.145.251', 0),
(6485, '61.135.146.197', 0),
(6486, '61.135.146.199', 0),
(6487, '61.135.146.200', 0),
(6488, '61.135.146.201', 0),
(6489, '61.135.146.202', 0),
(6490, '61.135.146.203', 0),
(6491, '61.135.146.204', 0),
(6492, '61.135.146.205', 0),
(6493, '61.135.146.206', 0),
(6494, '61.135.146.207', 0),
(6495, '61.135.146.208', 0),
(6496, '61.135.146.210', 0),
(6497, '61.135.146.212', 0),
(6498, '61.135.146.215', 0),
(6499, '61.135.146.216', 0),
(6500, '61.135.146.251', 0),
(6501, '61.135.162.204', 0),
(6502, '61.135.162.51', 0),
(6503, '61.135.162.78', 0),
(6504, '61.135.166.102', 0),
(6505, '61.135.166.205', 0),
(6506, '61.135.166.229', 0),
(6507, '61.135.168', 0),
(6508, '61.135.190', 0),
(6509, '61.135.219.13', 0),
(6510, '61.135.220.152', 0),
(6511, '61.135.249.203', 0),
(6512, '61.135.249.216', 0),
(6513, '61.139.65.222', 0),
(6514, '61.144.25.119', 0),
(6515, '61.145.114.13', 0),
(6516, '61.149.2.221', 0),
(6517, '61.149.7.132', 0),
(6518, '61.196.61.204', 0),
(6519, '61.247.217.34', 0),
(6520, '61.247.217.41', 0),
(6521, '61.247.217.42', 0),
(6522, '61.247.221.43', 0),
(6523, '61.247.221.44', 0),
(6524, '61.247.221.45', 0),
(6525, '61.247.221.87', 0),
(6526, '61.247.221.92', 0),
(6527, '61.247.222.53', 0),
(6528, '61.247.222.55', 0),
(6529, '61.59.121.2', 0),
(6530, '61.78.61.162', 0),
(6531, '61.78.61.163', 0),
(6532, '61.78.61.164', 0),
(6533, '61.78.61.165', 0),
(6534, '61.78.61.166', 0),
(6535, '61.78.61.167', 0),
(6536, '61.78.61.168', 0),
(6537, '61.78.61.170', 0),
(6538, '61.78.61.176', 0),
(6539, '61.78.61.192', 0),
(6540, '61.78.61.193', 0),
(6541, '61.78.61.194', 0),
(6542, '61.78.61.195', 0),
(6543, '61.78.61.206', 0),
(6544, '61.78.61.220', 0),
(6545, '61.78.61.221', 0),
(6546, '61.78.61.222', 0),
(6547, '61.78.61.223', 0),
(6548, '61.78.61.227', 0),
(6549, '61.78.61.242', 0),
(6550, '62.101.246.77', 0),
(6551, '62.104.64.36', 0),
(6552, '62.116.29.231', 0),
(6553, '62.117.128.89', 0),
(6554, '62.119.133.11', 0),
(6555, '62.119.133.12', 0),
(6556, '62.119.133.13', 0),
(6557, '62.119.133.14', 0),
(6558, '62.119.133.15', 0),
(6559, '62.119.21.13', 0),
(6560, '62.119.21.132', 0),
(6561, '62.119.21.135', 0),
(6562, '62.119.21.136', 0),
(6563, '62.119.21.137', 0),
(6564, '62.119.21.138', 0),
(6565, '62.119.21.139', 0),
(6566, '62.119.21.150', 0),
(6567, '62.119.21.157', 0),
(6568, '62.13.25.201', 0),
(6569, '62.13.25.209', 0),
(6570, '62.13.25.219', 0),
(6571, '62.13.25.220', 0),
(6572, '62.13.25.221', 0),
(6573, '62.13.25.222', 0),
(6574, '62.13.25.237', 0),
(6575, '62.168.111.19', 0),
(6576, '62.168.111.21', 0),
(6577, '62.172.199.20', 0),
(6578, '62.172.199.21', 0),
(6579, '62.172.199.22', 0),
(6580, '62.172.199.23', 0),
(6581, '62.172.199.24', 0),
(6582, '62.173.102.66', 0),
(6583, '62.177.187.44', 0),
(6584, '62.181.185.36', 0),
(6585, '62.181.185.37', 0),
(6586, '62.181.185.44', 0),
(6587, '62.2.91.147', 0),
(6588, '62.206.70.133', 0),
(6589, '62.208.141.51', 0),
(6590, '62.210.155.5', 0),
(6591, '62.210.155.56', 0),
(6592, '62.210.155.58', 0),
(6593, '62.212.117.198', 0),
(6594, '62.250.20.120', 0),
(6595, '62.250.20.121', 0),
(6596, '62.250.20.16', 0),
(6597, '62.250.20.22', 0),
(6598, '62.250.20.4', 0),
(6599, '62.27.59.245', 0),
(6600, '62.41.154', 0),
(6601, '62.41.154.2', 0),
(6602, '62.41.154.243', 0),
(6603, '62.49.200.56', 0),
(6604, '62.57.74.14', 0),
(6605, '62.67.200.41', 0),
(6606, '62.69.162.131', 0),
(6607, '62.69.162.144', 0),
(6608, '62.69.162.171', 0),
(6609, '62.69.162.172', 0),
(6610, '62.69.162.173', 0),
(6611, '62.69.162.174', 0),
(6612, '62.69.162.177', 0),
(6613, '62.69.162.178', 0),
(6614, '62.75.193.84', 0),
(6615, '62.84.131.137', 0),
(6616, '62.84.131.158', 0),
(6617, '62.84.131.161', 0),
(6618, '62.96.181.197', 0),
(6619, '62.97.196.2', 0),
(6620, '63.121.30.223', 0),
(6621, '63.121.41.166', 0),
(6622, '63.121.41.17', 0),
(6623, '63.121.41.172', 0),
(6624, '63.121.41.173', 0),
(6625, '63.121.41.174', 0),
(6626, '63.121.41.175', 0),
(6627, '63.121.41.176', 0),
(6628, '63.121.41.177', 0),
(6629, '63.121.41.178', 0),
(6630, '63.121.41.179', 0),
(6631, '63.123.238.50', 0),
(6632, '63.123.238.54', 0),
(6633, '63.123.238.8', 0),
(6634, '63.140.184.164', 0),
(6635, '63.140.184.168', 0),
(6636, '63.140.184.171', 0),
(6637, '63.140.184.172', 0),
(6638, '63.140.184.178', 0),
(6639, '63.140.184.187', 0),
(6640, '63.140.93.18', 0),
(6641, '63.140.93.26', 0),
(6642, '63.163.102.180', 0),
(6643, '63.163.102.181', 0),
(6644, '63.163.102.182', 0),
(6645, '63.170.128.70', 0),
(6646, '63.170.135.44', 0),
(6647, '63.173.190.152', 0),
(6648, '63.173.190.16', 0),
(6649, '63.173.190.19', 0),
(6650, '63.173.190.2', 0),
(6651, '63.173.190.30', 0),
(6652, '63.194.155.144', 0),
(6653, '63.194.155.145', 0),
(6654, '63.194.155.146', 0),
(6655, '63.194.155.147', 0),
(6656, '63.194.155.148', 0),
(6657, '63.194.155.149', 0),
(6658, '63.194.155.150', 0),
(6659, '63.194.155.151', 0),
(6660, '63.203.65.217', 0),
(6661, '63.212.171.161', 0),
(6662, '63.212.171.171', 0),
(6663, '63.222.37.10', 0),
(6664, '63.222.37.101', 0),
(6665, '63.222.37.105', 0),
(6666, '63.223.65.253', 0),
(6667, '63.225.238.11', 0),
(6668, '63.225.238.7', 0),
(6669, '63.236.66.111', 0),
(6670, '63.236.66.118', 0),
(6671, '63.236.66.119', 0),
(6672, '63.236.66.122', 0),
(6673, '63.236.92.143', 0),
(6674, '63.236.92.144', 0),
(6675, '63.236.92.145', 0),
(6676, '63.236.92.146', 0),
(6677, '63.236.92.147', 0),
(6678, '63.236.92.148', 0),
(6679, '63.236.92.149', 0),
(6680, '63.236.92.150', 0),
(6681, '63.236.92.151', 0),
(6682, '63.236.92.152', 0),
(6683, '63.236.92.153', 0),
(6684, '63.241.61.39', 0),
(6685, '63.241.61.43', 0),
(6686, '63.241.61.46', 0),
(6687, '63.241.61.7', 0),
(6688, '63.241.61.8', 0),
(6689, '63.247.76.34', 0),
(6690, '63.251.10.139', 0),
(6691, '63.251.169.236', 0),
(6692, '63.251.195.23', 0),
(6693, '63.251.210.65', 0),
(6694, '63.251.238.8', 0),
(6695, '63.251.4.43', 0),
(6696, '63.96.182.77', 0),
(6697, '64.1.215.162', 0),
(6698, '64.1.215.163', 0),
(6699, '64.1.215.164', 0),
(6700, '64.1.215.165', 0),
(6701, '64.1.215.166', 0),
(6702, '64.12.186.194', 0),
(6703, '64.12.186.197', 0),
(6704, '64.12.186.198', 0),
(6705, '64.12.186.199', 0),
(6706, '64.12.186.201', 0),
(6707, '64.12.186.203', 0),
(6708, '64.12.186.206', 0),
(6709, '64.12.186.207', 0),
(6710, '64.12.186.208', 0),
(6711, '64.12.186.209', 0),
(6712, '64.124.122.228', 0),
(6713, '64.124.152.10', 0),
(6714, '64.124.25.7', 0),
(6715, '64.124.85', 0),
(6716, '64.124.85.167', 0),
(6717, '64.124.85.168', 0),
(6718, '64.124.85.169', 0),
(6719, '64.124.85.170', 0),
(6720, '64.124.85.171', 0),
(6721, '64.124.85.191', 0),
(6722, '64.124.85.193', 0),
(6723, '64.124.85.194', 0),
(6724, '64.124.85.20', 0),
(6725, '64.124.85.201', 0),
(6726, '64.124.85.204', 0),
(6727, '64.124.85.205', 0),
(6728, '64.124.85.207', 0),
(6729, '64.124.85.210', 0),
(6730, '64.124.85.212', 0),
(6731, '64.124.85.7', 0),
(6732, '64.124.85.71', 0),
(6733, '64.124.85.72', 0),
(6734, '64.124.85.73', 0),
(6735, '64.124.85.74', 0),
(6736, '64.124.85.75', 0),
(6737, '64.124.85.76', 0),
(6738, '64.124.85.78', 0),
(6739, '64.124.85.79', 0),
(6740, '64.124.85.80', 0),
(6741, '64.124.85.81', 0),
(6742, '64.124.85.9', 0),
(6743, '64.124.85.90', 0),
(6744, '64.124.85.91', 0),
(6745, '64.124.85.92', 0),
(6746, '64.124.85.93', 0),
(6747, '64.124.85.94', 0),
(6748, '64.127.124.130', 0),
(6749, '64.127.124.131', 0),
(6750, '64.127.124.132', 0),
(6751, '64.127.124.133', 0),
(6752, '64.127.124.139', 0),
(6753, '64.127.124.143', 0),
(6754, '64.127.124.145', 0),
(6755, '64.127.124.148', 0),
(6756, '64.127.124.153', 0),
(6757, '64.127.124.157', 0),
(6758, '64.127.124.158', 0),
(6759, '64.127.124.159', 0),
(6760, '64.127.124.165', 0),
(6761, '64.127.124.168', 0),
(6762, '64.127.124.169', 0),
(6763, '64.127.124.170', 0),
(6764, '64.127.124.171', 0),
(6765, '64.127.124.172', 0),
(6766, '64.127.124.173', 0),
(6767, '64.127.124.188', 0),
(6768, '64.127.124.189', 0),
(6769, '64.127.124.190', 0),
(6770, '64.127.124.191', 0),
(6771, '64.127.124.193', 0),
(6772, '64.133.109.250', 0),
(6773, '64.139.51.150', 0),
(6774, '64.14.241.54', 0),
(6775, '64.14.36.46', 0),
(6776, '64.14.65.27', 0),
(6777, '64.14.65.28', 0),
(6778, '64.14.65.29', 0),
(6779, '64.14.65.30', 0),
(6780, '64.14.66.100', 0),
(6781, '64.14.66.11', 0),
(6782, '64.140.165.132', 0),
(6783, '64.140.165.133', 0),
(6784, '64.140.165.139', 0),
(6785, '64.140.48.2', 0),
(6786, '64.140.48.27', 0),
(6787, '64.140.48.28', 0),
(6788, '64.141.15.109', 0),
(6789, '64.141.15.119', 0),
(6790, '64.142.79.41', 0),
(6791, '64.151.82.12', 0),
(6792, '64.152.75', 0),
(6793, '64.152.75.1', 0),
(6794, '64.152.75.10', 0),
(6795, '64.152.75.101', 0),
(6796, '64.152.75.102', 0),
(6797, '64.152.75.104', 0),
(6798, '64.152.75.105', 0),
(6799, '64.152.75.106', 0),
(6800, '64.152.75.107', 0),
(6801, '64.152.75.108', 0),
(6802, '64.152.75.109', 0),
(6803, '64.152.75.110', 0),
(6804, '64.152.75.111', 0),
(6805, '64.152.75.112', 0),
(6806, '64.152.75.114', 0),
(6807, '64.152.75.116', 0),
(6808, '64.152.75.118', 0),
(6809, '64.152.75.12', 0),
(6810, '64.152.75.121', 0),
(6811, '64.152.75.123', 0),
(6812, '64.152.75.124', 0),
(6813, '64.152.75.126', 0),
(6814, '64.152.75.13', 0),
(6815, '64.152.75.130', 0),
(6816, '64.152.75.131', 0),
(6817, '64.152.75.14', 0),
(6818, '64.152.75.141', 0),
(6819, '64.152.75.143', 0),
(6820, '64.152.75.144', 0),
(6821, '64.152.75.145', 0),
(6822, '64.152.75.15', 0),
(6823, '64.152.75.151', 0),
(6824, '64.152.75.16', 0),
(6825, '64.152.75.161', 0),
(6826, '64.152.75.17', 0),
(6827, '64.152.75.171', 0),
(6828, '64.152.75.172', 0),
(6829, '64.152.75.173', 0),
(6830, '64.152.75.18', 0),
(6831, '64.152.75.181', 0),
(6832, '64.152.75.182', 0),
(6833, '64.152.75.183', 0),
(6834, '64.152.75.184', 0),
(6835, '64.152.75.185', 0),
(6836, '64.152.75.19', 0),
(6837, '64.152.75.191', 0),
(6838, '64.152.75.193', 0),
(6839, '64.152.75.194', 0),
(6840, '64.152.75.195', 0),
(6841, '64.152.75.196', 0),
(6842, '64.152.75.197', 0),
(6843, '64.152.75.198', 0),
(6844, '64.152.75.199', 0),
(6845, '64.152.75.2', 0),
(6846, '64.152.75.20', 0),
(6847, '64.152.75.200', 0),
(6848, '64.152.75.201', 0),
(6849, '64.152.75.202', 0),
(6850, '64.152.75.203', 0),
(6851, '64.152.75.204', 0),
(6852, '64.152.75.205', 0),
(6853, '64.152.75.206', 0),
(6854, '64.152.75.207', 0),
(6855, '64.152.75.208', 0),
(6856, '64.152.75.209', 0),
(6857, '64.152.75.210', 0),
(6858, '64.152.75.211', 0),
(6859, '64.152.75.212', 0),
(6860, '64.152.75.213', 0),
(6861, '64.152.75.214', 0),
(6862, '64.152.75.215', 0),
(6863, '64.152.75.216', 0),
(6864, '64.152.75.217', 0),
(6865, '64.152.75.218', 0),
(6866, '64.152.75.219', 0),
(6867, '64.152.75.22', 0),
(6868, '64.152.75.24', 0),
(6869, '64.152.75.25', 0),
(6870, '64.152.75.26', 0),
(6871, '64.152.75.27', 0),
(6872, '64.152.75.28', 0),
(6873, '64.152.75.29', 0),
(6874, '64.152.75.30', 0),
(6875, '64.152.75.32', 0),
(6876, '64.152.75.33', 0),
(6877, '64.152.75.34', 0),
(6878, '64.152.75.35', 0),
(6879, '64.152.75.36', 0),
(6880, '64.152.75.37', 0),
(6881, '64.152.75.38', 0),
(6882, '64.152.75.39', 0),
(6883, '64.152.75.4', 0),
(6884, '64.152.75.40', 0),
(6885, '64.152.75.41', 0),
(6886, '64.152.75.42', 0),
(6887, '64.152.75.44', 0),
(6888, '64.152.75.45', 0),
(6889, '64.152.75.46', 0),
(6890, '64.152.75.47', 0),
(6891, '64.152.75.48', 0),
(6892, '64.152.75.49', 0),
(6893, '64.152.75.5', 0),
(6894, '64.152.75.51', 0),
(6895, '64.152.75.52', 0),
(6896, '64.152.75.54', 0),
(6897, '64.152.75.6', 0),
(6898, '64.152.75.61', 0),
(6899, '64.152.75.62', 0),
(6900, '64.152.75.64', 0),
(6901, '64.152.75.65', 0),
(6902, '64.152.75.67', 0),
(6903, '64.152.75.7', 0),
(6904, '64.152.75.70', 0),
(6905, '64.152.75.71', 0),
(6906, '64.152.75.72', 0),
(6907, '64.152.75.74', 0),
(6908, '64.152.75.8', 0),
(6909, '64.152.75.81', 0),
(6910, '64.152.75.82', 0),
(6911, '64.152.75.84', 0),
(6912, '64.152.75.9', 0),
(6913, '64.152.75.91', 0),
(6914, '64.152.75.92', 0),
(6915, '64.152.75.94', 0),
(6916, '64.152.75.95', 0),
(6917, '64.152.75.96', 0),
(6918, '64.152.75.98', 0),
(6919, '64.156.241.148', 0),
(6920, '64.157.137.219', 0),
(6921, '64.157.137.220', 0),
(6922, '64.157.137.221', 0),
(6923, '64.157.137.225', 0),
(6924, '64.157.138.103', 0),
(6925, '64.157.138.108', 0),
(6926, '64.158.138.43', 0),
(6927, '64.158.138.48', 0),
(6928, '64.158.138.8', 0),
(6929, '64.158.138.84', 0),
(6930, '64.158.138.9', 0),
(6931, '64.158.138.90', 0),
(6932, '64.17.2.164', 0),
(6933, '64.208.104.2', 0),
(6934, '64.208.178.25', 0),
(6935, '64.208.8.196', 0),
(6936, '64.210.196.19', 0),
(6937, '64.210.196.195', 0),
(6938, '64.210.196.197', 0),
(6939, '64.210.196.198', 0),
(6940, '64.222.18.44', 0),
(6941, '64.224.197.99', 0),
(6942, '64.23.12.74', 0),
(6943, '64.23.82.44', 0),
(6944, '64.233.173.193', 0),
(6945, '64.233.173.194', 0),
(6946, '64.233.173.195', 0),
(6947, '64.233.173.196', 0),
(6948, '64.233.173.197', 0),
(6949, '64.233.173.198', 0),
(6950, '64.233.173.199', 0),
(6951, '64.233.173.200', 0),
(6952, '64.233.173.201', 0),
(6953, '64.233.173.202', 0),
(6954, '64.233.173.203', 0),
(6955, '64.233.173.204', 0),
(6956, '64.233.173.205', 0),
(6957, '64.233.173.206', 0),
(6958, '64.233.173.207', 0),
(6959, '64.233.173.208', 0),
(6960, '64.233.173.209', 0),
(6961, '64.233.173.210', 0),
(6962, '64.233.173.211', 0),
(6963, '64.233.173.212', 0),
(6964, '64.233.173.213', 0),
(6965, '64.233.173.214', 0),
(6966, '64.233.173.215', 0),
(6967, '64.233.173.216', 0),
(6968, '64.233.173.217', 0),
(6969, '64.233.173.218', 0),
(6970, '64.233.173.219', 0),
(6971, '64.233.173.220', 0),
(6972, '64.233.173.221', 0),
(6973, '64.233.173.222', 0),
(6974, '64.233.173.223', 0),
(6975, '64.233.173.224', 0),
(6976, '64.233.173.225', 0),
(6977, '64.233.173.226', 0),
(6978, '64.233.173.227', 0),
(6979, '64.233.173.228', 0),
(6980, '64.233.173.229', 0),
(6981, '64.233.173.230', 0),
(6982, '64.233.173.231', 0),
(6983, '64.233.173.232', 0),
(6984, '64.233.173.233', 0),
(6985, '64.233.173.234', 0),
(6986, '64.233.173.235', 0),
(6987, '64.233.173.236', 0),
(6988, '64.233.173.237', 0),
(6989, '64.233.173.238', 0),
(6990, '64.233.173.239', 0),
(6991, '64.233.173.240', 0),
(6992, '64.233.173.241', 0),
(6993, '64.233.173.242', 0),
(6994, '64.233.173.243', 0),
(6995, '64.233.173.244', 0),
(6996, '64.233.173.245', 0),
(6997, '64.233.173.246', 0),
(6998, '64.233.173.247', 0),
(6999, '64.233.173.248', 0),
(7000, '64.233.173.249', 0),
(7001, '64.233.173.250', 0),
(7002, '64.233.173.251', 0),
(7003, '64.233.173.252', 0),
(7004, '64.233.173.253', 0),
(7005, '64.233.173.254', 0),
(7006, '64.233.173.255', 0),
(7007, '64.236.138.92', 0),
(7008, '64.239.114.140', 0),
(7009, '64.241.242.11', 0),
(7010, '64.241.242.160', 0),
(7011, '64.241.242.177', 0),
(7012, '64.241.242.178', 0),
(7013, '64.241.242.18', 0),
(7014, '64.241.242.34', 0),
(7015, '64.241.243.111', 0),
(7016, '64.241.243.113', 0),
(7017, '64.241.243.114', 0),
(7018, '64.241.243.115', 0),
(7019, '64.241.243.116', 0),
(7020, '64.241.243.117', 0),
(7021, '64.241.243.118', 0),
(7022, '64.241.243.119', 0),
(7023, '64.241.243.120', 0),
(7024, '64.241.243.121', 0),
(7025, '64.241.243.122', 0),
(7026, '64.241.243.123', 0),
(7027, '64.241.243.124', 0),
(7028, '64.241.243.126', 0),
(7029, '64.241.243.127', 0),
(7030, '64.241.243.128', 0),
(7031, '64.241.243.129', 0),
(7032, '64.241.243.130', 0),
(7033, '64.241.243.32', 0),
(7034, '64.241.243.65', 0),
(7035, '64.241.243.66', 0),
(7036, '64.242.88.10', 0),
(7037, '64.242.88.50', 0),
(7038, '64.242.88.60', 0),
(7039, '64.246.15.61', 0),
(7040, '64.246.36.123', 0),
(7041, '64.247.20.150', 0),
(7042, '64.247.218.19', 0),
(7043, '64.247.218.197', 0),
(7044, '64.247.218.201', 0),
(7045, '64.28.94.71', 0),
(7046, '64.29.182.10', 0),
(7047, '64.32.243.60', 0),
(7048, '64.32.243.62', 0),
(7049, '64.34.172.78', 0),
(7050, '64.34.176.199', 0),
(7051, '64.34.179.137', 0),
(7052, '64.36.6.250', 0),
(7053, '64.39.31.185', 0),
(7054, '64.4.8', 0),
(7055, '64.4.8.112', 0),
(7056, '64.4.8.113', 0),
(7057, '64.4.8.114', 0),
(7058, '64.4.8.115', 0),
(7059, '64.4.8.116', 0),
(7060, '64.4.8.117', 0),
(7061, '64.4.8.118', 0),
(7062, '64.4.8.119', 0),
(7063, '64.4.8.120', 0),
(7064, '64.4.8.121', 0),
(7065, '64.4.8.93', 0),
(7066, '64.4.8.94', 0),
(7067, '64.40.105.197', 0),
(7068, '64.40.115.144', 0),
(7069, '64.40.115.145', 0),
(7070, '64.40.115.63', 0),
(7071, '64.40.115.66', 0),
(7072, '64.40.117.226', 0),
(7073, '64.40.117.228', 0),
(7074, '64.40.118.224', 0),
(7075, '64.40.118.226', 0),
(7076, '64.40.118.227', 0),
(7077, '64.40.118.234', 0),
(7078, '64.40.118.235', 0),
(7079, '64.40.118.236', 0),
(7080, '64.40.118.237', 0),
(7081, '64.40.118.238', 0),
(7082, '64.40.118.239', 0),
(7083, '64.41.254.2', 0),
(7084, '64.41.254.23', 0),
(7085, '64.41.254.24', 0),
(7086, '64.41.254.25', 0),
(7087, '64.5.245.10', 0),
(7088, '64.5.245.11', 0),
(7089, '64.5.245.23', 0),
(7090, '64.5.245.24', 0),
(7091, '64.5.245.25', 0),
(7092, '64.5.245.26', 0),
(7093, '64.5.245.27', 0),
(7094, '64.5.245.28', 0),
(7095, '64.5.245.29', 0),
(7096, '64.5.245.50', 0),
(7097, '64.55.148.3', 0),
(7098, '64.55.148.37', 0),
(7099, '64.55.148.38', 0),
(7100, '64.55.148.39', 0),
(7101, '64.55.148.4', 0),
(7102, '64.55.148.43', 0),
(7103, '64.55.148.44', 0),
(7104, '64.55.148.45', 0),
(7105, '64.55.148.5', 0),
(7106, '64.55.148.50', 0),
(7107, '64.55.148.51', 0),
(7108, '64.55.148.52', 0),
(7109, '64.55.148.53', 0),
(7110, '64.55.148.54', 0),
(7111, '64.55.148.9', 0),
(7112, '64.57.64.90', 0),
(7113, '64.62.136.204', 0),
(7114, '64.62.168.10', 0),
(7115, '64.62.168.11', 0),
(7116, '64.62.168.12', 0),
(7117, '64.62.168.13', 0),
(7118, '64.62.168.14', 0),
(7119, '64.62.168.15', 0),
(7120, '64.62.168.154', 0),
(7121, '64.62.168.155', 0),
(7122, '64.62.168.156', 0),
(7123, '64.62.168.159', 0),
(7124, '64.62.168.16', 0),
(7125, '64.62.168.160', 0),
(7126, '64.62.168.161', 0),
(7127, '64.62.168.163', 0),
(7128, '64.62.168.166', 0),
(7129, '64.62.168.167', 0),
(7130, '64.62.168.168', 0),
(7131, '64.62.168.17', 0),
(7132, '64.62.168.170', 0),
(7133, '64.62.168.173', 0),
(7134, '64.62.168.176', 0),
(7135, '64.62.168.177', 0),
(7136, '64.62.168.18', 0),
(7137, '64.62.168.19', 0),
(7138, '64.62.168.2', 0),
(7139, '64.62.168.20', 0),
(7140, '64.62.168.21', 0),
(7141, '64.62.168.22', 0),
(7142, '64.62.168.23', 0),
(7143, '64.62.168.24', 0),
(7144, '64.62.168.25', 0),
(7145, '64.62.168.26', 0),
(7146, '64.62.168.27', 0),
(7147, '64.62.168.28', 0),
(7148, '64.62.168.29', 0),
(7149, '64.62.168.3', 0),
(7150, '64.62.168.30', 0),
(7151, '64.62.168.31', 0),
(7152, '64.62.168.32', 0),
(7153, '64.62.168.33', 0),
(7154, '64.62.168.34', 0),
(7155, '64.62.168.35', 0),
(7156, '64.62.168.36', 0),
(7157, '64.62.168.38', 0),
(7158, '64.62.168.39', 0),
(7159, '64.62.168.4', 0),
(7160, '64.62.168.41', 0),
(7161, '64.62.168.42', 0),
(7162, '64.62.168.43', 0),
(7163, '64.62.168.44', 0),
(7164, '64.62.168.45', 0),
(7165, '64.62.168.46', 0),
(7166, '64.62.168.47', 0),
(7167, '64.62.168.48', 0),
(7168, '64.62.168.49', 0),
(7169, '64.62.168.5', 0),
(7170, '64.62.168.50', 0),
(7171, '64.62.168.51', 0),
(7172, '64.62.168.52', 0),
(7173, '64.62.168.53', 0),
(7174, '64.62.168.54', 0),
(7175, '64.62.168.55', 0),
(7176, '64.62.168.56', 0),
(7177, '64.62.168.57', 0),
(7178, '64.62.168.58', 0),
(7179, '64.62.168.59', 0),
(7180, '64.62.168.6', 0),
(7181, '64.62.168.60', 0),
(7182, '64.62.168.61', 0),
(7183, '64.62.168.62', 0),
(7184, '64.62.168.63', 0),
(7185, '64.62.168.64', 0),
(7186, '64.62.168.65', 0),
(7187, '64.62.168.66', 0),
(7188, '64.62.168.67', 0),
(7189, '64.62.168.68', 0),
(7190, '64.62.168.69', 0),
(7191, '64.62.168.7', 0),
(7192, '64.62.168.70', 0),
(7193, '64.62.168.71', 0),
(7194, '64.62.168.72', 0),
(7195, '64.62.168.73', 0),
(7196, '64.62.168.74', 0),
(7197, '64.62.168.75', 0),
(7198, '64.62.168.76', 0),
(7199, '64.62.168.77', 0),
(7200, '64.62.168.79', 0),
(7201, '64.62.168.8', 0),
(7202, '64.62.168.80', 0),
(7203, '64.62.168.82', 0),
(7204, '64.62.168.83', 0),
(7205, '64.62.168.84', 0),
(7206, '64.62.168.9', 0),
(7207, '64.62.175.130', 0),
(7208, '64.62.175.131', 0),
(7209, '64.62.175.137', 0),
(7210, '64.68.80', 0),
(7211, '64.68.81', 0),
(7212, '64.68.81.176', 0),
(7213, '64.68.81.37', 0),
(7214, '64.68.82', 0),
(7215, '64.68.83', 0),
(7216, '64.68.83.77', 0),
(7217, '64.68.84', 0),
(7218, '64.68.85', 0),
(7219, '64.68.86', 0),
(7220, '64.68.87', 0),
(7221, '64.68.88', 0),
(7222, '64.68.89', 0),
(7223, '64.68.90.1', 0),
(7224, '64.68.90.10', 0),
(7225, '64.68.90.11', 0),
(7226, '64.68.90.12', 0),
(7227, '64.68.90.129', 0),
(7228, '64.68.90.13', 0),
(7229, '64.68.90.130', 0),
(7230, '64.68.90.131', 0),
(7231, '64.68.90.132', 0),
(7232, '64.68.90.133', 0),
(7233, '64.68.90.134', 0),
(7234, '64.68.90.135', 0),
(7235, '64.68.90.136', 0),
(7236, '64.68.90.137', 0),
(7237, '64.68.90.138', 0),
(7238, '64.68.90.139', 0),
(7239, '64.68.90.14', 0),
(7240, '64.68.90.140', 0),
(7241, '64.68.90.141', 0),
(7242, '64.68.90.142', 0),
(7243, '64.68.90.143', 0),
(7244, '64.68.90.144', 0),
(7245, '64.68.90.145', 0),
(7246, '64.68.90.146', 0),
(7247, '64.68.90.147', 0),
(7248, '64.68.90.148', 0),
(7249, '64.68.90.149', 0),
(7250, '64.68.90.15', 0),
(7251, '64.68.90.150', 0),
(7252, '64.68.90.151', 0),
(7253, '64.68.90.152', 0),
(7254, '64.68.90.153', 0),
(7255, '64.68.90.154', 0),
(7256, '64.68.90.155', 0),
(7257, '64.68.90.156', 0),
(7258, '64.68.90.157', 0),
(7259, '64.68.90.158', 0),
(7260, '64.68.90.159', 0),
(7261, '64.68.90.16', 0),
(7262, '64.68.90.160', 0),
(7263, '64.68.90.161', 0),
(7264, '64.68.90.162', 0),
(7265, '64.68.90.163', 0),
(7266, '64.68.90.164', 0),
(7267, '64.68.90.165', 0),
(7268, '64.68.90.166', 0),
(7269, '64.68.90.167', 0),
(7270, '64.68.90.168', 0),
(7271, '64.68.90.169', 0),
(7272, '64.68.90.17', 0),
(7273, '64.68.90.170', 0),
(7274, '64.68.90.171', 0),
(7275, '64.68.90.172', 0),
(7276, '64.68.90.173', 0),
(7277, '64.68.90.174', 0),
(7278, '64.68.90.175', 0),
(7279, '64.68.90.176', 0),
(7280, '64.68.90.177', 0),
(7281, '64.68.90.178', 0),
(7282, '64.68.90.179', 0),
(7283, '64.68.90.18', 0),
(7284, '64.68.90.180', 0),
(7285, '64.68.90.181', 0),
(7286, '64.68.90.182', 0),
(7287, '64.68.90.183', 0),
(7288, '64.68.90.184', 0),
(7289, '64.68.90.185', 0),
(7290, '64.68.90.186', 0),
(7291, '64.68.90.187', 0),
(7292, '64.68.90.188', 0),
(7293, '64.68.90.189', 0),
(7294, '64.68.90.19', 0),
(7295, '64.68.90.190', 0),
(7296, '64.68.90.191', 0),
(7297, '64.68.90.192', 0),
(7298, '64.68.90.193', 0),
(7299, '64.68.90.194', 0),
(7300, '64.68.90.195', 0),
(7301, '64.68.90.196', 0),
(7302, '64.68.90.197', 0),
(7303, '64.68.90.198', 0),
(7304, '64.68.90.199', 0),
(7305, '64.68.90.2', 0),
(7306, '64.68.90.20', 0),
(7307, '64.68.90.200', 0),
(7308, '64.68.90.201', 0),
(7309, '64.68.90.202', 0),
(7310, '64.68.90.203', 0),
(7311, '64.68.90.204', 0),
(7312, '64.68.90.205', 0),
(7313, '64.68.90.206', 0),
(7314, '64.68.90.207', 0),
(7315, '64.68.90.208', 0),
(7316, '64.68.90.21', 0),
(7317, '64.68.90.22', 0),
(7318, '64.68.90.23', 0),
(7319, '64.68.90.24', 0),
(7320, '64.68.90.25', 0),
(7321, '64.68.90.26', 0),
(7322, '64.68.90.27', 0),
(7323, '64.68.90.28', 0),
(7324, '64.68.90.29', 0),
(7325, '64.68.90.3', 0),
(7326, '64.68.90.30', 0),
(7327, '64.68.90.31', 0),
(7328, '64.68.90.32', 0),
(7329, '64.68.90.33', 0),
(7330, '64.68.90.34', 0),
(7331, '64.68.90.35', 0),
(7332, '64.68.90.36', 0),
(7333, '64.68.90.37', 0),
(7334, '64.68.90.38', 0),
(7335, '64.68.90.39', 0),
(7336, '64.68.90.4', 0),
(7337, '64.68.90.40', 0),
(7338, '64.68.90.41', 0),
(7339, '64.68.90.42', 0),
(7340, '64.68.90.43', 0),
(7341, '64.68.90.44', 0),
(7342, '64.68.90.45', 0),
(7343, '64.68.90.46', 0),
(7344, '64.68.90.47', 0),
(7345, '64.68.90.48', 0),
(7346, '64.68.90.49', 0),
(7347, '64.68.90.5', 0),
(7348, '64.68.90.50', 0),
(7349, '64.68.90.51', 0),
(7350, '64.68.90.52', 0),
(7351, '64.68.90.53', 0),
(7352, '64.68.90.54', 0),
(7353, '64.68.90.55', 0),
(7354, '64.68.90.56', 0),
(7355, '64.68.90.57', 0),
(7356, '64.68.90.58', 0),
(7357, '64.68.90.59', 0),
(7358, '64.68.90.6', 0),
(7359, '64.68.90.60', 0),
(7360, '64.68.90.61', 0),
(7361, '64.68.90.62', 0),
(7362, '64.68.90.63', 0),
(7363, '64.68.90.64', 0),
(7364, '64.68.90.65', 0),
(7365, '64.68.90.66', 0),
(7366, '64.68.90.67', 0),
(7367, '64.68.90.68', 0),
(7368, '64.68.90.69', 0),
(7369, '64.68.90.7', 0),
(7370, '64.68.90.70', 0),
(7371, '64.68.90.71', 0),
(7372, '64.68.90.72', 0),
(7373, '64.68.90.73', 0),
(7374, '64.68.90.74', 0),
(7375, '64.68.90.75', 0),
(7376, '64.68.90.76', 0),
(7377, '64.68.90.77', 0),
(7378, '64.68.90.78', 0),
(7379, '64.68.90.79', 0),
(7380, '64.68.90.8', 0),
(7381, '64.68.90.80', 0),
(7382, '64.68.90.9', 0),
(7383, '64.68.91', 0),
(7384, '64.68.91.5', 0),
(7385, '64.68.92', 0),
(7386, '64.69.79.210', 0),
(7387, '64.71.131.109', 0),
(7388, '64.71.131.117', 0),
(7389, '64.71.144.5', 0),
(7390, '64.71.144.55', 0),
(7391, '64.71.144.59', 0),
(7392, '64.75.36.4', 0),
(7393, '64.75.36.42', 0),
(7394, '64.75.36.43', 0),
(7395, '64.75.36.44', 0),
(7396, '64.75.36.45', 0),
(7397, '64.75.36.46', 0),
(7398, '64.75.36.47', 0),
(7399, '64.75.36.77', 0),
(7400, '64.75.36.79', 0),
(7401, '64.75.36.80', 0),
(7402, '64.81.121.37', 0),
(7403, '64.81.243.66', 0),
(7404, '64.89.33', 0),
(7405, '64.89.33.161', 0),
(7406, '64.89.33.164', 0),
(7407, '64.89.33.165', 0),
(7408, '64.89.33.182', 0),
(7409, '64.89.33.27', 0),
(7410, '64.95.2.212', 0),
(7411, '64.95.79.195', 0),
(7412, '64.95.79.241', 0),
(7413, '64.95.79.40', 0),
(7414, '64.95.79.41', 0),
(7415, '64.95.79.42', 0),
(7416, '65.105.223.11', 0),
(7417, '65.110.1.7', 0),
(7418, '65.110.21.171', 0),
(7419, '65.111.164.143', 0),
(7420, '65.111.168.41', 0),
(7421, '65.113.96.174', 0),
(7422, '65.116.145', 0),
(7423, '65.116.145.111', 0),
(7424, '65.116.145.112', 0),
(7425, '65.116.145.113', 0),
(7426, '65.116.145.114', 0),
(7427, '65.116.145.130', 0),
(7428, '65.116.145.131', 0),
(7429, '65.116.145.132', 0),
(7430, '65.116.145.133', 0),
(7431, '65.116.145.134', 0),
(7432, '65.116.145.135', 0),
(7433, '65.116.145.136', 0),
(7434, '65.116.145.137', 0),
(7435, '65.116.145.138', 0),
(7436, '65.116.145.141', 0),
(7437, '65.116.145.15', 0),
(7438, '65.116.145.42', 0),
(7439, '65.116.145.44', 0),
(7440, '65.119.214.9', 0),
(7441, '65.165.151.234', 0),
(7442, '65.174.24.226', 0),
(7443, '65.19.150.134', 0),
(7444, '65.19.150.204', 0),
(7445, '65.19.150.206', 0),
(7446, '65.19.150.207', 0),
(7447, '65.19.150.208', 0),
(7448, '65.19.150.209', 0),
(7449, '65.19.150.210', 0),
(7450, '65.19.150.211', 0),
(7451, '65.19.150.212', 0),
(7452, '65.19.150.213', 0),
(7453, '65.19.150.214', 0),
(7454, '65.19.150.217', 0),
(7455, '65.19.150.218', 0),
(7456, '65.19.150.219', 0),
(7457, '65.19.150.220', 0),
(7458, '65.19.150.221', 0),
(7459, '65.19.150.222', 0),
(7460, '65.19.150.223', 0),
(7461, '65.19.150.224', 0),
(7462, '65.19.150.225', 0),
(7463, '65.19.150.226', 0),
(7464, '65.19.150.227', 0),
(7465, '65.19.150.228', 0),
(7466, '65.19.150.229', 0),
(7467, '65.19.150.230', 0),
(7468, '65.19.150.231', 0),
(7469, '65.19.150.232', 0),
(7470, '65.19.150.233', 0),
(7471, '65.19.150.234', 0),
(7472, '65.19.150.235', 0),
(7473, '65.19.150.236', 0),
(7474, '65.19.150.237', 0),
(7475, '65.19.150.238', 0),
(7476, '65.19.150.239', 0),
(7477, '65.19.150.24', 0),
(7478, '65.19.150.240', 0),
(7479, '65.19.150.241', 0),
(7480, '65.19.150.242', 0),
(7481, '65.19.150.243', 0),
(7482, '65.19.150.244', 0),
(7483, '65.19.150.245', 0),
(7484, '65.19.150.246', 0),
(7485, '65.19.150.247', 0),
(7486, '65.19.150.248', 0),
(7487, '65.19.150.249', 0),
(7488, '65.19.150.250', 0),
(7489, '65.19.150.251', 0),
(7490, '65.19.150.252', 0),
(7491, '65.19.169.228', 0),
(7492, '65.19.169.229', 0),
(7493, '65.19.169.230', 0),
(7494, '65.19.169.242', 0),
(7495, '65.19.169.252', 0),
(7496, '65.19.169.254', 0),
(7497, '65.192.195.0', 0),
(7498, '65.192.195.1', 0),
(7499, '65.192.195.10', 0),
(7500, '65.192.195.11', 0),
(7501, '65.192.195.12', 0),
(7502, '65.192.195.13', 0),
(7503, '65.192.195.14', 0),
(7504, '65.192.195.15', 0),
(7505, '65.192.195.16', 0),
(7506, '65.192.195.17', 0),
(7507, '65.192.195.18', 0),
(7508, '65.192.195.19', 0),
(7509, '65.192.195.2', 0),
(7510, '65.192.195.20', 0),
(7511, '65.192.195.21', 0),
(7512, '65.192.195.22', 0),
(7513, '65.192.195.23', 0),
(7514, '65.192.195.24', 0),
(7515, '65.192.195.25', 0),
(7516, '65.192.195.26', 0),
(7517, '65.192.195.27', 0),
(7518, '65.192.195.28', 0),
(7519, '65.192.195.29', 0),
(7520, '65.192.195.3', 0),
(7521, '65.192.195.30', 0),
(7522, '65.192.195.31', 0),
(7523, '65.192.195.4', 0),
(7524, '65.192.195.5', 0),
(7525, '65.192.195.6', 0),
(7526, '65.192.195.7', 0),
(7527, '65.192.195.8', 0),
(7528, '65.192.195.9', 0),
(7529, '65.197.137.32', 0),
(7530, '65.197.137.34', 0),
(7531, '65.197.137.35', 0),
(7532, '65.197.137.37', 0),
(7533, '65.198.110.128', 0),
(7534, '65.214.32', 0),
(7535, '65.214.32.173', 0),
(7536, '65.214.32.194', 0),
(7537, '65.214.32.195', 0),
(7538, '65.214.32.196', 0),
(7539, '65.214.32.197', 0),
(7540, '65.214.32.198', 0),
(7541, '65.214.32.199', 0),
(7542, '65.214.32.200', 0),
(7543, '65.214.32.201', 0),
(7544, '65.214.32.202', 0),
(7545, '65.214.32.203', 0),
(7546, '65.214.32.204', 0),
(7547, '65.214.32.205', 0),
(7548, '65.214.32.206', 0),
(7549, '65.214.32.207', 0),
(7550, '65.214.32.208', 0),
(7551, '65.214.32.209', 0),
(7552, '65.214.32.21', 0),
(7553, '65.214.32.210', 0),
(7554, '65.214.32.211', 0),
(7555, '65.214.32.212', 0),
(7556, '65.214.32.213', 0),
(7557, '65.214.32.214', 0),
(7558, '65.214.32.215', 0),
(7559, '65.214.32.216', 0),
(7560, '65.214.32.217', 0),
(7561, '65.214.32.218', 0),
(7562, '65.214.32.219', 0),
(7563, '65.214.32.220', 0),
(7564, '65.214.32.221', 0),
(7565, '65.214.32.222', 0),
(7566, '65.214.32.223', 0),
(7567, '65.214.32.224', 0),
(7568, '65.214.32.225', 0),
(7569, '65.214.32.226', 0),
(7570, '65.214.32.227', 0),
(7571, '65.214.32.228', 0),
(7572, '65.214.32.229', 0),
(7573, '65.214.32.230', 0),
(7574, '65.214.32.231', 0),
(7575, '65.214.32.232', 0),
(7576, '65.214.32.233', 0),
(7577, '65.214.32.234', 0),
(7578, '65.214.32.235', 0),
(7579, '65.214.32.236', 0),
(7580, '65.214.32.237', 0),
(7581, '65.214.32.238', 0),
(7582, '65.214.32.239', 0),
(7583, '65.214.32.24', 0),
(7584, '65.214.32.240', 0),
(7585, '65.214.32.241', 0),
(7586, '65.214.32.242', 0),
(7587, '65.214.32.243', 0),
(7588, '65.214.32.244', 0),
(7589, '65.214.32.245', 0),
(7590, '65.214.32.246', 0),
(7591, '65.214.32.247', 0),
(7592, '65.214.32.248', 0),
(7593, '65.214.32.249', 0),
(7594, '65.214.32.250', 0),
(7595, '65.214.32.251', 0),
(7596, '65.214.32.252', 0),
(7597, '65.214.32.253', 0),
(7598, '65.214.32.254', 0),
(7599, '65.214.36', 0),
(7600, '65.214.36.1', 0),
(7601, '65.214.36.100', 0),
(7602, '65.214.36.101', 0),
(7603, '65.214.36.102', 0),
(7604, '65.214.36.103', 0),
(7605, '65.214.36.104', 0),
(7606, '65.214.36.110', 0),
(7607, '65.214.36.111', 0),
(7608, '65.214.36.112', 0),
(7609, '65.214.36.113', 0),
(7610, '65.214.36.114', 0),
(7611, '65.214.36.115', 0),
(7612, '65.214.36.116', 0),
(7613, '65.214.36.117', 0),
(7614, '65.214.36.118', 0),
(7615, '65.214.36.119', 0),
(7616, '65.214.36.120', 0),
(7617, '65.214.36.121', 0),
(7618, '65.214.36.122', 0),
(7619, '65.214.36.123', 0),
(7620, '65.214.36.13', 0),
(7621, '65.214.36.135', 0),
(7622, '65.214.36.136', 0),
(7623, '65.214.36.137', 0),
(7624, '65.214.36.138', 0),
(7625, '65.214.36.139', 0),
(7626, '65.214.36.14', 0),
(7627, '65.214.36.140', 0),
(7628, '65.214.36.141', 0),
(7629, '65.214.36.142', 0),
(7630, '65.214.36.143', 0),
(7631, '65.214.36.144', 0),
(7632, '65.214.36.146', 0),
(7633, '65.214.36.147', 0),
(7634, '65.214.36.148', 0),
(7635, '65.214.36.149', 0),
(7636, '65.214.36.15', 0),
(7637, '65.214.36.150', 0),
(7638, '65.214.36.151', 0),
(7639, '65.214.36.152', 0),
(7640, '65.214.36.153', 0),
(7641, '65.214.36.154', 0),
(7642, '65.214.36.155', 0),
(7643, '65.214.36.156', 0),
(7644, '65.214.36.157', 0);
INSERT INTO `wp_1_cloaker_ips` (`id`, `ip_address`, `man`) VALUES
(7645, '65.214.36.158', 0),
(7646, '65.214.36.159', 0),
(7647, '65.214.36.16', 0),
(7648, '65.214.36.17', 0),
(7649, '65.214.36.170', 0),
(7650, '65.214.36.171', 0),
(7651, '65.214.36.172', 0),
(7652, '65.214.36.173', 0),
(7653, '65.214.36.174', 0),
(7654, '65.214.36.18', 0),
(7655, '65.214.36.180', 0),
(7656, '65.214.36.181', 0),
(7657, '65.214.36.182', 0),
(7658, '65.214.36.183', 0),
(7659, '65.214.36.184', 0),
(7660, '65.214.36.186', 0),
(7661, '65.214.36.187', 0),
(7662, '65.214.36.188', 0),
(7663, '65.214.36.189', 0),
(7664, '65.214.36.19', 0),
(7665, '65.214.36.190', 0),
(7666, '65.214.36.191', 0),
(7667, '65.214.36.192', 0),
(7668, '65.214.36.193', 0),
(7669, '65.214.36.200', 0),
(7670, '65.214.36.202', 0),
(7671, '65.214.36.209', 0),
(7672, '65.214.36.220', 0),
(7673, '65.214.36.225', 0),
(7674, '65.214.36.226', 0),
(7675, '65.214.36.229', 0),
(7676, '65.214.36.35', 0),
(7677, '65.214.36.36', 0),
(7678, '65.214.36.37', 0),
(7679, '65.214.36.38', 0),
(7680, '65.214.36.39', 0),
(7681, '65.214.36.4', 0),
(7682, '65.214.36.40', 0),
(7683, '65.214.36.41', 0),
(7684, '65.214.36.42', 0),
(7685, '65.214.36.43', 0),
(7686, '65.214.36.44', 0),
(7687, '65.214.36.45', 0),
(7688, '65.214.36.46', 0),
(7689, '65.214.36.47', 0),
(7690, '65.214.36.48', 0),
(7691, '65.214.36.49', 0),
(7692, '65.214.36.5', 0),
(7693, '65.214.36.50', 0),
(7694, '65.214.36.51', 0),
(7695, '65.214.36.52', 0),
(7696, '65.214.36.53', 0),
(7697, '65.214.36.54', 0),
(7698, '65.214.36.55', 0),
(7699, '65.214.36.56', 0),
(7700, '65.214.36.57', 0),
(7701, '65.214.36.58', 0),
(7702, '65.214.36.59', 0),
(7703, '65.214.36.60', 0),
(7704, '65.214.36.61', 0),
(7705, '65.214.36.62', 0),
(7706, '65.214.36.63', 0),
(7707, '65.214.36.70', 0),
(7708, '65.214.36.72', 0),
(7709, '65.214.36.9', 0),
(7710, '65.214.36.90', 0),
(7711, '65.214.36.91', 0),
(7712, '65.214.36.92', 0),
(7713, '65.214.36.93', 0),
(7714, '65.214.36.96', 0),
(7715, '65.214.36.97', 0),
(7716, '65.214.38', 0),
(7717, '65.214.38.10', 0),
(7718, '65.214.38.20', 0),
(7719, '65.214.38.200', 0),
(7720, '65.214.38.201', 0),
(7721, '65.214.38.202', 0),
(7722, '65.214.38.203', 0),
(7723, '65.214.38.204', 0),
(7724, '65.214.38.205', 0),
(7725, '65.214.38.206', 0),
(7726, '65.214.38.207', 0),
(7727, '65.214.38.208', 0),
(7728, '65.214.38.209', 0),
(7729, '65.214.38.21', 0),
(7730, '65.214.38.210', 0),
(7731, '65.214.38.211', 0),
(7732, '65.214.38.212', 0),
(7733, '65.214.38.213', 0),
(7734, '65.214.38.214', 0),
(7735, '65.214.38.215', 0),
(7736, '65.214.38.216', 0),
(7737, '65.214.38.217', 0),
(7738, '65.214.38.218', 0),
(7739, '65.214.38.219', 0),
(7740, '65.214.38.220', 0),
(7741, '65.214.38.221', 0),
(7742, '65.214.38.222', 0),
(7743, '65.214.38.223', 0),
(7744, '65.214.38.236', 0),
(7745, '65.214.38.238', 0),
(7746, '65.214.38.239', 0),
(7747, '65.214.38.24', 0),
(7748, '65.214.38.240', 0),
(7749, '65.214.38.241', 0),
(7750, '65.214.38.242', 0),
(7751, '65.214.38.243', 0),
(7752, '65.214.38.244', 0),
(7753, '65.214.38.245', 0),
(7754, '65.214.38.246', 0),
(7755, '65.214.38.247', 0),
(7756, '65.214.44', 0),
(7757, '65.214.44.100', 0),
(7758, '65.214.44.101', 0),
(7759, '65.214.44.102', 0),
(7760, '65.214.44.103', 0),
(7761, '65.214.44.104', 0),
(7762, '65.214.44.106', 0),
(7763, '65.214.44.107', 0),
(7764, '65.214.44.108', 0),
(7765, '65.214.44.109', 0),
(7766, '65.214.44.110', 0),
(7767, '65.214.44.111', 0),
(7768, '65.214.44.112', 0),
(7769, '65.214.44.113', 0),
(7770, '65.214.44.115', 0),
(7771, '65.214.44.116', 0),
(7772, '65.214.44.117', 0),
(7773, '65.214.44.118', 0),
(7774, '65.214.44.119', 0),
(7775, '65.214.44.120', 0),
(7776, '65.214.44.121', 0),
(7777, '65.214.44.122', 0),
(7778, '65.214.44.124', 0),
(7779, '65.214.44.125', 0),
(7780, '65.214.44.126', 0),
(7781, '65.214.44.127', 0),
(7782, '65.214.44.128', 0),
(7783, '65.214.44.129', 0),
(7784, '65.214.44.131', 0),
(7785, '65.214.44.133', 0),
(7786, '65.214.44.135', 0),
(7787, '65.214.44.136', 0),
(7788, '65.214.44.137', 0),
(7789, '65.214.44.138', 0),
(7790, '65.214.44.139', 0),
(7791, '65.214.44.14', 0),
(7792, '65.214.44.140', 0),
(7793, '65.214.44.141', 0),
(7794, '65.214.44.142', 0),
(7795, '65.214.44.143', 0),
(7796, '65.214.44.144', 0),
(7797, '65.214.44.145', 0),
(7798, '65.214.44.146', 0),
(7799, '65.214.44.147', 0),
(7800, '65.214.44.148', 0),
(7801, '65.214.44.149', 0),
(7802, '65.214.44.150', 0),
(7803, '65.214.44.151', 0),
(7804, '65.214.44.152', 0),
(7805, '65.214.44.153', 0),
(7806, '65.214.44.154', 0),
(7807, '65.214.44.155', 0),
(7808, '65.214.44.156', 0),
(7809, '65.214.44.157', 0),
(7810, '65.214.44.158', 0),
(7811, '65.214.44.159', 0),
(7812, '65.214.44.16', 0),
(7813, '65.214.44.160', 0),
(7814, '65.214.44.161', 0),
(7815, '65.214.44.162', 0),
(7816, '65.214.44.163', 0),
(7817, '65.214.44.164', 0),
(7818, '65.214.44.165', 0),
(7819, '65.214.44.166', 0),
(7820, '65.214.44.167', 0),
(7821, '65.214.44.168', 0),
(7822, '65.214.44.169', 0),
(7823, '65.214.44.170', 0),
(7824, '65.214.44.171', 0),
(7825, '65.214.44.172', 0),
(7826, '65.214.44.173', 0),
(7827, '65.214.44.174', 0),
(7828, '65.214.44.175', 0),
(7829, '65.214.44.176', 0),
(7830, '65.214.44.177', 0),
(7831, '65.214.44.178', 0),
(7832, '65.214.44.179', 0),
(7833, '65.214.44.180', 0),
(7834, '65.214.44.181', 0),
(7835, '65.214.44.182', 0),
(7836, '65.214.44.183', 0),
(7837, '65.214.44.184', 0),
(7838, '65.214.44.185', 0),
(7839, '65.214.44.186', 0),
(7840, '65.214.44.187', 0),
(7841, '65.214.44.188', 0),
(7842, '65.214.44.189', 0),
(7843, '65.214.44.190', 0),
(7844, '65.214.44.191', 0),
(7845, '65.214.44.192', 0),
(7846, '65.214.44.193', 0),
(7847, '65.214.44.194', 0),
(7848, '65.214.44.195', 0),
(7849, '65.214.44.196', 0),
(7850, '65.214.44.197', 0),
(7851, '65.214.44.198', 0),
(7852, '65.214.44.199', 0),
(7853, '65.214.44.200', 0),
(7854, '65.214.44.201', 0),
(7855, '65.214.44.202', 0),
(7856, '65.214.44.203', 0),
(7857, '65.214.44.204', 0),
(7858, '65.214.44.205', 0),
(7859, '65.214.44.206', 0),
(7860, '65.214.44.207', 0),
(7861, '65.214.44.208', 0),
(7862, '65.214.44.209', 0),
(7863, '65.214.44.210', 0),
(7864, '65.214.44.211', 0),
(7865, '65.214.44.212', 0),
(7866, '65.214.44.213', 0),
(7867, '65.214.44.214', 0),
(7868, '65.214.44.215', 0),
(7869, '65.214.44.217', 0),
(7870, '65.214.44.218', 0),
(7871, '65.214.44.226', 0),
(7872, '65.214.44.227', 0),
(7873, '65.214.44.228', 0),
(7874, '65.214.44.229', 0),
(7875, '65.214.44.246', 0),
(7876, '65.214.44.247', 0),
(7877, '65.214.44.248', 0),
(7878, '65.214.44.249', 0),
(7879, '65.214.44.252', 0),
(7880, '65.214.44.253', 0),
(7881, '65.214.44.254', 0),
(7882, '65.214.44.255', 0),
(7883, '65.214.44.30', 0),
(7884, '65.214.44.31', 0),
(7885, '65.214.44.32', 0),
(7886, '65.214.44.33', 0),
(7887, '65.214.44.34', 0),
(7888, '65.214.44.35', 0),
(7889, '65.214.44.36', 0),
(7890, '65.214.44.37', 0),
(7891, '65.214.44.38', 0),
(7892, '65.214.44.39', 0),
(7893, '65.214.44.40', 0),
(7894, '65.214.44.41', 0),
(7895, '65.214.44.42', 0),
(7896, '65.214.44.43', 0),
(7897, '65.214.44.44', 0),
(7898, '65.214.44.45', 0),
(7899, '65.214.44.46', 0),
(7900, '65.214.44.47', 0),
(7901, '65.214.44.48', 0),
(7902, '65.214.44.49', 0),
(7903, '65.214.44.50', 0),
(7904, '65.214.44.51', 0),
(7905, '65.214.44.52', 0),
(7906, '65.214.44.53', 0),
(7907, '65.214.44.54', 0),
(7908, '65.214.44.55', 0),
(7909, '65.214.44.56', 0),
(7910, '65.214.44.57', 0),
(7911, '65.214.44.58', 0),
(7912, '65.214.44.59', 0),
(7913, '65.214.44.60', 0),
(7914, '65.214.44.61', 0),
(7915, '65.214.44.62', 0),
(7916, '65.214.44.63', 0),
(7917, '65.214.44.64', 0),
(7918, '65.214.44.65', 0),
(7919, '65.214.44.66', 0),
(7920, '65.214.44.67', 0),
(7921, '65.214.44.68', 0),
(7922, '65.214.44.69', 0),
(7923, '65.214.44.70', 0),
(7924, '65.214.44.71', 0),
(7925, '65.214.44.72', 0),
(7926, '65.214.44.73', 0),
(7927, '65.214.44.74', 0),
(7928, '65.214.44.75', 0),
(7929, '65.214.44.76', 0),
(7930, '65.214.44.77', 0),
(7931, '65.214.44.78', 0),
(7932, '65.214.44.79', 0),
(7933, '65.214.44.80', 0),
(7934, '65.214.44.81', 0),
(7935, '65.214.44.82', 0),
(7936, '65.214.44.83', 0),
(7937, '65.214.44.84', 0),
(7938, '65.214.44.85', 0),
(7939, '65.214.44.87', 0),
(7940, '65.214.44.88', 0),
(7941, '65.214.44.91', 0),
(7942, '65.214.44.92', 0),
(7943, '65.214.44.93', 0),
(7944, '65.214.44.94', 0),
(7945, '65.214.44.95', 0),
(7946, '65.214.44.96', 0),
(7947, '65.214.44.97', 0),
(7948, '65.214.44.98', 0),
(7949, '65.214.44.99', 0),
(7950, '65.214.45', 0),
(7951, '65.214.45.0', 0),
(7952, '65.214.45.1', 0),
(7953, '65.214.45.10', 0),
(7954, '65.214.45.100', 0),
(7955, '65.214.45.11', 0),
(7956, '65.214.45.12', 0),
(7957, '65.214.45.13', 0),
(7958, '65.214.45.14', 0),
(7959, '65.214.45.15', 0),
(7960, '65.214.45.16', 0),
(7961, '65.214.45.17', 0),
(7962, '65.214.45.18', 0),
(7963, '65.214.45.19', 0),
(7964, '65.214.45.2', 0),
(7965, '65.214.45.20', 0),
(7966, '65.214.45.21', 0),
(7967, '65.214.45.214', 0),
(7968, '65.214.45.215', 0),
(7969, '65.214.45.216', 0),
(7970, '65.214.45.217', 0),
(7971, '65.214.45.218', 0),
(7972, '65.214.45.22', 0),
(7973, '65.214.45.23', 0),
(7974, '65.214.45.24', 0),
(7975, '65.214.45.25', 0),
(7976, '65.214.45.26', 0),
(7977, '65.214.45.27', 0),
(7978, '65.214.45.28', 0),
(7979, '65.214.45.29', 0),
(7980, '65.214.45.3', 0),
(7981, '65.214.45.30', 0),
(7982, '65.214.45.31', 0),
(7983, '65.214.45.32', 0),
(7984, '65.214.45.33', 0),
(7985, '65.214.45.34', 0),
(7986, '65.214.45.35', 0),
(7987, '65.214.45.36', 0),
(7988, '65.214.45.37', 0),
(7989, '65.214.45.38', 0),
(7990, '65.214.45.39', 0),
(7991, '65.214.45.4', 0),
(7992, '65.214.45.40', 0),
(7993, '65.214.45.41', 0),
(7994, '65.214.45.42', 0),
(7995, '65.214.45.43', 0),
(7996, '65.214.45.44', 0),
(7997, '65.214.45.45', 0),
(7998, '65.214.45.46', 0),
(7999, '65.214.45.47', 0),
(8000, '65.214.45.48', 0),
(8001, '65.214.45.49', 0),
(8002, '65.214.45.5', 0),
(8003, '65.214.45.50', 0),
(8004, '65.214.45.51', 0),
(8005, '65.214.45.6', 0),
(8006, '65.214.45.7', 0),
(8007, '65.214.45.8', 0),
(8008, '65.214.45.9', 0),
(8009, '65.219.130.20', 0),
(8010, '65.219.130.21', 0),
(8011, '65.219.130.240', 0),
(8012, '65.219.130.241', 0),
(8013, '65.254.33.130', 0),
(8014, '65.254.63.154', 0),
(8015, '65.54.112.146', 0),
(8016, '65.54.158.102', 0),
(8017, '65.54.164.100', 0),
(8018, '65.54.164.101', 0),
(8019, '65.54.164.102', 0),
(8020, '65.54.164.103', 0),
(8021, '65.54.164.104', 0),
(8022, '65.54.164.105', 0),
(8023, '65.54.164.106', 0),
(8024, '65.54.164.107', 0),
(8025, '65.54.164.108', 0),
(8026, '65.54.164.109', 0),
(8027, '65.54.164.110', 0),
(8028, '65.54.164.111', 0),
(8029, '65.54.164.112', 0),
(8030, '65.54.164.113', 0),
(8031, '65.54.164.114', 0),
(8032, '65.54.164.115', 0),
(8033, '65.54.164.116', 0),
(8034, '65.54.164.117', 0),
(8035, '65.54.164.118', 0),
(8036, '65.54.164.119', 0),
(8037, '65.54.164.120', 0),
(8038, '65.54.164.121', 0),
(8039, '65.54.164.122', 0),
(8040, '65.54.164.123', 0),
(8041, '65.54.164.124', 0),
(8042, '65.54.164.125', 0),
(8043, '65.54.164.126', 0),
(8044, '65.54.164.127', 0),
(8045, '65.54.164.128', 0),
(8046, '65.54.164.129', 0),
(8047, '65.54.164.130', 0),
(8048, '65.54.164.131', 0),
(8049, '65.54.164.132', 0),
(8050, '65.54.164.133', 0),
(8051, '65.54.164.134', 0),
(8052, '65.54.164.135', 0),
(8053, '65.54.164.31', 0),
(8054, '65.54.164.34', 0),
(8055, '65.54.164.35', 0),
(8056, '65.54.164.36', 0),
(8057, '65.54.164.37', 0),
(8058, '65.54.164.38', 0),
(8059, '65.54.164.39', 0),
(8060, '65.54.164.40', 0),
(8061, '65.54.164.41', 0),
(8062, '65.54.164.42', 0),
(8063, '65.54.164.43', 0),
(8064, '65.54.164.44', 0),
(8065, '65.54.164.45', 0),
(8066, '65.54.164.46', 0),
(8067, '65.54.164.47', 0),
(8068, '65.54.164.48', 0),
(8069, '65.54.164.49', 0),
(8070, '65.54.164.50', 0),
(8071, '65.54.164.51', 0),
(8072, '65.54.164.52', 0),
(8073, '65.54.164.53', 0),
(8074, '65.54.164.54', 0),
(8075, '65.54.164.55', 0),
(8076, '65.54.164.56', 0),
(8077, '65.54.164.57', 0),
(8078, '65.54.164.58', 0),
(8079, '65.54.164.59', 0),
(8080, '65.54.164.60', 0),
(8081, '65.54.164.61', 0),
(8082, '65.54.164.62', 0),
(8083, '65.54.164.63', 0),
(8084, '65.54.164.64', 0),
(8085, '65.54.164.65', 0),
(8086, '65.54.164.66', 0),
(8087, '65.54.164.67', 0),
(8088, '65.54.164.68', 0),
(8089, '65.54.164.69', 0),
(8090, '65.54.164.70', 0),
(8091, '65.54.164.71', 0),
(8092, '65.54.164.72', 0),
(8093, '65.54.164.73', 0),
(8094, '65.54.164.74', 0),
(8095, '65.54.164.75', 0),
(8096, '65.54.164.76', 0),
(8097, '65.54.164.77', 0),
(8098, '65.54.164.78', 0),
(8099, '65.54.164.79', 0),
(8100, '65.54.164.80', 0),
(8101, '65.54.164.81', 0),
(8102, '65.54.164.82', 0),
(8103, '65.54.164.83', 0),
(8104, '65.54.164.84', 0),
(8105, '65.54.164.85', 0),
(8106, '65.54.164.86', 0),
(8107, '65.54.164.87', 0),
(8108, '65.54.164.88', 0),
(8109, '65.54.164.89', 0),
(8110, '65.54.164.90', 0),
(8111, '65.54.164.91', 0),
(8112, '65.54.164.92', 0),
(8113, '65.54.164.93', 0),
(8114, '65.54.164.94', 0),
(8115, '65.54.164.95', 0),
(8116, '65.54.164.96', 0),
(8117, '65.54.164.97', 0),
(8118, '65.54.164.98', 0),
(8119, '65.54.164.99', 0),
(8120, '65.54.165', 0),
(8121, '65.54.188', 0),
(8122, '65.54.188.10', 0),
(8123, '65.54.188.100', 0),
(8124, '65.54.188.101', 0),
(8125, '65.54.188.102', 0),
(8126, '65.54.188.103', 0),
(8127, '65.54.188.104', 0),
(8128, '65.54.188.105', 0),
(8129, '65.54.188.106', 0),
(8130, '65.54.188.107', 0),
(8131, '65.54.188.108', 0),
(8132, '65.54.188.109', 0),
(8133, '65.54.188.11', 0),
(8134, '65.54.188.111', 0),
(8135, '65.54.188.112', 0),
(8136, '65.54.188.113', 0),
(8137, '65.54.188.114', 0),
(8138, '65.54.188.115', 0),
(8139, '65.54.188.116', 0),
(8140, '65.54.188.117', 0),
(8141, '65.54.188.118', 0),
(8142, '65.54.188.119', 0),
(8143, '65.54.188.12', 0),
(8144, '65.54.188.120', 0),
(8145, '65.54.188.121', 0),
(8146, '65.54.188.122', 0),
(8147, '65.54.188.123', 0),
(8148, '65.54.188.125', 0),
(8149, '65.54.188.126', 0),
(8150, '65.54.188.127', 0),
(8151, '65.54.188.128', 0),
(8152, '65.54.188.129', 0),
(8153, '65.54.188.13', 0),
(8154, '65.54.188.130', 0),
(8155, '65.54.188.131', 0),
(8156, '65.54.188.132', 0),
(8157, '65.54.188.133', 0),
(8158, '65.54.188.134', 0),
(8159, '65.54.188.135', 0),
(8160, '65.54.188.136', 0),
(8161, '65.54.188.137', 0),
(8162, '65.54.188.138', 0),
(8163, '65.54.188.139', 0),
(8164, '65.54.188.14', 0),
(8165, '65.54.188.140', 0),
(8166, '65.54.188.141', 0),
(8167, '65.54.188.142', 0),
(8168, '65.54.188.143', 0),
(8169, '65.54.188.144', 0),
(8170, '65.54.188.145', 0),
(8171, '65.54.188.146', 0),
(8172, '65.54.188.147', 0),
(8173, '65.54.188.148', 0),
(8174, '65.54.188.149', 0),
(8175, '65.54.188.15', 0),
(8176, '65.54.188.16', 0),
(8177, '65.54.188.17', 0),
(8178, '65.54.188.18', 0),
(8179, '65.54.188.19', 0),
(8180, '65.54.188.20', 0),
(8181, '65.54.188.21', 0),
(8182, '65.54.188.22', 0),
(8183, '65.54.188.225', 0),
(8184, '65.54.188.226', 0),
(8185, '65.54.188.23', 0),
(8186, '65.54.188.24', 0),
(8187, '65.54.188.25', 0),
(8188, '65.54.188.26', 0),
(8189, '65.54.188.27', 0),
(8190, '65.54.188.28', 0),
(8191, '65.54.188.29', 0),
(8192, '65.54.188.30', 0),
(8193, '65.54.188.31', 0),
(8194, '65.54.188.32', 0),
(8195, '65.54.188.33', 0),
(8196, '65.54.188.34', 0),
(8197, '65.54.188.35', 0),
(8198, '65.54.188.36', 0),
(8199, '65.54.188.37', 0),
(8200, '65.54.188.38', 0),
(8201, '65.54.188.39', 0),
(8202, '65.54.188.40', 0),
(8203, '65.54.188.41', 0),
(8204, '65.54.188.42', 0),
(8205, '65.54.188.43', 0),
(8206, '65.54.188.44', 0),
(8207, '65.54.188.45', 0),
(8208, '65.54.188.46', 0),
(8209, '65.54.188.47', 0),
(8210, '65.54.188.48', 0),
(8211, '65.54.188.49', 0),
(8212, '65.54.188.5', 0),
(8213, '65.54.188.50', 0),
(8214, '65.54.188.51', 0),
(8215, '65.54.188.52', 0),
(8216, '65.54.188.53', 0),
(8217, '65.54.188.54', 0),
(8218, '65.54.188.55', 0),
(8219, '65.54.188.56', 0),
(8220, '65.54.188.57', 0),
(8221, '65.54.188.58', 0),
(8222, '65.54.188.59', 0),
(8223, '65.54.188.6', 0),
(8224, '65.54.188.60', 0),
(8225, '65.54.188.61', 0),
(8226, '65.54.188.62', 0),
(8227, '65.54.188.63', 0),
(8228, '65.54.188.64', 0),
(8229, '65.54.188.65', 0),
(8230, '65.54.188.66', 0),
(8231, '65.54.188.67', 0),
(8232, '65.54.188.68', 0),
(8233, '65.54.188.69', 0),
(8234, '65.54.188.7', 0),
(8235, '65.54.188.70', 0),
(8236, '65.54.188.71', 0),
(8237, '65.54.188.72', 0),
(8238, '65.54.188.73', 0),
(8239, '65.54.188.74', 0),
(8240, '65.54.188.75', 0),
(8241, '65.54.188.76', 0),
(8242, '65.54.188.77', 0),
(8243, '65.54.188.78', 0),
(8244, '65.54.188.79', 0),
(8245, '65.54.188.8', 0),
(8246, '65.54.188.80', 0),
(8247, '65.54.188.81', 0),
(8248, '65.54.188.82', 0),
(8249, '65.54.188.83', 0),
(8250, '65.54.188.84', 0),
(8251, '65.54.188.85', 0),
(8252, '65.54.188.86', 0),
(8253, '65.54.188.87', 0),
(8254, '65.54.188.88', 0),
(8255, '65.54.188.89', 0),
(8256, '65.54.188.9', 0),
(8257, '65.54.188.90', 0),
(8258, '65.54.188.91', 0),
(8259, '65.54.188.92', 0),
(8260, '65.54.188.93', 0),
(8261, '65.54.188.94', 0),
(8262, '65.54.188.95', 0),
(8263, '65.54.188.96', 0),
(8264, '65.54.188.97', 0),
(8265, '65.54.188.98', 0),
(8266, '65.54.188.99', 0),
(8267, '65.54.189', 0),
(8268, '65.54.236.87', 0),
(8269, '65.54.236.88', 0),
(8270, '65.54.236.90', 0),
(8271, '65.55.0', 0),
(8272, '65.55.1', 0),
(8273, '65.55.10', 0),
(8274, '65.55.100', 0),
(8275, '65.55.101', 0),
(8276, '65.55.102', 0),
(8277, '65.55.103', 0),
(8278, '65.55.104', 0),
(8279, '65.55.104.10', 0),
(8280, '65.55.104.157', 0),
(8281, '65.55.104.158', 0),
(8282, '65.55.104.169', 0),
(8283, '65.55.104.171', 0),
(8284, '65.55.104.172', 0),
(8285, '65.55.104.173', 0),
(8286, '65.55.104.25', 0),
(8287, '65.55.104.27', 0),
(8288, '65.55.104.28', 0),
(8289, '65.55.104.29', 0),
(8290, '65.55.105', 0),
(8291, '65.55.105.10', 0),
(8292, '65.55.105.100', 0),
(8293, '65.55.105.101', 0),
(8294, '65.55.105.106', 0),
(8295, '65.55.105.107', 0),
(8296, '65.55.105.108', 0),
(8297, '65.55.105.109', 0),
(8298, '65.55.105.11', 0),
(8299, '65.55.105.110', 0),
(8300, '65.55.105.111', 0),
(8301, '65.55.105.112', 0),
(8302, '65.55.105.113', 0),
(8303, '65.55.105.114', 0),
(8304, '65.55.105.115', 0),
(8305, '65.55.105.116', 0),
(8306, '65.55.105.117', 0),
(8307, '65.55.105.118', 0),
(8308, '65.55.105.119', 0),
(8309, '65.55.105.12', 0),
(8310, '65.55.105.120', 0),
(8311, '65.55.105.121', 0),
(8312, '65.55.105.122', 0),
(8313, '65.55.105.123', 0),
(8314, '65.55.105.124', 0),
(8315, '65.55.105.125', 0),
(8316, '65.55.105.13', 0),
(8317, '65.55.105.130', 0),
(8318, '65.55.105.131', 0),
(8319, '65.55.105.132', 0),
(8320, '65.55.105.133', 0),
(8321, '65.55.105.134', 0),
(8322, '65.55.105.135', 0),
(8323, '65.55.105.136', 0),
(8324, '65.55.105.139', 0),
(8325, '65.55.105.14', 0),
(8326, '65.55.105.15', 0),
(8327, '65.55.105.155', 0),
(8328, '65.55.105.156', 0),
(8329, '65.55.105.157', 0),
(8330, '65.55.105.158', 0),
(8331, '65.55.105.159', 0),
(8332, '65.55.105.16', 0),
(8333, '65.55.105.160', 0),
(8334, '65.55.105.161', 0),
(8335, '65.55.105.162', 0),
(8336, '65.55.105.163', 0),
(8337, '65.55.105.164', 0),
(8338, '65.55.105.165', 0),
(8339, '65.55.105.166', 0),
(8340, '65.55.105.167', 0),
(8341, '65.55.105.168', 0),
(8342, '65.55.105.169', 0),
(8343, '65.55.105.17', 0),
(8344, '65.55.105.170', 0),
(8345, '65.55.105.171', 0),
(8346, '65.55.105.172', 0),
(8347, '65.55.105.173', 0),
(8348, '65.55.105.18', 0),
(8349, '65.55.105.19', 0),
(8350, '65.55.105.190', 0),
(8351, '65.55.105.191', 0),
(8352, '65.55.105.192', 0),
(8353, '65.55.105.193', 0),
(8354, '65.55.105.194', 0),
(8355, '65.55.105.195', 0),
(8356, '65.55.105.196', 0),
(8357, '65.55.105.197', 0),
(8358, '65.55.105.20', 0),
(8359, '65.55.105.202', 0),
(8360, '65.55.105.203', 0),
(8361, '65.55.105.204', 0),
(8362, '65.55.105.205', 0),
(8363, '65.55.105.206', 0),
(8364, '65.55.105.207', 0),
(8365, '65.55.105.208', 0),
(8366, '65.55.105.209', 0),
(8367, '65.55.105.21', 0),
(8368, '65.55.105.210', 0),
(8369, '65.55.105.22', 0),
(8370, '65.55.105.23', 0),
(8371, '65.55.105.230', 0),
(8372, '65.55.105.231', 0),
(8373, '65.55.105.234', 0),
(8374, '65.55.105.24', 0),
(8375, '65.55.105.240', 0),
(8376, '65.55.105.244', 0),
(8377, '65.55.105.25', 0),
(8378, '65.55.105.29', 0),
(8379, '65.55.105.34', 0),
(8380, '65.55.105.37', 0),
(8381, '65.55.105.42', 0),
(8382, '65.55.105.43', 0),
(8383, '65.55.105.83', 0),
(8384, '65.55.105.86', 0),
(8385, '65.55.105.88', 0),
(8386, '65.55.105.90', 0),
(8387, '65.55.105.91', 0),
(8388, '65.55.105.92', 0),
(8389, '65.55.105.93', 0),
(8390, '65.55.105.94', 0),
(8391, '65.55.105.95', 0),
(8392, '65.55.105.96', 0),
(8393, '65.55.105.97', 0),
(8394, '65.55.105.98', 0),
(8395, '65.55.105.99', 0),
(8396, '65.55.106', 0),
(8397, '65.55.107', 0),
(8398, '65.55.108', 0),
(8399, '65.55.108.130', 0),
(8400, '65.55.108.131', 0),
(8401, '65.55.108.132', 0),
(8402, '65.55.108.133', 0),
(8403, '65.55.108.135', 0),
(8404, '65.55.108.136', 0),
(8405, '65.55.108.137', 0),
(8406, '65.55.108.138', 0),
(8407, '65.55.108.139', 0),
(8408, '65.55.108.140', 0),
(8409, '65.55.108.141', 0),
(8410, '65.55.108.142', 0),
(8411, '65.55.108.143', 0),
(8412, '65.55.108.144', 0),
(8413, '65.55.108.145', 0),
(8414, '65.55.108.146', 0),
(8415, '65.55.108.147', 0),
(8416, '65.55.108.148', 0),
(8417, '65.55.108.149', 0),
(8418, '65.55.108.154', 0),
(8419, '65.55.108.155', 0),
(8420, '65.55.108.156', 0),
(8421, '65.55.108.157', 0),
(8422, '65.55.108.158', 0),
(8423, '65.55.108.159', 0),
(8424, '65.55.108.160', 0),
(8425, '65.55.108.161', 0),
(8426, '65.55.108.162', 0),
(8427, '65.55.108.163', 0),
(8428, '65.55.108.164', 0),
(8429, '65.55.108.165', 0),
(8430, '65.55.108.166', 0),
(8431, '65.55.108.167', 0),
(8432, '65.55.108.168', 0),
(8433, '65.55.108.170', 0),
(8434, '65.55.108.171', 0),
(8435, '65.55.108.194', 0),
(8436, '65.55.108.195', 0),
(8437, '65.55.108.196', 0),
(8438, '65.55.108.197', 0),
(8439, '65.55.108.210', 0),
(8440, '65.55.108.211', 0),
(8441, '65.55.108.212', 0),
(8442, '65.55.108.213', 0),
(8443, '65.55.108.214', 0),
(8444, '65.55.108.234', 0),
(8445, '65.55.108.235', 0),
(8446, '65.55.108.236', 0),
(8447, '65.55.108.238', 0),
(8448, '65.55.108.239', 0),
(8449, '65.55.108.240', 0),
(8450, '65.55.108.243', 0),
(8451, '65.55.108.245', 0),
(8452, '65.55.109', 0),
(8453, '65.55.11', 0),
(8454, '65.55.110', 0),
(8455, '65.55.111', 0),
(8456, '65.55.112', 0),
(8457, '65.55.113', 0),
(8458, '65.55.114', 0),
(8459, '65.55.115', 0),
(8460, '65.55.116', 0),
(8461, '65.55.117', 0),
(8462, '65.55.118', 0),
(8463, '65.55.119', 0),
(8464, '65.55.12', 0),
(8465, '65.55.120', 0),
(8466, '65.55.121', 0),
(8467, '65.55.122', 0),
(8468, '65.55.123', 0),
(8469, '65.55.124', 0),
(8470, '65.55.125', 0),
(8471, '65.55.126', 0),
(8472, '65.55.127', 0),
(8473, '65.55.128', 0),
(8474, '65.55.129', 0),
(8475, '65.55.13', 0),
(8476, '65.55.130', 0),
(8477, '65.55.131', 0),
(8478, '65.55.132', 0),
(8479, '65.55.133', 0),
(8480, '65.55.134', 0),
(8481, '65.55.135', 0),
(8482, '65.55.136', 0),
(8483, '65.55.137', 0),
(8484, '65.55.138', 0),
(8485, '65.55.139', 0),
(8486, '65.55.14', 0),
(8487, '65.55.140', 0),
(8488, '65.55.141', 0),
(8489, '65.55.142', 0),
(8490, '65.55.143', 0),
(8491, '65.55.144', 0),
(8492, '65.55.145', 0),
(8493, '65.55.146', 0),
(8494, '65.55.147', 0),
(8495, '65.55.148', 0),
(8496, '65.55.149', 0),
(8497, '65.55.15', 0),
(8498, '65.55.150', 0),
(8499, '65.55.151', 0),
(8500, '65.55.152', 0),
(8501, '65.55.153', 0),
(8502, '65.55.154', 0),
(8503, '65.55.155', 0),
(8504, '65.55.156', 0),
(8505, '65.55.157', 0),
(8506, '65.55.158', 0),
(8507, '65.55.159', 0),
(8508, '65.55.16', 0),
(8509, '65.55.160', 0),
(8510, '65.55.161', 0),
(8511, '65.55.162', 0),
(8512, '65.55.163', 0),
(8513, '65.55.164', 0),
(8514, '65.55.165', 0),
(8515, '65.55.166', 0),
(8516, '65.55.167', 0),
(8517, '65.55.168', 0),
(8518, '65.55.169', 0),
(8519, '65.55.17', 0),
(8520, '65.55.170', 0),
(8521, '65.55.171', 0),
(8522, '65.55.172', 0),
(8523, '65.55.173', 0),
(8524, '65.55.174', 0),
(8525, '65.55.175', 0),
(8526, '65.55.176', 0),
(8527, '65.55.177', 0),
(8528, '65.55.178', 0),
(8529, '65.55.179', 0),
(8530, '65.55.18', 0),
(8531, '65.55.180', 0),
(8532, '65.55.181', 0),
(8533, '65.55.182', 0),
(8534, '65.55.183', 0),
(8535, '65.55.184', 0),
(8536, '65.55.185', 0),
(8537, '65.55.186', 0),
(8538, '65.55.187', 0),
(8539, '65.55.188', 0),
(8540, '65.55.189', 0),
(8541, '65.55.19', 0),
(8542, '65.55.190', 0),
(8543, '65.55.190.11', 0),
(8544, '65.55.191', 0),
(8545, '65.55.192', 0),
(8546, '65.55.193', 0),
(8547, '65.55.194', 0),
(8548, '65.55.195', 0),
(8549, '65.55.196', 0),
(8550, '65.55.197', 0),
(8551, '65.55.198', 0),
(8552, '65.55.199', 0),
(8553, '65.55.2', 0),
(8554, '65.55.20', 0),
(8555, '65.55.200', 0),
(8556, '65.55.201', 0),
(8557, '65.55.202', 0),
(8558, '65.55.203', 0),
(8559, '65.55.204', 0),
(8560, '65.55.205', 0),
(8561, '65.55.206', 0),
(8562, '65.55.207', 0),
(8563, '65.55.208', 0),
(8564, '65.55.208.109', 0),
(8565, '65.55.208.115', 0),
(8566, '65.55.208.116', 0),
(8567, '65.55.208.119', 0),
(8568, '65.55.208.12', 0),
(8569, '65.55.208.156', 0),
(8570, '65.55.208.159', 0),
(8571, '65.55.208.17', 0),
(8572, '65.55.208.173', 0),
(8573, '65.55.208.204', 0),
(8574, '65.55.208.207', 0),
(8575, '65.55.208.210', 0),
(8576, '65.55.208.211', 0),
(8577, '65.55.208.212', 0),
(8578, '65.55.208.213', 0),
(8579, '65.55.208.214', 0),
(8580, '65.55.208.215', 0),
(8581, '65.55.208.216', 0),
(8582, '65.55.208.217', 0),
(8583, '65.55.208.218', 0),
(8584, '65.55.208.219', 0),
(8585, '65.55.208.220', 0),
(8586, '65.55.208.221', 0),
(8587, '65.55.208.226', 0),
(8588, '65.55.208.227', 0),
(8589, '65.55.208.228', 0),
(8590, '65.55.208.229', 0),
(8591, '65.55.208.23', 0),
(8592, '65.55.208.230', 0),
(8593, '65.55.208.231', 0),
(8594, '65.55.208.232', 0),
(8595, '65.55.208.233', 0),
(8596, '65.55.208.234', 0),
(8597, '65.55.208.235', 0),
(8598, '65.55.208.236', 0),
(8599, '65.55.208.237', 0),
(8600, '65.55.208.238', 0),
(8601, '65.55.208.239', 0),
(8602, '65.55.208.240', 0),
(8603, '65.55.208.241', 0),
(8604, '65.55.208.243', 0),
(8605, '65.55.208.244', 0),
(8606, '65.55.208.245', 0),
(8607, '65.55.208.250', 0),
(8608, '65.55.208.251', 0),
(8609, '65.55.208.252', 0),
(8610, '65.55.208.253', 0),
(8611, '65.55.208.48', 0),
(8612, '65.55.208.49', 0),
(8613, '65.55.208.50', 0),
(8614, '65.55.208.61', 0),
(8615, '65.55.208.62', 0),
(8616, '65.55.208.63', 0),
(8617, '65.55.208.73', 0),
(8618, '65.55.208.76', 0),
(8619, '65.55.209', 0),
(8620, '65.55.209.100', 0),
(8621, '65.55.209.101', 0),
(8622, '65.55.209.102', 0),
(8623, '65.55.209.103', 0),
(8624, '65.55.209.104', 0),
(8625, '65.55.209.106', 0),
(8626, '65.55.209.107', 0),
(8627, '65.55.209.108', 0),
(8628, '65.55.209.109', 0),
(8629, '65.55.209.110', 0),
(8630, '65.55.209.111', 0),
(8631, '65.55.209.131', 0),
(8632, '65.55.209.132', 0),
(8633, '65.55.209.133', 0),
(8634, '65.55.209.134', 0),
(8635, '65.55.209.135', 0),
(8636, '65.55.209.140', 0),
(8637, '65.55.209.141', 0),
(8638, '65.55.209.142', 0),
(8639, '65.55.209.143', 0),
(8640, '65.55.209.144', 0),
(8641, '65.55.209.145', 0),
(8642, '65.55.209.146', 0),
(8643, '65.55.209.147', 0),
(8644, '65.55.209.148', 0),
(8645, '65.55.209.149', 0),
(8646, '65.55.209.150', 0),
(8647, '65.55.209.203', 0),
(8648, '65.55.209.204', 0),
(8649, '65.55.209.205', 0),
(8650, '65.55.209.206', 0),
(8651, '65.55.209.207', 0),
(8652, '65.55.209.212', 0),
(8653, '65.55.209.213', 0),
(8654, '65.55.209.214', 0),
(8655, '65.55.209.215', 0),
(8656, '65.55.209.216', 0),
(8657, '65.55.209.217', 0),
(8658, '65.55.209.218', 0),
(8659, '65.55.209.219', 0),
(8660, '65.55.209.220', 0),
(8661, '65.55.209.223', 0),
(8662, '65.55.209.224', 0),
(8663, '65.55.209.241', 0),
(8664, '65.55.209.243', 0),
(8665, '65.55.209.244', 0),
(8666, '65.55.209.245', 0),
(8667, '65.55.209.246', 0),
(8668, '65.55.209.247', 0),
(8669, '65.55.209.248', 0),
(8670, '65.55.209.249', 0),
(8671, '65.55.209.250', 0),
(8672, '65.55.209.251', 0),
(8673, '65.55.209.252', 0),
(8674, '65.55.209.253', 0),
(8675, '65.55.209.254', 0),
(8676, '65.55.209.26', 0),
(8677, '65.55.209.5', 0),
(8678, '65.55.209.52', 0),
(8679, '65.55.209.53', 0),
(8680, '65.55.209.54', 0),
(8681, '65.55.209.55', 0),
(8682, '65.55.209.57', 0),
(8683, '65.55.209.59', 0),
(8684, '65.55.209.6', 0),
(8685, '65.55.209.60', 0),
(8686, '65.55.209.61', 0),
(8687, '65.55.209.8', 0),
(8688, '65.55.209.93', 0),
(8689, '65.55.209.94', 0),
(8690, '65.55.209.95', 0),
(8691, '65.55.209.96', 0),
(8692, '65.55.209.98', 0),
(8693, '65.55.209.99', 0),
(8694, '65.55.21', 0),
(8695, '65.55.210', 0),
(8696, '65.55.210.1', 0),
(8697, '65.55.210.108', 0),
(8698, '65.55.210.111', 0),
(8699, '65.55.210.114', 0),
(8700, '65.55.210.132', 0),
(8701, '65.55.210.136', 0),
(8702, '65.55.210.137', 0),
(8703, '65.55.210.139', 0),
(8704, '65.55.210.141', 0),
(8705, '65.55.210.149', 0),
(8706, '65.55.210.151', 0),
(8707, '65.55.210.18', 0),
(8708, '65.55.210.184', 0),
(8709, '65.55.210.187', 0),
(8710, '65.55.210.244', 0),
(8711, '65.55.210.245', 0),
(8712, '65.55.210.248', 0),
(8713, '65.55.210.3', 0),
(8714, '65.55.210.30', 0),
(8715, '65.55.210.31', 0),
(8716, '65.55.210.32', 0),
(8717, '65.55.210.33', 0),
(8718, '65.55.210.34', 0),
(8719, '65.55.210.35', 0),
(8720, '65.55.210.36', 0),
(8721, '65.55.210.37', 0),
(8722, '65.55.210.38', 0),
(8723, '65.55.210.39', 0),
(8724, '65.55.210.4', 0),
(8725, '65.55.210.40', 0),
(8726, '65.55.210.41', 0),
(8727, '65.55.210.43', 0),
(8728, '65.55.210.44', 0),
(8729, '65.55.210.45', 0),
(8730, '65.55.210.58', 0),
(8731, '65.55.210.6', 0),
(8732, '65.55.210.7', 0),
(8733, '65.55.210.8', 0),
(8734, '65.55.210.85', 0),
(8735, '65.55.210.97', 0),
(8736, '65.55.211', 0),
(8737, '65.55.211.100', 0),
(8738, '65.55.211.101', 0),
(8739, '65.55.211.103', 0),
(8740, '65.55.211.118', 0),
(8741, '65.55.211.13', 0),
(8742, '65.55.211.14', 0),
(8743, '65.55.211.149', 0),
(8744, '65.55.211.159', 0),
(8745, '65.55.211.16', 0),
(8746, '65.55.211.17', 0),
(8747, '65.55.211.173', 0),
(8748, '65.55.211.174', 0),
(8749, '65.55.211.175', 0),
(8750, '65.55.211.18', 0),
(8751, '65.55.211.180', 0),
(8752, '65.55.211.181', 0),
(8753, '65.55.211.182', 0),
(8754, '65.55.211.183', 0),
(8755, '65.55.211.184', 0),
(8756, '65.55.211.186', 0),
(8757, '65.55.211.187', 0),
(8758, '65.55.211.188', 0),
(8759, '65.55.211.189', 0),
(8760, '65.55.211.19', 0),
(8761, '65.55.211.190', 0),
(8762, '65.55.211.191', 0),
(8763, '65.55.211.192', 0),
(8764, '65.55.211.21', 0),
(8765, '65.55.211.22', 0),
(8766, '65.55.211.4', 0),
(8767, '65.55.211.41', 0),
(8768, '65.55.211.43', 0),
(8769, '65.55.211.44', 0),
(8770, '65.55.211.45', 0),
(8771, '65.55.211.47', 0),
(8772, '65.55.211.48', 0),
(8773, '65.55.211.49', 0),
(8774, '65.55.211.50', 0),
(8775, '65.55.211.51', 0),
(8776, '65.55.211.52', 0),
(8777, '65.55.211.53', 0),
(8778, '65.55.211.54', 0),
(8779, '65.55.211.55', 0),
(8780, '65.55.211.6', 0),
(8781, '65.55.211.60', 0),
(8782, '65.55.211.61', 0),
(8783, '65.55.211.79', 0),
(8784, '65.55.211.87', 0),
(8785, '65.55.211.88', 0),
(8786, '65.55.211.90', 0),
(8787, '65.55.211.92', 0),
(8788, '65.55.211.93', 0),
(8789, '65.55.211.97', 0),
(8790, '65.55.211.98', 0),
(8791, '65.55.212', 0),
(8792, '65.55.212.100', 0),
(8793, '65.55.212.116', 0),
(8794, '65.55.212.117', 0),
(8795, '65.55.212.121', 0),
(8796, '65.55.212.122', 0),
(8797, '65.55.212.147', 0),
(8798, '65.55.212.164', 0),
(8799, '65.55.212.168', 0),
(8800, '65.55.212.17', 0),
(8801, '65.55.212.170', 0),
(8802, '65.55.212.173', 0),
(8803, '65.55.212.192', 0),
(8804, '65.55.212.216', 0),
(8805, '65.55.212.221', 0),
(8806, '65.55.212.241', 0),
(8807, '65.55.212.26', 0),
(8808, '65.55.212.40', 0),
(8809, '65.55.212.43', 0),
(8810, '65.55.212.44', 0),
(8811, '65.55.212.46', 0),
(8812, '65.55.212.50', 0),
(8813, '65.55.212.69', 0),
(8814, '65.55.212.73', 0),
(8815, '65.55.212.77', 0),
(8816, '65.55.212.88', 0),
(8817, '65.55.212.99', 0),
(8818, '65.55.213', 0),
(8819, '65.55.213.102', 0),
(8820, '65.55.213.104', 0),
(8821, '65.55.213.111', 0),
(8822, '65.55.213.14', 0),
(8823, '65.55.213.28', 0),
(8824, '65.55.213.29', 0),
(8825, '65.55.213.3', 0),
(8826, '65.55.213.38', 0),
(8827, '65.55.213.39', 0),
(8828, '65.55.213.52', 0),
(8829, '65.55.213.54', 0),
(8830, '65.55.213.55', 0),
(8831, '65.55.213.75', 0),
(8832, '65.55.213.77', 0),
(8833, '65.55.213.79', 0),
(8834, '65.55.213.80', 0),
(8835, '65.55.213.81', 0),
(8836, '65.55.213.98', 0),
(8837, '65.55.213.99', 0),
(8838, '65.55.214', 0),
(8839, '65.55.215', 0),
(8840, '65.55.215.46', 0),
(8841, '65.55.216', 0),
(8842, '65.55.217', 0),
(8843, '65.55.217.43', 0),
(8844, '65.55.217.53', 0),
(8845, '65.55.217.54', 0),
(8846, '65.55.217.55', 0),
(8847, '65.55.217.56', 0),
(8848, '65.55.217.57', 0),
(8849, '65.55.217.63', 0),
(8850, '65.55.217.65', 0),
(8851, '65.55.218', 0),
(8852, '65.55.219', 0),
(8853, '65.55.22', 0),
(8854, '65.55.220', 0),
(8855, '65.55.220.205', 0),
(8856, '65.55.220.206', 0),
(8857, '65.55.220.207', 0),
(8858, '65.55.220.209', 0),
(8859, '65.55.220.212', 0),
(8860, '65.55.220.213', 0),
(8861, '65.55.220.214', 0),
(8862, '65.55.220.215', 0),
(8863, '65.55.220.216', 0),
(8864, '65.55.220.217', 0),
(8865, '65.55.220.219', 0),
(8866, '65.55.220.221', 0),
(8867, '65.55.220.223', 0),
(8868, '65.55.220.224', 0),
(8869, '65.55.221', 0),
(8870, '65.55.222', 0),
(8871, '65.55.223', 0),
(8872, '65.55.224', 0),
(8873, '65.55.225', 0),
(8874, '65.55.226', 0),
(8875, '65.55.227', 0),
(8876, '65.55.228', 0),
(8877, '65.55.229', 0),
(8878, '65.55.23', 0),
(8879, '65.55.230', 0),
(8880, '65.55.230.152', 0),
(8881, '65.55.230.164', 0),
(8882, '65.55.230.170', 0),
(8883, '65.55.230.178', 0),
(8884, '65.55.230.179', 0),
(8885, '65.55.230.180', 0),
(8886, '65.55.230.181', 0),
(8887, '65.55.230.182', 0),
(8888, '65.55.230.183', 0),
(8889, '65.55.230.188', 0),
(8890, '65.55.230.195', 0),
(8891, '65.55.230.200', 0),
(8892, '65.55.230.204', 0),
(8893, '65.55.230.213', 0),
(8894, '65.55.230.219', 0),
(8895, '65.55.230.225', 0),
(8896, '65.55.230.226', 0),
(8897, '65.55.230.233', 0),
(8898, '65.55.230.248', 0),
(8899, '65.55.230.249', 0),
(8900, '65.55.230.251', 0),
(8901, '65.55.230.255', 0),
(8902, '65.55.231', 0),
(8903, '65.55.231.101', 0),
(8904, '65.55.231.102', 0),
(8905, '65.55.231.103', 0),
(8906, '65.55.231.104', 0),
(8907, '65.55.231.105', 0),
(8908, '65.55.231.106', 0),
(8909, '65.55.231.112', 0),
(8910, '65.55.231.115', 0),
(8911, '65.55.231.117', 0),
(8912, '65.55.231.118', 0),
(8913, '65.55.231.119', 0),
(8914, '65.55.231.121', 0),
(8915, '65.55.231.122', 0),
(8916, '65.55.231.125', 0),
(8917, '65.55.231.126', 0),
(8918, '65.55.231.127', 0),
(8919, '65.55.231.128', 0),
(8920, '65.55.231.129', 0),
(8921, '65.55.231.130', 0),
(8922, '65.55.231.16', 0),
(8923, '65.55.231.17', 0),
(8924, '65.55.231.18', 0),
(8925, '65.55.231.19', 0),
(8926, '65.55.231.20', 0),
(8927, '65.55.231.21', 0),
(8928, '65.55.231.23', 0),
(8929, '65.55.231.24', 0),
(8930, '65.55.231.25', 0),
(8931, '65.55.231.26', 0),
(8932, '65.55.231.27', 0),
(8933, '65.55.231.28', 0),
(8934, '65.55.231.29', 0),
(8935, '65.55.231.30', 0),
(8936, '65.55.231.33', 0),
(8937, '65.55.231.34', 0),
(8938, '65.55.231.35', 0),
(8939, '65.55.231.4', 0),
(8940, '65.55.231.40', 0),
(8941, '65.55.231.41', 0),
(8942, '65.55.231.44', 0),
(8943, '65.55.231.45', 0),
(8944, '65.55.231.47', 0),
(8945, '65.55.231.48', 0),
(8946, '65.55.231.49', 0),
(8947, '65.55.231.50', 0),
(8948, '65.55.231.52', 0),
(8949, '65.55.231.53', 0),
(8950, '65.55.231.54', 0),
(8951, '65.55.231.55', 0),
(8952, '65.55.231.56', 0),
(8953, '65.55.231.57', 0),
(8954, '65.55.231.58', 0),
(8955, '65.55.231.59', 0),
(8956, '65.55.231.65', 0),
(8957, '65.55.231.67', 0),
(8958, '65.55.231.68', 0),
(8959, '65.55.231.69', 0),
(8960, '65.55.231.7', 0),
(8961, '65.55.231.70', 0),
(8962, '65.55.231.71', 0),
(8963, '65.55.231.72', 0),
(8964, '65.55.231.73', 0),
(8965, '65.55.231.74', 0),
(8966, '65.55.231.75', 0),
(8967, '65.55.231.76', 0),
(8968, '65.55.231.77', 0),
(8969, '65.55.231.78', 0),
(8970, '65.55.231.79', 0),
(8971, '65.55.231.80', 0),
(8972, '65.55.231.81', 0),
(8973, '65.55.231.82', 0),
(8974, '65.55.231.83', 0),
(8975, '65.55.231.88', 0),
(8976, '65.55.231.89', 0),
(8977, '65.55.231.90', 0),
(8978, '65.55.231.91', 0),
(8979, '65.55.231.93', 0),
(8980, '65.55.231.94', 0),
(8981, '65.55.231.95', 0),
(8982, '65.55.231.96', 0),
(8983, '65.55.231.97', 0),
(8984, '65.55.231.98', 0),
(8985, '65.55.231.99', 0),
(8986, '65.55.232', 0),
(8987, '65.55.232.10', 0),
(8988, '65.55.232.12', 0),
(8989, '65.55.232.21', 0),
(8990, '65.55.232.27', 0),
(8991, '65.55.232.28', 0),
(8992, '65.55.232.31', 0),
(8993, '65.55.232.32', 0),
(8994, '65.55.232.33', 0),
(8995, '65.55.232.34', 0),
(8996, '65.55.233', 0),
(8997, '65.55.234', 0),
(8998, '65.55.234.12', 0),
(8999, '65.55.234.159', 0),
(9000, '65.55.234.163', 0),
(9001, '65.55.234.168', 0),
(9002, '65.55.235', 0),
(9003, '65.55.235.144', 0),
(9004, '65.55.236', 0),
(9005, '65.55.237', 0),
(9006, '65.55.238', 0),
(9007, '65.55.239', 0),
(9008, '65.55.24', 0),
(9009, '65.55.240', 0),
(9010, '65.55.241', 0),
(9011, '65.55.242', 0),
(9012, '65.55.243', 0),
(9013, '65.55.244', 0),
(9014, '65.55.245', 0),
(9015, '65.55.246', 0),
(9016, '65.55.246.100', 0),
(9017, '65.55.246.101', 0),
(9018, '65.55.246.102', 0),
(9019, '65.55.246.103', 0),
(9020, '65.55.246.104', 0),
(9021, '65.55.246.105', 0),
(9022, '65.55.246.106', 0),
(9023, '65.55.246.107', 0),
(9024, '65.55.246.108', 0),
(9025, '65.55.246.109', 0),
(9026, '65.55.246.110', 0),
(9027, '65.55.246.111', 0),
(9028, '65.55.246.112', 0),
(9029, '65.55.246.113', 0),
(9030, '65.55.246.115', 0),
(9031, '65.55.246.116', 0),
(9032, '65.55.246.117', 0),
(9033, '65.55.246.118', 0),
(9034, '65.55.246.119', 0),
(9035, '65.55.246.120', 0),
(9036, '65.55.246.121', 0),
(9037, '65.55.246.122', 0),
(9038, '65.55.246.123', 0),
(9039, '65.55.246.124', 0),
(9040, '65.55.246.125', 0),
(9041, '65.55.246.126', 0),
(9042, '65.55.246.127', 0),
(9043, '65.55.246.128', 0),
(9044, '65.55.246.129', 0),
(9045, '65.55.246.30', 0),
(9046, '65.55.246.32', 0),
(9047, '65.55.246.33', 0),
(9048, '65.55.246.34', 0),
(9049, '65.55.246.35', 0),
(9050, '65.55.246.36', 0),
(9051, '65.55.246.37', 0),
(9052, '65.55.246.38', 0),
(9053, '65.55.246.39', 0),
(9054, '65.55.246.4', 0),
(9055, '65.55.246.40', 0),
(9056, '65.55.246.41', 0),
(9057, '65.55.246.42', 0),
(9058, '65.55.246.43', 0),
(9059, '65.55.246.44', 0),
(9060, '65.55.246.45', 0),
(9061, '65.55.246.46', 0),
(9062, '65.55.246.47', 0),
(9063, '65.55.246.48', 0),
(9064, '65.55.246.49', 0),
(9065, '65.55.246.5', 0),
(9066, '65.55.246.50', 0),
(9067, '65.55.246.51', 0),
(9068, '65.55.246.53', 0),
(9069, '65.55.246.54', 0),
(9070, '65.55.246.56', 0),
(9071, '65.55.246.57', 0),
(9072, '65.55.246.58', 0),
(9073, '65.55.246.59', 0),
(9074, '65.55.246.60', 0),
(9075, '65.55.246.61', 0),
(9076, '65.55.246.62', 0),
(9077, '65.55.246.63', 0),
(9078, '65.55.246.64', 0),
(9079, '65.55.246.65', 0),
(9080, '65.55.246.66', 0),
(9081, '65.55.246.67', 0),
(9082, '65.55.246.68', 0),
(9083, '65.55.246.69', 0),
(9084, '65.55.246.70', 0),
(9085, '65.55.246.71', 0),
(9086, '65.55.246.72', 0),
(9087, '65.55.246.73', 0),
(9088, '65.55.246.74', 0),
(9089, '65.55.246.75', 0),
(9090, '65.55.246.76', 0),
(9091, '65.55.246.77', 0),
(9092, '65.55.246.78', 0),
(9093, '65.55.246.79', 0),
(9094, '65.55.246.80', 0),
(9095, '65.55.246.81', 0),
(9096, '65.55.246.82', 0),
(9097, '65.55.246.83', 0),
(9098, '65.55.246.84', 0),
(9099, '65.55.246.85', 0),
(9100, '65.55.246.86', 0),
(9101, '65.55.246.87', 0),
(9102, '65.55.246.88', 0),
(9103, '65.55.246.89', 0),
(9104, '65.55.246.90', 0),
(9105, '65.55.246.91', 0),
(9106, '65.55.246.92', 0),
(9107, '65.55.246.93', 0),
(9108, '65.55.246.94', 0),
(9109, '65.55.246.95', 0),
(9110, '65.55.246.96', 0),
(9111, '65.55.246.97', 0),
(9112, '65.55.246.98', 0),
(9113, '65.55.247', 0),
(9114, '65.55.248', 0),
(9115, '65.55.248.159', 0),
(9116, '65.55.248.160', 0),
(9117, '65.55.248.161', 0),
(9118, '65.55.248.162', 0),
(9119, '65.55.248.164', 0),
(9120, '65.55.248.165', 0),
(9121, '65.55.249', 0),
(9122, '65.55.25', 0),
(9123, '65.55.25.149', 0),
(9124, '65.55.25.151', 0),
(9125, '65.55.25.153', 0),
(9126, '65.55.250', 0),
(9127, '65.55.251', 0),
(9128, '65.55.252', 0),
(9129, '65.55.252.22', 0),
(9130, '65.55.253', 0),
(9131, '65.55.254', 0),
(9132, '65.55.255', 0),
(9133, '65.55.26', 0),
(9134, '65.55.27', 0),
(9135, '65.55.28', 0),
(9136, '65.55.29', 0),
(9137, '65.55.3', 0),
(9138, '65.55.30', 0),
(9139, '65.55.31', 0),
(9140, '65.55.32', 0),
(9141, '65.55.33', 0),
(9142, '65.55.34', 0),
(9143, '65.55.35', 0),
(9144, '65.55.36', 0),
(9145, '65.55.37', 0),
(9146, '65.55.37.184', 0),
(9147, '65.55.37.186', 0),
(9148, '65.55.37.197', 0),
(9149, '65.55.37.237', 0),
(9150, '65.55.38', 0),
(9151, '65.55.39', 0),
(9152, '65.55.4', 0),
(9153, '65.55.40', 0),
(9154, '65.55.41', 0),
(9155, '65.55.42', 0),
(9156, '65.55.43', 0),
(9157, '65.55.44', 0),
(9158, '65.55.45', 0),
(9159, '65.55.46', 0),
(9160, '65.55.47', 0),
(9161, '65.55.48', 0),
(9162, '65.55.49', 0),
(9163, '65.55.5', 0),
(9164, '65.55.50', 0),
(9165, '65.55.51', 0),
(9166, '65.55.51.29', 0),
(9167, '65.55.51.41', 0),
(9168, '65.55.51.6', 0),
(9169, '65.55.51.9', 0),
(9170, '65.55.52', 0),
(9171, '65.55.53', 0),
(9172, '65.55.54', 0),
(9173, '65.55.55', 0),
(9174, '65.55.56', 0),
(9175, '65.55.57', 0),
(9176, '65.55.58', 0),
(9177, '65.55.59', 0),
(9178, '65.55.6', 0),
(9179, '65.55.60', 0),
(9180, '65.55.61', 0),
(9181, '65.55.62', 0),
(9182, '65.55.63', 0),
(9183, '65.55.64', 0),
(9184, '65.55.65', 0),
(9185, '65.55.66', 0),
(9186, '65.55.67', 0),
(9187, '65.55.68', 0),
(9188, '65.55.69', 0),
(9189, '65.55.7', 0),
(9190, '65.55.70', 0),
(9191, '65.55.71', 0),
(9192, '65.55.72', 0),
(9193, '65.55.73', 0),
(9194, '65.55.74', 0),
(9195, '65.55.75', 0),
(9196, '65.55.76', 0),
(9197, '65.55.77', 0),
(9198, '65.55.78', 0),
(9199, '65.55.79', 0),
(9200, '65.55.8', 0),
(9201, '65.55.80', 0),
(9202, '65.55.81', 0),
(9203, '65.55.82', 0),
(9204, '65.55.83', 0),
(9205, '65.55.84', 0),
(9206, '65.55.85', 0),
(9207, '65.55.86', 0),
(9208, '65.55.87', 0),
(9209, '65.55.88', 0),
(9210, '65.55.89', 0),
(9211, '65.55.9', 0),
(9212, '65.55.90', 0),
(9213, '65.55.91', 0),
(9214, '65.55.92', 0),
(9215, '65.55.93', 0),
(9216, '65.55.94', 0),
(9217, '65.55.95', 0),
(9218, '65.55.96', 0),
(9219, '65.55.97', 0),
(9220, '65.55.98', 0),
(9221, '65.55.99', 0),
(9222, '66.108.207.30', 0),
(9223, '66.135.39.153', 0),
(9224, '66.147.154.3', 0),
(9225, '66.150.40.220', 0),
(9226, '66.150.43.10', 0),
(9227, '66.150.96.121', 0),
(9228, '66.151.181.10', 0),
(9229, '66.151.181.12', 0),
(9230, '66.151.181.230', 0),
(9231, '66.151.181.4', 0),
(9232, '66.151.181.40', 0),
(9233, '66.151.181.85', 0),
(9234, '66.154.102.10', 0),
(9235, '66.154.102.100', 0),
(9236, '66.154.102.101', 0),
(9237, '66.154.102.102', 0),
(9238, '66.154.102.103', 0),
(9239, '66.154.102.104', 0),
(9240, '66.154.102.105', 0),
(9241, '66.154.102.106', 0),
(9242, '66.154.102.107', 0),
(9243, '66.154.102.108', 0),
(9244, '66.154.102.109', 0),
(9245, '66.154.102.11', 0),
(9246, '66.154.102.110', 0),
(9247, '66.154.102.111', 0),
(9248, '66.154.102.112', 0),
(9249, '66.154.102.113', 0),
(9250, '66.154.102.114', 0),
(9251, '66.154.102.115', 0),
(9252, '66.154.102.116', 0),
(9253, '66.154.102.117', 0),
(9254, '66.154.102.118', 0),
(9255, '66.154.102.119', 0),
(9256, '66.154.102.12', 0),
(9257, '66.154.102.120', 0),
(9258, '66.154.102.121', 0),
(9259, '66.154.102.122', 0),
(9260, '66.154.102.123', 0),
(9261, '66.154.102.124', 0),
(9262, '66.154.102.125', 0),
(9263, '66.154.102.126', 0),
(9264, '66.154.102.127', 0),
(9265, '66.154.102.128', 0),
(9266, '66.154.102.129', 0),
(9267, '66.154.102.13', 0),
(9268, '66.154.102.130', 0),
(9269, '66.154.102.131', 0),
(9270, '66.154.102.132', 0),
(9271, '66.154.102.133', 0),
(9272, '66.154.102.134', 0),
(9273, '66.154.102.135', 0),
(9274, '66.154.102.136', 0),
(9275, '66.154.102.137', 0),
(9276, '66.154.102.138', 0),
(9277, '66.154.102.139', 0),
(9278, '66.154.102.14', 0),
(9279, '66.154.102.140', 0),
(9280, '66.154.102.141', 0),
(9281, '66.154.102.142', 0),
(9282, '66.154.102.15', 0),
(9283, '66.154.102.16', 0),
(9284, '66.154.102.17', 0),
(9285, '66.154.102.18', 0),
(9286, '66.154.102.19', 0),
(9287, '66.154.102.20', 0),
(9288, '66.154.102.21', 0),
(9289, '66.154.102.22', 0),
(9290, '66.154.102.23', 0),
(9291, '66.154.102.24', 0),
(9292, '66.154.102.25', 0),
(9293, '66.154.102.26', 0),
(9294, '66.154.102.27', 0),
(9295, '66.154.102.28', 0),
(9296, '66.154.102.29', 0),
(9297, '66.154.102.30', 0),
(9298, '66.154.102.31', 0),
(9299, '66.154.102.32', 0),
(9300, '66.154.102.33', 0),
(9301, '66.154.102.34', 0),
(9302, '66.154.102.35', 0),
(9303, '66.154.102.36', 0),
(9304, '66.154.102.37', 0),
(9305, '66.154.102.38', 0),
(9306, '66.154.102.39', 0),
(9307, '66.154.102.40', 0),
(9308, '66.154.102.41', 0),
(9309, '66.154.102.42', 0),
(9310, '66.154.102.43', 0),
(9311, '66.154.102.44', 0),
(9312, '66.154.102.45', 0),
(9313, '66.154.102.46', 0),
(9314, '66.154.102.47', 0),
(9315, '66.154.102.48', 0),
(9316, '66.154.102.49', 0),
(9317, '66.154.102.50', 0),
(9318, '66.154.102.51', 0),
(9319, '66.154.102.52', 0),
(9320, '66.154.102.53', 0),
(9321, '66.154.102.54', 0),
(9322, '66.154.102.55', 0),
(9323, '66.154.102.56', 0),
(9324, '66.154.102.57', 0),
(9325, '66.154.102.58', 0),
(9326, '66.154.102.59', 0),
(9327, '66.154.102.60', 0),
(9328, '66.154.102.61', 0),
(9329, '66.154.102.62', 0),
(9330, '66.154.102.63', 0),
(9331, '66.154.102.64', 0),
(9332, '66.154.102.65', 0),
(9333, '66.154.102.66', 0),
(9334, '66.154.102.67', 0),
(9335, '66.154.102.68', 0),
(9336, '66.154.102.69', 0),
(9337, '66.154.102.70', 0),
(9338, '66.154.102.71', 0),
(9339, '66.154.102.72', 0),
(9340, '66.154.102.73', 0),
(9341, '66.154.102.74', 0),
(9342, '66.154.102.75', 0),
(9343, '66.154.102.76', 0),
(9344, '66.154.102.77', 0),
(9345, '66.154.102.78', 0),
(9346, '66.154.102.79', 0),
(9347, '66.154.102.80', 0),
(9348, '66.154.102.81', 0),
(9349, '66.154.102.82', 0),
(9350, '66.154.102.83', 0),
(9351, '66.154.102.84', 0),
(9352, '66.154.102.85', 0),
(9353, '66.154.102.86', 0),
(9354, '66.154.102.87', 0),
(9355, '66.154.102.88', 0),
(9356, '66.154.102.89', 0),
(9357, '66.154.102.90', 0),
(9358, '66.154.102.91', 0),
(9359, '66.154.102.92', 0),
(9360, '66.154.102.93', 0),
(9361, '66.154.102.94', 0),
(9362, '66.154.102.95', 0),
(9363, '66.154.102.96', 0),
(9364, '66.154.102.97', 0),
(9365, '66.154.102.98', 0),
(9366, '66.154.102.99', 0),
(9367, '66.154.103.100', 0),
(9368, '66.154.103.101', 0),
(9369, '66.154.103.102', 0),
(9370, '66.154.103.103', 0),
(9371, '66.154.103.104', 0),
(9372, '66.154.103.105', 0),
(9373, '66.154.103.106', 0),
(9374, '66.154.103.107', 0),
(9375, '66.154.103.108', 0),
(9376, '66.154.103.109', 0),
(9377, '66.154.103.110', 0),
(9378, '66.154.103.111', 0),
(9379, '66.154.103.112', 0),
(9380, '66.154.103.113', 0),
(9381, '66.154.103.114', 0),
(9382, '66.154.103.115', 0),
(9383, '66.154.103.116', 0),
(9384, '66.154.103.117', 0),
(9385, '66.154.103.118', 0),
(9386, '66.154.103.119', 0),
(9387, '66.154.103.120', 0),
(9388, '66.154.103.121', 0),
(9389, '66.154.103.122', 0),
(9390, '66.154.103.123', 0),
(9391, '66.154.103.124', 0),
(9392, '66.154.103.125', 0),
(9393, '66.154.103.126', 0),
(9394, '66.154.103.127', 0),
(9395, '66.154.103.128', 0),
(9396, '66.154.103.129', 0),
(9397, '66.154.103.130', 0),
(9398, '66.154.103.131', 0),
(9399, '66.154.103.132', 0),
(9400, '66.154.103.133', 0),
(9401, '66.154.103.134', 0),
(9402, '66.154.103.135', 0),
(9403, '66.154.103.136', 0),
(9404, '66.154.103.137', 0),
(9405, '66.154.103.138', 0),
(9406, '66.154.103.139', 0),
(9407, '66.154.103.140', 0),
(9408, '66.154.103.141', 0),
(9409, '66.154.103.142', 0),
(9410, '66.154.103.143', 0),
(9411, '66.154.103.144', 0),
(9412, '66.154.103.145', 0),
(9413, '66.154.103.146', 0),
(9414, '66.154.103.147', 0),
(9415, '66.154.103.148', 0),
(9416, '66.154.103.149', 0),
(9417, '66.154.103.150', 0),
(9418, '66.154.103.151', 0),
(9419, '66.154.103.152', 0),
(9420, '66.154.103.153', 0),
(9421, '66.154.103.154', 0),
(9422, '66.154.103.155', 0),
(9423, '66.154.103.156', 0),
(9424, '66.154.103.157', 0),
(9425, '66.154.103.158', 0),
(9426, '66.154.103.159', 0),
(9427, '66.154.103.160', 0),
(9428, '66.154.103.161', 0),
(9429, '66.154.103.162', 0),
(9430, '66.154.103.163', 0),
(9431, '66.154.103.164', 0),
(9432, '66.154.103.165', 0),
(9433, '66.154.103.167', 0),
(9434, '66.154.103.168', 0),
(9435, '66.154.103.169', 0),
(9436, '66.154.103.171', 0),
(9437, '66.154.103.36', 0),
(9438, '66.154.103.37', 0),
(9439, '66.154.103.38', 0),
(9440, '66.154.103.39', 0),
(9441, '66.154.103.40', 0),
(9442, '66.154.103.41', 0),
(9443, '66.154.103.42', 0),
(9444, '66.154.103.43', 0),
(9445, '66.154.103.44', 0),
(9446, '66.154.103.45', 0),
(9447, '66.154.103.46', 0),
(9448, '66.154.103.47', 0),
(9449, '66.154.103.48', 0),
(9450, '66.154.103.49', 0),
(9451, '66.154.103.50', 0),
(9452, '66.154.103.51', 0),
(9453, '66.154.103.52', 0),
(9454, '66.154.103.53', 0),
(9455, '66.154.103.54', 0),
(9456, '66.154.103.55', 0),
(9457, '66.154.103.56', 0),
(9458, '66.154.103.57', 0),
(9459, '66.154.103.58', 0),
(9460, '66.154.103.59', 0),
(9461, '66.154.103.60', 0),
(9462, '66.154.103.61', 0),
(9463, '66.154.103.62', 0),
(9464, '66.154.103.63', 0),
(9465, '66.154.103.64', 0),
(9466, '66.154.103.65', 0),
(9467, '66.154.103.66', 0),
(9468, '66.154.103.67', 0),
(9469, '66.154.103.68', 0),
(9470, '66.154.103.69', 0),
(9471, '66.154.103.70', 0),
(9472, '66.154.103.71', 0),
(9473, '66.154.103.72', 0),
(9474, '66.154.103.73', 0),
(9475, '66.154.103.74', 0),
(9476, '66.154.103.75', 0),
(9477, '66.154.103.76', 0),
(9478, '66.154.103.77', 0),
(9479, '66.154.103.78', 0),
(9480, '66.154.103.79', 0),
(9481, '66.154.103.80', 0),
(9482, '66.154.103.81', 0),
(9483, '66.154.103.82', 0),
(9484, '66.154.103.83', 0),
(9485, '66.154.103.84', 0),
(9486, '66.154.103.85', 0),
(9487, '66.154.103.86', 0),
(9488, '66.154.103.87', 0),
(9489, '66.154.103.88', 0),
(9490, '66.154.103.89', 0),
(9491, '66.154.103.90', 0),
(9492, '66.154.103.91', 0),
(9493, '66.154.103.92', 0),
(9494, '66.154.103.93', 0),
(9495, '66.154.103.94', 0),
(9496, '66.154.103.95', 0),
(9497, '66.154.103.96', 0),
(9498, '66.154.103.97', 0),
(9499, '66.154.103.98', 0),
(9500, '66.154.103.99', 0),
(9501, '66.156.80.18', 0),
(9502, '66.163.170.156', 0),
(9503, '66.163.170.157', 0),
(9504, '66.163.170.158', 0),
(9505, '66.163.170.159', 0),
(9506, '66.163.170.160', 0),
(9507, '66.163.170.161', 0),
(9508, '66.163.170.162', 0),
(9509, '66.163.170.163', 0),
(9510, '66.163.170.164', 0),
(9511, '66.163.170.165', 0),
(9512, '66.163.170.166', 0),
(9513, '66.163.170.167', 0),
(9514, '66.163.170.168', 0),
(9515, '66.163.170.169', 0),
(9516, '66.163.170.170', 0),
(9517, '66.163.170.171', 0),
(9518, '66.163.170.172', 0),
(9519, '66.163.170.173', 0),
(9520, '66.163.170.174', 0),
(9521, '66.163.170.175', 0),
(9522, '66.163.170.176', 0),
(9523, '66.163.170.177', 0),
(9524, '66.163.170.178', 0),
(9525, '66.163.170.179', 0),
(9526, '66.163.170.180', 0),
(9527, '66.163.170.182', 0),
(9528, '66.163.170.183', 0),
(9529, '66.163.170.184', 0),
(9530, '66.163.170.185', 0),
(9531, '66.163.170.190', 0),
(9532, '66.163.170.191', 0),
(9533, '66.163.170.192', 0),
(9534, '66.163.170.193', 0),
(9535, '66.163.174.65', 0),
(9536, '66.163.18.197', 0),
(9537, '66.17.148.128', 0),
(9538, '66.17.148.129', 0),
(9539, '66.17.148.130', 0),
(9540, '66.17.148.131', 0),
(9541, '66.17.148.132', 0),
(9542, '66.17.148.133', 0),
(9543, '66.17.148.134', 0),
(9544, '66.17.148.135', 0),
(9545, '66.17.148.136', 0),
(9546, '66.17.148.137', 0),
(9547, '66.17.148.138', 0),
(9548, '66.17.148.139', 0),
(9549, '66.17.148.140', 0),
(9550, '66.17.148.141', 0),
(9551, '66.17.148.142', 0),
(9552, '66.17.148.143', 0),
(9553, '66.17.148.144', 0),
(9554, '66.17.148.145', 0),
(9555, '66.17.148.146', 0),
(9556, '66.17.148.147', 0),
(9557, '66.17.148.148', 0),
(9558, '66.17.148.149', 0),
(9559, '66.17.148.150', 0),
(9560, '66.17.148.151', 0),
(9561, '66.17.148.152', 0),
(9562, '66.17.148.153', 0),
(9563, '66.17.148.154', 0),
(9564, '66.17.148.155', 0),
(9565, '66.17.148.156', 0),
(9566, '66.17.148.157', 0),
(9567, '66.17.148.158', 0),
(9568, '66.17.148.159', 0),
(9569, '66.17.148.160', 0),
(9570, '66.17.148.161', 0),
(9571, '66.17.148.162', 0),
(9572, '66.17.148.163', 0),
(9573, '66.17.148.164', 0),
(9574, '66.17.148.165', 0),
(9575, '66.17.148.166', 0),
(9576, '66.17.148.167', 0),
(9577, '66.17.148.168', 0),
(9578, '66.17.148.169', 0),
(9579, '66.17.148.170', 0),
(9580, '66.17.148.171', 0),
(9581, '66.17.148.172', 0),
(9582, '66.17.148.173', 0),
(9583, '66.17.148.174', 0),
(9584, '66.17.148.175', 0),
(9585, '66.17.148.176', 0),
(9586, '66.17.148.177', 0),
(9587, '66.17.148.178', 0),
(9588, '66.17.148.179', 0),
(9589, '66.17.148.180', 0),
(9590, '66.17.148.181', 0),
(9591, '66.17.148.182', 0),
(9592, '66.17.148.183', 0),
(9593, '66.17.148.184', 0),
(9594, '66.17.148.185', 0),
(9595, '66.17.148.186', 0),
(9596, '66.17.148.187', 0),
(9597, '66.17.148.188', 0),
(9598, '66.17.148.189', 0),
(9599, '66.17.148.190', 0),
(9600, '66.17.148.191', 0),
(9601, '66.177.183.22', 0),
(9602, '66.180.173.42', 0),
(9603, '66.194.55.242', 0),
(9604, '66.195.77.130', 0),
(9605, '66.196.100.242', 0),
(9606, '66.196.101', 0),
(9607, '66.196.101.153', 0),
(9608, '66.196.101.8', 0),
(9609, '66.196.101.83', 0),
(9610, '66.196.101.84', 0),
(9611, '66.196.101.85', 0),
(9612, '66.196.101.86', 0),
(9613, '66.196.101.87', 0),
(9614, '66.196.101.88', 0),
(9615, '66.196.101.89', 0),
(9616, '66.196.101.9', 0),
(9617, '66.196.101.90', 0),
(9618, '66.196.101.91', 0),
(9619, '66.196.101.92', 0),
(9620, '66.196.101.93', 0),
(9621, '66.196.101.94', 0),
(9622, '66.196.101.95', 0),
(9623, '66.196.101.96', 0),
(9624, '66.196.101.97', 0),
(9625, '66.196.101.98', 0),
(9626, '66.196.65', 0),
(9627, '66.196.65.10', 0),
(9628, '66.196.65.11', 0),
(9629, '66.196.65.12', 0),
(9630, '66.196.65.13', 0);
INSERT INTO `wp_1_cloaker_ips` (`id`, `ip_address`, `man`) VALUES
(9631, '66.196.65.14', 0),
(9632, '66.196.65.15', 0),
(9633, '66.196.65.16', 0),
(9634, '66.196.65.17', 0),
(9635, '66.196.65.18', 0),
(9636, '66.196.65.19', 0),
(9637, '66.196.65.20', 0),
(9638, '66.196.65.21', 0),
(9639, '66.196.65.22', 0),
(9640, '66.196.65.23', 0),
(9641, '66.196.65.24', 0),
(9642, '66.196.65.25', 0),
(9643, '66.196.65.26', 0),
(9644, '66.196.65.27', 0),
(9645, '66.196.65.28', 0),
(9646, '66.196.65.30', 0),
(9647, '66.196.65.31', 0),
(9648, '66.196.65.32', 0),
(9649, '66.196.65.34', 0),
(9650, '66.196.65.35', 0),
(9651, '66.196.65.36', 0),
(9652, '66.196.65.37', 0),
(9653, '66.196.65.38', 0),
(9654, '66.196.65.39', 0),
(9655, '66.196.65.40', 0),
(9656, '66.196.65.49', 0),
(9657, '66.196.65.50', 0),
(9658, '66.196.65.51', 0),
(9659, '66.196.65.52', 0),
(9660, '66.196.65.53', 0),
(9661, '66.196.65.54', 0),
(9662, '66.196.65.55', 0),
(9663, '66.196.65.56', 0),
(9664, '66.196.65.57', 0),
(9665, '66.196.65.58', 0),
(9666, '66.196.65.59', 0),
(9667, '66.196.65.60', 0),
(9668, '66.196.66.115', 0),
(9669, '66.196.67.100', 0),
(9670, '66.196.67.101', 0),
(9671, '66.196.67.102', 0),
(9672, '66.196.67.103', 0),
(9673, '66.196.67.104', 0),
(9674, '66.196.67.105', 0),
(9675, '66.196.67.106', 0),
(9676, '66.196.67.107', 0),
(9677, '66.196.67.108', 0),
(9678, '66.196.67.109', 0),
(9679, '66.196.67.110', 0),
(9680, '66.196.67.111', 0),
(9681, '66.196.67.112', 0),
(9682, '66.196.67.113', 0),
(9683, '66.196.67.114', 0),
(9684, '66.196.67.115', 0),
(9685, '66.196.67.116', 0),
(9686, '66.196.67.117', 0),
(9687, '66.196.67.118', 0),
(9688, '66.196.67.119', 0),
(9689, '66.196.67.120', 0),
(9690, '66.196.67.121', 0),
(9691, '66.196.67.122', 0),
(9692, '66.196.67.123', 0),
(9693, '66.196.67.124', 0),
(9694, '66.196.67.125', 0),
(9695, '66.196.67.126', 0),
(9696, '66.196.67.127', 0),
(9697, '66.196.67.128', 0),
(9698, '66.196.67.129', 0),
(9699, '66.196.67.130', 0),
(9700, '66.196.67.150', 0),
(9701, '66.196.67.151', 0),
(9702, '66.196.67.176', 0),
(9703, '66.196.67.177', 0),
(9704, '66.196.67.178', 0),
(9705, '66.196.67.200', 0),
(9706, '66.196.67.201', 0),
(9707, '66.196.67.202', 0),
(9708, '66.196.67.203', 0),
(9709, '66.196.67.204', 0),
(9710, '66.196.67.205', 0),
(9711, '66.196.67.206', 0),
(9712, '66.196.67.207', 0),
(9713, '66.196.67.208', 0),
(9714, '66.196.67.209', 0),
(9715, '66.196.67.210', 0),
(9716, '66.196.67.211', 0),
(9717, '66.196.67.212', 0),
(9718, '66.196.67.213', 0),
(9719, '66.196.67.214', 0),
(9720, '66.196.67.215', 0),
(9721, '66.196.67.216', 0),
(9722, '66.196.67.217', 0),
(9723, '66.196.67.218', 0),
(9724, '66.196.67.219', 0),
(9725, '66.196.67.220', 0),
(9726, '66.196.67.221', 0),
(9727, '66.196.67.222', 0),
(9728, '66.196.67.223', 0),
(9729, '66.196.67.224', 0),
(9730, '66.196.67.225', 0),
(9731, '66.196.67.226', 0),
(9732, '66.196.67.227', 0),
(9733, '66.196.67.228', 0),
(9734, '66.196.67.229', 0),
(9735, '66.196.67.230', 0),
(9736, '66.196.67.231', 0),
(9737, '66.196.67.232', 0),
(9738, '66.196.67.233', 0),
(9739, '66.196.67.234', 0),
(9740, '66.196.67.235', 0),
(9741, '66.196.67.236', 0),
(9742, '66.196.67.237', 0),
(9743, '66.196.67.238', 0),
(9744, '66.196.67.239', 0),
(9745, '66.196.67.240', 0),
(9746, '66.196.67.254', 0),
(9747, '66.196.67.30', 0),
(9748, '66.196.67.31', 0),
(9749, '66.196.67.32', 0),
(9750, '66.196.67.33', 0),
(9751, '66.196.67.34', 0),
(9752, '66.196.67.35', 0),
(9753, '66.196.67.36', 0),
(9754, '66.196.67.37', 0),
(9755, '66.196.67.38', 0),
(9756, '66.196.67.39', 0),
(9757, '66.196.67.70', 0),
(9758, '66.196.67.71', 0),
(9759, '66.196.67.72', 0),
(9760, '66.196.67.73', 0),
(9761, '66.196.67.74', 0),
(9762, '66.196.67.75', 0),
(9763, '66.196.67.76', 0),
(9764, '66.196.67.77', 0),
(9765, '66.196.67.78', 0),
(9766, '66.196.67.79', 0),
(9767, '66.196.67.80', 0),
(9768, '66.196.67.94', 0),
(9769, '66.196.67.95', 0),
(9770, '66.196.67.96', 0),
(9771, '66.196.67.97', 0),
(9772, '66.196.67.98', 0),
(9773, '66.196.67.99', 0),
(9774, '66.196.72', 0),
(9775, '66.196.72.10', 0),
(9776, '66.196.72.100', 0),
(9777, '66.196.72.101', 0),
(9778, '66.196.72.102', 0),
(9779, '66.196.72.103', 0),
(9780, '66.196.72.104', 0),
(9781, '66.196.72.105', 0),
(9782, '66.196.72.106', 0),
(9783, '66.196.72.107', 0),
(9784, '66.196.72.108', 0),
(9785, '66.196.72.109', 0),
(9786, '66.196.72.11', 0),
(9787, '66.196.72.110', 0),
(9788, '66.196.72.114', 0),
(9789, '66.196.72.115', 0),
(9790, '66.196.72.116', 0),
(9791, '66.196.72.117', 0),
(9792, '66.196.72.118', 0),
(9793, '66.196.72.119', 0),
(9794, '66.196.72.12', 0),
(9795, '66.196.72.120', 0),
(9796, '66.196.72.121', 0),
(9797, '66.196.72.122', 0),
(9798, '66.196.72.123', 0),
(9799, '66.196.72.124', 0),
(9800, '66.196.72.125', 0),
(9801, '66.196.72.126', 0),
(9802, '66.196.72.127', 0),
(9803, '66.196.72.128', 0),
(9804, '66.196.72.129', 0),
(9805, '66.196.72.13', 0),
(9806, '66.196.72.130', 0),
(9807, '66.196.72.131', 0),
(9808, '66.196.72.132', 0),
(9809, '66.196.72.133', 0),
(9810, '66.196.72.134', 0),
(9811, '66.196.72.135', 0),
(9812, '66.196.72.137', 0),
(9813, '66.196.72.14', 0),
(9814, '66.196.72.15', 0),
(9815, '66.196.72.156', 0),
(9816, '66.196.72.157', 0),
(9817, '66.196.72.158', 0),
(9818, '66.196.72.159', 0),
(9819, '66.196.72.16', 0),
(9820, '66.196.72.160', 0),
(9821, '66.196.72.161', 0),
(9822, '66.196.72.162', 0),
(9823, '66.196.72.163', 0),
(9824, '66.196.72.164', 0),
(9825, '66.196.72.165', 0),
(9826, '66.196.72.166', 0),
(9827, '66.196.72.167', 0),
(9828, '66.196.72.168', 0),
(9829, '66.196.72.169', 0),
(9830, '66.196.72.17', 0),
(9831, '66.196.72.170', 0),
(9832, '66.196.72.171', 0),
(9833, '66.196.72.172', 0),
(9834, '66.196.72.173', 0),
(9835, '66.196.72.175', 0),
(9836, '66.196.72.176', 0),
(9837, '66.196.72.177', 0),
(9838, '66.196.72.178', 0),
(9839, '66.196.72.179', 0),
(9840, '66.196.72.18', 0),
(9841, '66.196.72.180', 0),
(9842, '66.196.72.181', 0),
(9843, '66.196.72.182', 0),
(9844, '66.196.72.183', 0),
(9845, '66.196.72.184', 0),
(9846, '66.196.72.185', 0),
(9847, '66.196.72.186', 0),
(9848, '66.196.72.187', 0),
(9849, '66.196.72.188', 0),
(9850, '66.196.72.189', 0),
(9851, '66.196.72.19', 0),
(9852, '66.196.72.190', 0),
(9853, '66.196.72.191', 0),
(9854, '66.196.72.192', 0),
(9855, '66.196.72.193', 0),
(9856, '66.196.72.194', 0),
(9857, '66.196.72.195', 0),
(9858, '66.196.72.196', 0),
(9859, '66.196.72.197', 0),
(9860, '66.196.72.198', 0),
(9861, '66.196.72.199', 0),
(9862, '66.196.72.20', 0),
(9863, '66.196.72.200', 0),
(9864, '66.196.72.201', 0),
(9865, '66.196.72.202', 0),
(9866, '66.196.72.203', 0),
(9867, '66.196.72.204', 0),
(9868, '66.196.72.205', 0),
(9869, '66.196.72.206', 0),
(9870, '66.196.72.207', 0),
(9871, '66.196.72.208', 0),
(9872, '66.196.72.209', 0),
(9873, '66.196.72.21', 0),
(9874, '66.196.72.210', 0),
(9875, '66.196.72.211', 0),
(9876, '66.196.72.212', 0),
(9877, '66.196.72.213', 0),
(9878, '66.196.72.214', 0),
(9879, '66.196.72.215', 0),
(9880, '66.196.72.216', 0),
(9881, '66.196.72.217', 0),
(9882, '66.196.72.219', 0),
(9883, '66.196.72.22', 0),
(9884, '66.196.72.220', 0),
(9885, '66.196.72.221', 0),
(9886, '66.196.72.222', 0),
(9887, '66.196.72.223', 0),
(9888, '66.196.72.224', 0),
(9889, '66.196.72.225', 0),
(9890, '66.196.72.226', 0),
(9891, '66.196.72.228', 0),
(9892, '66.196.72.229', 0),
(9893, '66.196.72.23', 0),
(9894, '66.196.72.230', 0),
(9895, '66.196.72.231', 0),
(9896, '66.196.72.232', 0),
(9897, '66.196.72.233', 0),
(9898, '66.196.72.234', 0),
(9899, '66.196.72.235', 0),
(9900, '66.196.72.236', 0),
(9901, '66.196.72.237', 0),
(9902, '66.196.72.238', 0),
(9903, '66.196.72.239', 0),
(9904, '66.196.72.24', 0),
(9905, '66.196.72.240', 0),
(9906, '66.196.72.241', 0),
(9907, '66.196.72.242', 0),
(9908, '66.196.72.243', 0),
(9909, '66.196.72.25', 0),
(9910, '66.196.72.26', 0),
(9911, '66.196.72.27', 0),
(9912, '66.196.72.28', 0),
(9913, '66.196.72.29', 0),
(9914, '66.196.72.30', 0),
(9915, '66.196.72.31', 0),
(9916, '66.196.72.32', 0),
(9917, '66.196.72.33', 0),
(9918, '66.196.72.34', 0),
(9919, '66.196.72.35', 0),
(9920, '66.196.72.36', 0),
(9921, '66.196.72.37', 0),
(9922, '66.196.72.38', 0),
(9923, '66.196.72.39', 0),
(9924, '66.196.72.40', 0),
(9925, '66.196.72.41', 0),
(9926, '66.196.72.42', 0),
(9927, '66.196.72.43', 0),
(9928, '66.196.72.44', 0),
(9929, '66.196.72.45', 0),
(9930, '66.196.72.46', 0),
(9931, '66.196.72.47', 0),
(9932, '66.196.72.48', 0),
(9933, '66.196.72.49', 0),
(9934, '66.196.72.50', 0),
(9935, '66.196.72.51', 0),
(9936, '66.196.72.52', 0),
(9937, '66.196.72.53', 0),
(9938, '66.196.72.54', 0),
(9939, '66.196.72.55', 0),
(9940, '66.196.72.56', 0),
(9941, '66.196.72.57', 0),
(9942, '66.196.72.58', 0),
(9943, '66.196.72.59', 0),
(9944, '66.196.72.60', 0),
(9945, '66.196.72.61', 0),
(9946, '66.196.72.62', 0),
(9947, '66.196.72.63', 0),
(9948, '66.196.72.64', 0),
(9949, '66.196.72.65', 0),
(9950, '66.196.72.66', 0),
(9951, '66.196.72.67', 0),
(9952, '66.196.72.68', 0),
(9953, '66.196.72.69', 0),
(9954, '66.196.72.70', 0),
(9955, '66.196.72.71', 0),
(9956, '66.196.72.72', 0),
(9957, '66.196.72.73', 0),
(9958, '66.196.72.74', 0),
(9959, '66.196.72.75', 0),
(9960, '66.196.72.76', 0),
(9961, '66.196.72.77', 0),
(9962, '66.196.72.78', 0),
(9963, '66.196.72.79', 0),
(9964, '66.196.72.8', 0),
(9965, '66.196.72.80', 0),
(9966, '66.196.72.81', 0),
(9967, '66.196.72.82', 0),
(9968, '66.196.72.83', 0),
(9969, '66.196.72.84', 0),
(9970, '66.196.72.85', 0),
(9971, '66.196.72.86', 0),
(9972, '66.196.72.87', 0),
(9973, '66.196.72.88', 0),
(9974, '66.196.72.89', 0),
(9975, '66.196.72.90', 0),
(9976, '66.196.72.91', 0),
(9977, '66.196.72.92', 0),
(9978, '66.196.72.93', 0),
(9979, '66.196.72.94', 0),
(9980, '66.196.72.95', 0),
(9981, '66.196.72.96', 0),
(9982, '66.196.72.97', 0),
(9983, '66.196.72.98', 0),
(9984, '66.196.72.99', 0),
(9985, '66.196.73', 0),
(9986, '66.196.73.10', 0),
(9987, '66.196.73.11', 0),
(9988, '66.196.73.12', 0),
(9989, '66.196.73.13', 0),
(9990, '66.196.73.14', 0),
(9991, '66.196.73.15', 0),
(9992, '66.196.73.152', 0),
(9993, '66.196.73.16', 0),
(9994, '66.196.73.166', 0),
(9995, '66.196.73.167', 0),
(9996, '66.196.73.168', 0),
(9997, '66.196.73.169', 0),
(9998, '66.196.73.17', 0),
(9999, '66.196.73.170', 0),
(10000, '66.196.73.171', 0),
(10001, '66.196.73.172', 0),
(10002, '66.196.73.173', 0),
(10003, '66.196.73.174', 0),
(10004, '66.196.73.175', 0),
(10005, '66.196.73.176', 0),
(10006, '66.196.73.177', 0),
(10007, '66.196.73.178', 0),
(10008, '66.196.73.179', 0),
(10009, '66.196.73.18', 0),
(10010, '66.196.73.180', 0),
(10011, '66.196.73.181', 0),
(10012, '66.196.73.182', 0),
(10013, '66.196.73.183', 0),
(10014, '66.196.73.184', 0),
(10015, '66.196.73.185', 0),
(10016, '66.196.73.186', 0),
(10017, '66.196.73.187', 0),
(10018, '66.196.73.188', 0),
(10019, '66.196.73.189', 0),
(10020, '66.196.73.19', 0),
(10021, '66.196.73.190', 0),
(10022, '66.196.73.191', 0),
(10023, '66.196.73.192', 0),
(10024, '66.196.73.193', 0),
(10025, '66.196.73.194', 0),
(10026, '66.196.73.195', 0),
(10027, '66.196.73.196', 0),
(10028, '66.196.73.197', 0),
(10029, '66.196.73.198', 0),
(10030, '66.196.73.199', 0),
(10031, '66.196.73.20', 0),
(10032, '66.196.73.200', 0),
(10033, '66.196.73.201', 0),
(10034, '66.196.73.202', 0),
(10035, '66.196.73.203', 0),
(10036, '66.196.73.204', 0),
(10037, '66.196.73.205', 0),
(10038, '66.196.73.206', 0),
(10039, '66.196.73.21', 0),
(10040, '66.196.73.22', 0),
(10041, '66.196.73.23', 0),
(10042, '66.196.73.24', 0),
(10043, '66.196.73.25', 0),
(10044, '66.196.73.27', 0),
(10045, '66.196.73.30', 0),
(10046, '66.196.73.31', 0),
(10047, '66.196.73.32', 0),
(10048, '66.196.73.33', 0),
(10049, '66.196.73.34', 0),
(10050, '66.196.73.35', 0),
(10051, '66.196.73.36', 0),
(10052, '66.196.73.38', 0),
(10053, '66.196.73.39', 0),
(10054, '66.196.73.40', 0),
(10055, '66.196.73.41', 0),
(10056, '66.196.73.42', 0),
(10057, '66.196.73.43', 0),
(10058, '66.196.73.44', 0),
(10059, '66.196.73.45', 0),
(10060, '66.196.73.46', 0),
(10061, '66.196.73.47', 0),
(10062, '66.196.73.48', 0),
(10063, '66.196.73.49', 0),
(10064, '66.196.73.50', 0),
(10065, '66.196.73.51', 0),
(10066, '66.196.73.52', 0),
(10067, '66.196.73.53', 0),
(10068, '66.196.73.67', 0),
(10069, '66.196.73.68', 0),
(10070, '66.196.73.69', 0),
(10071, '66.196.73.70', 0),
(10072, '66.196.73.72', 0),
(10073, '66.196.73.74', 0),
(10074, '66.196.73.76', 0),
(10075, '66.196.73.77', 0),
(10076, '66.196.73.78', 0),
(10077, '66.196.73.80', 0),
(10078, '66.196.73.81', 0),
(10079, '66.196.73.82', 0),
(10080, '66.196.73.96', 0),
(10081, '66.196.73.97', 0),
(10082, '66.196.73.98', 0),
(10083, '66.196.74', 0),
(10084, '66.196.74.100', 0),
(10085, '66.196.74.101', 0),
(10086, '66.196.74.102', 0),
(10087, '66.196.74.103', 0),
(10088, '66.196.74.104', 0),
(10089, '66.196.74.142', 0),
(10090, '66.196.74.85', 0),
(10091, '66.196.77', 0),
(10092, '66.196.77.42', 0),
(10093, '66.196.78', 0),
(10094, '66.196.78.29', 0),
(10095, '66.196.78.31', 0),
(10096, '66.196.78.32', 0),
(10097, '66.196.78.33', 0),
(10098, '66.196.78.35', 0),
(10099, '66.196.78.36', 0),
(10100, '66.196.78.37', 0),
(10101, '66.196.78.38', 0),
(10102, '66.196.78.39', 0),
(10103, '66.196.78.40', 0),
(10104, '66.196.78.41', 0),
(10105, '66.196.78.42', 0),
(10106, '66.196.78.43', 0),
(10107, '66.196.78.44', 0),
(10108, '66.196.78.45', 0),
(10109, '66.196.78.46', 0),
(10110, '66.196.78.47', 0),
(10111, '66.196.78.48', 0),
(10112, '66.196.80', 0),
(10113, '66.196.80.10', 0),
(10114, '66.196.80.100', 0),
(10115, '66.196.80.101', 0),
(10116, '66.196.80.102', 0),
(10117, '66.196.80.103', 0),
(10118, '66.196.80.104', 0),
(10119, '66.196.80.105', 0),
(10120, '66.196.80.106', 0),
(10121, '66.196.80.107', 0),
(10122, '66.196.80.108', 0),
(10123, '66.196.80.109', 0),
(10124, '66.196.80.110', 0),
(10125, '66.196.80.111', 0),
(10126, '66.196.80.112', 0),
(10127, '66.196.80.113', 0),
(10128, '66.196.80.114', 0),
(10129, '66.196.80.115', 0),
(10130, '66.196.80.116', 0),
(10131, '66.196.80.117', 0),
(10132, '66.196.80.118', 0),
(10133, '66.196.80.119', 0),
(10134, '66.196.80.12', 0),
(10135, '66.196.80.120', 0),
(10136, '66.196.80.121', 0),
(10137, '66.196.80.122', 0),
(10138, '66.196.80.123', 0),
(10139, '66.196.80.124', 0),
(10140, '66.196.80.125', 0),
(10141, '66.196.80.126', 0),
(10142, '66.196.80.127', 0),
(10143, '66.196.80.128', 0),
(10144, '66.196.80.129', 0),
(10145, '66.196.80.13', 0),
(10146, '66.196.80.130', 0),
(10147, '66.196.80.131', 0),
(10148, '66.196.80.132', 0),
(10149, '66.196.80.133', 0),
(10150, '66.196.80.134', 0),
(10151, '66.196.80.135', 0),
(10152, '66.196.80.136', 0),
(10153, '66.196.80.137', 0),
(10154, '66.196.80.138', 0),
(10155, '66.196.80.139', 0),
(10156, '66.196.80.14', 0),
(10157, '66.196.80.140', 0),
(10158, '66.196.80.141', 0),
(10159, '66.196.80.142', 0),
(10160, '66.196.80.143', 0),
(10161, '66.196.80.144', 0),
(10162, '66.196.80.145', 0),
(10163, '66.196.80.146', 0),
(10164, '66.196.80.147', 0),
(10165, '66.196.80.148', 0),
(10166, '66.196.80.149', 0),
(10167, '66.196.80.15', 0),
(10168, '66.196.80.150', 0),
(10169, '66.196.80.151', 0),
(10170, '66.196.80.152', 0),
(10171, '66.196.80.153', 0),
(10172, '66.196.80.154', 0),
(10173, '66.196.80.155', 0),
(10174, '66.196.80.156', 0),
(10175, '66.196.80.157', 0),
(10176, '66.196.80.158', 0),
(10177, '66.196.80.16', 0),
(10178, '66.196.80.160', 0),
(10179, '66.196.80.162', 0),
(10180, '66.196.80.163', 0),
(10181, '66.196.80.164', 0),
(10182, '66.196.80.165', 0),
(10183, '66.196.80.166', 0),
(10184, '66.196.80.17', 0),
(10185, '66.196.80.18', 0),
(10186, '66.196.80.19', 0),
(10187, '66.196.80.20', 0),
(10188, '66.196.80.21', 0),
(10189, '66.196.80.22', 0),
(10190, '66.196.80.23', 0),
(10191, '66.196.80.24', 0),
(10192, '66.196.80.25', 0),
(10193, '66.196.80.26', 0),
(10194, '66.196.80.27', 0),
(10195, '66.196.80.28', 0),
(10196, '66.196.80.29', 0),
(10197, '66.196.80.30', 0),
(10198, '66.196.80.31', 0),
(10199, '66.196.80.32', 0),
(10200, '66.196.80.33', 0),
(10201, '66.196.80.34', 0),
(10202, '66.196.80.35', 0),
(10203, '66.196.80.36', 0),
(10204, '66.196.80.37', 0),
(10205, '66.196.80.38', 0),
(10206, '66.196.80.39', 0),
(10207, '66.196.80.40', 0),
(10208, '66.196.80.41', 0),
(10209, '66.196.80.42', 0),
(10210, '66.196.80.43', 0),
(10211, '66.196.80.44', 0),
(10212, '66.196.80.45', 0),
(10213, '66.196.80.46', 0),
(10214, '66.196.80.47', 0),
(10215, '66.196.80.48', 0),
(10216, '66.196.80.49', 0),
(10217, '66.196.80.50', 0),
(10218, '66.196.80.51', 0),
(10219, '66.196.80.52', 0),
(10220, '66.196.80.53', 0),
(10221, '66.196.80.54', 0),
(10222, '66.196.80.55', 0),
(10223, '66.196.80.56', 0),
(10224, '66.196.80.57', 0),
(10225, '66.196.80.58', 0),
(10226, '66.196.80.59', 0),
(10227, '66.196.80.60', 0),
(10228, '66.196.80.61', 0),
(10229, '66.196.80.62', 0),
(10230, '66.196.80.63', 0),
(10231, '66.196.80.64', 0),
(10232, '66.196.80.65', 0),
(10233, '66.196.80.66', 0),
(10234, '66.196.80.67', 0),
(10235, '66.196.80.68', 0),
(10236, '66.196.80.69', 0),
(10237, '66.196.80.70', 0),
(10238, '66.196.80.71', 0),
(10239, '66.196.80.72', 0),
(10240, '66.196.80.73', 0),
(10241, '66.196.80.74', 0),
(10242, '66.196.80.75', 0),
(10243, '66.196.80.76', 0),
(10244, '66.196.80.77', 0),
(10245, '66.196.80.78', 0),
(10246, '66.196.80.79', 0),
(10247, '66.196.80.80', 0),
(10248, '66.196.80.81', 0),
(10249, '66.196.80.82', 0),
(10250, '66.196.80.83', 0),
(10251, '66.196.80.84', 0),
(10252, '66.196.80.85', 0),
(10253, '66.196.80.86', 0),
(10254, '66.196.80.87', 0),
(10255, '66.196.80.88', 0),
(10256, '66.196.80.89', 0),
(10257, '66.196.80.90', 0),
(10258, '66.196.80.91', 0),
(10259, '66.196.80.92', 0),
(10260, '66.196.80.93', 0),
(10261, '66.196.80.94', 0),
(10262, '66.196.80.95', 0),
(10263, '66.196.80.96', 0),
(10264, '66.196.80.97', 0),
(10265, '66.196.80.98', 0),
(10266, '66.196.81.10', 0),
(10267, '66.196.81.102', 0),
(10268, '66.196.81.103', 0),
(10269, '66.196.81.104', 0),
(10270, '66.196.81.105', 0),
(10271, '66.196.81.106', 0),
(10272, '66.196.81.107', 0),
(10273, '66.196.81.108', 0),
(10274, '66.196.81.109', 0),
(10275, '66.196.81.11', 0),
(10276, '66.196.81.110', 0),
(10277, '66.196.81.111', 0),
(10278, '66.196.81.112', 0),
(10279, '66.196.81.113', 0),
(10280, '66.196.81.114', 0),
(10281, '66.196.81.115', 0),
(10282, '66.196.81.116', 0),
(10283, '66.196.81.117', 0),
(10284, '66.196.81.118', 0),
(10285, '66.196.81.119', 0),
(10286, '66.196.81.12', 0),
(10287, '66.196.81.120', 0),
(10288, '66.196.81.121', 0),
(10289, '66.196.81.122', 0),
(10290, '66.196.81.123', 0),
(10291, '66.196.81.124', 0),
(10292, '66.196.81.125', 0),
(10293, '66.196.81.126', 0),
(10294, '66.196.81.127', 0),
(10295, '66.196.81.128', 0),
(10296, '66.196.81.129', 0),
(10297, '66.196.81.13', 0),
(10298, '66.196.81.130', 0),
(10299, '66.196.81.131', 0),
(10300, '66.196.81.132', 0),
(10301, '66.196.81.133', 0),
(10302, '66.196.81.134', 0),
(10303, '66.196.81.135', 0),
(10304, '66.196.81.136', 0),
(10305, '66.196.81.137', 0),
(10306, '66.196.81.138', 0),
(10307, '66.196.81.139', 0),
(10308, '66.196.81.14', 0),
(10309, '66.196.81.140', 0),
(10310, '66.196.81.141', 0),
(10311, '66.196.81.142', 0),
(10312, '66.196.81.143', 0),
(10313, '66.196.81.144', 0),
(10314, '66.196.81.145', 0),
(10315, '66.196.81.146', 0),
(10316, '66.196.81.147', 0),
(10317, '66.196.81.148', 0),
(10318, '66.196.81.149', 0),
(10319, '66.196.81.15', 0),
(10320, '66.196.81.150', 0),
(10321, '66.196.81.151', 0),
(10322, '66.196.81.152', 0),
(10323, '66.196.81.153', 0),
(10324, '66.196.81.154', 0),
(10325, '66.196.81.155', 0),
(10326, '66.196.81.156', 0),
(10327, '66.196.81.157', 0),
(10328, '66.196.81.158', 0),
(10329, '66.196.81.159', 0),
(10330, '66.196.81.16', 0),
(10331, '66.196.81.160', 0),
(10332, '66.196.81.161', 0),
(10333, '66.196.81.162', 0),
(10334, '66.196.81.163', 0),
(10335, '66.196.81.164', 0),
(10336, '66.196.81.165', 0),
(10337, '66.196.81.166', 0),
(10338, '66.196.81.167', 0),
(10339, '66.196.81.168', 0),
(10340, '66.196.81.169', 0),
(10341, '66.196.81.17', 0),
(10342, '66.196.81.170', 0),
(10343, '66.196.81.171', 0),
(10344, '66.196.81.172', 0),
(10345, '66.196.81.173', 0),
(10346, '66.196.81.174', 0),
(10347, '66.196.81.175', 0),
(10348, '66.196.81.176', 0),
(10349, '66.196.81.177', 0),
(10350, '66.196.81.178', 0),
(10351, '66.196.81.179', 0),
(10352, '66.196.81.18', 0),
(10353, '66.196.81.180', 0),
(10354, '66.196.81.181', 0),
(10355, '66.196.81.182', 0),
(10356, '66.196.81.183', 0),
(10357, '66.196.81.184', 0),
(10358, '66.196.81.185', 0),
(10359, '66.196.81.187', 0),
(10360, '66.196.81.188', 0),
(10361, '66.196.81.189', 0),
(10362, '66.196.81.19', 0),
(10363, '66.196.81.190', 0),
(10364, '66.196.81.191', 0),
(10365, '66.196.81.192', 0),
(10366, '66.196.81.193', 0),
(10367, '66.196.81.194', 0),
(10368, '66.196.81.195', 0),
(10369, '66.196.81.196', 0),
(10370, '66.196.81.197', 0),
(10371, '66.196.81.198', 0),
(10372, '66.196.81.199', 0),
(10373, '66.196.81.20', 0),
(10374, '66.196.81.200', 0),
(10375, '66.196.81.201', 0),
(10376, '66.196.81.202', 0),
(10377, '66.196.81.203', 0),
(10378, '66.196.81.204', 0),
(10379, '66.196.81.205', 0),
(10380, '66.196.81.206', 0),
(10381, '66.196.81.207', 0),
(10382, '66.196.81.208', 0),
(10383, '66.196.81.209', 0),
(10384, '66.196.81.21', 0),
(10385, '66.196.81.210', 0),
(10386, '66.196.81.211', 0),
(10387, '66.196.81.212', 0),
(10388, '66.196.81.213', 0),
(10389, '66.196.81.214', 0),
(10390, '66.196.81.215', 0),
(10391, '66.196.81.216', 0),
(10392, '66.196.81.217', 0),
(10393, '66.196.81.218', 0),
(10394, '66.196.81.219', 0),
(10395, '66.196.81.22', 0),
(10396, '66.196.81.23', 0),
(10397, '66.196.81.86', 0),
(10398, '66.196.81.87', 0),
(10399, '66.196.81.88', 0),
(10400, '66.196.81.93', 0),
(10401, '66.196.81.94', 0),
(10402, '66.196.81.95', 0),
(10403, '66.196.81.96', 0),
(10404, '66.196.90', 0),
(10405, '66.196.90.100', 0),
(10406, '66.196.90.101', 0),
(10407, '66.196.90.102', 0),
(10408, '66.196.90.103', 0),
(10409, '66.196.90.104', 0),
(10410, '66.196.90.105', 0),
(10411, '66.196.90.106', 0),
(10412, '66.196.90.107', 0),
(10413, '66.196.90.108', 0),
(10414, '66.196.90.109', 0),
(10415, '66.196.90.11', 0),
(10416, '66.196.90.110', 0),
(10417, '66.196.90.111', 0),
(10418, '66.196.90.112', 0),
(10419, '66.196.90.113', 0),
(10420, '66.196.90.114', 0),
(10421, '66.196.90.115', 0),
(10422, '66.196.90.116', 0),
(10423, '66.196.90.117', 0),
(10424, '66.196.90.118', 0),
(10425, '66.196.90.119', 0),
(10426, '66.196.90.12', 0),
(10427, '66.196.90.120', 0),
(10428, '66.196.90.121', 0),
(10429, '66.196.90.122', 0),
(10430, '66.196.90.123', 0),
(10431, '66.196.90.124', 0),
(10432, '66.196.90.125', 0),
(10433, '66.196.90.126', 0),
(10434, '66.196.90.127', 0),
(10435, '66.196.90.128', 0),
(10436, '66.196.90.129', 0),
(10437, '66.196.90.13', 0),
(10438, '66.196.90.130', 0),
(10439, '66.196.90.131', 0),
(10440, '66.196.90.132', 0),
(10441, '66.196.90.133', 0),
(10442, '66.196.90.134', 0),
(10443, '66.196.90.135', 0),
(10444, '66.196.90.136', 0),
(10445, '66.196.90.137', 0),
(10446, '66.196.90.138', 0),
(10447, '66.196.90.139', 0),
(10448, '66.196.90.14', 0),
(10449, '66.196.90.140', 0),
(10450, '66.196.90.141', 0),
(10451, '66.196.90.142', 0),
(10452, '66.196.90.143', 0),
(10453, '66.196.90.144', 0),
(10454, '66.196.90.145', 0),
(10455, '66.196.90.146', 0),
(10456, '66.196.90.147', 0),
(10457, '66.196.90.148', 0),
(10458, '66.196.90.149', 0),
(10459, '66.196.90.15', 0),
(10460, '66.196.90.150', 0),
(10461, '66.196.90.151', 0),
(10462, '66.196.90.152', 0),
(10463, '66.196.90.153', 0),
(10464, '66.196.90.154', 0),
(10465, '66.196.90.155', 0),
(10466, '66.196.90.156', 0),
(10467, '66.196.90.157', 0),
(10468, '66.196.90.158', 0),
(10469, '66.196.90.159', 0),
(10470, '66.196.90.16', 0),
(10471, '66.196.90.160', 0),
(10472, '66.196.90.161', 0),
(10473, '66.196.90.162', 0),
(10474, '66.196.90.163', 0),
(10475, '66.196.90.164', 0),
(10476, '66.196.90.165', 0),
(10477, '66.196.90.166', 0),
(10478, '66.196.90.167', 0),
(10479, '66.196.90.168', 0),
(10480, '66.196.90.169', 0),
(10481, '66.196.90.17', 0),
(10482, '66.196.90.170', 0),
(10483, '66.196.90.171', 0),
(10484, '66.196.90.172', 0),
(10485, '66.196.90.173', 0),
(10486, '66.196.90.174', 0),
(10487, '66.196.90.175', 0),
(10488, '66.196.90.176', 0),
(10489, '66.196.90.177', 0),
(10490, '66.196.90.178', 0),
(10491, '66.196.90.179', 0),
(10492, '66.196.90.18', 0),
(10493, '66.196.90.180', 0),
(10494, '66.196.90.181', 0),
(10495, '66.196.90.182', 0),
(10496, '66.196.90.183', 0),
(10497, '66.196.90.184', 0),
(10498, '66.196.90.185', 0),
(10499, '66.196.90.186', 0),
(10500, '66.196.90.187', 0),
(10501, '66.196.90.188', 0),
(10502, '66.196.90.189', 0),
(10503, '66.196.90.19', 0),
(10504, '66.196.90.190', 0),
(10505, '66.196.90.191', 0),
(10506, '66.196.90.192', 0),
(10507, '66.196.90.193', 0),
(10508, '66.196.90.194', 0),
(10509, '66.196.90.195', 0),
(10510, '66.196.90.196', 0),
(10511, '66.196.90.197', 0),
(10512, '66.196.90.198', 0),
(10513, '66.196.90.199', 0),
(10514, '66.196.90.20', 0),
(10515, '66.196.90.200', 0),
(10516, '66.196.90.201', 0),
(10517, '66.196.90.202', 0),
(10518, '66.196.90.203', 0),
(10519, '66.196.90.204', 0),
(10520, '66.196.90.205', 0),
(10521, '66.196.90.206', 0),
(10522, '66.196.90.207', 0),
(10523, '66.196.90.208', 0),
(10524, '66.196.90.209', 0),
(10525, '66.196.90.21', 0),
(10526, '66.196.90.210', 0),
(10527, '66.196.90.211', 0),
(10528, '66.196.90.212', 0),
(10529, '66.196.90.213', 0),
(10530, '66.196.90.214', 0),
(10531, '66.196.90.215', 0),
(10532, '66.196.90.216', 0),
(10533, '66.196.90.217', 0),
(10534, '66.196.90.218', 0),
(10535, '66.196.90.219', 0),
(10536, '66.196.90.22', 0),
(10537, '66.196.90.220', 0),
(10538, '66.196.90.221', 0),
(10539, '66.196.90.222', 0),
(10540, '66.196.90.223', 0),
(10541, '66.196.90.224', 0),
(10542, '66.196.90.225', 0),
(10543, '66.196.90.226', 0),
(10544, '66.196.90.227', 0),
(10545, '66.196.90.228', 0),
(10546, '66.196.90.229', 0),
(10547, '66.196.90.23', 0),
(10548, '66.196.90.230', 0),
(10549, '66.196.90.231', 0),
(10550, '66.196.90.232', 0),
(10551, '66.196.90.233', 0),
(10552, '66.196.90.234', 0),
(10553, '66.196.90.235', 0),
(10554, '66.196.90.236', 0),
(10555, '66.196.90.237', 0),
(10556, '66.196.90.238', 0),
(10557, '66.196.90.239', 0),
(10558, '66.196.90.24', 0),
(10559, '66.196.90.240', 0),
(10560, '66.196.90.241', 0),
(10561, '66.196.90.242', 0),
(10562, '66.196.90.243', 0),
(10563, '66.196.90.244', 0),
(10564, '66.196.90.245', 0),
(10565, '66.196.90.246', 0),
(10566, '66.196.90.247', 0),
(10567, '66.196.90.248', 0),
(10568, '66.196.90.249', 0),
(10569, '66.196.90.25', 0),
(10570, '66.196.90.250', 0),
(10571, '66.196.90.251', 0),
(10572, '66.196.90.252', 0),
(10573, '66.196.90.253', 0),
(10574, '66.196.90.26', 0),
(10575, '66.196.90.27', 0),
(10576, '66.196.90.28', 0),
(10577, '66.196.90.29', 0),
(10578, '66.196.90.30', 0),
(10579, '66.196.90.31', 0),
(10580, '66.196.90.32', 0),
(10581, '66.196.90.33', 0),
(10582, '66.196.90.34', 0),
(10583, '66.196.90.35', 0),
(10584, '66.196.90.36', 0),
(10585, '66.196.90.37', 0),
(10586, '66.196.90.38', 0),
(10587, '66.196.90.39', 0),
(10588, '66.196.90.40', 0),
(10589, '66.196.90.41', 0),
(10590, '66.196.90.42', 0),
(10591, '66.196.90.43', 0),
(10592, '66.196.90.44', 0),
(10593, '66.196.90.45', 0),
(10594, '66.196.90.46', 0),
(10595, '66.196.90.47', 0),
(10596, '66.196.90.48', 0),
(10597, '66.196.90.49', 0),
(10598, '66.196.90.5', 0),
(10599, '66.196.90.50', 0),
(10600, '66.196.90.51', 0),
(10601, '66.196.90.52', 0),
(10602, '66.196.90.53', 0),
(10603, '66.196.90.54', 0),
(10604, '66.196.90.55', 0),
(10605, '66.196.90.56', 0),
(10606, '66.196.90.57', 0),
(10607, '66.196.90.58', 0),
(10608, '66.196.90.59', 0),
(10609, '66.196.90.6', 0),
(10610, '66.196.90.60', 0),
(10611, '66.196.90.61', 0),
(10612, '66.196.90.62', 0),
(10613, '66.196.90.63', 0),
(10614, '66.196.90.64', 0),
(10615, '66.196.90.65', 0),
(10616, '66.196.90.66', 0),
(10617, '66.196.90.67', 0),
(10618, '66.196.90.68', 0),
(10619, '66.196.90.69', 0),
(10620, '66.196.90.7', 0),
(10621, '66.196.90.70', 0),
(10622, '66.196.90.71', 0),
(10623, '66.196.90.72', 0),
(10624, '66.196.90.73', 0),
(10625, '66.196.90.74', 0),
(10626, '66.196.90.75', 0),
(10627, '66.196.90.76', 0),
(10628, '66.196.90.77', 0),
(10629, '66.196.90.78', 0),
(10630, '66.196.90.79', 0),
(10631, '66.196.90.8', 0),
(10632, '66.196.90.80', 0),
(10633, '66.196.90.81', 0),
(10634, '66.196.90.82', 0),
(10635, '66.196.90.83', 0),
(10636, '66.196.90.84', 0),
(10637, '66.196.90.85', 0),
(10638, '66.196.90.86', 0),
(10639, '66.196.90.87', 0),
(10640, '66.196.90.88', 0),
(10641, '66.196.90.89', 0),
(10642, '66.196.90.9', 0),
(10643, '66.196.90.90', 0),
(10644, '66.196.90.91', 0),
(10645, '66.196.90.92', 0),
(10646, '66.196.90.93', 0),
(10647, '66.196.90.94', 0),
(10648, '66.196.90.95', 0),
(10649, '66.196.90.96', 0),
(10650, '66.196.90.97', 0),
(10651, '66.196.90.98', 0),
(10652, '66.196.90.99', 0),
(10653, '66.196.91', 0),
(10654, '66.196.91.100', 0),
(10655, '66.196.91.101', 0),
(10656, '66.196.91.102', 0),
(10657, '66.196.91.103', 0),
(10658, '66.196.91.104', 0),
(10659, '66.196.91.105', 0),
(10660, '66.196.91.106', 0),
(10661, '66.196.91.107', 0),
(10662, '66.196.91.108', 0),
(10663, '66.196.91.109', 0),
(10664, '66.196.91.11', 0),
(10665, '66.196.91.110', 0),
(10666, '66.196.91.111', 0),
(10667, '66.196.91.112', 0),
(10668, '66.196.91.113', 0),
(10669, '66.196.91.114', 0),
(10670, '66.196.91.115', 0),
(10671, '66.196.91.116', 0),
(10672, '66.196.91.117', 0),
(10673, '66.196.91.118', 0),
(10674, '66.196.91.119', 0),
(10675, '66.196.91.12', 0),
(10676, '66.196.91.120', 0),
(10677, '66.196.91.121', 0),
(10678, '66.196.91.122', 0),
(10679, '66.196.91.123', 0),
(10680, '66.196.91.124', 0),
(10681, '66.196.91.125', 0),
(10682, '66.196.91.126', 0),
(10683, '66.196.91.127', 0),
(10684, '66.196.91.128', 0),
(10685, '66.196.91.129', 0),
(10686, '66.196.91.13', 0),
(10687, '66.196.91.130', 0),
(10688, '66.196.91.131', 0),
(10689, '66.196.91.132', 0),
(10690, '66.196.91.133', 0),
(10691, '66.196.91.134', 0),
(10692, '66.196.91.135', 0),
(10693, '66.196.91.136', 0),
(10694, '66.196.91.137', 0),
(10695, '66.196.91.14', 0),
(10696, '66.196.91.15', 0),
(10697, '66.196.91.157', 0),
(10698, '66.196.91.16', 0),
(10699, '66.196.91.161', 0),
(10700, '66.196.91.165', 0),
(10701, '66.196.91.166', 0),
(10702, '66.196.91.167', 0),
(10703, '66.196.91.168', 0),
(10704, '66.196.91.169', 0),
(10705, '66.196.91.17', 0),
(10706, '66.196.91.170', 0),
(10707, '66.196.91.171', 0),
(10708, '66.196.91.172', 0),
(10709, '66.196.91.173', 0),
(10710, '66.196.91.174', 0),
(10711, '66.196.91.175', 0),
(10712, '66.196.91.176', 0),
(10713, '66.196.91.177', 0),
(10714, '66.196.91.178', 0),
(10715, '66.196.91.179', 0),
(10716, '66.196.91.18', 0),
(10717, '66.196.91.180', 0),
(10718, '66.196.91.181', 0),
(10719, '66.196.91.182', 0),
(10720, '66.196.91.183', 0),
(10721, '66.196.91.184', 0),
(10722, '66.196.91.185', 0),
(10723, '66.196.91.186', 0),
(10724, '66.196.91.187', 0),
(10725, '66.196.91.188', 0),
(10726, '66.196.91.189', 0),
(10727, '66.196.91.19', 0),
(10728, '66.196.91.190', 0),
(10729, '66.196.91.191', 0),
(10730, '66.196.91.193', 0),
(10731, '66.196.91.194', 0),
(10732, '66.196.91.195', 0),
(10733, '66.196.91.196', 0),
(10734, '66.196.91.197', 0),
(10735, '66.196.91.198', 0),
(10736, '66.196.91.199', 0),
(10737, '66.196.91.20', 0),
(10738, '66.196.91.200', 0),
(10739, '66.196.91.201', 0),
(10740, '66.196.91.202', 0),
(10741, '66.196.91.203', 0),
(10742, '66.196.91.204', 0),
(10743, '66.196.91.205', 0),
(10744, '66.196.91.206', 0),
(10745, '66.196.91.207', 0),
(10746, '66.196.91.208', 0),
(10747, '66.196.91.209', 0),
(10748, '66.196.91.21', 0),
(10749, '66.196.91.210', 0),
(10750, '66.196.91.211', 0),
(10751, '66.196.91.212', 0),
(10752, '66.196.91.213', 0),
(10753, '66.196.91.214', 0),
(10754, '66.196.91.215', 0),
(10755, '66.196.91.216', 0),
(10756, '66.196.91.217', 0),
(10757, '66.196.91.218', 0),
(10758, '66.196.91.219', 0),
(10759, '66.196.91.22', 0),
(10760, '66.196.91.220', 0),
(10761, '66.196.91.221', 0),
(10762, '66.196.91.222', 0),
(10763, '66.196.91.223', 0),
(10764, '66.196.91.224', 0),
(10765, '66.196.91.225', 0),
(10766, '66.196.91.226', 0),
(10767, '66.196.91.227', 0),
(10768, '66.196.91.228', 0),
(10769, '66.196.91.229', 0),
(10770, '66.196.91.23', 0),
(10771, '66.196.91.230', 0),
(10772, '66.196.91.231', 0),
(10773, '66.196.91.232', 0),
(10774, '66.196.91.233', 0),
(10775, '66.196.91.234', 0),
(10776, '66.196.91.235', 0),
(10777, '66.196.91.236', 0),
(10778, '66.196.91.237', 0),
(10779, '66.196.91.238', 0),
(10780, '66.196.91.239', 0),
(10781, '66.196.91.24', 0),
(10782, '66.196.91.240', 0),
(10783, '66.196.91.241', 0),
(10784, '66.196.91.242', 0),
(10785, '66.196.91.243', 0),
(10786, '66.196.91.244', 0),
(10787, '66.196.91.246', 0),
(10788, '66.196.91.247', 0),
(10789, '66.196.91.248', 0),
(10790, '66.196.91.249', 0),
(10791, '66.196.91.25', 0),
(10792, '66.196.91.250', 0),
(10793, '66.196.91.251', 0),
(10794, '66.196.91.252', 0),
(10795, '66.196.91.253', 0),
(10796, '66.196.91.254', 0),
(10797, '66.196.91.26', 0),
(10798, '66.196.91.27', 0),
(10799, '66.196.91.28', 0),
(10800, '66.196.91.29', 0),
(10801, '66.196.91.30', 0),
(10802, '66.196.91.31', 0),
(10803, '66.196.91.32', 0),
(10804, '66.196.91.33', 0),
(10805, '66.196.91.34', 0),
(10806, '66.196.91.35', 0),
(10807, '66.196.91.36', 0),
(10808, '66.196.91.37', 0),
(10809, '66.196.91.38', 0),
(10810, '66.196.91.39', 0),
(10811, '66.196.91.40', 0),
(10812, '66.196.91.41', 0),
(10813, '66.196.91.42', 0),
(10814, '66.196.91.43', 0),
(10815, '66.196.91.44', 0),
(10816, '66.196.91.45', 0),
(10817, '66.196.91.46', 0),
(10818, '66.196.91.47', 0),
(10819, '66.196.91.48', 0),
(10820, '66.196.91.49', 0),
(10821, '66.196.91.50', 0),
(10822, '66.196.91.51', 0),
(10823, '66.196.91.52', 0),
(10824, '66.196.91.53', 0),
(10825, '66.196.91.54', 0),
(10826, '66.196.91.55', 0),
(10827, '66.196.91.56', 0),
(10828, '66.196.91.57', 0),
(10829, '66.196.91.58', 0),
(10830, '66.196.91.59', 0),
(10831, '66.196.91.60', 0),
(10832, '66.196.91.61', 0),
(10833, '66.196.91.62', 0),
(10834, '66.196.91.63', 0),
(10835, '66.196.91.64', 0),
(10836, '66.196.91.65', 0),
(10837, '66.196.91.66', 0),
(10838, '66.196.91.67', 0),
(10839, '66.196.91.68', 0),
(10840, '66.196.91.69', 0),
(10841, '66.196.91.70', 0),
(10842, '66.196.91.71', 0),
(10843, '66.196.91.72', 0),
(10844, '66.196.91.73', 0),
(10845, '66.196.91.74', 0),
(10846, '66.196.91.75', 0),
(10847, '66.196.91.76', 0),
(10848, '66.196.91.77', 0),
(10849, '66.196.91.78', 0),
(10850, '66.196.91.79', 0),
(10851, '66.196.91.8', 0),
(10852, '66.196.91.80', 0),
(10853, '66.196.91.81', 0),
(10854, '66.196.91.82', 0),
(10855, '66.196.91.83', 0),
(10856, '66.196.91.84', 0),
(10857, '66.196.91.85', 0),
(10858, '66.196.91.86', 0),
(10859, '66.196.91.87', 0),
(10860, '66.196.91.88', 0),
(10861, '66.196.91.89', 0),
(10862, '66.196.91.9', 0),
(10863, '66.196.91.90', 0),
(10864, '66.196.91.91', 0),
(10865, '66.196.91.92', 0),
(10866, '66.196.91.93', 0),
(10867, '66.196.91.94', 0),
(10868, '66.196.91.95', 0),
(10869, '66.196.91.96', 0),
(10870, '66.196.91.97', 0),
(10871, '66.196.91.98', 0),
(10872, '66.196.91.99', 0),
(10873, '66.196.92', 0),
(10874, '66.196.92.10', 0),
(10875, '66.196.92.100', 0),
(10876, '66.196.92.101', 0),
(10877, '66.196.92.102', 0),
(10878, '66.196.92.103', 0),
(10879, '66.196.92.104', 0),
(10880, '66.196.92.105', 0),
(10881, '66.196.92.106', 0),
(10882, '66.196.92.107', 0),
(10883, '66.196.92.108', 0),
(10884, '66.196.92.109', 0),
(10885, '66.196.92.11', 0),
(10886, '66.196.92.110', 0),
(10887, '66.196.92.111', 0),
(10888, '66.196.92.112', 0),
(10889, '66.196.92.113', 0),
(10890, '66.196.92.114', 0),
(10891, '66.196.92.115', 0),
(10892, '66.196.92.117', 0),
(10893, '66.196.92.118', 0),
(10894, '66.196.92.119', 0),
(10895, '66.196.92.12', 0),
(10896, '66.196.92.120', 0),
(10897, '66.196.92.121', 0),
(10898, '66.196.92.122', 0),
(10899, '66.196.92.123', 0),
(10900, '66.196.92.124', 0),
(10901, '66.196.92.125', 0),
(10902, '66.196.92.126', 0),
(10903, '66.196.92.127', 0),
(10904, '66.196.92.128', 0),
(10905, '66.196.92.129', 0),
(10906, '66.196.92.13', 0),
(10907, '66.196.92.130', 0),
(10908, '66.196.92.131', 0),
(10909, '66.196.92.132', 0),
(10910, '66.196.92.133', 0),
(10911, '66.196.92.134', 0),
(10912, '66.196.92.135', 0),
(10913, '66.196.92.136', 0),
(10914, '66.196.92.137', 0),
(10915, '66.196.92.138', 0),
(10916, '66.196.92.139', 0),
(10917, '66.196.92.14', 0),
(10918, '66.196.92.140', 0),
(10919, '66.196.92.141', 0),
(10920, '66.196.92.142', 0),
(10921, '66.196.92.143', 0),
(10922, '66.196.92.144', 0),
(10923, '66.196.92.145', 0),
(10924, '66.196.92.146', 0),
(10925, '66.196.92.147', 0),
(10926, '66.196.92.148', 0),
(10927, '66.196.92.149', 0),
(10928, '66.196.92.15', 0),
(10929, '66.196.92.150', 0),
(10930, '66.196.92.151', 0),
(10931, '66.196.92.152', 0),
(10932, '66.196.92.153', 0),
(10933, '66.196.92.154', 0),
(10934, '66.196.92.155', 0),
(10935, '66.196.92.156', 0),
(10936, '66.196.92.157', 0),
(10937, '66.196.92.158', 0),
(10938, '66.196.92.159', 0),
(10939, '66.196.92.16', 0),
(10940, '66.196.92.160', 0),
(10941, '66.196.92.161', 0),
(10942, '66.196.92.162', 0),
(10943, '66.196.92.163', 0),
(10944, '66.196.92.164', 0),
(10945, '66.196.92.165', 0),
(10946, '66.196.92.166', 0),
(10947, '66.196.92.167', 0),
(10948, '66.196.92.168', 0),
(10949, '66.196.92.169', 0),
(10950, '66.196.92.17', 0),
(10951, '66.196.92.170', 0),
(10952, '66.196.92.171', 0),
(10953, '66.196.92.172', 0),
(10954, '66.196.92.173', 0),
(10955, '66.196.92.174', 0),
(10956, '66.196.92.175', 0),
(10957, '66.196.92.176', 0),
(10958, '66.196.92.177', 0),
(10959, '66.196.92.178', 0),
(10960, '66.196.92.179', 0),
(10961, '66.196.92.18', 0),
(10962, '66.196.92.180', 0),
(10963, '66.196.92.181', 0),
(10964, '66.196.92.182', 0),
(10965, '66.196.92.183', 0),
(10966, '66.196.92.184', 0),
(10967, '66.196.92.185', 0),
(10968, '66.196.92.186', 0),
(10969, '66.196.92.187', 0),
(10970, '66.196.92.188', 0),
(10971, '66.196.92.189', 0),
(10972, '66.196.92.19', 0),
(10973, '66.196.92.190', 0),
(10974, '66.196.92.192', 0),
(10975, '66.196.92.193', 0),
(10976, '66.196.92.194', 0),
(10977, '66.196.92.195', 0),
(10978, '66.196.92.196', 0),
(10979, '66.196.92.197', 0),
(10980, '66.196.92.198', 0),
(10981, '66.196.92.199', 0),
(10982, '66.196.92.20', 0),
(10983, '66.196.92.200', 0),
(10984, '66.196.92.201', 0),
(10985, '66.196.92.202', 0),
(10986, '66.196.92.203', 0),
(10987, '66.196.92.204', 0),
(10988, '66.196.92.205', 0),
(10989, '66.196.92.206', 0),
(10990, '66.196.92.207', 0),
(10991, '66.196.92.208', 0),
(10992, '66.196.92.209', 0),
(10993, '66.196.92.21', 0),
(10994, '66.196.92.210', 0),
(10995, '66.196.92.211', 0),
(10996, '66.196.92.212', 0),
(10997, '66.196.92.213', 0),
(10998, '66.196.92.214', 0),
(10999, '66.196.92.215', 0),
(11000, '66.196.92.216', 0),
(11001, '66.196.92.217', 0),
(11002, '66.196.92.218', 0),
(11003, '66.196.92.219', 0),
(11004, '66.196.92.22', 0),
(11005, '66.196.92.220', 0),
(11006, '66.196.92.221', 0),
(11007, '66.196.92.222', 0),
(11008, '66.196.92.223', 0),
(11009, '66.196.92.224', 0),
(11010, '66.196.92.226', 0),
(11011, '66.196.92.227', 0),
(11012, '66.196.92.228', 0),
(11013, '66.196.92.229', 0),
(11014, '66.196.92.23', 0),
(11015, '66.196.92.230', 0),
(11016, '66.196.92.232', 0),
(11017, '66.196.92.233', 0),
(11018, '66.196.92.234', 0),
(11019, '66.196.92.235', 0),
(11020, '66.196.92.236', 0),
(11021, '66.196.92.237', 0),
(11022, '66.196.92.238', 0),
(11023, '66.196.92.239', 0),
(11024, '66.196.92.24', 0),
(11025, '66.196.92.240', 0),
(11026, '66.196.92.241', 0),
(11027, '66.196.92.242', 0),
(11028, '66.196.92.244', 0),
(11029, '66.196.92.245', 0),
(11030, '66.196.92.246', 0),
(11031, '66.196.92.247', 0),
(11032, '66.196.92.248', 0),
(11033, '66.196.92.249', 0),
(11034, '66.196.92.25', 0),
(11035, '66.196.92.250', 0),
(11036, '66.196.92.251', 0),
(11037, '66.196.92.252', 0),
(11038, '66.196.92.253', 0),
(11039, '66.196.92.254', 0),
(11040, '66.196.92.26', 0),
(11041, '66.196.92.27', 0),
(11042, '66.196.92.28', 0),
(11043, '66.196.92.29', 0),
(11044, '66.196.92.30', 0),
(11045, '66.196.92.31', 0),
(11046, '66.196.92.32', 0),
(11047, '66.196.92.33', 0),
(11048, '66.196.92.34', 0),
(11049, '66.196.92.35', 0),
(11050, '66.196.92.36', 0),
(11051, '66.196.92.37', 0),
(11052, '66.196.92.38', 0),
(11053, '66.196.92.39', 0),
(11054, '66.196.92.40', 0),
(11055, '66.196.92.41', 0),
(11056, '66.196.92.42', 0),
(11057, '66.196.92.44', 0),
(11058, '66.196.92.45', 0),
(11059, '66.196.92.46', 0),
(11060, '66.196.92.47', 0),
(11061, '66.196.92.48', 0),
(11062, '66.196.92.49', 0),
(11063, '66.196.92.50', 0),
(11064, '66.196.92.51', 0),
(11065, '66.196.92.52', 0),
(11066, '66.196.92.53', 0),
(11067, '66.196.92.54', 0),
(11068, '66.196.92.55', 0),
(11069, '66.196.92.56', 0),
(11070, '66.196.92.57', 0),
(11071, '66.196.92.58', 0),
(11072, '66.196.92.59', 0),
(11073, '66.196.92.6', 0),
(11074, '66.196.92.60', 0),
(11075, '66.196.92.61', 0),
(11076, '66.196.92.62', 0),
(11077, '66.196.92.63', 0),
(11078, '66.196.92.64', 0),
(11079, '66.196.92.65', 0),
(11080, '66.196.92.66', 0),
(11081, '66.196.92.67', 0),
(11082, '66.196.92.68', 0),
(11083, '66.196.92.69', 0),
(11084, '66.196.92.7', 0),
(11085, '66.196.92.70', 0),
(11086, '66.196.92.71', 0),
(11087, '66.196.92.72', 0),
(11088, '66.196.92.73', 0),
(11089, '66.196.92.74', 0),
(11090, '66.196.92.75', 0),
(11091, '66.196.92.76', 0),
(11092, '66.196.92.77', 0),
(11093, '66.196.92.78', 0),
(11094, '66.196.92.79', 0),
(11095, '66.196.92.8', 0),
(11096, '66.196.92.80', 0),
(11097, '66.196.92.82', 0),
(11098, '66.196.92.83', 0),
(11099, '66.196.92.84', 0),
(11100, '66.196.92.85', 0),
(11101, '66.196.92.86', 0),
(11102, '66.196.92.87', 0),
(11103, '66.196.92.88', 0),
(11104, '66.196.92.89', 0),
(11105, '66.196.92.9', 0),
(11106, '66.196.92.90', 0),
(11107, '66.196.92.91', 0),
(11108, '66.196.92.92', 0),
(11109, '66.196.92.93', 0),
(11110, '66.196.92.94', 0),
(11111, '66.196.92.95', 0),
(11112, '66.196.92.96', 0),
(11113, '66.196.92.97', 0),
(11114, '66.196.92.98', 0),
(11115, '66.196.92.99', 0),
(11116, '66.196.93.10', 0),
(11117, '66.196.93.11', 0),
(11118, '66.196.93.12', 0),
(11119, '66.196.93.14', 0),
(11120, '66.196.93.15', 0),
(11121, '66.196.93.17', 0),
(11122, '66.196.93.18', 0),
(11123, '66.196.93.19', 0),
(11124, '66.196.93.20', 0),
(11125, '66.196.93.21', 0),
(11126, '66.196.93.22', 0),
(11127, '66.196.93.23', 0),
(11128, '66.196.93.24', 0),
(11129, '66.196.93.25', 0),
(11130, '66.196.93.26', 0),
(11131, '66.196.93.28', 0),
(11132, '66.196.93.29', 0),
(11133, '66.196.93.30', 0),
(11134, '66.196.93.31', 0),
(11135, '66.196.93.32', 0),
(11136, '66.196.93.33', 0),
(11137, '66.196.93.34', 0),
(11138, '66.196.93.35', 0),
(11139, '66.196.93.36', 0),
(11140, '66.196.93.37', 0),
(11141, '66.196.93.4', 0),
(11142, '66.196.93.5', 0),
(11143, '66.196.93.6', 0),
(11144, '66.196.93.7', 0),
(11145, '66.196.93.8', 0),
(11146, '66.196.93.9', 0),
(11147, '66.196.95.10', 0),
(11148, '66.196.97', 0),
(11149, '66.196.97.126', 0),
(11150, '66.196.97.61', 0),
(11151, '66.196.97.67', 0),
(11152, '66.196.99.20', 0),
(11153, '66.218.65.52', 0),
(11154, '66.218.70', 0),
(11155, '66.218.70.227', 0),
(11156, '66.221.171.1', 0),
(11157, '66.227.104.196', 0),
(11158, '66.227.56.8', 0),
(11159, '66.228.164', 0),
(11160, '66.228.164.100', 0),
(11161, '66.228.164.102', 0),
(11162, '66.228.164.107', 0),
(11163, '66.228.164.108', 0),
(11164, '66.228.164.111', 0),
(11165, '66.228.164.112', 0),
(11166, '66.228.164.115', 0),
(11167, '66.228.164.117', 0),
(11168, '66.228.164.118', 0),
(11169, '66.228.164.119', 0),
(11170, '66.228.164.122', 0),
(11171, '66.228.164.131', 0),
(11172, '66.228.164.149', 0),
(11173, '66.228.164.151', 0),
(11174, '66.228.164.153', 0),
(11175, '66.228.164.154', 0),
(11176, '66.228.164.181', 0),
(11177, '66.228.164.182', 0),
(11178, '66.228.164.191', 0),
(11179, '66.228.164.192', 0),
(11180, '66.228.164.193', 0),
(11181, '66.228.164.194', 0),
(11182, '66.228.164.198', 0),
(11183, '66.228.164.200', 0),
(11184, '66.228.164.201', 0),
(11185, '66.228.164.203', 0),
(11186, '66.228.164.204', 0),
(11187, '66.228.164.239', 0),
(11188, '66.228.164.90', 0),
(11189, '66.228.164.93', 0),
(11190, '66.228.164.94', 0),
(11191, '66.228.164.98', 0),
(11192, '66.228.165', 0),
(11193, '66.228.165.104', 0),
(11194, '66.228.165.106', 0),
(11195, '66.228.165.113', 0),
(11196, '66.228.165.115', 0),
(11197, '66.228.165.119', 0),
(11198, '66.228.165.131', 0),
(11199, '66.228.165.140', 0),
(11200, '66.228.165.141', 0),
(11201, '66.228.165.142', 0),
(11202, '66.228.165.143', 0),
(11203, '66.228.165.187', 0),
(11204, '66.228.165.31', 0),
(11205, '66.228.165.32', 0),
(11206, '66.228.166', 0),
(11207, '66.228.166.135', 0),
(11208, '66.228.166.136', 0),
(11209, '66.228.166.158', 0),
(11210, '66.228.167.113', 0),
(11211, '66.228.167.133', 0),
(11212, '66.228.167.188', 0),
(11213, '66.228.167.204', 0),
(11214, '66.228.167.32', 0),
(11215, '66.228.173', 0),
(11216, '66.228.182.177', 0),
(11217, '66.228.182.183', 0),
(11218, '66.228.182.185', 0),
(11219, '66.228.182.187', 0),
(11220, '66.228.182.188', 0),
(11221, '66.228.182.190', 0),
(11222, '66.228.202.122', 0),
(11223, '66.230.239.174', 0),
(11224, '66.231.188.104', 0),
(11225, '66.231.188.140', 0),
(11226, '66.231.188.30', 0),
(11227, '66.231.188.31', 0),
(11228, '66.231.188.38', 0),
(11229, '66.231.188.61', 0),
(11230, '66.231.188.84', 0),
(11231, '66.231.189.106', 0),
(11232, '66.231.189.117', 0),
(11233, '66.231.189.135', 0),
(11234, '66.231.189.37', 0),
(11235, '66.231.189.63', 0),
(11236, '66.234.139.194', 0),
(11237, '66.234.139.204', 0),
(11238, '66.234.139.205', 0),
(11239, '66.234.139.206', 0),
(11240, '66.234.139.207', 0),
(11241, '66.234.139.208', 0),
(11242, '66.234.139.209', 0),
(11243, '66.234.139.212', 0),
(11244, '66.234.139.213', 0),
(11245, '66.234.139.214', 0),
(11246, '66.234.139.215', 0),
(11247, '66.234.139.216', 0),
(11248, '66.234.139.218', 0),
(11249, '66.234.236.21', 0),
(11250, '66.235.112.5', 0),
(11251, '66.235.124', 0),
(11252, '66.235.124.11', 0),
(11253, '66.235.124.14', 0),
(11254, '66.235.124.21', 0),
(11255, '66.235.124.25', 0),
(11256, '66.235.124.27', 0),
(11257, '66.235.124.29', 0),
(11258, '66.235.124.30', 0),
(11259, '66.235.124.38', 0),
(11260, '66.235.124.39', 0),
(11261, '66.235.124.5', 0),
(11262, '66.235.124.54', 0),
(11263, '66.235.124.55', 0),
(11264, '66.235.124.56', 0),
(11265, '66.235.124.57', 0),
(11266, '66.235.124.58', 0),
(11267, '66.235.124.59', 0),
(11268, '66.235.124.7', 0),
(11269, '66.235.124.8', 0),
(11270, '66.235.180.244', 0),
(11271, '66.237.60', 0),
(11272, '66.237.60.101', 0),
(11273, '66.237.60.102', 0),
(11274, '66.237.60.103', 0),
(11275, '66.237.60.105', 0),
(11276, '66.237.60.106', 0),
(11277, '66.237.60.109', 0),
(11278, '66.237.60.11', 0),
(11279, '66.237.60.110', 0),
(11280, '66.237.60.112', 0),
(11281, '66.237.60.12', 0),
(11282, '66.237.60.14', 0),
(11283, '66.237.60.15', 0),
(11284, '66.237.60.19', 0),
(11285, '66.237.60.2', 0),
(11286, '66.237.60.21', 0),
(11287, '66.237.60.22', 0),
(11288, '66.237.60.23', 0),
(11289, '66.237.60.25', 0),
(11290, '66.237.60.26', 0),
(11291, '66.237.60.27', 0),
(11292, '66.237.60.30', 0),
(11293, '66.237.60.31', 0),
(11294, '66.237.60.32', 0),
(11295, '66.237.60.35', 0),
(11296, '66.237.60.36', 0),
(11297, '66.237.60.37', 0),
(11298, '66.237.60.38', 0),
(11299, '66.237.60.4', 0),
(11300, '66.237.60.40', 0),
(11301, '66.237.60.42', 0),
(11302, '66.237.60.43', 0),
(11303, '66.237.60.44', 0),
(11304, '66.237.60.45', 0),
(11305, '66.237.60.46', 0),
(11306, '66.237.60.47', 0),
(11307, '66.237.60.48', 0),
(11308, '66.237.60.49', 0),
(11309, '66.237.60.5', 0),
(11310, '66.237.60.50', 0),
(11311, '66.237.60.51', 0),
(11312, '66.237.60.52', 0),
(11313, '66.237.60.53', 0),
(11314, '66.237.60.54', 0),
(11315, '66.237.60.55', 0),
(11316, '66.237.60.56', 0),
(11317, '66.237.60.57', 0),
(11318, '66.237.60.58', 0),
(11319, '66.237.60.59', 0),
(11320, '66.237.60.60', 0),
(11321, '66.237.60.61', 0),
(11322, '66.237.60.62', 0),
(11323, '66.237.60.70', 0),
(11324, '66.237.60.71', 0),
(11325, '66.237.60.72', 0),
(11326, '66.237.60.76', 0),
(11327, '66.237.60.81', 0),
(11328, '66.237.60.83', 0),
(11329, '66.237.60.84', 0),
(11330, '66.237.60.85', 0),
(11331, '66.237.60.86', 0),
(11332, '66.237.60.87', 0),
(11333, '66.237.60.88', 0),
(11334, '66.237.60.89', 0),
(11335, '66.237.60.90', 0),
(11336, '66.237.60.91', 0),
(11337, '66.237.60.92', 0),
(11338, '66.237.60.93', 0),
(11339, '66.237.60.94', 0),
(11340, '66.237.60.95', 0),
(11341, '66.237.60.96', 0),
(11342, '66.237.60.97', 0),
(11343, '66.237.60.98', 0),
(11344, '66.237.60.99', 0),
(11345, '66.240.140.190', 0),
(11346, '66.241.84.164', 0),
(11347, '66.249.16.207', 0),
(11348, '66.249.16.211', 0),
(11349, '66.249.16.212', 0),
(11350, '66.249.26.98', 0),
(11351, '66.249.64', 0),
(11352, '66.249.65', 0),
(11353, '66.249.65.100', 0),
(11354, '66.249.65.101', 0),
(11355, '66.249.65.11', 0),
(11356, '66.249.65.115', 0),
(11357, '66.249.65.13', 0),
(11358, '66.249.65.16', 0),
(11359, '66.249.65.172', 0),
(11360, '66.249.65.178', 0),
(11361, '66.249.65.193', 0),
(11362, '66.249.65.196', 0),
(11363, '66.249.65.207', 0),
(11364, '66.249.65.211', 0),
(11365, '66.249.65.228', 0),
(11366, '66.249.65.233', 0),
(11367, '66.249.65.235', 0),
(11368, '66.249.65.237', 0),
(11369, '66.249.65.242', 0),
(11370, '66.249.65.4', 0),
(11371, '66.249.65.42', 0),
(11372, '66.249.65.69', 0),
(11373, '66.249.65.71', 0),
(11374, '66.249.65.72', 0),
(11375, '66.249.65.98', 0),
(11376, '66.249.66', 0),
(11377, '66.249.66.1', 0),
(11378, '66.249.66.103', 0),
(11379, '66.249.66.108', 0),
(11380, '66.249.66.136', 0),
(11381, '66.249.66.163', 0),
(11382, '66.249.66.164', 0),
(11383, '66.249.66.17', 0),
(11384, '66.249.66.170', 0),
(11385, '66.249.66.173', 0),
(11386, '66.249.66.175', 0),
(11387, '66.249.66.177', 0),
(11388, '66.249.66.197', 0),
(11389, '66.249.66.198', 0),
(11390, '66.249.66.211', 0),
(11391, '66.249.66.230', 0),
(11392, '66.249.66.237', 0),
(11393, '66.249.66.240', 0),
(11394, '66.249.66.241', 0),
(11395, '66.249.66.244', 0),
(11396, '66.249.66.3', 0),
(11397, '66.249.66.50', 0),
(11398, '66.249.66.7', 0),
(11399, '66.249.66.70', 0),
(11400, '66.249.66.75', 0),
(11401, '66.249.66.79', 0),
(11402, '66.249.67', 0),
(11403, '66.249.67.113', 0),
(11404, '66.249.67.138', 0),
(11405, '66.249.67.139', 0),
(11406, '66.249.67.145', 0),
(11407, '66.249.67.162', 0),
(11408, '66.249.67.167', 0),
(11409, '66.249.67.169', 0),
(11410, '66.249.67.179', 0),
(11411, '66.249.67.201', 0),
(11412, '66.249.67.230', 0),
(11413, '66.249.67.236', 0),
(11414, '66.249.67.34', 0),
(11415, '66.249.67.4', 0),
(11416, '66.249.67.56', 0),
(11417, '66.249.67.75', 0),
(11418, '66.249.67.98', 0),
(11419, '66.249.68', 0),
(11420, '66.249.69', 0),
(11421, '66.249.70', 0),
(11422, '66.249.70.102', 0),
(11423, '66.249.70.107', 0),
(11424, '66.249.70.115', 0),
(11425, '66.249.70.156', 0),
(11426, '66.249.70.165', 0),
(11427, '66.249.70.188', 0),
(11428, '66.249.70.203', 0),
(11429, '66.249.70.211', 0),
(11430, '66.249.70.235', 0),
(11431, '66.249.70.236', 0),
(11432, '66.249.70.246', 0),
(11433, '66.249.70.248', 0),
(11434, '66.249.70.25', 0),
(11435, '66.249.70.39', 0),
(11436, '66.249.70.52', 0),
(11437, '66.249.70.54', 0),
(11438, '66.249.70.55', 0),
(11439, '66.249.70.57', 0),
(11440, '66.249.70.78', 0),
(11441, '66.249.70.97', 0),
(11442, '66.249.71', 0),
(11443, '66.249.71.1', 0),
(11444, '66.249.71.10', 0),
(11445, '66.249.71.100', 0),
(11446, '66.249.71.101', 0),
(11447, '66.249.71.102', 0),
(11448, '66.249.71.104', 0),
(11449, '66.249.71.109', 0),
(11450, '66.249.71.11', 0),
(11451, '66.249.71.110', 0),
(11452, '66.249.71.111', 0),
(11453, '66.249.71.113', 0),
(11454, '66.249.71.115', 0),
(11455, '66.249.71.116', 0),
(11456, '66.249.71.117', 0),
(11457, '66.249.71.12', 0),
(11458, '66.249.71.120', 0),
(11459, '66.249.71.121', 0),
(11460, '66.249.71.122', 0),
(11461, '66.249.71.123', 0),
(11462, '66.249.71.129', 0),
(11463, '66.249.71.13', 0),
(11464, '66.249.71.130', 0),
(11465, '66.249.71.131', 0),
(11466, '66.249.71.132', 0),
(11467, '66.249.71.133', 0),
(11468, '66.249.71.134', 0),
(11469, '66.249.71.135', 0),
(11470, '66.249.71.136', 0),
(11471, '66.249.71.137', 0),
(11472, '66.249.71.138', 0),
(11473, '66.249.71.139', 0),
(11474, '66.249.71.14', 0),
(11475, '66.249.71.140', 0),
(11476, '66.249.71.141', 0),
(11477, '66.249.71.142', 0),
(11478, '66.249.71.143', 0),
(11479, '66.249.71.147', 0),
(11480, '66.249.71.148', 0),
(11481, '66.249.71.149', 0),
(11482, '66.249.71.15', 0),
(11483, '66.249.71.150', 0),
(11484, '66.249.71.151', 0),
(11485, '66.249.71.152', 0),
(11486, '66.249.71.153', 0),
(11487, '66.249.71.154', 0),
(11488, '66.249.71.16', 0),
(11489, '66.249.71.161', 0),
(11490, '66.249.71.162', 0),
(11491, '66.249.71.163', 0),
(11492, '66.249.71.164', 0),
(11493, '66.249.71.165', 0),
(11494, '66.249.71.166', 0),
(11495, '66.249.71.167', 0),
(11496, '66.249.71.168', 0),
(11497, '66.249.71.169', 0),
(11498, '66.249.71.17', 0),
(11499, '66.249.71.170', 0),
(11500, '66.249.71.171', 0),
(11501, '66.249.71.172', 0),
(11502, '66.249.71.173', 0),
(11503, '66.249.71.174', 0),
(11504, '66.249.71.175', 0),
(11505, '66.249.71.176', 0),
(11506, '66.249.71.177', 0),
(11507, '66.249.71.178', 0),
(11508, '66.249.71.179', 0),
(11509, '66.249.71.18', 0),
(11510, '66.249.71.180', 0),
(11511, '66.249.71.181', 0),
(11512, '66.249.71.182', 0),
(11513, '66.249.71.183', 0),
(11514, '66.249.71.184', 0),
(11515, '66.249.71.185', 0),
(11516, '66.249.71.186', 0),
(11517, '66.249.71.187', 0),
(11518, '66.249.71.19', 0),
(11519, '66.249.71.193', 0),
(11520, '66.249.71.194', 0),
(11521, '66.249.71.195', 0),
(11522, '66.249.71.196', 0),
(11523, '66.249.71.197', 0);
INSERT INTO `wp_1_cloaker_ips` (`id`, `ip_address`, `man`) VALUES
(11524, '66.249.71.198', 0),
(11525, '66.249.71.199', 0),
(11526, '66.249.71.2', 0),
(11527, '66.249.71.20', 0),
(11528, '66.249.71.200', 0),
(11529, '66.249.71.201', 0),
(11530, '66.249.71.202', 0),
(11531, '66.249.71.203', 0),
(11532, '66.249.71.204', 0),
(11533, '66.249.71.205', 0),
(11534, '66.249.71.206', 0),
(11535, '66.249.71.207', 0),
(11536, '66.249.71.208', 0),
(11537, '66.249.71.209', 0),
(11538, '66.249.71.21', 0),
(11539, '66.249.71.210', 0),
(11540, '66.249.71.212', 0),
(11541, '66.249.71.214', 0),
(11542, '66.249.71.215', 0),
(11543, '66.249.71.216', 0),
(11544, '66.249.71.217', 0),
(11545, '66.249.71.218', 0),
(11546, '66.249.71.219', 0),
(11547, '66.249.71.22', 0),
(11548, '66.249.71.225', 0),
(11549, '66.249.71.226', 0),
(11550, '66.249.71.227', 0),
(11551, '66.249.71.23', 0),
(11552, '66.249.71.231', 0),
(11553, '66.249.71.232', 0),
(11554, '66.249.71.233', 0),
(11555, '66.249.71.237', 0),
(11556, '66.249.71.238', 0),
(11557, '66.249.71.239', 0),
(11558, '66.249.71.24', 0),
(11559, '66.249.71.240', 0),
(11560, '66.249.71.241', 0),
(11561, '66.249.71.242', 0),
(11562, '66.249.71.243', 0),
(11563, '66.249.71.244', 0),
(11564, '66.249.71.245', 0),
(11565, '66.249.71.246', 0),
(11566, '66.249.71.247', 0),
(11567, '66.249.71.248', 0),
(11568, '66.249.71.249', 0),
(11569, '66.249.71.250', 0),
(11570, '66.249.71.251', 0),
(11571, '66.249.71.26', 0),
(11572, '66.249.71.3', 0),
(11573, '66.249.71.33', 0),
(11574, '66.249.71.34', 0),
(11575, '66.249.71.35', 0),
(11576, '66.249.71.36', 0),
(11577, '66.249.71.37', 0),
(11578, '66.249.71.38', 0),
(11579, '66.249.71.39', 0),
(11580, '66.249.71.40', 0),
(11581, '66.249.71.41', 0),
(11582, '66.249.71.42', 0),
(11583, '66.249.71.43', 0),
(11584, '66.249.71.44', 0),
(11585, '66.249.71.45', 0),
(11586, '66.249.71.47', 0),
(11587, '66.249.71.48', 0),
(11588, '66.249.71.49', 0),
(11589, '66.249.71.50', 0),
(11590, '66.249.71.51', 0),
(11591, '66.249.71.52', 0),
(11592, '66.249.71.53', 0),
(11593, '66.249.71.54', 0),
(11594, '66.249.71.55', 0),
(11595, '66.249.71.56', 0),
(11596, '66.249.71.57', 0),
(11597, '66.249.71.58', 0),
(11598, '66.249.71.59', 0),
(11599, '66.249.71.6', 0),
(11600, '66.249.71.65', 0),
(11601, '66.249.71.66', 0),
(11602, '66.249.71.67', 0),
(11603, '66.249.71.68', 0),
(11604, '66.249.71.69', 0),
(11605, '66.249.71.7', 0),
(11606, '66.249.71.70', 0),
(11607, '66.249.71.74', 0),
(11608, '66.249.71.75', 0),
(11609, '66.249.71.76', 0),
(11610, '66.249.71.77', 0),
(11611, '66.249.71.78', 0),
(11612, '66.249.71.79', 0),
(11613, '66.249.71.8', 0),
(11614, '66.249.71.80', 0),
(11615, '66.249.71.81', 0),
(11616, '66.249.71.82', 0),
(11617, '66.249.71.83', 0),
(11618, '66.249.71.84', 0),
(11619, '66.249.71.85', 0),
(11620, '66.249.71.87', 0),
(11621, '66.249.71.88', 0),
(11622, '66.249.71.89', 0),
(11623, '66.249.71.9', 0),
(11624, '66.249.71.90', 0),
(11625, '66.249.71.91', 0),
(11626, '66.249.71.97', 0),
(11627, '66.249.71.98', 0),
(11628, '66.249.71.99', 0),
(11629, '66.249.72', 0),
(11630, '66.249.72.101', 0),
(11631, '66.249.72.102', 0),
(11632, '66.249.72.104', 0),
(11633, '66.249.72.109', 0),
(11634, '66.249.72.115', 0),
(11635, '66.249.72.13', 0),
(11636, '66.249.72.134', 0),
(11637, '66.249.72.135', 0),
(11638, '66.249.72.141', 0),
(11639, '66.249.72.148', 0),
(11640, '66.249.72.16', 0),
(11641, '66.249.72.162', 0),
(11642, '66.249.72.168', 0),
(11643, '66.249.72.169', 0),
(11644, '66.249.72.171', 0),
(11645, '66.249.72.172', 0),
(11646, '66.249.72.180', 0),
(11647, '66.249.72.201', 0),
(11648, '66.249.72.210', 0),
(11649, '66.249.72.211', 0),
(11650, '66.249.72.230', 0),
(11651, '66.249.72.236', 0),
(11652, '66.249.72.244', 0),
(11653, '66.249.72.33', 0),
(11654, '66.249.72.36', 0),
(11655, '66.249.72.39', 0),
(11656, '66.249.72.46', 0),
(11657, '66.249.72.51', 0),
(11658, '66.249.72.52', 0),
(11659, '66.249.72.65', 0),
(11660, '66.249.72.73', 0),
(11661, '66.249.72.74', 0),
(11662, '66.249.72.76', 0),
(11663, '66.249.72.77', 0),
(11664, '66.249.72.83', 0),
(11665, '66.249.72.84', 0),
(11666, '66.249.72.98', 0),
(11667, '66.249.73', 0),
(11668, '66.249.73.101', 0),
(11669, '66.249.73.11', 0),
(11670, '66.249.73.113', 0),
(11671, '66.249.73.115', 0),
(11672, '66.249.73.131', 0),
(11673, '66.249.73.143', 0),
(11674, '66.249.73.146', 0),
(11675, '66.249.73.153', 0),
(11676, '66.249.73.168', 0),
(11677, '66.249.73.185', 0),
(11678, '66.249.73.194', 0),
(11679, '66.249.73.202', 0),
(11680, '66.249.73.225', 0),
(11681, '66.249.73.236', 0),
(11682, '66.249.73.240', 0),
(11683, '66.249.73.247', 0),
(11684, '66.249.73.28', 0),
(11685, '66.249.73.33', 0),
(11686, '66.249.73.34', 0),
(11687, '66.249.73.49', 0),
(11688, '66.249.73.60', 0),
(11689, '66.249.73.68', 0),
(11690, '66.249.73.7', 0),
(11691, '66.249.73.83', 0),
(11692, '66.249.73.91', 0),
(11693, '66.249.78', 0),
(11694, '66.249.79', 0),
(11695, '66.249.85.67', 0),
(11696, '66.249.85.84', 0),
(11697, '66.249.85.85', 0),
(11698, '66.250.174.30', 0),
(11699, '66.250.86.178', 0),
(11700, '66.27.55.14', 0),
(11701, '66.28.139.66', 0),
(11702, '66.28.139.71', 0),
(11703, '66.28.20.194', 0),
(11704, '66.28.23.147', 0),
(11705, '66.28.233.150', 0),
(11706, '66.28.248.146', 0),
(11707, '66.28.68.23', 0),
(11708, '66.28.68.234', 0),
(11709, '66.28.68.235', 0),
(11710, '66.28.68.236', 0),
(11711, '66.28.68.237', 0),
(11712, '66.33.25.76', 0),
(11713, '66.35.208.112', 0),
(11714, '66.35.208.158', 0),
(11715, '66.35.208.160', 0),
(11716, '66.35.208.206', 0),
(11717, '66.35.208.210', 0),
(11718, '66.35.208.211', 0),
(11719, '66.35.208.59', 0),
(11720, '66.35.208.60', 0),
(11721, '66.40.245.254', 0),
(11722, '66.45.38.86', 0),
(11723, '66.47.255.121', 0),
(11724, '66.55.143.162', 0),
(11725, '66.7.131.1', 0),
(11726, '66.7.131.130', 0),
(11727, '66.7.131.131', 0),
(11728, '66.7.131.132', 0),
(11729, '66.7.131.133', 0),
(11730, '66.7.131.134', 0),
(11731, '66.7.131.135', 0),
(11732, '66.7.131.136', 0),
(11733, '66.7.131.137', 0),
(11734, '66.7.131.138', 0),
(11735, '66.7.131.139', 0),
(11736, '66.7.131.140', 0),
(11737, '66.7.131.141', 0),
(11738, '66.7.131.142', 0),
(11739, '66.7.131.143', 0),
(11740, '66.7.131.144', 0),
(11741, '66.7.131.145', 0),
(11742, '66.7.131.146', 0),
(11743, '66.7.131.147', 0),
(11744, '66.7.131.148', 0),
(11745, '66.7.131.149', 0),
(11746, '66.7.131.150', 0),
(11747, '66.7.131.151', 0),
(11748, '66.7.131.152', 0),
(11749, '66.7.131.153', 0),
(11750, '66.7.131.154', 0),
(11751, '66.7.131.155', 0),
(11752, '66.7.131.156', 0),
(11753, '66.7.131.157', 0),
(11754, '66.7.131.158', 0),
(11755, '66.7.131.159', 0),
(11756, '66.7.131.160', 0),
(11757, '66.7.131.161', 0),
(11758, '66.7.131.162', 0),
(11759, '66.7.131.163', 0),
(11760, '66.7.131.164', 0),
(11761, '66.7.131.165', 0),
(11762, '66.77.127.102', 0),
(11763, '66.77.127.85', 0),
(11764, '66.77.73', 0),
(11765, '66.77.73.103', 0),
(11766, '66.77.73.104', 0),
(11767, '66.77.73.107', 0),
(11768, '66.77.73.108', 0),
(11769, '66.77.73.109', 0),
(11770, '66.77.73.110', 0),
(11771, '66.77.73.113', 0),
(11772, '66.77.73.114', 0),
(11773, '66.77.73.115', 0),
(11774, '66.77.73.116', 0),
(11775, '66.77.73.128', 0),
(11776, '66.77.73.129', 0),
(11777, '66.77.73.130', 0),
(11778, '66.77.73.131', 0),
(11779, '66.77.73.138', 0),
(11780, '66.77.73.140', 0),
(11781, '66.77.73.141', 0),
(11782, '66.77.73.142', 0),
(11783, '66.77.73.143', 0),
(11784, '66.77.73.144', 0),
(11785, '66.77.73.145', 0),
(11786, '66.77.73.146', 0),
(11787, '66.77.73.147', 0),
(11788, '66.77.73.148', 0),
(11789, '66.77.73.149', 0),
(11790, '66.77.73.150', 0),
(11791, '66.77.73.151', 0),
(11792, '66.77.73.152', 0),
(11793, '66.77.73.153', 0),
(11794, '66.77.73.154', 0),
(11795, '66.77.73.155', 0),
(11796, '66.77.73.156', 0),
(11797, '66.77.73.157', 0),
(11798, '66.77.73.158', 0),
(11799, '66.77.73.159', 0),
(11800, '66.77.73.160', 0),
(11801, '66.77.73.161', 0),
(11802, '66.77.73.162', 0),
(11803, '66.77.73.163', 0),
(11804, '66.77.73.164', 0),
(11805, '66.77.73.165', 0),
(11806, '66.77.73.166', 0),
(11807, '66.77.73.167', 0),
(11808, '66.77.73.168', 0),
(11809, '66.77.73.169', 0),
(11810, '66.77.73.170', 0),
(11811, '66.77.73.171', 0),
(11812, '66.77.73.172', 0),
(11813, '66.77.73.173', 0),
(11814, '66.77.73.174', 0),
(11815, '66.77.73.175', 0),
(11816, '66.77.73.176', 0),
(11817, '66.77.73.177', 0),
(11818, '66.77.73.178', 0),
(11819, '66.77.73.179', 0),
(11820, '66.77.73.180', 0),
(11821, '66.77.73.181', 0),
(11822, '66.77.73.182', 0),
(11823, '66.77.73.183', 0),
(11824, '66.77.73.184', 0),
(11825, '66.77.73.185', 0),
(11826, '66.77.73.186', 0),
(11827, '66.77.73.187', 0),
(11828, '66.77.73.189', 0),
(11829, '66.77.73.202', 0),
(11830, '66.77.73.203', 0),
(11831, '66.77.73.204', 0),
(11832, '66.77.73.205', 0),
(11833, '66.77.73.206', 0),
(11834, '66.77.73.207', 0),
(11835, '66.77.73.209', 0),
(11836, '66.77.73.210', 0),
(11837, '66.77.73.211', 0),
(11838, '66.77.73.212', 0),
(11839, '66.77.73.213', 0),
(11840, '66.77.73.214', 0),
(11841, '66.77.73.215', 0),
(11842, '66.77.73.219', 0),
(11843, '66.77.73.222', 0),
(11844, '66.77.73.226', 0),
(11845, '66.77.73.233', 0),
(11846, '66.77.73.235', 0),
(11847, '66.77.73.241', 0),
(11848, '66.77.73.242', 0),
(11849, '66.77.73.243', 0),
(11850, '66.77.73.247', 0),
(11851, '66.77.73.253', 0),
(11852, '66.77.73.254', 0),
(11853, '66.77.73.32', 0),
(11854, '66.77.73.34', 0),
(11855, '66.77.73.40', 0),
(11856, '66.77.73.41', 0),
(11857, '66.77.73.42', 0),
(11858, '66.77.73.43', 0),
(11859, '66.77.73.44', 0),
(11860, '66.77.73.45', 0),
(11861, '66.77.73.46', 0),
(11862, '66.77.73.47', 0),
(11863, '66.77.73.48', 0),
(11864, '66.77.73.49', 0),
(11865, '66.77.73.50', 0),
(11866, '66.77.73.51', 0),
(11867, '66.77.73.54', 0),
(11868, '66.77.73.56', 0),
(11869, '66.77.73.57', 0),
(11870, '66.77.73.58', 0),
(11871, '66.77.73.59', 0),
(11872, '66.77.73.60', 0),
(11873, '66.77.73.61', 0),
(11874, '66.77.73.62', 0),
(11875, '66.77.73.63', 0),
(11876, '66.77.73.64', 0),
(11877, '66.77.73.65', 0),
(11878, '66.77.73.66', 0),
(11879, '66.77.73.67', 0),
(11880, '66.77.73.68', 0),
(11881, '66.77.73.69', 0),
(11882, '66.77.73.70', 0),
(11883, '66.77.73.71', 0),
(11884, '66.77.73.72', 0),
(11885, '66.77.73.73', 0),
(11886, '66.77.73.74', 0),
(11887, '66.77.73.75', 0),
(11888, '66.77.73.76', 0),
(11889, '66.77.73.77', 0),
(11890, '66.77.73.78', 0),
(11891, '66.77.73.79', 0),
(11892, '66.77.73.80', 0),
(11893, '66.77.73.81', 0),
(11894, '66.77.73.82', 0),
(11895, '66.77.73.83', 0),
(11896, '66.77.73.84', 0),
(11897, '66.77.73.85', 0),
(11898, '66.77.73.86', 0),
(11899, '66.77.73.87', 0),
(11900, '66.77.73.88', 0),
(11901, '66.77.73.89', 0),
(11902, '66.77.73.91', 0),
(11903, '66.77.73.92', 0),
(11904, '66.77.73.93', 0),
(11905, '66.77.73.94', 0),
(11906, '66.77.73.95', 0),
(11907, '66.77.73.97', 0),
(11908, '66.77.74', 0),
(11909, '66.77.74.140', 0),
(11910, '66.77.74.141', 0),
(11911, '66.77.74.142', 0),
(11912, '66.77.74.143', 0),
(11913, '66.77.74.144', 0),
(11914, '66.77.74.145', 0),
(11915, '66.77.74.146', 0),
(11916, '66.77.74.147', 0),
(11917, '66.77.74.148', 0),
(11918, '66.77.74.149', 0),
(11919, '66.77.74.150', 0),
(11920, '66.77.74.151', 0),
(11921, '66.77.74.152', 0),
(11922, '66.77.74.153', 0),
(11923, '66.77.74.154', 0),
(11924, '66.77.74.155', 0),
(11925, '66.77.74.156', 0),
(11926, '66.77.74.157', 0),
(11927, '66.77.74.158', 0),
(11928, '66.77.74.159', 0),
(11929, '66.77.74.160', 0),
(11930, '66.77.74.161', 0),
(11931, '66.77.74.162', 0),
(11932, '66.77.74.163', 0),
(11933, '66.77.74.164', 0),
(11934, '66.77.74.165', 0),
(11935, '66.77.74.166', 0),
(11936, '66.77.74.167', 0),
(11937, '66.77.74.168', 0),
(11938, '66.77.74.169', 0),
(11939, '66.77.74.170', 0),
(11940, '66.77.74.171', 0),
(11941, '66.77.74.183', 0),
(11942, '66.77.74.184', 0),
(11943, '66.77.74.185', 0),
(11944, '66.77.74.186', 0),
(11945, '66.77.74.187', 0),
(11946, '66.77.74.202', 0),
(11947, '66.77.74.203', 0),
(11948, '66.77.74.204', 0),
(11949, '66.77.74.205', 0),
(11950, '66.77.74.206', 0),
(11951, '66.77.74.207', 0),
(11952, '66.77.74.208', 0),
(11953, '66.77.74.209', 0),
(11954, '66.77.74.210', 0),
(11955, '66.77.74.211', 0),
(11956, '66.77.74.212', 0),
(11957, '66.77.74.213', 0),
(11958, '66.77.74.214', 0),
(11959, '66.77.74.215', 0),
(11960, '66.77.74.216', 0),
(11961, '66.77.74.217', 0),
(11962, '66.77.74.218', 0),
(11963, '66.77.74.219', 0),
(11964, '66.77.74.222', 0),
(11965, '66.77.74.240', 0),
(11966, '66.77.74.241', 0),
(11967, '66.77.74.242', 0),
(11968, '66.77.74.243', 0),
(11969, '66.77.74.244', 0),
(11970, '66.77.74.253', 0),
(11971, '66.77.74.96', 0),
(11972, '66.90.81.41', 0),
(11973, '66.93.156.38', 0),
(11974, '66.93.156.39', 0),
(11975, '66.94.230.100', 0),
(11976, '66.94.230.101', 0),
(11977, '66.94.230.102', 0),
(11978, '66.94.230.103', 0),
(11979, '66.94.230.104', 0),
(11980, '66.94.230.105', 0),
(11981, '66.94.230.106', 0),
(11982, '66.94.230.107', 0),
(11983, '66.94.230.108', 0),
(11984, '66.94.230.109', 0),
(11985, '66.94.230.110', 0),
(11986, '66.94.230.160', 0),
(11987, '66.94.230.161', 0),
(11988, '66.94.230.162', 0),
(11989, '66.94.230.163', 0),
(11990, '66.94.230.96', 0),
(11991, '66.94.230.97', 0),
(11992, '66.94.230.98', 0),
(11993, '66.94.230.99', 0),
(11994, '66.94.232', 0),
(11995, '66.94.232.246', 0),
(11996, '66.94.233', 0),
(11997, '66.94.233.100', 0),
(11998, '66.94.233.101', 0),
(11999, '66.94.233.51', 0),
(12000, '66.94.233.83', 0),
(12001, '66.94.233.86', 0),
(12002, '66.94.233.87', 0),
(12003, '66.94.233.89', 0),
(12004, '66.94.233.90', 0),
(12005, '66.94.233.91', 0),
(12006, '66.94.233.92', 0),
(12007, '66.94.233.96', 0),
(12008, '66.94.233.98', 0),
(12009, '66.94.233.99', 0),
(12010, '66.94.238.51', 0),
(12011, '66.94.35.20', 0),
(12012, '67.111.14.202', 0),
(12013, '67.111.14.203', 0),
(12014, '67.111.14.204', 0),
(12015, '67.116.79.99', 0),
(12016, '67.15.42.16', 0),
(12017, '67.159.44.138', 0),
(12018, '67.16.94.2', 0),
(12019, '67.18.222.18', 0),
(12020, '67.18.55.52', 0),
(12021, '67.18.87.100', 0),
(12022, '67.188.183.250', 0),
(12023, '67.192.97.106', 0),
(12024, '67.195.115', 0),
(12025, '67.195.34', 0),
(12026, '67.195.35.92', 0),
(12027, '67.195.37', 0),
(12028, '67.195.37.105', 0),
(12029, '67.195.37.106', 0),
(12030, '67.195.37.107', 0),
(12031, '67.195.37.108', 0),
(12032, '67.195.37.109', 0),
(12033, '67.195.37.110', 0),
(12034, '67.195.37.111', 0),
(12035, '67.195.37.112', 0),
(12036, '67.195.37.113', 0),
(12037, '67.195.37.114', 0),
(12038, '67.195.37.115', 0),
(12039, '67.195.37.116', 0),
(12040, '67.195.37.119', 0),
(12041, '67.195.37.120', 0),
(12042, '67.195.37.121', 0),
(12043, '67.195.37.122', 0),
(12044, '67.195.37.123', 0),
(12045, '67.195.37.124', 0),
(12046, '67.195.37.125', 0),
(12047, '67.195.37.126', 0),
(12048, '67.195.37.153', 0),
(12049, '67.195.37.154', 0),
(12050, '67.195.37.155', 0),
(12051, '67.195.37.156', 0),
(12052, '67.195.37.157', 0),
(12053, '67.195.37.158', 0),
(12054, '67.195.37.159', 0),
(12055, '67.195.37.163', 0),
(12056, '67.195.37.164', 0),
(12057, '67.195.37.165', 0),
(12058, '67.195.37.166', 0),
(12059, '67.195.37.167', 0),
(12060, '67.195.37.168', 0),
(12061, '67.195.37.169', 0),
(12062, '67.195.37.170', 0),
(12063, '67.195.37.171', 0),
(12064, '67.195.37.172', 0),
(12065, '67.195.37.173', 0),
(12066, '67.195.37.175', 0),
(12067, '67.195.37.176', 0),
(12068, '67.195.37.177', 0),
(12069, '67.195.37.178', 0),
(12070, '67.195.37.179', 0),
(12071, '67.195.37.180', 0),
(12072, '67.195.37.182', 0),
(12073, '67.195.37.183', 0),
(12074, '67.195.37.184', 0),
(12075, '67.195.37.185', 0),
(12076, '67.195.37.186', 0),
(12077, '67.195.37.187', 0),
(12078, '67.195.37.188', 0),
(12079, '67.195.37.189', 0),
(12080, '67.195.37.190', 0),
(12081, '67.195.37.89', 0),
(12082, '67.195.37.90', 0),
(12083, '67.195.37.91', 0),
(12084, '67.195.37.92', 0),
(12085, '67.195.37.93', 0),
(12086, '67.195.37.94', 0),
(12087, '67.195.37.95', 0),
(12088, '67.195.37.97', 0),
(12089, '67.195.37.98', 0),
(12090, '67.195.37.99', 0),
(12091, '67.195.44', 0),
(12092, '67.195.45', 0),
(12093, '67.195.50.87', 0),
(12094, '67.195.51', 0),
(12095, '67.195.52', 0),
(12096, '67.195.52.53', 0),
(12097, '67.195.53.111', 0),
(12098, '67.195.53.219', 0),
(12099, '67.195.54', 0),
(12100, '67.195.58', 0),
(12101, '67.195.98', 0),
(12102, '67.214.164.195', 0),
(12103, '67.228.127.90', 0),
(12104, '67.228.207.202', 0),
(12105, '67.67.130.238', 0),
(12106, '68.142.195.156', 0),
(12107, '68.142.195.80', 0),
(12108, '68.142.195.81', 0),
(12109, '68.142.195.82', 0),
(12110, '68.142.195.87', 0),
(12111, '68.142.203.133', 0),
(12112, '68.142.211.69', 0),
(12113, '68.142.212.197', 0),
(12114, '68.142.215.169', 0),
(12115, '68.142.230.125', 0),
(12116, '68.142.230.126', 0),
(12117, '68.142.230.127', 0),
(12118, '68.142.230.128', 0),
(12119, '68.142.230.129', 0),
(12120, '68.142.230.130', 0),
(12121, '68.142.230.131', 0),
(12122, '68.142.230.132', 0),
(12123, '68.142.230.133', 0),
(12124, '68.142.230.134', 0),
(12125, '68.142.230.135', 0),
(12126, '68.142.230.136', 0),
(12127, '68.142.230.137', 0),
(12128, '68.142.230.138', 0),
(12129, '68.142.230.139', 0),
(12130, '68.142.230.140', 0),
(12131, '68.142.230.141', 0),
(12132, '68.142.230.142', 0),
(12133, '68.142.230.143', 0),
(12134, '68.142.230.144', 0),
(12135, '68.142.230.145', 0),
(12136, '68.142.230.146', 0),
(12137, '68.142.230.147', 0),
(12138, '68.142.230.148', 0),
(12139, '68.142.230.149', 0),
(12140, '68.142.230.150', 0),
(12141, '68.142.230.151', 0),
(12142, '68.142.230.152', 0),
(12143, '68.142.230.153', 0),
(12144, '68.142.230.154', 0),
(12145, '68.142.230.155', 0),
(12146, '68.142.230.156', 0),
(12147, '68.142.230.157', 0),
(12148, '68.142.230.158', 0),
(12149, '68.142.230.159', 0),
(12150, '68.142.230.160', 0),
(12151, '68.142.230.161', 0),
(12152, '68.142.230.162', 0),
(12153, '68.142.230.163', 0),
(12154, '68.142.230.164', 0),
(12155, '68.142.230.165', 0),
(12156, '68.142.230.166', 0),
(12157, '68.142.230.167', 0),
(12158, '68.142.230.168', 0),
(12159, '68.142.230.169', 0),
(12160, '68.142.230.174', 0),
(12161, '68.142.230.175', 0),
(12162, '68.142.230.176', 0),
(12163, '68.142.230.177', 0),
(12164, '68.142.230.178', 0),
(12165, '68.142.230.179', 0),
(12166, '68.142.230.180', 0),
(12167, '68.142.230.181', 0),
(12168, '68.142.230.182', 0),
(12169, '68.142.230.183', 0),
(12170, '68.142.230.184', 0),
(12171, '68.142.230.185', 0),
(12172, '68.142.230.186', 0),
(12173, '68.142.230.187', 0),
(12174, '68.142.230.188', 0),
(12175, '68.142.230.189', 0),
(12176, '68.142.230.190', 0),
(12177, '68.142.230.191', 0),
(12178, '68.142.230.192', 0),
(12179, '68.142.230.193', 0),
(12180, '68.142.230.194', 0),
(12181, '68.142.230.195', 0),
(12182, '68.142.230.196', 0),
(12183, '68.142.230.197', 0),
(12184, '68.142.230.198', 0),
(12185, '68.142.230.199', 0),
(12186, '68.142.230.200', 0),
(12187, '68.142.230.201', 0),
(12188, '68.142.230.202', 0),
(12189, '68.142.230.203', 0),
(12190, '68.142.230.204', 0),
(12191, '68.142.230.205', 0),
(12192, '68.142.230.206', 0),
(12193, '68.142.230.207', 0),
(12194, '68.142.230.208', 0),
(12195, '68.142.230.209', 0),
(12196, '68.142.230.210', 0),
(12197, '68.142.230.211', 0),
(12198, '68.142.230.212', 0),
(12199, '68.142.230.213', 0),
(12200, '68.142.230.214', 0),
(12201, '68.142.230.215', 0),
(12202, '68.142.230.216', 0),
(12203, '68.142.230.217', 0),
(12204, '68.142.230.240', 0),
(12205, '68.142.230.247', 0),
(12206, '68.142.230.248', 0),
(12207, '68.142.230.249', 0),
(12208, '68.142.230.250', 0),
(12209, '68.142.230.251', 0),
(12210, '68.142.230.252', 0),
(12211, '68.142.230.253', 0),
(12212, '68.142.230.254', 0),
(12213, '68.142.230.32', 0),
(12214, '68.142.230.33', 0),
(12215, '68.142.230.34', 0),
(12216, '68.142.230.35', 0),
(12217, '68.142.230.36', 0),
(12218, '68.142.230.37', 0),
(12219, '68.142.230.38', 0),
(12220, '68.142.230.39', 0),
(12221, '68.142.230.40', 0),
(12222, '68.142.230.41', 0),
(12223, '68.142.230.43', 0),
(12224, '68.142.230.44', 0),
(12225, '68.142.230.45', 0),
(12226, '68.142.230.46', 0),
(12227, '68.142.230.47', 0),
(12228, '68.142.230.48', 0),
(12229, '68.142.230.49', 0),
(12230, '68.142.231.49', 0),
(12231, '68.142.240.106', 0),
(12232, '68.142.246', 0),
(12233, '68.142.246.89', 0),
(12234, '68.142.249', 0),
(12235, '68.142.249.10', 0),
(12236, '68.142.249.100', 0),
(12237, '68.142.249.101', 0),
(12238, '68.142.249.102', 0),
(12239, '68.142.249.103', 0),
(12240, '68.142.249.104', 0),
(12241, '68.142.249.105', 0),
(12242, '68.142.249.106', 0),
(12243, '68.142.249.107', 0),
(12244, '68.142.249.108', 0),
(12245, '68.142.249.109', 0),
(12246, '68.142.249.11', 0),
(12247, '68.142.249.110', 0),
(12248, '68.142.249.111', 0),
(12249, '68.142.249.112', 0),
(12250, '68.142.249.113', 0),
(12251, '68.142.249.114', 0),
(12252, '68.142.249.115', 0),
(12253, '68.142.249.116', 0),
(12254, '68.142.249.117', 0),
(12255, '68.142.249.118', 0),
(12256, '68.142.249.119', 0),
(12257, '68.142.249.12', 0),
(12258, '68.142.249.120', 0),
(12259, '68.142.249.121', 0),
(12260, '68.142.249.122', 0),
(12261, '68.142.249.123', 0),
(12262, '68.142.249.124', 0),
(12263, '68.142.249.125', 0),
(12264, '68.142.249.126', 0),
(12265, '68.142.249.127', 0),
(12266, '68.142.249.128', 0),
(12267, '68.142.249.129', 0),
(12268, '68.142.249.13', 0),
(12269, '68.142.249.130', 0),
(12270, '68.142.249.131', 0),
(12271, '68.142.249.132', 0),
(12272, '68.142.249.133', 0),
(12273, '68.142.249.134', 0),
(12274, '68.142.249.135', 0),
(12275, '68.142.249.136', 0),
(12276, '68.142.249.137', 0),
(12277, '68.142.249.138', 0),
(12278, '68.142.249.139', 0),
(12279, '68.142.249.14', 0),
(12280, '68.142.249.140', 0),
(12281, '68.142.249.141', 0),
(12282, '68.142.249.142', 0),
(12283, '68.142.249.143', 0),
(12284, '68.142.249.144', 0),
(12285, '68.142.249.145', 0),
(12286, '68.142.249.146', 0),
(12287, '68.142.249.147', 0),
(12288, '68.142.249.148', 0),
(12289, '68.142.249.149', 0),
(12290, '68.142.249.15', 0),
(12291, '68.142.249.150', 0),
(12292, '68.142.249.151', 0),
(12293, '68.142.249.152', 0),
(12294, '68.142.249.153', 0),
(12295, '68.142.249.154', 0),
(12296, '68.142.249.155', 0),
(12297, '68.142.249.156', 0),
(12298, '68.142.249.157', 0),
(12299, '68.142.249.158', 0),
(12300, '68.142.249.159', 0),
(12301, '68.142.249.16', 0),
(12302, '68.142.249.160', 0),
(12303, '68.142.249.161', 0),
(12304, '68.142.249.162', 0),
(12305, '68.142.249.163', 0),
(12306, '68.142.249.164', 0),
(12307, '68.142.249.165', 0),
(12308, '68.142.249.166', 0),
(12309, '68.142.249.167', 0),
(12310, '68.142.249.168', 0),
(12311, '68.142.249.169', 0),
(12312, '68.142.249.17', 0),
(12313, '68.142.249.170', 0),
(12314, '68.142.249.171', 0),
(12315, '68.142.249.172', 0),
(12316, '68.142.249.173', 0),
(12317, '68.142.249.174', 0),
(12318, '68.142.249.175', 0),
(12319, '68.142.249.176', 0),
(12320, '68.142.249.177', 0),
(12321, '68.142.249.178', 0),
(12322, '68.142.249.179', 0),
(12323, '68.142.249.18', 0),
(12324, '68.142.249.180', 0),
(12325, '68.142.249.181', 0),
(12326, '68.142.249.182', 0),
(12327, '68.142.249.183', 0),
(12328, '68.142.249.184', 0),
(12329, '68.142.249.185', 0),
(12330, '68.142.249.186', 0),
(12331, '68.142.249.187', 0),
(12332, '68.142.249.188', 0),
(12333, '68.142.249.189', 0),
(12334, '68.142.249.19', 0),
(12335, '68.142.249.190', 0),
(12336, '68.142.249.191', 0),
(12337, '68.142.249.192', 0),
(12338, '68.142.249.193', 0),
(12339, '68.142.249.194', 0),
(12340, '68.142.249.195', 0),
(12341, '68.142.249.196', 0),
(12342, '68.142.249.197', 0),
(12343, '68.142.249.198', 0),
(12344, '68.142.249.199', 0),
(12345, '68.142.249.20', 0),
(12346, '68.142.249.200', 0),
(12347, '68.142.249.201', 0),
(12348, '68.142.249.202', 0),
(12349, '68.142.249.203', 0),
(12350, '68.142.249.204', 0),
(12351, '68.142.249.205', 0),
(12352, '68.142.249.206', 0),
(12353, '68.142.249.207', 0),
(12354, '68.142.249.208', 0),
(12355, '68.142.249.209', 0),
(12356, '68.142.249.21', 0),
(12357, '68.142.249.22', 0),
(12358, '68.142.249.23', 0),
(12359, '68.142.249.24', 0),
(12360, '68.142.249.25', 0),
(12361, '68.142.249.26', 0),
(12362, '68.142.249.27', 0),
(12363, '68.142.249.28', 0),
(12364, '68.142.249.29', 0),
(12365, '68.142.249.30', 0),
(12366, '68.142.249.31', 0),
(12367, '68.142.249.32', 0),
(12368, '68.142.249.33', 0),
(12369, '68.142.249.34', 0),
(12370, '68.142.249.35', 0),
(12371, '68.142.249.36', 0),
(12372, '68.142.249.37', 0),
(12373, '68.142.249.38', 0),
(12374, '68.142.249.39', 0),
(12375, '68.142.249.40', 0),
(12376, '68.142.249.41', 0),
(12377, '68.142.249.42', 0),
(12378, '68.142.249.43', 0),
(12379, '68.142.249.44', 0),
(12380, '68.142.249.45', 0),
(12381, '68.142.249.46', 0),
(12382, '68.142.249.47', 0),
(12383, '68.142.249.48', 0),
(12384, '68.142.249.49', 0),
(12385, '68.142.249.50', 0),
(12386, '68.142.249.51', 0),
(12387, '68.142.249.52', 0),
(12388, '68.142.249.53', 0),
(12389, '68.142.249.54', 0),
(12390, '68.142.249.55', 0),
(12391, '68.142.249.56', 0),
(12392, '68.142.249.57', 0),
(12393, '68.142.249.58', 0),
(12394, '68.142.249.59', 0),
(12395, '68.142.249.60', 0),
(12396, '68.142.249.61', 0),
(12397, '68.142.249.62', 0),
(12398, '68.142.249.63', 0),
(12399, '68.142.249.64', 0),
(12400, '68.142.249.65', 0),
(12401, '68.142.249.66', 0),
(12402, '68.142.249.67', 0),
(12403, '68.142.249.68', 0),
(12404, '68.142.249.69', 0),
(12405, '68.142.249.70', 0),
(12406, '68.142.249.71', 0),
(12407, '68.142.249.72', 0),
(12408, '68.142.249.73', 0),
(12409, '68.142.249.74', 0),
(12410, '68.142.249.75', 0),
(12411, '68.142.249.76', 0),
(12412, '68.142.249.77', 0),
(12413, '68.142.249.78', 0),
(12414, '68.142.249.79', 0),
(12415, '68.142.249.80', 0),
(12416, '68.142.249.81', 0),
(12417, '68.142.249.82', 0),
(12418, '68.142.249.83', 0),
(12419, '68.142.249.84', 0),
(12420, '68.142.249.85', 0),
(12421, '68.142.249.86', 0),
(12422, '68.142.249.87', 0),
(12423, '68.142.249.88', 0),
(12424, '68.142.249.89', 0),
(12425, '68.142.249.90', 0),
(12426, '68.142.249.91', 0),
(12427, '68.142.249.92', 0),
(12428, '68.142.249.93', 0),
(12429, '68.142.249.94', 0),
(12430, '68.142.249.95', 0),
(12431, '68.142.249.96', 0),
(12432, '68.142.249.97', 0),
(12433, '68.142.249.98', 0),
(12434, '68.142.249.99', 0),
(12435, '68.142.250', 0),
(12436, '68.142.250.10', 0),
(12437, '68.142.250.100', 0),
(12438, '68.142.250.101', 0),
(12439, '68.142.250.102', 0),
(12440, '68.142.250.103', 0),
(12441, '68.142.250.104', 0),
(12442, '68.142.250.105', 0),
(12443, '68.142.250.106', 0),
(12444, '68.142.250.107', 0),
(12445, '68.142.250.108', 0),
(12446, '68.142.250.109', 0),
(12447, '68.142.250.11', 0),
(12448, '68.142.250.110', 0),
(12449, '68.142.250.111', 0),
(12450, '68.142.250.112', 0),
(12451, '68.142.250.113', 0),
(12452, '68.142.250.114', 0),
(12453, '68.142.250.115', 0),
(12454, '68.142.250.116', 0),
(12455, '68.142.250.117', 0),
(12456, '68.142.250.118', 0),
(12457, '68.142.250.119', 0),
(12458, '68.142.250.12', 0),
(12459, '68.142.250.120', 0),
(12460, '68.142.250.121', 0),
(12461, '68.142.250.122', 0),
(12462, '68.142.250.123', 0),
(12463, '68.142.250.124', 0),
(12464, '68.142.250.125', 0),
(12465, '68.142.250.126', 0),
(12466, '68.142.250.127', 0),
(12467, '68.142.250.128', 0),
(12468, '68.142.250.129', 0),
(12469, '68.142.250.13', 0),
(12470, '68.142.250.130', 0),
(12471, '68.142.250.131', 0),
(12472, '68.142.250.132', 0),
(12473, '68.142.250.133', 0),
(12474, '68.142.250.134', 0),
(12475, '68.142.250.135', 0),
(12476, '68.142.250.136', 0),
(12477, '68.142.250.137', 0),
(12478, '68.142.250.138', 0),
(12479, '68.142.250.139', 0),
(12480, '68.142.250.14', 0),
(12481, '68.142.250.140', 0),
(12482, '68.142.250.141', 0),
(12483, '68.142.250.142', 0),
(12484, '68.142.250.143', 0),
(12485, '68.142.250.144', 0),
(12486, '68.142.250.145', 0),
(12487, '68.142.250.146', 0),
(12488, '68.142.250.147', 0),
(12489, '68.142.250.148', 0),
(12490, '68.142.250.149', 0),
(12491, '68.142.250.15', 0),
(12492, '68.142.250.150', 0),
(12493, '68.142.250.151', 0),
(12494, '68.142.250.152', 0),
(12495, '68.142.250.153', 0),
(12496, '68.142.250.154', 0),
(12497, '68.142.250.155', 0),
(12498, '68.142.250.156', 0),
(12499, '68.142.250.157', 0),
(12500, '68.142.250.158', 0),
(12501, '68.142.250.159', 0),
(12502, '68.142.250.16', 0),
(12503, '68.142.250.160', 0),
(12504, '68.142.250.161', 0),
(12505, '68.142.250.162', 0),
(12506, '68.142.250.163', 0),
(12507, '68.142.250.164', 0),
(12508, '68.142.250.165', 0),
(12509, '68.142.250.166', 0),
(12510, '68.142.250.167', 0),
(12511, '68.142.250.168', 0),
(12512, '68.142.250.169', 0),
(12513, '68.142.250.17', 0),
(12514, '68.142.250.170', 0),
(12515, '68.142.250.171', 0),
(12516, '68.142.250.172', 0),
(12517, '68.142.250.173', 0),
(12518, '68.142.250.174', 0),
(12519, '68.142.250.175', 0),
(12520, '68.142.250.176', 0),
(12521, '68.142.250.177', 0),
(12522, '68.142.250.178', 0),
(12523, '68.142.250.179', 0),
(12524, '68.142.250.18', 0),
(12525, '68.142.250.180', 0),
(12526, '68.142.250.181', 0),
(12527, '68.142.250.182', 0),
(12528, '68.142.250.183', 0),
(12529, '68.142.250.184', 0),
(12530, '68.142.250.185', 0),
(12531, '68.142.250.186', 0),
(12532, '68.142.250.187', 0),
(12533, '68.142.250.188', 0),
(12534, '68.142.250.189', 0),
(12535, '68.142.250.19', 0),
(12536, '68.142.250.190', 0),
(12537, '68.142.250.191', 0),
(12538, '68.142.250.192', 0),
(12539, '68.142.250.193', 0),
(12540, '68.142.250.194', 0),
(12541, '68.142.250.195', 0),
(12542, '68.142.250.196', 0),
(12543, '68.142.250.197', 0),
(12544, '68.142.250.198', 0),
(12545, '68.142.250.199', 0),
(12546, '68.142.250.20', 0),
(12547, '68.142.250.200', 0),
(12548, '68.142.250.201', 0),
(12549, '68.142.250.202', 0),
(12550, '68.142.250.203', 0),
(12551, '68.142.250.204', 0),
(12552, '68.142.250.205', 0),
(12553, '68.142.250.206', 0),
(12554, '68.142.250.207', 0),
(12555, '68.142.250.208', 0),
(12556, '68.142.250.209', 0),
(12557, '68.142.250.21', 0),
(12558, '68.142.250.22', 0),
(12559, '68.142.250.23', 0),
(12560, '68.142.250.24', 0),
(12561, '68.142.250.25', 0),
(12562, '68.142.250.26', 0),
(12563, '68.142.250.27', 0),
(12564, '68.142.250.28', 0),
(12565, '68.142.250.29', 0),
(12566, '68.142.250.30', 0),
(12567, '68.142.250.31', 0),
(12568, '68.142.250.32', 0),
(12569, '68.142.250.33', 0),
(12570, '68.142.250.34', 0),
(12571, '68.142.250.35', 0),
(12572, '68.142.250.36', 0),
(12573, '68.142.250.37', 0),
(12574, '68.142.250.38', 0),
(12575, '68.142.250.39', 0),
(12576, '68.142.250.40', 0),
(12577, '68.142.250.41', 0),
(12578, '68.142.250.42', 0),
(12579, '68.142.250.43', 0),
(12580, '68.142.250.44', 0),
(12581, '68.142.250.45', 0),
(12582, '68.142.250.46', 0),
(12583, '68.142.250.47', 0),
(12584, '68.142.250.48', 0),
(12585, '68.142.250.49', 0),
(12586, '68.142.250.50', 0),
(12587, '68.142.250.51', 0),
(12588, '68.142.250.52', 0),
(12589, '68.142.250.53', 0),
(12590, '68.142.250.54', 0),
(12591, '68.142.250.55', 0),
(12592, '68.142.250.56', 0),
(12593, '68.142.250.57', 0),
(12594, '68.142.250.58', 0),
(12595, '68.142.250.59', 0),
(12596, '68.142.250.60', 0),
(12597, '68.142.250.61', 0),
(12598, '68.142.250.62', 0),
(12599, '68.142.250.63', 0),
(12600, '68.142.250.64', 0),
(12601, '68.142.250.65', 0),
(12602, '68.142.250.66', 0),
(12603, '68.142.250.67', 0),
(12604, '68.142.250.68', 0),
(12605, '68.142.250.69', 0),
(12606, '68.142.250.70', 0),
(12607, '68.142.250.71', 0),
(12608, '68.142.250.72', 0),
(12609, '68.142.250.73', 0),
(12610, '68.142.250.74', 0),
(12611, '68.142.250.75', 0),
(12612, '68.142.250.76', 0),
(12613, '68.142.250.77', 0),
(12614, '68.142.250.78', 0),
(12615, '68.142.250.79', 0),
(12616, '68.142.250.80', 0),
(12617, '68.142.250.81', 0),
(12618, '68.142.250.82', 0),
(12619, '68.142.250.83', 0),
(12620, '68.142.250.84', 0),
(12621, '68.142.250.85', 0),
(12622, '68.142.250.86', 0),
(12623, '68.142.250.87', 0),
(12624, '68.142.250.88', 0),
(12625, '68.142.250.89', 0),
(12626, '68.142.250.90', 0),
(12627, '68.142.250.91', 0),
(12628, '68.142.250.92', 0),
(12629, '68.142.250.93', 0),
(12630, '68.142.250.94', 0),
(12631, '68.142.250.95', 0),
(12632, '68.142.250.96', 0),
(12633, '68.142.250.97', 0),
(12634, '68.142.250.98', 0),
(12635, '68.142.250.99', 0),
(12636, '68.142.251', 0),
(12637, '68.142.251.10', 0),
(12638, '68.142.251.100', 0),
(12639, '68.142.251.101', 0),
(12640, '68.142.251.102', 0),
(12641, '68.142.251.103', 0),
(12642, '68.142.251.104', 0),
(12643, '68.142.251.105', 0),
(12644, '68.142.251.106', 0),
(12645, '68.142.251.107', 0),
(12646, '68.142.251.108', 0),
(12647, '68.142.251.109', 0),
(12648, '68.142.251.11', 0),
(12649, '68.142.251.110', 0),
(12650, '68.142.251.111', 0),
(12651, '68.142.251.112', 0),
(12652, '68.142.251.113', 0),
(12653, '68.142.251.114', 0),
(12654, '68.142.251.115', 0),
(12655, '68.142.251.116', 0),
(12656, '68.142.251.117', 0),
(12657, '68.142.251.118', 0),
(12658, '68.142.251.119', 0),
(12659, '68.142.251.12', 0),
(12660, '68.142.251.120', 0),
(12661, '68.142.251.121', 0),
(12662, '68.142.251.122', 0),
(12663, '68.142.251.123', 0),
(12664, '68.142.251.124', 0),
(12665, '68.142.251.125', 0),
(12666, '68.142.251.126', 0),
(12667, '68.142.251.127', 0),
(12668, '68.142.251.128', 0),
(12669, '68.142.251.129', 0),
(12670, '68.142.251.13', 0),
(12671, '68.142.251.130', 0),
(12672, '68.142.251.131', 0),
(12673, '68.142.251.132', 0),
(12674, '68.142.251.133', 0),
(12675, '68.142.251.134', 0),
(12676, '68.142.251.135', 0),
(12677, '68.142.251.136', 0),
(12678, '68.142.251.137', 0),
(12679, '68.142.251.138', 0),
(12680, '68.142.251.139', 0),
(12681, '68.142.251.14', 0),
(12682, '68.142.251.140', 0),
(12683, '68.142.251.141', 0),
(12684, '68.142.251.142', 0),
(12685, '68.142.251.143', 0),
(12686, '68.142.251.144', 0),
(12687, '68.142.251.145', 0),
(12688, '68.142.251.146', 0),
(12689, '68.142.251.147', 0),
(12690, '68.142.251.148', 0),
(12691, '68.142.251.149', 0),
(12692, '68.142.251.15', 0),
(12693, '68.142.251.150', 0),
(12694, '68.142.251.151', 0),
(12695, '68.142.251.152', 0),
(12696, '68.142.251.153', 0),
(12697, '68.142.251.154', 0),
(12698, '68.142.251.155', 0),
(12699, '68.142.251.156', 0),
(12700, '68.142.251.157', 0),
(12701, '68.142.251.158', 0),
(12702, '68.142.251.159', 0),
(12703, '68.142.251.16', 0),
(12704, '68.142.251.160', 0),
(12705, '68.142.251.161', 0),
(12706, '68.142.251.162', 0),
(12707, '68.142.251.163', 0),
(12708, '68.142.251.164', 0),
(12709, '68.142.251.165', 0),
(12710, '68.142.251.166', 0),
(12711, '68.142.251.167', 0),
(12712, '68.142.251.168', 0),
(12713, '68.142.251.169', 0),
(12714, '68.142.251.17', 0),
(12715, '68.142.251.170', 0),
(12716, '68.142.251.171', 0),
(12717, '68.142.251.172', 0),
(12718, '68.142.251.173', 0),
(12719, '68.142.251.174', 0),
(12720, '68.142.251.175', 0),
(12721, '68.142.251.176', 0),
(12722, '68.142.251.177', 0),
(12723, '68.142.251.178', 0),
(12724, '68.142.251.179', 0),
(12725, '68.142.251.18', 0),
(12726, '68.142.251.180', 0),
(12727, '68.142.251.181', 0),
(12728, '68.142.251.182', 0),
(12729, '68.142.251.183', 0),
(12730, '68.142.251.184', 0),
(12731, '68.142.251.185', 0),
(12732, '68.142.251.186', 0),
(12733, '68.142.251.187', 0),
(12734, '68.142.251.188', 0),
(12735, '68.142.251.189', 0),
(12736, '68.142.251.19', 0),
(12737, '68.142.251.190', 0),
(12738, '68.142.251.191', 0),
(12739, '68.142.251.192', 0),
(12740, '68.142.251.193', 0),
(12741, '68.142.251.194', 0),
(12742, '68.142.251.195', 0),
(12743, '68.142.251.196', 0),
(12744, '68.142.251.197', 0),
(12745, '68.142.251.198', 0),
(12746, '68.142.251.199', 0),
(12747, '68.142.251.20', 0),
(12748, '68.142.251.200', 0),
(12749, '68.142.251.201', 0),
(12750, '68.142.251.202', 0),
(12751, '68.142.251.203', 0),
(12752, '68.142.251.204', 0),
(12753, '68.142.251.205', 0),
(12754, '68.142.251.206', 0),
(12755, '68.142.251.207', 0),
(12756, '68.142.251.208', 0),
(12757, '68.142.251.209', 0),
(12758, '68.142.251.21', 0),
(12759, '68.142.251.22', 0),
(12760, '68.142.251.23', 0),
(12761, '68.142.251.24', 0),
(12762, '68.142.251.25', 0),
(12763, '68.142.251.26', 0),
(12764, '68.142.251.27', 0),
(12765, '68.142.251.28', 0),
(12766, '68.142.251.29', 0),
(12767, '68.142.251.30', 0),
(12768, '68.142.251.31', 0),
(12769, '68.142.251.32', 0),
(12770, '68.142.251.33', 0),
(12771, '68.142.251.34', 0),
(12772, '68.142.251.35', 0),
(12773, '68.142.251.36', 0),
(12774, '68.142.251.37', 0),
(12775, '68.142.251.38', 0),
(12776, '68.142.251.39', 0),
(12777, '68.142.251.40', 0),
(12778, '68.142.251.41', 0),
(12779, '68.142.251.42', 0),
(12780, '68.142.251.43', 0),
(12781, '68.142.251.44', 0),
(12782, '68.142.251.45', 0),
(12783, '68.142.251.46', 0),
(12784, '68.142.251.47', 0),
(12785, '68.142.251.48', 0),
(12786, '68.142.251.49', 0),
(12787, '68.142.251.50', 0),
(12788, '68.142.251.51', 0),
(12789, '68.142.251.52', 0),
(12790, '68.142.251.53', 0),
(12791, '68.142.251.54', 0),
(12792, '68.142.251.55', 0),
(12793, '68.142.251.56', 0),
(12794, '68.142.251.57', 0),
(12795, '68.142.251.58', 0),
(12796, '68.142.251.59', 0),
(12797, '68.142.251.60', 0),
(12798, '68.142.251.61', 0),
(12799, '68.142.251.62', 0),
(12800, '68.142.251.63', 0),
(12801, '68.142.251.64', 0),
(12802, '68.142.251.65', 0),
(12803, '68.142.251.66', 0),
(12804, '68.142.251.67', 0),
(12805, '68.142.251.68', 0),
(12806, '68.142.251.69', 0),
(12807, '68.142.251.70', 0),
(12808, '68.142.251.71', 0),
(12809, '68.142.251.72', 0),
(12810, '68.142.251.73', 0),
(12811, '68.142.251.74', 0),
(12812, '68.142.251.75', 0),
(12813, '68.142.251.76', 0),
(12814, '68.142.251.77', 0),
(12815, '68.142.251.78', 0),
(12816, '68.142.251.79', 0),
(12817, '68.142.251.80', 0),
(12818, '68.142.251.81', 0),
(12819, '68.142.251.82', 0),
(12820, '68.142.251.83', 0),
(12821, '68.142.251.84', 0),
(12822, '68.142.251.85', 0),
(12823, '68.142.251.86', 0),
(12824, '68.142.251.87', 0),
(12825, '68.142.251.88', 0),
(12826, '68.142.251.89', 0),
(12827, '68.142.251.90', 0),
(12828, '68.142.251.91', 0),
(12829, '68.142.251.92', 0),
(12830, '68.142.251.93', 0),
(12831, '68.142.251.94', 0),
(12832, '68.142.251.95', 0),
(12833, '68.142.251.96', 0),
(12834, '68.142.251.97', 0),
(12835, '68.142.251.98', 0),
(12836, '68.142.251.99', 0),
(12837, '68.166.53.158', 0),
(12838, '68.167.196.88', 0),
(12839, '68.180.216.111', 0),
(12840, '68.180.250', 0),
(12841, '68.180.251', 0),
(12842, '68.232.134.231', 0),
(12843, '68.239.122.138', 0),
(12844, '68.3.170.33', 0),
(12845, '68.55.252', 0),
(12846, '68.88.244.177', 0),
(12847, '68.88.244.178', 0),
(12848, '68.91.215.101', 0),
(12849, '68.94.95.150', 0),
(12850, '69.111.170.194', 0),
(12851, '69.141.14.141', 0),
(12852, '69.147.79.131', 0),
(12853, '69.147.79.137', 0),
(12854, '69.147.79.173', 0),
(12855, '69.148.183.12', 0),
(12856, '69.150.7.163', 0),
(12857, '69.150.7.164', 0),
(12858, '69.150.7.165', 0),
(12859, '69.150.87.183', 0),
(12860, '69.152.88.32', 0),
(12861, '69.154.219.28', 0),
(12862, '69.155.184.142', 0),
(12863, '69.155.4.253', 0),
(12864, '69.16.227.165', 0),
(12865, '69.168.43.89', 0),
(12866, '69.20.190.201', 0),
(12867, '69.225.183.82', 0),
(12868, '69.232.136.185', 0),
(12869, '69.25.71.12', 0),
(12870, '69.28.130.2', 0),
(12871, '69.28.130.215', 0),
(12872, '69.28.130.222', 0),
(12873, '69.28.130.229', 0),
(12874, '69.28.130.230', 0),
(12875, '69.28.130.231', 0),
(12876, '69.3.78.160', 0),
(12877, '69.33.73.148', 0),
(12878, '69.33.73.149', 0),
(12879, '69.36.3.194', 0),
(12880, '69.41.170.207', 0),
(12881, '69.44.159.54', 0),
(12882, '69.57.157.54', 0),
(12883, '69.59.142.172', 0),
(12884, '69.9.167.198', 0),
(12885, '69.9.181.169', 0),
(12886, '69.9.181.170', 0),
(12887, '69.9.181.171', 0),
(12888, '69.93.186.50', 0),
(12889, '70.169.191.4', 0),
(12890, '70.42.51.10', 0),
(12891, '70.42.51.11', 0),
(12892, '70.42.51.30', 0),
(12893, '70.86.206.170', 0),
(12894, '71.102.140.247', 0),
(12895, '71.41.201.38', 0),
(12896, '72.0.207.162', 0),
(12897, '72.14.193.133', 0),
(12898, '72.14.193.69', 0),
(12899, '72.14.194.17', 0),
(12900, '72.14.199', 0),
(12901, '72.14.199.113', 0),
(12902, '72.14.199.117', 0),
(12903, '72.14.199.124', 0),
(12904, '72.14.199.22', 0),
(12905, '72.14.199.24', 0),
(12906, '72.14.199.26', 0),
(12907, '72.14.199.39', 0),
(12908, '72.14.199.40', 0),
(12909, '72.14.199.41', 0),
(12910, '72.14.199.45', 0),
(12911, '72.14.199.5', 0),
(12912, '72.14.199.51', 0),
(12913, '72.14.199.54', 0),
(12914, '72.14.199.55', 0),
(12915, '72.14.199.88', 0),
(12916, '72.20.109.34', 0),
(12917, '72.20.109.36', 0),
(12918, '72.20.109.37', 0),
(12919, '72.3.224.15', 0),
(12920, '72.3.246.162', 0),
(12921, '72.30.101', 0),
(12922, '72.30.101.135', 0),
(12923, '72.30.101.136', 0),
(12924, '72.30.101.144', 0),
(12925, '72.30.101.149', 0),
(12926, '72.30.101.150', 0),
(12927, '72.30.101.153', 0),
(12928, '72.30.101.161', 0),
(12929, '72.30.101.198', 0),
(12930, '72.30.101.202', 0),
(12931, '72.30.101.204', 0),
(12932, '72.30.101.209', 0),
(12933, '72.30.101.210', 0),
(12934, '72.30.101.212', 0),
(12935, '72.30.101.213', 0),
(12936, '72.30.101.221', 0),
(12937, '72.30.101.222', 0),
(12938, '72.30.101.223', 0),
(12939, '72.30.102', 0),
(12940, '72.30.102.1', 0),
(12941, '72.30.102.10', 0),
(12942, '72.30.102.13', 0),
(12943, '72.30.102.138', 0),
(12944, '72.30.102.14', 0),
(12945, '72.30.102.142', 0),
(12946, '72.30.102.144', 0),
(12947, '72.30.102.152', 0),
(12948, '72.30.102.16', 0),
(12949, '72.30.102.198', 0),
(12950, '72.30.102.2', 0),
(12951, '72.30.102.21', 0),
(12952, '72.30.102.215', 0),
(12953, '72.30.102.25', 0),
(12954, '72.30.102.27', 0),
(12955, '72.30.102.29', 0),
(12956, '72.30.102.75', 0),
(12957, '72.30.102.77', 0),
(12958, '72.30.102.93', 0),
(12959, '72.30.103', 0),
(12960, '72.30.103.12', 0),
(12961, '72.30.103.138', 0),
(12962, '72.30.103.157', 0),
(12963, '72.30.103.2', 0),
(12964, '72.30.103.21', 0),
(12965, '72.30.103.212', 0),
(12966, '72.30.103.215', 0),
(12967, '72.30.103.216', 0),
(12968, '72.30.103.22', 0),
(12969, '72.30.103.220', 0),
(12970, '72.30.103.227', 0),
(12971, '72.30.103.23', 0),
(12972, '72.30.103.26', 0),
(12973, '72.30.103.28', 0),
(12974, '72.30.103.29', 0),
(12975, '72.30.103.3', 0),
(12976, '72.30.103.31', 0),
(12977, '72.30.103.33', 0),
(12978, '72.30.103.35', 0),
(12979, '72.30.103.72', 0),
(12980, '72.30.103.75', 0),
(12981, '72.30.103.80', 0),
(12982, '72.30.104', 0),
(12983, '72.30.104.202', 0),
(12984, '72.30.104.209', 0),
(12985, '72.30.107', 0),
(12986, '72.30.107.152', 0),
(12987, '72.30.107.158', 0),
(12988, '72.30.107.159', 0),
(12989, '72.30.107.19', 0),
(12990, '72.30.107.21', 0),
(12991, '72.30.107.22', 0),
(12992, '72.30.107.75', 0),
(12993, '72.30.107.77', 0),
(12994, '72.30.107.88', 0),
(12995, '72.30.110', 0),
(12996, '72.30.110.12', 0),
(12997, '72.30.110.148', 0),
(12998, '72.30.110.15', 0),
(12999, '72.30.110.152', 0),
(13000, '72.30.110.154', 0),
(13001, '72.30.110.156', 0),
(13002, '72.30.110.2', 0),
(13003, '72.30.110.20', 0),
(13004, '72.30.110.21', 0),
(13005, '72.30.110.24', 0),
(13006, '72.30.110.249', 0),
(13007, '72.30.110.26', 0),
(13008, '72.30.110.3', 0),
(13009, '72.30.110.30', 0),
(13010, '72.30.110.32', 0),
(13011, '72.30.110.36', 0),
(13012, '72.30.110.39', 0),
(13013, '72.30.110.8', 0),
(13014, '72.30.110.81', 0),
(13015, '72.30.110.84', 0),
(13016, '72.30.110.9', 0),
(13017, '72.30.110.92', 0),
(13018, '72.30.110.93', 0),
(13019, '72.30.110.94', 0),
(13020, '72.30.110.97', 0),
(13021, '72.30.111', 0),
(13022, '72.30.111.14', 0),
(13023, '72.30.111.140', 0),
(13024, '72.30.111.141', 0),
(13025, '72.30.111.143', 0),
(13026, '72.30.111.144', 0),
(13027, '72.30.111.147', 0),
(13028, '72.30.111.15', 0),
(13029, '72.30.111.16', 0),
(13030, '72.30.111.223', 0),
(13031, '72.30.111.23', 0),
(13032, '72.30.111.25', 0),
(13033, '72.30.111.70', 0),
(13034, '72.30.111.80', 0),
(13035, '72.30.124.128', 0),
(13036, '72.30.124.130', 0),
(13037, '72.30.124.134', 0),
(13038, '72.30.128', 0),
(13039, '72.30.128.11', 0),
(13040, '72.30.128.12', 0),
(13041, '72.30.128.137', 0),
(13042, '72.30.128.141', 0),
(13043, '72.30.128.142', 0),
(13044, '72.30.128.143', 0),
(13045, '72.30.128.154', 0),
(13046, '72.30.128.157', 0),
(13047, '72.30.128.199', 0),
(13048, '72.30.128.20', 0),
(13049, '72.30.128.21', 0),
(13050, '72.30.128.211', 0),
(13051, '72.30.128.219', 0),
(13052, '72.30.128.222', 0),
(13053, '72.30.128.223', 0),
(13054, '72.30.128.28', 0),
(13055, '72.30.128.29', 0),
(13056, '72.30.128.30', 0),
(13057, '72.30.129', 0),
(13058, '72.30.129.106', 0),
(13059, '72.30.129.11', 0),
(13060, '72.30.129.110', 0),
(13061, '72.30.129.13', 0),
(13062, '72.30.129.139', 0),
(13063, '72.30.129.147', 0),
(13064, '72.30.129.149', 0),
(13065, '72.30.129.162', 0),
(13066, '72.30.129.23', 0),
(13067, '72.30.129.24', 0),
(13068, '72.30.129.30', 0),
(13069, '72.30.129.37', 0),
(13070, '72.30.129.72', 0),
(13071, '72.30.131', 0),
(13072, '72.30.131.20', 0),
(13073, '72.30.131.201', 0),
(13074, '72.30.131.204', 0),
(13075, '72.30.131.205', 0),
(13076, '72.30.131.212', 0),
(13077, '72.30.131.213', 0),
(13078, '72.30.131.216', 0),
(13079, '72.30.131.219', 0),
(13080, '72.30.131.221', 0),
(13081, '72.30.131.224', 0),
(13082, '72.30.132', 0),
(13083, '72.30.132.105', 0),
(13084, '72.30.132.109', 0),
(13085, '72.30.132.11', 0),
(13086, '72.30.132.114', 0),
(13087, '72.30.132.115', 0),
(13088, '72.30.132.118', 0),
(13089, '72.30.132.142', 0),
(13090, '72.30.132.16', 0),
(13091, '72.30.132.206', 0),
(13092, '72.30.132.207', 0),
(13093, '72.30.132.208', 0),
(13094, '72.30.132.211', 0),
(13095, '72.30.132.24', 0),
(13096, '72.30.132.26', 0),
(13097, '72.30.132.28', 0),
(13098, '72.30.133', 0),
(13099, '72.30.133.101', 0),
(13100, '72.30.133.105', 0),
(13101, '72.30.133.107', 0),
(13102, '72.30.133.109', 0),
(13103, '72.30.133.119', 0),
(13104, '72.30.133.14', 0),
(13105, '72.30.133.141', 0),
(13106, '72.30.133.144', 0),
(13107, '72.30.133.145', 0),
(13108, '72.30.133.154', 0),
(13109, '72.30.133.16', 0),
(13110, '72.30.133.19', 0),
(13111, '72.30.133.21', 0),
(13112, '72.30.133.211', 0),
(13113, '72.30.133.220', 0),
(13114, '72.30.133.227', 0),
(13115, '72.30.133.27', 0),
(13116, '72.30.133.28', 0),
(13117, '72.30.133.34', 0),
(13118, '72.30.134', 0),
(13119, '72.30.134.12', 0),
(13120, '72.30.134.16', 0),
(13121, '72.30.134.18', 0),
(13122, '72.30.134.20', 0),
(13123, '72.30.134.23', 0),
(13124, '72.30.134.25', 0),
(13125, '72.30.134.30', 0),
(13126, '72.30.135', 0),
(13127, '72.30.142', 0),
(13128, '72.30.142.105', 0),
(13129, '72.30.142.106', 0),
(13130, '72.30.142.107', 0),
(13131, '72.30.142.108', 0),
(13132, '72.30.142.109', 0),
(13133, '72.30.142.111', 0),
(13134, '72.30.142.112', 0),
(13135, '72.30.142.113', 0),
(13136, '72.30.142.114', 0),
(13137, '72.30.142.116', 0),
(13138, '72.30.142.117', 0),
(13139, '72.30.142.118', 0),
(13140, '72.30.142.119', 0),
(13141, '72.30.142.122', 0),
(13142, '72.30.142.123', 0),
(13143, '72.30.142.124', 0),
(13144, '72.30.142.125', 0),
(13145, '72.30.142.126', 0),
(13146, '72.30.142.151', 0),
(13147, '72.30.142.152', 0),
(13148, '72.30.142.153', 0),
(13149, '72.30.142.154', 0),
(13150, '72.30.142.155', 0),
(13151, '72.30.142.156', 0),
(13152, '72.30.142.158', 0),
(13153, '72.30.142.159', 0),
(13154, '72.30.142.160', 0),
(13155, '72.30.142.161', 0),
(13156, '72.30.142.162', 0),
(13157, '72.30.142.163', 0),
(13158, '72.30.142.164', 0),
(13159, '72.30.142.165', 0),
(13160, '72.30.142.166', 0),
(13161, '72.30.142.167', 0),
(13162, '72.30.142.168', 0),
(13163, '72.30.142.169', 0),
(13164, '72.30.142.170', 0),
(13165, '72.30.142.171', 0),
(13166, '72.30.142.172', 0),
(13167, '72.30.142.173', 0),
(13168, '72.30.142.174', 0),
(13169, '72.30.142.175', 0),
(13170, '72.30.142.177', 0),
(13171, '72.30.142.178', 0),
(13172, '72.30.142.179', 0),
(13173, '72.30.142.180', 0),
(13174, '72.30.142.181', 0),
(13175, '72.30.142.182', 0),
(13176, '72.30.142.183', 0),
(13177, '72.30.142.185', 0),
(13178, '72.30.142.186', 0),
(13179, '72.30.142.187', 0),
(13180, '72.30.142.189', 0),
(13181, '72.30.142.215', 0),
(13182, '72.30.142.216', 0),
(13183, '72.30.142.217', 0),
(13184, '72.30.142.218', 0),
(13185, '72.30.142.219', 0),
(13186, '72.30.142.220', 0),
(13187, '72.30.142.221', 0),
(13188, '72.30.142.222', 0),
(13189, '72.30.142.223', 0),
(13190, '72.30.142.224', 0),
(13191, '72.30.142.225', 0),
(13192, '72.30.142.226', 0),
(13193, '72.30.142.228', 0),
(13194, '72.30.142.229', 0),
(13195, '72.30.142.231', 0),
(13196, '72.30.142.233', 0),
(13197, '72.30.142.234', 0),
(13198, '72.30.142.235', 0),
(13199, '72.30.142.237', 0),
(13200, '72.30.142.238', 0),
(13201, '72.30.142.239', 0),
(13202, '72.30.142.24', 0),
(13203, '72.30.142.240', 0),
(13204, '72.30.142.241', 0),
(13205, '72.30.142.243', 0),
(13206, '72.30.142.244', 0),
(13207, '72.30.142.245', 0),
(13208, '72.30.142.246', 0),
(13209, '72.30.142.247', 0),
(13210, '72.30.142.248', 0),
(13211, '72.30.142.249', 0),
(13212, '72.30.142.25', 0),
(13213, '72.30.142.250', 0),
(13214, '72.30.142.251', 0),
(13215, '72.30.142.252', 0),
(13216, '72.30.142.253', 0),
(13217, '72.30.142.254', 0),
(13218, '72.30.142.82', 0),
(13219, '72.30.142.83', 0),
(13220, '72.30.142.85', 0),
(13221, '72.30.142.86', 0),
(13222, '72.30.142.87', 0),
(13223, '72.30.142.88', 0),
(13224, '72.30.142.89', 0),
(13225, '72.30.142.90', 0),
(13226, '72.30.142.91', 0),
(13227, '72.30.142.92', 0),
(13228, '72.30.142.93', 0),
(13229, '72.30.142.94', 0),
(13230, '72.30.142.95', 0),
(13231, '72.30.142.96', 0),
(13232, '72.30.142.97', 0),
(13233, '72.30.142.98', 0),
(13234, '72.30.142.99', 0),
(13235, '72.30.161', 0),
(13236, '72.30.161.215', 0),
(13237, '72.30.161.216', 0),
(13238, '72.30.161.217', 0),
(13239, '72.30.161.218', 0),
(13240, '72.30.161.219', 0),
(13241, '72.30.161.220', 0),
(13242, '72.30.161.221', 0),
(13243, '72.30.161.222', 0),
(13244, '72.30.161.223', 0),
(13245, '72.30.161.224', 0),
(13246, '72.30.161.225', 0),
(13247, '72.30.161.226', 0),
(13248, '72.30.161.227', 0),
(13249, '72.30.161.228', 0),
(13250, '72.30.161.229', 0),
(13251, '72.30.161.230', 0),
(13252, '72.30.161.231', 0),
(13253, '72.30.161.232', 0),
(13254, '72.30.161.233', 0),
(13255, '72.30.161.234', 0),
(13256, '72.30.161.235', 0),
(13257, '72.30.161.236', 0),
(13258, '72.30.161.240', 0),
(13259, '72.30.161.241', 0),
(13260, '72.30.161.242', 0),
(13261, '72.30.161.243', 0),
(13262, '72.30.161.246', 0),
(13263, '72.30.161.247', 0),
(13264, '72.30.161.248', 0),
(13265, '72.30.161.249', 0),
(13266, '72.30.161.250', 0),
(13267, '72.30.161.252', 0),
(13268, '72.30.161.253', 0),
(13269, '72.30.177', 0),
(13270, '72.30.177.1', 0),
(13271, '72.30.177.10', 0),
(13272, '72.30.177.11', 0),
(13273, '72.30.177.12', 0),
(13274, '72.30.177.124', 0),
(13275, '72.30.177.13', 0),
(13276, '72.30.177.14', 0),
(13277, '72.30.177.15', 0),
(13278, '72.30.177.156', 0),
(13279, '72.30.177.16', 0),
(13280, '72.30.177.161', 0),
(13281, '72.30.177.168', 0),
(13282, '72.30.177.17', 0),
(13283, '72.30.177.170', 0),
(13284, '72.30.177.177', 0),
(13285, '72.30.177.18', 0),
(13286, '72.30.177.181', 0),
(13287, '72.30.177.184', 0),
(13288, '72.30.177.19', 0),
(13289, '72.30.177.20', 0),
(13290, '72.30.177.22', 0),
(13291, '72.30.177.220', 0),
(13292, '72.30.177.223', 0),
(13293, '72.30.177.225', 0),
(13294, '72.30.177.233', 0),
(13295, '72.30.177.251', 0),
(13296, '72.30.177.70', 0),
(13297, '72.30.177.74', 0),
(13298, '72.30.177.8', 0),
(13299, '72.30.177.9', 0),
(13300, '72.30.179', 0),
(13301, '72.30.213.101', 0),
(13302, '72.30.214', 0),
(13303, '72.30.214.227', 0),
(13304, '72.30.215', 0),
(13305, '72.30.216', 0),
(13306, '72.30.216.100', 0),
(13307, '72.30.216.107', 0),
(13308, '72.30.216.11', 0),
(13309, '72.30.216.14', 0),
(13310, '72.30.216.18', 0),
(13311, '72.30.216.19', 0),
(13312, '72.30.216.23', 0),
(13313, '72.30.216.8', 0),
(13314, '72.30.216.88', 0),
(13315, '72.30.216.92', 0),
(13316, '72.30.216.99', 0),
(13317, '72.30.221', 0),
(13318, '72.30.221.70', 0),
(13319, '72.30.221.73', 0),
(13320, '72.30.226', 0),
(13321, '72.30.226.141', 0),
(13322, '72.30.226.198', 0),
(13323, '72.30.226.211', 0),
(13324, '72.30.252', 0),
(13325, '72.30.252.106', 0),
(13326, '72.30.252.164', 0),
(13327, '72.30.252.167', 0),
(13328, '72.30.252.72', 0),
(13329, '72.30.252.76', 0),
(13330, '72.30.54', 0),
(13331, '72.30.56', 0),
(13332, '72.30.60', 0),
(13333, '72.30.61', 0),
(13334, '72.30.65', 0),
(13335, '72.30.65.23', 0),
(13336, '72.30.65.24', 0),
(13337, '72.30.65.25', 0),
(13338, '72.30.65.26', 0),
(13339, '72.30.65.27', 0),
(13340, '72.30.65.28', 0),
(13341, '72.30.65.29', 0),
(13342, '72.30.65.30', 0),
(13343, '72.30.65.31', 0),
(13344, '72.30.65.32', 0),
(13345, '72.30.65.33', 0),
(13346, '72.30.65.34', 0),
(13347, '72.30.65.36', 0),
(13348, '72.30.65.37', 0),
(13349, '72.30.65.38', 0),
(13350, '72.30.65.39', 0),
(13351, '72.30.65.40', 0),
(13352, '72.30.65.41', 0),
(13353, '72.30.65.42', 0),
(13354, '72.30.65.43', 0),
(13355, '72.30.65.44', 0),
(13356, '72.30.65.45', 0),
(13357, '72.30.65.46', 0),
(13358, '72.30.65.47', 0),
(13359, '72.30.65.48', 0),
(13360, '72.30.65.49', 0),
(13361, '72.30.65.50', 0),
(13362, '72.30.65.51', 0),
(13363, '72.30.65.52', 0),
(13364, '72.30.65.53', 0),
(13365, '72.30.65.54', 0),
(13366, '72.30.65.55', 0),
(13367, '72.30.65.56', 0),
(13368, '72.30.65.57', 0),
(13369, '72.30.65.58', 0),
(13370, '72.30.65.59', 0),
(13371, '72.30.65.60', 0),
(13372, '72.30.65.61', 0),
(13373, '72.30.65.62', 0),
(13374, '72.30.78', 0),
(13375, '72.30.78.215', 0),
(13376, '72.30.78.216', 0),
(13377, '72.30.78.217', 0),
(13378, '72.30.78.218', 0),
(13379, '72.30.78.219', 0),
(13380, '72.30.78.220', 0),
(13381, '72.30.78.221', 0),
(13382, '72.30.78.222', 0),
(13383, '72.30.78.223', 0),
(13384, '72.30.78.224', 0),
(13385, '72.30.78.225', 0),
(13386, '72.30.78.226', 0),
(13387, '72.30.78.227', 0),
(13388, '72.30.78.228', 0),
(13389, '72.30.78.229', 0),
(13390, '72.30.78.230', 0),
(13391, '72.30.78.231', 0),
(13392, '72.30.78.232', 0),
(13393, '72.30.78.233', 0);
INSERT INTO `wp_1_cloaker_ips` (`id`, `ip_address`, `man`) VALUES
(13394, '72.30.78.234', 0),
(13395, '72.30.78.235', 0),
(13396, '72.30.78.236', 0),
(13397, '72.30.78.237', 0),
(13398, '72.30.78.238', 0),
(13399, '72.30.78.239', 0),
(13400, '72.30.78.240', 0),
(13401, '72.30.78.241', 0),
(13402, '72.30.78.242', 0),
(13403, '72.30.78.243', 0),
(13404, '72.30.78.244', 0),
(13405, '72.30.78.245', 0),
(13406, '72.30.78.246', 0),
(13407, '72.30.78.247', 0),
(13408, '72.30.78.248', 0),
(13409, '72.30.78.249', 0),
(13410, '72.30.78.250', 0),
(13411, '72.30.78.251', 0),
(13412, '72.30.78.252', 0),
(13413, '72.30.78.253', 0),
(13414, '72.30.79', 0),
(13415, '72.30.79.105', 0),
(13416, '72.30.79.106', 0),
(13417, '72.30.79.107', 0),
(13418, '72.30.79.108', 0),
(13419, '72.30.79.109', 0),
(13420, '72.30.79.110', 0),
(13421, '72.30.79.111', 0),
(13422, '72.30.79.112', 0),
(13423, '72.30.79.113', 0),
(13424, '72.30.79.114', 0),
(13425, '72.30.79.115', 0),
(13426, '72.30.79.116', 0),
(13427, '72.30.79.117', 0),
(13428, '72.30.79.118', 0),
(13429, '72.30.79.119', 0),
(13430, '72.30.79.120', 0),
(13431, '72.30.79.122', 0),
(13432, '72.30.79.123', 0),
(13433, '72.30.79.124', 0),
(13434, '72.30.79.125', 0),
(13435, '72.30.79.126', 0),
(13436, '72.30.79.23', 0),
(13437, '72.30.79.24', 0),
(13438, '72.30.79.25', 0),
(13439, '72.30.79.26', 0),
(13440, '72.30.79.27', 0),
(13441, '72.30.79.28', 0),
(13442, '72.30.79.29', 0),
(13443, '72.30.79.30', 0),
(13444, '72.30.79.31', 0),
(13445, '72.30.79.32', 0),
(13446, '72.30.79.33', 0),
(13447, '72.30.79.34', 0),
(13448, '72.30.79.35', 0),
(13449, '72.30.79.36', 0),
(13450, '72.30.79.37', 0),
(13451, '72.30.79.38', 0),
(13452, '72.30.79.39', 0),
(13453, '72.30.79.40', 0),
(13454, '72.30.79.42', 0),
(13455, '72.30.79.43', 0),
(13456, '72.30.79.44', 0),
(13457, '72.30.79.45', 0),
(13458, '72.30.79.46', 0),
(13459, '72.30.79.47', 0),
(13460, '72.30.79.48', 0),
(13461, '72.30.79.49', 0),
(13462, '72.30.79.51', 0),
(13463, '72.30.79.52', 0),
(13464, '72.30.79.53', 0),
(13465, '72.30.79.54', 0),
(13466, '72.30.79.55', 0),
(13467, '72.30.79.56', 0),
(13468, '72.30.79.57', 0),
(13469, '72.30.79.58', 0),
(13470, '72.30.79.59', 0),
(13471, '72.30.79.60', 0),
(13472, '72.30.79.61', 0),
(13473, '72.30.79.62', 0),
(13474, '72.30.79.82', 0),
(13475, '72.30.79.83', 0),
(13476, '72.30.79.84', 0),
(13477, '72.30.79.85', 0),
(13478, '72.30.79.86', 0),
(13479, '72.30.79.87', 0),
(13480, '72.30.79.88', 0),
(13481, '72.30.79.89', 0),
(13482, '72.30.79.90', 0),
(13483, '72.30.79.91', 0),
(13484, '72.30.79.92', 0),
(13485, '72.30.79.93', 0),
(13486, '72.30.79.94', 0),
(13487, '72.30.79.95', 0),
(13488, '72.30.79.96', 0),
(13489, '72.30.79.97', 0),
(13490, '72.30.79.98', 0),
(13491, '72.30.79.99', 0),
(13492, '72.30.81', 0),
(13493, '72.30.81.151', 0),
(13494, '72.30.81.152', 0),
(13495, '72.30.81.153', 0),
(13496, '72.30.81.154', 0),
(13497, '72.30.81.155', 0),
(13498, '72.30.81.156', 0),
(13499, '72.30.81.157', 0),
(13500, '72.30.81.158', 0),
(13501, '72.30.81.159', 0),
(13502, '72.30.81.160', 0),
(13503, '72.30.81.161', 0),
(13504, '72.30.81.162', 0),
(13505, '72.30.81.163', 0),
(13506, '72.30.81.164', 0),
(13507, '72.30.81.165', 0),
(13508, '72.30.81.166', 0),
(13509, '72.30.81.167', 0),
(13510, '72.30.81.168', 0),
(13511, '72.30.81.169', 0),
(13512, '72.30.81.170', 0),
(13513, '72.30.81.171', 0),
(13514, '72.30.81.172', 0),
(13515, '72.30.81.173', 0),
(13516, '72.30.81.174', 0),
(13517, '72.30.81.175', 0),
(13518, '72.30.81.176', 0),
(13519, '72.30.81.177', 0),
(13520, '72.30.81.178', 0),
(13521, '72.30.81.179', 0),
(13522, '72.30.81.180', 0),
(13523, '72.30.81.181', 0),
(13524, '72.30.81.182', 0),
(13525, '72.30.81.183', 0),
(13526, '72.30.81.184', 0),
(13527, '72.30.81.185', 0),
(13528, '72.30.81.186', 0),
(13529, '72.30.81.187', 0),
(13530, '72.30.81.189', 0),
(13531, '72.30.81.190', 0),
(13532, '72.30.87', 0),
(13533, '72.30.87.105', 0),
(13534, '72.30.87.106', 0),
(13535, '72.30.87.107', 0),
(13536, '72.30.87.108', 0),
(13537, '72.30.87.109', 0),
(13538, '72.30.87.111', 0),
(13539, '72.30.87.112', 0),
(13540, '72.30.87.113', 0),
(13541, '72.30.87.114', 0),
(13542, '72.30.87.115', 0),
(13543, '72.30.87.116', 0),
(13544, '72.30.87.117', 0),
(13545, '72.30.87.118', 0),
(13546, '72.30.87.119', 0),
(13547, '72.30.87.120', 0),
(13548, '72.30.87.121', 0),
(13549, '72.30.87.122', 0),
(13550, '72.30.87.124', 0),
(13551, '72.30.87.125', 0),
(13552, '72.30.87.126', 0),
(13553, '72.30.87.82', 0),
(13554, '72.30.87.84', 0),
(13555, '72.30.87.86', 0),
(13556, '72.30.87.88', 0),
(13557, '72.30.87.91', 0),
(13558, '72.30.87.92', 0),
(13559, '72.30.87.93', 0),
(13560, '72.30.87.94', 0),
(13561, '72.30.87.95', 0),
(13562, '72.30.87.96', 0),
(13563, '72.30.87.97', 0),
(13564, '72.30.87.98', 0),
(13565, '72.30.87.99', 0),
(13566, '72.30.9', 0),
(13567, '72.30.97', 0),
(13568, '72.30.97.218', 0),
(13569, '72.30.97.22', 0),
(13570, '72.30.97.221', 0),
(13571, '72.30.97.222', 0),
(13572, '72.30.97.223', 0),
(13573, '72.30.97.224', 0),
(13574, '72.30.98', 0),
(13575, '72.30.98.16', 0),
(13576, '72.30.98.163', 0),
(13577, '72.30.98.202', 0),
(13578, '72.30.98.203', 0),
(13579, '72.30.98.3', 0),
(13580, '72.30.98.30', 0),
(13581, '72.30.98.31', 0),
(13582, '72.30.98.35', 0),
(13583, '72.30.98.7', 0),
(13584, '72.30.98.75', 0),
(13585, '72.30.98.76', 0),
(13586, '72.30.98.9', 0),
(13587, '72.30.98.90', 0),
(13588, '72.30.98.91', 0),
(13589, '72.30.99', 0),
(13590, '72.30.99.77', 0),
(13591, '72.30.99.83', 0),
(13592, '72.30.99.84', 0),
(13593, '72.34.230.106', 0),
(13594, '72.5.115.27', 0),
(13595, '72.5.115.39', 0),
(13596, '74.125.74.83', 0),
(13597, '74.125.75.1', 0),
(13598, '74.125.75.19', 0),
(13599, '74.125.75.20', 0),
(13600, '74.125.75.33', 0),
(13601, '74.125.75.34', 0),
(13602, '74.125.75.4', 0),
(13603, '74.125.75.50', 0),
(13604, '74.201.117.226', 0),
(13605, '74.6.11', 0),
(13606, '74.6.11.235', 0),
(13607, '74.6.12', 0),
(13608, '74.6.12.35', 0),
(13609, '74.6.13', 0),
(13610, '74.6.131', 0),
(13611, '74.6.16', 0),
(13612, '74.6.16.232', 0),
(13613, '74.6.17', 0),
(13614, '74.6.17.121', 0),
(13615, '74.6.17.151', 0),
(13616, '74.6.17.152', 0),
(13617, '74.6.17.153', 0),
(13618, '74.6.17.154', 0),
(13619, '74.6.17.155', 0),
(13620, '74.6.17.156', 0),
(13621, '74.6.17.157', 0),
(13622, '74.6.17.158', 0),
(13623, '74.6.17.159', 0),
(13624, '74.6.17.160', 0),
(13625, '74.6.17.161', 0),
(13626, '74.6.17.162', 0),
(13627, '74.6.17.163', 0),
(13628, '74.6.17.164', 0),
(13629, '74.6.17.165', 0),
(13630, '74.6.17.166', 0),
(13631, '74.6.17.167', 0),
(13632, '74.6.17.168', 0),
(13633, '74.6.17.169', 0),
(13634, '74.6.17.170', 0),
(13635, '74.6.17.171', 0),
(13636, '74.6.17.172', 0),
(13637, '74.6.17.173', 0),
(13638, '74.6.17.174', 0),
(13639, '74.6.17.175', 0),
(13640, '74.6.17.176', 0),
(13641, '74.6.17.177', 0),
(13642, '74.6.17.178', 0),
(13643, '74.6.17.179', 0),
(13644, '74.6.17.180', 0),
(13645, '74.6.17.181', 0),
(13646, '74.6.17.182', 0),
(13647, '74.6.17.183', 0),
(13648, '74.6.17.184', 0),
(13649, '74.6.17.185', 0),
(13650, '74.6.17.186', 0),
(13651, '74.6.17.187', 0),
(13652, '74.6.17.188', 0),
(13653, '74.6.17.189', 0),
(13654, '74.6.17.190', 0),
(13655, '74.6.17.225', 0),
(13656, '74.6.17.89', 0),
(13657, '74.6.18', 0),
(13658, '74.6.18.215', 0),
(13659, '74.6.18.216', 0),
(13660, '74.6.18.217', 0),
(13661, '74.6.18.218', 0),
(13662, '74.6.18.219', 0),
(13663, '74.6.18.220', 0),
(13664, '74.6.18.221', 0),
(13665, '74.6.18.222', 0),
(13666, '74.6.18.223', 0),
(13667, '74.6.18.224', 0),
(13668, '74.6.18.225', 0),
(13669, '74.6.18.226', 0),
(13670, '74.6.18.227', 0),
(13671, '74.6.18.228', 0),
(13672, '74.6.18.229', 0),
(13673, '74.6.18.230', 0),
(13674, '74.6.18.231', 0),
(13675, '74.6.18.232', 0),
(13676, '74.6.18.233', 0),
(13677, '74.6.18.234', 0),
(13678, '74.6.18.235', 0),
(13679, '74.6.18.236', 0),
(13680, '74.6.18.237', 0),
(13681, '74.6.18.238', 0),
(13682, '74.6.18.239', 0),
(13683, '74.6.18.240', 0),
(13684, '74.6.18.241', 0),
(13685, '74.6.18.242', 0),
(13686, '74.6.18.243', 0),
(13687, '74.6.18.244', 0),
(13688, '74.6.18.245', 0),
(13689, '74.6.18.246', 0),
(13690, '74.6.18.247', 0),
(13691, '74.6.18.248', 0),
(13692, '74.6.18.249', 0),
(13693, '74.6.18.250', 0),
(13694, '74.6.18.251', 0),
(13695, '74.6.18.252', 0),
(13696, '74.6.18.253', 0),
(13697, '74.6.18.254', 0),
(13698, '74.6.18.90', 0),
(13699, '74.6.19', 0),
(13700, '74.6.19.101', 0),
(13701, '74.6.19.107', 0),
(13702, '74.6.19.172', 0),
(13703, '74.6.19.188', 0),
(13704, '74.6.19.216', 0),
(13705, '74.6.19.242', 0),
(13706, '74.6.19.43', 0),
(13707, '74.6.19.46', 0),
(13708, '74.6.20', 0),
(13709, '74.6.20.42', 0),
(13710, '74.6.21', 0),
(13711, '74.6.21.158', 0),
(13712, '74.6.21.57', 0),
(13713, '74.6.22', 0),
(13714, '74.6.22.101', 0),
(13715, '74.6.22.102', 0),
(13716, '74.6.22.103', 0),
(13717, '74.6.22.104', 0),
(13718, '74.6.22.105', 0),
(13719, '74.6.22.106', 0),
(13720, '74.6.22.107', 0),
(13721, '74.6.22.108', 0),
(13722, '74.6.22.110', 0),
(13723, '74.6.22.112', 0),
(13724, '74.6.22.119', 0),
(13725, '74.6.22.120', 0),
(13726, '74.6.22.121', 0),
(13727, '74.6.22.122', 0),
(13728, '74.6.22.124', 0),
(13729, '74.6.22.125', 0),
(13730, '74.6.22.126', 0),
(13731, '74.6.22.151', 0),
(13732, '74.6.22.152', 0),
(13733, '74.6.22.153', 0),
(13734, '74.6.22.154', 0),
(13735, '74.6.22.155', 0),
(13736, '74.6.22.156', 0),
(13737, '74.6.22.157', 0),
(13738, '74.6.22.158', 0),
(13739, '74.6.22.159', 0),
(13740, '74.6.22.160', 0),
(13741, '74.6.22.161', 0),
(13742, '74.6.22.162', 0),
(13743, '74.6.22.163', 0),
(13744, '74.6.22.164', 0),
(13745, '74.6.22.165', 0),
(13746, '74.6.22.166', 0),
(13747, '74.6.22.167', 0),
(13748, '74.6.22.168', 0),
(13749, '74.6.22.169', 0),
(13750, '74.6.22.170', 0),
(13751, '74.6.22.171', 0),
(13752, '74.6.22.172', 0),
(13753, '74.6.22.173', 0),
(13754, '74.6.22.174', 0),
(13755, '74.6.22.175', 0),
(13756, '74.6.22.176', 0),
(13757, '74.6.22.177', 0),
(13758, '74.6.22.178', 0),
(13759, '74.6.22.179', 0),
(13760, '74.6.22.180', 0),
(13761, '74.6.22.181', 0),
(13762, '74.6.22.182', 0),
(13763, '74.6.22.183', 0),
(13764, '74.6.22.184', 0),
(13765, '74.6.22.185', 0),
(13766, '74.6.22.186', 0),
(13767, '74.6.22.187', 0),
(13768, '74.6.22.188', 0),
(13769, '74.6.22.189', 0),
(13770, '74.6.22.190', 0),
(13771, '74.6.22.219', 0),
(13772, '74.6.22.36', 0),
(13773, '74.6.22.38', 0),
(13774, '74.6.22.48', 0),
(13775, '74.6.22.87', 0),
(13776, '74.6.22.88', 0),
(13777, '74.6.22.89', 0),
(13778, '74.6.22.90', 0),
(13779, '74.6.22.91', 0),
(13780, '74.6.22.92', 0),
(13781, '74.6.22.93', 0),
(13782, '74.6.22.94', 0),
(13783, '74.6.22.95', 0),
(13784, '74.6.22.96', 0),
(13785, '74.6.22.97', 0),
(13786, '74.6.22.98', 0),
(13787, '74.6.22.99', 0),
(13788, '74.6.23', 0),
(13789, '74.6.23.126', 0),
(13790, '74.6.24', 0),
(13791, '74.6.24.168', 0),
(13792, '74.6.24.171', 0),
(13793, '74.6.24.173', 0),
(13794, '74.6.24.230', 0),
(13795, '74.6.24.90', 0),
(13796, '74.6.24.93', 0),
(13797, '74.6.240', 0),
(13798, '74.6.25', 0),
(13799, '74.6.25.121', 0),
(13800, '74.6.25.175', 0),
(13801, '74.6.25.242', 0),
(13802, '74.6.26', 0),
(13803, '74.6.26.107', 0),
(13804, '74.6.26.180', 0),
(13805, '74.6.26.217', 0),
(13806, '74.6.26.235', 0),
(13807, '74.6.27', 0),
(13808, '74.6.27.155', 0),
(13809, '74.6.27.176', 0),
(13810, '74.6.27.248', 0),
(13811, '74.6.27.249', 0),
(13812, '74.6.27.251', 0),
(13813, '74.6.28', 0),
(13814, '74.6.28.104', 0),
(13815, '74.6.28.126', 0),
(13816, '74.6.28.154', 0),
(13817, '74.6.29', 0),
(13818, '74.6.29.174', 0),
(13819, '74.6.29.235', 0),
(13820, '74.6.29.61', 0),
(13821, '74.6.30', 0),
(13822, '74.6.30.101', 0),
(13823, '74.6.31', 0),
(13824, '74.6.31.151', 0),
(13825, '74.6.31.166', 0),
(13826, '74.6.65', 0),
(13827, '74.6.65.223', 0),
(13828, '74.6.65.227', 0),
(13829, '74.6.65.23', 0),
(13830, '74.6.65.233', 0),
(13831, '74.6.65.235', 0),
(13832, '74.6.65.237', 0),
(13833, '74.6.65.240', 0),
(13834, '74.6.66', 0),
(13835, '74.6.66.37', 0),
(13836, '74.6.66.44', 0),
(13837, '74.6.66.45', 0),
(13838, '74.6.66.48', 0),
(13839, '74.6.66.62', 0),
(13840, '74.6.67', 0),
(13841, '74.6.67.10', 0),
(13842, '74.6.67.101', 0),
(13843, '74.6.67.102', 0),
(13844, '74.6.67.106', 0),
(13845, '74.6.67.107', 0),
(13846, '74.6.67.118', 0),
(13847, '74.6.67.125', 0),
(13848, '74.6.67.135', 0),
(13849, '74.6.67.141', 0),
(13850, '74.6.67.149', 0),
(13851, '74.6.67.156', 0),
(13852, '74.6.67.16', 0),
(13853, '74.6.67.162', 0),
(13854, '74.6.67.163', 0),
(13855, '74.6.67.17', 0),
(13856, '74.6.67.172', 0),
(13857, '74.6.67.173', 0),
(13858, '74.6.67.203', 0),
(13859, '74.6.67.214', 0),
(13860, '74.6.67.224', 0),
(13861, '74.6.67.225', 0),
(13862, '74.6.67.74', 0),
(13863, '74.6.67.76', 0),
(13864, '74.6.68', 0),
(13865, '74.6.68.11', 0),
(13866, '74.6.68.114', 0),
(13867, '74.6.68.118', 0),
(13868, '74.6.68.122', 0),
(13869, '74.6.68.134', 0),
(13870, '74.6.68.136', 0),
(13871, '74.6.68.148', 0),
(13872, '74.6.68.152', 0),
(13873, '74.6.68.154', 0),
(13874, '74.6.68.16', 0),
(13875, '74.6.68.163', 0),
(13876, '74.6.68.17', 0),
(13877, '74.6.68.170', 0),
(13878, '74.6.68.207', 0),
(13879, '74.6.68.21', 0),
(13880, '74.6.68.211', 0),
(13881, '74.6.68.214', 0),
(13882, '74.6.68.216', 0),
(13883, '74.6.68.217', 0),
(13884, '74.6.68.218', 0),
(13885, '74.6.68.223', 0),
(13886, '74.6.68.229', 0),
(13887, '74.6.68.30', 0),
(13888, '74.6.68.31', 0),
(13889, '74.6.68.40', 0),
(13890, '74.6.68.46', 0),
(13891, '74.6.68.47', 0),
(13892, '74.6.68.82', 0),
(13893, '74.6.69', 0),
(13894, '74.6.69.100', 0),
(13895, '74.6.69.103', 0),
(13896, '74.6.69.107', 0),
(13897, '74.6.69.109', 0),
(13898, '74.6.69.119', 0),
(13899, '74.6.69.120', 0),
(13900, '74.6.69.134', 0),
(13901, '74.6.69.139', 0),
(13902, '74.6.69.141', 0),
(13903, '74.6.69.151', 0),
(13904, '74.6.69.160', 0),
(13905, '74.6.69.166', 0),
(13906, '74.6.69.198', 0),
(13907, '74.6.69.20', 0),
(13908, '74.6.69.204', 0),
(13909, '74.6.69.205', 0),
(13910, '74.6.69.206', 0),
(13911, '74.6.69.208', 0),
(13912, '74.6.69.223', 0),
(13913, '74.6.69.225', 0),
(13914, '74.6.69.226', 0),
(13915, '74.6.69.231', 0),
(13916, '74.6.69.235', 0),
(13917, '74.6.69.27', 0),
(13918, '74.6.69.30', 0),
(13919, '74.6.69.32', 0),
(13920, '74.6.69.35', 0),
(13921, '74.6.69.39', 0),
(13922, '74.6.69.46', 0),
(13923, '74.6.69.70', 0),
(13924, '74.6.7', 0),
(13925, '74.6.7.120', 0),
(13926, '74.6.7.156', 0),
(13927, '74.6.7.187', 0),
(13928, '74.6.7.219', 0),
(13929, '74.6.7.228', 0),
(13930, '74.6.70', 0),
(13931, '74.6.70.118', 0),
(13932, '74.6.70.126', 0),
(13933, '74.6.70.152', 0),
(13934, '74.6.70.163', 0),
(13935, '74.6.70.164', 0),
(13936, '74.6.70.169', 0),
(13937, '74.6.70.175', 0),
(13938, '74.6.70.177', 0),
(13939, '74.6.70.181', 0),
(13940, '74.6.70.184', 0),
(13941, '74.6.70.185', 0),
(13942, '74.6.70.215', 0),
(13943, '74.6.70.222', 0),
(13944, '74.6.70.230', 0),
(13945, '74.6.70.235', 0),
(13946, '74.6.70.245', 0),
(13947, '74.6.70.28', 0),
(13948, '74.6.70.31', 0),
(13949, '74.6.70.32', 0),
(13950, '74.6.70.41', 0),
(13951, '74.6.70.48', 0),
(13952, '74.6.70.49', 0),
(13953, '74.6.70.52', 0),
(13954, '74.6.70.56', 0),
(13955, '74.6.70.58', 0),
(13956, '74.6.70.59', 0),
(13957, '74.6.70.61', 0),
(13958, '74.6.70.74', 0),
(13959, '74.6.70.75', 0),
(13960, '74.6.70.76', 0),
(13961, '74.6.70.81', 0),
(13962, '74.6.70.90', 0),
(13963, '74.6.70.94', 0),
(13964, '74.6.71', 0),
(13965, '74.6.71.117', 0),
(13966, '74.6.71.151', 0),
(13967, '74.6.71.156', 0),
(13968, '74.6.71.158', 0),
(13969, '74.6.71.162', 0),
(13970, '74.6.71.164', 0),
(13971, '74.6.71.169', 0),
(13972, '74.6.71.172', 0),
(13973, '74.6.71.173', 0),
(13974, '74.6.71.177', 0),
(13975, '74.6.71.184', 0),
(13976, '74.6.71.186', 0),
(13977, '74.6.71.188', 0),
(13978, '74.6.71.216', 0),
(13979, '74.6.71.222', 0),
(13980, '74.6.71.242', 0),
(13981, '74.6.71.250', 0),
(13982, '74.6.71.43', 0),
(13983, '74.6.71.50', 0),
(13984, '74.6.71.57', 0),
(13985, '74.6.71.59', 0),
(13986, '74.6.71.76', 0),
(13987, '74.6.71.77', 0),
(13988, '74.6.71.80', 0),
(13989, '74.6.71.93', 0),
(13990, '74.6.71.96', 0),
(13991, '74.6.72', 0),
(13992, '74.6.72.124', 0),
(13993, '74.6.72.151', 0),
(13994, '74.6.72.163', 0),
(13995, '74.6.72.170', 0),
(13996, '74.6.72.174', 0),
(13997, '74.6.72.175', 0),
(13998, '74.6.72.178', 0),
(13999, '74.6.72.185', 0),
(14000, '74.6.72.215', 0),
(14001, '74.6.72.217', 0),
(14002, '74.6.72.222', 0),
(14003, '74.6.72.224', 0),
(14004, '74.6.72.234', 0),
(14005, '74.6.72.235', 0),
(14006, '74.6.72.238', 0),
(14007, '74.6.72.239', 0),
(14008, '74.6.72.243', 0),
(14009, '74.6.72.247', 0),
(14010, '74.6.72.253', 0),
(14011, '74.6.72.29', 0),
(14012, '74.6.72.32', 0),
(14013, '74.6.72.33', 0),
(14014, '74.6.72.34', 0),
(14015, '74.6.72.37', 0),
(14016, '74.6.72.41', 0),
(14017, '74.6.72.57', 0),
(14018, '74.6.72.58', 0),
(14019, '74.6.72.61', 0),
(14020, '74.6.72.62', 0),
(14021, '74.6.72.75', 0),
(14022, '74.6.72.76', 0),
(14023, '74.6.72.82', 0),
(14024, '74.6.72.89', 0),
(14025, '74.6.72.91', 0),
(14026, '74.6.73', 0),
(14027, '74.6.73.118', 0),
(14028, '74.6.73.120', 0),
(14029, '74.6.73.126', 0),
(14030, '74.6.73.153', 0),
(14031, '74.6.73.158', 0),
(14032, '74.6.73.161', 0),
(14033, '74.6.73.163', 0),
(14034, '74.6.73.168', 0),
(14035, '74.6.73.170', 0),
(14036, '74.6.73.171', 0),
(14037, '74.6.73.173', 0),
(14038, '74.6.73.178', 0),
(14039, '74.6.73.180', 0),
(14040, '74.6.73.226', 0),
(14041, '74.6.73.230', 0),
(14042, '74.6.73.237', 0),
(14043, '74.6.73.240', 0),
(14044, '74.6.73.248', 0),
(14045, '74.6.73.250', 0),
(14046, '74.6.73.254', 0),
(14047, '74.6.73.29', 0),
(14048, '74.6.73.30', 0),
(14049, '74.6.73.39', 0),
(14050, '74.6.73.40', 0),
(14051, '74.6.73.42', 0),
(14052, '74.6.73.46', 0),
(14053, '74.6.73.55', 0),
(14054, '74.6.73.57', 0),
(14055, '74.6.73.61', 0),
(14056, '74.6.73.71', 0),
(14057, '74.6.73.74', 0),
(14058, '74.6.73.78', 0),
(14059, '74.6.73.85', 0),
(14060, '74.6.73.86', 0),
(14061, '74.6.73.87', 0),
(14062, '74.6.73.91', 0),
(14063, '74.6.74', 0),
(14064, '74.6.74.118', 0),
(14065, '74.6.74.120', 0),
(14066, '74.6.74.152', 0),
(14067, '74.6.74.153', 0),
(14068, '74.6.74.168', 0),
(14069, '74.6.74.172', 0),
(14070, '74.6.74.174', 0),
(14071, '74.6.74.175', 0),
(14072, '74.6.74.177', 0),
(14073, '74.6.74.178', 0),
(14074, '74.6.74.179', 0),
(14075, '74.6.74.183', 0),
(14076, '74.6.74.184', 0),
(14077, '74.6.74.187', 0),
(14078, '74.6.74.188', 0),
(14079, '74.6.74.205', 0),
(14080, '74.6.74.214', 0),
(14081, '74.6.74.218', 0),
(14082, '74.6.74.226', 0),
(14083, '74.6.74.227', 0),
(14084, '74.6.74.237', 0),
(14085, '74.6.74.27', 0),
(14086, '74.6.74.29', 0),
(14087, '74.6.74.35', 0),
(14088, '74.6.74.36', 0),
(14089, '74.6.74.45', 0),
(14090, '74.6.74.57', 0),
(14091, '74.6.74.59', 0),
(14092, '74.6.74.73', 0),
(14093, '74.6.74.76', 0),
(14094, '74.6.74.87', 0),
(14095, '74.6.74.88', 0),
(14096, '74.6.74.90', 0),
(14097, '74.6.74.94', 0),
(14098, '74.6.74.96', 0),
(14099, '74.6.75', 0),
(14100, '74.6.75.15', 0),
(14101, '74.6.75.19', 0),
(14102, '74.6.75.38', 0),
(14103, '74.6.75.41', 0),
(14104, '74.6.76', 0),
(14105, '74.6.79', 0),
(14106, '74.6.79.180', 0),
(14107, '74.6.8', 0),
(14108, '74.6.8.100', 0),
(14109, '74.6.8.101', 0),
(14110, '74.6.8.102', 0),
(14111, '74.6.8.103', 0),
(14112, '74.6.8.104', 0),
(14113, '74.6.8.105', 0),
(14114, '74.6.8.106', 0),
(14115, '74.6.8.107', 0),
(14116, '74.6.8.108', 0),
(14117, '74.6.8.109', 0),
(14118, '74.6.8.110', 0),
(14119, '74.6.8.111', 0),
(14120, '74.6.8.112', 0),
(14121, '74.6.8.113', 0),
(14122, '74.6.8.114', 0),
(14123, '74.6.8.115', 0),
(14124, '74.6.8.116', 0),
(14125, '74.6.8.117', 0),
(14126, '74.6.8.118', 0),
(14127, '74.6.8.119', 0),
(14128, '74.6.8.120', 0),
(14129, '74.6.8.121', 0),
(14130, '74.6.8.122', 0),
(14131, '74.6.8.123', 0),
(14132, '74.6.8.124', 0),
(14133, '74.6.8.125', 0),
(14134, '74.6.8.126', 0),
(14135, '74.6.85', 0),
(14136, '74.6.85.217', 0),
(14137, '74.6.86', 0),
(14138, '74.6.86.223', 0),
(14139, '74.6.86.232', 0),
(14140, '74.6.87', 0),
(14141, '74.6.87.123', 0),
(14142, '74.6.9', 0),
(14143, '74.6.9.113', 0),
(14144, '74.6.9.163', 0),
(14145, '74.86.176.75', 0),
(14146, '74.95.0.186', 0),
(14147, '75.101.176.225', 0),
(14148, '75.101.202.159', 0),
(14149, '75.101.210.180', 0),
(14150, '75.101.217.141', 0),
(14151, '75.101.224.62', 0),
(14152, '75.101.226.242', 0),
(14153, '75.101.228.42', 0),
(14154, '77.88.25.28', 0),
(14155, '78.83.66.229', 0),
(14156, '8.11.2.19', 0),
(14157, '8.11.2.95', 0),
(14158, '8.6.48', 0),
(14159, '80.129.24.100', 0),
(14160, '80.133.69.39', 0),
(14161, '80.136.142.158', 0),
(14162, '80.16.145.187', 0),
(14163, '80.177.149.217', 0),
(14164, '80.179.254.253', 0),
(14165, '80.182.226.190', 0),
(14166, '80.202.209.74', 0),
(14167, '80.202.219.29', 0),
(14168, '80.202.221.109', 0),
(14169, '80.202.58.101', 0),
(14170, '80.203.138.137', 0),
(14171, '80.203.232.107', 0),
(14172, '80.203.26.148', 0),
(14173, '80.203.32.41', 0),
(14174, '80.203.51.157', 0),
(14175, '80.225.18.170', 0),
(14176, '80.229.145.226', 0),
(14177, '80.229.216.40', 0),
(14178, '80.237.184.66', 0),
(14179, '80.237.202.146', 0),
(14180, '80.239.62.203', 0),
(14181, '80.60.157.168', 0),
(14182, '80.60.35.143', 0),
(14183, '80.65.33.158', 0),
(14184, '80.67.17.98', 0),
(14185, '81.0.183.106', 0),
(14186, '81.0.183.107', 0),
(14187, '81.131.93.240', 0),
(14188, '81.149.13.26', 0),
(14189, '81.152.64.189', 0),
(14190, '81.153.61.72', 0),
(14191, '81.153.62.103', 0),
(14192, '81.154.83.118', 0),
(14193, '81.155.214.30', 0),
(14194, '81.155.227.55', 0),
(14195, '81.155.227.56', 0),
(14196, '81.169.136.109', 0),
(14197, '81.176.67.106', 0),
(14198, '81.19.66.38', 0),
(14199, '81.19.66.39', 0),
(14200, '81.19.66.42', 0),
(14201, '81.19.66.6', 0),
(14202, '81.19.66.74', 0),
(14203, '81.19.66.8', 0),
(14204, '81.19.66.9', 0),
(14205, '81.19.67.247', 0),
(14206, '81.19.67.253', 0),
(14207, '81.19.67.34', 0),
(14208, '81.191.108.59', 0),
(14209, '81.191.110.86', 0),
(14210, '81.191.68.135', 0),
(14211, '81.205.39.64', 0),
(14212, '81.208.26.55', 0),
(14213, '81.209.140.139', 0),
(14214, '81.222.64.10', 0),
(14215, '81.27.96.248', 0),
(14216, '81.27.99.141', 0),
(14217, '81.31.32.26', 0),
(14218, '81.4.80.91', 0),
(14219, '81.5.184.25', 0),
(14220, '81.52.143.15', 0),
(14221, '81.52.143.16', 0),
(14222, '81.86.128.112', 0),
(14223, '81.92.97.41', 0),
(14224, '82.129.26.203', 0),
(14225, '82.149.231.208', 0),
(14226, '82.165.35.184', 0),
(14227, '82.217.190.117', 0),
(14228, '82.217.42.23', 0),
(14229, '82.235.118.155', 0),
(14230, '82.32.121.164', 0),
(14231, '82.32.121.70', 0),
(14232, '82.32.123.249', 0),
(14233, '82.33.193.111', 0),
(14234, '82.42.115.108', 0),
(14235, '82.43.129.240', 0),
(14236, '82.68.206.22', 0),
(14237, '82.94.237.229', 0),
(14238, '83.108.128.168', 0),
(14239, '83.108.143.229', 0),
(14240, '83.140.161.141', 0),
(14241, '83.140.161.142', 0),
(14242, '83.146.31.19', 0),
(14243, '83.170.97.191', 0),
(14244, '83.31.146.162', 0),
(14245, '83.31.206.144', 0),
(14246, '83.67.53.154', 0),
(14247, '84.104.216.167', 0),
(14248, '84.104.217.36', 0),
(14249, '84.104.217.38', 0),
(14250, '84.104.39.226', 0),
(14251, '84.128.33.71', 0),
(14252, '84.13.2.175', 0),
(14253, '84.13.26.47', 0),
(14254, '84.13.56.131', 0),
(14255, '84.150.122.26', 0),
(14256, '84.150.79.18', 0),
(14257, '84.233.148.10', 0),
(14258, '84.233.148.11', 0),
(14259, '84.233.148.12', 0),
(14260, '84.233.148.13', 0),
(14261, '84.233.148.14', 0),
(14262, '84.233.148.15', 0),
(14263, '84.233.148.16', 0),
(14264, '84.233.148.17', 0),
(14265, '84.233.148.18', 0),
(14266, '84.233.148.19', 0),
(14267, '84.233.148.20', 0),
(14268, '84.233.148.21', 0),
(14269, '84.233.148.22', 0),
(14270, '84.233.148.23', 0),
(14271, '84.233.148.24', 0),
(14272, '84.233.148.5', 0),
(14273, '84.233.148.7', 0),
(14274, '84.48.35.246', 0),
(14275, '84.48.78.80', 0),
(14276, '84.56.103.71', 0),
(14277, '84.56.114.19', 0),
(14278, '84.56.74.242', 0),
(14279, '84.56.77.39', 0),
(14280, '84.56.84.58', 0),
(14281, '84.56.93.33', 0),
(14282, '84.73.59.129', 0),
(14283, '84.82.133.41', 0),
(14284, '84.9.137.104', 0),
(14285, '85.10.36.125', 0),
(14286, '85.72.80.198', 0),
(14287, '86.131.209.38', 0),
(14288, '86.131.210.252', 0),
(14289, '88.107.17.230', 0),
(14290, '88.111.57.10', 0),
(14291, '88.131.106.1', 0),
(14292, '88.131.106.10', 0),
(14293, '88.131.106.11', 0),
(14294, '88.131.106.13', 0),
(14295, '88.131.106.16', 0),
(14296, '88.131.106.4', 0),
(14297, '88.131.106.5', 0),
(14298, '88.131.106.6', 0),
(14299, '88.131.106.7', 0),
(14300, '88.131.153.91', 0),
(14301, '88.151.114.33', 0),
(14302, '89.150.197.134', 0),
(14303, '89.150.197.138', 0),
(14304, '89.150.197.142', 0),
(14305, '89.150.197.144', 0),
(14306, '89.150.197.192', 0),
(14307, '89.150.197.193', 0),
(14308, '89.150.197.194', 0),
(14309, '89.240.138.167', 0),
(14310, '91.205.124.3', 0);

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

--
-- Table structure for table `wp_1_cloaker_logg`
--

CREATE TABLE IF NOT EXISTS `wp_1_cloaker_logg` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `ip_address` varchar(15) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `referral_url` tinytext CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `landing_url` varchar(255) CHARACTER SET latin1 COLLATE latin1_general_ci DEFAULT NULL,
  `session_id` varchar(128) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `keywords` varchar(255) CHARACTER SET latin1 COLLATE latin1_general_ci DEFAULT NULL,
  `redirect_url` varchar(255) CHARACTER SET latin1 COLLATE latin1_general_ci DEFAULT NULL,
  `postdate` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;

--
-- Dumping data for table `wp_1_cloaker_logg`
--


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

--
-- Table structure for table `wp_1_cloaker_redirect`
--

CREATE TABLE IF NOT EXISTS `wp_1_cloaker_redirect` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `url_redirect` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `url_referrer` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `tokens` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `opt_ref` tinyint(1) NOT NULL,
  `opt_addr` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;

--
-- Dumping data for table `wp_1_cloaker_redirect`
--


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

--
-- Table structure for table `wp_1_commentmeta`
--

CREATE TABLE IF NOT EXISTS `wp_1_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `wp_1_commentmeta`
--


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

--
-- Table structure for table `wp_1_comments`
--

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

--
-- Dumping data for table `wp_1_comments`
--


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

--
-- Table structure for table `wp_1_links`
--

CREATE TABLE IF NOT EXISTS `wp_1_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `wp_1_links`
--


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

--
-- Table structure for table `wp_1_options`
--

CREATE TABLE IF NOT EXISTS `wp_1_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `blog_id` int(11) NOT NULL DEFAULT '0',
  `option_name` varchar(64) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=898 ;

--
-- Dumping data for table `wp_1_options`
--

INSERT INTO `wp_1_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 0, '_transient_random_seed', 'eaa4a95e910a97477905225cc66f6806', 'yes'),
(2, 0, 'siteurl', 'http://moneymachineblogs.com/', 'yes'),
(3, 0, 'blogname', 'moneymachineblogs.com Blogs', 'yes'),
(4, 0, 'blogdescription', 'Just another moneymachineblogs.com weblog', 'yes'),
(5, 0, 'users_can_register', '0', 'yes'),
(6, 0, 'admin_email', 'analdis@yahoo.com', 'yes'),
(7, 0, 'start_of_week', '1', 'yes'),
(8, 0, 'use_balanceTags', '0', 'yes'),
(9, 0, 'use_smilies', '1', 'yes'),
(10, 0, 'require_name_email', '1', 'yes'),
(11, 0, 'comments_notify', '1', 'yes'),
(12, 0, 'posts_per_rss', '10', 'yes'),
(634, 0, 'db_upgraded', '', 'yes'),
(14, 0, 'rss_use_excerpt', '0', 'yes'),
(15, 0, 'mailserver_url', 'mail.example.com', 'yes'),
(16, 0, 'mailserver_login', 'login@example.com', 'yes'),
(17, 0, 'mailserver_pass', 'password', 'yes'),
(18, 0, 'mailserver_port', '110', 'yes'),
(19, 0, 'default_category', '1', 'yes'),
(20, 0, 'default_comment_status', 'open', 'yes'),
(21, 0, 'default_ping_status', 'open', 'yes'),
(22, 0, 'default_pingback_flag', '1', 'yes'),
(23, 0, 'default_post_edit_rows', '10', 'yes'),
(24, 0, 'posts_per_page', '10', 'yes'),
(25, 0, 'date_format', 'F j, Y', 'yes'),
(26, 0, 'time_format', 'g:i a', 'yes'),
(27, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(28, 0, 'links_recently_updated_prepend', '<em>', 'yes'),
(29, 0, 'links_recently_updated_append', '</em>', 'yes'),
(30, 0, 'links_recently_updated_time', '120', 'yes'),
(31, 0, 'comment_moderation', '0', 'yes'),
(32, 0, 'moderation_notify', '1', 'yes'),
(33, 0, 'permalink_structure', '/blog/%postname%/', 'yes'),
(34, 0, 'gzipcompression', '0', 'yes'),
(35, 0, 'hack_file', '0', 'yes'),
(36, 0, 'blog_charset', 'UTF-8', 'yes'),
(37, 0, 'moderation_keys', '', 'no'),
(38, 0, 'active_plugins', 'a:1:{i:0;s:51:"stealthtrafficsystem/stealthtrafficsystemplugin.php";}', 'yes'),
(39, 0, 'home', 'http://moneymachineblogs.com/', 'yes'),
(40, 0, 'category_base', '', 'yes'),
(41, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(42, 0, 'advanced_edit', '0', 'yes'),
(43, 0, 'comment_max_links', '2', 'yes'),
(44, 0, 'gmt_offset', '-5', 'yes'),
(45, 0, 'default_email_category', '1', 'yes'),
(46, 0, 'recently_edited', '', 'no'),
(47, 0, 'use_linksupdate', '0', 'yes'),
(48, 0, 'template', 'wpmu-dixi', 'yes'),
(49, 0, 'stylesheet', 'wpmu-dixi', 'yes'),
(50, 0, 'comment_whitelist', '1', 'yes'),
(51, 0, 'blacklist_keys', '', 'no'),
(52, 0, 'comment_registration', '0', 'yes'),
(53, 0, 'rss_language', 'en', 'yes'),
(54, 0, 'html_type', 'text/html', 'yes'),
(55, 0, 'use_trackback', '0', 'yes'),
(56, 0, 'default_role', 'subscriber', 'yes'),
(57, 0, 'db_version', '12329', 'yes'),
(58, 0, 'uploads_use_yearmonth_folders', '1', 'yes'),
(59, 0, 'upload_path', 'wp-content/blogs.dir/1/files', 'yes'),
(60, 0, 'secret', 'gkdznWtKkFAINl^hHK#CZy9Ckyh@k0Qi0B^NhsCtJx&)h^uAppsX#SN^wvC2$Agv', 'yes'),
(61, 0, 'blog_public', '1', 'yes'),
(62, 0, 'default_link_category', '2', 'yes'),
(63, 0, 'show_on_front', 'posts', 'yes'),
(64, 0, 'tag_base', '', 'yes'),
(65, 0, 'show_avatars', '1', 'yes'),
(66, 0, 'avatar_rating', 'G', 'yes'),
(67, 0, 'upload_url_path', '', 'yes'),
(68, 0, 'thumbnail_size_w', '150', 'yes'),
(69, 0, 'thumbnail_size_h', '150', 'yes'),
(70, 0, 'thumbnail_crop', '1', 'yes'),
(71, 0, 'medium_size_w', '300', 'yes'),
(72, 0, 'medium_size_h', '300', 'yes'),
(73, 0, 'avatar_default', 'mystery', 'yes'),
(74, 0, 'enable_app', '0', 'yes'),
(75, 0, 'enable_xmlrpc', '0', 'yes'),
(76, 0, 'large_size_w', '1024', 'yes'),
(77, 0, 'large_size_h', '1024', 'yes'),
(78, 0, 'image_default_link_type', 'file', 'yes'),
(79, 0, 'image_default_size', '', 'yes'),
(80, 0, 'image_default_align', '', 'yes'),
(81, 0, 'close_comments_for_old_posts', '0', 'yes'),
(82, 0, 'close_comments_days_old', '14', 'yes'),
(83, 0, 'thread_comments', '0', 'yes'),
(84, 0, 'thread_comments_depth', '5', 'yes'),
(85, 0, 'page_comments', '1', 'yes'),
(86, 0, 'comments_per_page', '50', 'yes'),
(87, 0, 'default_comments_page', 'newest', 'yes'),
(88, 0, 'comment_order', 'asc', 'yes'),
(89, 0, 'sticky_posts', 'a:0:{}', 'yes'),
(90, 0, 'widget_categories', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(91, 0, 'widget_text', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(92, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(93, 0, 'timezone_string', '', 'yes'),
(94, 0, 'wp_1_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:47:{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: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:14:"edit_dashboard";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:33:{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: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:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{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:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(95, 0, 'fileupload_url', 'http://moneymachineblogs.com/files', 'yes'),
(96, 0, 'post_count', '1', 'yes'),
(629, 0, '_transient_rewrite_rules', 'a:88:{s:40:"blogs/([^/]+)/([^/]+)/([^/]+)/([^/]+)/?$";s:24:"index.php?pagename=blogs";s:32:"blogs/([^/]+)/([^/]+)/([^/]+)/?$";s:24:"index.php?pagename=blogs";s:24:"blogs/([^/]+)/([^/]+)/?$";s:24:"index.php?pagename=blogs";s:16:"blogs/([^/]+)/?$";s:24:"index.php?pagename=blogs";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:14:".*wp-atom.php$";s:19:"index.php?feed=atom";s:13:".*wp-rdf.php$";s:18:"index.php?feed=rdf";s:13:".*wp-rss.php$";s:18:"index.php?feed=rss";s:14:".*wp-rss2.php$";s:19:"index.php?feed=rss2";s:14:".*wp-feed.php$";s:19:"index.php?feed=feed";s:22:".*wp-commentsrss2.php$";s:34:"index.php?feed=rss2&withcomments=1";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: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:29:"comments/page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";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: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:"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: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:42:"tag/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:37:"tag/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:30:"tag/(.+?)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:12:"tag/(.+?)/?$";s:25:"index.php?tag=$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: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:74:"date/([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:69:"date/([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:62:"date/([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:44:"date/([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:61:"date/([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:56:"date/([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:49:"date/([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:31:"date/([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:48:"date/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:43:"date/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:36:"date/([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:18:"date/([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:34:"[0-9]+/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"[0-9]+/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"[0-9]+/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"[0-9]+/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"[0-9]+/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:29:"([0-9]+)/([^/]+)/trackback/?$";s:45:"index.php?p=$matches[1]&name=$matches[2]&tb=1";s:49:"([0-9]+)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?p=$matches[1]&name=$matches[2]&feed=$matches[3]";s:44:"([0-9]+)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?p=$matches[1]&name=$matches[2]&feed=$matches[3]";s:37:"([0-9]+)/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?p=$matches[1]&name=$matches[2]&paged=$matches[3]";s:44:"([0-9]+)/([^/]+)/comment-page-([0-9]{1,})/?$";s:58:"index.php?p=$matches[1]&name=$matches[2]&cpage=$matches[3]";s:29:"([0-9]+)/([^/]+)(/[0-9]+)?/?$";s:57:"index.php?p=$matches[1]&name=$matches[2]&page=$matches[3]";s:23:"[0-9]+/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:33:"[0-9]+/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:53:"[0-9]+/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"[0-9]+/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"[0-9]+/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:28:"[0-9]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:38:"[0-9]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:58:"[0-9]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"[0-9]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"[0-9]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:21:"([0-9]+)/trackback/?$";s:28:"index.php?p=$matches[1]&tb=1";s:41:"([0-9]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?p=$matches[1]&feed=$matches[2]";s:36:"([0-9]+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?p=$matches[1]&feed=$matches[2]";s:29:"([0-9]+)/page/?([0-9]{1,})/?$";s:41:"index.php?p=$matches[1]&paged=$matches[2]";s:36:"([0-9]+)/comment-page-([0-9]{1,})/?$";s:41:"index.php?p=$matches[1]&cpage=$matches[2]";s:21:"([0-9]+)(/[0-9]+)?/?$";s:40:"index.php?p=$matches[1]&page=$matches[2]";s:17:"[0-9]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:27:"[0-9]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:47:"[0-9]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:42:"[0-9]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:42:"[0-9]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:25:".+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:35:".+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:55:".+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:".+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:".+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:18:"(.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:38:"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:33:"(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:26:"(.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:33:"(.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:18:"(.+?)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'yes'),
(340, 0, 'widget_widget_ultimate_translate', 'a:3:{i:2;a:0:{}i:3;a:1:{s:5:"title";s:11:"Translation";}s:12:"_multiwidget";i:1;}', 'yes'),
(345, 0, 'footer_content', 'http://www.epictrafficsystems.com', 'yes'),
(357, 0, 'ut-allow-wpmu-blog-settings', '0', 'yes'),
(98, 0, 'WPLANG', '', 'yes'),
(99, 0, 'cron', 'a:3:{i:1275600121;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:1275614209;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;}}}s:7:"version";i:2;}', 'yes'),
(100, 0, '_transient_doing_cron', '1275576087', 'yes'),
(107, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(108, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(109, 0, 'widget_archives', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(110, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(111, 0, 'widget_meta', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(112, 0, 'widget_search', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(113, 0, 'widget_recent-posts', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(114, 0, 'widget_recent-comments', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(115, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(116, 0, 'recently_activated', 'a:0:{}', 'yes'),
(118, 0, 'nonce_salt', 'Pf$MseMhWv1A#p7M^$SAevilc)ak0EWs0*jrKRNqvt2Xye2NBR*rPdfwkO7#voJd', 'yes'),
(181, 0, 'current_theme', 'WPMU-Dixi', 'yes'),
(120, 0, '_transient_timeout_feed_8b97ff80173880aa540c58e922c04c27', '1250860632', 'no'),
(121, 0, '_transient_feed_8b97ff80173880aa540c58e922c04c27', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:0:"";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: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:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"link:http://moneymachineblogs.com/ - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:113:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=20&q=link:http://moneymachineblogs.com/";s: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:89:"Your search - <b>link:http://moneymachineblogs.com/</b> - did not match any documents.   ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:1:"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:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:4:"date";s:29:"Fri, 21 Aug 2009 01:17:15 GMT";s:6:"pragma";s:8:"no-cache";s:7:"expires";s:29:"Fri, 01 Jan 1990 00:00:00 GMT";s:13:"cache-control";s:25:"no-cache, must-revalidate";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"set-cookie";s:138:"PREF=ID=6a88228c7bf29b40:TM=1250817435:LM=1250817435:S=2sI7p378iWJF0IAr; expires=Sun, 21-Aug-2011 01:17:15 GMT; path=/; domain=.google.com";s:6:"server";s:4:"bsfe";}s:5:"build";i:20081219;}', 'no'),
(122, 0, '_transient_timeout_feed_mod_8b97ff80173880aa540c58e922c04c27', '1250860632', 'no'),
(123, 0, '_transient_feed_mod_8b97ff80173880aa540c58e922c04c27', '1250817432', 'no'),
(124, 0, '_transient_timeout_feed_0ff4b43bd116a9d8720d689c80e7dfd4', '1250860632', 'no');
INSERT INTO `wp_1_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(125, 0, '_transient_feed_0ff4b43bd116a9d8720d689c80e7dfd4', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:0:"";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:51:"\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:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"WordPress Development Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:32:"http://wordpress.org/development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress development and updates";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 12 Aug 2009 01:42:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:32:"http://wordpress.org/?v=2.9-rare";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:44:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 2.8.4: Security Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/development/2009/08/2-8-4-security-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/development/2009/08/2-8-4-security-release/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 12 Aug 2009 01:41:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=903";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:329:"Yesterday a vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin account) would have its password reset and a new password [...]";s: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:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:724:"<p>Yesterday a vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin account) would have its password reset and a new password would be emailed to the account owner. This doesn&#8217;t allow remote access, but it is very annoying.</p>\n<p>We fixed this problem last night and have been testing the fixes and looking for other problems since then. <a href="http://wordpress.org/download/">Version 2.8.4 which fixes all known problems is now available for download</a> and is highly recommended for all users of WordPress.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/development/2009/08/2-8-4-security-release/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:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:3:"289";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:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Upcoming WordCamps";s: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:"http://wordpress.org/development/2009/08/upcoming-wordcamps-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:"comments";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/development/2009/08/upcoming-wordcamps-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 07 Aug 2009 01:07: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=899";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:322:"Every now and then I see someone ask in the dev channel how they can meet up with other local WordPress developers. We&#8217;re thinking about ways to make WordPress.org more of a resource to facilitate local connections, but in the meantime, I thought it might be helpful to publicize some  upcoming  WordCamps, the [...]";s: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:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2708:"<p>Every now and then I see someone ask in the dev channel how they can meet up with other local WordPress developers. We&#8217;re thinking about ways to make WordPress.org more of a resource to facilitate local connections, but in the meantime, I thought it might be helpful to publicize some <a href="http://central.wordcamp.org/schedule/"> upcoming  WordCamps</a>, the weekend conferences organized by local communities to talk about all things WordPress. </p>\n<p><strong><a href="http://wordcamp.org.nz">WordCamp New Zealand</a>:</strong> Wellington, New Zealand, August 8-9, 2009</p>\n<p><strong><a href="http://wordcamphsv.org/">WordCamp Huntsville</a>:</strong> Huntsville, Alabama, USA, August 15–16, 2009</p>\n<p><strong><a href="http://la.wordcamp.org/">WordCamp Los Angeles</a>:</strong> Los Angeles, California, USA, September 12, 2009</p>\n<p><strong><a href="http://wordcamp.ph">WordCamp Philippines</a>: </strong>Makati City, Philippines, September 19, 2009</p>\n<p><strong><a href="http://www.wordcampportland.org/">WordCamp Portland</a>: </strong>Portland, Oregon, USA, September 19-20, 2009 <em>(Last year&#8217;s PDX WordCamp was awesome, IMO.)</em></p>\n<p><strong><a href="http://www.wordcampseattle.com/">WordCamp Seattle</a>: </strong>Seattle, Washington, USA, September 26, 2009</p>\n<p><strong><a href="http://wordcampbirmingham.org/">WordCamp Birmingham</a>:</strong> Birmingham, Alabama, USA, September 26-27, 2009</p>\n<p><strong><a href="http://wordcampnl.org/">WordCamp Netherlands</a>:</strong> Utrecht, Netherlands, October 31, 2009</p>\n<p><strong><a href="http://2009.newyork.wordcamp.org/">WordCamp NYC</a>:</strong> New York, New York, USA, November 14-15, 2009 <em>(<a href="http://2009.newyork.wordcamp.org/2009/07/24/logo-contest-again/">Logo contest in progress</a>!)</em></p>\n<p><strong><a href="http://wordcampmexico.wordpress.com">WordCamp Mexico</a>:</strong> Mexico City, Mexico, November 20, 2009</p>\n<p>If any of these are within a reasonable distance to you, consider attending. WordCamps are a great way to meet other WordPress users, find collaborators, and expand your t-shirt collection*. I know I&#8217;ll be hitting at least a few of these; WordCamps are also a great way to get user feedback to take into consideration while we&#8217;re making decisions about what to include in core. </p>\n<p>You can always find an up-to-date list of upcoming WordCamps at <a href="http://central.wordcamp.org/">WordCamp Central</a>. You can also try searching for WordPress groups at <a href="http://www.meetup.com/">Meetup.com</a> to find more regular monthly gatherings in your area. </p>\n<p>*<em>Most WordCamps include an event t-shirt in the registration fee. </em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/development/2009/08/upcoming-wordcamps-2/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:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"WordPress 2.8.3 Security Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:83:"http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Aug 2009 15:30:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=891";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:380:"Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1.  Luckily, the entire WordPress community has our backs.  Several folks in the community dug deeper and discovered areas that were overlooked.  With their help, the remaining issues are fixed in 2.8.3.  Since this is a security release, upgrading is highly recommended.  Download [...]";s: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:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:476:"<p>Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1.  Luckily, the entire WordPress community has our backs.  Several folks in the community dug deeper and discovered areas that were overlooked.  With their help, the remaining issues are fixed in 2.8.3.  Since this is a security release, upgrading is highly recommended.  <a href="http://wordpress.org/download/">Download</a> 2.8.3, or upgrade automatically from your admin.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:79:"http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/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:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:3:"244";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:50:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"2.9 Features Vote Results";s: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:"http://wordpress.org/development/2009/07/2-9-vote-results/";s: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:"comments";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/development/2009/07/2-9-vote-results/#comments";s: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, 31 Jul 2009 18:26: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:8:"category";a:4:{i:0;a:5:{s:4:"data";s:8:"Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"2.9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"results";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:6:"survey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=877";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:308:"Earlier this month, over 3500 of you responded to our survey asking you to help us prioritize some of the media features that had been suggested for the 2.9 release. While the exact features for 2.9 have not been hammered out yet, as we continue to match up developers with features, we wanted to share [...]";s: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:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:8608:"<p>Earlier this month, over 3500 of you responded to our survey asking you to help us prioritize some of the media features that had been suggested for the 2.9 release. While the exact features for 2.9 have not been hammered out yet, as we continue to match up developers with features, we wanted to share the survey results and let you know what we&#8217;re thinking in terms of approach.</p>\n<p>First, the results. The first question, and the only one that was mandatory, asked what single media feature you would choose to include in version 2.9. The top vote-getter was standalone editable photo albums (as opposed to the current per-post gallery) at 17.5%, followed closely by easier embeds for videos and other third-party content at 16.5%. Next came basic image editing (such as rotating, cropping and resizing) at 13.7%, and post thumbnails (image teasers for posts featured on the home page) at 12.9%. The rest of the features each took less than ten percent of the vote. The full list came in like this:</p>\n<p><a href="http://wpdotorg.wordpress.com/files/2009/07/q1.png"><img src="http://wpdotorg.wordpress.com/files/2009/07/q1.png" alt="Results of question 1" width="620" /></a></p>\n<p>The second question was optional (3406 people answered it), and asked you to rate each feature on a scale going from <em>top priority</em> down to <em>definitely not</em> for implementation priority. Results here were in line with the results from the first question, with most features rated as <em>nice to have</em> more often than anything else. The features that scored the highest in question 1 were more likely to have earned higher votes in the Top Priority column, but no feature was ranked as a Top Priority more often than it was ranked as a Nice to Have (though Media Albums, Easier Embeds and Post Thumbnails came close). The complete tabulations are shown in the chart below.</p>\n<p><a href="http://wpdotorg.wordpress.com/files/2009/07/q2.png"><img src="http://wpdotorg.wordpress.com/files/2009/07/q2.png" alt="Results for question 2" width="620" /></a></p>\n<p>Question three was getting at the same thing, but in a more granular fashion, asking you to rank the eleven features in order of priority to you. As only one feature could be assigned to each position, this prevented people from assigning the same priority to multiple features, and we wondered if it would alter the results. Though some features got more recognition in this question, the overall rankings were still in line with the results from question 1. Here are the exact votes per feature/per position:</p>\n<p><a href="http://wpdotorg.wordpress.com/files/2009/07/q3.png"><img src="http://wpdotorg.wordpress.com/files/2009/07/q3.png" alt="Results for question 3" width="620" /></a></p>\n<p>The fourth question asked for your preferences regarding including new media features in core, bundling them as plugins with the core download, or developing them as plugins but not bundling them with the core download. This vote was more interesting to watch. As the notice for the voting went first to the development community, then to the user community, it was possible to see a shift in the voting. Earlier in the voting cycle, there were more votes for bundling &#8216;core plugins&#8217; for the advanced media features, while later votes skewed heavily toward just putting the features in core. This vote shows, I think, one of the differences between developer and user perspectives. While developers are heavily interested in keeping the core code lean and relying on plugins for advanced functionality, many users would prefer features they want to be included in core rather than being a separate plugin. The final tally on this question was 56.2% for including features in core, 38.1% for bundled plugins, and 5.7% for non-bundled plugins. The actual numbers:</p>\n<p><a href="http://wpdotorg.wordpress.com/files/2009/07/q4.png"><img src="http://wpdotorg.wordpress.com/files/2009/07/q4.png" alt="Results for question 4" width="620" /></a></p>\n<p>Clearly this issue deserves more discussion, and the concept of how we move toward a system of canonical plugins and/or core &#8220;packages&#8221; intended for different use cases (CMS, photoblog, portfolio, etc) will be a big topic in the months ahead.</p>\n<p>So where does that leave us regarding features coming down the road? When the vote closed, the results were discussed in the #wordpress-dev IRC chat to divvy up feature development.</p>\n<p>The top-voted feature, standalone photo albums, is being worked on as a <a href="http://gsoc2009wp.wordpress.com/rudolf-photo-albums/">Google Summer of Code project by Rudolf Lai</a>, under the mentorship of WordPress Lead Developer <a href="http://markjaquith.com/">Mark Jaquith</a>. The &#8220;pencils down&#8221; date for GSOC is in less than two weeks, at which point we&#8217;ll be assessing the state of Rudolf&#8217;s project. Hopefully, we&#8217;ll be able to incorporate it with 2.9 development, do some testing,  amend the code and/or UI as needed, and have this launch with the 2.9 release (in core or as plugin TBD). Undoubtedly, additional functionality will be contributed by core contributors who have also been working on media plugins.</p>\n<p>Easier embeds, the second most popular feature, is being looked at in a couple of ways. One, more shortcodes for third-party services. Work on this has already begun. In addition, <a href="http://viper007bond.com">Viper007Bond</a>, of <a href="http://wordpress.org/extend/plugins/vipers-video-quicktags/">Viper&#8217;s Video Quicktags plugin</a> fame, has taken on the task of working on a way to improve the embed experience in core. We&#8217;re not sure quite how this will work yet, but stay tuned.</p>\n<p>Adding some basic editing functions like 90-degree rotation, cropping and resizing was considered an obvious winner in the dev chat, and as several plugins handle this functionality, we&#8217;re hopeful it will be included soon.</p>\n<p>Post thumbnails are being handled by Mark Jaquith, who has created this functionality before, with an assist from <a href="http://scribu.net/">Scribu</a>, who has a <a href="http://wordpress.org/extend/plugins/custom-field-images/">similar plugin</a> in the repository.</p>\n<p>Lower ranked features aren&#8217;t off the radar, but may take lower priority than some other (non-media) features we have in the works. One of my favorite 2.9 features is in trunk now, and changes the way we delete content. Goodbye, annoying popup asking me if I&#8217;m sure I want to delete a comment/post/etc. Hello, fast and quiet removal into a trash can, from which the content can be retrieved if it was deleted by accident. Think Gmail style. We&#8217;re also hoping to work on improving page management, though that has a number of technical issues that may cause it to be a 3.0 feature instead.</p>\n<p>As always, you can keep track of development progress in a number of ways:<br />\n1. Keep track of Trac. Contribute a patch, test a patch, just read through tickets if you have some time to kill, whatever. There are <a href="https://core.trac.wordpress.org/query?status=reopened&#38;status=assigned&#38;status=reviewing&#38;status=new&#38;status=accepted&#38;group=status&#38;milestone=2.9">over 500 tickets against the 2.9 milestone</a> currently. Patches and testing can help us get that number down.</p>\n<p>2. Follow Trac commits on Twitter. Don&#8217;t want to get involved in the nitty gritty, just want to see what&#8217;s getting committed? Follow <a href="http://twitter.com/wpdevel">wpdevel on Twitter</a> and you&#8217;ll get core commit updates in your stream.</p>\n<p>3. See what&#8217;s on the dev agenda. Each week for the IRC dev chat, there&#8217;s an agenda, created based on developer suggestions posted at <a href="http://wpdevel.wordpress.com">wpdevel.wordpress.com</a>. This blog also contains discussions about specific development issues.</p>\n<p>4. Join the dev chat. The day changed this week, to accommodate European schedules. Chats are now held for one hour each week on Thursday at 21:00 UTC. That&#8217;s 5pm NYC, 2pm in California, etc. Chats are in the #wordpress-dev room at irc.freenode.com.</p>\n<p>5. Watch this blog. If you&#8217;re not a developer and prefer to stick to major announcements, the occasional survey to help decide a feature, and security notices, just keep doing what you&#8217;re doing. Reading this blog will get you all of these things.</p>\n<p>Thanks again for your help in prioritizing features for version 2.9, hopefully coming toward the end of the year to a server near you!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/development/2009/07/2-9-vote-results/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:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"23";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:56:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"The WordPress 2.0.x Legacy Branch is Deprecated";s: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:89:"http://wordpress.org/development/2009/07/the-wordpress-2-0-x-legacy-branch-is-deprecated/";s: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:"comments";a:1:{i:0;a:5:{s:4:"data";s:98:"http://wordpress.org/development/2009/07/the-wordpress-2-0-x-legacy-branch-is-deprecated/#comments";s: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, 30 Jul 2009 01:07:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"2.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:"";}i:3;a:5:{s:4:"data";s:6:"branch";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:11:"deprecation";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:6:"legacy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=866";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:344:"The WordPress team had initially committed to maintaining the WordPress 2.0.x legacy branch until 2010. Unfortunately, we bit off more than we could chew—the 2.0.x branch is now retired and deprecated, a few months shy of 2010.\nMany of the security improvements to the new versions of WordPress in the last couple of years were complete [...]";s: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:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1149:"<p>The WordPress team had initially committed to maintaining the WordPress 2.0.x legacy branch until 2010. Unfortunately, we bit off more than we could chew—the 2.0.x branch is now retired and deprecated, a few months shy of 2010.</p>\n<p>Many of the security improvements to the new versions of WordPress in the last couple of years were complete reworks of how various systems were handled. Porting those changes to the 2.0.x branch would have been a monumental task and could have introduced instability or new bugs. We had to make hard decisions between stability and merging in the latest security enhancements. Additionally, far fewer people stayed on the 2.0.x branch than we anticipated. I take that as a testament to the new features in WordPress and perhaps even more the features offered by plugins, many of which don&#8217;t support older versions of WordPress!</p>\n<p>I&#8217;m disappointed that we weren&#8217;t able to keep the branch maintained until 2010, but since one of the big reasons for that failure was the massive scope of our security improvements for the newer versions of WordPress, 2.0.x doesn&#8217;t die in vain!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:94:"http://wordpress.org/development/2009/07/the-wordpress-2-0-x-legacy-branch-is-deprecated/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:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"18";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:47:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Improving your plugin – Changelogs";s: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:"http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/";s: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:"comments";a:1:{i:0;a:5:{s:4:"data";s:83:"http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 21 Jul 2009 20:28:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:13:"Documentation";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"tutorials";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=848";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:340:"We&#8217;ve recently made some changes to help improve the communication between plugin authors and plugin users about the changes that are made between versions.\nWe feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Peter Westwood";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1507:"<p>We&#8217;ve <a href="http://westi.wordpress.com/2009/06/20/changelogs-changelogs-changelogs/">recently made some changes</a> to help improve the communication between plugin authors and plugin users about the changes that are made between versions.</p>\n<p>We feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision about when to upgrade and how much testing they should do with their site.</p>\n<p>In order to make this an easy and open communication channel we have added support for a Changelog section in the plugins <code>readme.txt</code> file.  This changelog information is then displayed as a separate tab in the <a href="http://wordpress.org/extend/plugins/">plugin directory</a> and also in the back end of your WordPress blog when you view the details on a new version of a plugin.</p>\n<p>The new section is formatted as follows:</p>\n<pre name="code" class="css">\n\n== Changelog ==\n\n= 1.0 =\n* A change since the previous version.\n* Another change.\n\n= 0.5 =\n* List versions from most recent at top to oldest at bottom.\n</pre>\n<p>We would also like to recommend that you also provide meaningful log messages when you commit changes to the subversion repository for your plugin so that people who want to dig further into your changes can see why things are changing (At the moment is seems a large number of plugin authors leave this field blank which isn&#8217;t very helpful).</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:79:"http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/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:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"17";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:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 2.8.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/development/2009/07/wordpress-2-8-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:"comments";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/development/2009/07/wordpress-2-8-2/#comments";s: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, 20 Jul 2009 05:35:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=856";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:298:"WordPress 2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site.  Download 2.8.2 or automatically upgrade from the Tools-&#62;Upgrade page of your blog&#8217;s admin.\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:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:350:"<p>WordPress 2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site.  <a href="http://wordpress.org/download/">Download</a> 2.8.2 or automatically upgrade from the Tools-&#62;Upgrade page of your blog&#8217;s admin.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/development/2009/07/wordpress-2-8-2/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:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:3:"245";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:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 2.8.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/development/2009/07/wordpress-2-8-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/development/2009/07/wordpress-2-8-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 09 Jul 2009 20:20:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=836";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:352:"WordPress 2.8.1 fixes many bugs and tightens security for plugin administration pages.   Core Security Technologies notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked.  Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.\nWhat [...]";s: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:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2224:"<p>WordPress 2.8.1 fixes <a href="http://core.trac.wordpress.org/query?status=closed&#38;group=resolution&#38;order=priority&#38;milestone=2.8.1&#38;resolution=fixed">many bugs</a> and tightens security for plugin administration pages.   <a href="http://corelabs.coresecurity.com/index.php?module=FrontEndMod&#38;action=list&#38;type=advisory">Core Security Technologies</a> notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked.  Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.</p>\n<p>What else is new since 2.8?  Read through the highlights below, or  <a href="http://core.trac.wordpress.org/log/branches/2.8/?action=stop_on_copy&#38;mode=stop_on_copy&#38;rev=11699&#38;stop_rev=11553&#38;limit=500">view all changes since 2.8</a></p>\n<ul>\n<li>Certain themes were calling get_categories() in such a way that it would fail in 2.8. 2.8.1 works around this so these themes won&#8217;t have to change.</li>\n<li>Dashboard memory usage is reduced.  Some people were running out of memory when loading the dashboard, resulting in an incomplete page.</li>\n<li>The automatic upgrade no longer accidentally deletes files when cleaning up from a failed upgrade.</li>\n<li>A problem where the rich text editor wasn&#8217;t being loaded due to compression issues has been worked around.</li>\n<li>Extra security has been put in place to better protect you from plugins that do not do explicit permission checks.</li>\n<li>Translation of role names fixed.</li>\n<li>wp_page_menu() defaults to sorting by the user specified menu order rather than the page title.</li>\n<li>Upload error messages are now correctly reported.</li>\n<li>Autosave error experienced by some IE users is fixed.</li>\n<li>Styling glitch in the plugin editor fixed.</li>\n<li>SSH2 filesystem requirements updated.</li>\n<li>Switched back to curl as the default transport.</li>\n<li>Updated the translation library to avoid a problem with mbstring.func_overload.</li>\n<li>Stricter inline style sanitization.</li>\n<li>Stricter menu security.</li>\n<li>Disabled code highlighting due to browser incompatibilities.</li>\n<li>RTL layout fixes.</li>\n</ul>\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:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/development/2009/07/wordpress-2-8-1/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:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:3:"285";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:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress 2.8.1 Release Candidate 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/development/2009/07/wordpress-2-8-1-release-candidate-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:86:"http://wordpress.org/development/2009/07/wordpress-2-8-1-release-candidate-1/#comments";s: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, 07 Jul 2009 17:04:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=833";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:227:"2.8.1 is nigh.  Release Candidate 1 is our last stop before the final release.  Please download RC1, review the changes made since beta 2, and have a look at all of the tickets fixed in 2.8.1.  Thanks for testing WordPress.\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:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:586:"<p>2.8.1 is nigh.  Release Candidate 1 is our last stop before the final release.  Please <a href="http://wordpress.org/wordpress-2.8.1-RC1.zip">download</a> RC1, review the <a href="http://core.trac.wordpress.org/log/branches/2.8/?action=stop_on_copy&#38;mode=stop_on_copy&#38;rev=&#38;stop_rev=11654&#38;limit=100">changes made since beta 2</a>, and have a look at <a href="http://core.trac.wordpress.org/query?status=closed&#38;group=resolution&#38;order=priority&#38;milestone=2.8.1&#38;resolution=fixed">all of the tickets fixed in 2.8.1</a>.  Thanks for testing WordPress.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:82:"http://wordpress.org/development/2009/07/wordpress-2-8-1-release-candidate-1/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:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"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:"";}}}}}i:9;a:6:{s:4:"data";s:44:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Vote for 2.9 Media Features";s: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:"http://wordpress.org/development/2009/07/vote-for-2-9-media-features/";s: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:"comments";a:1:{i:0;a:5:{s:4:"data";s:78:"http://wordpress.org/development/2009/07/vote-for-2-9-media-features/#comments";s: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, 07 Jul 2009 14:32: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:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=816";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:351:"Last Wednesday, the core development team and a number of contributing developers met in the IRC #wordpress-dev channel to talk about which features should be included in version 2.9, which is now entering the development phase. We&#8217;ve been planning to focus on media features in 2.9 for some time, and unsurprisingly, it was media features [...]";s: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:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4793:"<p>Last Wednesday, the core development team and a number of contributing developers met in the IRC #wordpress-dev channel to talk about which features should be included in version 2.9, which is now entering the development phase. We&#8217;ve been planning to focus on media features in 2.9 for some time, and unsurprisingly, it was media features that dominated the discussion.* A large percentage of the requests we get from users are for more/better media features, so we&#8217;ve decided to focus 2.9 on building an infrastructure for improved media handling that we can continue to build on in versions to come. In that vein, we need your input to determine which features to prioritize and build sooner rather than later.</p>\n<p>These are the features that we&#8217;re asking people to vote on (in alphabetical, not prioritized, order):</p>\n<p><strong>Additional Media Filters:</strong> In the uploader, you can currently upload an image from your hard drive, link to an image from a URL, or select an image from the Media Library. This proposed feature would add links in the Media Library pane that would allow you to filter images to those that had been used most recently, used most often, and/or marked as a favorite. These filters would be available on the Media Library screen as well.<br />\n<strong><br />\nBasic Image Editing:</strong> Enable cropping, resizing and 90-degree rotation of uploaded images.<br />\n<strong><br />\nBetter Media Settings: </strong>Enable the creation of more default media settings controlled in the Settings section, and allow settings to be overridden  during the individual media upload process as needed.</p>\n<p><strong>Bulk Media Import API: </strong>Develop an API to allow for bulk media importing by plugins or importers.<br />\n<strong><br />\nCustom Image Sizes:</strong> Instead of hardcoded thumbnail, medium, large, etc. image sizes, custom image sizes would allow you to configure the maximum dimensions for each of the sizes.</p>\n<p><strong>Easier Embeds:</strong> Make it easier to embed third-party content such as YouTube videos, etc. Similar to Viper&#8217;s Video Quicktags plugin.</p>\n<p><strong>Media Albums: </strong>Ability to create and edit photo albums that can stand alone (as opposed to galleries being tied only to a post), including photostream functionality.<br />\n<strong><br />\nMedia Metadata: </strong>Enable the use of categories and tags on media files.</p>\n<p><strong>Photostream:</strong> Create a Flickr-style photostream that simply displays images in a chronological stream (as opposed to grouping in galleries).</p>\n<p><strong>Post thumbnails:</strong> Choose an image to appear as a thumbnail with your post/article/excerpt.</p>\n<p><strong>Revised Media UI: </strong>Redesign the uploader UI to make uploading and editing media files a simpler, more user-friendly process.</p>\n<p>These descriptions are repeated in the beginning of the voting survey, so if you forget what something means you&#8217;ll be able to scroll up to remind yourself. Only the first question (pick your top choice) is mandatory. This survey isn&#8217;t very long. Question two lets you assign a general high/low priority to each of the 11 feature suggestions, while question 3 asks you to rank the 11 features in order of priority from 1-11. A text box or two allow you to make additional suggestions, and that&#8217;s it. The survey is anonymous, and will be open all week, until Friday, July 10, 2009 at 11:59 PM UTC.</p>\n<p><script language="javascript" type="text/javascript">\nvar PDF_surveyID = ''2F95783C8744F81A'';\n var PDF_openText = ''Vote now!'';\n</script><br />\n<script type="text/javascript" language="javascript" src="http://www.polldaddy.com/s.js"></script><br />\n<noscript><a href="http://surveys.polldaddy.com/s/2F95783C8744F81A/">Vote now!</a></noscript></p>\n<p><a href="http://surveys.polldaddy.com/s/2F95783C8744F81A/">No JavaScript? Take the survey here. </a></p>\n<p>Results of the survey will be used to help developers decide which features to focus on for version 2.9. The 2.9 anticipated feature list will be posted here later in July, after the priority has been determined. How many contributing developers are available to code various features will play a large part in the decision-making process, so if you&#8217;ve ever thought of contributing code to WordPress development, now&#8217;s a great time to get involved. Developer chats are held each Wednesday in the IRC channel (irc.freenode.com #wordpress-dev) at 9 PM UTC (5pm Eastern, 2pm Pacific).</p>\n<p><em>* &#8211; Other non-media features that were discussed either were determined to be better held for a future version for technical reasons, or were so widely desired that they were accepted for the 2.9 roadmap without requiring a vote.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.org/development/2009/07/vote-for-2-9-media-features/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:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"36";s: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:38:"http://wordpress.org/development/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:10:"x-pingback";s:43:"http://wordpress.org/development/xmlrpc.php";s:13:"last-modified";s:29:"Wed, 12 Aug 2009 01:42:07 GMT";s:4:"etag";s:34:""eebff9e7cd4f4f6924b0bdf228a84885"";s:12:"content-type";s:23:"text/xml; charset=utf-8";s:4:"date";s:29:"Fri, 21 Aug 2009 01:17:15 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";i:20081219;}', 'no');
INSERT INTO `wp_1_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(126, 0, '_transient_timeout_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4', '1250860632', 'no'),
(127, 0, '_transient_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4', '1250817432', 'no'),
(128, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1250860633', 'no');
INSERT INTO `wp_1_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(129, 0, '_transient_feed_867bd5c64f85878d03a060509cd2f92c', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Matt: Starting a Bank";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=14560";s: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:37:"http://ma.tt/2009/08/starting-a-bank/";s: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:7958:"<p>I often get asked something along the line of, &#8220;If you weren&#8217;t leading Automattic, what would you work on?&#8221; There&#8217;s not a single answer to this question; the answer changes day to day. But I think if you asked me today, I&#8217;d say I would like to start a bank.</p>\n<p>There are very few people who <em>really </em>love their bank.Wwe&#8217;ve all dealt with overage fees that stack up, brain-dead fine print, and a general malaise. There&#8217;s also a unique opportunity in that mainstream contempt for financial institutions has never been higher, while at the same time there is an incredible amount of government backing that essentially makes it a no-risk environment. People are hungry just for anything different, something contrarian. A David to the Golaith banking industry.</p>\n<p>The name of my bank would be something supremely boring, like SafeBank. The idea behind it is that bad behaviour in the banking world has been largely inevitable because their compensation structures incented people to do overly risky things. SafeBank would maintain a reserve level 2-3x higher than Fed requirements and any other bank. SafeBank would have no bonuses. Critics would say this would make it impossible to attract top-shelf talent. Every time the bank gets attacked we&#8217;d turn it into an advertising opportunity to emphasize why we&#8217;re different. &#8220;We can&#8217;t attract top-shelf talent? We take your money and put it in a vault. We don&#8217;t need the million-dollar bonus geniuses on Wall Street to do that. SafeBank. Bank, safe.&#8221;</p>\n<p>In fact, the first few years of SafeBank would be largely focused on acquisition through every trick in the book. At the very beginning pull a Gmail/WordPress.com and make it invite-only, which will create a buzz and also allow you to give amazing white-glove service to the initial customers, who will in turn tell their friends and make a ton more buzz. (You can also target certain profitable segments and ultra-safe depositors at first, like Gmail users in San Francisco (using Firefox with an ad-blocker) who make six figures a year.) There would be only one style of checks and debit cards and they&#8217;d need a distinctive design so if you saw one you&#8217;d say, &#8220;What&#8217;s that?&#8221; which would then start the whole conversation again about how SafeBank is different.</p>\n<p>For the first two years you could also do things like not allow accounts larger than the FDIC-insured limit. No one has ever heard of a bank turning away money! But you&#8217;d say that although everything SafeBank does is risk-free, it&#8217;s still a startup and if people have more than the insured limit (250k for single, 500k for couples) in an account, they should put the extra somewhere else. Again, this will impact a very low percentage of customers, but everyone will think it&#8217;s remarkable. This can be phased out after a few years; in fact, it would be a PR opportunity. &#8220;We&#8217;ve been in business now long enough that we feel comfortable with larger accounts.&#8221; Boom, free coverage.</p>\n<p>I&#8217;m a tech guy so of course a lot of focus would be on the website. Imagine an old-time vintage design aesthetic combined with a Google-like simplicity and attention to speed. All logins would be two-factor, with the default being it&#8217;d SMS you a one-time code to log in when you gave your email address. A big part of the website would be the blog, of course. It would have a strong Ben Franklin-like common sense voice, and in addition to giving a few cool saving or home tips each week, it would cover at least one financial industry story a day.</p>\n<ul>\n<li>&#8220;Bank of America spent $40,000,000 dollars on airplanes last year. We spent $40,000 to develop an iPhone application so you can check your balance from anywhere.&#8221;  (Hmm, the iPhone app should cost like $2.99.)</li>\n<li>&#8220;Here&#8217;s how to block advertising when you browse the web with Firefox; it makes the web faster and less annoying.&#8221;</li>\n<li>&#8220;Goldman Sachs just paid out 16 billion dollars in bonuses to their employees. If we had an extra 16 billion dollars lying around, we&#8217;d put it in the bank for a rainy day. (If Goldman had never paid out bonuses they never would have needed government intervention.)&#8221;</li>\n<li>&#8220;So-and-so Bank&#8217;s website requires you to use Internet Explorer. We beg that you don&#8217;t, because there are way cooler and faster browsers. Here are 3 open source browsers you can switch to today.&#8221;</li>\n<li>&#8220;68 Million Reasons Your Bank Sucks. That&#8217;s the amount BoA collected last quarter in needless ATM fees.&#8221;</li>\n</ul>\n<p>(That&#8217;s all made up.) The headlines would almost write themselves, and every time a financial institution is in the news it&#8217;d be an opportunity to contrast why SafeBank is different and what the underlying philosophy is behind why it&#8217;s different.</p>\n<p>All of the marketing would be on the web and viral, because it&#8217;d be an online-only bank like ING Direct. No storefronts where people have to wait in line or risk a bad interaction with a teller, or that get robbed and need insurance;  basically a lot of the historical risk of running a bank could be eliminated. When you sign up it would have a &#8220;tell your friends about SafeBank&#8221; address book feature that would connect you to them if they signed up for an account, give you both money (Bank of America has something like this), and also make it easy to send them money, Paypal-style, if they have an account.</p>\n<p>How would the bank make money? I think it wouldn&#8217;t touch anything risky on the financial side &#8212; it would be a data company. The first 3 years the focus would be entirely on customer acquisition, marketing, PR, and building a world-class tech team building a rock solid infrastructure. SafeBank would make way, way less money than banks currently do, but it would be more than enough to build an amazing product in a sustainable way, like Craigslist did with newspaper classifieds. After a certain milestone, say 100 billion in deposits, I would buy or clone <a href="http://mint.com/">Mint</a>. SafeBank would have more (and more accurate) data about its customers than almost any other company in the world other than credit card companies, so the online interface would have Mint-like lead generation offers based on that information. For example, you spend $140 a month on electricity, but if you switch to this new solar provider you&#8217;d save $200 a year. Think of it like Gmail contextual advertising but based on where you spend your money rather than the words in an email. There also might be aggregate data opportunities for economic research or targeting, but I&#8217;m not sure if I like the privacy implications there.</p>\n<p>SafeBank couldn&#8217;t raise VC or anything like that because having any sort of exit expectations would completely kill the safety story, but I think it could be bootstrapped and after a few years would be hugely profitable. Its existence would also put huge pressure on existing banks because despositors would be leaving in drones, putting pressure on their reserve requirements. Existing banks couldn&#8217;t compete in a traditional way because they have such a sordid history of customer apathy and bad PR. SafeBank wouldn&#8217;t be trying to capture their profits, it would largely be destroying them and making much smaller amounts of money in non-traditional bank ways. It would be somewhat like a credit union, but for the masses.</p>\n<p>Anyway, this is just how my mind wandered this morning while brushing my teeth. Tomorrow I&#8217;ll think the last industry I&#8217;d every want to be in is banking. <img src="http://ma.tt/blog/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>\n<p>Would you trust your money to SafeBank?</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Aug 2009 18:25: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt: Gravatar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=14558";s: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:30:"http://ma.tt/2009/08/gravatar/";s: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:109:"<p><a href="http://en.gravatar.com/">Gravatar gets a light visual refresh</a>, portent of things to come.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Aug 2009 16:36:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"Weblog Tools Collection: WordPress Plugin Releases for 08/20";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=6521";s: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:"http://weblogtoolscollection.com/archives/2009/08/20/wordpress-plugin-releases-for-0820/";s: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:3127:"<h3>New Plugins</h3>\n<p><a href="http://case.oncle-tom.net/code/wordpress/wp-less/">WP Less</a></p>\n<p>LESS adds variables, mixins, inheritance and a lot of usefull functions to speed up, organize and improve CSS productivity. It detects all LESS stylesheets and compile them on the fly, considering cache and last modified time of the *.less files.</p>\n<p><a href="http://blog.endlich-wochenen.de/?p=343">PictoBrowser</a></p>\n<p>It can show Picasa and Flickr galleries with the help of <a href="http://www.db798.com/pictobrowser/">PictoBrowser</a> in WordPress.</p>\n<p><a href="http://scribu.net/wordpress/merge-tags">Merge Tags</a></p>\n<p>A simple plugin that lets you combine tags (and other post terms).</p>\n<p><a href="http://unasked.com/webmasters/wp-plugin">UnAsked</a></p>\n<p>The plugin allows your users to ask / answer questions on your site.</p>\n<h3>Updated Plugins</h3>\n<p><a href="http://www.dev4press.com/2009/08/16/gd-press-tools-1-7-0/">GD Press Tools</a></p>\n<p>GD Press Tools is a collection of various administration, seo, maintenance and security related tools. This tools can be integrated into the various WordPress admin panels, can perform maintenance operations, change some aspects of WordPress, see detailed server settings and information</p>\n<p><a href="http://blog.avirtualhome.com/2009/08/14/updated-wordpress-plugin-avh-amazon-3-1/">AVH Amazon</a></p>\n<p>The AVH Amazon plugin gives you the ability to add multiple widgets which will display one or more random item(s) from your Amazon wishlist, baby registry and/or wedding registry. It also has the ability to show an item with its link, in posts and pages by use of shortcode. In the plugin reference is made to Wishlist only but you can use your Baby Registry ID or Wedding Registry ID as well.</p>\n<p><a href="http://blog/avirtualhome.com/wordpress-plugins/avh-first-defense-against-spam/">AVH First Defense Against Spam</a></p>\n<p>The AVH First Defense Against Spam plugin gives you the ability to block spammers before any content is served. Spammers are identified by checking if the visitors IP exists in a database served by stopforumspam.com, the Project Honey Pot or a local blacklist.</p>\n<p><a href="http://denzeldesigns.com/wordpress-plugins/video-sidebar-widgets/">Video Sidebar Widget</a></p>\n<p>A Video Widget written in latest Widgets API. It enables the user to embed FlashVideo from various video sharing networks into the widgetised sidebar of a WordPress powered blog.</p>\n<p><a href="http://sudarmuthu.com/wordpress/geo-mark">Geo Mark</a></p>\n<p>Geo Mark is a WordPress Plugin which will automatically locate Geo information in your WordPress posts using Yahoo Placemaker and YQL API’s which can be exposed through template functions or as Geo RSS. v0.5 removed hard coded Plugin path and fixed a couple of bugs.</p>\n<p><a href="http://thecuriousfrog.com/projects/last-modified-footer/">Last Modified Footer</a></p>\n<p>The Last Modified Footer plugin generates a message stating the date / time the content being viewed was last modified. This information can be placed in the site footer, or elsewhere on the page.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Aug 2009 13:45:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Perurry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Publisher Blog: WordCamp SF: Google & What You Need to Know";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"http://publisherblog.automattic.com/?p=579";s: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:"http://publisherblog.automattic.com/2009/08/20/matt-cuts-google-seo/";s: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:2167:"<div class="snap_preview"><br /><p>For publishers looking at the search traffic benefits of WordPress, Matt Cutts from the Web Spam team at Google, offers his take:</p>\n<blockquote><p>WordPress takes care of 80-90% of (the mechanics of) Search Engine Optimization (SEO)</p></blockquote>\n<p>Below is a great video of Matt speaking at <a href="http://2009.sf.wordcamp.org/">WordCamp SF 2009</a> about how Google search works and what publishers should be doing to ensure proper indexing:</p>\n<ins>\n<div class="video-player" id="x-video-0">\n </div></ins>\n<p>[ Slides from Matt''s presentation available on <a href="http://www.mattcutts.com/blog/seo-for-bloggers/">mattcutts.com</a> ]</p>\n<br /><a href="http://publisherblog.automattic.com/2009/08/20/matt-cuts-google-seo/"><img width="160" height="120" src="http://cdn.videos.wordpress.com/lAZUouJF/matt-cutts-straight-from-google-wcsf09_std.original.jpg" /> </a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/579/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=579&subd=wordpresspublishers&ref=&feed=1" /></div>";s: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 Aug 2009 08:02:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Raanan Bar-Cohen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"WordPress.tv: Matt Cutts: Straight from Google – What You Need to Know";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2458";s: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:54:"http://wordpress.tv/2009/05/30/matt-cutts-google-sf09/";s: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:1394:"<div class="snap_preview"><br /><ins>\n<div class="video-player" id="x-video-62">\n </div></ins>\n<br /><a href="http://wordpress.tv/2009/05/30/matt-cutts-google-sf09/"><img width="160" height="120" src="http://cdn.videos.wordpress.com/lAZUouJF/matt-cutts-straight-from-google-wcsf09_std.original.jpg" /> </a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2458/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2458&subd=wptv&ref=&feed=1" /></div>";s: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, 19 Aug 2009 03:45:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Ryan Markel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"Weblog Tools Collection: 10 Useful WordPress Hook Hacks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=6518";s: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:84:"http://weblogtoolscollection.com/archives/2009/08/18/10-useful-wordpress-hook-hacks/";s: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:1602:"<p>If you are a WordPress developer or designer or have been messing around in the world of WordPress for any period of time, you have by no doubt heard of WordPress hooks. Hooks are a set of custom written functions that can be added to existing functions in the WordPress core to increase, improve or remove functionality. WordPress plugins make extensive use of hooks to latch onto various portions of the WordPress themes or to the admin interface in order to provide the additional functionality or to perform certain actions in certain parts of the code. If you are looking to understand hooks, learn about all the action and filter hooks and all the deprecated hooks, find the latest changes and understand how hooks can be used in customizing WordPress, I suggest you look at Adam&#8217;s <a href="http://adambrown.info/p/wp_hooks">WordPress hooks database</a>.</p>\n<p>Smashing Magazine has listed <a href="http://www.smashingmagazine.com/2009/08/18/10-useful-wordpress-hook-hacks/">10 Useful WordPress Hook Hacks</a> in which they do some useful things by using the hook functionality. Many of these are already being performed by various plugins and by itself serves no new purpose. However, as a learning tool or as a catalyst for plugin authors to try new things, this list can be very useful. For example, the &#8220;Get entire post or page in a PHP variable&#8221; is similar to the technique used by <a href="http://www.google.com/search?hl=en&amp;q=matt+asides&amp;aq=f&amp;oq=&amp;aqi=">Matt&#8217;s asides</a> and later replicated in various Asides plugins written for WordPress.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Aug 2009 22:50:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Mark Ghosh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"WP Blackberry: BIS Support in New Beta 0.9.0.149 Available Now";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:38:"http://blackberry.wordpress.org/?p=147";s: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:"http://blackberry.wordpress.org/2009/08/18/bis-support-beta-149/";s: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:2538:"<div class="snap_preview"><br /><p>Thanks to all your feedback, we have a new beta <a href="http://blackberry.wordpress.org/install">available for download</a> today.</p>\n<p>The most requested feature <a href="http://blackberry.wordpress.org/2009/07/28/beta-140-available-now/">that we&#8217;ve been working on</a>, is support for <a href="http://en.wikipedia.org/wiki/BlackBerry_Internet_Service">BIS</a> via the BIS-B connection layer.  We&#8217;d love feedback in the <a href="http://blackberry.forums.wordpress.org/">forums </a> on how BIS is working for people on various devices and with different providers.</p>\n<p>In addition to BIS support, the new beta includes the following:</p>\n<ul>\n<li>Added support for the <a href="http://blackberry.trac.wordpress.org/ticket/63">&#8220;more&#8221; tag</a> in both pages and posts</li>\n<li>Tweaks to the UI based on user feedback</li>\n<li>Most error messages are now localized</li>\n<li>App now work even when the device memory is set to &#8220;encryption mode on&#8221;</li>\n</ul>\n<p>Looking forward to <a href="http://blackberry.forums.wordpress.org/">all of your feedback</a>.</p>\n<p>And a special thanks to Schalk Neethling of <a href="http://opensourcereleasefeed.com/2009/08/wordpress-admin-on-the-blackberry-yes-its-true/">OpenSource Release Feed</a> for his contributions and recent help on this app.</p>\n  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpblackberry.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpblackberry.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpblackberry.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpblackberry.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpblackberry.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpblackberry.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpblackberry.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpblackberry.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpblackberry.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpblackberry.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blackberry.wordpress.org&blog=8247031&post=147&subd=wpblackberry&ref=&feed=1" /></div>";s: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, 18 Aug 2009 16:51:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Raanan Bar-Cohen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Theme Releases for 08/18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=6516";s: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:87:"http://weblogtoolscollection.com/archives/2009/08/18/wordpress-theme-releases-for-0816/";s: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:1724:"<h4><a href="http://www.shoutpedia.com/outdated-themes/">Outdated</a></h4>\n<p><a href="http://www.shoutpedia.com/demo/"><img title="Outdated" src="http://weblogtoolscollection.com/wp-content/uploads/2009/08/Outdated.gif" alt="Outdated" width="200" height="113" /></a></p>\n<p>Two column fixed width WordPress theme with some admin options at the back end.</p>\n<h4><a href="http://wordpress.org/extend/themes/so-fresh">So Fresh</a></h4>\n<p><img title="So Fresh" src="http://weblogtoolscollection.com/wp-content/uploads/2009/08/SoFresh.png" alt="So Fresh" width="200" height="141" /></p>\n<p>A right sidebar theme that is nice and clean with emphasis on stunning typography.</p>\n<h4><a href="http://www.dkszone.net/2009/08/jade-free-3-column-wordpress-theme-from.html">Jade</a></h4>\n<p><a href="http://jade.dkszone.0fees.net/"><img title="Jade" src="http://weblogtoolscollection.com/wp-content/uploads/2009/08/Jade.png" alt="Jade" width="200" height="111" /></a></p>\n<p>JADE is a 3 column dark WordPress theme with left and right sidebars. This SEO optimized theme has been designed to accommodate a Wide Skyscraper (160&#215;600) in the left sidebar and two 125&#215;125 Ad Units in the right sidebar.</p>\n<h4><a href="http://www.xhtml.am/blog/2009/08/old-memories-free-wordpress-theme/">Old Memories</a></h4>\n<p><a href="http://www.xhtml.am/demo/index.php?wptheme=OldMemories"><img title="Old Memories" src="http://weblogtoolscollection.com/wp-content/uploads/2009/08/OldMemories.png" alt="Old Memories" width="200" height="150" /></a></p>\n<p>Two column white and grey, widget ready theme.</p>\n<p>Are you a theme author? <a href="http://weblogtoolscollection.com/submit-news/">Submit your theme</a> to get listed out here.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Aug 2009 13:09:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Perurry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"Matt: TEDMED";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=14555";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://ma.tt/2009/08/tedmed/";s: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:388:"<p><a href="http://www.tedmed.com/">I&#8217;m going to be attending TEDMED this year</a>. I think we&#8217;re at a crucial juncture for health, where in my lifetime we&#8217;ll look back at our treatments today with the same wonder as we have when contemplating medicine before the understanding of germs. I have a feeling TEDMED will be the best spot to get a glimpse of this future.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Aug 2009 07:14: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"Weblog Tools Collection: Tips To Protect WordPress Admin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:85:"http://weblogtoolscollection.com/archives/2009/08/17/tips-to-protect-wordpress-admin/";s: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:85:"http://weblogtoolscollection.com/archives/2009/08/17/tips-to-protect-wordpress-admin/";s: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:811:"<p>WordPress is pretty secure and they release updates periodically to fix loopholes, to stay safe you should always make sure to upgrade to the latest version of the software whenever they are available.</p>\n<p>However there are several more ways in which you can protect your WordPress admin from getting misused or hacked.</p>\n<p>The folks at WP Beginners have come up with a list of 11 vital tips to better protect your WordPress admin area, the tips include using a plugin to create stealth login URLs, limiting login attempts to a certain limit so that you don’t get hit with a brute force attack among other things.</p>\n<p><a href="http://www.wpbeginner.com/wp-tutorials/11-vital-tips-and-hacks-to-protect-your-wordpress-admin-area/">11 Vital Tips and Hacks to Protect Your WordPress Admin Area</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 17 Aug 2009 23:15:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Keith Dsouza";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Dougal Campbell: Retheme: Stage 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://dougal.gunters.org/?p=1687";s: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: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:745:"<p>I&#8217;ve pulled the trigger on the first stage of <a href="http://dougal.gunters.org/blog/2009/08/05/time-for-redesign">my site re-theme</a>.</p>\n<p>Right now, it&#8217;s still a pretty clean slate. I&#8217;ve switched over to the Thematic theme (actually a child theme using Thematic as its template), and done just a few quick stylesheet fixes and personal plugin tweaks. Currently, there are still a few warts which I need to iron out (some sidebar styles on sub-pages that need fixing, and such).</p>\n<p>More major style/branding changes will come later, but this &#8220;tabula rasa&#8221; state of things will help motivate me to continue making changes.</p>\n<p>If you spot any obvious glitches, please feel free to poin
