-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Apr 24, 2024 at 08:38 PM
-- Server version: 10.6.17-MariaDB-cll-lve
-- PHP Version: 8.1.16

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


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

--
-- Database: `i7121666_wp1`
--

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

--
-- Table structure for table `wp_burst_goals`
--

CREATE TABLE `wp_burst_goals` (
  `ID` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `type` varchar(30) NOT NULL,
  `status` varchar(30) NOT NULL,
  `server_side` tinyint(4) NOT NULL,
  `url` varchar(255) NOT NULL,
  `conversion_metric` varchar(255) NOT NULL,
  `date_created` int(11) NOT NULL,
  `date_start` int(11) NOT NULL,
  `date_end` int(11) NOT NULL,
  `attribute` varchar(255) NOT NULL,
  `attribute_value` varchar(255) NOT NULL,
  `hook` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_burst_goals`
--

INSERT INTO `wp_burst_goals` (`ID`, `title`, `type`, `status`, `server_side`, `url`, `conversion_metric`, `date_created`, `date_start`, `date_end`, `attribute`, `attribute_value`, `hook`) VALUES
(1, 'Default goal', 'clicks', 'active', 0, '*', 'visitors', 1714015771, 1714015771, 0, 'class', '', '');

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

--
-- Table structure for table `wp_burst_goal_statistics`
--

CREATE TABLE `wp_burst_goal_statistics` (
  `ID` int(11) NOT NULL,
  `statistic_id` int(11) NOT NULL,
  `goal_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_burst_sessions`
--

CREATE TABLE `wp_burst_sessions` (
  `ID` int(11) NOT NULL,
  `first_visited_url` varchar(255) NOT NULL,
  `last_visited_url` varchar(255) NOT NULL,
  `goal_id` int(11) DEFAULT NULL,
  `country_code` char(2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_burst_sessions`
--

INSERT INTO `wp_burst_sessions` (`ID`, `first_visited_url`, `last_visited_url`, `goal_id`, `country_code`) VALUES
(1, '/', '/', 0, NULL);

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

--
-- Table structure for table `wp_burst_statistics`
--

CREATE TABLE `wp_burst_statistics` (
  `ID` int(11) NOT NULL,
  `page_url` varchar(191) NOT NULL,
  `time` int(11) NOT NULL,
  `uid` varchar(255) NOT NULL,
  `time_on_page` int(11) DEFAULT NULL,
  `entire_page_url` varchar(255) NOT NULL,
  `page_id` int(11) NOT NULL,
  `parameters` varchar(255) NOT NULL,
  `fragment` varchar(255) NOT NULL,
  `referrer` varchar(255) DEFAULT NULL,
  `browser` varchar(255) DEFAULT NULL,
  `browser_version` varchar(255) DEFAULT NULL,
  `platform` varchar(255) DEFAULT NULL,
  `device` varchar(255) DEFAULT NULL,
  `device_resolution` varchar(255) DEFAULT NULL,
  `session_id` int(11) DEFAULT NULL,
  `first_time_visit` tinyint(4) DEFAULT NULL,
  `bounce` tinyint(4) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_burst_statistics`
--

INSERT INTO `wp_burst_statistics` (`ID`, `page_url`, `time`, `uid`, `time_on_page`, `entire_page_url`, `page_id`, `parameters`, `fragment`, `referrer`, `browser`, `browser_version`, `platform`, `device`, `device_resolution`, `session_id`, `first_time_visit`, `bounce`) VALUES
(1, '/', 1714016119, '89aea3c1fa637cbc69edc9d174b5acd5', 6591, '/', 170, '', '', 'https://www.google.com/', 'Chrome', '124.0.0.0', 'Android', 'mobile', '1221x2712', 1, 1, 0);

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

--
-- Table structure for table `wp_burst_summary`
--

CREATE TABLE `wp_burst_summary` (
  `ID` int(11) NOT NULL,
  `date` date NOT NULL,
  `page_url` varchar(191) NOT NULL,
  `sessions` int(11) NOT NULL,
  `visitors` int(11) NOT NULL,
  `first_time_visitors` int(11) NOT NULL,
  `pageviews` int(11) NOT NULL,
  `bounces` int(11) NOT NULL,
  `avg_time_on_page` int(11) NOT NULL,
  `completed` tinyint(4) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_burst_summary`
--

INSERT INTO `wp_burst_summary` (`ID`, `date`, `page_url`, `sessions`, `visitors`, `first_time_visitors`, `pageviews`, `bounces`, `avg_time_on_page`, `completed`) VALUES
(1, '2024-04-24', 'burst_day_total', 0, 0, 0, 0, 0, 0, 1),
(2, '2024-04-25', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0);

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

--
-- Table structure for table `wp_cmplz_cookiebanners`
--

CREATE TABLE `wp_cmplz_cookiebanners` (
  `ID` int(11) NOT NULL,
  `title` text NOT NULL,
  `banner_version` int(11) NOT NULL,
  `default` int(11) NOT NULL,
  `position` text NOT NULL,
  `checkbox_style` text NOT NULL,
  `use_logo` text NOT NULL,
  `logo_attachment_id` text NOT NULL,
  `close_button` text NOT NULL,
  `revoke` text NOT NULL,
  `manage_consent_options` text NOT NULL,
  `header` text NOT NULL,
  `dismiss` text NOT NULL,
  `save_preferences` text NOT NULL,
  `view_preferences` text NOT NULL,
  `category_functional` text NOT NULL,
  `category_all` text NOT NULL,
  `category_stats` text NOT NULL,
  `category_prefs` text NOT NULL,
  `accept` text NOT NULL,
  `message_optin` text NOT NULL,
  `use_categories` text NOT NULL,
  `disable_cookiebanner` int(11) NOT NULL,
  `banner_width` int(11) NOT NULL,
  `soft_cookiewall` int(11) NOT NULL,
  `dismiss_on_scroll` int(11) NOT NULL,
  `dismiss_on_timeout` int(11) NOT NULL,
  `dismiss_timeout` text NOT NULL,
  `accept_informational` text NOT NULL,
  `message_optout` text NOT NULL,
  `use_custom_cookie_css` text NOT NULL,
  `custom_css` text NOT NULL,
  `statistics` text NOT NULL,
  `functional_text` text NOT NULL,
  `statistics_text` text NOT NULL,
  `statistics_text_anonymous` text NOT NULL,
  `preferences_text` text NOT NULL,
  `marketing_text` text NOT NULL,
  `colorpalette_background` text NOT NULL,
  `colorpalette_text` text NOT NULL,
  `colorpalette_toggles` text NOT NULL,
  `colorpalette_border_radius` text NOT NULL,
  `border_width` text NOT NULL,
  `font_size` text NOT NULL,
  `colorpalette_button_accept` text NOT NULL,
  `colorpalette_button_deny` text NOT NULL,
  `colorpalette_button_settings` text NOT NULL,
  `buttons_border_radius` text NOT NULL,
  `animation` text NOT NULL,
  `use_box_shadow` int(11) NOT NULL,
  `header_footer_shadow` int(11) NOT NULL,
  `hide_preview` int(11) NOT NULL,
  `disable_width_correction` int(11) NOT NULL,
  `legal_documents` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_cmplz_cookiebanners`
--

INSERT INTO `wp_cmplz_cookiebanners` (`ID`, `title`, `banner_version`, `default`, `position`, `checkbox_style`, `use_logo`, `logo_attachment_id`, `close_button`, `revoke`, `manage_consent_options`, `header`, `dismiss`, `save_preferences`, `view_preferences`, `category_functional`, `category_all`, `category_stats`, `category_prefs`, `accept`, `message_optin`, `use_categories`, `disable_cookiebanner`, `banner_width`, `soft_cookiewall`, `dismiss_on_scroll`, `dismiss_on_timeout`, `dismiss_timeout`, `accept_informational`, `message_optout`, `use_custom_cookie_css`, `custom_css`, `statistics`, `functional_text`, `statistics_text`, `statistics_text_anonymous`, `preferences_text`, `marketing_text`, `colorpalette_background`, `colorpalette_text`, `colorpalette_toggles`, `colorpalette_border_radius`, `border_width`, `font_size`, `colorpalette_button_accept`, `colorpalette_button_deny`, `colorpalette_button_settings`, `buttons_border_radius`, `animation`, `use_box_shadow`, `header_footer_shadow`, `hide_preview`, `disable_width_correction`, `legal_documents`) VALUES
(1, 'Banner A', 1, 1, 'bottom-right', 'slider', '', '0', '1', 'Manage consent', 'hover-hide-mobile', 'a:2:{s:4:\"text\";s:14:\"Manage Consent\";s:4:\"show\";i:1;}', 'a:2:{s:4:\"text\";s:4:\"Deny\";s:4:\"show\";i:1;}', 'Save preferences', 'View preferences', 'Functional', 'a:2:{s:4:\"text\";s:9:\"Marketing\";s:4:\"show\";i:1;}', 'a:2:{s:4:\"text\";s:10:\"Statistics\";s:4:\"show\";i:1;}', 'a:2:{s:4:\"text\";s:11:\"Preferences\";s:4:\"show\";i:1;}', 'Accept', 'To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.', 'view-preferences', 0, 526, 0, 0, 0, '10', 'a:2:{s:4:\"text\";s:6:\"Accept\";s:4:\"show\";i:1;}', 'To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.', '0', '/* Container */\n.cmplz-cookiebanner{}\n\n/* Logo */\n.cmplz-cookiebanner .cmplz-logo{}\n/* Title */\n.cmplz-cookiebanner .cmplz-title{}\n/* Close icon */\n.cmplz-cookiebanner .cmplz-close{}\n\n/* Message */\n.cmplz-cookiebanner .cmplz-message{}\n\n /* All buttons */\n.cmplz-buttons .cmplz-btn{}\n/* Accept button */\n.cmplz-btn .cmplz-accept{} \n /* Deny button */\n.cmplz-btn .cmplz-deny{}\n /* Save preferences button */\n.cmplz-btn .cmplz-deny{}\n /* View preferences button */\n.cmplz-btn .cmplz-deny{}\n\n /* Document hyperlinks */\n.cmplz-links .cmplz-documents{}\n\n /* Categories */\n.cmplz-cookiebanner .cmplz-category{}\n.cmplz-cookiebanner .cmplz-category-title{} \n\n/* Manage consent tab */\n#cmplz-manage-consent .cmplz-manage-consent{} \n\n/* Soft cookie wall */\n.cmplz-soft-cookiewall{}\n\n/* Placeholder button - Per category */\n.cmplz-blocked-content-container .cmplz-blocked-content-notice{}\n\n/* Placeholder button & message - Per service */\n.cmplz-blocked-content-container .cmplz-blocked-content-notice,\n.cmplz-blocked-content-notice{}\nbutton.cmplz-accept-service{}\n\n/* Styles for the AMP notice */\n#cmplz-consent-ui, #cmplz-post-consent-ui {}\n/* Message */\n#cmplz-consent-ui .cmplz-consent-message {}\n/* Buttons */\n#cmplz-consent-ui button, #cmplz-post-consent-ui button {}', 'a:0:{}', 'a:2:{s:4:\"text\";s:289:\"The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.\";s:4:\"show\";i:1;}', 'a:2:{s:4:\"text\";s:82:\"The technical storage or access that is used exclusively for statistical purposes.\";s:4:\"show\";i:1;}', 'a:2:{s:4:\"text\";s:317:\"The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.\";s:4:\"show\";i:1;}', 'a:2:{s:4:\"text\";s:144:\"The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.\";s:4:\"show\";i:1;}', 'a:2:{s:4:\"text\";s:181:\"The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.\";s:4:\"show\";i:1;}', 'a:2:{s:5:\"color\";s:7:\"#ffffff\";s:6:\"border\";s:7:\"#f2f2f2\";}', 'a:2:{s:5:\"color\";s:7:\"#222222\";s:9:\"hyperlink\";s:7:\"#1E73BE\";}', 'a:3:{s:10:\"background\";s:7:\"#1e73be\";s:6:\"bullet\";s:7:\"#ffffff\";s:8:\"inactive\";s:7:\"#F56E28\";}', 'a:5:{s:3:\"top\";i:12;s:5:\"right\";i:12;s:6:\"bottom\";i:12;s:4:\"left\";i:12;s:4:\"type\";s:2:\"px\";}', 'a:4:{s:3:\"top\";i:0;s:5:\"right\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;}', '12', 'a:3:{s:10:\"background\";s:7:\"#1E73BE\";s:6:\"border\";s:7:\"#1E73BE\";s:4:\"text\";s:7:\"#ffffff\";}', 'a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:6:\"border\";s:7:\"#f2f2f2\";s:4:\"text\";s:7:\"#222222\";}', 'a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:6:\"border\";s:7:\"#f2f2f2\";s:4:\"text\";s:7:\"#333333\";}', 'a:5:{s:3:\"top\";i:6;s:5:\"right\";i:6;s:6:\"bottom\";i:6;s:4:\"left\";i:6;s:4:\"type\";s:2:\"px\";}', 'none', 1, 0, 0, 0, 1);

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

--
-- Table structure for table `wp_cmplz_cookies`
--

CREATE TABLE `wp_cmplz_cookies` (
  `ID` int(11) NOT NULL,
  `name` varchar(250) NOT NULL,
  `slug` varchar(250) NOT NULL,
  `sync` int(11) NOT NULL,
  `ignored` int(11) NOT NULL,
  `retention` text NOT NULL,
  `type` text NOT NULL,
  `serviceID` int(11) NOT NULL,
  `cookieFunction` text NOT NULL,
  `collectedPersonalData` text NOT NULL,
  `purpose` text NOT NULL,
  `language` varchar(6) NOT NULL,
  `isTranslationFrom` int(11) NOT NULL,
  `isOwnDomainCookie` int(11) NOT NULL,
  `domain` text NOT NULL,
  `deleted` int(11) NOT NULL,
  `isMembersOnly` int(11) NOT NULL,
  `showOnPolicy` int(11) NOT NULL,
  `lastUpdatedDate` int(11) NOT NULL,
  `lastAddDate` int(11) NOT NULL,
  `firstAddDate` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_cmplz_cookies`
--

INSERT INTO `wp_cmplz_cookies` (`ID`, `name`, `slug`, `sync`, `ignored`, `retention`, `type`, `serviceID`, `cookieFunction`, `collectedPersonalData`, `purpose`, `language`, `isTranslationFrom`, `isOwnDomainCookie`, `domain`, `deleted`, `isMembersOnly`, `showOnPolicy`, `lastUpdatedDate`, `lastAddDate`, `firstAddDate`) VALUES
(1, 'acf', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910),
(2, 'wpEmojiSettingsSupports', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910),
(3, '_ga', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910),
(4, '_gid', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910),
(5, 'wordpress_test_cookie', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910),
(6, 'wp-settings-3', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910),
(7, 'wp-settings-time-3', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910),
(8, 'timezone', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910),
(9, '_policy', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910),
(10, 'visitor', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910),
(11, '_ga_WJQ6V00VNQ', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910),
(12, 'wordpress_logged_in_b37a361346e949e626dbd4dc19f7e628', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910),
(13, 'cpsession', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910),
(14, 'wfwaf-authcookie-e998ab80fb30ec8f31262e643cc7ba10', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910),
(15, 'burst_uid', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910),
(16, '_gat_UA-73242320-1', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1714015910, 1714015910);

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

--
-- Table structure for table `wp_cmplz_dnsmpd`
--

CREATE TABLE `wp_cmplz_dnsmpd` (
  `ID` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `region` text NOT NULL,
  `global_optout` int(11) NOT NULL,
  `cross_context` int(11) NOT NULL,
  `limit_sensitive` int(11) NOT NULL,
  `request_date` int(11) NOT NULL,
  `resolved` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_cmplz_services`
--

CREATE TABLE `wp_cmplz_services` (
  `ID` int(11) NOT NULL,
  `name` varchar(250) NOT NULL,
  `slug` varchar(250) NOT NULL,
  `serviceType` varchar(250) NOT NULL,
  `category` varchar(250) NOT NULL,
  `thirdParty` int(11) NOT NULL,
  `sharesData` int(11) NOT NULL,
  `secondParty` int(11) NOT NULL,
  `privacyStatementURL` varchar(250) NOT NULL,
  `language` varchar(6) NOT NULL,
  `isTranslationFrom` int(11) NOT NULL,
  `sync` int(11) NOT NULL,
  `lastUpdatedDate` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

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

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

--
-- Dumping data for table `wp_commentmeta`
--

INSERT INTO `wp_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES
(11, 27, '_wp_trash_meta_status', '0'),
(12, 27, '_wp_trash_meta_time', '1713920451'),
(13, 26, '_wp_trash_meta_status', '0'),
(14, 26, '_wp_trash_meta_time', '1713920451'),
(15, 25, '_wp_trash_meta_status', '0'),
(16, 25, '_wp_trash_meta_time', '1713920451'),
(17, 24, '_wp_trash_meta_status', '0'),
(18, 24, '_wp_trash_meta_time', '1713920451'),
(19, 23, '_wp_trash_meta_status', '0'),
(20, 23, '_wp_trash_meta_time', '1713920451'),
(21, 22, '_wp_trash_meta_status', '0'),
(22, 22, '_wp_trash_meta_time', '1713920451'),
(23, 21, '_wp_trash_meta_status', '0'),
(24, 21, '_wp_trash_meta_time', '1713920451'),
(25, 20, '_wp_trash_meta_status', '0'),
(26, 20, '_wp_trash_meta_time', '1713920451'),
(27, 19, '_wp_trash_meta_status', '0'),
(28, 19, '_wp_trash_meta_time', '1713920451'),
(29, 18, '_wp_trash_meta_status', '0'),
(30, 18, '_wp_trash_meta_time', '1713920451'),
(31, 17, '_wp_trash_meta_status', '0'),
(32, 17, '_wp_trash_meta_time', '1713920451'),
(33, 16, '_wp_trash_meta_status', '0'),
(34, 16, '_wp_trash_meta_time', '1713920451'),
(35, 15, '_wp_trash_meta_status', '0'),
(36, 15, '_wp_trash_meta_time', '1713920451'),
(37, 14, '_wp_trash_meta_status', '0'),
(38, 14, '_wp_trash_meta_time', '1713920451'),
(39, 13, '_wp_trash_meta_status', '0'),
(40, 13, '_wp_trash_meta_time', '1713920451'),
(41, 12, '_wp_trash_meta_status', '0'),
(42, 12, '_wp_trash_meta_time', '1713920451'),
(43, 9, '_wp_trash_meta_status', '0'),
(44, 9, '_wp_trash_meta_time', '1713920451'),
(45, 8, '_wp_trash_meta_status', '0'),
(46, 8, '_wp_trash_meta_time', '1713920451'),
(47, 11, '_wp_trash_meta_status', '0'),
(48, 11, '_wp_trash_meta_time', '1713920451'),
(49, 10, '_wp_trash_meta_status', '0'),
(50, 10, '_wp_trash_meta_time', '1713920451'),
(51, 7, '_wp_trash_meta_status', '0'),
(52, 7, '_wp_trash_meta_time', '1713920464');

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

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

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

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

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(10, 972, 'clindamicina gel antes y después', '', 'https://cleoclindamycin.com/', '37.139.53.18', '2023-12-12 13:14:50', '2023-12-12 07:44:50', '<strong>[...] clindamicina gel antes y después[...]</strong>\n\nclindamicina gel antes y después', 0, 'trash', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.187 Safari/537.36', 'trackback', 0, 0),
(9, 965, 'dalatina clindamicina', '', 'https://cleoclindamycin.com/', '37.139.53.18', '2023-12-12 13:14:50', '2023-12-12 07:44:50', '<strong>[...] dalatina clindamicina[...]</strong>\n\ndalatina clindamicina', 0, 'trash', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.187 Safari/537.36', 'trackback', 0, 0),
(8, 941, 'indacil clindamicina 300 mg para que sirve', '', 'https://cleoclindamycin.com/', '37.139.53.18', '2023-12-12 13:14:50', '2023-12-12 07:44:50', '<strong>[...] indacil clindamicina 300 mg para que sirve[...]</strong>\n\nindacil clindamicina 300 mg para que sirve', 0, 'trash', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.187 Safari/537.36', 'trackback', 0, 0),
(7, 965, 'GDIZ', 'onvkadnnlwvb@gdiz.eu.org', 'https://www.gdiz.eu.org/', '8.222.180.211', '2023-07-30 23:27:00', '2023-07-30 17:57:00', 'Your writing skills are amazing! I really love it! Can you review my website https://www.gdiz.eu.org and maybe you can share tour thought about mine?', 0, 'trash', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0', 'comment', 0, 0),
(11, 949, 'dalatina clindamicina', '', 'https://cleoclindamycin.com/', '37.139.53.18', '2023-12-12 13:14:50', '2023-12-12 07:44:50', '<strong>[...] dalatina clindamicina[...]</strong>\n\ndalatina clindamicina', 0, 'trash', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.187 Safari/537.36', 'trackback', 0, 0),
(12, 941, 'حلول أنابيب HDPE في العراق', 'goyjemiirxas@gmail.com', 'https://elitepipeiraq.com/', '104.237.6.28', '2023-12-30 06:16:42', '2023-12-30 00:46:42', 'Hello, i think that i saw you visited my weblog so i came to ?eturn the favor텶\'m trying to find things to improve my web site!I suppose its ok to use some of your ideas!!', 0, 'trash', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'comment', 0, 0),
(13, 941, 'تجهيزات الأنابيب', 'geelasbexshii@gmail.com', 'https://elitepipeiraq.com', '104.237.6.28', '2024-01-03 02:09:25', '2024-01-02 20:39:25', 'I have been surfing online more than 3 hours today, yet I never found any interesting article like yours. It is pretty worth enough for me. In my opinion, if all web owners and bloggers made good content as you did, the web will be much more useful than ever before.', 0, 'trash', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'comment', 0, 0),
(14, 949, 'cheapest tadalafil tablets', '', 'https://ztadalafiluus.com', '170.231.251.194', '2024-01-05 13:10:33', '2024-01-05 07:40:33', '<strong>cheapest tadalafil tablets</strong>\n\ncheapest tadalafil tablets', 0, 'trash', 'PHP/5.3.91', 'trackback', 0, 0),
(15, 965, 'aziz', 'aziz@gmail.com', 'https://google.com/', '107.173.30.30', '2024-02-02 15:49:18', '2024-02-02 10:19:18', 'PLEASE HELP ME\n\nMy name is Aziz Badawi, I\'m 27 year old man from Palestine. Our town has recently evacuated due\nto bombardments by Israel, now I am staying at a shelter with my 6 year old daughter Nadia. My wife is\ndead and I\'m the only one left to take care of my daughter as we are not allowed to depart to my parents house\nin Nablus, she is sick with a congenital heart defect and I have no way to afford the medicine she needs anymore.\nPeople here at the shelter are much in the same conditions as ourselves...\n\nI\'m looking for a kind soul who can help us with a donation, any amount will help even 1$ we will\nsave money to get her medicine, the doctor at the shelter said if I can\'t find a way to get her the\nmedication she needs her little heart may give out during the coming weeks.\n\nIf you wish to help me and my daughter please make any amount donation in bitcoin cryptocurrency\nto this bitcoin wallet: bc1qcfh092j2alhswg8jr7fr7ky2sd7qr465zdsrh8\n\nIf you cannot donate please forward this message to your friends, thank you to everyone who\'s helping me and my daughter. <a href=\"https://google.com/\" rel=\"nofollow ugc\"> </a>', 0, 'trash', 'Mozilla/5.0', 'comment', 0, 0),
(16, 941, 'aziz', 'aziz@gmail.com', 'https://google.com/', '107.173.30.30', '2024-02-02 15:49:36', '2024-02-02 10:19:36', 'PLEASE HELP ME\n\nMy name is Aziz Badawi, I\'m 27 year old man from Palestine. Our town has recently evacuated due\nto bombardments by Israel, now I am staying at a shelter with my 6 year old daughter Nadia. My wife is\ndead and I\'m the only one left to take care of my daughter as we are not allowed to depart to my parents house\nin Nablus, she is sick with a congenital heart defect and I have no way to afford the medicine she needs anymore.\nPeople here at the shelter are much in the same conditions as ourselves...\n\nI\'m looking for a kind soul who can help us with a donation, any amount will help even 1$ we will\nsave money to get her medicine, the doctor at the shelter said if I can\'t find a way to get her the\nmedication she needs her little heart may give out during the coming weeks.\n\nIf you wish to help me and my daughter please make any amount donation in bitcoin cryptocurrency\nto this bitcoin wallet: bc1qcfh092j2alhswg8jr7fr7ky2sd7qr465zdsrh8\n\nIf you cannot donate please forward this message to your friends, thank you to everyone who\'s helping me and my daughter. <a href=\"https://google.com/\" rel=\"nofollow ugc\"> </a>', 0, 'trash', 'Mozilla/5.0', 'comment', 0, 0),
(17, 972, 'Extended Opportunity', '66894@gmail.com', '', '109.72.127.188', '2024-02-06 02:49:15', '2024-02-05 21:19:15', 'Hey Guys,\r\n\r\nWarning: From February 2024, all existing email autoresponders will become obsolete!\r\n\r\nIn fact, if you want to send marketing emails, promotional emails, or any other sort of emails starting in February 2024, you’ll need to comply with Gmail’s and Yahoo’s draconic new directives.\r\n \r\nThey require regular marketers like you and I to setup complex code on sending domains… and existing autoresponders like Aweber and GetResponse are not helping: they’re requesting you do all the work, and their training is filled with complex instructions and flowcharts… \r\n \r\nHow would you like to send unlimited emails at the push of a button all with done-for-you DMARC, DKIM, SPF, custom IPs and dedicated SMTP sending servers?\r\n\r\nWhat I mean by all of that tech talk above, is that with ProfitMarc, we give you pre-set, pre-configured, DONE-FOR-YOU email sending addresses you can just load up and mail straight away.\r\n\r\nWe don’t even have any “setup tutorials” like other autoresponders either, because guess what: we already did all the setup for you!\r\n\r\nAll of our built-in sending addresses and servers are already pre-warmed with Gmail and Yahoo and they’re loving us: 99% inbox rate is the average!\r\n \r\n⇒ Grab your copy here! ⇒ https://ext-opp.com/ProfitMarc', 0, 'trash', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0),
(18, 949, 'Annie4186', 'Annie4186@gmail.com', '', '51.79.85.223', '2024-02-12 08:59:13', '2024-02-12 03:29:13', 'Элвис Пресли, безусловно, один из наиболее влиятельных музыкантов в истории. Родившийся в 1935 году, он стал иконой рок-н-ролла благодаря своему харизматичному стилю и неповторимому голосу. Его лучшие песни, такие как \"Can\'t Help Falling in Love\", \"Suspicious Minds\" и \"Jailhouse Rock\", стали классикой жанра и продолжают восхищать поклонников по всему миру. Пресли также известен своими выдающимися выступлениями и актёрским талантом, что сделало его легендой не только в музыке, но и в кинематографе. Его наследие остается живым и вдохновляет новые поколения артистов. <a href=\"https://mp3name.co\" rel=\"nofollow ugc\">Скачать музыку 2024</a> года и слушать онлайн бесплатно mp3.', 0, 'trash', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'comment', 0, 0),
(19, 972, 'Extended Opportunity', '77967@gmail.com', '', '109.72.127.147', '2024-02-21 00:26:20', '2024-02-20 18:56:20', 'Hey,\r\n\r\nThe moment we\'ve all been waiting for is finally here – GoBuildr is now LIVE! 🎉\r\n\r\n🌐 Create ultra-lightning-fast websites, sales funnels, eCommerce stores, and more in less than 60 seconds, with just a keyword!\r\n\r\n🚀 Say goodbye to the limitations of traditional page builders. GoBuildr combines the functionality of 16 different tools into one powerful app, supercharged with AI-assisted technology.\r\n\r\n⇒ Click Here To Checkout Demo https://ext-opp.com/GoBuildr', 0, 'trash', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0),
(20, 972, 'Extended Opportunity', '98187@gmail.com', '', '185.125.50.101', '2024-02-28 13:13:42', '2024-02-28 07:43:42', 'He Got 256,354 Free Views With AI…\r\n\r\nCan you believe it? \r\n\r\nPeople spend thousands of dollars to get that kind of result… \r\n\r\nMy friend Kundan just did it for free… \r\n\r\nHe only used his new app… AI ScreenSnap… \r\n\r\nIt’s the world’s first AI app that can generate videos with the power of Video-Exclusive AI Engine… \r\n\r\nThat can edit, record, and generate videos with just a few clicks… with zero experience…\r\n\r\nClick here now and watch AI ScreenSnap in action https://ext-opp.com/AIScreenSnap', 0, 'trash', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0),
(21, 972, 'Extended Opportunity', '13169@gmail.com', '', '185.125.50.101', '2024-03-03 10:54:25', '2024-03-03 05:24:25', '[Hot] AI Turns Any Photo, URL or Keyword into “Talking Head” Videos - https://ext-opp.com/AiTalkie', 0, 'trash', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0),
(22, 972, 'Extended Opportunity', '7452@gmail.com', '', '185.125.50.5', '2024-03-09 19:31:01', '2024-03-09 14:01:01', 'BIG NEWS: there’s a brand new software being launched today that legally tricks AI chatbots into recommending YOUR website.\r\n\r\nGo check it out here ==&gt;&gt; https://ext-opp.com/ProfitSGE\r\n\r\nThat’s right: Just imagine…there’s 1.5 billion people using AI chatbots every day.\r\nWhat if every time someone…\r\n\r\n-&gt; Searched for “best laptops for my needs”… the AI would show them your website?\r\n-&gt; Asked ChatGPT for “best doctors in my city”… it would send them to your local client’s business?\r\n-&gt; Begged Google Gemini for “FAST weight loss”… you guessed it, Gemini would FORCE them to visit your site, display your affiliate offer and fill your pockets full of sales!\r\n\r\nThis is a TRAFFIC &amp; SEO revolution unlike anything that’s ever come before.\r\n\r\n\r\nThis is YOUR chance to legally “hijack” traffic from 1.5 billion AI chatbots users and funnel it straight to any offer, site, product – for yourself or your clients!\r\n\r\nGet your copy here ==&gt;&gt; https://ext-opp.com/ProfitSGE', 0, 'trash', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0),
(23, 972, 'Extended Opportunity', '46568@gmail.com', '', '185.125.50.5', '2024-03-13 10:43:15', '2024-03-13 05:13:15', 'A.I Create &amp; Sell Unlimited Audiobooks to 2.3 Million Users - https://ext-opp.com/ECCO', 0, 'trash', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0),
(24, 972, 'Extended Opportunity', '8436@gmail.com', '', '185.125.50.5', '2024-03-16 20:48:14', '2024-03-16 15:18:14', 'A.I Create &amp; Sell Unlimited Audiobooks to 2.3 Million Users - https://ext-opp.com/ECCO', 0, 'trash', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0),
(25, 972, 'Extended Opportunity', '23363@gmail.com', '', '185.125.50.5', '2024-03-20 14:46:10', '2024-03-20 09:16:10', 'Create Stunning Ebooks In 60 Seconds  - https://ext-opp.com/AIEbookPal', 0, 'trash', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0),
(26, 972, 'Extended Opportunity', '73796@gmail.com', '', '185.125.50.5', '2024-03-24 19:13:45', '2024-03-24 13:43:45', 'Elevate Learning Adventures with The Story Shack!\r\n\r\nA library of 200+ high-quality books tailored to the school curriculum.\r\nStoryShack\'s Build a Book bundle features word searches, quizzes, creative coloring pages, high-quality images, and top SEO keywords.\r\nStoryShack\'s StoryCraft Pro bundle includes the \"Melody Minds Library\" with 350+ music tracks and \"AnimateMasters Pro,\" offering 30+ categories of animations.\r\nAnd as if that\'s not enough, here are the MEGA BONUSES:\r\n\r\n✔ 100+ Mega Mazes Pack\r\n✔ 100+ Sudoku Elements Pack\r\n✔ 100+ Comic Book Template Pack\r\n✔ 100+ Handwriting Practice Template Pack\r\n✔ 100+ Kids Story Book Templates\r\n✔ Canva Book Templates\r\n✔ Additional beautiful content like journal prompts\r\n✔ INCLUDED: The Ultimate Workbook\r\n\r\nClick https://ext-opp.com/StoryShack to explore The Story Shack e-Learning Collection and seize the opportunity for multiplied income!', 0, 'trash', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0),
(27, 972, 'Extended Opportunity', '23048@gmail.com', '', '185.125.50.5', '2024-04-01 10:16:20', '2024-04-01 04:46:20', 'Millions of Free Traffic with AI Tools - https://ext-opp.com/AIVault', 0, 'trash', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'comment', 0, 0);

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

--
-- Table structure for table `wp_gf_draft_submissions`
--

CREATE TABLE `wp_gf_draft_submissions` (
  `uuid` char(32) NOT NULL,
  `email` varchar(255) DEFAULT NULL,
  `form_id` mediumint(8) UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL,
  `ip` varchar(39) NOT NULL,
  `source_url` longtext NOT NULL,
  `submission` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wp_gf_entry`
--

CREATE TABLE `wp_gf_entry` (
  `id` int(10) UNSIGNED NOT NULL,
  `form_id` mediumint(8) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `date_updated` datetime DEFAULT NULL,
  `is_starred` tinyint(1) NOT NULL DEFAULT 0,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `ip` varchar(39) NOT NULL,
  `source_url` varchar(200) NOT NULL DEFAULT '',
  `user_agent` varchar(250) NOT NULL DEFAULT '',
  `currency` varchar(5) DEFAULT NULL,
  `payment_status` varchar(15) DEFAULT NULL,
  `payment_date` datetime DEFAULT NULL,
  `payment_amount` decimal(19,2) DEFAULT NULL,
  `payment_method` varchar(30) DEFAULT NULL,
  `transaction_id` varchar(50) DEFAULT NULL,
  `is_fulfilled` tinyint(1) DEFAULT NULL,
  `created_by` bigint(20) UNSIGNED DEFAULT NULL,
  `transaction_type` tinyint(1) DEFAULT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'active'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_gf_entry`
--

INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(1, 1, NULL, '2020-09-15 14:11:12', '2020-09-15 14:11:12', 0, 1, '69.73.90.51', 'http://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 'active'),
(2, 1, NULL, '2020-09-30 18:46:14', '2020-09-30 18:46:14', 0, 0, '223.237.180.212', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 9; CPH1923) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3, 1, NULL, '2020-10-01 03:18:04', '2020-10-01 03:18:04', 0, 0, '109.163.233.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(4, 1, NULL, '2020-10-06 02:32:46', '2020-10-06 02:32:46', 0, 0, '45.81.226.59', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(5, 1, NULL, '2020-10-08 06:46:52', '2020-10-08 06:46:52', 0, 0, '90.92.116.116', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(6, 1, NULL, '2020-10-09 03:59:54', '2020-10-09 03:59:54', 0, 0, '84.17.62.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(7, 1, NULL, '2020-10-09 18:49:16', '2020-10-09 18:49:16', 0, 0, '103.244.177.107', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(8, 1, NULL, '2020-10-13 21:27:21', '2020-10-13 21:27:21', 0, 0, '109.167.158.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(9, 1, NULL, '2020-10-14 02:11:27', '2020-10-14 02:11:27', 0, 0, '45.81.226.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(10, 1, NULL, '2020-10-14 08:09:30', '2020-10-14 08:09:30', 0, 0, '110.44.115.227', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(11, 1, NULL, '2020-10-15 08:43:38', '2020-10-15 08:43:38', 0, 0, '157.49.82.148', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 6.0; CPH1609) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(12, 1, NULL, '2020-10-19 13:49:08', '2020-10-19 13:49:08', 0, 0, '89.109.35.231', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(13, 1, NULL, '2020-10-20 19:01:27', '2020-10-20 19:01:27', 0, 0, '185.183.107.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(14, 1, NULL, '2020-10-24 15:59:12', '2020-10-24 15:59:12', 0, 0, '192.40.57.59', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(15, 1, NULL, '2020-10-26 15:41:27', '2020-10-26 15:41:27', 0, 0, '178.141.240.51', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(16, 1, NULL, '2020-10-27 06:07:44', '2020-10-27 06:07:44', 0, 0, '178.214.245.131', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(17, 1, NULL, '2020-10-30 18:49:14', '2020-10-30 18:49:14', 0, 0, '206.198.216.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(18, 1, NULL, '2020-11-01 05:56:00', '2020-11-01 05:56:00', 0, 0, '191.101.92.95', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Trident/7.0; rv:11.0) like Gecko', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(19, 1, NULL, '2020-11-03 17:34:15', '2020-11-03 17:34:15', 0, 0, '103.133.65.143', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(20, 1, NULL, '2020-11-06 12:08:57', '2020-11-06 12:08:57', 0, 0, '209.58.157.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(21, 1, NULL, '2020-11-08 11:52:55', '2020-11-08 11:52:55', 0, 0, '106.206.20.60', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(22, 1, NULL, '2020-11-10 05:19:51', '2020-11-10 05:19:51', 0, 0, '198.12.116.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(23, 1, NULL, '2020-11-12 13:37:25', '2020-11-12 13:37:25', 0, 0, '109.234.37.227', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(24, 1, NULL, '2020-11-17 10:55:48', '2020-11-17 10:55:48', 0, 0, '157.49.155.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 7.1.2; Redmi Y1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(25, 1, NULL, '2020-11-19 05:14:47', '2020-11-19 05:14:47', 0, 0, '191.101.66.95', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2628.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(26, 1, NULL, '2020-11-19 12:45:42', '2020-11-19 12:45:42', 0, 0, '191.101.66.95', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(27, 1, NULL, '2020-11-20 14:11:53', '2020-11-20 14:11:53', 0, 0, '185.94.192.94', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(28, 1, NULL, '2020-11-27 13:16:10', '2020-11-27 13:16:10', 0, 0, '49.35.222.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(29, 1, NULL, '2020-11-27 15:59:15', '2020-11-27 15:59:15', 0, 0, '191.101.64.127', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2790.75 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(30, 1, NULL, '2020-11-30 00:47:30', '2020-11-30 00:47:30', 0, 0, '143.244.57.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.3 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(31, 1, NULL, '2020-12-03 16:24:52', '2020-12-03 16:24:52', 0, 0, '45.61.163.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(32, 1, NULL, '2020-12-04 14:57:08', '2020-12-04 14:57:08', 0, 0, '179.61.156.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2973.6 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(33, 1, NULL, '2020-12-06 02:21:22', '2020-12-06 02:21:22', 0, 0, '203.192.253.118', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(34, 1, NULL, '2020-12-07 13:39:45', '2020-12-07 13:39:45', 0, 0, '223.237.224.202', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(35, 1, NULL, '2020-12-09 12:30:37', '2020-12-09 12:30:37', 0, 0, '121.244.147.149', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(36, 1, NULL, '2020-12-09 13:52:45', '2020-12-09 13:52:45', 0, 0, '46.53.241.182', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(37, 1, NULL, '2020-12-12 19:59:36', '2020-12-12 19:59:36', 0, 0, '138.199.27.187', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4098.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(38, 1, NULL, '2020-12-12 19:59:37', '2020-12-12 19:59:37', 0, 0, '138.199.27.187', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(39, 1, NULL, '2020-12-12 19:59:38', '2020-12-12 19:59:38', 0, 0, '138.199.27.187', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4096.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(40, 1, NULL, '2020-12-12 19:59:38', '2020-12-12 19:59:38', 0, 0, '138.199.27.187', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(41, 1, NULL, '2020-12-12 19:59:38', '2020-12-12 19:59:38', 0, 0, '138.199.27.187', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(42, 1, NULL, '2020-12-12 19:59:39', '2020-12-12 19:59:39', 0, 0, '138.199.27.187', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(43, 1, NULL, '2020-12-12 20:12:53', '2020-12-12 20:12:53', 0, 0, '138.199.27.187', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(44, 1, NULL, '2020-12-16 04:42:12', '2020-12-16 04:42:12', 0, 0, '223.187.191.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; RMX1971) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(45, 1, NULL, '2020-12-16 14:25:36', '2020-12-16 14:25:36', 0, 0, '23.80.138.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(46, 1, NULL, '2020-12-16 14:47:30', '2020-12-16 14:47:30', 0, 0, '122.172.223.72', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; SM-M305F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(47, 1, NULL, '2020-12-18 21:54:54', '2020-12-18 21:54:54', 0, 0, '176.106.242.148', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(48, 1, NULL, '2020-12-18 23:45:43', '2020-12-18 23:45:43', 0, 0, '192.3.188.124', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(49, 1, NULL, '2020-12-21 05:40:39', '2020-12-21 05:40:39', 0, 0, '138.199.18.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36 OPR/69.0.3686.7 (Edition beta)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(50, 1, NULL, '2020-12-21 15:26:50', '2020-12-21 15:26:50', 0, 0, '84.17.49.220', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(51, 1, NULL, '2020-12-22 15:58:57', '2020-12-22 15:58:57', 0, 0, '138.199.18.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(52, 1, NULL, '2020-12-22 19:55:37', '2020-12-22 19:55:37', 0, 0, '138.199.18.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(53, 1, NULL, '2020-12-22 20:47:49', '2020-12-22 20:47:49', 0, 0, '138.199.27.197', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4096.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(54, 1, NULL, '2020-12-22 20:47:51', '2020-12-22 20:47:51', 0, 0, '138.199.27.197', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36 OPR/69.0.3686.7 (Edition beta)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(55, 1, NULL, '2020-12-22 20:47:51', '2020-12-22 20:47:51', 0, 0, '138.199.27.197', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(56, 1, NULL, '2020-12-22 20:47:52', '2020-12-22 20:47:52', 0, 0, '138.199.27.197', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(57, 1, NULL, '2020-12-22 20:47:52', '2020-12-22 20:47:52', 0, 0, '138.199.27.197', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4087.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(58, 1, NULL, '2020-12-22 20:47:52', '2020-12-22 20:47:52', 0, 0, '138.199.27.197', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(59, 1, NULL, '2020-12-22 20:47:52', '2020-12-22 20:47:52', 0, 0, '138.199.27.197', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(60, 1, NULL, '2020-12-23 11:23:57', '2020-12-23 11:23:57', 0, 0, '138.199.18.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(61, 1, NULL, '2020-12-23 12:28:30', '2020-12-23 12:28:30', 0, 0, '138.199.18.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4087.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(62, 1, NULL, '2020-12-25 21:18:25', '2020-12-25 21:18:25', 0, 0, '37.120.156.34', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(63, 1, NULL, '2020-12-27 15:03:11', '2020-12-27 15:03:11', 0, 0, '176.106.242.148', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(64, 1, NULL, '2020-12-28 12:29:04', '2020-12-28 12:29:04', 0, 0, '138.199.18.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(65, 1, NULL, '2020-12-29 22:43:01', '2020-12-29 22:43:01', 0, 0, '198.46.201.234', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(66, 1, NULL, '2020-12-30 08:47:58', '2020-12-30 08:47:58', 0, 0, '138.199.18.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(67, 1, NULL, '2020-12-30 08:47:59', '2020-12-30 08:47:59', 0, 0, '138.199.18.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(68, 1, NULL, '2020-12-30 08:47:59', '2020-12-30 08:47:59', 0, 0, '138.199.18.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(69, 1, NULL, '2020-12-30 08:48:00', '2020-12-30 08:48:00', 0, 0, '138.199.18.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4102.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(70, 1, NULL, '2020-12-30 08:48:01', '2020-12-30 08:48:01', 0, 0, '138.199.18.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36/iYA9HebN-7', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(71, 1, NULL, '2020-12-30 08:48:03', '2020-12-30 08:48:03', 0, 0, '138.199.18.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(72, 1, NULL, '2020-12-30 13:33:51', '2020-12-30 13:33:51', 0, 0, '138.199.18.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4102.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(73, 1, NULL, '2021-01-03 01:36:04', '2021-01-03 01:36:04', 0, 0, '176.51.40.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(74, 1, NULL, '2021-01-04 02:30:28', '2021-01-04 02:30:28', 0, 0, '176.226.184.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(75, 1, NULL, '2021-01-04 17:22:51', '2021-01-04 17:22:51', 0, 0, '66.146.237.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(76, 1, NULL, '2021-01-05 06:45:12', '2021-01-05 06:45:12', 0, 0, '122.170.109.144', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(77, 1, NULL, '2021-01-06 00:02:05', '2021-01-06 00:02:05', 0, 0, '103.102.158.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(78, 1, NULL, '2021-01-07 18:04:08', '2021-01-07 18:04:08', 0, 0, '107.174.149.170', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(79, 1, NULL, '2021-01-08 02:28:48', '2021-01-08 02:28:48', 0, 0, '158.69.241.227', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/84.0.4147.105 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(80, 1, NULL, '2021-01-10 01:48:56', '2021-01-10 01:48:56', 0, 0, '89.111.33.223', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(81, 1, NULL, '2021-01-11 01:55:01', '2021-01-11 01:55:01', 0, 0, '104.144.100.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64; rv:51.0) Gecko/20100101 Firefox/51.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(82, 1, NULL, '2021-01-11 19:27:39', '2021-01-11 19:27:39', 0, 0, '185.245.85.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(83, 1, NULL, '2021-01-12 06:50:10', '2021-01-12 06:50:10', 0, 0, '141.98.103.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(84, 1, NULL, '2021-01-12 08:49:57', '2021-01-12 08:49:57', 0, 0, '223.226.73.50', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(85, 1, NULL, '2021-01-14 01:56:41', '2021-01-14 01:56:41', 0, 0, '51.75.146.127', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(86, 1, NULL, '2021-01-14 06:25:20', '2021-01-14 06:25:20', 0, 0, '27.97.215.189', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 8.1.0; Redmi Note 5 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(87, 1, NULL, '2021-01-15 04:50:48', '2021-01-15 04:50:48', 0, 0, '45.57.159.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(88, 1, NULL, '2021-01-17 05:21:47', '2021-01-17 05:21:47', 0, 0, '36.255.87.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(89, 1, NULL, '2021-01-17 16:03:22', '2021-01-17 16:03:22', 0, 0, '23.94.32.198', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(90, 1, NULL, '2021-01-19 16:17:44', '2021-01-19 16:17:44', 0, 0, '154.16.241.250', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(91, 1, NULL, '2021-01-20 14:24:19', '2021-01-20 14:24:19', 0, 0, '49.206.14.225', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; AC2001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(92, 1, NULL, '2021-01-20 15:01:18', '2021-01-20 15:01:18', 0, 0, '181.214.61.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(93, 1, NULL, '2021-01-22 14:46:01', '2021-01-22 14:46:01', 0, 0, '107.172.64.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(94, 1, NULL, '2021-01-22 17:56:15', '2021-01-22 17:56:15', 0, 0, '158.51.121.225', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/87.0.4280.141 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(95, 1, NULL, '2021-01-23 06:34:56', '2021-01-23 06:34:56', 0, 0, '157.45.11.126', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(96, 1, NULL, '2021-01-24 14:26:34', '2021-01-24 14:26:34', 0, 0, '89.108.119.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(97, 1, NULL, '2021-01-25 14:34:58', '2021-01-25 14:34:58', 0, 0, '27.59.24.54', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 6.0.1; Redmi 3S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(98, 1, NULL, '2021-01-25 15:38:13', '2021-01-25 15:38:13', 0, 0, '196.19.190.159', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2841.28 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(99, 1, NULL, '2021-01-25 21:29:35', '2021-01-25 21:29:35', 0, 0, '104.144.8.209', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; rv:46.0) Gecko/20100101 Firefox/46.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(100, 1, NULL, '2021-01-27 02:59:58', '2021-01-27 02:59:58', 0, 0, '104.144.163.92', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:47.0) Gecko/20100101 Firefox/47.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(101, 1, NULL, '2021-01-29 00:03:34', '2021-01-29 00:03:34', 0, 0, '172.94.109.43', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(102, 1, NULL, '2021-02-01 14:56:03', '2021-02-01 14:56:03', 0, 0, '49.83.16.191', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(103, 1, NULL, '2021-02-05 01:15:37', '2021-02-05 01:15:37', 0, 0, '190.2.132.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(104, 1, NULL, '2021-02-05 14:48:38', '2021-02-05 14:48:38', 0, 0, '77.222.112.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.14 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(105, 1, NULL, '2021-02-05 20:46:35', '2021-02-05 20:46:35', 0, 0, '192.3.215.222', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(106, 1, NULL, '2021-02-07 08:53:32', '2021-02-07 08:53:32', 0, 0, '84.17.60.215', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(107, 1, NULL, '2021-02-09 07:55:27', '2021-02-09 07:55:27', 0, 0, '31.180.238.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(108, 1, NULL, '2021-02-09 09:50:19', '2021-02-09 09:50:19', 0, 0, '31.171.152.102', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(109, 1, NULL, '2021-02-10 01:29:02', '2021-02-10 01:29:02', 0, 0, '86.106.74.253', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(110, 1, NULL, '2021-02-11 11:56:53', '2021-02-11 11:56:53', 0, 0, '92.46.91.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4098.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(111, 1, NULL, '2021-02-16 21:28:26', '2021-02-16 21:28:26', 0, 0, '64.44.48.202', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(112, 1, NULL, '2021-02-16 23:39:51', '2021-02-16 23:39:51', 0, 0, '192.3.9.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(113, 1, NULL, '2021-02-17 01:48:24', '2021-02-17 01:48:24', 0, 0, '37.120.152.100', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(114, 1, NULL, '2021-02-18 05:38:03', '2021-02-18 05:38:03', 0, 0, '85.159.237.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(115, 1, NULL, '2021-02-18 08:47:19', '2021-02-18 08:47:19', 0, 0, '212.102.57.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(116, 1, NULL, '2021-02-20 03:07:39', '2021-02-20 03:07:39', 0, 0, '192.3.188.123', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(117, 1, NULL, '2021-02-20 06:52:05', '2021-02-20 06:52:05', 0, 0, '5.157.56.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(118, 1, NULL, '2021-02-20 12:03:19', '2021-02-20 12:03:19', 0, 0, '37.120.235.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(119, 1, NULL, '2021-02-21 22:32:14', '2021-02-21 22:32:14', 0, 0, '144.168.195.162', 'https://gangagen.com/CONTACT/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(120, 1, NULL, '2021-02-22 07:23:41', '2021-02-22 07:23:41', 0, 0, '46.53.243.244', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(121, 1, NULL, '2021-02-23 14:03:31', '2021-02-23 14:03:31', 0, 0, '103.88.158.98', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(122, 1, NULL, '2021-02-25 15:38:46', '2021-02-25 15:38:46', 0, 0, '209.127.38.87', 'https://gangagen.com/CONTACT/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(123, 1, NULL, '2021-02-25 17:47:23', '2021-02-25 17:47:23', 0, 0, '216.12.164.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(124, 1, NULL, '2021-02-28 19:06:46', '2021-02-28 19:06:46', 0, 0, '91.219.212.196', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(125, 1, NULL, '2021-03-01 05:27:42', '2021-03-01 05:27:42', 0, 0, '85.159.237.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(126, 1, NULL, '2021-03-02 13:57:25', '2021-03-02 13:57:25', 0, 0, '23.106.56.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(127, 1, NULL, '2021-03-03 20:53:51', '2021-03-03 20:53:51', 0, 0, '89.187.168.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(128, 1, NULL, '2021-03-04 00:43:05', '2021-03-04 00:43:05', 0, 0, '95.154.200.160', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(129, 1, NULL, '2021-03-04 07:38:48', '2021-03-04 07:38:48', 0, 0, '89.187.164.250', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(130, 1, NULL, '2021-03-04 08:19:08', '2021-03-04 08:19:08', 0, 0, '164.164.116.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(131, 1, NULL, '2021-03-04 09:30:06', '2021-03-04 09:30:06', 0, 0, '192.241.166.64', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(132, 1, NULL, '2021-03-05 03:25:46', '2021-03-05 03:25:46', 0, 0, '165.231.120.120', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(133, 1, NULL, '2021-03-05 16:14:47', '2021-03-05 16:14:47', 0, 0, '135.148.2.109', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(134, 1, NULL, '2021-03-07 19:09:02', '2021-03-07 19:09:02', 0, 0, '160.116.243.144', 'https://gangagen.com/CONTACT/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(135, 1, NULL, '2021-03-08 00:31:53', '2021-03-08 00:31:53', 0, 0, '165.231.130.23', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(136, 1, NULL, '2021-03-08 01:41:34', '2021-03-08 01:41:34', 0, 0, '5.253.205.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(137, 1, NULL, '2021-03-08 08:57:46', '2021-03-08 08:57:46', 0, 0, '122.162.171.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(138, 1, NULL, '2021-03-09 04:16:22', '2021-03-09 04:16:22', 0, 0, '103.88.157.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(139, 1, NULL, '2021-03-09 04:21:34', '2021-03-09 04:21:34', 0, 0, '172.111.203.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(140, 1, NULL, '2021-03-10 01:00:37', '2021-03-10 01:00:37', 0, 0, '160.116.241.78', 'https://gangagen.com/CONTACT/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(141, 1, NULL, '2021-03-10 02:05:07', '2021-03-10 02:05:07', 0, 0, '31.204.128.47', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(142, 1, NULL, '2021-03-12 03:32:22', '2021-03-12 03:32:22', 0, 0, '194.110.115.220', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(143, 1, NULL, '2021-03-12 10:44:35', '2021-03-12 10:44:35', 0, 0, '185.159.158.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(144, 1, NULL, '2021-03-13 17:58:14', '2021-03-13 17:58:14', 0, 0, '89.111.33.222', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(145, 1, NULL, '2021-03-14 17:39:46', '2021-03-14 17:39:46', 0, 0, '185.159.158.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(146, 1, NULL, '2021-03-16 03:05:28', '2021-03-16 03:05:28', 0, 0, '51.75.146.127', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(147, 1, NULL, '2021-03-16 15:30:21', '2021-03-16 15:30:21', 0, 0, '106.66.44.116', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(148, 1, NULL, '2021-03-16 22:42:11', '2021-03-16 22:42:11', 0, 0, '212.102.37.48', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(149, 1, NULL, '2021-03-17 08:09:03', '2021-03-17 08:09:03', 0, 0, '23.94.195.54', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/89.0.4389.90 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(150, 1, NULL, '2021-03-18 20:08:29', '2021-03-18 20:08:29', 0, 0, '191.102.220.43', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(151, 1, NULL, '2021-03-18 22:27:55', '2021-03-18 22:27:55', 0, 0, '45.133.193.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 Kinza/4.9.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(152, 1, NULL, '2021-03-20 18:23:31', '2021-03-20 18:23:31', 0, 0, '91.219.212.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(153, 1, NULL, '2021-03-22 13:38:31', '2021-03-22 13:38:31', 0, 0, '23.106.56.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(154, 1, NULL, '2021-03-22 13:42:27', '2021-03-22 13:42:27', 0, 0, '93.177.73.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(155, 1, NULL, '2021-03-23 06:01:34', '2021-03-23 06:01:34', 0, 0, '103.85.205.108', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(156, 1, NULL, '2021-03-23 18:25:18', '2021-03-23 18:25:18', 0, 0, '185.159.158.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(157, 1, NULL, '2021-03-23 19:11:45', '2021-03-23 19:11:45', 0, 0, '45.120.50.100', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(158, 1, NULL, '2021-03-25 01:43:40', '2021-03-25 01:43:40', 0, 0, '45.41.181.238', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(159, 1, NULL, '2021-03-25 04:45:10', '2021-03-25 04:45:10', 0, 0, '104.227.94.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(160, 1, NULL, '2021-03-26 01:50:01', '2021-03-26 01:50:01', 0, 0, '185.159.158.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(161, 1, NULL, '2021-03-27 15:27:57', '2021-03-27 15:27:57', 0, 0, '5.143.74.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(162, 1, NULL, '2021-03-27 15:29:20', '2021-03-27 15:29:20', 0, 0, '23.250.50.103', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/89.0.4389.90 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(163, 1, NULL, '2021-03-30 03:55:37', '2021-03-30 03:55:37', 0, 0, '138.199.18.170', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(164, 1, NULL, '2021-03-31 10:35:00', '2021-03-31 10:35:00', 0, 0, '49.206.124.175', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(165, 1, NULL, '2021-03-31 10:41:57', '2021-03-31 10:41:57', 0, 0, '49.37.163.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(166, 1, NULL, '2021-04-01 04:07:27', '2021-04-01 04:07:27', 0, 0, '185.159.158.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(167, 1, NULL, '2021-04-01 19:29:30', '2021-04-01 19:29:30', 0, 0, '104.206.81.187', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(168, 1, NULL, '2021-04-02 23:03:00', '2021-04-02 23:03:00', 0, 0, '198.46.134.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(169, 1, NULL, '2021-04-03 04:21:25', '2021-04-03 04:21:25', 0, 0, '45.125.245.38', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(170, 1, NULL, '2021-04-03 09:06:21', '2021-04-03 09:06:21', 0, 0, '5.143.59.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(171, 1, NULL, '2021-04-04 19:20:09', '2021-04-04 19:20:09', 0, 0, '198.46.134.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(172, 1, NULL, '2021-04-05 12:45:12', '2021-04-05 12:45:12', 0, 0, '23.254.21.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/89.0.4389.82 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(173, 1, NULL, '2021-04-06 20:30:43', '2021-04-06 20:30:43', 0, 0, '198.46.134.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(174, 1, NULL, '2021-04-07 23:36:02', '2021-04-07 23:36:02', 0, 0, '45.125.245.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(175, 1, NULL, '2021-04-08 18:09:18', '2021-04-08 18:09:18', 0, 0, '156.146.63.159', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.3 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(176, 1, NULL, '2021-04-09 05:54:34', '2021-04-09 05:54:34', 0, 0, '84.17.48.104', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(177, 1, NULL, '2021-04-10 16:12:17', '2021-04-10 16:12:17', 0, 0, '198.46.134.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(178, 1, NULL, '2021-04-11 12:24:55', '2021-04-11 12:24:55', 0, 0, '92.204.170.186', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(179, 1, NULL, '2021-04-11 15:14:37', '2021-04-11 15:14:37', 0, 0, '93.152.140.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(180, 1, NULL, '2021-04-12 03:51:41', '2021-04-12 03:51:41', 0, 0, '46.21.250.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(181, 1, NULL, '2021-04-13 09:48:49', '2021-04-13 09:48:49', 0, 0, '178.159.37.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(182, 1, NULL, '2021-04-16 08:35:09', '2021-04-16 08:35:09', 0, 0, '185.107.95.215', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(183, 1, NULL, '2021-04-17 16:29:25', '2021-04-17 16:29:25', 0, 0, '212.102.57.145', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(184, 1, NULL, '2021-04-19 19:10:34', '2021-04-19 19:10:34', 0, 0, '178.141.202.213', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(185, 1, NULL, '2021-04-20 04:06:33', '2021-04-20 04:06:33', 0, 0, '202.88.253.126', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(186, 1, NULL, '2021-04-22 03:44:06', '2021-04-22 03:44:06', 0, 0, '178.159.37.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(187, 1, NULL, '2021-04-22 06:27:35', '2021-04-22 06:27:35', 0, 0, '46.21.250.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4096.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(188, 1, NULL, '2021-04-22 11:12:36', '2021-04-22 11:12:36', 0, 0, '196.196.31.227', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(189, 1, NULL, '2021-04-22 19:08:30', '2021-04-22 19:08:30', 0, 0, '84.247.48.51', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(190, 1, NULL, '2021-04-22 22:55:18', '2021-04-22 22:55:18', 0, 0, '198.46.134.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(191, 1, NULL, '2021-04-24 04:54:27', '2021-04-24 04:54:27', 0, 0, '150.129.200.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(192, 1, NULL, '2021-04-24 11:21:08', '2021-04-24 11:21:08', 0, 0, '192.126.200.244', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(193, 1, NULL, '2021-04-24 16:15:27', '2021-04-24 16:15:27', 0, 0, '193.187.105.217', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(194, 1, NULL, '2021-04-24 23:15:51', '2021-04-24 23:15:51', 0, 0, '103.221.232.124', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(195, 1, NULL, '2021-04-26 08:23:53', '2021-04-26 08:23:53', 0, 0, '37.120.156.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(196, 1, NULL, '2021-04-26 13:08:16', '2021-04-26 13:08:16', 0, 0, '37.120.156.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(197, 1, NULL, '2021-04-27 14:03:23', '2021-04-27 14:03:23', 0, 0, '84.17.60.218', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(198, 1, NULL, '2021-04-28 15:37:25', '2021-04-28 15:37:25', 0, 0, '84.17.60.218', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4087.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(199, 1, NULL, '2021-04-28 20:16:51', '2021-04-28 20:16:51', 0, 0, '191.102.178.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(200, 1, NULL, '2021-04-29 04:37:50', '2021-04-29 04:37:50', 0, 0, '62.109.13.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4098.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(201, 1, NULL, '2021-04-29 13:22:17', '2021-04-29 13:22:17', 0, 0, '31.134.125.80', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(202, 1, NULL, '2021-04-29 17:30:20', '2021-04-29 17:30:20', 0, 0, '191.101.217.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(203, 1, NULL, '2021-04-30 02:50:19', '2021-04-30 02:50:19', 0, 0, '37.120.244.61', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(204, 1, NULL, '2021-04-30 09:49:59', '2021-04-30 09:49:59', 0, 0, '37.120.235.166', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(205, 1, NULL, '2021-04-30 21:37:47', '2021-04-30 21:37:47', 0, 0, '191.101.217.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(206, 1, NULL, '2021-05-01 08:06:02', '2021-05-01 08:06:02', 0, 0, '107.173.209.81', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(207, 1, NULL, '2021-05-01 11:40:44', '2021-05-01 11:40:44', 0, 0, '143.244.39.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(208, 1, NULL, '2021-05-01 23:31:12', '2021-05-01 23:31:12', 0, 0, '191.101.217.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36 Edg/83.0.478.18', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(209, 1, NULL, '2021-05-02 12:32:58', '2021-05-02 12:32:58', 0, 0, '191.101.31.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.14 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(210, 1, NULL, '2021-05-03 02:14:44', '2021-05-03 02:14:44', 0, 0, '158.69.241.227', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/89.0.4389.90 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(211, 1, NULL, '2021-05-03 13:58:13', '2021-05-03 13:58:13', 0, 0, '191.101.31.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4087.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(212, 1, NULL, '2021-05-03 21:00:12', '2021-05-03 21:00:12', 0, 0, '212.102.57.134', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4087.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(213, 1, NULL, '2021-05-04 08:24:22', '2021-05-04 08:24:22', 0, 0, '212.102.57.134', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.14 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(214, 1, NULL, '2021-05-05 03:16:36', '2021-05-05 03:16:36', 0, 0, '212.102.57.208', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(215, 1, NULL, '2021-05-05 12:30:20', '2021-05-05 12:30:20', 0, 0, '212.102.57.134', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36/iYA9HebN-7', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(216, 1, NULL, '2021-05-06 15:22:04', '2021-05-06 15:22:04', 0, 0, '138.199.18.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(217, 1, NULL, '2021-05-07 15:07:32', '2021-05-07 15:07:32', 0, 0, '185.107.80.217', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(218, 1, NULL, '2021-05-07 18:59:13', '2021-05-07 18:59:13', 0, 0, '138.199.18.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.3 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(219, 1, NULL, '2021-05-08 17:18:09', '2021-05-08 17:18:09', 0, 0, '138.199.18.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(220, 1, NULL, '2021-05-09 11:34:46', '2021-05-09 11:34:46', 0, 0, '138.199.18.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(221, 1, NULL, '2021-05-10 12:13:14', '2021-05-10 12:13:14', 0, 0, '212.102.57.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(222, 1, NULL, '2021-05-11 11:32:06', '2021-05-11 11:32:06', 0, 0, '212.102.57.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.3 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(223, 1, NULL, '2021-05-12 05:38:24', '2021-05-12 05:38:24', 0, 0, '93.152.140.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(224, 1, NULL, '2021-05-12 06:57:08', '2021-05-12 06:57:08', 0, 0, '45.132.226.196', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(225, 1, NULL, '2021-05-12 09:20:53', '2021-05-12 09:20:53', 0, 0, '134.249.209.60', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(226, 1, NULL, '2021-05-12 09:53:14', '2021-05-12 09:53:14', 0, 0, '212.102.57.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4098.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(227, 1, NULL, '2021-05-12 18:32:03', '2021-05-12 18:32:03', 0, 0, '83.185.90.214', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(228, 1, NULL, '2021-05-12 18:33:22', '2021-05-12 18:33:22', 0, 0, '212.102.57.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(229, 1, NULL, '2021-05-13 18:42:00', '2021-05-13 18:42:00', 0, 0, '212.102.57.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4098.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(230, 1, NULL, '2021-05-14 14:51:01', '2021-05-14 14:51:01', 0, 0, '138.199.18.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(231, 1, NULL, '2021-05-15 06:50:31', '2021-05-15 06:50:31', 0, 0, '77.222.115.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4096.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(232, 1, NULL, '2021-05-15 17:04:24', '2021-05-15 17:04:24', 0, 0, '138.199.18.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(233, 1, NULL, '2021-05-16 02:09:07', '2021-05-16 02:09:07', 0, 0, '185.51.246.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(234, 1, NULL, '2021-05-16 14:46:00', '2021-05-16 14:46:00', 0, 0, '138.199.18.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4098.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(235, 1, NULL, '2021-05-17 04:04:51', '2021-05-17 04:04:51', 0, 0, '77.222.115.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.3 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(236, 1, NULL, '2021-05-17 12:49:58', '2021-05-17 12:49:58', 0, 0, '212.102.57.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(237, 1, NULL, '2021-05-18 13:26:33', '2021-05-18 13:26:33', 0, 0, '45.141.235.161', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(238, 1, NULL, '2021-05-18 19:32:17', '2021-05-18 19:32:17', 0, 0, '212.102.57.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36 OPR/69.0.3686.7 (Edition beta)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(239, 1, NULL, '2021-05-18 20:23:45', '2021-05-18 20:23:45', 0, 0, '191.101.217.134', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(240, 1, NULL, '2021-05-19 13:53:07', '2021-05-19 13:53:07', 0, 0, '191.101.31.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(241, 1, NULL, '2021-05-20 12:17:52', '2021-05-20 12:17:52', 0, 0, '191.101.31.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(242, 1, NULL, '2021-05-20 20:40:32', '2021-05-20 20:40:32', 0, 0, '212.102.57.166', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(243, 1, NULL, '2021-05-21 03:18:20', '2021-05-21 03:18:20', 0, 0, '171.22.122.190', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(244, 1, NULL, '2021-05-21 13:22:21', '2021-05-21 13:22:21', 0, 0, '78.29.35.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4102.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(245, 1, NULL, '2021-05-22 00:03:14', '2021-05-22 00:03:14', 0, 0, '212.102.57.166', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.3 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(246, 1, NULL, '2021-05-22 18:29:37', '2021-05-22 18:29:37', 0, 0, '212.102.57.166', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36 Edg/83.0.478.18', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(247, 1, NULL, '2021-05-23 00:44:08', '2021-05-23 00:44:08', 0, 0, '196.242.178.48', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(248, 1, NULL, '2021-05-23 12:10:14', '2021-05-23 12:10:14', 0, 0, '212.102.57.166', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(249, 1, NULL, '2021-05-24 02:24:59', '2021-05-24 02:24:59', 0, 0, '190.2.132.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36 OPR/69.0.3686.7 (Edition beta)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(250, 1, NULL, '2021-05-24 08:36:40', '2021-05-24 08:36:40', 0, 0, '49.37.157.190', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(251, 1, NULL, '2021-05-24 11:45:15', '2021-05-24 11:45:15', 0, 0, '212.102.57.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36/iYA9HebN-7', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(252, 1, NULL, '2021-05-25 09:33:41', '2021-05-25 09:33:41', 0, 0, '212.102.57.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(253, 1, NULL, '2021-05-25 20:54:55', '2021-05-25 20:54:55', 0, 0, '190.2.132.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(254, 1, NULL, '2021-05-25 22:07:58', '2021-05-25 22:07:58', 0, 0, '212.102.57.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(255, 1, NULL, '2021-05-26 00:20:24', '2021-05-26 00:20:24', 0, 0, '5.253.204.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(256, 1, NULL, '2021-05-26 21:59:05', '2021-05-26 21:59:05', 0, 0, '212.102.57.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(257, 1, NULL, '2021-05-26 23:59:25', '2021-05-26 23:59:25', 0, 0, '84.17.49.107', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(258, 1, NULL, '2021-05-27 06:23:01', '2021-05-27 06:23:01', 0, 0, '193.150.170.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(259, 1, NULL, '2021-05-27 15:24:52', '2021-05-27 15:24:52', 0, 0, '77.247.178.186', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36 Edg/83.0.478.18', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(260, 1, NULL, '2021-05-27 16:48:12', '2021-05-27 16:48:12', 0, 0, '176.226.149.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(261, 1, NULL, '2021-05-27 23:55:54', '2021-05-27 23:55:54', 0, 0, '138.199.18.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(262, 1, NULL, '2021-05-29 02:18:42', '2021-05-29 02:18:42', 0, 0, '138.199.18.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(263, 1, NULL, '2021-05-29 10:09:19', '2021-05-29 10:09:19', 0, 0, '198.46.177.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(264, 1, NULL, '2021-05-29 12:36:03', '2021-05-29 12:36:03', 0, 0, '46.166.187.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(265, 1, NULL, '2021-05-29 21:33:43', '2021-05-29 21:33:43', 0, 0, '138.199.18.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(266, 1, NULL, '2021-05-30 09:27:24', '2021-05-30 09:27:24', 0, 0, '138.199.18.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(267, 1, NULL, '2021-05-31 04:07:16', '2021-05-31 04:07:16', 0, 0, '91.76.236.119', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(268, 1, NULL, '2021-05-31 15:12:29', '2021-05-31 15:12:29', 0, 0, '138.199.18.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(269, 1, NULL, '2021-06-01 10:39:55', '2021-06-01 10:39:55', 0, 0, '212.102.57.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(270, 1, NULL, '2021-06-02 00:04:27', '2021-06-02 00:04:27', 0, 0, '154.13.1.182', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(271, 1, NULL, '2021-06-02 12:45:36', '2021-06-02 12:45:36', 0, 0, '93.152.140.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(272, 1, NULL, '2021-06-02 17:08:50', '2021-06-02 17:08:50', 0, 0, '212.102.57.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4096.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(273, 1, NULL, '2021-06-02 23:59:09', '2021-06-02 23:59:09', 0, 0, '193.9.115.116', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64 (Edition Yx)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(274, 1, NULL, '2021-06-03 10:58:03', '2021-06-03 10:58:03', 0, 0, '212.102.57.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4087.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(275, 1, NULL, '2021-06-03 19:21:11', '2021-06-03 19:21:11', 0, 0, '191.102.143.214', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(276, 1, NULL, '2021-06-04 15:44:04', '2021-06-04 15:44:04', 0, 0, '212.102.57.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(277, 1, NULL, '2021-06-04 15:51:01', '2021-06-04 15:51:01', 0, 0, '42.111.220.127', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; Redmi Note 8 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(278, 1, NULL, '2021-06-04 22:45:17', '2021-06-04 22:45:17', 0, 0, '185.107.80.193', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36 OPR/69.0.3686.7 (Edition beta)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(279, 1, NULL, '2021-06-05 09:31:01', '2021-06-05 09:31:01', 0, 0, '186.179.37.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(280, 1, NULL, '2021-06-06 18:23:41', '2021-06-06 18:23:41', 0, 0, '138.199.18.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4102.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(281, 1, NULL, '2021-06-08 08:56:29', '2021-06-08 08:56:29', 0, 0, '138.199.18.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(282, 1, NULL, '2021-06-09 11:59:27', '2021-06-09 11:59:27', 0, 0, '138.199.18.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(283, 1, NULL, '2021-06-09 23:55:47', '2021-06-09 23:55:47', 0, 0, '185.100.87.251', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4087.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(284, 1, NULL, '2021-06-10 02:07:18', '2021-06-10 02:07:18', 0, 0, '185.206.224.228', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(285, 1, NULL, '2021-06-10 10:47:49', '2021-06-10 10:47:49', 0, 0, '86.186.188.172', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(286, 1, NULL, '2021-06-10 12:16:32', '2021-06-10 12:16:32', 0, 0, '212.102.57.85', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.14 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(287, 1, NULL, '2021-06-10 20:07:05', '2021-06-10 20:07:05', 0, 0, '212.102.57.85', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(288, 1, NULL, '2021-06-11 10:45:35', '2021-06-11 10:45:35', 0, 0, '59.144.108.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(289, 1, NULL, '2021-06-12 11:09:02', '2021-06-12 11:09:02', 0, 0, '212.102.57.85', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36/iYA9HebN-7', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(290, 1, NULL, '2021-06-12 13:18:45', '2021-06-12 13:18:45', 0, 0, '185.107.80.192', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(291, 1, NULL, '2021-06-13 14:32:55', '2021-06-13 14:32:55', 0, 0, '212.102.57.85', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(292, 1, NULL, '2021-06-14 16:28:56', '2021-06-14 16:28:56', 0, 0, '212.102.57.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(293, 1, NULL, '2021-06-15 05:07:14', '2021-06-15 05:07:14', 0, 0, '46.166.182.116', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(294, 1, NULL, '2021-06-15 15:57:34', '2021-06-15 15:57:34', 0, 0, '212.102.57.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(295, 1, NULL, '2021-06-16 09:46:14', '2021-06-16 09:46:14', 0, 0, '212.102.57.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(296, 1, NULL, '2021-06-16 16:50:33', '2021-06-16 16:50:33', 0, 0, '84.17.48.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(297, 1, NULL, '2021-06-17 12:57:04', '2021-06-17 12:57:04', 0, 0, '212.102.57.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(298, 1, NULL, '2021-06-18 00:39:47', '2021-06-18 00:39:47', 0, 0, '78.29.35.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(299, 1, NULL, '2021-06-18 05:36:33', '2021-06-18 05:36:33', 0, 0, '190.2.133.224', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(300, 1, NULL, '2021-06-18 13:51:21', '2021-06-18 13:51:21', 0, 0, '212.102.57.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36 OPR/69.0.3686.7 (Edition beta)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(301, 1, NULL, '2021-06-18 20:58:10', '2021-06-18 20:58:10', 0, 0, '37.120.145.93', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(302, 1, NULL, '2021-06-19 04:07:55', '2021-06-19 04:07:55', 0, 0, '190.2.133.224', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4087.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(303, 1, NULL, '2021-06-19 13:29:53', '2021-06-19 13:29:53', 0, 0, '77.247.178.186', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(304, 1, NULL, '2021-06-19 15:22:02', '2021-06-19 15:22:02', 0, 0, '89.38.99.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(305, 1, NULL, '2021-06-19 15:44:46', '2021-06-19 15:44:46', 0, 0, '89.249.73.212', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(306, 1, NULL, '2021-06-20 12:53:55', '2021-06-20 12:53:55', 0, 0, '89.249.73.212', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(307, 1, NULL, '2021-06-21 07:23:55', '2021-06-21 07:23:55', 0, 0, '89.249.73.212', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(308, 1, NULL, '2021-06-22 20:22:49', '2021-06-22 20:22:49', 0, 0, '195.225.118.43', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(309, 1, NULL, '2021-06-23 01:44:58', '2021-06-23 01:44:58', 0, 0, '46.191.233.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(310, 1, NULL, '2021-06-23 18:18:00', '2021-06-23 18:18:00', 0, 0, '89.249.73.212', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(311, 1, NULL, '2021-06-24 06:46:45', '2021-06-24 06:46:45', 0, 0, '190.2.132.127', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36/iYA9HebN-7', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(312, 1, NULL, '2021-06-24 09:03:37', '2021-06-24 09:03:37', 0, 0, '89.249.73.212', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(313, 1, NULL, '2021-06-24 19:00:54', '2021-06-24 19:00:54', 0, 0, '45.133.173.63', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(314, 1, NULL, '2021-06-25 07:26:34', '2021-06-25 07:26:34', 0, 0, '178.216.49.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(315, 1, NULL, '2021-06-25 15:21:48', '2021-06-25 15:21:48', 0, 0, '89.249.73.212', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4098.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(316, 1, NULL, '2021-06-26 07:03:34', '2021-06-26 07:03:34', 0, 0, '191.101.217.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(317, 1, NULL, '2021-06-26 07:03:53', '2021-06-26 07:03:53', 0, 0, '177.234.143.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(318, 1, NULL, '2021-06-26 12:39:00', '2021-06-26 12:39:00', 0, 0, '89.249.73.212', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(319, 1, NULL, '2021-06-28 10:49:29', '2021-06-28 10:49:29', 0, 0, '91.90.123.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(320, 1, NULL, '2021-06-28 17:42:59', '2021-06-28 17:42:59', 0, 0, '190.2.130.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(321, 1, NULL, '2021-06-29 08:47:44', '2021-06-29 08:47:44', 0, 0, '185.51.246.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(322, 1, NULL, '2021-06-29 09:51:36', '2021-06-29 09:51:36', 0, 0, '212.86.102.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(323, 1, NULL, '2021-06-29 10:52:20', '2021-06-29 10:52:20', 0, 0, '190.2.130.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(324, 1, NULL, '2021-06-29 21:53:48', '2021-06-29 21:53:48', 0, 0, '37.120.143.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(325, 1, NULL, '2021-06-30 20:37:41', '2021-06-30 20:37:41', 0, 0, '168.151.228.144', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(326, 1, NULL, '2021-07-01 05:13:34', '2021-07-01 05:13:34', 0, 0, '156.146.63.149', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(327, 1, NULL, '2021-07-01 08:53:02', '2021-07-01 08:53:02', 0, 0, '170.83.178.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(328, 1, NULL, '2021-07-01 15:38:12', '2021-07-01 15:38:12', 0, 0, '31.40.147.192', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(329, 1, NULL, '2021-07-02 03:15:13', '2021-07-02 03:15:13', 0, 0, '195.181.161.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(330, 1, NULL, '2021-07-03 01:26:00', '2021-07-03 01:26:00', 0, 0, '190.2.138.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(331, 1, NULL, '2021-07-06 00:19:19', '2021-07-06 00:19:19', 0, 0, '185.107.242.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(332, 1, NULL, '2021-07-06 07:54:39', '2021-07-06 07:54:39', 0, 0, '212.102.57.215', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(333, 1, NULL, '2021-07-10 05:10:17', '2021-07-10 05:10:17', 0, 0, '84.17.49.102', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(334, 1, NULL, '2021-07-12 02:39:45', '2021-07-12 02:39:45', 0, 0, '176.31.226.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(335, 1, NULL, '2021-07-12 22:28:06', '2021-07-12 22:28:06', 0, 0, '191.102.143.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(336, 1, NULL, '2021-07-13 05:30:30', '2021-07-13 05:30:30', 0, 0, '176.125.229.131', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(337, 1, NULL, '2021-07-16 00:02:54', '2021-07-16 00:02:54', 0, 0, '155.94.249.68', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(338, 1, NULL, '2021-07-19 21:06:53', '2021-07-19 21:06:53', 0, 0, '178.214.253.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(339, 1, NULL, '2021-07-20 08:13:57', '2021-07-20 08:13:57', 0, 0, '181.215.176.237', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(340, 1, NULL, '2021-07-22 16:05:05', '2021-07-22 16:05:05', 0, 0, '191.101.217.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(341, 1, NULL, '2021-07-22 18:06:08', '2021-07-22 18:06:08', 0, 0, '185.189.114.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(342, 1, NULL, '2021-07-22 19:31:16', '2021-07-22 19:31:16', 0, 0, '191.101.217.63', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(343, 1, NULL, '2021-07-22 19:40:52', '2021-07-22 19:40:52', 0, 0, '191.102.178.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(344, 1, NULL, '2021-07-23 08:30:52', '2021-07-23 08:30:52', 0, 0, '212.86.102.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(345, 1, NULL, '2021-07-24 00:49:14', '2021-07-24 00:49:14', 0, 0, '191.101.217.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(346, 1, NULL, '2021-07-24 13:54:06', '2021-07-24 13:54:06', 0, 0, '191.101.217.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(347, 1, NULL, '2021-07-24 23:23:51', '2021-07-24 23:23:51', 0, 0, '95.79.84.116', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36 OPR/69.0.3686.7 (Edition beta)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(348, 1, NULL, '2021-07-25 13:11:46', '2021-07-25 13:11:46', 0, 0, '45.133.172.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(349, 1, NULL, '2021-07-26 13:25:17', '2021-07-26 13:25:17', 0, 0, '217.23.3.171', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(350, 1, NULL, '2021-07-28 00:36:12', '2021-07-28 00:36:12', 0, 0, '37.120.244.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(351, 1, NULL, '2021-07-28 21:33:28', '2021-07-28 21:33:28', 0, 0, '123.24.39.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(352, 1, NULL, '2021-07-29 01:29:04', '2021-07-29 01:29:04', 0, 0, '190.2.133.224', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(353, 1, NULL, '2021-07-29 19:38:51', '2021-07-29 19:38:51', 0, 0, '84.17.49.222', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 Kinza/4.9.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(354, 1, NULL, '2021-07-30 20:16:44', '2021-07-30 20:16:44', 0, 0, '91.199.42.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(355, 1, NULL, '2021-07-31 10:17:22', '2021-07-31 10:17:22', 0, 0, '93.124.48.162', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(356, 1, NULL, '2021-08-01 03:22:44', '2021-08-01 03:22:44', 0, 0, '94.103.232.174', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(357, 1, NULL, '2021-08-01 16:58:19', '2021-08-01 16:58:19', 0, 0, '77.222.117.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(358, 1, NULL, '2021-08-03 10:50:27', '2021-08-03 10:50:27', 0, 0, '93.124.48.162', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(359, 1, NULL, '2021-08-03 12:19:26', '2021-08-03 12:19:26', 0, 0, '45.133.172.23', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(360, 1, NULL, '2021-08-05 17:11:27', '2021-08-05 17:11:27', 0, 0, '84.247.48.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(361, 1, NULL, '2021-08-05 20:20:19', '2021-08-05 20:20:19', 0, 0, '176.61.136.217', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(362, 1, NULL, '2021-08-06 01:51:11', '2021-08-06 01:51:11', 0, 0, '178.159.37.182', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(363, 1, NULL, '2021-08-07 23:28:31', '2021-08-07 23:28:31', 0, 0, '77.222.117.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(364, 1, NULL, '2021-08-09 21:26:31', '2021-08-09 21:26:31', 0, 0, '206.217.205.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(365, 1, NULL, '2021-08-12 13:06:52', '2021-08-12 13:06:52', 0, 0, '5.188.48.217', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(366, 1, NULL, '2021-08-17 21:07:06', '2021-08-17 21:07:06', 0, 0, '185.189.114.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(367, 1, NULL, '2021-08-21 10:44:15', '2021-08-21 10:44:15', 0, 0, '192.99.62.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/89.0.4389.90 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(368, 1, NULL, '2021-08-21 13:03:10', '2021-08-21 13:03:10', 0, 0, '84.17.49.134', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(369, 1, NULL, '2021-08-22 14:40:52', '2021-08-22 14:40:52', 0, 0, '156.146.63.160', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(370, 1, NULL, '2021-08-23 03:03:42', '2021-08-23 03:03:42', 0, 0, '186.179.35.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(371, 1, NULL, '2021-08-23 14:54:12', '2021-08-23 14:54:12', 0, 0, '45.133.172.229', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(372, 1, NULL, '2021-08-24 15:17:38', '2021-08-24 15:17:38', 0, 0, '84.17.49.23', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(373, 1, NULL, '2021-08-26 07:07:45', '2021-08-26 07:07:45', 0, 0, '106.51.8.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; Redmi Note 7 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(374, 1, NULL, '2021-08-26 21:41:45', '2021-08-26 21:41:45', 0, 0, '138.199.59.168', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(375, 1, NULL, '2021-08-27 11:33:28', '2021-08-27 11:33:28', 0, 0, '118.71.135.203', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(376, 1, NULL, '2021-08-27 14:14:48', '2021-08-27 14:14:48', 0, 0, '37.120.143.149', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(377, 1, NULL, '2021-08-27 22:22:09', '2021-08-27 22:22:09', 0, 0, '176.226.149.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(378, 1, NULL, '2021-08-28 19:13:20', '2021-08-28 19:13:20', 0, 0, '178.159.37.182', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(379, 1, NULL, '2021-08-29 00:28:04', '2021-08-29 00:28:04', 0, 0, '58.186.59.32', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(380, 1, NULL, '2021-08-29 14:07:17', '2021-08-29 14:07:17', 0, 0, '37.120.143.149', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(381, 1, NULL, '2021-08-29 16:12:15', '2021-08-29 16:12:15', 0, 0, '103.246.41.107', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(382, 1, NULL, '2021-08-30 14:08:36', '2021-08-30 14:08:36', 0, 0, '37.120.143.149', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(383, 1, NULL, '2021-08-31 08:27:14', '2021-08-31 08:27:14', 0, 0, '223.186.25.105', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 11; SM-G991B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(384, 1, NULL, '2021-08-31 16:23:51', '2021-08-31 16:23:51', 0, 0, '84.247.48.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(385, 1, NULL, '2021-08-31 18:58:08', '2021-08-31 18:58:08', 0, 0, '46.166.187.72', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(386, 1, NULL, '2021-09-01 13:40:35', '2021-09-01 13:40:35', 0, 0, '91.90.123.93', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(387, 1, NULL, '2021-09-02 00:25:38', '2021-09-02 00:25:38', 0, 0, '91.90.123.93', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(388, 1, NULL, '2021-09-03 20:03:39', '2021-09-03 20:03:39', 0, 0, '107.152.101.212', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(389, 1, NULL, '2021-09-08 01:16:52', '2021-09-08 01:16:52', 0, 0, '156.146.63.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(390, 1, NULL, '2021-09-08 05:57:34', '2021-09-08 05:57:34', 0, 0, '62.89.17.98', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(391, 1, NULL, '2021-09-08 08:11:19', '2021-09-08 08:11:19', 0, 0, '157.35.59.239', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 11; AC2001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.115 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(392, 1, NULL, '2021-09-08 08:13:52', '2021-09-08 08:13:52', 0, 0, '157.35.59.239', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 11; AC2001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.115 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(393, 1, NULL, '2021-09-08 18:15:44', '2021-09-08 18:15:44', 0, 0, '196.242.115.152', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(394, 1, NULL, '2021-09-09 21:21:48', '2021-09-09 21:21:48', 0, 0, '191.101.31.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(395, 1, NULL, '2021-09-13 11:37:19', '2021-09-13 11:37:19', 0, 0, '191.101.217.73', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(396, 1, NULL, '2021-09-13 14:01:59', '2021-09-13 14:01:59', 0, 0, '195.181.161.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(397, 1, NULL, '2021-09-14 09:27:08', '2021-09-14 09:27:08', 0, 0, '157.45.90.55', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; RMX2193) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(398, 1, NULL, '2021-09-16 15:01:10', '2021-09-16 15:01:10', 0, 0, '107.175.36.100', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(399, 1, NULL, '2021-09-17 13:58:29', '2021-09-17 13:58:29', 0, 0, '77.222.117.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(400, 1, NULL, '2021-09-18 03:54:18', '2021-09-18 03:54:18', 0, 0, '138.199.7.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4102.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(401, 1, NULL, '2021-09-18 19:30:19', '2021-09-18 19:30:19', 0, 0, '138.219.121.234', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(402, 1, NULL, '2021-09-19 14:59:49', '2021-09-19 14:59:49', 0, 0, '93.152.140.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(403, 1, NULL, '2021-09-20 14:04:25', '2021-09-20 14:04:25', 0, 0, '77.222.117.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(404, 1, NULL, '2021-09-20 19:14:08', '2021-09-20 19:14:08', 0, 0, '191.102.152.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(405, 1, NULL, '2021-09-21 10:45:47', '2021-09-21 10:45:47', 0, 0, '212.102.57.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(406, 1, NULL, '2021-09-22 07:51:28', '2021-09-22 07:51:28', 0, 0, '37.120.143.59', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(407, 1, NULL, '2021-09-22 11:36:14', '2021-09-22 11:36:14', 0, 0, '212.102.57.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(408, 1, NULL, '2021-09-23 20:54:06', '2021-09-23 20:54:06', 0, 0, '212.102.57.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(409, 1, NULL, '2021-09-24 11:15:08', '2021-09-24 11:15:08', 0, 0, '157.45.117.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 9; RMX1805) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(410, 1, NULL, '2021-09-24 23:49:43', '2021-09-24 23:49:43', 0, 0, '212.102.57.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(411, 1, NULL, '2021-09-25 03:40:10', '2021-09-25 03:40:10', 0, 0, '203.192.253.51', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(412, 1, NULL, '2021-09-25 12:27:46', '2021-09-25 12:27:46', 0, 0, '212.102.57.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(413, 1, NULL, '2021-09-25 16:54:01', '2021-09-25 16:54:01', 0, 0, '95.79.181.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(414, 1, NULL, '2021-09-26 15:14:33', '2021-09-26 15:14:33', 0, 0, '212.102.57.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(415, 1, NULL, '2021-09-28 02:04:10', '2021-09-28 02:04:10', 0, 0, '84.17.49.196', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(416, 1, NULL, '2021-09-28 09:00:46', '2021-09-28 09:00:46', 0, 0, '106.197.248.71', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; Redmi Note 9 Pro Max) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(417, 1, NULL, '2021-09-29 06:31:17', '2021-09-29 06:31:17', 0, 0, '5.157.33.68', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(418, 1, NULL, '2021-10-01 11:14:11', '2021-10-01 11:14:11', 0, 0, '138.199.18.137', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(419, 1, NULL, '2021-10-02 05:35:02', '2021-10-02 05:35:02', 0, 0, '154.16.16.196', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(420, 1, NULL, '2021-10-03 11:30:20', '2021-10-03 11:30:20', 0, 0, '212.102.57.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(421, 1, NULL, '2021-10-04 14:09:12', '2021-10-04 14:09:12', 0, 0, '93.152.140.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(422, 1, NULL, '2021-10-04 18:37:17', '2021-10-04 18:37:17', 0, 0, '151.237.189.224', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(423, 1, NULL, '2021-10-05 00:04:49', '2021-10-05 00:04:49', 0, 0, '212.102.57.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(424, 1, NULL, '2021-10-05 11:11:53', '2021-10-05 11:11:53', 0, 0, '212.102.57.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(425, 1, NULL, '2021-10-07 02:05:00', '2021-10-07 02:05:00', 0, 0, '154.13.1.196', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(426, 1, NULL, '2021-10-08 20:50:37', '2021-10-08 20:50:37', 0, 0, '5.62.63.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(427, 1, NULL, '2021-10-09 06:46:03', '2021-10-09 06:46:03', 0, 0, '77.222.115.111', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(428, 1, NULL, '2021-10-09 12:26:58', '2021-10-09 12:26:58', 0, 0, '212.102.57.67', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(429, 1, NULL, '2021-10-09 21:32:27', '2021-10-09 21:32:27', 0, 0, '199.187.209.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(430, 1, NULL, '2021-10-10 23:04:33', '2021-10-10 23:04:33', 0, 0, '212.102.57.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(431, 1, NULL, '2021-10-11 13:46:25', '2021-10-11 13:46:25', 0, 0, '86.106.74.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(432, 1, NULL, '2021-10-11 15:01:11', '2021-10-11 15:01:11', 0, 0, '195.181.161.20', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(433, 1, NULL, '2021-10-14 10:40:09', '2021-10-14 10:40:09', 0, 0, '77.222.115.111', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(434, 1, NULL, '2021-10-15 19:21:58', '2021-10-15 19:21:58', 0, 0, '168.90.196.210', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(435, 1, NULL, '2021-10-17 10:34:30', '2021-10-17 10:34:30', 0, 0, '212.102.57.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(436, 1, NULL, '2021-10-17 10:34:38', '2021-10-17 10:34:38', 0, 0, '223.233.65.229', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 11; SM-A705FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(437, 1, NULL, '2021-10-18 06:09:14', '2021-10-18 06:09:14', 0, 0, '157.45.58.34', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; SM-J810G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(438, 1, NULL, '2021-10-18 11:22:27', '2021-10-18 11:22:27', 0, 0, '88.218.172.93', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(439, 1, NULL, '2021-10-18 20:33:21', '2021-10-18 20:33:21', 0, 0, '199.16.243.107', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(440, 1, NULL, '2021-10-19 13:05:45', '2021-10-19 13:05:45', 0, 0, '119.42.58.222', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; CPH1823) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(441, 1, NULL, '2021-10-19 21:09:18', '2021-10-19 21:09:18', 0, 0, '50.3.83.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(442, 1, NULL, '2021-10-20 21:34:02', '2021-10-20 21:34:02', 0, 0, '77.222.113.111', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(443, 1, NULL, '2021-10-20 21:55:19', '2021-10-20 21:55:19', 0, 0, '190.2.131.159', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(444, 1, NULL, '2021-10-21 10:45:32', '2021-10-21 10:45:32', 0, 0, '85.203.45.170', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(445, 1, NULL, '2021-10-21 11:47:58', '2021-10-21 11:47:58', 0, 0, '190.2.131.159', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(446, 1, NULL, '2021-10-21 14:26:47', '2021-10-21 14:26:47', 0, 0, '185.232.21.123', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(447, 1, NULL, '2021-10-21 15:59:44', '2021-10-21 15:59:44', 0, 0, '169.62.89.48', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(448, 1, NULL, '2021-10-22 00:30:00', '2021-10-22 00:30:00', 0, 0, '138.199.7.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(449, 1, NULL, '2021-10-22 02:29:56', '2021-10-22 02:29:56', 0, 0, '45.133.172.94', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(450, 1, NULL, '2021-10-22 03:45:19', '2021-10-22 03:45:19', 0, 0, '31.171.155.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(451, 1, NULL, '2021-10-22 14:34:24', '2021-10-22 14:34:24', 0, 0, '138.199.7.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(452, 1, NULL, '2021-10-22 17:04:04', '2021-10-22 17:04:04', 0, 0, '103.116.24.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(453, 1, NULL, '2021-10-23 22:50:01', '2021-10-23 22:50:01', 0, 0, '77.222.113.111', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(454, 1, NULL, '2021-10-23 22:53:17', '2021-10-23 22:53:17', 0, 0, '45.133.172.94', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(455, 1, NULL, '2021-10-24 15:23:32', '2021-10-24 15:23:32', 0, 0, '103.116.24.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(456, 1, NULL, '2021-10-25 11:42:46', '2021-10-25 11:42:46', 0, 0, '84.247.48.14', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(457, 1, NULL, '2021-10-26 23:09:46', '2021-10-26 23:09:46', 0, 0, '155.203.3.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(458, 1, NULL, '2021-10-27 05:51:12', '2021-10-27 05:51:12', 0, 0, '45.133.172.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(459, 1, NULL, '2021-10-27 06:07:13', '2021-10-27 06:07:13', 0, 0, '188.126.73.201', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(460, 1, NULL, '2021-10-28 14:26:58', '2021-10-28 14:26:58', 0, 0, '82.102.17.121', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(461, 1, NULL, '2021-10-28 14:27:03', '2021-10-28 14:27:03', 0, 0, '5.62.59.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(462, 1, NULL, '2021-10-28 14:46:27', '2021-10-28 14:46:27', 0, 0, '207.244.80.20', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(463, 1, NULL, '2021-10-28 14:46:35', '2021-10-28 14:46:35', 0, 0, '207.244.80.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(464, 1, NULL, '2021-10-28 21:27:14', '2021-10-28 21:27:14', 0, 0, '93.152.140.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(465, 1, NULL, '2021-10-29 13:58:48', '2021-10-29 13:58:48', 0, 0, '103.5.133.132', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 7.0; Redmi Note 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(466, 1, NULL, '2021-10-30 16:28:10', '2021-10-30 16:28:10', 0, 0, '191.101.31.66', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(467, 1, NULL, '2021-10-31 03:04:20', '2021-10-31 03:04:20', 0, 0, '77.222.113.111', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(468, 1, NULL, '2021-10-31 15:04:43', '2021-10-31 15:04:43', 0, 0, '124.40.247.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 5.0.1; Lenovo TB3-710F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.120 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(469, 1, NULL, '2021-11-01 11:41:02', '2021-11-01 11:41:02', 0, 0, '77.222.113.111', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(470, 1, NULL, '2021-11-01 17:43:00', '2021-11-01 17:43:00', 0, 0, '173.234.48.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(471, 1, NULL, '2021-11-01 19:37:38', '2021-11-01 19:37:38', 0, 0, '195.181.161.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(472, 1, NULL, '2021-11-04 03:11:54', '2021-11-04 03:11:54', 0, 0, '31.171.155.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(473, 1, NULL, '2021-11-04 12:15:58', '2021-11-04 12:15:58', 0, 0, '156.146.63.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(474, 1, NULL, '2021-11-05 02:54:48', '2021-11-05 02:54:48', 0, 0, '85.203.45.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(475, 1, NULL, '2021-11-05 23:10:14', '2021-11-05 23:10:14', 0, 0, '138.199.7.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(476, 1, NULL, '2021-11-06 01:48:46', '2021-11-06 01:48:46', 0, 0, '138.199.56.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(477, 1, NULL, '2021-11-06 03:26:12', '2021-11-06 03:26:12', 0, 0, '138.199.7.139', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(478, 1, NULL, '2021-11-06 09:57:16', '2021-11-06 09:57:16', 0, 0, '188.72.101.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(479, 1, NULL, '2021-11-07 19:20:59', '2021-11-07 19:20:59', 0, 0, '89.38.99.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(480, 1, NULL, '2021-11-08 10:48:32', '2021-11-08 10:48:32', 0, 0, '156.146.63.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(481, 1, NULL, '2021-11-08 10:55:13', '2021-11-08 10:55:13', 0, 0, '103.5.133.132', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 7.0; Redmi Note 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(482, 1, NULL, '2021-11-08 11:48:29', '2021-11-08 11:48:29', 0, 0, '85.159.237.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(483, 1, NULL, '2021-11-08 17:34:18', '2021-11-08 17:34:18', 0, 0, '77.222.113.111', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(484, 1, NULL, '2021-11-08 22:30:38', '2021-11-08 22:30:38', 0, 0, '64.44.131.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(485, 1, NULL, '2021-11-09 04:20:56', '2021-11-09 04:20:56', 0, 0, '138.199.18.62', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(486, 1, NULL, '2021-11-10 09:28:52', '2021-11-10 09:28:52', 0, 0, '156.146.63.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(487, 1, NULL, '2021-11-10 12:29:18', '2021-11-10 12:29:18', 0, 0, '85.159.237.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(488, 1, NULL, '2021-11-10 16:57:49', '2021-11-10 16:57:49', 0, 0, '173.234.100.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(489, 1, NULL, '2021-11-11 01:22:16', '2021-11-11 01:22:16', 0, 0, '86.106.74.249', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(490, 1, NULL, '2021-11-11 20:14:35', '2021-11-11 20:14:35', 0, 0, '138.199.59.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(491, 1, NULL, '2021-11-16 15:43:41', '2021-11-16 15:43:41', 0, 0, '5.157.23.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(492, 1, NULL, '2021-11-16 15:46:01', '2021-11-16 15:46:01', 0, 0, '49.204.140.130', 'https://gangagen.com/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/184.2.407130758 Mobile/15E148 Safari/604.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(493, 1, NULL, '2021-11-17 07:02:56', '2021-11-17 07:02:56', 0, 0, '190.2.138.14', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(494, 1, NULL, '2021-11-18 04:54:21', '2021-11-18 04:54:21', 0, 0, '171.22.76.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(495, 1, NULL, '2021-11-18 06:46:12', '2021-11-18 06:46:12', 0, 0, '185.210.217.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(496, 1, NULL, '2021-11-18 11:17:32', '2021-11-18 11:17:32', 0, 0, '42.111.36.163', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(497, 1, NULL, '2021-11-18 11:56:16', '2021-11-18 11:56:16', 0, 0, '190.2.130.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(498, 1, NULL, '2021-11-18 16:11:16', '2021-11-18 16:11:16', 0, 0, '190.2.130.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(499, 1, NULL, '2021-11-20 20:15:42', '2021-11-20 20:15:42', 0, 0, '156.146.63.155', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(500, 1, NULL, '2021-11-21 06:24:41', '2021-11-21 06:24:41', 0, 0, '190.2.131.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(501, 1, NULL, '2021-11-21 20:07:22', '2021-11-21 20:07:22', 0, 0, '158.69.241.223', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(502, 1, NULL, '2021-11-22 05:31:47', '2021-11-22 05:31:47', 0, 0, '91.122.132.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(503, 1, NULL, '2021-11-23 00:05:59', '2021-11-23 00:05:59', 0, 0, '46.166.187.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(504, 1, NULL, '2021-11-24 01:20:17', '2021-11-24 01:20:17', 0, 0, '37.120.235.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(505, 1, NULL, '2021-11-27 10:50:50', '2021-11-27 10:50:50', 0, 0, '156.146.63.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(506, 1, NULL, '2021-11-28 03:41:05', '2021-11-28 03:41:05', 0, 0, '176.125.230.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(507, 1, NULL, '2021-11-28 23:03:35', '2021-11-28 23:03:35', 0, 0, '191.101.31.45', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(508, 1, NULL, '2021-11-29 17:12:43', '2021-11-29 17:12:43', 0, 0, '176.106.247.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(509, 1, NULL, '2021-11-30 01:45:54', '2021-11-30 01:45:54', 0, 0, '191.101.31.23', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(510, 1, NULL, '2021-12-01 03:25:02', '2021-12-01 03:25:02', 0, 0, '50.118.232.168', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(511, 1, NULL, '2021-12-01 10:19:38', '2021-12-01 10:19:38', 0, 0, '156.146.63.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(512, 1, NULL, '2021-12-02 04:28:43', '2021-12-02 04:28:43', 0, 0, '91.90.122.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(513, 1, NULL, '2021-12-03 00:57:01', '2021-12-03 00:57:01', 0, 0, '89.187.168.170', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(514, 1, NULL, '2021-12-05 02:40:16', '2021-12-05 02:40:16', 0, 0, '191.101.31.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(515, 1, NULL, '2021-12-07 06:23:51', '2021-12-07 06:23:51', 0, 0, '191.101.31.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(516, 1, NULL, '2021-12-07 17:53:18', '2021-12-07 17:53:18', 0, 0, '178.239.56.68', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(517, 1, NULL, '2021-12-08 22:02:26', '2021-12-08 22:02:26', 0, 0, '104.129.253.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(518, 1, NULL, '2021-12-09 07:05:40', '2021-12-09 07:05:40', 0, 0, '157.45.174.248', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-A127F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/14.0 Chrome/87.0.4280.141 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(519, 1, NULL, '2021-12-10 15:12:37', '2021-12-10 15:12:37', 0, 0, '37.19.223.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64 (Edition Yx)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(520, 1, NULL, '2021-12-10 17:07:05', '2021-12-10 17:07:05', 0, 0, '76.164.192.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(521, 1, NULL, '2021-12-12 04:47:50', '2021-12-12 04:47:50', 0, 0, '188.163.64.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(522, 1, NULL, '2021-12-12 15:55:59', '2021-12-12 15:55:59', 0, 0, '89.38.97.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(523, 1, NULL, '2021-12-12 16:21:11', '2021-12-12 16:21:11', 0, 0, '47.31.248.45', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 11; Redmi Note 8 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(524, 1, NULL, '2021-12-12 17:20:38', '2021-12-12 17:20:38', 0, 0, '212.102.57.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(525, 1, NULL, '2021-12-13 05:39:04', '2021-12-13 05:39:04', 0, 0, '89.38.97.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(526, 1, NULL, '2021-12-13 08:57:44', '2021-12-13 08:57:44', 0, 0, '89.38.97.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(527, 1, NULL, '2021-12-13 18:05:43', '2021-12-13 18:05:43', 0, 0, '197.37.24.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/96.0.4664.94 Mobile/15E148 Safari/604.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(528, 1, NULL, '2021-12-14 17:09:22', '2021-12-14 17:09:22', 0, 0, '190.2.131.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(529, 1, NULL, '2021-12-17 00:02:46', '2021-12-17 00:02:46', 0, 0, '105.195.48.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/96.0.4664.101 Mobile/15E148 Safari/604.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(530, 1, NULL, '2021-12-18 07:17:11', '2021-12-18 07:17:11', 0, 0, '195.181.161.20', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(531, 1, NULL, '2021-12-19 07:31:08', '2021-12-19 07:31:08', 0, 0, '46.166.187.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(532, 1, NULL, '2021-12-20 17:27:23', '2021-12-20 17:27:23', 0, 0, '23.83.132.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(533, 1, NULL, '2021-12-22 08:50:54', '2021-12-22 08:50:54', 0, 0, '85.159.237.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(534, 1, NULL, '2021-12-24 03:38:48', '2021-12-24 03:38:48', 0, 0, '84.247.48.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(535, 1, NULL, '2021-12-24 04:42:31', '2021-12-24 04:42:31', 0, 0, '192.40.57.59', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(536, 1, NULL, '2021-12-24 15:18:32', '2021-12-24 15:18:32', 0, 0, '190.2.132.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(537, 1, NULL, '2021-12-25 11:48:59', '2021-12-25 11:48:59', 0, 0, '109.248.148.251', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(538, 1, NULL, '2021-12-26 04:38:35', '2021-12-26 04:38:35', 0, 0, '191.101.217.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(539, 1, NULL, '2021-12-29 02:40:24', '2021-12-29 02:40:24', 0, 0, '190.123.212.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(540, 1, NULL, '2021-12-29 03:49:11', '2021-12-29 03:49:11', 0, 0, '89.109.35.231', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(541, 1, NULL, '2021-12-29 04:17:53', '2021-12-29 04:17:53', 0, 0, '191.101.217.210', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 Kinza/4.7.2', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(542, 1, NULL, '2021-12-29 23:25:20', '2021-12-29 23:25:20', 0, 0, '138.199.59.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(543, 1, NULL, '2021-12-30 11:43:29', '2021-12-30 11:43:29', 0, 0, '192.40.57.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(544, 1, NULL, '2021-12-31 12:43:28', '2021-12-31 12:43:28', 0, 0, '46.183.220.230', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(545, 1, NULL, '2022-01-02 01:29:48', '2022-01-02 01:29:48', 0, 0, '46.166.187.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(546, 1, NULL, '2022-01-03 11:13:21', '2022-01-03 11:13:21', 0, 0, '46.166.187.56', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(547, 1, NULL, '2022-01-03 13:56:14', '2022-01-03 13:56:14', 0, 0, '37.19.223.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(548, 1, NULL, '2022-01-04 12:23:02', '2022-01-04 12:23:02', 0, 0, '66.115.149.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(549, 1, NULL, '2022-01-04 17:42:14', '2022-01-04 17:42:14', 0, 0, '85.159.237.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(550, 1, NULL, '2022-01-05 02:44:03', '2022-01-05 02:44:03', 0, 0, '156.146.37.98', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(551, 1, NULL, '2022-01-05 13:25:40', '2022-01-05 13:25:40', 0, 0, '85.159.237.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(552, 1, NULL, '2022-01-07 12:33:00', '2022-01-07 12:33:00', 0, 0, '46.138.220.48', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(553, 1, NULL, '2022-01-09 21:49:03', '2022-01-09 21:49:03', 0, 0, '77.247.178.182', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(554, 1, NULL, '2022-01-10 21:51:49', '2022-01-10 21:51:49', 0, 0, '138.199.7.132', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(555, 1, NULL, '2022-01-12 02:13:32', '2022-01-12 02:13:32', 0, 0, '191.102.151.131', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(556, 1, NULL, '2022-01-13 22:18:20', '2022-01-13 22:18:20', 0, 0, '156.146.63.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(557, 1, NULL, '2022-01-14 08:41:22', '2022-01-14 08:41:22', 0, 0, '172.12.204.62', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(558, 1, NULL, '2022-01-14 16:02:59', '2022-01-14 16:02:59', 0, 0, '156.146.63.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(559, 1, NULL, '2022-01-15 07:18:27', '2022-01-15 07:18:27', 0, 0, '195.78.54.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(560, 1, NULL, '2022-01-15 12:49:07', '2022-01-15 12:49:07', 0, 0, '156.146.63.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(561, 1, NULL, '2022-01-16 07:40:48', '2022-01-16 07:40:48', 0, 0, '156.146.63.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(562, 1, NULL, '2022-01-17 13:41:08', '2022-01-17 13:41:08', 0, 0, '191.101.31.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(563, 1, NULL, '2022-01-18 16:05:16', '2022-01-18 16:05:16', 0, 0, '191.101.31.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(564, 1, NULL, '2022-01-18 18:57:41', '2022-01-18 18:57:41', 0, 0, '147.78.141.186', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(565, 1, NULL, '2022-01-19 04:44:08', '2022-01-19 04:44:08', 0, 0, '185.85.162.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(566, 1, NULL, '2022-01-19 08:28:12', '2022-01-19 08:28:12', 0, 0, '85.143.106.68', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(567, 1, NULL, '2022-01-19 10:55:50', '2022-01-19 10:55:50', 0, 0, '191.101.31.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(568, 1, NULL, '2022-01-19 12:14:37', '2022-01-19 12:14:37', 0, 0, '157.45.202.133', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 11; RMX3231 Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(569, 1, NULL, '2022-01-19 14:19:35', '2022-01-19 14:19:35', 0, 0, '192.200.158.246', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(570, 1, NULL, '2022-01-19 21:35:01', '2022-01-19 21:35:01', 0, 0, '37.120.244.155', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(571, 1, NULL, '2022-01-20 03:58:12', '2022-01-20 03:58:12', 0, 0, '185.107.57.68', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(572, 1, NULL, '2022-01-20 20:43:41', '2022-01-20 20:43:41', 0, 0, '37.120.235.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(573, 1, NULL, '2022-01-21 11:45:30', '2022-01-21 11:45:30', 0, 0, '45.132.226.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(574, 1, NULL, '2022-01-21 16:50:43', '2022-01-21 16:50:43', 0, 0, '85.159.237.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(575, 1, NULL, '2022-01-21 18:23:03', '2022-01-21 18:23:03', 0, 0, '188.163.64.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(576, 1, NULL, '2022-01-23 16:51:14', '2022-01-23 16:51:14', 0, 0, '192.40.57.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(577, 1, NULL, '2022-01-23 17:54:01', '2022-01-23 17:54:01', 0, 0, '147.78.141.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(578, 1, NULL, '2022-01-24 22:01:10', '2022-01-24 22:01:10', 0, 0, '117.102.58.100', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(579, 1, NULL, '2022-01-27 00:07:57', '2022-01-27 00:07:57', 0, 0, '195.78.54.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(580, 1, NULL, '2022-01-27 04:21:44', '2022-01-27 04:21:44', 0, 0, '191.96.168.132', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(581, 1, NULL, '2022-01-28 05:15:19', '2022-01-28 05:15:19', 0, 0, '168.227.140.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(582, 1, NULL, '2022-01-28 13:12:55', '2022-01-28 13:12:55', 0, 0, '185.220.101.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(583, 1, NULL, '2022-01-28 14:02:09', '2022-01-28 14:02:09', 0, 0, '181.214.206.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(584, 1, NULL, '2022-01-29 01:17:37', '2022-01-29 01:17:37', 0, 0, '84.17.47.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(585, 1, NULL, '2022-01-30 00:12:22', '2022-01-30 00:12:22', 0, 0, '185.107.57.71', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(586, 1, NULL, '2022-01-30 00:48:16', '2022-01-30 00:48:16', 0, 0, '185.185.132.51', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(587, 1, NULL, '2022-01-30 01:04:03', '2022-01-30 01:04:03', 0, 0, '80.253.235.62', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(588, 1, NULL, '2022-01-30 15:24:39', '2022-01-30 15:24:39', 0, 0, '170.83.176.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(589, 1, NULL, '2022-01-31 01:59:33', '2022-01-31 01:59:33', 0, 0, '194.36.97.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(590, 1, NULL, '2022-01-31 02:25:51', '2022-01-31 02:25:51', 0, 0, '181.214.206.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(591, 1, NULL, '2022-01-31 10:34:35', '2022-01-31 10:34:35', 0, 0, '194.110.115.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(592, 1, NULL, '2022-01-31 17:20:35', '2022-01-31 17:20:35', 0, 0, '192.40.57.56', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(593, 1, NULL, '2022-02-01 00:32:43', '2022-02-01 00:32:43', 0, 0, '181.214.206.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(594, 1, NULL, '2022-02-01 21:36:42', '2022-02-01 21:36:42', 0, 0, '84.17.52.33', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(595, 1, NULL, '2022-02-01 23:10:53', '2022-02-01 23:10:53', 0, 0, '185.189.114.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(596, 1, NULL, '2022-02-02 18:01:27', '2022-02-02 18:01:27', 0, 0, '181.214.61.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(597, 1, NULL, '2022-02-03 06:44:44', '2022-02-03 06:44:44', 0, 0, '84.17.60.173', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(598, 1, NULL, '2022-02-04 01:17:21', '2022-02-04 01:17:21', 0, 0, '45.92.8.64', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(599, 1, NULL, '2022-02-04 10:00:07', '2022-02-04 10:00:07', 0, 0, '156.146.63.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(600, 1, NULL, '2022-02-04 21:56:36', '2022-02-04 21:56:36', 0, 0, '185.54.230.51', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(601, 1, NULL, '2022-02-05 01:48:15', '2022-02-05 01:48:15', 0, 0, '165.231.5.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(602, 1, NULL, '2022-02-05 21:44:21', '2022-02-05 21:44:21', 0, 0, '84.17.47.109', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(603, 1, NULL, '2022-02-06 17:00:26', '2022-02-06 17:00:26', 0, 0, '185.104.218.81', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(604, 1, NULL, '2022-02-07 10:36:30', '2022-02-07 10:36:30', 0, 0, '27.59.25.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 11; Redmi Note 10 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(605, 1, NULL, '2022-02-07 15:06:27', '2022-02-07 15:06:27', 0, 0, '23.104.161.103', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(606, 1, NULL, '2022-02-08 05:48:40', '2022-02-08 05:48:40', 0, 0, '223.231.153.209', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 9; Redmi Note 8 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(607, 1, NULL, '2022-02-08 11:46:17', '2022-02-08 11:46:17', 0, 0, '158.69.24.50', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/89.0.4389.90 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(608, 1, NULL, '2022-02-09 02:51:05', '2022-02-09 02:51:05', 0, 0, '146.70.86.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(609, 1, NULL, '2022-02-10 00:11:59', '2022-02-10 00:11:59', 0, 0, '156.146.63.27', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(610, 1, NULL, '2022-02-10 03:16:54', '2022-02-10 03:16:54', 0, 0, '185.104.218.102', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(611, 1, NULL, '2022-02-10 08:38:26', '2022-02-10 08:38:26', 0, 0, '43.250.165.111', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(612, 1, NULL, '2022-02-11 01:10:14', '2022-02-11 01:10:14', 0, 0, '45.92.8.64', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(613, 1, NULL, '2022-02-11 07:36:14', '2022-02-11 07:36:14', 0, 0, '46.166.182.67', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(614, 1, NULL, '2022-02-11 08:07:09', '2022-02-11 08:07:09', 0, 0, '46.166.182.67', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(615, 1, NULL, '2022-02-11 09:42:27', '2022-02-11 09:42:27', 0, 0, '76.164.224.212', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(616, 1, NULL, '2022-02-11 11:47:14', '2022-02-11 11:47:14', 0, 0, '50.3.79.121', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(617, 1, NULL, '2022-02-11 23:26:22', '2022-02-11 23:26:22', 0, 0, '185.232.21.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(618, 1, NULL, '2022-02-12 05:37:45', '2022-02-12 05:37:45', 0, 0, '46.166.182.67', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(619, 1, NULL, '2022-02-12 11:56:07', '2022-02-12 11:56:07', 0, 0, '1.38.220.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(620, 1, NULL, '2022-02-12 13:41:21', '2022-02-12 13:41:21', 0, 0, '147.78.141.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(621, 1, NULL, '2022-02-13 06:31:58', '2022-02-13 06:31:58', 0, 0, '138.199.59.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(622, 1, NULL, '2022-02-14 01:30:35', '2022-02-14 01:30:35', 0, 0, '46.166.182.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(623, 1, NULL, '2022-02-15 00:32:03', '2022-02-15 00:32:03', 0, 0, '191.96.168.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(624, 1, NULL, '2022-02-16 11:17:03', '2022-02-16 11:17:03', 0, 0, '195.246.120.165', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(625, 1, NULL, '2022-02-16 19:28:45', '2022-02-16 19:28:45', 0, 0, '185.107.57.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(626, 1, NULL, '2022-02-16 23:43:41', '2022-02-16 23:43:41', 0, 0, '191.96.168.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(627, 1, NULL, '2022-02-17 13:17:24', '2022-02-17 13:17:24', 0, 0, '84.247.48.60', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(628, 1, NULL, '2022-02-17 23:26:04', '2022-02-17 23:26:04', 0, 0, '138.36.95.144', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(629, 1, NULL, '2022-02-18 01:03:43', '2022-02-18 01:03:43', 0, 0, '192.241.114.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(630, 1, NULL, '2022-02-20 00:24:27', '2022-02-20 00:24:27', 0, 0, '131.108.16.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(631, 1, NULL, '2022-02-20 00:48:51', '2022-02-20 00:48:51', 0, 0, '185.54.230.211', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(632, 1, NULL, '2022-02-20 09:01:20', '2022-02-20 09:01:20', 0, 0, '196.242.115.211', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(633, 1, NULL, '2022-02-21 10:39:49', '2022-02-21 10:39:49', 0, 0, '129.241.181.1', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36 Edg/98.0.1108.55', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(634, 1, NULL, '2022-02-21 18:07:05', '2022-02-21 18:07:05', 0, 0, '195.78.54.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(635, 1, NULL, '2022-02-21 20:59:02', '2022-02-21 20:59:02', 0, 0, '151.237.179.132', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(636, 1, NULL, '2022-02-22 15:56:13', '2022-02-22 15:56:13', 0, 0, '31.171.152.133', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(637, 1, NULL, '2022-02-22 19:07:48', '2022-02-22 19:07:48', 0, 0, '172.98.86.152', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(638, 1, NULL, '2022-02-23 17:03:03', '2022-02-23 17:03:03', 0, 0, '196.244.46.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(639, 1, NULL, '2022-02-24 09:28:27', '2022-02-24 09:28:27', 0, 0, '37.120.244.62', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(640, 1, NULL, '2022-02-25 11:38:39', '2022-02-25 11:38:39', 0, 0, '202.41.10.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(641, 1, NULL, '2022-02-26 14:57:11', '2022-02-26 14:57:11', 0, 0, '212.102.35.133', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(642, 1, NULL, '2022-02-26 19:38:39', '2022-02-26 19:38:39', 0, 0, '192.227.240.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(643, 1, NULL, '2022-02-27 14:31:51', '2022-02-27 14:31:51', 0, 0, '212.102.34.235', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(644, 1, NULL, '2022-02-28 14:41:57', '2022-02-28 14:41:57', 0, 0, '196.240.237.50', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(645, 1, NULL, '2022-02-28 14:43:31', '2022-02-28 14:43:31', 0, 0, '111.88.211.182', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(646, 1, NULL, '2022-03-02 00:12:48', '2022-03-02 00:12:48', 0, 0, '196.242.46.33', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(647, 1, NULL, '2022-03-02 09:19:21', '2022-03-02 09:19:21', 0, 0, '155.94.147.237', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(648, 1, NULL, '2022-03-02 11:30:37', '2022-03-02 11:30:37', 0, 0, '212.102.34.235', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(649, 1, NULL, '2022-03-02 13:36:47', '2022-03-02 13:36:47', 0, 0, '195.78.54.42', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(650, 1, NULL, '2022-03-03 01:30:07', '2022-03-03 01:30:07', 0, 0, '91.219.212.211', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(651, 1, NULL, '2022-03-03 12:49:46', '2022-03-03 12:49:46', 0, 0, '212.102.34.235', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(652, 1, NULL, '2022-03-03 20:56:41', '2022-03-03 20:56:41', 0, 0, '212.102.35.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(653, 1, NULL, '2022-03-04 09:54:08', '2022-03-04 09:54:08', 0, 0, '91.108.178.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(654, 1, NULL, '2022-03-04 18:04:19', '2022-03-04 18:04:19', 0, 0, '212.102.35.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(655, 1, NULL, '2022-03-04 20:13:41', '2022-03-04 20:13:41', 0, 0, '84.17.45.98', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(656, 1, NULL, '2022-03-05 13:34:10', '2022-03-05 13:34:10', 0, 0, '138.199.7.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(657, 1, NULL, '2022-03-06 19:45:48', '2022-03-06 19:45:48', 0, 0, '212.102.35.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(658, 1, NULL, '2022-03-07 17:00:04', '2022-03-07 17:00:04', 0, 0, '45.133.172.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(659, 1, NULL, '2022-03-08 12:45:49', '2022-03-08 12:45:49', 0, 0, '185.152.66.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(660, 1, NULL, '2022-03-08 13:18:46', '2022-03-08 13:18:46', 0, 0, '84.17.52.71', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(661, 1, NULL, '2022-03-08 14:15:47', '2022-03-08 14:15:47', 0, 0, '138.199.7.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(662, 1, NULL, '2022-03-08 16:10:40', '2022-03-08 16:10:40', 0, 0, '45.133.172.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(663, 1, NULL, '2022-03-09 04:04:05', '2022-03-09 04:04:05', 0, 0, '193.148.19.19', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(664, 1, NULL, '2022-03-09 14:07:24', '2022-03-09 14:07:24', 0, 0, '45.133.172.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(665, 1, NULL, '2022-03-09 17:38:50', '2022-03-09 17:38:50', 0, 0, '95.181.216.248', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(666, 1, NULL, '2022-03-10 00:47:46', '2022-03-10 00:47:46', 0, 0, '45.133.172.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(667, 1, NULL, '2022-03-10 02:21:43', '2022-03-10 02:21:43', 0, 0, '196.196.85.63', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(668, 1, NULL, '2022-03-10 08:45:28', '2022-03-10 08:45:28', 0, 0, '93.152.140.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(669, 1, NULL, '2022-03-10 19:49:01', '2022-03-10 19:49:01', 0, 0, '45.133.172.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(670, 1, NULL, '2022-03-11 00:55:45', '2022-03-11 00:55:45', 0, 0, '66.151.119.82', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(671, 1, NULL, '2022-03-11 12:25:22', '2022-03-11 12:25:22', 0, 0, '45.133.172.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(672, 1, NULL, '2022-03-11 13:12:31', '2022-03-11 13:12:31', 0, 0, '194.110.115.203', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(673, 1, NULL, '2022-03-12 08:29:45', '2022-03-12 08:29:45', 0, 0, '138.199.7.132', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(674, 1, NULL, '2022-03-12 13:12:12', '2022-03-12 13:12:12', 0, 0, '45.133.172.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(675, 1, NULL, '2022-03-13 01:37:22', '2022-03-13 01:37:22', 0, 0, '45.125.245.148', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(676, 1, NULL, '2022-03-14 00:59:33', '2022-03-14 00:59:33', 0, 0, '194.110.13.122', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(677, 1, NULL, '2022-03-14 14:52:32', '2022-03-14 14:52:32', 0, 0, '45.95.39.134', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(678, 1, NULL, '2022-03-14 18:27:58', '2022-03-14 18:27:58', 0, 0, '212.102.57.21', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(679, 1, NULL, '2022-03-16 08:50:44', '2022-03-16 08:50:44', 0, 0, '191.101.31.238', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(680, 1, NULL, '2022-03-16 20:33:42', '2022-03-16 20:33:42', 0, 0, '46.161.11.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(681, 1, NULL, '2022-03-18 15:27:30', '2022-03-18 15:27:30', 0, 0, '23.81.232.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(682, 1, NULL, '2022-03-18 16:23:56', '2022-03-18 16:23:56', 0, 0, '84.247.48.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(683, 1, NULL, '2022-03-18 20:47:02', '2022-03-18 20:47:02', 0, 0, '59.103.209.255', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(684, 1, NULL, '2022-03-20 11:40:30', '2022-03-20 11:40:30', 0, 0, '194.36.98.198', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(685, 1, NULL, '2022-03-21 02:30:23', '2022-03-21 02:30:23', 0, 0, '104.223.42.111', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(686, 1, NULL, '2022-03-21 09:15:56', '2022-03-21 09:15:56', 0, 0, '156.146.63.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(687, 1, NULL, '2022-03-22 00:24:28', '2022-03-22 00:24:28', 0, 0, '107.152.140.19', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(688, 1, NULL, '2022-03-22 10:15:46', '2022-03-22 10:15:46', 0, 0, '185.104.187.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(689, 1, NULL, '2022-03-22 21:39:50', '2022-03-22 21:39:50', 0, 0, '23.95.224.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(690, 1, NULL, '2022-03-24 13:12:11', '2022-03-24 13:12:11', 0, 0, '73.187.25.253', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(691, 1, NULL, '2022-03-24 13:24:55', '2022-03-24 13:24:55', 0, 0, '95.181.217.162', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(692, 1, NULL, '2022-03-25 14:18:38', '2022-03-25 14:18:38', 0, 0, '45.133.173.64', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(693, 1, NULL, '2022-03-25 15:22:29', '2022-03-25 15:22:29', 0, 0, '191.101.31.230', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(694, 1, NULL, '2022-03-25 16:17:55', '2022-03-25 16:17:55', 0, 0, '178.67.13.143', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(695, 1, NULL, '2022-03-25 16:29:36', '2022-03-25 16:29:36', 0, 0, '93.152.140.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(696, 1, NULL, '2022-03-27 08:02:11', '2022-03-27 08:02:11', 0, 0, '138.199.18.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(697, 1, NULL, '2022-03-27 10:51:00', '2022-03-27 10:51:00', 0, 0, '194.190.90.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(698, 1, NULL, '2022-03-28 19:03:03', '2022-03-28 19:03:03', 0, 0, '86.106.74.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(699, 1, NULL, '2022-03-29 03:55:21', '2022-03-29 03:55:21', 0, 0, '138.199.18.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(700, 1, NULL, '2022-03-29 09:03:54', '2022-03-29 09:03:54', 0, 0, '196.196.85.82', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(701, 1, NULL, '2022-03-29 09:25:10', '2022-03-29 09:25:10', 0, 0, '102.129.143.51', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(702, 1, NULL, '2022-03-30 19:34:22', '2022-03-30 19:34:22', 0, 0, '138.199.18.137', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(703, 1, NULL, '2022-03-31 07:14:16', '2022-03-31 07:14:16', 0, 0, '138.199.63.70', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(704, 1, NULL, '2022-04-01 22:08:52', '2022-04-01 22:08:52', 0, 0, '84.17.52.34', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(705, 1, NULL, '2022-04-02 05:59:07', '2022-04-02 05:59:07', 0, 0, '212.102.57.149', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(706, 1, NULL, '2022-04-02 06:55:33', '2022-04-02 06:55:33', 0, 0, '213.159.38.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(707, 1, NULL, '2022-04-03 09:46:01', '2022-04-03 09:46:01', 0, 0, '212.102.57.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(708, 1, NULL, '2022-04-04 14:06:17', '2022-04-04 14:06:17', 0, 0, '45.132.226.223', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(709, 1, NULL, '2022-04-04 21:08:00', '2022-04-04 21:08:00', 0, 0, '84.17.47.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(710, 1, NULL, '2022-04-04 21:38:51', '2022-04-04 21:38:51', 0, 0, '138.199.18.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(711, 1, NULL, '2022-04-05 03:44:41', '2022-04-05 03:44:41', 0, 0, '103.112.0.192', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(712, 1, NULL, '2022-04-05 07:02:44', '2022-04-05 07:02:44', 0, 0, '185.94.192.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(713, 1, NULL, '2022-04-06 09:38:53', '2022-04-06 09:38:53', 0, 0, '213.139.193.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(714, 1, NULL, '2022-04-06 09:38:54', '2022-04-06 09:38:54', 0, 0, '213.139.193.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(715, 1, NULL, '2022-04-06 09:43:33', '2022-04-06 09:43:33', 0, 0, '194.190.90.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(716, 1, NULL, '2022-04-07 04:01:43', '2022-04-07 04:01:43', 0, 0, '212.102.57.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(717, 1, NULL, '2022-04-07 11:31:04', '2022-04-07 11:31:04', 0, 0, '185.28.182.107', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(718, 1, NULL, '2022-04-07 11:45:06', '2022-04-07 11:45:06', 0, 0, '102.129.143.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(719, 1, NULL, '2022-04-07 17:34:06', '2022-04-07 17:34:06', 0, 0, '138.199.27.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(720, 1, NULL, '2022-04-07 18:35:47', '2022-04-07 18:35:47', 0, 0, '185.226.145.224', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(721, 1, NULL, '2022-04-08 01:18:22', '2022-04-08 01:18:22', 0, 0, '45.157.213.229', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(722, 1, NULL, '2022-04-08 03:25:02', '2022-04-08 03:25:02', 0, 0, '185.46.117.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(723, 1, NULL, '2022-04-08 05:49:38', '2022-04-08 05:49:38', 0, 0, '78.153.6.202', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(724, 1, NULL, '2022-04-08 12:34:55', '2022-04-08 12:34:55', 0, 0, '195.181.170.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(725, 1, NULL, '2022-04-08 20:40:09', '2022-04-08 20:40:09', 0, 0, '103.247.151.196', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(726, 1, NULL, '2022-04-09 02:28:20', '2022-04-09 02:28:20', 0, 0, '93.152.140.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(727, 1, NULL, '2022-04-09 20:15:27', '2022-04-09 20:15:27', 0, 0, '138.199.18.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(728, 1, NULL, '2022-04-11 09:45:22', '2022-04-11 09:45:22', 0, 0, '49.205.140.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(729, 1, NULL, '2022-04-11 12:34:16', '2022-04-11 12:34:16', 0, 0, '84.247.48.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(730, 1, NULL, '2022-04-11 20:52:33', '2022-04-11 20:52:33', 0, 0, '104.129.3.202', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(731, 1, NULL, '2022-04-13 07:35:06', '2022-04-13 07:35:06', 0, 0, '157.46.81.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(732, 1, NULL, '2022-04-13 18:37:06', '2022-04-13 18:37:06', 0, 0, '138.199.7.131', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(733, 1, NULL, '2022-04-14 21:17:57', '2022-04-14 21:17:57', 0, 0, '195.78.54.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(734, 1, NULL, '2022-04-15 05:05:09', '2022-04-15 05:05:09', 0, 0, '181.215.176.137', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(735, 1, NULL, '2022-04-16 02:39:24', '2022-04-16 02:39:24', 0, 0, '45.133.172.126', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(736, 1, NULL, '2022-04-16 12:52:48', '2022-04-16 12:52:48', 0, 0, '194.36.98.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(737, 1, NULL, '2022-04-16 13:59:59', '2022-04-16 13:59:59', 0, 0, '89.187.168.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(738, 1, NULL, '2022-04-18 01:03:00', '2022-04-18 01:03:00', 0, 0, '107.172.181.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(739, 1, NULL, '2022-04-19 03:39:20', '2022-04-19 03:39:20', 0, 0, '5.165.24.180', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(740, 1, NULL, '2022-04-19 14:44:49', '2022-04-19 14:44:49', 0, 0, '37.19.223.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(741, 1, NULL, '2022-04-19 18:23:40', '2022-04-19 18:23:40', 0, 0, '168.227.140.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(742, 1, NULL, '2022-04-20 05:49:12', '2022-04-20 05:49:12', 0, 0, '103.152.17.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(743, 1, NULL, '2022-04-20 06:12:10', '2022-04-20 06:12:10', 0, 0, '213.139.193.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(744, 1, NULL, '2022-04-20 07:49:27', '2022-04-20 07:49:27', 0, 0, '185.28.182.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(745, 1, NULL, '2022-04-20 09:29:44', '2022-04-20 09:29:44', 0, 0, '194.190.90.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(746, 1, NULL, '2022-04-20 10:52:44', '2022-04-20 10:52:44', 0, 0, '31.171.152.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(747, 1, NULL, '2022-04-21 01:52:49', '2022-04-21 01:52:49', 0, 0, '138.199.7.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(748, 1, NULL, '2022-04-21 14:10:21', '2022-04-21 14:10:21', 0, 0, '45.125.245.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(749, 1, NULL, '2022-04-22 11:32:35', '2022-04-22 11:32:35', 0, 0, '181.215.176.228', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(750, 1, NULL, '2022-04-22 12:54:01', '2022-04-22 12:54:01', 0, 0, '188.126.94.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(751, 1, NULL, '2022-04-22 21:04:20', '2022-04-22 21:04:20', 0, 0, '196.199.55.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(752, 1, NULL, '2022-04-23 04:09:58', '2022-04-23 04:09:58', 0, 0, '5.166.48.59', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(753, 1, NULL, '2022-04-24 09:54:58', '2022-04-24 09:54:58', 0, 0, '117.7.228.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.88 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(754, 1, NULL, '2022-04-25 09:45:57', '2022-04-25 09:45:57', 0, 0, '154.16.47.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(755, 1, NULL, '2022-04-25 11:30:09', '2022-04-25 11:30:09', 0, 0, '194.110.13.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(756, 1, NULL, '2022-04-25 11:43:14', '2022-04-25 11:43:14', 0, 0, '192.3.215.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(757, 1, NULL, '2022-04-25 14:15:59', '2022-04-25 14:15:59', 0, 0, '195.78.54.155', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(758, 1, NULL, '2022-04-26 20:10:38', '2022-04-26 20:10:38', 0, 0, '115.99.149.77', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 11; moto g(40) fusion) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(759, 1, NULL, '2022-04-26 20:41:26', '2022-04-26 20:41:26', 0, 0, '190.2.132.127', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(760, 1, NULL, '2022-04-27 12:41:10', '2022-04-27 12:41:10', 0, 0, '181.214.206.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(761, 1, NULL, '2022-04-27 20:36:58', '2022-04-27 20:36:58', 0, 0, '45.15.21.193', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(762, 1, NULL, '2022-04-29 22:25:16', '2022-04-29 22:25:16', 0, 0, '191.101.217.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(763, 1, NULL, '2022-04-30 17:28:59', '2022-04-30 17:28:59', 0, 0, '117.230.84.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 5.1.1; A37fw Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Mobile Safari/537.36 OPR/37.0.2192.110129', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(764, 1, NULL, '2022-05-02 00:58:12', '2022-05-02 00:58:12', 0, 0, '170.83.176.173', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(765, 1, NULL, '2022-05-03 19:40:54', '2022-05-03 19:40:54', 0, 0, '165.231.168.237', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(766, 1, NULL, '2022-05-03 20:45:22', '2022-05-03 20:45:22', 0, 0, '191.101.217.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(767, 1, NULL, '2022-05-03 21:39:07', '2022-05-03 21:39:07', 0, 0, '64.38.250.180', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(768, 1, NULL, '2022-05-04 00:10:50', '2022-05-04 00:10:50', 0, 0, '194.190.179.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(769, 1, NULL, '2022-05-04 15:43:03', '2022-05-04 15:43:03', 0, 0, '138.219.74.126', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(770, 1, NULL, '2022-05-04 19:59:03', '2022-05-04 19:59:03', 0, 0, '103.152.17.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(771, 1, NULL, '2022-05-04 20:03:00', '2022-05-04 20:03:00', 0, 0, '213.139.193.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(772, 1, NULL, '2022-05-04 23:11:34', '2022-05-04 23:11:34', 0, 0, '5.253.205.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(773, 1, NULL, '2022-05-05 05:06:20', '2022-05-05 05:06:20', 0, 0, '194.190.90.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(774, 1, NULL, '2022-05-05 07:23:31', '2022-05-05 07:23:31', 0, 0, '138.199.7.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(775, 1, NULL, '2022-05-05 11:41:34', '2022-05-05 11:41:34', 0, 0, '103.152.17.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(776, 1, NULL, '2022-05-05 12:00:11', '2022-05-05 12:00:11', 0, 0, '45.252.189.225', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(777, 1, NULL, '2022-05-06 03:14:31', '2022-05-06 03:14:31', 0, 0, '103.152.17.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(778, 1, NULL, '2022-05-06 09:33:02', '2022-05-06 09:33:02', 0, 0, '188.126.94.213', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(779, 1, NULL, '2022-05-06 11:32:31', '2022-05-06 11:32:31', 0, 0, '122.187.97.130', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(780, 1, NULL, '2022-05-06 21:54:32', '2022-05-06 21:54:32', 0, 0, '191.101.31.43', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(781, 1, NULL, '2022-05-06 23:56:18', '2022-05-06 23:56:18', 0, 0, '138.219.74.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(782, 1, NULL, '2022-05-07 02:17:50', '2022-05-07 02:17:50', 0, 0, '213.139.193.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(783, 1, NULL, '2022-05-07 06:34:36', '2022-05-07 06:34:36', 0, 0, '195.78.54.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(784, 1, NULL, '2022-05-08 12:32:35', '2022-05-08 12:32:35', 0, 0, '185.107.57.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(785, 1, NULL, '2022-05-08 12:36:17', '2022-05-08 12:36:17', 0, 0, '195.78.54.114', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(786, 1, NULL, '2022-05-09 07:51:52', '2022-05-09 07:51:52', 0, 0, '84.17.60.173', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(787, 1, NULL, '2022-05-09 14:46:56', '2022-05-09 14:46:56', 0, 0, '185.107.57.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(788, 1, NULL, '2022-05-09 22:30:46', '2022-05-09 22:30:46', 0, 0, '103.221.235.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(789, 1, NULL, '2022-05-10 00:31:28', '2022-05-10 00:31:28', 0, 0, '185.107.57.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(790, 1, NULL, '2022-05-10 03:42:52', '2022-05-10 03:42:52', 0, 0, '156.146.63.139', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(791, 1, NULL, '2022-05-10 23:29:24', '2022-05-10 23:29:24', 0, 0, '138.128.77.56', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(792, 1, NULL, '2022-05-11 06:06:38', '2022-05-11 06:06:38', 0, 0, '185.107.57.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(793, 1, NULL, '2022-05-11 09:36:04', '2022-05-11 09:36:04', 0, 0, '196.196.147.173', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(794, 1, NULL, '2022-05-11 19:18:11', '2022-05-11 19:18:11', 0, 0, '94.242.159.228', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(795, 1, NULL, '2022-05-12 02:04:41', '2022-05-12 02:04:41', 0, 0, '45.157.213.229', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(796, 1, NULL, '2022-05-12 05:11:35', '2022-05-12 05:11:35', 0, 0, '185.107.57.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(797, 1, NULL, '2022-05-12 16:22:48', '2022-05-12 16:22:48', 0, 0, '39.34.160.228', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(798, 1, NULL, '2022-05-12 21:22:05', '2022-05-12 21:22:05', 0, 0, '196.199.55.133', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(799, 1, NULL, '2022-05-13 03:27:11', '2022-05-13 03:27:11', 0, 0, '194.190.179.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(800, 1, NULL, '2022-05-13 04:54:47', '2022-05-13 04:54:47', 0, 0, '185.107.57.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(801, 1, NULL, '2022-05-13 05:31:11', '2022-05-13 05:31:11', 0, 0, '103.152.17.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(802, 1, NULL, '2022-05-13 06:23:43', '2022-05-13 06:23:43', 0, 0, '49.37.172.150', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(803, 1, NULL, '2022-05-13 07:28:00', '2022-05-13 07:28:00', 0, 0, '62.76.153.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(804, 1, NULL, '2022-05-13 16:09:21', '2022-05-13 16:09:21', 0, 0, '191.96.168.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(805, 1, NULL, '2022-05-13 17:42:31', '2022-05-13 17:42:31', 0, 0, '62.76.153.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(806, 1, NULL, '2022-05-13 22:44:33', '2022-05-13 22:44:33', 0, 0, '5.157.43.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(807, 1, NULL, '2022-05-14 12:59:18', '2022-05-14 12:59:18', 0, 0, '212.193.140.55', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(808, 1, NULL, '2022-05-14 18:43:25', '2022-05-14 18:43:25', 0, 0, '190.2.131.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(809, 1, NULL, '2022-05-15 15:09:18', '2022-05-15 15:09:18', 0, 0, '138.128.50.26', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 UBrowser/5.5.5701.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(810, 1, NULL, '2022-05-15 20:28:25', '2022-05-15 20:28:25', 0, 0, '194.36.96.249', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(811, 1, NULL, '2022-05-16 03:05:53', '2022-05-16 03:05:53', 0, 0, '23.95.82.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(812, 1, NULL, '2022-05-16 03:52:56', '2022-05-16 03:52:56', 0, 0, '190.2.131.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(813, 1, NULL, '2022-05-16 05:33:57', '2022-05-16 05:33:57', 0, 0, '194.190.179.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(814, 1, NULL, '2022-05-16 08:35:51', '2022-05-16 08:35:51', 0, 0, '92.204.174.85', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 Kinza/4.7.2', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(815, 1, NULL, '2022-05-16 08:38:02', '2022-05-16 08:38:02', 0, 0, '77.83.6.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(816, 1, NULL, '2022-05-16 19:16:09', '2022-05-16 19:16:09', 0, 0, '103.221.235.254', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(817, 1, NULL, '2022-05-17 01:14:15', '2022-05-17 01:14:15', 0, 0, '194.190.90.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(818, 1, NULL, '2022-05-17 02:54:21', '2022-05-17 02:54:21', 0, 0, '185.217.71.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(819, 1, NULL, '2022-05-17 14:59:22', '2022-05-17 14:59:22', 0, 0, '103.152.17.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(820, 1, NULL, '2022-05-17 15:49:09', '2022-05-17 15:49:09', 0, 0, '107.181.180.174', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(821, 1, NULL, '2022-05-17 16:32:39', '2022-05-17 16:32:39', 0, 0, '84.17.51.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 Kinza/4.7.2', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(822, 1, NULL, '2022-05-17 23:41:41', '2022-05-17 23:41:41', 0, 0, '155.94.180.175', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(823, 1, NULL, '2022-05-18 08:26:55', '2022-05-18 08:26:55', 0, 0, '185.230.126.20', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(824, 1, NULL, '2022-05-18 21:41:35', '2022-05-18 21:41:35', 0, 0, '107.181.180.174', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(825, 1, NULL, '2022-05-19 00:43:09', '2022-05-19 00:43:09', 0, 0, '156.146.63.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(826, 1, NULL, '2022-05-19 01:01:47', '2022-05-19 01:01:47', 0, 0, '45.9.17.104', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.104 Safari/537.36 Core/1.53.2057.400 QQBrowser/9.5.10158.400', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(827, 1, NULL, '2022-05-19 12:47:47', '2022-05-19 12:47:47', 0, 0, '195.78.54.34', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(828, 1, NULL, '2022-05-20 04:34:06', '2022-05-20 04:34:06', 0, 0, '156.146.63.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(829, 1, NULL, '2022-05-20 14:39:06', '2022-05-20 14:39:06', 0, 0, '37.113.63.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(830, 1, NULL, '2022-05-20 16:21:23', '2022-05-20 16:21:23', 0, 0, '192.227.205.161', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(831, 1, NULL, '2022-05-21 01:15:41', '2022-05-21 01:15:41', 0, 0, '109.69.108.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(832, 1, NULL, '2022-05-21 02:04:33', '2022-05-21 02:04:33', 0, 0, '156.146.63.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(833, 1, NULL, '2022-05-21 19:24:29', '2022-05-21 19:24:29', 0, 0, '190.2.132.127', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(834, 1, NULL, '2022-05-22 00:36:59', '2022-05-22 00:36:59', 0, 0, '194.190.179.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(835, 1, NULL, '2022-05-22 13:13:35', '2022-05-22 13:13:35', 0, 0, '31.172.205.192', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(836, 1, NULL, '2022-05-22 23:31:28', '2022-05-22 23:31:28', 0, 0, '156.146.63.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(837, 1, NULL, '2022-05-24 01:23:05', '2022-05-24 01:23:05', 0, 0, '193.38.235.172', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(838, 1, NULL, '2022-05-24 07:52:11', '2022-05-24 07:52:11', 0, 0, '5.143.189.120', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(839, 1, NULL, '2022-05-24 09:54:48', '2022-05-24 09:54:48', 0, 0, '191.101.31.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(840, 1, NULL, '2022-05-24 13:46:46', '2022-05-24 13:46:46', 0, 0, '103.152.17.98', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(841, 1, NULL, '2022-05-24 16:32:33', '2022-05-24 16:32:33', 0, 0, '213.159.38.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(842, 1, NULL, '2022-05-24 18:46:07', '2022-05-24 18:46:07', 0, 0, '213.159.38.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(843, 1, NULL, '2022-05-24 20:25:09', '2022-05-24 20:25:09', 0, 0, '190.2.132.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(844, 1, NULL, '2022-05-24 22:30:44', '2022-05-24 22:30:44', 0, 0, '185.161.71.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 YaBrowser/18.2.1.174 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(845, 1, NULL, '2022-05-24 23:42:19', '2022-05-24 23:42:19', 0, 0, '62.76.153.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(846, 1, NULL, '2022-05-25 04:16:09', '2022-05-25 04:16:09', 0, 0, '213.139.193.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(847, 1, NULL, '2022-05-25 04:36:28', '2022-05-25 04:36:28', 0, 0, '194.190.179.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(848, 1, NULL, '2022-05-25 04:52:09', '2022-05-25 04:52:09', 0, 0, '191.101.31.68', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(849, 1, NULL, '2022-05-25 11:30:19', '2022-05-25 11:30:19', 0, 0, '103.152.17.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(850, 1, NULL, '2022-05-25 16:33:35', '2022-05-25 16:33:35', 0, 0, '191.96.168.34', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(851, 1, NULL, '2022-05-25 21:13:38', '2022-05-25 21:13:38', 0, 0, '45.95.39.33', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.26 Safari/537.36 Core/1.63.5083.400 QQBrowser/10.0.972.400', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(852, 1, NULL, '2022-05-25 22:11:31', '2022-05-25 22:11:31', 0, 0, '213.139.193.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(853, 1, NULL, '2022-05-25 23:15:53', '2022-05-25 23:15:53', 0, 0, '213.159.38.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(854, 1, NULL, '2022-05-26 06:33:54', '2022-05-26 06:33:54', 0, 0, '156.146.63.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(855, 1, NULL, '2022-05-26 07:13:04', '2022-05-26 07:13:04', 0, 0, '49.37.37.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(856, 1, NULL, '2022-05-26 10:41:13', '2022-05-26 10:41:13', 0, 0, '213.139.193.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(857, 1, NULL, '2022-05-26 23:25:29', '2022-05-26 23:25:29', 0, 0, '213.159.38.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(858, 1, NULL, '2022-05-27 04:47:26', '2022-05-27 04:47:26', 0, 0, '157.45.107.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 11; CPH1937) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(859, 1, NULL, '2022-05-27 05:17:42', '2022-05-27 05:17:42', 0, 0, '46.166.182.116', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(860, 1, NULL, '2022-05-28 03:20:23', '2022-05-28 03:20:23', 0, 0, '45.95.39.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36 OPR/51.0.2830.55 (Edition Campaign 34)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(861, 1, NULL, '2022-05-28 15:05:34', '2022-05-28 15:05:34', 0, 0, '46.166.182.116', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(862, 1, NULL, '2022-05-28 15:29:51', '2022-05-28 15:29:51', 0, 0, '109.194.246.218', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(863, 1, NULL, '2022-05-29 07:02:48', '2022-05-29 07:02:48', 0, 0, '43.231.210.197', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(864, 1, NULL, '2022-05-29 17:47:46', '2022-05-29 17:47:46', 0, 0, '213.139.193.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(865, 1, NULL, '2022-05-31 04:17:36', '2022-05-31 04:17:36', 0, 0, '194.34.132.59', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(866, 1, NULL, '2022-05-31 06:56:35', '2022-05-31 06:56:35', 0, 0, '62.148.157.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(867, 1, NULL, '2022-05-31 18:15:08', '2022-05-31 18:15:08', 0, 0, '188.126.94.209', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(868, 1, NULL, '2022-06-01 20:45:47', '2022-06-01 20:45:47', 0, 0, '84.17.49.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(869, 1, NULL, '2022-06-01 21:58:56', '2022-06-01 21:58:56', 0, 0, '194.190.90.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(870, 1, NULL, '2022-06-01 23:42:47', '2022-06-01 23:42:47', 0, 0, '138.199.59.175', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(871, 1, NULL, '2022-06-03 23:33:48', '2022-06-03 23:33:48', 0, 0, '103.225.200.67', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(872, 1, NULL, '2022-06-04 06:42:20', '2022-06-04 06:42:20', 0, 0, '79.139.190.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(873, 1, NULL, '2022-06-04 14:52:27', '2022-06-04 14:52:27', 0, 0, '87.249.132.175', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(874, 1, NULL, '2022-06-06 05:29:29', '2022-06-06 05:29:29', 0, 0, '102.129.143.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 Kinza/4.9.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(875, 1, NULL, '2022-06-06 07:59:12', '2022-06-06 07:59:12', 0, 0, '45.133.172.139', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(876, 1, NULL, '2022-06-06 17:25:53', '2022-06-06 17:25:53', 0, 0, '106.196.86.173', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(877, 1, NULL, '2022-06-06 17:36:47', '2022-06-06 17:36:47', 0, 0, '62.76.153.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(878, 1, NULL, '2022-06-07 01:49:18', '2022-06-07 01:49:18', 0, 0, '194.190.90.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(879, 1, NULL, '2022-06-07 03:34:05', '2022-06-07 03:34:05', 0, 0, '181.214.173.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(880, 1, NULL, '2022-06-07 12:29:10', '2022-06-07 12:29:10', 0, 0, '152.57.241.253', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 12; SM-M315F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(881, 1, NULL, '2022-06-07 19:34:24', '2022-06-07 19:34:24', 0, 0, '5.62.61.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(882, 1, NULL, '2022-06-08 00:02:57', '2022-06-08 00:02:57', 0, 0, '213.139.193.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(883, 1, NULL, '2022-06-08 08:34:50', '2022-06-08 08:34:50', 0, 0, '46.161.11.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(884, 1, NULL, '2022-06-09 08:53:48', '2022-06-09 08:53:48', 0, 0, '176.53.133.220', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(885, 1, NULL, '2022-06-09 19:47:01', '2022-06-09 19:47:01', 0, 0, '185.107.95.217', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(886, 1, NULL, '2022-06-10 23:37:30', '2022-06-10 23:37:30', 0, 0, '188.126.94.212', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(887, 1, NULL, '2022-06-11 09:25:31', '2022-06-11 09:25:31', 0, 0, '62.76.153.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(888, 1, NULL, '2022-06-11 11:03:58', '2022-06-11 11:03:58', 0, 0, '62.76.153.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(889, 1, NULL, '2022-06-12 07:14:13', '2022-06-12 07:14:13', 0, 0, '49.37.131.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(890, 1, NULL, '2022-06-12 10:05:31', '2022-06-12 10:05:31', 0, 0, '103.152.17.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(891, 1, NULL, '2022-06-12 16:05:44', '2022-06-12 16:05:44', 0, 0, '62.76.153.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(892, 1, NULL, '2022-06-13 10:56:59', '2022-06-13 10:56:59', 0, 0, '185.255.96.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(893, 1, NULL, '2022-06-13 16:04:47', '2022-06-13 16:04:47', 0, 0, '185.255.96.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(894, 1, NULL, '2022-06-13 20:24:01', '2022-06-13 20:24:01', 0, 0, '185.255.96.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(895, 1, NULL, '2022-06-14 00:56:05', '2022-06-14 00:56:05', 0, 0, '185.255.96.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(896, 1, NULL, '2022-06-14 18:43:32', '2022-06-14 18:43:32', 0, 0, '185.107.57.62', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(897, 1, NULL, '2022-06-15 01:10:25', '2022-06-15 01:10:25', 0, 0, '93.79.23.21', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(898, 1, NULL, '2022-06-15 01:42:12', '2022-06-15 01:42:12', 0, 0, '191.101.209.108', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(899, 1, NULL, '2022-06-15 16:22:11', '2022-06-15 16:22:11', 0, 0, '37.19.223.102', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(900, 1, NULL, '2022-06-17 04:25:55', '2022-06-17 04:25:55', 0, 0, '163.198.123.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0 K-Meleon/76.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(901, 1, NULL, '2022-06-17 14:19:52', '2022-06-17 14:19:52', 0, 0, '8.9.37.231', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.9.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(902, 1, NULL, '2022-06-18 17:56:48', '2022-06-18 17:56:48', 0, 0, '185.255.96.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(903, 1, NULL, '2022-06-19 22:36:01', '2022-06-19 22:36:01', 0, 0, '196.244.192.62', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(904, 1, NULL, '2022-06-21 04:15:31', '2022-06-21 04:15:31', 0, 0, '212.102.33.250', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; TCO_20180619181606; rv:11.0) like Gecko,gzip(gfe)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(905, 1, NULL, '2022-06-21 11:26:50', '2022-06-21 11:26:50', 0, 0, '37.19.223.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(906, 1, NULL, '2022-06-21 16:06:12', '2022-06-21 16:06:12', 0, 0, '213.139.193.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(907, 1, NULL, '2022-06-21 18:22:18', '2022-06-21 18:22:18', 0, 0, '138.199.59.161', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(908, 1, NULL, '2022-06-22 19:20:19', '2022-06-22 19:20:19', 0, 0, '194.36.98.189', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(909, 1, NULL, '2022-06-24 08:31:17', '2022-06-24 08:31:17', 0, 0, '182.75.4.178', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(910, 1, NULL, '2022-06-25 13:08:00', '2022-06-25 13:08:00', 0, 0, '49.36.67.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(911, 1, NULL, '2022-06-26 00:28:50', '2022-06-26 00:28:50', 0, 0, '93.79.23.21', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(912, 1, NULL, '2022-06-27 06:45:50', '2022-06-27 06:45:50', 0, 0, '213.139.193.43', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(913, 1, NULL, '2022-06-27 14:31:15', '2022-06-27 14:31:15', 0, 0, '195.78.54.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(914, 1, NULL, '2022-06-27 23:06:19', '2022-06-27 23:06:19', 0, 0, '107.175.34.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.183 Safari/537.36 Vivaldi/1.96.1147.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(915, 1, NULL, '2022-07-02 06:05:25', '2022-07-02 06:05:25', 0, 0, '107.175.141.203', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36,gzip(gfe)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(916, 1, NULL, '2022-07-02 15:08:48', '2022-07-02 15:08:48', 0, 0, '89.187.175.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(917, 1, NULL, '2022-07-03 19:15:36', '2022-07-03 19:15:36', 0, 0, '198.12.66.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(918, 1, NULL, '2022-07-04 14:51:09', '2022-07-04 14:51:09', 0, 0, '37.120.235.172', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(919, 1, NULL, '2022-07-05 22:58:10', '2022-07-05 22:58:10', 0, 0, '119.157.72.28', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(920, 1, NULL, '2022-07-06 03:09:06', '2022-07-06 03:09:06', 0, 0, '107.175.26.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(921, 1, NULL, '2022-07-06 12:03:20', '2022-07-06 12:03:20', 0, 0, '119.157.68.63', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(922, 1, NULL, '2022-07-06 12:39:31', '2022-07-06 12:39:31', 0, 0, '91.229.90.119', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(923, 1, NULL, '2022-07-06 12:51:35', '2022-07-06 12:51:35', 0, 0, '212.102.33.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(924, 1, NULL, '2022-07-07 05:49:42', '2022-07-07 05:49:42', 0, 0, '23.95.114.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36,gzip(gfe)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(925, 1, NULL, '2022-07-09 00:35:35', '2022-07-09 00:35:35', 0, 0, '176.53.133.220', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(926, 1, NULL, '2022-07-09 04:36:15', '2022-07-09 04:36:15', 0, 0, '107.172.49.189', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(927, 1, NULL, '2022-07-09 09:54:45', '2022-07-09 09:54:45', 0, 0, '45.137.189.180', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(928, 1, NULL, '2022-07-10 14:20:27', '2022-07-10 14:20:27', 0, 0, '157.45.65.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 11; AC2001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(929, 1, NULL, '2022-07-11 11:05:23', '2022-07-11 11:05:23', 0, 0, '212.102.33.250', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(930, 1, NULL, '2022-07-11 13:56:35', '2022-07-11 13:56:35', 0, 0, '212.102.33.246', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(931, 1, NULL, '2022-07-11 15:27:36', '2022-07-11 15:27:36', 0, 0, '182.190.194.127', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(932, 1, NULL, '2022-07-12 15:39:49', '2022-07-12 15:39:49', 0, 0, '23.94.133.231', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(933, 1, NULL, '2022-07-12 21:40:46', '2022-07-12 21:40:46', 0, 0, '84.17.47.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(934, 1, NULL, '2022-07-13 09:48:29', '2022-07-13 09:48:29', 0, 0, '94.242.184.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(935, 1, NULL, '2022-07-13 09:58:12', '2022-07-13 09:58:12', 0, 0, '138.199.63.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(936, 1, NULL, '2022-07-13 10:10:31', '2022-07-13 10:10:31', 0, 0, '122.162.148.182', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(937, 1, NULL, '2022-07-13 12:24:59', '2022-07-13 12:24:59', 0, 0, '185.156.46.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(938, 1, NULL, '2022-07-14 08:32:22', '2022-07-14 08:32:22', 0, 0, '185.65.134.162', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(939, 1, NULL, '2022-07-14 15:25:30', '2022-07-14 15:25:30', 0, 0, '91.219.212.213', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(940, 1, NULL, '2022-07-14 16:25:24', '2022-07-14 16:25:24', 0, 0, '87.249.132.139', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(941, 1, NULL, '2022-07-14 20:42:20', '2022-07-14 20:42:20', 0, 0, '216.24.216.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(942, 1, NULL, '2022-07-14 22:57:34', '2022-07-14 22:57:34', 0, 0, '93.79.23.21', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(943, 1, NULL, '2022-07-15 09:59:06', '2022-07-15 09:59:06', 0, 0, '154.13.134.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.7 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(944, 1, NULL, '2022-07-16 15:43:39', '2022-07-16 15:43:39', 0, 0, '5.44.174.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(945, 1, NULL, '2022-07-16 19:47:21', '2022-07-16 19:47:21', 0, 0, '212.102.33.68', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; ; NCLIENT50_AAP38D0BEF49AF) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(946, 1, NULL, '2022-07-16 20:32:19', '2022-07-16 20:32:19', 0, 0, '212.102.33.68', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; ; NCLIENT50_AAP38D0BEF49AF) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(947, 1, NULL, '2022-07-16 20:52:37', '2022-07-16 20:52:37', 0, 0, '93.79.23.21', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(948, 1, NULL, '2022-07-17 07:08:17', '2022-07-17 07:08:17', 0, 0, '62.148.157.55', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(949, 1, NULL, '2022-07-18 14:58:26', '2022-07-18 14:58:26', 0, 0, '79.139.188.59', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(950, 1, NULL, '2022-07-19 03:35:00', '2022-07-19 03:35:00', 0, 0, '84.17.47.26', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(951, 1, NULL, '2022-07-20 03:11:23', '2022-07-20 03:11:23', 0, 0, '31.40.143.119', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(952, 1, NULL, '2022-07-20 18:59:22', '2022-07-20 18:59:22', 0, 0, '85.203.15.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(953, 1, NULL, '2022-07-20 20:21:51', '2022-07-20 20:21:51', 0, 0, '37.19.223.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(954, 1, NULL, '2022-07-20 23:22:39', '2022-07-20 23:22:39', 0, 0, '5.34.244.204', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.9) Gecko/20100101 Goanna/3.4 Firefox/52.9 PaleMoon/27.8.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(955, 1, NULL, '2022-07-22 09:31:59', '2022-07-22 09:31:59', 0, 0, '95.107.121.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(956, 1, NULL, '2022-07-22 12:37:54', '2022-07-22 12:37:54', 0, 0, '212.102.33.66', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36 Core/1.47.516.400 QQBrowser/9.4.8186.400', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(957, 1, NULL, '2022-07-23 11:02:19', '2022-07-23 11:02:19', 0, 0, '213.159.38.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(958, 1, NULL, '2022-07-25 04:01:56', '2022-07-25 04:01:56', 0, 0, '164.153.60.220', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.104 Safari/537.36 Core/1.53.3084.400 QQBrowser/9.6.11346.400', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(959, 1, NULL, '2022-07-26 08:29:50', '2022-07-26 08:29:50', 0, 0, '122.171.22.170', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(960, 1, NULL, '2022-07-26 18:13:56', '2022-07-26 18:13:56', 0, 0, '107.150.80.108', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.104 Safari/537.36 Core/1.53.4843.400 QQBrowser/9.7.13021.400', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(961, 1, NULL, '2022-07-26 20:41:14', '2022-07-26 20:41:14', 0, 0, '223.178.210.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(962, 1, NULL, '2022-07-26 21:07:44', '2022-07-26 21:07:44', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(963, 1, NULL, '2022-07-26 21:58:30', '2022-07-26 21:58:30', 0, 0, '5.143.65.168', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(964, 1, NULL, '2022-07-27 02:43:13', '2022-07-27 02:43:13', 0, 0, '95.107.121.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(965, 1, NULL, '2022-07-27 04:05:58', '2022-07-27 04:05:58', 0, 0, '111.240.213.249', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(966, 1, NULL, '2022-07-28 18:52:08', '2022-07-28 18:52:08', 0, 0, '216.24.213.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(967, 1, NULL, '2022-07-29 01:21:37', '2022-07-29 01:21:37', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(968, 1, NULL, '2022-07-29 01:21:38', '2022-07-29 01:21:38', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(969, 1, NULL, '2022-07-29 01:23:02', '2022-07-29 01:23:02', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(970, 1, NULL, '2022-07-29 02:03:37', '2022-07-29 02:03:37', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(971, 1, NULL, '2022-07-29 02:03:38', '2022-07-29 02:03:38', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(972, 1, NULL, '2022-07-29 05:11:09', '2022-07-29 05:11:09', 0, 0, '95.107.121.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(973, 1, NULL, '2022-07-29 08:38:56', '2022-07-29 08:38:56', 0, 0, '84.17.49.14', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(974, 1, NULL, '2022-07-29 11:00:23', '2022-07-29 11:00:23', 0, 0, '104.245.145.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.104 Safari/537.36 Core/1.53.5006.400 QQBrowser/9.7.13080.400', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(975, 1, NULL, '2022-07-29 11:28:01', '2022-07-29 11:28:01', 0, 0, '31.111.51.165', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(976, 1, NULL, '2022-07-29 14:15:51', '2022-07-29 14:15:51', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(977, 1, NULL, '2022-07-30 15:45:30', '2022-07-30 15:45:30', 0, 0, '84.17.47.28', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(978, 1, NULL, '2022-07-30 17:24:23', '2022-07-30 17:24:23', 0, 0, '176.31.115.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(979, 1, NULL, '2022-07-30 21:14:19', '2022-07-30 21:14:19', 0, 0, '109.197.199.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(980, 1, NULL, '2022-07-31 01:07:30', '2022-07-31 01:07:30', 0, 0, '176.124.207.132', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(981, 1, NULL, '2022-07-31 07:13:07', '2022-07-31 07:13:07', 0, 0, '89.58.16.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(982, 1, NULL, '2022-07-31 09:02:01', '2022-07-31 09:02:01', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(983, 1, NULL, '2022-07-31 10:10:19', '2022-07-31 10:10:19', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(984, 1, NULL, '2022-07-31 10:23:28', '2022-07-31 10:23:28', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(985, 1, NULL, '2022-07-31 11:19:30', '2022-07-31 11:19:30', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(986, 1, NULL, '2022-07-31 12:18:37', '2022-07-31 12:18:37', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(987, 1, NULL, '2022-08-01 09:30:41', '2022-08-01 09:30:41', 0, 0, '191.101.31.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(988, 1, NULL, '2022-08-01 11:29:41', '2022-08-01 11:29:41', 0, 0, '89.22.233.59', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(989, 1, NULL, '2022-08-01 17:32:18', '2022-08-01 17:32:18', 0, 0, '204.217.165.224', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.59 Safari/537.36 115Browser/8.3.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(990, 1, NULL, '2022-08-02 06:08:14', '2022-08-02 06:08:14', 0, 0, '178.70.86.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(991, 1, NULL, '2022-08-02 12:20:40', '2022-08-02 12:20:40', 0, 0, '212.74.203.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(992, 1, NULL, '2022-08-02 20:41:55', '2022-08-02 20:41:55', 0, 0, '59.103.142.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(993, 1, NULL, '2022-08-03 04:39:21', '2022-08-03 04:39:21', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(994, 1, NULL, '2022-08-03 05:17:41', '2022-08-03 05:17:41', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(995, 1, NULL, '2022-08-03 06:12:39', '2022-08-03 06:12:39', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(996, 1, NULL, '2022-08-03 06:28:32', '2022-08-03 06:28:32', 0, 0, '185.255.96.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(997, 1, NULL, '2022-08-03 11:10:00', '2022-08-03 11:10:00', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(998, 1, NULL, '2022-08-03 16:04:56', '2022-08-03 16:04:56', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(999, 1, NULL, '2022-08-03 18:11:34', '2022-08-03 18:11:34', 0, 0, '23.108.48.174', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36 Maxthon/5.1.5.2000', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1000, 1, NULL, '2022-08-04 08:37:49', '2022-08-04 08:37:49', 0, 0, '102.129.143.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1001, 1, NULL, '2022-08-04 18:24:47', '2022-08-04 18:24:47', 0, 0, '5.44.174.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1002, 1, NULL, '2022-08-05 04:52:20', '2022-08-05 04:52:20', 0, 0, '193.188.21.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1003, 1, NULL, '2022-08-05 05:16:49', '2022-08-05 05:16:49', 0, 0, '193.188.21.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1004, 1, NULL, '2022-08-05 05:17:32', '2022-08-05 05:17:32', 0, 0, '193.188.21.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1005, 1, NULL, '2022-08-05 05:39:12', '2022-08-05 05:39:12', 0, 0, '193.188.21.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1006, 1, NULL, '2022-08-06 00:41:32', '2022-08-06 00:41:32', 0, 0, '213.219.247.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1007, 1, NULL, '2022-08-06 01:14:18', '2022-08-06 01:14:18', 0, 0, '213.219.247.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1008, 1, NULL, '2022-08-06 01:14:23', '2022-08-06 01:14:23', 0, 0, '213.219.247.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1009, 1, NULL, '2022-08-06 01:22:28', '2022-08-06 01:22:28', 0, 0, '213.219.247.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1010, 1, NULL, '2022-08-06 02:10:22', '2022-08-06 02:10:22', 0, 0, '213.219.247.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1011, 1, NULL, '2022-08-06 17:10:01', '2022-08-06 17:10:01', 0, 0, '192.187.126.170', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1012, 1, NULL, '2022-08-07 08:26:32', '2022-08-07 08:26:32', 0, 0, '188.126.94.218', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1013, 1, NULL, '2022-08-07 17:49:36', '2022-08-07 17:49:36', 0, 0, '104.245.145.55', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.2.17331', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1014, 1, NULL, '2022-08-08 11:37:05', '2022-08-08 11:37:05', 0, 0, '123.201.248.59', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1015, 1, NULL, '2022-08-08 22:16:34', '2022-08-08 22:16:34', 0, 0, '181.214.173.45', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1016, 1, NULL, '2022-08-09 19:52:01', '2022-08-09 19:52:01', 0, 0, '213.219.247.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1017, 1, NULL, '2022-08-09 20:15:48', '2022-08-09 20:15:48', 0, 0, '213.219.247.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1018, 1, NULL, '2022-08-09 20:39:57', '2022-08-09 20:39:57', 0, 0, '213.219.247.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1019, 1, NULL, '2022-08-09 21:46:17', '2022-08-09 21:46:17', 0, 0, '213.219.247.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1020, 1, NULL, '2022-08-09 22:11:52', '2022-08-09 22:11:52', 0, 0, '212.193.140.55', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1021, 1, NULL, '2022-08-09 23:25:19', '2022-08-09 23:25:19', 0, 0, '213.219.247.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1022, 1, NULL, '2022-08-10 07:11:31', '2022-08-10 07:11:31', 0, 0, '176.124.205.197', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1023, 1, NULL, '2022-08-10 12:26:41', '2022-08-10 12:26:41', 0, 0, '185.65.134.165', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1024, 1, NULL, '2022-08-10 13:03:56', '2022-08-10 13:03:56', 0, 0, '195.78.54.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1025, 1, NULL, '2022-08-11 09:55:42', '2022-08-11 09:55:42', 0, 0, '176.31.115.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1026, 1, NULL, '2022-08-12 12:47:09', '2022-08-12 12:47:09', 0, 0, '31.180.212.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1027, 1, NULL, '2022-08-12 13:13:14', '2022-08-12 13:13:14', 0, 0, '46.161.11.23', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1028, 1, NULL, '2022-08-13 15:48:03', '2022-08-13 15:48:03', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1029, 1, NULL, '2022-08-13 19:45:58', '2022-08-13 19:45:58', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1030, 1, NULL, '2022-08-13 21:54:44', '2022-08-13 21:54:44', 0, 0, '185.65.134.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1031, 1, NULL, '2022-08-14 03:08:26', '2022-08-14 03:08:26', 0, 0, '185.220.101.81', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1032, 1, NULL, '2022-08-15 02:19:39', '2022-08-15 02:19:39', 0, 0, '185.65.134.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1033, 1, NULL, '2022-08-15 12:47:19', '2022-08-15 12:47:19', 0, 0, '173.213.84.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1034, 1, NULL, '2022-08-15 15:05:52', '2022-08-15 15:05:52', 0, 0, '173.213.84.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1035, 1, NULL, '2022-08-15 16:10:38', '2022-08-15 16:10:38', 0, 0, '23.235.253.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.26 Safari/537.36 Core/1.63.4737.400 QQBrowser/10.0.654.400', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1036, 1, NULL, '2022-08-16 02:45:30', '2022-08-16 02:45:30', 0, 0, '185.65.134.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1037, 1, NULL, '2022-08-16 14:17:31', '2022-08-16 14:17:31', 0, 0, '85.206.163.148', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1038, 1, NULL, '2022-08-16 18:56:31', '2022-08-16 18:56:31', 0, 0, '95.79.135.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1039, 1, NULL, '2022-08-17 22:32:50', '2022-08-17 22:32:50', 0, 0, '84.17.48.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1040, 1, NULL, '2022-08-18 03:03:57', '2022-08-18 03:03:57', 0, 0, '23.81.49.244', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.26 Safari/537.36 Core/1.63.5359.400 QQBrowser/10.0.1299.400', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1041, 1, NULL, '2022-08-18 10:01:18', '2022-08-18 10:01:18', 0, 0, '5.227.27.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1042, 1, NULL, '2022-08-18 11:20:08', '2022-08-18 11:20:08', 0, 0, '185.94.189.202', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1043, 1, NULL, '2022-08-19 07:09:42', '2022-08-19 07:09:42', 0, 0, '185.255.96.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1044, 1, NULL, '2022-08-19 15:06:13', '2022-08-19 15:06:13', 0, 0, '45.82.179.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1045, 1, NULL, '2022-08-19 16:19:03', '2022-08-19 16:19:03', 0, 0, '176.61.140.144', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1046, 1, NULL, '2022-08-20 01:40:30', '2022-08-20 01:40:30', 0, 0, '45.82.179.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1047, 1, NULL, '2022-08-20 02:30:49', '2022-08-20 02:30:49', 0, 0, '218.22.49.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1048, 1, NULL, '2022-08-20 11:48:09', '2022-08-20 11:48:09', 0, 0, '178.168.220.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1049, 1, NULL, '2022-08-20 16:49:39', '2022-08-20 16:49:39', 0, 0, '198.46.176.72', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.26 Safari/537.36 Core/1.63.5408.400 QQBrowser/10.1.1408.400', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1050, 1, NULL, '2022-08-21 01:35:27', '2022-08-21 01:35:27', 0, 0, '5.133.11.119', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1051, 1, NULL, '2022-08-21 20:58:32', '2022-08-21 20:58:32', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1052, 1, NULL, '2022-08-22 04:45:27', '2022-08-22 04:45:27', 0, 0, '1.169.129.163', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1053, 1, NULL, '2022-08-22 06:52:37', '2022-08-22 06:52:37', 0, 0, '198.46.174.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 YaBrowser/18.3.1.1232 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1054, 1, NULL, '2022-08-22 11:58:22', '2022-08-22 11:58:22', 0, 0, '185.228.218.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3298.4 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1055, 1, NULL, '2022-08-22 15:55:38', '2022-08-22 15:55:38', 0, 0, '176.31.115.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1056, 1, NULL, '2022-08-23 18:02:02', '2022-08-23 18:02:02', 0, 0, '43.251.180.195', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1057, 1, NULL, '2022-08-24 06:57:20', '2022-08-24 06:57:20', 0, 0, '37.19.217.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1058, 1, NULL, '2022-08-24 17:37:54', '2022-08-24 17:37:54', 0, 0, '46.3.197.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1059, 1, NULL, '2022-08-25 02:20:09', '2022-08-25 02:20:09', 0, 0, '206.232.116.173', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1060, 1, NULL, '2022-08-25 09:48:27', '2022-08-25 09:48:27', 0, 0, '46.161.11.26', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1061, 1, NULL, '2022-08-25 13:03:35', '2022-08-25 13:03:35', 0, 0, '185.162.0.210', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1062, 1, NULL, '2022-08-25 17:52:15', '2022-08-25 17:52:15', 0, 0, '23.235.253.51', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1063, 1, NULL, '2022-08-26 03:08:43', '2022-08-26 03:08:43', 0, 0, '212.102.33.73', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.99', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1064, 1, NULL, '2022-08-26 04:20:36', '2022-08-26 04:20:36', 0, 0, '212.102.33.71', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.52 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1065, 1, NULL, '2022-08-27 01:40:03', '2022-08-27 01:40:03', 0, 0, '178.168.220.180', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1066, 1, NULL, '2022-08-27 03:55:16', '2022-08-27 03:55:16', 0, 0, '191.101.31.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1067, 1, NULL, '2022-08-27 19:39:20', '2022-08-27 19:39:20', 0, 0, '5.227.27.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1068, 1, NULL, '2022-08-27 23:14:35', '2022-08-27 23:14:35', 0, 0, '104.244.79.234', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1069, 1, NULL, '2022-08-28 09:21:54', '2022-08-28 09:21:54', 0, 0, '212.66.42.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1070, 1, NULL, '2022-08-28 19:37:22', '2022-08-28 19:37:22', 0, 0, '31.184.218.105', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1071, 1, NULL, '2022-08-29 03:25:58', '2022-08-29 03:25:58', 0, 0, '185.51.134.198', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1072, 1, NULL, '2022-08-29 04:55:30', '2022-08-29 04:55:30', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1073, 1, NULL, '2022-08-29 09:02:02', '2022-08-29 09:02:02', 0, 0, '157.49.218.65', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; vivo 1804) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1074, 1, NULL, '2022-08-29 19:38:57', '2022-08-29 19:38:57', 0, 0, '46.3.197.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1075, 1, NULL, '2022-08-30 10:05:29', '2022-08-30 10:05:29', 0, 0, '104.179.103.202', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1076, 1, NULL, '2022-08-30 19:24:21', '2022-08-30 19:24:21', 0, 0, '195.78.54.48', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1077, 1, NULL, '2022-08-31 14:18:05', '2022-08-31 14:18:05', 0, 0, '37.19.217.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1078, 1, NULL, '2022-08-31 19:26:27', '2022-08-31 19:26:27', 0, 0, '102.129.143.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1079, 1, NULL, '2022-08-31 21:02:40', '2022-08-31 21:02:40', 0, 0, '109.197.199.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1080, 1, NULL, '2022-08-31 22:26:50', '2022-08-31 22:26:50', 0, 0, '190.2.131.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1081, 1, NULL, '2022-09-02 16:29:26', '2022-09-02 16:29:26', 0, 0, '185.230.126.195', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1082, 1, NULL, '2022-09-02 23:52:04', '2022-09-02 23:52:04', 0, 0, '185.230.126.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1083, 1, NULL, '2022-09-03 06:28:00', '2022-09-03 06:28:00', 0, 0, '84.247.48.55', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1084, 1, NULL, '2022-09-03 08:09:01', '2022-09-03 08:09:01', 0, 0, '181.214.173.45', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1085, 1, NULL, '2022-09-05 10:05:59', '2022-09-05 10:05:59', 0, 0, '194.110.13.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1086, 1, NULL, '2022-09-05 10:45:39', '2022-09-05 10:45:39', 0, 0, '178.168.222.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1087, 1, NULL, '2022-09-06 04:58:37', '2022-09-06 04:58:37', 0, 0, '191.101.217.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1088, 1, NULL, '2022-09-06 23:33:37', '2022-09-06 23:33:37', 0, 0, '95.55.56.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1089, 1, NULL, '2022-09-08 07:18:34', '2022-09-08 07:18:34', 0, 0, '37.139.53.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1090, 1, NULL, '2022-09-08 19:57:57', '2022-09-08 19:57:57', 0, 0, '46.185.168.222', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1091, 1, NULL, '2022-09-08 20:09:36', '2022-09-08 20:09:36', 0, 0, '151.237.186.231', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1092, 1, NULL, '2022-09-09 08:40:57', '2022-09-09 08:40:57', 0, 0, '191.101.31.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1093, 1, NULL, '2022-09-09 13:20:53', '2022-09-09 13:20:53', 0, 0, '185.220.101.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1094, 1, NULL, '2022-09-09 17:14:47', '2022-09-09 17:14:47', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1095, 1, NULL, '2022-09-09 18:46:48', '2022-09-09 18:46:48', 0, 0, '34.76.85.149', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1096, 1, NULL, '2022-09-10 23:14:31', '2022-09-10 23:14:31', 0, 0, '93.76.91.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1097, 1, NULL, '2022-09-10 23:45:20', '2022-09-10 23:45:20', 0, 0, '84.17.60.81', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1098, 1, NULL, '2022-09-11 04:51:41', '2022-09-11 04:51:41', 0, 0, '103.14.26.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1099, 1, NULL, '2022-09-13 16:15:16', '2022-09-13 16:15:16', 0, 0, '173.166.26.45', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1100, 1, NULL, '2022-09-13 16:34:32', '2022-09-13 16:34:32', 0, 0, '185.122.170.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1101, 1, NULL, '2022-09-13 19:15:39', '2022-09-13 19:15:39', 0, 0, '185.225.137.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1102, 1, NULL, '2022-09-13 20:35:32', '2022-09-13 20:35:32', 0, 0, '84.17.48.68', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1103, 1, NULL, '2022-09-14 11:27:42', '2022-09-14 11:27:42', 0, 0, '178.168.197.133', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1104, 1, NULL, '2022-09-15 00:58:15', '2022-09-15 00:58:15', 0, 0, '138.199.59.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1105, 1, NULL, '2022-09-15 08:02:01', '2022-09-15 08:02:01', 0, 0, '23.184.144.225', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1106, 1, NULL, '2022-09-15 10:06:36', '2022-09-15 10:06:36', 0, 0, '156.146.63.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1107, 1, NULL, '2022-09-16 02:55:09', '2022-09-16 02:55:09', 0, 0, '5.227.24.116', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1108, 1, NULL, '2022-09-16 09:46:09', '2022-09-16 09:46:09', 0, 0, '191.101.31.198', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1109, 1, NULL, '2022-09-16 10:17:57', '2022-09-16 10:17:57', 0, 0, '176.31.115.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1110, 1, NULL, '2022-09-16 14:27:37', '2022-09-16 14:27:37', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1111, 1, NULL, '2022-09-16 16:53:21', '2022-09-16 16:53:21', 0, 0, '182.190.196.196', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1112, 1, NULL, '2022-09-17 08:08:18', '2022-09-17 08:08:18', 0, 0, '95.79.135.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1113, 1, NULL, '2022-09-17 15:29:18', '2022-09-17 15:29:18', 0, 0, '95.79.135.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1114, 1, NULL, '2022-09-17 22:22:27', '2022-09-17 22:22:27', 0, 0, '156.146.63.152', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1115, 1, NULL, '2022-09-18 08:45:31', '2022-09-18 08:45:31', 0, 0, '156.146.63.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1116, 1, NULL, '2022-09-18 18:00:37', '2022-09-18 18:00:37', 0, 0, '103.14.26.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1117, 1, NULL, '2022-09-19 02:19:39', '2022-09-19 02:19:39', 0, 0, '46.3.197.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1118, 1, NULL, '2022-09-19 18:36:43', '2022-09-19 18:36:43', 0, 0, '45.12.144.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1119, 1, NULL, '2022-09-20 08:26:51', '2022-09-20 08:26:51', 0, 0, '194.110.13.111', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1120, 1, NULL, '2022-09-20 08:34:12', '2022-09-20 08:34:12', 0, 0, '156.146.63.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1121, 1, NULL, '2022-09-20 18:18:58', '2022-09-20 18:18:58', 0, 0, '5.227.27.161', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1122, 1, NULL, '2022-09-20 23:31:38', '2022-09-20 23:31:38', 0, 0, '39.34.146.148', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1123, 1, NULL, '2022-09-21 05:21:31', '2022-09-21 05:21:31', 0, 0, '93.76.91.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1124, 1, NULL, '2022-09-21 11:43:03', '2022-09-21 11:43:03', 0, 0, '5.44.174.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1125, 1, NULL, '2022-09-21 17:26:56', '2022-09-21 17:26:56', 0, 0, '223.29.253.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1126, 1, NULL, '2022-09-21 18:38:51', '2022-09-21 18:38:51', 0, 0, '185.3.132.123', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1127, 1, NULL, '2022-09-22 17:50:00', '2022-09-22 17:50:00', 0, 0, '185.225.137.170', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1128, 1, NULL, '2022-09-23 02:53:34', '2022-09-23 02:53:34', 0, 0, '5.227.27.161', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1129, 1, NULL, '2022-09-24 05:14:45', '2022-09-24 05:14:45', 0, 0, '23.106.30.109', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1130, 1, NULL, '2022-09-24 10:16:48', '2022-09-24 10:16:48', 0, 0, '91.232.158.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1131, 1, NULL, '2022-09-24 18:26:33', '2022-09-24 18:26:33', 0, 0, '178.168.193.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1132, 1, NULL, '2022-09-24 21:34:21', '2022-09-24 21:34:21', 0, 0, '185.231.244.195', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1133, 1, NULL, '2022-09-24 21:40:46', '2022-09-24 21:40:46', 0, 0, '156.146.63.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1134, 1, NULL, '2022-09-25 19:44:18', '2022-09-25 19:44:18', 0, 0, '178.159.37.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1135, 1, NULL, '2022-09-26 02:00:27', '2022-09-26 02:00:27', 0, 0, '83.220.238.215', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1136, 1, NULL, '2022-09-26 04:00:28', '2022-09-26 04:00:28', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1137, 1, NULL, '2022-09-26 07:12:41', '2022-09-26 07:12:41', 0, 0, '78.138.99.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1138, 1, NULL, '2022-09-27 16:52:52', '2022-09-27 16:52:52', 0, 0, '139.28.234.222', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1139, 1, NULL, '2022-09-28 04:14:58', '2022-09-28 04:14:58', 0, 0, '45.57.237.105', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1140, 1, NULL, '2022-09-28 07:31:49', '2022-09-28 07:31:49', 0, 0, '104.227.223.192', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1141, 1, NULL, '2022-09-29 14:55:35', '2022-09-29 14:55:35', 0, 0, '124.121.138.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1142, 1, NULL, '2022-09-29 23:36:03', '2022-09-29 23:36:03', 0, 0, '107.165.233.204', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1143, 1, NULL, '2022-09-30 12:50:07', '2022-09-30 12:50:07', 0, 0, '178.151.179.34', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1144, 1, NULL, '2022-09-30 20:37:44', '2022-09-30 20:37:44', 0, 0, '1.169.63.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1145, 1, NULL, '2022-10-01 05:54:04', '2022-10-01 05:54:04', 0, 0, '168.151.227.174', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1146, 1, NULL, '2022-10-01 09:48:09', '2022-10-01 09:48:09', 0, 0, '14.97.151.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1147, 1, NULL, '2022-10-01 16:34:11', '2022-10-01 16:34:11', 0, 0, '209.160.96.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1148, 1, NULL, '2022-10-02 10:13:19', '2022-10-02 10:13:19', 0, 0, '5.143.34.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1149, 1, NULL, '2022-10-02 11:22:25', '2022-10-02 11:22:25', 0, 0, '1.169.134.231', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1150, 1, NULL, '2022-10-02 11:53:32', '2022-10-02 11:53:32', 0, 0, '176.31.115.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1151, 1, NULL, '2022-10-02 16:29:55', '2022-10-02 16:29:55', 0, 0, '199.187.211.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1152, 1, NULL, '2022-10-02 18:25:35', '2022-10-02 18:25:35', 0, 0, '194.15.113.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1153, 1, NULL, '2022-10-03 01:00:04', '2022-10-03 01:00:04', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1154, 1, NULL, '2022-10-03 09:26:34', '2022-10-03 09:26:34', 0, 0, '195.80.150.139', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1155, 1, NULL, '2022-10-03 10:30:31', '2022-10-03 10:30:31', 0, 0, '188.126.94.231', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1156, 1, NULL, '2022-10-03 11:18:19', '2022-10-03 11:18:19', 0, 0, '88.206.96.65', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1157, 1, NULL, '2022-10-03 22:34:59', '2022-10-03 22:34:59', 0, 0, '182.189.244.254', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1158, 1, NULL, '2022-10-04 09:33:27', '2022-10-04 09:33:27', 0, 0, '176.124.216.189', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1159, 1, NULL, '2022-10-04 09:40:50', '2022-10-04 09:40:50', 0, 0, '142.54.173.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1160, 1, NULL, '2022-10-05 03:57:00', '2022-10-05 03:57:00', 0, 0, '181.214.218.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1161, 1, NULL, '2022-10-05 14:01:01', '2022-10-05 14:01:01', 0, 0, '173.208.153.34', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1162, 1, NULL, '2022-10-05 16:18:36', '2022-10-05 16:18:36', 0, 0, '156.146.63.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1163, 1, NULL, '2022-10-05 23:56:39', '2022-10-05 23:56:39', 0, 0, '5.58.187.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(1164, 1, NULL, '2022-10-06 03:01:27', '2022-10-06 03:01:27', 0, 0, '27.76.211.116', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1165, 1, NULL, '2022-10-06 20:24:38', '2022-10-06 20:24:38', 0, 0, '178.168.207.185', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1166, 1, NULL, '2022-10-07 05:41:12', '2022-10-07 05:41:12', 0, 0, '5.227.28.159', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1167, 1, NULL, '2022-10-08 01:27:11', '2022-10-08 01:27:11', 0, 0, '181.214.218.38', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1168, 1, NULL, '2022-10-08 08:05:42', '2022-10-08 08:05:42', 0, 0, '185.197.75.208', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1169, 1, NULL, '2022-10-08 09:47:44', '2022-10-08 09:47:44', 0, 0, '95.84.248.246', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1170, 1, NULL, '2022-10-09 04:44:23', '2022-10-09 04:44:23', 0, 0, '149.34.242.222', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64 (Edition Yx)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1171, 1, NULL, '2022-10-09 06:11:20', '2022-10-09 06:11:20', 0, 0, '37.146.244.105', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1172, 1, NULL, '2022-10-09 16:58:08', '2022-10-09 16:58:08', 0, 0, '95.79.88.211', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1173, 1, NULL, '2022-10-10 07:36:36', '2022-10-10 07:36:36', 0, 0, '138.199.26.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1174, 1, NULL, '2022-10-10 09:10:55', '2022-10-10 09:10:55', 0, 0, '181.214.218.71', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1175, 1, NULL, '2022-10-10 10:01:28', '2022-10-10 10:01:28', 0, 0, '191.101.217.26', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1176, 1, NULL, '2022-10-10 16:41:05', '2022-10-10 16:41:05', 0, 0, '185.183.157.214', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1177, 1, NULL, '2022-10-10 17:24:30', '2022-10-10 17:24:30', 0, 0, '109.70.100.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1178, 1, NULL, '2022-10-11 15:20:57', '2022-10-11 15:20:57', 0, 0, '46.39.249.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1179, 1, NULL, '2022-10-11 16:39:58', '2022-10-11 16:39:58', 0, 0, '104.253.31.241', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1180, 1, NULL, '2022-10-12 04:51:09', '2022-10-12 04:51:09', 0, 0, '185.189.114.126', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1181, 1, NULL, '2022-10-12 07:15:22', '2022-10-12 07:15:22', 0, 0, '5.227.24.26', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1182, 1, NULL, '2022-10-12 10:03:17', '2022-10-12 10:03:17', 0, 0, '178.159.37.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1183, 1, NULL, '2022-10-12 19:05:30', '2022-10-12 19:05:30', 0, 0, '193.188.21.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1184, 1, NULL, '2022-10-12 22:02:31', '2022-10-12 22:02:31', 0, 0, '181.214.218.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1185, 1, NULL, '2022-10-13 02:59:56', '2022-10-13 02:59:56', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1186, 1, NULL, '2022-10-13 14:06:30', '2022-10-13 14:06:30', 0, 0, '176.48.103.239', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1187, 1, NULL, '2022-10-13 14:35:23', '2022-10-13 14:35:23', 0, 0, '23.94.149.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1188, 1, NULL, '2022-10-13 22:02:18', '2022-10-13 22:02:18', 0, 0, '77.35.191.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1189, 1, NULL, '2022-10-13 22:12:11', '2022-10-13 22:12:11', 0, 0, '193.35.48.118', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1190, 1, NULL, '2022-10-14 09:09:38', '2022-10-14 09:09:38', 0, 0, '193.188.22.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1191, 1, NULL, '2022-10-14 14:07:26', '2022-10-14 14:07:26', 0, 0, '95.79.88.211', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1192, 1, NULL, '2022-10-14 17:59:42', '2022-10-14 17:59:42', 0, 0, '119.152.234.43', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1193, 1, NULL, '2022-10-15 16:26:24', '2022-10-15 16:26:24', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1194, 1, NULL, '2022-10-16 07:59:14', '2022-10-16 07:59:14', 0, 0, '181.214.218.47', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1195, 1, NULL, '2022-10-16 09:29:15', '2022-10-16 09:29:15', 0, 0, '104.227.191.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1196, 1, NULL, '2022-10-16 14:49:56', '2022-10-16 14:49:56', 0, 0, '5.254.230.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1197, 1, NULL, '2022-10-16 19:16:38', '2022-10-16 19:16:38', 0, 0, '181.215.176.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1198, 1, NULL, '2022-10-17 06:10:45', '2022-10-17 06:10:45', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1199, 1, NULL, '2022-10-17 10:00:05', '2022-10-17 10:00:05', 0, 0, '182.189.229.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1200, 1, NULL, '2022-10-17 22:37:57', '2022-10-17 22:37:57', 0, 0, '96.9.246.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1201, 1, NULL, '2022-10-18 11:52:03', '2022-10-18 11:52:03', 0, 0, '195.78.54.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1202, 1, NULL, '2022-10-18 16:28:50', '2022-10-18 16:28:50', 0, 0, '194.32.122.54', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1203, 1, NULL, '2022-10-18 22:47:56', '2022-10-18 22:47:56', 0, 0, '154.13.1.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1204, 1, NULL, '2022-10-19 01:44:31', '2022-10-19 01:44:31', 0, 0, '181.215.176.68', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1205, 1, NULL, '2022-10-19 17:39:12', '2022-10-19 17:39:12', 0, 0, '182.189.229.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1206, 1, NULL, '2022-10-19 18:41:24', '2022-10-19 18:41:24', 0, 0, '157.49.139.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 12; CPH2249) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1207, 1, NULL, '2022-10-19 21:53:24', '2022-10-19 21:53:24', 0, 0, '178.168.199.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1208, 1, NULL, '2022-10-20 05:19:42', '2022-10-20 05:19:42', 0, 0, '138.199.59.174', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1209, 1, NULL, '2022-10-20 17:40:48', '2022-10-20 17:40:48', 0, 0, '23.104.162.51', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1210, 1, NULL, '2022-10-21 03:34:24', '2022-10-21 03:34:24', 0, 0, '23.92.26.42', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1211, 1, NULL, '2022-10-21 20:35:31', '2022-10-21 20:35:31', 0, 0, '209.127.28.131', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1212, 1, NULL, '2022-10-21 22:41:40', '2022-10-21 22:41:40', 0, 0, '86.106.74.253', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1213, 1, NULL, '2022-10-22 14:26:54', '2022-10-22 14:26:54', 0, 0, '191.101.209.45', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1214, 1, NULL, '2022-10-23 01:19:05', '2022-10-23 01:19:05', 0, 0, '146.70.86.116', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1215, 1, NULL, '2022-10-23 05:16:57', '2022-10-23 05:16:57', 0, 0, '176.31.115.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1216, 1, NULL, '2022-10-23 12:52:14', '2022-10-23 12:52:14', 0, 0, '185.65.134.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1217, 1, NULL, '2022-10-23 22:29:07', '2022-10-23 22:29:07', 0, 0, '1.169.102.59', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1218, 1, NULL, '2022-10-24 07:22:55', '2022-10-24 07:22:55', 0, 0, '142.91.118.221', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1219, 1, NULL, '2022-10-24 15:49:35', '2022-10-24 15:49:35', 0, 0, '107.158.32.200', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1220, 1, NULL, '2022-10-24 18:02:20', '2022-10-24 18:02:20', 0, 0, '42.111.98.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Android 8.1.0; Mobile; rv:106.0) Gecko/106.0 Firefox/106.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1221, 1, NULL, '2022-10-25 00:38:17', '2022-10-25 00:38:17', 0, 0, '160.202.90.182', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1222, 1, NULL, '2022-10-25 09:11:12', '2022-10-25 09:11:12', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1223, 1, NULL, '2022-10-25 11:54:58', '2022-10-25 11:54:58', 0, 0, '178.66.30.182', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1224, 1, NULL, '2022-10-26 04:14:27', '2022-10-26 04:14:27', 0, 0, '95.158.43.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1225, 1, NULL, '2022-10-26 17:02:11', '2022-10-26 17:02:11', 0, 0, '193.188.21.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1226, 1, NULL, '2022-10-26 19:19:39', '2022-10-26 19:19:39', 0, 0, '31.171.155.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1227, 1, NULL, '2022-10-26 20:21:34', '2022-10-26 20:21:34', 0, 0, '217.117.248.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1228, 1, NULL, '2022-10-27 16:52:59', '2022-10-27 16:52:59', 0, 0, '23.106.216.143', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1229, 1, NULL, '2022-10-27 17:00:27', '2022-10-27 17:00:27', 0, 0, '196.16.223.229', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1230, 1, NULL, '2022-10-27 19:27:05', '2022-10-27 19:27:05', 0, 0, '191.101.209.27', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1231, 1, NULL, '2022-10-28 19:24:19', '2022-10-28 19:24:19', 0, 0, '37.139.53.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1232, 1, NULL, '2022-10-29 01:22:55', '2022-10-29 01:22:55', 0, 0, '37.139.53.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1233, 1, NULL, '2022-10-29 10:36:14', '2022-10-29 10:36:14', 0, 0, '95.79.88.211', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1234, 1, NULL, '2022-10-30 02:00:28', '2022-10-30 02:00:28', 0, 0, '154.13.1.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1235, 1, NULL, '2022-10-30 06:24:05', '2022-10-30 06:24:05', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1236, 1, NULL, '2022-10-30 08:03:17', '2022-10-30 08:03:17', 0, 0, '94.181.164.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1237, 1, NULL, '2022-10-30 12:09:50', '2022-10-30 12:09:50', 0, 0, '27.76.221.152', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1238, 1, NULL, '2022-10-31 02:21:37', '2022-10-31 02:21:37', 0, 0, '178.168.198.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1239, 1, NULL, '2022-10-31 23:20:41', '2022-10-31 23:20:41', 0, 0, '213.159.38.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1240, 1, NULL, '2022-11-01 09:55:47', '2022-11-01 09:55:47', 0, 0, '212.102.63.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1241, 1, NULL, '2022-11-01 20:27:42', '2022-11-01 20:27:42', 0, 0, '178.168.127.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1242, 1, NULL, '2022-11-01 21:27:28', '2022-11-01 21:27:28', 0, 0, '212.102.63.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1243, 1, NULL, '2022-11-02 11:55:38', '2022-11-02 11:55:38', 0, 0, '146.70.52.45', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1244, 1, NULL, '2022-11-02 12:41:34', '2022-11-02 12:41:34', 0, 0, '5.188.159.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1245, 1, NULL, '2022-11-02 18:50:02', '2022-11-02 18:50:02', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1246, 1, NULL, '2022-11-02 18:55:15', '2022-11-02 18:55:15', 0, 0, '107.173.185.38', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1247, 1, NULL, '2022-11-02 19:55:04', '2022-11-02 19:55:04', 0, 0, '176.31.115.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1248, 1, NULL, '2022-11-03 01:00:16', '2022-11-03 01:00:16', 0, 0, '185.129.61.1', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1249, 1, NULL, '2022-11-03 04:31:42', '2022-11-03 04:31:42', 0, 0, '216.24.213.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1250, 1, NULL, '2022-11-03 12:33:52', '2022-11-03 12:33:52', 0, 0, '142.252.19.202', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1251, 1, NULL, '2022-11-04 09:32:54', '2022-11-04 09:32:54', 0, 0, '46.246.122.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1252, 1, NULL, '2022-11-04 21:19:50', '2022-11-04 21:19:50', 0, 0, '192.241.118.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1253, 1, NULL, '2022-11-05 20:41:38', '2022-11-05 20:41:38', 0, 0, '181.214.218.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1254, 1, NULL, '2022-11-05 23:09:02', '2022-11-05 23:09:02', 0, 0, '95.84.248.246', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1255, 1, NULL, '2022-11-07 12:39:57', '2022-11-07 12:39:57', 0, 0, '156.146.55.186', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1256, 1, NULL, '2022-11-07 13:08:35', '2022-11-07 13:08:35', 0, 0, '178.176.76.163', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1257, 1, NULL, '2022-11-07 17:59:54', '2022-11-07 17:59:54', 0, 0, '31.173.82.201', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1258, 1, NULL, '2022-11-07 19:11:14', '2022-11-07 19:11:14', 0, 0, '107.158.116.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1259, 1, NULL, '2022-11-08 00:48:36', '2022-11-08 00:48:36', 0, 0, '94.158.36.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1260, 1, NULL, '2022-11-08 04:11:56', '2022-11-08 04:11:56', 0, 0, '5.58.187.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1261, 1, NULL, '2022-11-08 05:29:04', '2022-11-08 05:29:04', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1262, 1, NULL, '2022-11-08 12:40:22', '2022-11-08 12:40:22', 0, 0, '178.168.220.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1263, 1, NULL, '2022-11-08 14:49:16', '2022-11-08 14:49:16', 0, 0, '199.249.230.166', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1264, 1, NULL, '2022-11-08 18:47:25', '2022-11-08 18:47:25', 0, 0, '185.173.36.129', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1265, 1, NULL, '2022-11-08 18:53:32', '2022-11-08 18:53:32', 0, 0, '151.80.12.149', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1266, 1, NULL, '2022-11-09 08:25:25', '2022-11-09 08:25:25', 0, 0, '46.3.199.21', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1267, 1, NULL, '2022-11-09 11:21:35', '2022-11-09 11:21:35', 0, 0, '196.240.254.42', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1268, 1, NULL, '2022-11-10 12:36:23', '2022-11-10 12:36:23', 0, 0, '23.81.70.111', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1269, 1, NULL, '2022-11-10 23:41:44', '2022-11-10 23:41:44', 0, 0, '91.203.177.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1270, 1, NULL, '2022-11-10 23:59:36', '2022-11-10 23:59:36', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1271, 1, NULL, '2022-11-11 02:31:05', '2022-11-11 02:31:05', 0, 0, '176.124.214.186', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1272, 1, NULL, '2022-11-11 06:01:23', '2022-11-11 06:01:23', 0, 0, '91.122.136.33', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1273, 1, NULL, '2022-11-11 06:58:46', '2022-11-11 06:58:46', 0, 0, '176.124.223.175', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1274, 1, NULL, '2022-11-11 19:19:34', '2022-11-11 19:19:34', 0, 0, '168.91.84.235', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1275, 1, NULL, '2022-11-12 14:54:16', '2022-11-12 14:54:16', 0, 0, '143.244.37.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1276, 1, NULL, '2022-11-13 20:22:28', '2022-11-13 20:22:28', 0, 0, '192.3.100.124', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1277, 1, NULL, '2022-11-14 16:21:51', '2022-11-14 16:21:51', 0, 0, '178.176.73.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1278, 1, NULL, '2022-11-14 20:51:55', '2022-11-14 20:51:55', 0, 0, '198.23.132.180', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1279, 1, NULL, '2022-11-14 21:25:35', '2022-11-14 21:25:35', 0, 0, '138.199.26.81', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64 (Edition Yx)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1280, 1, NULL, '2022-11-16 00:38:20', '2022-11-16 00:38:20', 0, 0, '45.134.213.179', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1281, 1, NULL, '2022-11-16 01:08:09', '2022-11-16 01:08:09', 0, 0, '185.155.96.139', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1282, 1, NULL, '2022-11-16 02:18:35', '2022-11-16 02:18:35', 0, 0, '178.159.37.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1283, 1, NULL, '2022-11-17 04:18:59', '2022-11-17 04:18:59', 0, 0, '24.148.50.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1284, 1, NULL, '2022-11-17 16:32:46', '2022-11-17 16:32:46', 0, 0, '37.19.223.208', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1285, 1, NULL, '2022-11-17 21:14:55', '2022-11-17 21:14:55', 0, 0, '107.173.185.160', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1286, 1, NULL, '2022-11-18 09:55:23', '2022-11-18 09:55:23', 0, 0, '178.168.221.172', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1287, 1, NULL, '2022-11-18 19:46:23', '2022-11-18 19:46:23', 0, 0, '95.84.248.246', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1288, 1, NULL, '2022-11-18 20:43:28', '2022-11-18 20:43:28', 0, 0, '72.255.9.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1289, 1, NULL, '2022-11-19 00:55:03', '2022-11-19 00:55:03', 0, 0, '172.241.187.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1290, 1, NULL, '2022-11-19 13:43:00', '2022-11-19 13:43:00', 0, 0, '196.196.246.112', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1291, 1, NULL, '2022-11-20 03:05:32', '2022-11-20 03:05:32', 0, 0, '104.227.146.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1292, 1, NULL, '2022-11-20 03:34:05', '2022-11-20 03:34:05', 0, 0, '194.36.98.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1293, 1, NULL, '2022-11-20 20:13:21', '2022-11-20 20:13:21', 0, 0, '196.196.31.238', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1294, 1, NULL, '2022-11-20 20:17:45', '2022-11-20 20:17:45', 0, 0, '196.18.225.102', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1295, 1, NULL, '2022-11-21 03:54:46', '2022-11-21 03:54:46', 0, 0, '1.169.58.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1296, 1, NULL, '2022-11-21 13:02:24', '2022-11-21 13:02:24', 0, 0, '195.80.150.133', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1297, 1, NULL, '2022-11-21 20:19:12', '2022-11-21 20:19:12', 0, 0, '178.176.79.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1298, 1, NULL, '2022-11-21 22:56:43', '2022-11-21 22:56:43', 0, 0, '161.117.10.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1299, 1, NULL, '2022-11-21 23:40:36', '2022-11-21 23:40:36', 0, 0, '64.137.95.85', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1300, 1, NULL, '2022-11-22 01:24:58', '2022-11-22 01:24:58', 0, 0, '191.96.168.34', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1301, 1, NULL, '2022-11-22 09:56:54', '2022-11-22 09:56:54', 0, 0, '142.54.173.139', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1302, 1, NULL, '2022-11-22 14:14:56', '2022-11-22 14:14:56', 0, 0, '196.240.254.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1303, 1, NULL, '2022-11-22 14:21:35', '2022-11-22 14:21:35', 0, 0, '109.174.114.114', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1304, 1, NULL, '2022-11-22 16:10:26', '2022-11-22 16:10:26', 0, 0, '138.199.59.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1305, 1, NULL, '2022-11-22 16:43:30', '2022-11-22 16:43:30', 0, 0, '156.146.55.161', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1306, 1, NULL, '2022-11-23 08:51:44', '2022-11-23 08:51:44', 0, 0, '24.202.29.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1307, 1, NULL, '2022-11-23 18:24:34', '2022-11-23 18:24:34', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1308, 1, NULL, '2022-11-24 08:13:40', '2022-11-24 08:13:40', 0, 0, '27.76.221.152', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1309, 1, NULL, '2022-11-24 11:42:42', '2022-11-24 11:42:42', 0, 0, '111.240.202.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1310, 1, NULL, '2022-11-24 19:42:55', '2022-11-24 19:42:55', 0, 0, '111.240.202.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1311, 1, NULL, '2022-11-24 19:42:56', '2022-11-24 19:42:56', 0, 0, '111.240.202.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1312, 1, NULL, '2022-11-24 20:11:00', '2022-11-24 20:11:00', 0, 0, '104.245.145.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1313, 1, NULL, '2022-11-25 07:31:11', '2022-11-25 07:31:11', 0, 0, '85.159.237.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1314, 1, NULL, '2022-11-25 15:58:39', '2022-11-25 15:58:39', 0, 0, '185.65.134.165', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1315, 1, NULL, '2022-11-25 21:15:39', '2022-11-25 21:15:39', 0, 0, '178.168.220.254', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1316, 1, NULL, '2022-11-26 00:48:53', '2022-11-26 00:48:53', 0, 0, '5.157.60.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1317, 1, NULL, '2022-11-26 05:16:24', '2022-11-26 05:16:24', 0, 0, '212.74.203.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1318, 1, NULL, '2022-11-26 10:13:41', '2022-11-26 10:13:41', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1319, 1, NULL, '2022-11-26 20:36:35', '2022-11-26 20:36:35', 0, 0, '85.159.237.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1320, 1, NULL, '2022-11-27 03:48:34', '2022-11-27 03:48:34', 0, 0, '185.65.134.165', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1321, 1, NULL, '2022-11-27 12:27:43', '2022-11-27 12:27:43', 0, 0, '95.216.67.33', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1322, 1, NULL, '2022-11-27 19:36:33', '2022-11-27 19:36:33', 0, 0, '193.38.235.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1323, 1, NULL, '2022-11-27 20:34:10', '2022-11-27 20:34:10', 0, 0, '178.120.186.120', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1324, 1, NULL, '2022-11-27 20:45:17', '2022-11-27 20:45:17', 0, 0, '193.38.235.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1325, 1, NULL, '2022-11-27 20:47:29', '2022-11-27 20:47:29', 0, 0, '193.38.235.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1326, 1, NULL, '2022-11-27 21:30:27', '2022-11-27 21:30:27', 0, 0, '193.38.235.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1327, 1, NULL, '2022-11-28 01:02:28', '2022-11-28 01:02:28', 0, 0, '193.38.235.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1328, 1, NULL, '2022-11-28 02:48:56', '2022-11-28 02:48:56', 0, 0, '178.159.37.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(1329, 1, NULL, '2022-11-28 05:51:50', '2022-11-28 05:51:50', 0, 0, '95.79.202.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1330, 1, NULL, '2022-11-28 09:22:15', '2022-11-28 09:22:15', 0, 0, '37.19.223.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1331, 1, NULL, '2022-11-28 10:21:26', '2022-11-28 10:21:26', 0, 0, '185.209.31.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1332, 1, NULL, '2022-11-28 11:56:10', '2022-11-28 11:56:10', 0, 0, '1.169.112.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1333, 1, NULL, '2022-11-28 14:51:22', '2022-11-28 14:51:22', 0, 0, '5.188.159.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1334, 1, NULL, '2022-11-28 18:49:22', '2022-11-28 18:49:22', 0, 0, '179.60.183.55', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1335, 1, NULL, '2022-11-28 20:27:29', '2022-11-28 20:27:29', 0, 0, '95.84.248.246', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1336, 1, NULL, '2022-11-29 08:05:34', '2022-11-29 08:05:34', 0, 0, '103.81.193.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1337, 1, NULL, '2022-11-29 12:02:30', '2022-11-29 12:02:30', 0, 0, '107.175.129.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1338, 1, NULL, '2022-11-29 20:58:43', '2022-11-29 20:58:43', 0, 0, '79.137.71.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1339, 1, NULL, '2022-11-30 00:39:03', '2022-11-30 00:39:03', 0, 0, '151.248.89.180', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1340, 1, NULL, '2022-11-30 07:48:37', '2022-11-30 07:48:37', 0, 0, '182.237.160.55', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1341, 1, NULL, '2022-11-30 09:20:42', '2022-11-30 09:20:42', 0, 0, '160.20.8.228', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1342, 1, NULL, '2022-11-30 18:26:23', '2022-11-30 18:26:23', 0, 0, '109.174.114.114', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1343, 1, NULL, '2022-11-30 23:38:51', '2022-11-30 23:38:51', 0, 0, '161.117.10.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1344, 1, NULL, '2022-12-01 04:12:49', '2022-12-01 04:12:49', 0, 0, '176.31.115.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1345, 1, NULL, '2022-12-01 12:58:59', '2022-12-01 12:58:59', 0, 0, '109.70.100.32', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1346, 1, NULL, '2022-12-01 17:57:27', '2022-12-01 17:57:27', 0, 0, '159.203.78.96', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1347, 1, NULL, '2022-12-01 19:44:00', '2022-12-01 19:44:00', 0, 0, '196.196.164.85', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1348, 1, NULL, '2022-12-02 06:27:21', '2022-12-02 06:27:21', 0, 0, '196.196.246.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1349, 1, NULL, '2022-12-02 10:59:50', '2022-12-02 10:59:50', 0, 0, '89.187.178.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1350, 1, NULL, '2022-12-02 11:53:58', '2022-12-02 11:53:58', 0, 0, '84.17.43.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1351, 1, NULL, '2022-12-02 21:19:01', '2022-12-02 21:19:01', 0, 0, '138.199.36.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1352, 1, NULL, '2022-12-03 00:59:17', '2022-12-03 00:59:17', 0, 0, '64.120.34.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1353, 1, NULL, '2022-12-03 09:29:40', '2022-12-03 09:29:40', 0, 0, '191.101.217.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1354, 1, NULL, '2022-12-03 12:31:12', '2022-12-03 12:31:12', 0, 0, '95.182.120.148', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1355, 1, NULL, '2022-12-04 12:31:57', '2022-12-04 12:31:57', 0, 0, '8.41.37.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1356, 1, NULL, '2022-12-04 13:46:27', '2022-12-04 13:46:27', 0, 0, '45.125.245.112', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1357, 1, NULL, '2022-12-05 09:57:55', '2022-12-05 09:57:55', 0, 0, '64.43.112.48', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1358, 1, NULL, '2022-12-05 13:47:29', '2022-12-05 13:47:29', 0, 0, '195.78.54.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1359, 1, NULL, '2022-12-05 22:11:26', '2022-12-05 22:11:26', 0, 0, '178.168.229.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1360, 1, NULL, '2022-12-05 23:03:47', '2022-12-05 23:03:47', 0, 0, '94.180.200.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1361, 1, NULL, '2022-12-06 02:48:12', '2022-12-06 02:48:12', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1362, 1, NULL, '2022-12-06 11:31:41', '2022-12-06 11:31:41', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1363, 1, NULL, '2022-12-06 12:33:14', '2022-12-06 12:33:14', 0, 0, '193.38.235.118', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1364, 1, NULL, '2022-12-08 00:19:56', '2022-12-08 00:19:56', 0, 0, '217.138.192.218', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1365, 1, NULL, '2022-12-08 06:04:49', '2022-12-08 06:04:49', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1366, 1, NULL, '2022-12-08 09:27:27', '2022-12-08 09:27:27', 0, 0, '212.107.205.214', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1367, 1, NULL, '2022-12-08 18:50:07', '2022-12-08 18:50:07', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1368, 1, NULL, '2022-12-09 18:54:47', '2022-12-09 18:54:47', 0, 0, '37.204.161.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1369, 1, NULL, '2022-12-10 04:35:42', '2022-12-10 04:35:42', 0, 0, '111.240.217.73', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1370, 1, NULL, '2022-12-10 08:36:21', '2022-12-10 08:36:21', 0, 0, '152.32.253.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1371, 1, NULL, '2022-12-10 08:56:49', '2022-12-10 08:56:49', 0, 0, '156.146.55.178', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 Kinza/4.9.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1372, 1, NULL, '2022-12-10 16:02:40', '2022-12-10 16:02:40', 0, 0, '173.208.184.60', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1373, 1, NULL, '2022-12-10 23:04:52', '2022-12-10 23:04:52', 0, 0, '178.66.25.133', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1374, 1, NULL, '2022-12-11 04:16:12', '2022-12-11 04:16:12', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1375, 1, NULL, '2022-12-11 13:09:46', '2022-12-11 13:09:46', 0, 0, '45.252.189.72', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1376, 1, NULL, '2022-12-11 15:07:17', '2022-12-11 15:07:17', 0, 0, '111.240.217.73', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1377, 1, NULL, '2022-12-11 18:24:14', '2022-12-11 18:24:14', 0, 0, '185.173.94.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1378, 1, NULL, '2022-12-11 19:23:41', '2022-12-11 19:23:41', 0, 0, '111.240.217.73', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1379, 1, NULL, '2022-12-11 22:59:02', '2022-12-11 22:59:02', 0, 0, '178.168.221.112', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1380, 1, NULL, '2022-12-11 23:42:53', '2022-12-11 23:42:53', 0, 0, '79.126.82.249', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1381, 1, NULL, '2022-12-12 01:47:47', '2022-12-12 01:47:47', 0, 0, '196.242.200.96', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1382, 1, NULL, '2022-12-12 09:20:07', '2022-12-12 09:20:07', 0, 0, '79.126.73.28', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1383, 1, NULL, '2022-12-12 11:26:14', '2022-12-12 11:26:14', 0, 0, '107.186.71.108', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1384, 1, NULL, '2022-12-12 17:40:15', '2022-12-12 17:40:15', 0, 0, '107.175.90.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1385, 1, NULL, '2022-12-12 18:55:37', '2022-12-12 18:55:37', 0, 0, '181.214.218.163', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1386, 1, NULL, '2022-12-12 23:57:05', '2022-12-12 23:57:05', 0, 0, '178.159.37.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1387, 1, NULL, '2022-12-13 02:05:48', '2022-12-13 02:05:48', 0, 0, '62.133.47.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1388, 1, NULL, '2022-12-13 08:46:07', '2022-12-13 08:46:07', 0, 0, '5.165.57.192', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1389, 1, NULL, '2022-12-13 15:37:26', '2022-12-13 15:37:26', 0, 0, '178.159.37.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1390, 1, NULL, '2022-12-13 21:48:53', '2022-12-13 21:48:53', 0, 0, '182.189.247.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1391, 1, NULL, '2022-12-14 09:54:48', '2022-12-14 09:54:48', 0, 0, '196.247.212.231', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1392, 1, NULL, '2022-12-14 14:34:45', '2022-12-14 14:34:45', 0, 0, '146.70.123.54', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1393, 1, NULL, '2022-12-15 12:55:01', '2022-12-15 12:55:01', 0, 0, '188.234.19.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1394, 1, NULL, '2022-12-15 18:56:16', '2022-12-15 18:56:16', 0, 0, '151.237.189.225', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1395, 1, NULL, '2022-12-16 19:27:13', '2022-12-16 19:27:13', 0, 0, '172.241.38.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1396, 1, NULL, '2022-12-16 21:00:50', '2022-12-16 21:00:50', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1397, 1, NULL, '2022-12-16 23:50:30', '2022-12-16 23:50:30', 0, 0, '5.59.135.26', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1398, 1, NULL, '2022-12-17 04:11:25', '2022-12-17 04:11:25', 0, 0, '196.240.143.149', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1399, 1, NULL, '2022-12-17 07:40:04', '2022-12-17 07:40:04', 0, 0, '37.204.161.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1400, 1, NULL, '2022-12-17 09:38:47', '2022-12-17 09:38:47', 0, 0, '31.173.84.27', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1401, 1, NULL, '2022-12-17 23:47:33', '2022-12-17 23:47:33', 0, 0, '172.241.186.93', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1402, 1, NULL, '2022-12-18 00:45:45', '2022-12-18 00:45:45', 0, 0, '168.91.84.77', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1403, 1, NULL, '2022-12-18 12:02:04', '2022-12-18 12:02:04', 0, 0, '45.136.254.190', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1404, 1, NULL, '2022-12-18 16:09:13', '2022-12-18 16:09:13', 0, 0, '144.168.225.66', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1405, 1, NULL, '2022-12-18 17:14:15', '2022-12-18 17:14:15', 0, 0, '87.249.132.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1406, 1, NULL, '2022-12-19 17:04:27', '2022-12-19 17:04:27', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1407, 1, NULL, '2022-12-19 18:26:34', '2022-12-19 18:26:34', 0, 0, '107.174.233.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1408, 1, NULL, '2022-12-19 20:11:30', '2022-12-19 20:11:30', 0, 0, '178.159.37.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1409, 1, NULL, '2022-12-19 22:00:35', '2022-12-19 22:00:35', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1410, 1, NULL, '2022-12-20 00:22:10', '2022-12-20 00:22:10', 0, 0, '172.241.186.92', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1411, 1, NULL, '2022-12-20 01:56:34', '2022-12-20 01:56:34', 0, 0, '160.20.8.189', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1412, 1, NULL, '2022-12-20 05:18:09', '2022-12-20 05:18:09', 0, 0, '172.241.37.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1413, 1, NULL, '2022-12-20 07:20:04', '2022-12-20 07:20:04', 0, 0, '172.241.38.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1414, 1, NULL, '2022-12-20 13:29:56', '2022-12-20 13:29:56', 0, 0, '196.245.187.213', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1415, 1, NULL, '2022-12-20 13:34:08', '2022-12-20 13:34:08', 0, 0, '194.36.99.145', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1416, 1, NULL, '2022-12-20 20:59:47', '2022-12-20 20:59:47', 0, 0, '79.137.71.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1417, 1, NULL, '2022-12-21 05:29:19', '2022-12-21 05:29:19', 0, 0, '103.185.198.180', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 13; IN2011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1418, 1, NULL, '2022-12-21 08:12:23', '2022-12-21 08:12:23', 0, 0, '107.152.140.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1419, 1, NULL, '2022-12-21 20:21:55', '2022-12-21 20:21:55', 0, 0, '223.29.253.118', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1420, 1, NULL, '2022-12-21 22:20:26', '2022-12-21 22:20:26', 0, 0, '46.191.249.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1421, 1, NULL, '2022-12-22 02:53:39', '2022-12-22 02:53:39', 0, 0, '178.168.193.251', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1422, 1, NULL, '2022-12-22 03:27:51', '2022-12-22 03:27:51', 0, 0, '103.221.234.214', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1423, 1, NULL, '2022-12-22 07:08:21', '2022-12-22 07:08:21', 0, 0, '172.241.171.175', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1424, 1, NULL, '2022-12-22 14:34:00', '2022-12-22 14:34:00', 0, 0, '196.19.244.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1425, 1, NULL, '2022-12-23 03:20:20', '2022-12-23 03:20:20', 0, 0, '114.86.228.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1426, 1, NULL, '2022-12-23 12:24:39', '2022-12-23 12:24:39', 0, 0, '37.19.217.208', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1427, 1, NULL, '2022-12-24 04:10:01', '2022-12-24 04:10:01', 0, 0, '103.225.200.108', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1428, 1, NULL, '2022-12-25 01:02:04', '2022-12-25 01:02:04', 0, 0, '196.196.220.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1429, 1, NULL, '2022-12-25 07:07:43', '2022-12-25 07:07:43', 0, 0, '1.169.90.129', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1430, 1, NULL, '2022-12-25 21:03:40', '2022-12-25 21:03:40', 0, 0, '161.117.10.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1431, 1, NULL, '2022-12-26 05:24:47', '2022-12-26 05:24:47', 0, 0, '194.36.96.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1432, 1, NULL, '2022-12-26 07:13:35', '2022-12-26 07:13:35', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1433, 1, NULL, '2022-12-26 09:02:34', '2022-12-26 09:02:34', 0, 0, '84.17.48.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1434, 1, NULL, '2022-12-26 14:45:10', '2022-12-26 14:45:10', 0, 0, '95.189.74.239', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1435, 1, NULL, '2022-12-26 15:40:07', '2022-12-26 15:40:07', 0, 0, '178.159.37.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1436, 1, NULL, '2022-12-26 18:58:57', '2022-12-26 18:58:57', 0, 0, '182.189.252.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1437, 1, NULL, '2022-12-26 23:45:12', '2022-12-26 23:45:12', 0, 0, '46.138.86.139', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1438, 1, NULL, '2022-12-27 08:02:25', '2022-12-27 08:02:25', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1439, 1, NULL, '2022-12-27 10:21:19', '2022-12-27 10:21:19', 0, 0, '5.227.29.114', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1440, 1, NULL, '2022-12-28 11:20:20', '2022-12-28 11:20:20', 0, 0, '202.47.46.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1441, 1, NULL, '2022-12-28 11:23:43', '2022-12-28 11:23:43', 0, 0, '1.169.120.187', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1442, 1, NULL, '2022-12-28 18:45:31', '2022-12-28 18:45:31', 0, 0, '182.189.125.171', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1443, 1, NULL, '2022-12-28 21:27:05', '2022-12-28 21:27:05', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1444, 1, NULL, '2022-12-29 08:06:53', '2022-12-29 08:06:53', 0, 0, '178.159.37.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1445, 1, NULL, '2022-12-29 10:56:05', '2022-12-29 10:56:05', 0, 0, '1.169.120.187', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1446, 1, NULL, '2022-12-30 21:20:26', '2022-12-30 21:20:26', 0, 0, '87.249.132.161', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1447, 1, NULL, '2022-12-30 21:28:47', '2022-12-30 21:28:47', 0, 0, '176.124.213.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1448, 1, NULL, '2022-12-30 21:39:54', '2022-12-30 21:39:54', 0, 0, '1.169.104.95', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1449, 1, NULL, '2022-12-30 22:54:34', '2022-12-30 22:54:34', 0, 0, '191.102.182.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1450, 1, NULL, '2022-12-31 02:15:46', '2022-12-31 02:15:46', 0, 0, '50.3.82.60', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1451, 1, NULL, '2022-12-31 04:07:54', '2022-12-31 04:07:54', 0, 0, '23.90.40.129', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1452, 1, NULL, '2022-12-31 08:51:39', '2022-12-31 08:51:39', 0, 0, '23.90.40.100', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1453, 1, NULL, '2022-12-31 19:33:33', '2022-12-31 19:33:33', 0, 0, '185.158.106.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1454, 1, NULL, '2022-12-31 22:34:22', '2022-12-31 22:34:22', 0, 0, '95.79.188.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1455, 1, NULL, '2022-12-31 22:45:52', '2022-12-31 22:45:52', 0, 0, '196.19.244.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1456, 1, NULL, '2023-01-01 02:21:13', '2023-01-01 02:21:13', 0, 0, '142.54.173.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1457, 1, NULL, '2023-01-01 06:50:54', '2023-01-01 06:50:54', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1458, 1, NULL, '2023-01-02 14:49:14', '2023-01-02 14:49:14', 0, 0, '178.159.37.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1459, 1, NULL, '2023-01-02 20:27:59', '2023-01-02 20:27:59', 0, 0, '173.254.247.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1460, 1, NULL, '2023-01-03 00:40:40', '2023-01-03 00:40:40', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1461, 1, NULL, '2023-01-03 04:32:03', '2023-01-03 04:32:03', 0, 0, '37.214.10.65', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1462, 1, NULL, '2023-01-03 04:45:13', '2023-01-03 04:45:13', 0, 0, '77.222.108.189', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1463, 1, NULL, '2023-01-03 14:15:07', '2023-01-03 14:15:07', 0, 0, '196.196.220.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1464, 1, NULL, '2023-01-03 14:59:12', '2023-01-03 14:59:12', 0, 0, '72.255.9.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1465, 1, NULL, '2023-01-03 16:22:43', '2023-01-03 16:22:43', 0, 0, '104.251.86.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/65.0.3325.181 Chrome/65.0.3325.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1466, 1, NULL, '2023-01-03 22:52:48', '2023-01-03 22:52:48', 0, 0, '130.185.156.173', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1467, 1, NULL, '2023-01-04 07:18:27', '2023-01-04 07:18:27', 0, 0, '23.94.171.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1468, 1, NULL, '2023-01-04 11:18:36', '2023-01-04 11:18:36', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1469, 1, NULL, '2023-01-04 14:46:13', '2023-01-04 14:46:13', 0, 0, '84.17.60.119', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1470, 1, NULL, '2023-01-04 21:33:10', '2023-01-04 21:33:10', 0, 0, '185.3.35.144', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1471, 1, NULL, '2023-01-05 16:04:54', '2023-01-05 16:04:54', 0, 0, '172.241.243.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1472, 1, NULL, '2023-01-05 17:15:02', '2023-01-05 17:15:02', 0, 0, '37.140.254.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1473, 1, NULL, '2023-01-05 17:36:47', '2023-01-05 17:36:47', 0, 0, '111.240.200.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1474, 1, NULL, '2023-01-05 18:18:50', '2023-01-05 18:18:50', 0, 0, '172.241.241.137', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1475, 1, NULL, '2023-01-05 20:23:37', '2023-01-05 20:23:37', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1476, 1, NULL, '2023-01-05 22:21:07', '2023-01-05 22:21:07', 0, 0, '107.158.117.144', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1477, 1, NULL, '2023-01-06 00:18:47', '2023-01-06 00:18:47', 0, 0, '168.91.84.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1478, 1, NULL, '2023-01-06 00:43:21', '2023-01-06 00:43:21', 0, 0, '172.241.240.152', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1479, 1, NULL, '2023-01-06 20:13:58', '2023-01-06 20:13:58', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1480, 1, NULL, '2023-01-06 20:58:00', '2023-01-06 20:58:00', 0, 0, '94.25.168.187', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1481, 1, NULL, '2023-01-07 05:36:56', '2023-01-07 05:36:56', 0, 0, '156.146.60.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1482, 1, NULL, '2023-01-07 12:00:10', '2023-01-07 12:00:10', 0, 0, '178.159.37.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1483, 1, NULL, '2023-01-07 19:01:02', '2023-01-07 19:01:02', 0, 0, '37.19.223.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1484, 1, NULL, '2023-01-08 04:53:11', '2023-01-08 04:53:11', 0, 0, '45.140.245.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1485, 1, NULL, '2023-01-08 07:10:25', '2023-01-08 07:10:25', 0, 0, '196.196.203.214', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1486, 1, NULL, '2023-01-08 09:06:46', '2023-01-08 09:06:46', 0, 0, '185.183.92.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1487, 1, NULL, '2023-01-08 15:42:48', '2023-01-08 15:42:48', 0, 0, '46.3.199.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1488, 1, NULL, '2023-01-08 17:10:03', '2023-01-08 17:10:03', 0, 0, '103.221.234.55', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1489, 1, NULL, '2023-01-08 19:00:52', '2023-01-08 19:00:52', 0, 0, '111.240.203.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1490, 1, NULL, '2023-01-08 20:39:09', '2023-01-08 20:39:09', 0, 0, '142.91.118.200', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1491, 1, NULL, '2023-01-08 22:47:08', '2023-01-08 22:47:08', 0, 0, '194.36.98.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1492, 1, NULL, '2023-01-08 23:04:37', '2023-01-08 23:04:37', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1493, 1, NULL, '2023-01-09 02:34:49', '2023-01-09 02:34:49', 0, 0, '193.189.100.196', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1494, 1, NULL, '2023-01-09 08:43:39', '2023-01-09 08:43:39', 0, 0, '194.15.113.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(1495, 1, NULL, '2023-01-09 17:31:21', '2023-01-09 17:31:21', 0, 0, '37.204.161.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1496, 1, NULL, '2023-01-10 00:37:19', '2023-01-10 00:37:19', 0, 0, '172.241.119.91', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1497, 1, NULL, '2023-01-10 04:16:27', '2023-01-10 04:16:27', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1498, 1, NULL, '2023-01-10 05:11:52', '2023-01-10 05:11:52', 0, 0, '196.196.203.68', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1499, 1, NULL, '2023-01-10 06:32:21', '2023-01-10 06:32:21', 0, 0, '23.19.216.70', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1500, 1, NULL, '2023-01-10 07:26:08', '2023-01-10 07:26:08', 0, 0, '149.34.242.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 Kinza/4.9.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1501, 1, NULL, '2023-01-10 11:25:17', '2023-01-10 11:25:17', 0, 0, '82.165.115.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1502, 1, NULL, '2023-01-11 07:32:07', '2023-01-11 07:32:07', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1503, 1, NULL, '2023-01-11 07:32:07', '2023-01-11 07:32:07', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1504, 1, NULL, '2023-01-11 17:18:27', '2023-01-11 17:18:27', 0, 0, '185.122.170.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1505, 1, NULL, '2023-01-12 00:33:15', '2023-01-12 00:33:15', 0, 0, '176.31.115.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1506, 1, NULL, '2023-01-12 09:33:35', '2023-01-12 09:33:35', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1507, 1, NULL, '2023-01-12 12:27:24', '2023-01-12 12:27:24', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1508, 1, NULL, '2023-01-12 14:19:02', '2023-01-12 14:19:02', 0, 0, '72.255.9.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1509, 1, NULL, '2023-01-12 18:30:29', '2023-01-12 18:30:29', 0, 0, '128.90.175.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1510, 1, NULL, '2023-01-12 21:47:13', '2023-01-12 21:47:13', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1511, 1, NULL, '2023-01-12 23:29:11', '2023-01-12 23:29:11', 0, 0, '138.186.138.163', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1512, 1, NULL, '2023-01-13 01:38:59', '2023-01-13 01:38:59', 0, 0, '46.3.199.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1513, 1, NULL, '2023-01-13 08:25:27', '2023-01-13 08:25:27', 0, 0, '45.72.55.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1514, 1, NULL, '2023-01-13 08:45:27', '2023-01-13 08:45:27', 0, 0, '23.80.153.26', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1515, 1, NULL, '2023-01-13 14:20:34', '2023-01-13 14:20:34', 0, 0, '156.146.55.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1516, 1, NULL, '2023-01-13 22:08:13', '2023-01-13 22:08:13', 0, 0, '87.249.132.38', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1517, 1, NULL, '2023-01-14 01:43:24', '2023-01-14 01:43:24', 0, 0, '196.19.244.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1518, 1, NULL, '2023-01-14 19:33:57', '2023-01-14 19:33:57', 0, 0, '23.105.2.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1519, 1, NULL, '2023-01-15 06:07:15', '2023-01-15 06:07:15', 0, 0, '181.214.218.42', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1520, 1, NULL, '2023-01-15 07:16:26', '2023-01-15 07:16:26', 0, 0, '23.184.144.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1521, 1, NULL, '2023-01-15 21:39:53', '2023-01-15 21:39:53', 0, 0, '46.3.199.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1522, 1, NULL, '2023-01-15 23:59:14', '2023-01-15 23:59:14', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1523, 1, NULL, '2023-01-16 03:20:03', '2023-01-16 03:20:03', 0, 0, '107.150.70.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1524, 1, NULL, '2023-01-16 09:18:31', '2023-01-16 09:18:31', 0, 0, '23.90.28.160', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1525, 1, NULL, '2023-01-16 14:23:17', '2023-01-16 14:23:17', 0, 0, '23.90.30.175', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1526, 1, NULL, '2023-01-16 22:57:17', '2023-01-16 22:57:17', 0, 0, '23.106.26.92', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1527, 1, NULL, '2023-01-17 06:35:04', '2023-01-17 06:35:04', 0, 0, '103.81.193.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1528, 1, NULL, '2023-01-17 08:34:55', '2023-01-17 08:34:55', 0, 0, '178.70.90.201', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1529, 1, NULL, '2023-01-17 09:10:30', '2023-01-17 09:10:30', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1530, 1, NULL, '2023-01-17 09:39:21', '2023-01-17 09:39:21', 0, 0, '172.241.242.254', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1531, 1, NULL, '2023-01-17 12:38:02', '2023-01-17 12:38:02', 0, 0, '95.79.194.118', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1532, 1, NULL, '2023-01-17 23:39:35', '2023-01-17 23:39:35', 0, 0, '171.22.121.118', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1533, 1, NULL, '2023-01-18 08:15:22', '2023-01-18 08:15:22', 0, 0, '95.55.153.196', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1534, 1, NULL, '2023-01-19 00:08:49', '2023-01-19 00:08:49', 0, 0, '161.117.10.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1535, 1, NULL, '2023-01-19 01:07:25', '2023-01-19 01:07:25', 0, 0, '46.3.199.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1536, 1, NULL, '2023-01-19 06:50:04', '2023-01-19 06:50:04', 0, 0, '194.169.217.143', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1537, 1, NULL, '2023-01-19 12:52:05', '2023-01-19 12:52:05', 0, 0, '111.240.203.224', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1538, 1, NULL, '2023-01-19 16:05:45', '2023-01-19 16:05:45', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1539, 1, NULL, '2023-01-19 19:38:00', '2023-01-19 19:38:00', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1540, 1, NULL, '2023-01-20 12:00:33', '2023-01-20 12:00:33', 0, 0, '95.79.194.118', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1541, 1, NULL, '2023-01-20 15:59:19', '2023-01-20 15:59:19', 0, 0, '167.114.91.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1542, 1, NULL, '2023-01-21 00:18:30', '2023-01-21 00:18:30', 0, 0, '85.104.188.198', 'https://gangagen.com/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1543, 1, NULL, '2023-01-21 01:14:50', '2023-01-21 01:14:50', 0, 0, '178.175.132.166', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1544, 1, NULL, '2023-01-21 11:50:31', '2023-01-21 11:50:31', 0, 0, '38.75.73.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1545, 1, NULL, '2023-01-21 20:33:13', '2023-01-21 20:33:13', 0, 0, '196.196.31.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1546, 1, NULL, '2023-01-21 22:48:30', '2023-01-21 22:48:30', 0, 0, '23.105.2.105', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1547, 1, NULL, '2023-01-21 23:17:32', '2023-01-21 23:17:32', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1548, 1, NULL, '2023-01-23 00:09:08', '2023-01-23 00:09:08', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1549, 1, NULL, '2023-01-23 02:20:13', '2023-01-23 02:20:13', 0, 0, '193.36.211.118', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1550, 1, NULL, '2023-01-23 03:03:27', '2023-01-23 03:03:27', 0, 0, '111.240.212.236', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1551, 1, NULL, '2023-01-23 16:36:11', '2023-01-23 16:36:11', 0, 0, '45.134.212.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1552, 1, NULL, '2023-01-23 21:50:25', '2023-01-23 21:50:25', 0, 0, '104.149.159.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1553, 1, NULL, '2023-01-24 08:02:43', '2023-01-24 08:02:43', 0, 0, '37.214.22.243', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1554, 1, NULL, '2023-01-24 13:59:39', '2023-01-24 13:59:39', 0, 0, '111.240.212.236', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1555, 1, NULL, '2023-01-24 16:30:37', '2023-01-24 16:30:37', 0, 0, '149.34.242.237', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1556, 1, NULL, '2023-01-25 02:11:41', '2023-01-25 02:11:41', 0, 0, '1.169.131.221', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1557, 1, NULL, '2023-01-25 08:07:15', '2023-01-25 08:07:15', 0, 0, '196.16.74.250', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1558, 1, NULL, '2023-01-25 09:37:31', '2023-01-25 09:37:31', 0, 0, '176.124.213.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1559, 1, NULL, '2023-01-25 23:45:35', '2023-01-25 23:45:35', 0, 0, '79.137.71.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1560, 1, NULL, '2023-01-26 02:18:35', '2023-01-26 02:18:35', 0, 0, '216.24.213.130', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1561, 1, NULL, '2023-01-26 02:28:32', '2023-01-26 02:28:32', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1562, 1, NULL, '2023-01-26 17:31:47', '2023-01-26 17:31:47', 0, 0, '204.217.164.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1563, 1, NULL, '2023-01-26 22:58:10', '2023-01-26 22:58:10', 0, 0, '178.159.37.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1564, 1, NULL, '2023-01-26 23:45:58', '2023-01-26 23:45:58', 0, 0, '181.214.218.66', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1565, 1, NULL, '2023-01-27 01:24:55', '2023-01-27 01:24:55', 0, 0, '149.34.242.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1566, 1, NULL, '2023-01-27 02:25:54', '2023-01-27 02:25:54', 0, 0, '46.3.199.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1567, 1, NULL, '2023-01-27 02:57:22', '2023-01-27 02:57:22', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1568, 1, NULL, '2023-01-27 06:49:39', '2023-01-27 06:49:39', 0, 0, '65.169.38.73', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1569, 1, NULL, '2023-01-27 09:01:40', '2023-01-27 09:01:40', 0, 0, '45.152.198.229', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1570, 1, NULL, '2023-01-27 14:02:43', '2023-01-27 14:02:43', 0, 0, '172.94.53.34', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1571, 1, NULL, '2023-01-27 18:46:40', '2023-01-27 18:46:40', 0, 0, '154.13.133.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1572, 1, NULL, '2023-01-29 05:43:06', '2023-01-29 05:43:06', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1573, 1, NULL, '2023-01-29 13:46:26', '2023-01-29 13:46:26', 0, 0, '23.231.38.214', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1574, 1, NULL, '2023-01-29 16:14:41', '2023-01-29 16:14:41', 0, 0, '172.241.142.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1575, 1, NULL, '2023-01-29 17:25:10', '2023-01-29 17:25:10', 0, 0, '77.222.104.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1576, 1, NULL, '2023-01-29 20:00:42', '2023-01-29 20:00:42', 0, 0, '185.122.170.209', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1577, 1, NULL, '2023-01-30 00:20:09', '2023-01-30 00:20:09', 0, 0, '46.3.199.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1578, 1, NULL, '2023-01-30 13:14:32', '2023-01-30 13:14:32', 0, 0, '196.240.250.249', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1579, 1, NULL, '2023-01-30 18:36:59', '2023-01-30 18:36:59', 0, 0, '173.234.48.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1580, 1, NULL, '2023-01-31 10:42:39', '2023-01-31 10:42:39', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1581, 1, NULL, '2023-02-01 15:44:06', '2023-02-01 15:44:06', 0, 0, '154.28.72.162', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1582, 1, NULL, '2023-02-01 18:24:30', '2023-02-01 18:24:30', 0, 0, '196.240.250.249', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1583, 1, NULL, '2023-02-01 18:53:56', '2023-02-01 18:53:56', 0, 0, '185.230.126.148', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1584, 1, NULL, '2023-02-01 22:43:09', '2023-02-01 22:43:09', 0, 0, '192.210.188.134', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1585, 1, NULL, '2023-02-02 02:06:14', '2023-02-02 02:06:14', 0, 0, '37.19.223.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1586, 1, NULL, '2023-02-02 02:55:28', '2023-02-02 02:55:28', 0, 0, '213.183.234.32', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1587, 1, NULL, '2023-02-02 15:22:14', '2023-02-02 15:22:14', 0, 0, '46.3.199.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1588, 1, NULL, '2023-02-02 18:39:30', '2023-02-02 18:39:30', 0, 0, '149.34.244.155', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1589, 1, NULL, '2023-02-02 18:49:49', '2023-02-02 18:49:49', 0, 0, '107.172.65.215', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1590, 1, NULL, '2023-02-02 21:20:55', '2023-02-02 21:20:55', 0, 0, '37.139.53.94', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1591, 1, NULL, '2023-02-03 05:10:34', '2023-02-03 05:10:34', 0, 0, '172.241.162.143', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1592, 1, NULL, '2023-02-03 06:39:47', '2023-02-03 06:39:47', 0, 0, '37.212.199.201', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1593, 1, NULL, '2023-02-03 10:14:10', '2023-02-03 10:14:10', 0, 0, '89.179.105.102', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1594, 1, NULL, '2023-02-03 10:43:58', '2023-02-03 10:43:58', 0, 0, '109.106.137.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1595, 1, NULL, '2023-02-03 23:59:57', '2023-02-03 23:59:57', 0, 0, '46.175.155.105', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1596, 1, NULL, '2023-02-04 00:05:58', '2023-02-04 00:05:58', 0, 0, '149.34.244.155', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1597, 1, NULL, '2023-02-04 00:54:21', '2023-02-04 00:54:21', 0, 0, '107.150.71.238', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1598, 1, NULL, '2023-02-04 05:41:13', '2023-02-04 05:41:13', 0, 0, '107.150.71.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1599, 1, NULL, '2023-02-04 07:03:52', '2023-02-04 07:03:52', 0, 0, '185.65.134.165', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1600, 1, NULL, '2023-02-04 18:26:35', '2023-02-04 18:26:35', 0, 0, '156.146.55.163', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1601, 1, NULL, '2023-02-05 06:58:47', '2023-02-05 06:58:47', 0, 0, '88.147.231.47', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1602, 1, NULL, '2023-02-05 09:35:22', '2023-02-05 09:35:22', 0, 0, '180.190.242.213', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1603, 1, NULL, '2023-02-05 11:22:24', '2023-02-05 11:22:24', 0, 0, '46.3.199.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1604, 1, NULL, '2023-02-05 18:06:32', '2023-02-05 18:06:32', 0, 0, '190.2.138.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1605, 1, NULL, '2023-02-05 21:51:05', '2023-02-05 21:51:05', 0, 0, '80.255.5.229', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1606, 1, NULL, '2023-02-06 06:55:27', '2023-02-06 06:55:27', 0, 0, '161.117.10.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1607, 1, NULL, '2023-02-06 16:08:16', '2023-02-06 16:08:16', 0, 0, '62.204.41.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1608, 1, NULL, '2023-02-06 19:17:23', '2023-02-06 19:17:23', 0, 0, '94.103.80.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1609, 1, NULL, '2023-02-06 20:02:08', '2023-02-06 20:02:08', 0, 0, '23.82.81.175', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1610, 1, NULL, '2023-02-06 20:52:23', '2023-02-06 20:52:23', 0, 0, '62.204.41.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1611, 1, NULL, '2023-02-06 21:49:47', '2023-02-06 21:49:47', 0, 0, '88.147.153.69', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1612, 1, NULL, '2023-02-07 02:06:31', '2023-02-07 02:06:31', 0, 0, '196.196.53.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1613, 1, NULL, '2023-02-07 06:29:50', '2023-02-07 06:29:50', 0, 0, '178.159.37.55', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1614, 1, NULL, '2023-02-07 09:12:37', '2023-02-07 09:12:37', 0, 0, '95.79.224.133', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1615, 1, NULL, '2023-02-07 12:14:24', '2023-02-07 12:14:24', 0, 0, '138.199.26.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1616, 1, NULL, '2023-02-07 13:27:36', '2023-02-07 13:27:36', 0, 0, '199.34.82.152', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1617, 1, NULL, '2023-02-07 19:46:17', '2023-02-07 19:46:17', 0, 0, '159.253.120.64', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1618, 1, NULL, '2023-02-07 21:18:59', '2023-02-07 21:18:59', 0, 0, '92.248.192.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1619, 1, NULL, '2023-02-07 22:31:26', '2023-02-07 22:31:26', 0, 0, '23.90.30.21', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1620, 1, NULL, '2023-02-08 01:43:36', '2023-02-08 01:43:36', 0, 0, '65.109.54.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1621, 1, NULL, '2023-02-08 06:14:03', '2023-02-08 06:14:03', 0, 0, '46.3.199.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1622, 1, NULL, '2023-02-08 12:07:58', '2023-02-08 12:07:58', 0, 0, '1.169.65.70', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1623, 1, NULL, '2023-02-08 14:47:46', '2023-02-08 14:47:46', 0, 0, '1.169.65.70', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1624, 1, NULL, '2023-02-08 16:50:19', '2023-02-08 16:50:19', 0, 0, '196.16.74.95', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1625, 1, NULL, '2023-02-08 17:41:33', '2023-02-08 17:41:33', 0, 0, '152.58.93.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1626, 1, NULL, '2023-02-08 17:41:42', '2023-02-08 17:41:42', 0, 0, '23.94.32.195', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1627, 1, NULL, '2023-02-09 16:39:24', '2023-02-09 16:39:24', 0, 0, '154.29.104.195', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1628, 1, NULL, '2023-02-09 23:37:53', '2023-02-09 23:37:53', 0, 0, '89.36.76.118', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1629, 1, NULL, '2023-02-10 04:10:36', '2023-02-10 04:10:36', 0, 0, '194.169.217.209', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1630, 1, NULL, '2023-02-10 11:22:14', '2023-02-10 11:22:14', 0, 0, '1.169.65.70', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1631, 1, NULL, '2023-02-10 20:20:30', '2023-02-10 20:20:30', 0, 0, '168.90.199.67', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1635, 1, NULL, '2023-02-11 19:42:14', '2023-02-11 19:42:14', 0, 0, '128.90.174.133', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1633, 1, NULL, '2023-02-11 10:54:42', '2023-02-11 10:54:42', 0, 0, '194.36.96.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1634, 1, NULL, '2023-02-11 15:49:34', '2023-02-11 15:49:34', 0, 0, '38.153.113.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1636, 1, NULL, '2023-02-11 20:06:33', '2023-02-11 20:06:33', 0, 0, '194.36.96.238', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1637, 1, NULL, '2023-02-12 08:31:15', '2023-02-12 08:31:15', 0, 0, '46.246.106.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1638, 1, NULL, '2023-02-12 23:08:51', '2023-02-12 23:08:51', 0, 0, '45.136.254.190', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1639, 1, NULL, '2023-02-13 01:59:54', '2023-02-13 01:59:54', 0, 0, '62.204.41.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1640, 1, NULL, '2023-02-13 07:09:58', '2023-02-13 07:09:58', 0, 0, '195.246.120.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1641, 1, NULL, '2023-02-13 15:57:02', '2023-02-13 15:57:02', 0, 0, '168.90.199.67', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1642, 1, NULL, '2023-02-13 20:13:36', '2023-02-13 20:13:36', 0, 0, '46.166.182.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1643, 1, NULL, '2023-02-14 02:57:48', '2023-02-14 02:57:48', 0, 0, '185.107.57.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1644, 1, NULL, '2023-02-14 14:58:41', '2023-02-14 14:58:41', 0, 0, '62.204.41.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1645, 1, NULL, '2023-02-14 19:11:23', '2023-02-14 19:11:23', 0, 0, '84.17.49.72', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1646, 1, NULL, '2023-02-15 00:12:57', '2023-02-15 00:12:57', 0, 0, '23.105.2.108', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1647, 1, NULL, '2023-02-15 02:22:12', '2023-02-15 02:22:12', 0, 0, '185.107.57.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1648, 1, NULL, '2023-02-15 05:04:09', '2023-02-15 05:04:09', 0, 0, '172.245.90.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1649, 1, NULL, '2023-02-15 12:29:45', '2023-02-15 12:29:45', 0, 0, '111.88.213.235', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1650, 1, NULL, '2023-02-15 12:49:06', '2023-02-15 12:49:06', 0, 0, '46.166.182.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1651, 1, NULL, '2023-02-15 16:51:55', '2023-02-15 16:51:55', 0, 0, '23.83.179.237', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1652, 1, NULL, '2023-02-15 22:12:33', '2023-02-15 22:12:33', 0, 0, '194.15.113.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1653, 1, NULL, '2023-02-16 05:26:40', '2023-02-16 05:26:40', 0, 0, '176.123.16.69', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 9; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1654, 1, NULL, '2023-02-16 05:29:57', '2023-02-16 05:29:57', 0, 0, '176.123.16.69', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 9; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1655, 1, NULL, '2023-02-16 07:16:53', '2023-02-16 07:16:53', 0, 0, '190.2.132.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1656, 1, NULL, '2023-02-16 11:02:00', '2023-02-16 11:02:00', 0, 0, '117.247.185.112', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1657, 1, NULL, '2023-02-16 13:35:59', '2023-02-16 13:35:59', 0, 0, '46.166.182.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1658, 1, NULL, '2023-02-16 15:20:35', '2023-02-16 15:20:35', 0, 0, '77.222.104.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1659, 1, NULL, '2023-02-16 17:22:05', '2023-02-16 17:22:05', 0, 0, '196.242.114.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1660, 1, NULL, '2023-02-16 18:50:15', '2023-02-16 18:50:15', 0, 0, '92.248.170.54', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1661, 1, NULL, '2023-02-16 19:31:51', '2023-02-16 19:31:51', 0, 0, '84.17.55.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(1662, 1, NULL, '2023-02-16 22:32:53', '2023-02-16 22:32:53', 0, 0, '85.208.115.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1663, 1, NULL, '2023-02-17 04:56:51', '2023-02-17 04:56:51', 0, 0, '92.100.133.129', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1664, 1, NULL, '2023-02-17 05:10:38', '2023-02-17 05:10:38', 0, 0, '196.196.34.171', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1665, 1, NULL, '2023-02-17 07:02:40', '2023-02-17 07:02:40', 0, 0, '24.108.106.119', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1666, 1, NULL, '2023-02-17 08:52:18', '2023-02-17 08:52:18', 0, 0, '91.219.212.214', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1667, 1, NULL, '2023-02-17 12:42:20', '2023-02-17 12:42:20', 0, 0, '193.148.18.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1668, 1, NULL, '2023-02-17 19:05:36', '2023-02-17 19:05:36', 0, 0, '47.74.152.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1669, 1, NULL, '2023-02-17 19:27:40', '2023-02-17 19:27:40', 0, 0, '192.241.84.59', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1670, 1, NULL, '2023-02-18 01:38:21', '2023-02-18 01:38:21', 0, 0, '37.204.161.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1671, 1, NULL, '2023-02-18 03:22:33', '2023-02-18 03:22:33', 0, 0, '37.145.130.234', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1672, 1, NULL, '2023-02-19 00:41:43', '2023-02-19 00:41:43', 0, 0, '176.124.210.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1673, 1, NULL, '2023-02-19 05:11:12', '2023-02-19 05:11:12', 0, 0, '159.242.227.152', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1674, 1, NULL, '2023-02-19 09:25:22', '2023-02-19 09:25:22', 0, 0, '152.58.92.119', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1675, 1, NULL, '2023-02-19 12:41:28', '2023-02-19 12:41:28', 0, 0, '38.153.232.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1676, 1, NULL, '2023-02-19 13:05:18', '2023-02-19 13:05:18', 0, 0, '196.242.114.195', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1677, 1, NULL, '2023-02-19 21:06:38', '2023-02-19 21:06:38', 0, 0, '181.177.91.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1678, 1, NULL, '2023-02-20 04:13:46', '2023-02-20 04:13:46', 0, 0, '193.188.20.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1679, 1, NULL, '2023-02-20 10:13:23', '2023-02-20 10:13:23', 0, 0, '185.108.106.175', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1680, 1, NULL, '2023-02-20 10:30:07', '2023-02-20 10:30:07', 0, 0, '176.126.123.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1681, 1, NULL, '2023-02-20 12:43:34', '2023-02-20 12:43:34', 0, 0, '107.186.31.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1682, 1, NULL, '2023-02-20 19:21:44', '2023-02-20 19:21:44', 0, 0, '196.247.212.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1683, 1, NULL, '2023-02-20 19:54:00', '2023-02-20 19:54:00', 0, 0, '196.245.220.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1684, 1, NULL, '2023-02-21 15:20:19', '2023-02-21 15:20:19', 0, 0, '107.152.146.68', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1685, 1, NULL, '2023-02-22 18:14:17', '2023-02-22 18:14:17', 0, 0, '192.3.52.204', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1686, 1, NULL, '2023-02-22 20:42:36', '2023-02-22 20:42:36', 0, 0, '185.174.159.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1687, 1, NULL, '2023-02-23 01:44:38', '2023-02-23 01:44:38', 0, 0, '46.163.138.218', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1688, 1, NULL, '2023-02-23 04:17:04', '2023-02-23 04:17:04', 0, 0, '185.174.159.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1689, 1, NULL, '2023-02-23 05:01:51', '2023-02-23 05:01:51', 0, 0, '185.174.159.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1690, 1, NULL, '2023-02-23 06:39:08', '2023-02-23 06:39:08', 0, 0, '195.78.54.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1691, 1, NULL, '2023-02-23 09:28:37', '2023-02-23 09:28:37', 0, 0, '193.148.18.100', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1692, 1, NULL, '2023-02-23 15:50:16', '2023-02-23 15:50:16', 0, 0, '178.45.220.250', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1693, 1, NULL, '2023-02-23 16:47:58', '2023-02-23 16:47:58', 0, 0, '188.87.255.122', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1694, 1, NULL, '2023-02-23 18:12:52', '2023-02-23 18:12:52', 0, 0, '185.174.159.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1695, 1, NULL, '2023-02-23 22:43:04', '2023-02-23 22:43:04', 0, 0, '91.245.37.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1696, 1, NULL, '2023-02-23 23:56:39', '2023-02-23 23:56:39', 0, 0, '196.247.213.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1697, 1, NULL, '2023-02-24 01:23:47', '2023-02-24 01:23:47', 0, 0, '178.159.37.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1698, 1, NULL, '2023-02-24 06:03:20', '2023-02-24 06:03:20', 0, 0, '1.169.67.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1699, 1, NULL, '2023-02-25 00:47:04', '2023-02-25 00:47:04', 0, 0, '102.165.53.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1700, 1, NULL, '2023-02-25 06:14:39', '2023-02-25 06:14:39', 0, 0, '125.21.16.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1701, 1, NULL, '2023-02-25 16:17:24', '2023-02-25 16:17:24', 0, 0, '77.222.104.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1702, 1, NULL, '2023-02-25 18:19:50', '2023-02-25 18:19:50', 0, 0, '1.169.67.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1703, 1, NULL, '2023-02-26 02:30:23', '2023-02-26 02:30:23', 0, 0, '46.163.138.218', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1704, 1, NULL, '2023-02-26 04:19:18', '2023-02-26 04:19:18', 0, 0, '4.204.250.250', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1705, 1, NULL, '2023-02-26 07:59:46', '2023-02-26 07:59:46', 0, 0, '63.161.78.193', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1706, 1, NULL, '2023-02-26 09:37:41', '2023-02-26 09:37:41', 0, 0, '102.165.53.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1707, 1, NULL, '2023-02-26 21:29:18', '2023-02-26 21:29:18', 0, 0, '185.253.97.234', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1708, 1, NULL, '2023-02-27 05:09:10', '2023-02-27 05:09:10', 0, 0, '196.242.46.248', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1709, 1, NULL, '2023-02-27 09:33:36', '2023-02-27 09:33:36', 0, 0, '204.217.203.219', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1710, 1, NULL, '2023-02-27 15:05:53', '2023-02-27 15:05:53', 0, 0, '107.175.67.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1711, 1, NULL, '2023-02-27 16:52:23', '2023-02-27 16:52:23', 0, 0, '192.3.235.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1712, 1, NULL, '2023-02-27 20:10:26', '2023-02-27 20:10:26', 0, 0, '5.62.43.144', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1713, 1, NULL, '2023-02-27 21:23:28', '2023-02-27 21:23:28', 0, 0, '138.199.59.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1714, 1, NULL, '2023-02-28 00:46:35', '2023-02-28 00:46:35', 0, 0, '142.111.242.198', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1715, 1, NULL, '2023-02-28 04:56:37', '2023-02-28 04:56:37', 0, 0, '46.163.138.218', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1716, 1, NULL, '2023-02-28 13:28:51', '2023-02-28 13:28:51', 0, 0, '72.79.33.56', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1717, 1, NULL, '2023-02-28 14:13:08', '2023-02-28 14:13:08', 0, 0, '84.17.47.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1718, 1, NULL, '2023-02-28 17:49:35', '2023-02-28 17:49:35', 0, 0, '138.199.7.132', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1719, 1, NULL, '2023-03-01 11:54:12', '2023-03-01 11:54:12', 0, 0, '1.169.123.33', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1720, 1, NULL, '2023-03-01 17:17:14', '2023-03-01 17:17:14', 0, 0, '196.242.195.175', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1721, 1, NULL, '2023-03-02 00:13:35', '2023-03-02 00:13:35', 0, 0, '191.101.209.142', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1722, 1, NULL, '2023-03-02 01:40:01', '2023-03-02 01:40:01', 0, 0, '94.180.142.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1723, 1, NULL, '2023-03-02 19:22:50', '2023-03-02 19:22:50', 0, 0, '72.255.9.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1724, 1, NULL, '2023-03-03 00:29:29', '2023-03-03 00:29:29', 0, 0, '178.159.37.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1725, 1, NULL, '2023-03-03 05:32:27', '2023-03-03 05:32:27', 0, 0, '49.36.71.68', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1726, 1, NULL, '2023-03-03 12:37:24', '2023-03-03 12:37:24', 0, 0, '196.247.192.203', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1727, 1, NULL, '2023-03-03 15:16:20', '2023-03-03 15:16:20', 0, 0, '196.242.46.142', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1728, 1, NULL, '2023-03-03 18:46:06', '2023-03-03 18:46:06', 0, 0, '5.227.28.14', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1729, 1, NULL, '2023-03-03 19:10:04', '2023-03-03 19:10:04', 0, 0, '165.231.182.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1730, 1, NULL, '2023-03-03 22:09:51', '2023-03-03 22:09:51', 0, 0, '8.219.250.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1731, 1, NULL, '2023-03-04 06:38:35', '2023-03-04 06:38:35', 0, 0, '138.199.7.132', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1732, 1, NULL, '2023-03-04 10:54:55', '2023-03-04 10:54:55', 0, 0, '27.72.67.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1733, 1, NULL, '2023-03-04 11:41:17', '2023-03-04 11:41:17', 0, 0, '196.245.220.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1734, 1, NULL, '2023-03-04 19:48:19', '2023-03-04 19:48:19', 0, 0, '8.219.127.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1735, 1, NULL, '2023-03-04 22:31:58', '2023-03-04 22:31:58', 0, 0, '95.79.217.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1736, 1, NULL, '2023-03-04 23:54:53', '2023-03-04 23:54:53', 0, 0, '185.220.100.255', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1737, 1, NULL, '2023-03-05 02:18:58', '2023-03-05 02:18:58', 0, 0, '88.147.174.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1738, 1, NULL, '2023-03-05 06:56:42', '2023-03-05 06:56:42', 0, 0, '209.127.191.133', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1739, 1, NULL, '2023-03-05 12:03:54', '2023-03-05 12:03:54', 0, 0, '136.0.65.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1740, 1, NULL, '2023-03-05 21:08:58', '2023-03-05 21:08:58', 0, 0, '196.242.20.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1742, 1, NULL, '2023-03-06 19:05:25', '2023-03-06 19:05:25', 0, 0, '172.245.80.98', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1743, 1, NULL, '2023-03-06 20:12:57', '2023-03-06 20:12:57', 0, 0, '111.88.215.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1744, 1, NULL, '2023-03-06 21:31:11', '2023-03-06 21:31:11', 0, 0, '95.79.217.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1745, 1, NULL, '2023-03-06 23:42:18', '2023-03-06 23:42:18', 0, 0, '138.128.78.162', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1746, 1, NULL, '2023-03-07 06:33:08', '2023-03-07 06:33:08', 0, 0, '185.174.159.244', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1747, 1, NULL, '2023-03-07 06:33:08', '2023-03-07 06:33:08', 0, 0, '185.174.159.244', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1748, 1, NULL, '2023-03-07 14:32:58', '2023-03-07 14:32:58', 0, 0, '88.147.152.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1749, 1, NULL, '2023-03-07 21:38:36', '2023-03-07 21:38:36', 0, 0, '1.169.133.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1750, 1, NULL, '2023-03-07 22:26:46', '2023-03-07 22:26:46', 0, 0, '161.117.10.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1751, 1, NULL, '2023-03-08 01:48:44', '2023-03-08 01:48:44', 0, 0, '176.124.210.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1752, 1, NULL, '2023-03-08 03:06:09', '2023-03-08 03:06:09', 0, 0, '194.107.200.211', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1753, 1, NULL, '2023-03-08 14:12:26', '2023-03-08 14:12:26', 0, 0, '185.220.100.250', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1754, 1, NULL, '2023-03-08 15:51:26', '2023-03-08 15:51:26', 0, 0, '8.219.76.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1755, 1, NULL, '2023-03-08 16:52:51', '2023-03-08 16:52:51', 0, 0, '94.241.48.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1756, 1, NULL, '2023-03-08 21:14:12', '2023-03-08 21:14:12', 0, 0, '104.223.52.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1757, 1, NULL, '2023-03-08 21:50:16', '2023-03-08 21:50:16', 0, 0, '47.74.152.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1758, 1, NULL, '2023-03-09 22:15:11', '2023-03-09 22:15:11', 0, 0, '196.245.220.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1759, 1, NULL, '2023-03-10 02:52:35', '2023-03-10 02:52:35', 0, 0, '196.244.192.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1760, 1, NULL, '2023-03-10 06:40:00', '2023-03-10 06:40:00', 0, 0, '95.79.217.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1761, 1, NULL, '2023-03-10 06:58:39', '2023-03-10 06:58:39', 0, 0, '95.79.217.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1762, 1, NULL, '2023-03-10 10:03:01', '2023-03-10 10:03:01', 0, 0, '5.251.198.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1763, 1, NULL, '2023-03-10 10:28:22', '2023-03-10 10:28:22', 0, 0, '8.219.250.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1764, 1, NULL, '2023-03-10 12:36:44', '2023-03-10 12:36:44', 0, 0, '190.2.132.127', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1765, 1, NULL, '2023-03-10 16:48:45', '2023-03-10 16:48:45', 0, 0, '191.101.209.148', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1766, 1, NULL, '2023-03-10 18:18:42', '2023-03-10 18:18:42', 0, 0, '190.2.132.155', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1767, 1, NULL, '2023-03-11 00:57:38', '2023-03-11 00:57:38', 0, 0, '45.199.140.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1768, 1, NULL, '2023-03-11 04:43:57', '2023-03-11 04:43:57', 0, 0, '95.79.217.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1769, 1, NULL, '2023-03-11 07:20:22', '2023-03-11 07:20:22', 0, 0, '37.19.217.202', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1770, 1, NULL, '2023-03-11 08:44:32', '2023-03-11 08:44:32', 0, 0, '196.242.84.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1771, 1, NULL, '2023-03-11 10:31:15', '2023-03-11 10:31:15', 0, 0, '193.188.20.238', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1772, 1, NULL, '2023-03-11 14:08:57', '2023-03-11 14:08:57', 0, 0, '190.2.132.127', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1773, 1, NULL, '2023-03-11 19:51:28', '2023-03-11 19:51:28', 0, 0, '190.2.132.155', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1774, 1, NULL, '2023-03-12 09:40:28', '2023-03-12 09:40:28', 0, 0, '8.219.250.133', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1775, 1, NULL, '2023-03-12 16:04:47', '2023-03-12 16:04:47', 0, 0, '37.146.240.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1776, 1, NULL, '2023-03-12 17:03:54', '2023-03-12 17:03:54', 0, 0, '196.242.114.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1777, 1, NULL, '2023-03-12 18:24:47', '2023-03-12 18:24:47', 0, 0, '72.79.33.56', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1778, 1, NULL, '2023-03-13 03:48:58', '2023-03-13 03:48:58', 0, 0, '1.169.126.229', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1779, 1, NULL, '2023-03-13 05:22:17', '2023-03-13 05:22:17', 0, 0, '37.204.161.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1780, 1, NULL, '2023-03-13 06:53:18', '2023-03-13 06:53:18', 0, 0, '170.83.177.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1781, 1, NULL, '2023-03-13 13:03:36', '2023-03-13 13:03:36', 0, 0, '154.30.241.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1782, 1, NULL, '2023-03-13 13:17:28', '2023-03-13 13:17:28', 0, 0, '196.242.47.165', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1783, 1, NULL, '2023-03-14 01:06:39', '2023-03-14 01:06:39', 0, 0, '87.249.134.129', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1784, 1, NULL, '2023-03-14 05:55:01', '2023-03-14 05:55:01', 0, 0, '154.29.101.139', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1785, 1, NULL, '2023-03-14 20:14:09', '2023-03-14 20:14:09', 0, 0, '223.29.254.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1786, 1, NULL, '2023-03-14 20:30:53', '2023-03-14 20:30:53', 0, 0, '172.245.75.93', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1787, 1, NULL, '2023-03-15 14:36:27', '2023-03-15 14:36:27', 0, 0, '45.120.50.219', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1788, 1, NULL, '2023-03-15 14:42:42', '2023-03-15 14:42:42', 0, 0, '154.37.92.172', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1789, 1, NULL, '2023-03-16 02:28:26', '2023-03-16 02:28:26', 0, 0, '191.101.209.103', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 Kinza/4.9.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1790, 1, NULL, '2023-03-16 06:30:50', '2023-03-16 06:30:50', 0, 0, '147.30.5.246', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1791, 1, NULL, '2023-03-16 15:22:23', '2023-03-16 15:22:23', 0, 0, '134.249.61.142', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1792, 1, NULL, '2023-03-16 20:05:45', '2023-03-16 20:05:45', 0, 0, '23.83.90.112', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1793, 1, NULL, '2023-03-16 21:44:38', '2023-03-16 21:44:38', 0, 0, '46.242.90.208', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1794, 1, NULL, '2023-03-17 06:03:34', '2023-03-17 06:03:34', 0, 0, '161.117.10.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1795, 1, NULL, '2023-03-17 11:33:57', '2023-03-17 11:33:57', 0, 0, '1.169.129.221', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1796, 1, NULL, '2023-03-18 01:26:15', '2023-03-18 01:26:15', 0, 0, '196.242.195.175', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1797, 1, NULL, '2023-03-18 15:34:30', '2023-03-18 15:34:30', 0, 0, '185.179.214.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1798, 1, NULL, '2023-03-18 21:41:18', '2023-03-18 21:41:18', 0, 0, '46.166.182.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1799, 1, NULL, '2023-03-19 03:11:16', '2023-03-19 03:11:16', 0, 0, '46.166.182.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1800, 1, NULL, '2023-03-19 08:01:13', '2023-03-19 08:01:13', 0, 0, '37.204.161.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1801, 1, NULL, '2023-03-19 11:35:19', '2023-03-19 11:35:19', 0, 0, '196.196.34.155', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1802, 1, NULL, '2023-03-19 21:56:05', '2023-03-19 21:56:05', 0, 0, '196.242.84.195', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1803, 1, NULL, '2023-03-20 00:06:31', '2023-03-20 00:06:31', 0, 0, '94.103.93.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1804, 1, NULL, '2023-03-20 01:41:03', '2023-03-20 01:41:03', 0, 0, '47.74.152.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1805, 1, NULL, '2023-03-20 06:52:16', '2023-03-20 06:52:16', 0, 0, '138.199.19.247', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1806, 1, NULL, '2023-03-21 07:34:22', '2023-03-21 07:34:22', 0, 0, '223.189.99.152', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 6.0.1; vivo 1610) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1807, 1, NULL, '2023-03-21 09:06:19', '2023-03-21 09:06:19', 0, 0, '103.4.221.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1808, 1, NULL, '2023-03-21 17:57:24', '2023-03-21 17:57:24', 0, 0, '89.22.233.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1809, 1, NULL, '2023-03-21 20:32:55', '2023-03-21 20:32:55', 0, 0, '89.22.233.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1810, 1, NULL, '2023-03-21 22:03:42', '2023-03-21 22:03:42', 0, 0, '193.188.21.238', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1811, 1, NULL, '2023-03-21 22:04:42', '2023-03-21 22:04:42', 0, 0, '172.241.168.100', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1812, 1, NULL, '2023-03-21 22:10:44', '2023-03-21 22:10:44', 0, 0, '193.188.21.238', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1813, 1, NULL, '2023-03-21 22:11:14', '2023-03-21 22:11:14', 0, 0, '193.35.48.118', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1814, 1, NULL, '2023-03-21 22:30:06', '2023-03-21 22:30:06', 0, 0, '193.188.21.238', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1815, 1, NULL, '2023-03-21 23:25:06', '2023-03-21 23:25:06', 0, 0, '193.188.21.238', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1816, 1, NULL, '2023-03-21 23:29:44', '2023-03-21 23:29:44', 0, 0, '104.144.125.103', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1817, 1, NULL, '2023-03-22 02:12:20', '2023-03-22 02:12:20', 0, 0, '213.219.247.144', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1818, 1, NULL, '2023-03-22 02:12:27', '2023-03-22 02:12:27', 0, 0, '213.219.247.144', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1819, 1, NULL, '2023-03-22 02:13:07', '2023-03-22 02:13:07', 0, 0, '89.22.234.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1820, 1, NULL, '2023-03-22 02:15:53', '2023-03-22 02:15:53', 0, 0, '213.219.247.144', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1821, 1, NULL, '2023-03-22 02:16:17', '2023-03-22 02:16:17', 0, 0, '213.219.247.144', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1822, 1, NULL, '2023-03-22 02:20:24', '2023-03-22 02:20:24', 0, 0, '213.219.247.144', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1823, 1, NULL, '2023-03-22 02:32:09', '2023-03-22 02:32:09', 0, 0, '89.22.234.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1824, 1, NULL, '2023-03-22 02:32:14', '2023-03-22 02:32:14', 0, 0, '89.22.234.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1825, 1, NULL, '2023-03-22 02:57:33', '2023-03-22 02:57:33', 0, 0, '89.22.234.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1826, 1, NULL, '2023-03-22 02:57:37', '2023-03-22 02:57:37', 0, 0, '89.22.234.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1827, 1, NULL, '2023-03-22 03:08:45', '2023-03-22 03:08:45', 0, 0, '89.22.232.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(1828, 1, NULL, '2023-03-22 03:42:23', '2023-03-22 03:42:23', 0, 0, '89.22.232.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1829, 1, NULL, '2023-03-22 03:44:24', '2023-03-22 03:44:24', 0, 0, '89.22.232.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1830, 1, NULL, '2023-03-22 03:55:26', '2023-03-22 03:55:26', 0, 0, '89.22.232.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1831, 1, NULL, '2023-03-22 17:58:46', '2023-03-22 17:58:46', 0, 0, '89.22.234.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1832, 1, NULL, '2023-03-22 17:58:48', '2023-03-22 17:58:48', 0, 0, '89.22.234.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1833, 1, NULL, '2023-03-22 18:02:16', '2023-03-22 18:02:16', 0, 0, '89.22.234.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1834, 1, NULL, '2023-03-22 18:09:28', '2023-03-22 18:09:28', 0, 0, '89.22.234.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1835, 1, NULL, '2023-03-22 20:01:20', '2023-03-22 20:01:20', 0, 0, '8.222.168.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1836, 1, NULL, '2023-03-22 20:13:20', '2023-03-22 20:13:20', 0, 0, '89.22.235.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1837, 1, NULL, '2023-03-22 20:13:22', '2023-03-22 20:13:22', 0, 0, '89.22.235.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1838, 1, NULL, '2023-03-22 20:13:33', '2023-03-22 20:13:33', 0, 0, '89.22.235.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1839, 1, NULL, '2023-03-22 20:20:26', '2023-03-22 20:20:26', 0, 0, '89.22.235.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1840, 1, NULL, '2023-03-22 20:35:46', '2023-03-22 20:35:46', 0, 0, '89.22.235.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1841, 1, NULL, '2023-03-22 21:27:21', '2023-03-22 21:27:21', 0, 0, '1.169.98.145', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1842, 1, NULL, '2023-03-23 00:16:07', '2023-03-23 00:16:07', 0, 0, '89.22.234.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1843, 1, NULL, '2023-03-23 02:27:39', '2023-03-23 02:27:39', 0, 0, '84.17.43.14', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1844, 1, NULL, '2023-03-23 02:42:27', '2023-03-23 02:42:27', 0, 0, '38.153.123.224', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1845, 1, NULL, '2023-03-23 03:36:47', '2023-03-23 03:36:47', 0, 0, '146.70.174.229', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1846, 1, NULL, '2023-03-23 05:33:47', '2023-03-23 05:33:47', 0, 0, '212.113.119.121', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1847, 1, NULL, '2023-03-23 08:13:31', '2023-03-23 08:13:31', 0, 0, '84.239.42.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1848, 1, NULL, '2023-03-23 10:10:01', '2023-03-23 10:10:01', 0, 0, '185.174.159.243', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1849, 1, NULL, '2023-03-23 10:29:39', '2023-03-23 10:29:39', 0, 0, '89.22.235.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1850, 1, NULL, '2023-03-23 11:07:11', '2023-03-23 11:07:11', 0, 0, '89.22.235.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1851, 1, NULL, '2023-03-23 11:11:20', '2023-03-23 11:11:20', 0, 0, '89.22.235.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1852, 1, NULL, '2023-03-23 11:36:16', '2023-03-23 11:36:16', 0, 0, '89.22.235.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1853, 1, NULL, '2023-03-23 11:59:49', '2023-03-23 11:59:49', 0, 0, '89.22.235.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1854, 1, NULL, '2023-03-23 12:09:44', '2023-03-23 12:09:44', 0, 0, '213.219.247.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1855, 1, NULL, '2023-03-23 12:11:27', '2023-03-23 12:11:27', 0, 0, '213.219.247.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1856, 1, NULL, '2023-03-23 12:40:18', '2023-03-23 12:40:18', 0, 0, '89.22.235.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1857, 1, NULL, '2023-03-23 13:02:22', '2023-03-23 13:02:22', 0, 0, '213.219.247.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1858, 1, NULL, '2023-03-23 13:13:20', '2023-03-23 13:13:20', 0, 0, '213.219.247.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1859, 1, NULL, '2023-03-23 13:20:07', '2023-03-23 13:20:07', 0, 0, '89.22.235.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1860, 1, NULL, '2023-03-23 13:35:16', '2023-03-23 13:35:16', 0, 0, '89.22.235.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1861, 1, NULL, '2023-03-23 14:22:03', '2023-03-23 14:22:03', 0, 0, '213.219.247.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1862, 1, NULL, '2023-03-23 17:06:44', '2023-03-23 17:06:44', 0, 0, '89.22.235.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1863, 1, NULL, '2023-03-23 18:05:43', '2023-03-23 18:05:43', 0, 0, '213.219.247.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1864, 1, NULL, '2023-03-23 19:59:51', '2023-03-23 19:59:51', 0, 0, '213.219.247.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1865, 1, NULL, '2023-03-23 20:39:33', '2023-03-23 20:39:33', 0, 0, '213.219.247.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1866, 1, NULL, '2023-03-24 01:33:27', '2023-03-24 01:33:27', 0, 0, '213.219.247.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1867, 1, NULL, '2023-03-24 06:45:02', '2023-03-24 06:45:02', 0, 0, '193.188.21.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1868, 1, NULL, '2023-03-24 07:38:02', '2023-03-24 07:38:02', 0, 0, '193.188.21.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1869, 1, NULL, '2023-03-24 07:52:49', '2023-03-24 07:52:49', 0, 0, '185.197.74.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1870, 1, NULL, '2023-03-24 08:17:15', '2023-03-24 08:17:15', 0, 0, '193.188.21.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1871, 1, NULL, '2023-03-24 08:28:33', '2023-03-24 08:28:33', 0, 0, '193.188.21.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1872, 1, NULL, '2023-03-24 08:45:44', '2023-03-24 08:45:44', 0, 0, '185.197.74.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1873, 1, NULL, '2023-03-24 08:45:50', '2023-03-24 08:45:50', 0, 0, '89.22.232.186', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1874, 1, NULL, '2023-03-24 08:59:13', '2023-03-24 08:59:13', 0, 0, '193.188.21.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1875, 1, NULL, '2023-03-24 09:06:51', '2023-03-24 09:06:51', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1876, 1, NULL, '2023-03-24 09:08:32', '2023-03-24 09:08:32', 0, 0, '185.197.74.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1877, 1, NULL, '2023-03-24 09:12:20', '2023-03-24 09:12:20', 0, 0, '89.22.232.186', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1878, 1, NULL, '2023-03-24 09:39:11', '2023-03-24 09:39:11', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1879, 1, NULL, '2023-03-24 10:03:40', '2023-03-24 10:03:40', 0, 0, '89.22.232.186', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1880, 1, NULL, '2023-03-24 10:04:07', '2023-03-24 10:04:07', 0, 0, '185.197.74.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1881, 1, NULL, '2023-03-24 10:10:47', '2023-03-24 10:10:47', 0, 0, '185.197.74.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1882, 1, NULL, '2023-03-24 10:14:16', '2023-03-24 10:14:16', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1883, 1, NULL, '2023-03-24 10:16:42', '2023-03-24 10:16:42', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1884, 1, NULL, '2023-03-24 10:31:12', '2023-03-24 10:31:12', 0, 0, '89.22.232.186', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1885, 1, NULL, '2023-03-24 10:33:47', '2023-03-24 10:33:47', 0, 0, '89.22.232.186', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1886, 1, NULL, '2023-03-24 10:57:53', '2023-03-24 10:57:53', 0, 0, '209.127.148.59', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1887, 1, NULL, '2023-03-24 16:38:05', '2023-03-24 16:38:05', 0, 0, '134.249.61.142', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1888, 1, NULL, '2023-03-24 18:07:07', '2023-03-24 18:07:07', 0, 0, '89.22.234.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1889, 1, NULL, '2023-03-24 18:07:08', '2023-03-24 18:07:08', 0, 0, '89.22.234.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1890, 1, NULL, '2023-03-24 18:09:01', '2023-03-24 18:09:01', 0, 0, '89.22.234.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1891, 1, NULL, '2023-03-24 18:22:16', '2023-03-24 18:22:16', 0, 0, '89.22.235.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1892, 1, NULL, '2023-03-24 18:22:21', '2023-03-24 18:22:21', 0, 0, '89.22.235.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1893, 1, NULL, '2023-03-24 18:32:58', '2023-03-24 18:32:58', 0, 0, '89.22.235.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1894, 1, NULL, '2023-03-24 18:35:25', '2023-03-24 18:35:25', 0, 0, '89.22.235.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1895, 1, NULL, '2023-03-24 18:36:37', '2023-03-24 18:36:37', 0, 0, '89.22.234.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1896, 1, NULL, '2023-03-24 18:39:56', '2023-03-24 18:39:56', 0, 0, '89.22.234.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1897, 1, NULL, '2023-03-24 19:12:36', '2023-03-24 19:12:36', 0, 0, '89.22.235.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1898, 1, NULL, '2023-03-25 03:30:45', '2023-03-25 03:30:45', 0, 0, '92.248.170.54', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1899, 1, NULL, '2023-03-25 06:44:47', '2023-03-25 06:44:47', 0, 0, '146.70.147.102', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1900, 1, NULL, '2023-03-25 13:22:48', '2023-03-25 13:22:48', 0, 0, '86.107.44.163', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1901, 1, NULL, '2023-03-25 16:57:34', '2023-03-25 16:57:34', 0, 0, '223.29.254.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1902, 1, NULL, '2023-03-26 05:50:55', '2023-03-26 05:50:55', 0, 0, '37.19.217.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1903, 1, NULL, '2023-03-26 06:53:46', '2023-03-26 06:53:46', 0, 0, '111.240.204.228', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1904, 1, NULL, '2023-03-26 06:53:46', '2023-03-26 06:53:46', 0, 0, '111.240.204.228', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1905, 1, NULL, '2023-03-26 09:34:19', '2023-03-26 09:34:19', 0, 0, '111.240.204.228', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1906, 1, NULL, '2023-03-26 16:50:51', '2023-03-26 16:50:51', 0, 0, '45.91.21.50', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1907, 1, NULL, '2023-03-26 22:37:55', '2023-03-26 22:37:55', 0, 0, '92.248.170.54', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1908, 1, NULL, '2023-03-27 02:39:27', '2023-03-27 02:39:27', 0, 0, '168.81.46.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1909, 1, NULL, '2023-03-27 12:06:19', '2023-03-27 12:06:19', 0, 0, '154.29.102.212', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1910, 1, NULL, '2023-03-27 17:10:27', '2023-03-27 17:10:27', 0, 0, '5.62.43.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1911, 1, NULL, '2023-03-27 19:45:49', '2023-03-27 19:45:49', 0, 0, '95.79.217.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1912, 1, NULL, '2023-03-27 19:50:48', '2023-03-27 19:50:48', 0, 0, '5.62.43.187', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1913, 1, NULL, '2023-03-27 23:39:15', '2023-03-27 23:39:15', 0, 0, '111.240.204.228', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1914, 1, NULL, '2023-03-27 23:50:38', '2023-03-27 23:50:38', 0, 0, '23.95.81.159', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1915, 1, NULL, '2023-03-28 03:02:35', '2023-03-28 03:02:35', 0, 0, '94.25.175.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1916, 1, NULL, '2023-03-28 06:14:09', '2023-03-28 06:14:09', 0, 0, '106.195.13.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1917, 1, NULL, '2023-03-28 17:13:57', '2023-03-28 17:13:57', 0, 0, '103.104.223.160', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1918, 1, NULL, '2023-03-28 22:21:13', '2023-03-28 22:21:13', 0, 0, '168.81.46.160', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1919, 1, NULL, '2023-03-28 23:34:36', '2023-03-28 23:34:36', 0, 0, '5.227.26.243', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1920, 1, NULL, '2023-03-29 03:15:57', '2023-03-29 03:15:57', 0, 0, '88.147.173.150', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1921, 1, NULL, '2023-03-29 03:55:23', '2023-03-29 03:55:23', 0, 0, '146.70.55.230', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1922, 1, NULL, '2023-03-29 06:00:08', '2023-03-29 06:00:08', 0, 0, '8.219.250.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1923, 1, NULL, '2023-03-29 16:57:43', '2023-03-29 16:57:43', 0, 0, '194.110.13.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1924, 1, NULL, '2023-03-29 17:26:17', '2023-03-29 17:26:17', 0, 0, '8.222.165.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1925, 1, NULL, '2023-03-29 17:54:54', '2023-03-29 17:54:54', 0, 0, '1.169.135.214', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1926, 1, NULL, '2023-03-29 17:54:54', '2023-03-29 17:54:54', 0, 0, '1.169.135.214', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1927, 1, NULL, '2023-03-29 18:30:45', '2023-03-29 18:30:45', 0, 0, '47.74.152.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1928, 1, NULL, '2023-03-29 18:55:23', '2023-03-29 18:55:23', 0, 0, '88.85.223.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1929, 1, NULL, '2023-03-29 22:45:36', '2023-03-29 22:45:36', 0, 0, '62.204.41.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1930, 1, NULL, '2023-03-30 07:51:39', '2023-03-30 07:51:39', 0, 0, '45.199.137.163', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1931, 1, NULL, '2023-03-30 10:59:24', '2023-03-30 10:59:24', 0, 0, '62.204.41.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1932, 1, NULL, '2023-03-30 19:37:25', '2023-03-30 19:37:25', 0, 0, '37.19.223.118', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1933, 1, NULL, '2023-03-31 02:00:26', '2023-03-31 02:00:26', 0, 0, '1.169.135.214', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1934, 1, NULL, '2023-03-31 12:28:07', '2023-03-31 12:28:07', 0, 0, '172.241.232.253', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1935, 1, NULL, '2023-03-31 14:39:58', '2023-03-31 14:39:58', 0, 0, '185.107.57.69', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1936, 1, NULL, '2023-03-31 21:44:19', '2023-03-31 21:44:19', 0, 0, '45.152.199.133', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1937, 1, NULL, '2023-04-01 01:30:47', '2023-04-01 01:30:47', 0, 0, '37.45.34.92', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1938, 1, NULL, '2023-04-01 01:32:44', '2023-04-01 01:32:44', 0, 0, '46.65.192.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1939, 1, NULL, '2023-04-01 05:35:23', '2023-04-01 05:35:23', 0, 0, '160.20.10.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1940, 1, NULL, '2023-04-01 13:40:38', '2023-04-01 13:40:38', 0, 0, '194.15.113.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1941, 1, NULL, '2023-04-01 14:22:28', '2023-04-01 14:22:28', 0, 0, '72.255.9.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1942, 1, NULL, '2023-04-01 15:15:19', '2023-04-01 15:15:19', 0, 0, '185.107.57.69', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1943, 1, NULL, '2023-04-01 17:17:41', '2023-04-01 17:17:41', 0, 0, '185.107.44.112', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1944, 1, NULL, '2023-04-01 19:43:46', '2023-04-01 19:43:46', 0, 0, '13.50.232.63', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1945, 1, NULL, '2023-04-01 23:39:23', '2023-04-01 23:39:23', 0, 0, '86.107.44.163', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1946, 1, NULL, '2023-04-02 01:04:01', '2023-04-02 01:04:01', 0, 0, '138.199.19.163', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1947, 1, NULL, '2023-04-02 01:34:40', '2023-04-02 01:34:40', 0, 0, '185.220.101.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1948, 1, NULL, '2023-04-02 01:38:36', '2023-04-02 01:38:36', 0, 0, '102.165.54.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1949, 1, NULL, '2023-04-02 01:47:45', '2023-04-02 01:47:45', 0, 0, '45.152.198.66', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1950, 1, NULL, '2023-04-02 12:49:36', '2023-04-02 12:49:36', 0, 0, '95.55.89.59', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1951, 1, NULL, '2023-04-02 17:02:44', '2023-04-02 17:02:44', 0, 0, '8.222.169.255', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1952, 1, NULL, '2023-04-02 23:42:35', '2023-04-02 23:42:35', 0, 0, '5.227.26.243', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1953, 1, NULL, '2023-04-02 23:52:06', '2023-04-02 23:52:06', 0, 0, '23.81.49.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1954, 1, NULL, '2023-04-03 09:12:52', '2023-04-03 09:12:52', 0, 0, '217.146.13.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1955, 1, NULL, '2023-04-03 10:49:11', '2023-04-03 10:49:11', 0, 0, '185.122.170.130', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1956, 1, NULL, '2023-04-03 13:18:19', '2023-04-03 13:18:19', 0, 0, '45.83.25.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1957, 1, NULL, '2023-04-03 22:16:18', '2023-04-03 22:16:18', 0, 0, '8.219.211.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1958, 1, NULL, '2023-04-04 02:48:16', '2023-04-04 02:48:16', 0, 0, '92.100.132.32', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1959, 1, NULL, '2023-04-04 06:23:15', '2023-04-04 06:23:15', 0, 0, '103.221.235.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1960, 1, NULL, '2023-04-04 16:50:07', '2023-04-04 16:50:07', 0, 0, '94.180.142.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1961, 1, NULL, '2023-04-04 20:27:10', '2023-04-04 20:27:10', 0, 0, '62.204.41.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1962, 1, NULL, '2023-04-05 00:40:31', '2023-04-05 00:40:31', 0, 0, '8.219.197.131', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1963, 1, NULL, '2023-04-05 08:59:49', '2023-04-05 08:59:49', 0, 0, '1.169.112.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1964, 1, NULL, '2023-04-05 14:05:32', '2023-04-05 14:05:32', 0, 0, '185.179.214.42', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1965, 1, NULL, '2023-04-05 16:59:37', '2023-04-05 16:59:37', 0, 0, '95.79.217.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1966, 1, NULL, '2023-04-05 19:04:46', '2023-04-05 19:04:46', 0, 0, '94.25.173.109', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1967, 1, NULL, '2023-04-05 22:04:17', '2023-04-05 22:04:17', 0, 0, '62.204.41.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1968, 1, NULL, '2023-04-06 06:54:41', '2023-04-06 06:54:41', 0, 0, '38.153.123.82', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1969, 1, NULL, '2023-04-06 08:36:55', '2023-04-06 08:36:55', 0, 0, '185.77.217.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1970, 1, NULL, '2023-04-06 11:55:19', '2023-04-06 11:55:19', 0, 0, '157.45.241.180', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 9; Redmi Y2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.81 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1977, 1, NULL, '2023-04-07 20:53:43', '2023-04-07 20:53:43', 0, 0, '31.171.152.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1972, 1, NULL, '2023-04-06 19:04:16', '2023-04-06 19:04:16', 0, 0, '24.108.106.119', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1973, 1, NULL, '2023-04-06 20:34:06', '2023-04-06 20:34:06', 0, 0, '8.222.173.171', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1974, 1, NULL, '2023-04-07 06:17:11', '2023-04-07 06:17:11', 0, 0, '185.107.57.69', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1975, 1, NULL, '2023-04-07 10:01:46', '2023-04-07 10:01:46', 0, 0, '23.108.217.173', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1976, 1, NULL, '2023-04-07 13:05:08', '2023-04-07 13:05:08', 0, 0, '102.165.52.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1978, 1, NULL, '2023-04-07 23:44:56', '2023-04-07 23:44:56', 0, 0, '8.219.235.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1979, 1, NULL, '2023-04-08 00:01:53', '2023-04-08 00:01:53', 0, 0, '37.46.113.211', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1980, 1, NULL, '2023-04-08 00:09:15', '2023-04-08 00:09:15', 0, 0, '8.219.187.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1981, 1, NULL, '2023-04-08 05:50:04', '2023-04-08 05:50:04', 0, 0, '8.222.195.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1982, 1, NULL, '2023-04-08 06:01:33', '2023-04-08 06:01:33', 0, 0, '122.163.45.27', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1983, 1, NULL, '2023-04-08 15:20:21', '2023-04-08 15:20:21', 0, 0, '88.147.153.215', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1984, 1, NULL, '2023-04-08 18:13:34', '2023-04-08 18:13:34', 0, 0, '1.169.120.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1985, 1, NULL, '2023-04-09 09:17:14', '2023-04-09 09:17:14', 0, 0, '152.58.87.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1986, 1, NULL, '2023-04-09 10:56:04', '2023-04-09 10:56:04', 0, 0, '95.79.217.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1987, 1, NULL, '2023-04-09 23:18:03', '2023-04-09 23:18:03', 0, 0, '72.255.9.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1988, 1, NULL, '2023-04-10 02:35:05', '2023-04-10 02:35:05', 0, 0, '1.169.120.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1989, 1, NULL, '2023-04-10 08:05:31', '2023-04-10 08:05:31', 0, 0, '193.38.235.152', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1990, 1, NULL, '2023-04-10 12:25:01', '2023-04-10 12:25:01', 0, 0, '111.88.209.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1991, 1, NULL, '2023-04-10 12:33:53', '2023-04-10 12:33:53', 0, 0, '43.241.193.70', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1992, 1, NULL, '2023-04-10 18:17:12', '2023-04-10 18:17:12', 0, 0, '178.168.204.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1993, 1, NULL, '2023-04-10 22:42:05', '2023-04-10 22:42:05', 0, 0, '86.107.44.163', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1994, 1, NULL, '2023-04-11 00:34:15', '2023-04-11 00:34:15', 0, 0, '85.208.115.237', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(1995, 1, NULL, '2023-04-11 01:54:47', '2023-04-11 01:54:47', 0, 0, '168.90.196.67', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1996, 1, NULL, '2023-04-11 03:53:18', '2023-04-11 03:53:18', 0, 0, '176.31.115.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1997, 1, NULL, '2023-04-11 04:19:21', '2023-04-11 04:19:21', 0, 0, '102.165.55.98', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1998, 1, NULL, '2023-04-11 11:38:09', '2023-04-11 11:38:09', 0, 0, '91.108.178.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(1999, 1, NULL, '2023-04-11 17:17:56', '2023-04-11 17:17:56', 0, 0, '111.88.220.73', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2000, 1, NULL, '2023-04-11 17:42:27', '2023-04-11 17:42:27', 0, 0, '23.81.124.104', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2001, 1, NULL, '2023-04-11 20:47:20', '2023-04-11 20:47:20', 0, 0, '196.196.147.19', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2002, 1, NULL, '2023-04-12 03:11:14', '2023-04-12 03:11:14', 0, 0, '37.139.53.94', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2003, 1, NULL, '2023-04-12 09:11:24', '2023-04-12 09:11:24', 0, 0, '138.199.36.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2004, 1, NULL, '2023-04-12 14:40:47', '2023-04-12 14:40:47', 0, 0, '196.16.223.123', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2005, 1, NULL, '2023-04-12 18:11:12', '2023-04-12 18:11:12', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2006, 1, NULL, '2023-04-12 20:18:21', '2023-04-12 20:18:21', 0, 0, '193.188.20.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2007, 1, NULL, '2023-04-12 20:48:23', '2023-04-12 20:48:23', 0, 0, '199.249.230.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2008, 1, NULL, '2023-04-12 23:56:29', '2023-04-12 23:56:29', 0, 0, '23.81.124.104', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2009, 1, NULL, '2023-04-13 02:00:18', '2023-04-13 02:00:18', 0, 0, '194.26.135.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2010, 1, NULL, '2023-04-13 03:52:02', '2023-04-13 03:52:02', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2011, 1, NULL, '2023-04-13 05:04:42', '2023-04-13 05:04:42', 0, 0, '181.214.218.250', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2017, 1, NULL, '2023-04-13 17:09:21', '2023-04-13 17:09:21', 0, 0, '111.88.46.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2013, 1, NULL, '2023-04-13 05:23:55', '2023-04-13 05:23:55', 0, 0, '91.219.212.229', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2014, 1, NULL, '2023-04-13 08:12:00', '2023-04-13 08:12:00', 0, 0, '194.15.113.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2015, 1, NULL, '2023-04-13 09:16:55', '2023-04-13 09:16:55', 0, 0, '178.67.184.134', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2016, 1, NULL, '2023-04-13 16:15:59', '2023-04-13 16:15:59', 0, 0, '23.81.59.179', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2018, 1, NULL, '2023-04-14 01:41:58', '2023-04-14 01:41:58', 0, 0, '185.179.214.42', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2019, 1, NULL, '2023-04-14 02:43:29', '2023-04-14 02:43:29', 0, 0, '46.242.90.208', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2020, 1, NULL, '2023-04-14 05:22:21', '2023-04-14 05:22:21', 0, 0, '45.61.186.203', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2021, 1, NULL, '2023-04-14 05:37:46', '2023-04-14 05:37:46', 0, 0, '37.214.18.249', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2022, 1, NULL, '2023-04-15 05:53:11', '2023-04-15 05:53:11', 0, 0, '161.117.10.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2023, 1, NULL, '2023-04-15 09:28:34', '2023-04-15 09:28:34', 0, 0, '172.241.117.179', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2024, 1, NULL, '2023-04-15 12:17:42', '2023-04-15 12:17:42', 0, 0, '81.177.127.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2025, 1, NULL, '2023-04-15 19:10:58', '2023-04-15 19:10:58', 0, 0, '188.126.94.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2032, 1, NULL, '2023-04-16 17:30:51', '2023-04-16 17:30:51', 0, 0, '46.3.199.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2027, 1, NULL, '2023-04-16 02:30:52', '2023-04-16 02:30:52', 0, 0, '85.10.51.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2028, 1, NULL, '2023-04-16 02:32:16', '2023-04-16 02:32:16', 0, 0, '194.26.135.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2029, 1, NULL, '2023-04-16 03:35:39', '2023-04-16 03:35:39', 0, 0, '107.189.8.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2030, 1, NULL, '2023-04-16 13:44:09', '2023-04-16 13:44:09', 0, 0, '176.48.49.190', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2031, 1, NULL, '2023-04-16 16:18:37', '2023-04-16 16:18:37', 0, 0, '160.20.8.211', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2033, 1, NULL, '2023-04-16 17:39:44', '2023-04-16 17:39:44', 0, 0, '194.15.113.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2034, 1, NULL, '2023-04-16 21:48:32', '2023-04-16 21:48:32', 0, 0, '38.170.133.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2035, 1, NULL, '2023-04-16 22:49:57', '2023-04-16 22:49:57', 0, 0, '36.255.190.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2036, 1, NULL, '2023-04-17 05:37:41', '2023-04-17 05:37:41', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2037, 1, NULL, '2023-04-17 05:45:03', '2023-04-17 05:45:03', 0, 0, '8.222.178.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2038, 1, NULL, '2023-04-17 11:12:14', '2023-04-17 11:12:14', 0, 0, '185.77.217.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2039, 1, NULL, '2023-04-17 22:58:35', '2023-04-17 22:58:35', 0, 0, '111.240.212.239', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2040, 1, NULL, '2023-04-17 22:58:36', '2023-04-17 22:58:36', 0, 0, '111.240.212.239', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2041, 1, NULL, '2023-04-17 22:58:36', '2023-04-17 22:58:36', 0, 0, '111.240.212.239', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2042, 1, NULL, '2023-04-18 01:28:16', '2023-04-18 01:28:16', 0, 0, '185.107.80.166', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2043, 1, NULL, '2023-04-18 03:56:42', '2023-04-18 03:56:42', 0, 0, '185.107.83.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2044, 1, NULL, '2023-04-18 07:34:32', '2023-04-18 07:34:32', 0, 0, '173.208.27.234', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2045, 1, NULL, '2023-04-18 20:12:59', '2023-04-18 20:12:59', 0, 0, '88.147.174.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2046, 1, NULL, '2023-04-19 01:36:41', '2023-04-19 01:36:41', 0, 0, '95.79.217.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2047, 1, NULL, '2023-04-19 05:59:20', '2023-04-19 05:59:20', 0, 0, '219.91.202.219', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2048, 1, NULL, '2023-04-19 17:05:43', '2023-04-19 17:05:43', 0, 0, '194.36.97.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2049, 1, NULL, '2023-04-19 17:25:31', '2023-04-19 17:25:31', 0, 0, '185.107.80.166', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2050, 1, NULL, '2023-04-19 18:10:10', '2023-04-19 18:10:10', 0, 0, '107.175.14.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2051, 1, NULL, '2023-04-19 18:23:01', '2023-04-19 18:23:01', 0, 0, '195.140.212.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2052, 1, NULL, '2023-04-19 18:47:59', '2023-04-19 18:47:59', 0, 0, '23.106.192.81', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2053, 1, NULL, '2023-04-19 19:56:03', '2023-04-19 19:56:03', 0, 0, '185.122.170.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2054, 1, NULL, '2023-04-20 03:06:31', '2023-04-20 03:06:31', 0, 0, '84.247.48.62', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2055, 1, NULL, '2023-04-20 11:03:08', '2023-04-20 11:03:08', 0, 0, '95.79.217.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2056, 1, NULL, '2023-04-21 03:49:30', '2023-04-21 03:49:30', 0, 0, '185.107.83.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2057, 1, NULL, '2023-04-21 07:55:23', '2023-04-21 07:55:23', 0, 0, '196.16.223.243', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2058, 1, NULL, '2023-04-21 10:37:49', '2023-04-21 10:37:49', 0, 0, '8.222.244.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2059, 1, NULL, '2023-04-21 12:22:47', '2023-04-21 12:22:47', 0, 0, '37.115.204.185', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2060, 1, NULL, '2023-04-21 16:04:22', '2023-04-21 16:04:22', 0, 0, '8.222.250.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2061, 1, NULL, '2023-04-21 21:43:41', '2023-04-21 21:43:41', 0, 0, '195.123.209.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2062, 1, NULL, '2023-04-21 23:23:44', '2023-04-21 23:23:44', 0, 0, '37.139.53.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2063, 1, NULL, '2023-04-22 04:59:17', '2023-04-22 04:59:17', 0, 0, '194.32.122.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2064, 1, NULL, '2023-04-22 09:41:59', '2023-04-22 09:41:59', 0, 0, '88.147.174.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2065, 1, NULL, '2023-04-22 11:22:58', '2023-04-22 11:22:58', 0, 0, '157.40.143.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 8.1.0; vivo 1814) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2066, 1, NULL, '2023-04-22 13:05:33', '2023-04-22 13:05:33', 0, 0, '1.169.113.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2067, 1, NULL, '2023-04-22 13:05:33', '2023-04-22 13:05:33', 0, 0, '1.169.113.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2068, 1, NULL, '2023-04-22 14:46:38', '2023-04-22 14:46:38', 0, 0, '160.20.10.34', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2069, 1, NULL, '2023-04-22 14:50:34', '2023-04-22 14:50:34', 0, 0, '196.244.192.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2070, 1, NULL, '2023-04-22 20:42:52', '2023-04-22 20:42:52', 0, 0, '137.74.211.248', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2071, 1, NULL, '2023-04-22 21:44:51', '2023-04-22 21:44:51', 0, 0, '47.74.152.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2072, 1, NULL, '2023-04-22 21:44:52', '2023-04-22 21:44:52', 0, 0, '161.117.10.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2073, 1, NULL, '2023-04-22 23:58:01', '2023-04-22 23:58:01', 0, 0, '194.26.135.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2074, 1, NULL, '2023-04-23 00:20:25', '2023-04-23 00:20:25', 0, 0, '109.70.100.85', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2075, 1, NULL, '2023-04-23 02:46:27', '2023-04-23 02:46:27', 0, 0, '8.222.250.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2076, 1, NULL, '2023-04-23 03:38:14', '2023-04-23 03:38:14', 0, 0, '161.117.5.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2077, 1, NULL, '2023-04-23 03:38:14', '2023-04-23 03:38:14', 0, 0, '161.117.10.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2078, 1, NULL, '2023-04-23 09:43:18', '2023-04-23 09:43:18', 0, 0, '8.219.251.185', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2079, 1, NULL, '2023-04-23 20:31:04', '2023-04-23 20:31:04', 0, 0, '1.169.113.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2080, 1, NULL, '2023-04-24 07:27:05', '2023-04-24 07:27:05', 0, 0, '185.231.244.195', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2081, 1, NULL, '2023-04-24 09:15:56', '2023-04-24 09:15:56', 0, 0, '8.222.249.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2082, 1, NULL, '2023-04-24 18:21:00', '2023-04-24 18:21:00', 0, 0, '173.44.213.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2083, 1, NULL, '2023-04-24 18:29:24', '2023-04-24 18:29:24', 0, 0, '72.79.33.56', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2084, 1, NULL, '2023-04-24 19:37:14', '2023-04-24 19:37:14', 0, 0, '165.91.13.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 OPR/97.0.0.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2093, 1, NULL, '2023-04-25 17:46:02', '2023-04-25 17:46:02', 0, 0, '188.235.32.182', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2086, 1, NULL, '2023-04-24 21:01:08', '2023-04-24 21:01:08', 0, 0, '23.82.86.219', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2087, 1, NULL, '2023-04-24 21:52:26', '2023-04-24 21:52:26', 0, 0, '185.77.217.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2088, 1, NULL, '2023-04-25 03:01:13', '2023-04-25 03:01:13', 0, 0, '8.222.250.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2089, 1, NULL, '2023-04-25 05:57:57', '2023-04-25 05:57:57', 0, 0, '84.239.46.144', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2090, 1, NULL, '2023-04-25 06:00:04', '2023-04-25 06:00:04', 0, 0, '185.242.7.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2091, 1, NULL, '2023-04-25 06:13:18', '2023-04-25 06:13:18', 0, 0, '77.137.66.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2092, 1, NULL, '2023-04-25 12:54:06', '2023-04-25 12:54:06', 0, 0, '1.169.125.47', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2094, 1, NULL, '2023-04-25 19:50:26', '2023-04-25 19:50:26', 0, 0, '181.214.218.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2095, 1, NULL, '2023-04-25 21:35:01', '2023-04-25 21:35:01', 0, 0, '194.143.137.155', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2096, 1, NULL, '2023-04-26 02:40:11', '2023-04-26 02:40:11', 0, 0, '23.81.49.162', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2097, 1, NULL, '2023-04-26 12:55:07', '2023-04-26 12:55:07', 0, 0, '185.77.217.93', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2098, 1, NULL, '2023-04-26 15:40:56', '2023-04-26 15:40:56', 0, 0, '196.19.244.163', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2099, 1, NULL, '2023-04-26 18:18:07', '2023-04-26 18:18:07', 0, 0, '185.44.82.56', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2100, 1, NULL, '2023-04-26 20:17:16', '2023-04-26 20:17:16', 0, 0, '95.79.217.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2101, 1, NULL, '2023-04-26 21:40:43', '2023-04-26 21:40:43', 0, 0, '1.169.125.47', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2102, 1, NULL, '2023-04-26 21:40:45', '2023-04-26 21:40:45', 0, 0, '1.169.125.47', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2103, 1, NULL, '2023-04-27 02:24:51', '2023-04-27 02:24:51', 0, 0, '46.3.199.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2104, 1, NULL, '2023-04-27 06:26:45', '2023-04-27 06:26:45', 0, 0, '8.222.168.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2105, 1, NULL, '2023-04-27 12:01:57', '2023-04-27 12:01:57', 0, 0, '157.50.62.51', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 13; SM-M325F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2106, 1, NULL, '2023-04-27 12:54:43', '2023-04-27 12:54:43', 0, 0, '196.18.229.253', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2107, 1, NULL, '2023-04-27 15:15:38', '2023-04-27 15:15:38', 0, 0, '194.26.135.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2108, 1, NULL, '2023-04-27 18:47:54', '2023-04-27 18:47:54', 0, 0, '45.170.14.236', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2109, 1, NULL, '2023-04-27 21:21:20', '2023-04-27 21:21:20', 0, 0, '191.96.252.223', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2110, 1, NULL, '2023-04-27 23:49:04', '2023-04-27 23:49:04', 0, 0, '41.216.187.189', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2111, 1, NULL, '2023-04-28 03:08:09', '2023-04-28 03:08:09', 0, 0, '176.31.115.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2112, 1, NULL, '2023-04-28 08:25:59', '2023-04-28 08:25:59', 0, 1, '81.200.147.31', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2113, 1, NULL, '2023-04-28 10:20:53', '2023-04-28 10:20:53', 0, 0, '194.36.98.56', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2114, 1, NULL, '2023-04-28 10:42:11', '2023-04-28 10:42:11', 0, 0, '8.219.228.247', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2115, 1, NULL, '2023-04-28 11:56:55', '2023-04-28 11:56:55', 0, 0, '181.214.218.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2116, 1, NULL, '2023-04-28 17:26:38', '2023-04-28 17:26:38', 0, 0, '5.62.43.235', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2117, 1, NULL, '2023-04-28 17:38:37', '2023-04-28 17:38:37', 0, 0, '160.202.37.54', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2118, 1, NULL, '2023-04-28 21:16:27', '2023-04-28 21:16:27', 0, 0, '194.26.135.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2119, 1, NULL, '2023-04-28 22:43:20', '2023-04-28 22:43:20', 0, 0, '37.139.53.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2120, 1, NULL, '2023-04-29 03:00:07', '2023-04-29 03:00:07', 0, 0, '161.117.9.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2121, 1, NULL, '2023-04-29 05:22:47', '2023-04-29 05:22:47', 0, 0, '196.199.119.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2122, 1, NULL, '2023-05-03 09:03:00', '2023-05-03 09:03:00', 0, 0, '191.101.217.100', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2123, 1, NULL, '2023-05-03 10:57:17', '2023-05-03 10:57:17', 0, 0, '86.179.4.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2124, 1, NULL, '2023-05-03 13:35:35', '2023-05-03 13:35:35', 0, 0, '94.25.170.209', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2125, 1, NULL, '2023-05-03 18:24:55', '2023-05-03 18:24:55', 0, 0, '8.222.197.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2126, 1, NULL, '2023-05-03 21:50:06', '2023-05-03 21:50:06', 0, 0, '176.124.215.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2127, 1, NULL, '2023-05-03 23:50:41', '2023-05-03 23:50:41', 0, 0, '194.26.135.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2128, 1, NULL, '2023-05-04 02:22:31', '2023-05-04 02:22:31', 0, 1, '23.92.222.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'trash'),
(2129, 1, NULL, '2023-05-04 03:12:57', '2023-05-04 03:12:57', 0, 0, '161.117.10.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2130, 1, NULL, '2023-05-04 05:14:41', '2023-05-04 05:14:41', 0, 1, '185.189.114.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2131, 1, NULL, '2023-05-04 15:46:49', '2023-05-04 15:46:49', 0, 0, '8.222.250.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2132, 1, NULL, '2023-05-04 19:40:11', '2023-05-04 19:40:11', 0, 0, '107.174.251.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2133, 1, NULL, '2023-05-04 20:07:30', '2023-05-04 20:07:30', 0, 0, '82.118.29.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2134, 1, NULL, '2023-05-05 03:58:29', '2023-05-05 03:58:29', 0, 0, '194.26.135.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2135, 1, NULL, '2023-05-05 06:19:47', '2023-05-05 06:19:47', 0, 0, '8.222.173.171', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2136, 1, NULL, '2023-05-05 07:49:57', '2023-05-05 07:49:57', 0, 0, '46.3.199.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2137, 1, NULL, '2023-05-05 15:40:20', '2023-05-05 15:40:20', 0, 0, '46.242.90.208', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2138, 1, NULL, '2023-05-05 22:56:58', '2023-05-05 22:56:58', 0, 0, '1.169.140.197', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2139, 1, NULL, '2023-05-06 05:13:50', '2023-05-06 05:13:50', 0, 0, '102.129.143.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2140, 1, NULL, '2023-05-06 06:32:15', '2023-05-06 06:32:15', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2141, 1, NULL, '2023-05-06 06:32:15', '2023-05-06 06:32:15', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2142, 1, NULL, '2023-05-06 17:53:22', '2023-05-06 17:53:22', 0, 0, '81.200.147.31', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2143, 1, NULL, '2023-05-07 01:28:28', '2023-05-07 01:28:28', 0, 0, '8.222.178.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2144, 1, NULL, '2023-05-07 03:01:29', '2023-05-07 03:01:29', 0, 0, '84.17.43.166', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2145, 1, NULL, '2023-05-07 08:25:04', '2023-05-07 08:25:04', 0, 0, '8.222.178.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2146, 1, NULL, '2023-05-07 16:06:50', '2023-05-07 16:06:50', 0, 0, '8.222.179.80', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2147, 1, NULL, '2023-05-08 00:13:10', '2023-05-08 00:13:10', 0, 0, '172.56.168.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2148, 1, NULL, '2023-05-08 04:28:52', '2023-05-08 04:28:52', 0, 0, '8.222.176.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2149, 1, NULL, '2023-05-08 12:25:31', '2023-05-08 12:25:31', 0, 0, '103.232.239.55', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2150, 1, NULL, '2023-05-08 15:44:56', '2023-05-08 15:44:56', 0, 0, '8.222.178.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2151, 1, NULL, '2023-05-08 23:38:31', '2023-05-08 23:38:31', 0, 0, '181.214.218.201', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2152, 1, NULL, '2023-05-09 00:16:41', '2023-05-09 00:16:41', 0, 0, '94.25.171.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2153, 1, NULL, '2023-05-09 07:53:51', '2023-05-09 07:53:51', 0, 0, '36.255.188.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2154, 1, NULL, '2023-05-09 15:15:48', '2023-05-09 15:15:48', 0, 0, '111.88.209.253', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2155, 1, NULL, '2023-05-09 21:26:23', '2023-05-09 21:26:23', 0, 0, '194.195.91.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2156, 1, NULL, '2023-05-11 05:41:35', '2023-05-11 05:41:35', 0, 0, '8.222.170.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2157, 1, NULL, '2023-05-11 20:27:15', '2023-05-11 20:27:15', 0, 0, '23.231.36.33', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2158, 1, NULL, '2023-05-11 21:07:58', '2023-05-11 21:07:58', 0, 0, '161.117.10.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2159, 1, NULL, '2023-05-11 21:07:58', '2023-05-11 21:07:58', 0, 0, '161.117.9.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2160, 1, NULL, '2023-05-11 21:08:00', '2023-05-11 21:08:00', 0, 0, '47.74.152.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2161, 1, NULL, '2023-05-11 22:13:24', '2023-05-11 22:13:24', 0, 0, '124.77.252.230', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2162, 1, NULL, '2023-05-11 22:17:37', '2023-05-11 22:17:37', 0, 0, '109.197.199.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2163, 1, NULL, '2023-05-12 00:23:14', '2023-05-12 00:23:14', 0, 0, '149.18.24.108', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2164, 1, NULL, '2023-05-12 06:30:14', '2023-05-12 06:30:14', 0, 0, '194.15.113.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(2165, 1, NULL, '2023-05-12 10:52:18', '2023-05-12 10:52:18', 0, 0, '63.141.236.162', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2166, 1, NULL, '2023-05-12 14:43:55', '2023-05-12 14:43:55', 0, 0, '109.195.85.80', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2167, 1, NULL, '2023-05-13 02:12:18', '2023-05-13 02:12:18', 0, 0, '37.139.53.170', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2168, 1, NULL, '2023-05-13 10:58:53', '2023-05-13 10:58:53', 0, 0, '81.200.147.31', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2169, 1, NULL, '2023-05-13 11:48:25', '2023-05-13 11:48:25', 0, 0, '161.117.10.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2170, 1, NULL, '2023-05-13 15:14:56', '2023-05-13 15:14:56', 0, 0, '36.255.188.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2171, 1, NULL, '2023-05-13 17:20:56', '2023-05-13 17:20:56', 0, 0, '20.111.19.204', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2172, 1, NULL, '2023-05-13 19:50:14', '2023-05-13 19:50:14', 0, 0, '36.255.191.85', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2173, 1, NULL, '2023-05-14 09:28:52', '2023-05-14 09:28:52', 0, 0, '77.71.50.134', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2174, 1, NULL, '2023-05-15 10:01:52', '2023-05-15 10:01:52', 0, 0, '152.58.210.195', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2175, 1, NULL, '2023-05-15 10:20:51', '2023-05-15 10:20:51', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2176, 1, NULL, '2023-05-15 11:43:09', '2023-05-15 11:43:09', 0, 0, '37.139.53.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2177, 1, NULL, '2023-05-16 07:44:48', '2023-05-16 07:44:48', 0, 0, '1.169.135.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2178, 1, NULL, '2023-05-16 15:35:43', '2023-05-16 15:35:43', 0, 0, '8.219.251.185', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2179, 1, NULL, '2023-05-16 19:08:53', '2023-05-16 19:08:53', 0, 0, '62.133.45.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2180, 1, NULL, '2023-05-16 22:35:22', '2023-05-16 22:35:22', 0, 0, '104.28.198.243', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2181, 1, NULL, '2023-05-16 23:28:38', '2023-05-16 23:28:38', 0, 0, '196.242.47.215', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2182, 1, NULL, '2023-05-17 04:14:31', '2023-05-17 04:14:31', 0, 0, '38.15.148.144', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2183, 1, NULL, '2023-05-17 09:34:30', '2023-05-17 09:34:30', 0, 0, '185.122.170.126', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2184, 1, NULL, '2023-05-17 16:52:35', '2023-05-17 16:52:35', 0, 0, '191.96.252.250', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2185, 1, NULL, '2023-05-17 20:20:17', '2023-05-17 20:20:17', 0, 0, '8.222.179.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2186, 1, NULL, '2023-05-17 22:39:54', '2023-05-17 22:39:54', 0, 0, '8.222.249.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2187, 1, NULL, '2023-05-17 22:40:29', '2023-05-17 22:40:29', 0, 0, '36.255.188.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2188, 1, NULL, '2023-05-18 02:30:08', '2023-05-18 02:30:08', 0, 0, '146.70.123.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2189, 1, NULL, '2023-05-18 02:32:35', '2023-05-18 02:32:35', 0, 0, '185.197.74.94', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2190, 1, NULL, '2023-05-18 06:14:25', '2023-05-18 06:14:25', 0, 0, '181.214.218.112', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2191, 1, NULL, '2023-05-18 08:59:11', '2023-05-18 08:59:11', 0, 0, '8.219.197.131', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2192, 1, NULL, '2023-05-18 18:15:04', '2023-05-18 18:15:04', 0, 0, '193.194.125.166', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2193, 1, NULL, '2023-05-18 22:48:05', '2023-05-18 22:48:05', 0, 0, '185.122.170.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2194, 1, NULL, '2023-05-19 01:43:35', '2023-05-19 01:43:35', 0, 0, '216.131.114.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2195, 1, NULL, '2023-05-19 06:52:26', '2023-05-19 06:52:26', 0, 0, '196.244.48.178', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2196, 1, NULL, '2023-05-19 13:04:39', '2023-05-19 13:04:39', 0, 0, '104.28.230.243', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2197, 1, NULL, '2023-05-19 15:43:10', '2023-05-19 15:43:10', 0, 0, '92.253.219.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2198, 1, NULL, '2023-05-19 22:43:46', '2023-05-19 22:43:46', 0, 0, '196.242.195.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2199, 1, NULL, '2023-05-20 00:02:35', '2023-05-20 00:02:35', 0, 0, '47.74.152.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2200, 1, NULL, '2023-05-20 00:02:35', '2023-05-20 00:02:35', 0, 0, '161.117.10.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2201, 1, NULL, '2023-05-20 04:57:30', '2023-05-20 04:57:30', 0, 0, '8.222.168.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2202, 1, NULL, '2023-05-21 00:46:40', '2023-05-21 00:46:40', 0, 0, '36.255.190.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2203, 1, NULL, '2023-05-21 03:02:14', '2023-05-21 03:02:14', 0, 0, '196.199.55.191', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2204, 1, NULL, '2023-05-21 05:50:39', '2023-05-21 05:50:39', 0, 0, '78.29.81.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2205, 1, NULL, '2023-05-21 10:34:23', '2023-05-21 10:34:23', 0, 0, '8.222.250.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2206, 1, NULL, '2023-05-21 10:55:27', '2023-05-21 10:55:27', 0, 0, '192.42.116.26', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2207, 1, NULL, '2023-05-21 11:21:48', '2023-05-21 11:21:48', 0, 0, '1.169.68.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2208, 1, NULL, '2023-05-21 21:19:53', '2023-05-21 21:19:53', 0, 0, '94.25.169.143', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2209, 1, NULL, '2023-05-22 04:46:21', '2023-05-22 04:46:21', 0, 0, '45.152.199.238', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2210, 1, NULL, '2023-05-22 05:16:55', '2023-05-22 05:16:55', 0, 0, '8.219.235.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2211, 1, NULL, '2023-05-22 07:45:59', '2023-05-22 07:45:59', 0, 0, '8.222.244.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2212, 1, NULL, '2023-05-22 14:09:21', '2023-05-22 14:09:21', 0, 0, '8.222.250.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2213, 1, NULL, '2023-05-22 15:17:01', '2023-05-22 15:17:01', 0, 0, '8.219.187.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2214, 1, NULL, '2023-05-22 16:24:54', '2023-05-22 16:24:54', 0, 0, '1.169.68.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2215, 1, NULL, '2023-05-22 16:50:49', '2023-05-22 16:50:49', 0, 0, '84.17.60.60', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2216, 1, NULL, '2023-05-22 17:09:59', '2023-05-22 17:09:59', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2217, 1, NULL, '2023-05-22 19:50:22', '2023-05-22 19:50:22', 0, 0, '8.222.195.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2218, 1, NULL, '2023-05-23 03:49:54', '2023-05-23 03:49:54', 0, 0, '8.219.211.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2219, 1, NULL, '2023-05-23 06:17:05', '2023-05-23 06:17:05', 0, 0, '149.56.74.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2220, 1, NULL, '2023-05-23 11:41:14', '2023-05-23 11:41:14', 0, 0, '178.168.193.208', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2221, 1, NULL, '2023-05-23 19:26:42', '2023-05-23 19:26:42', 0, 0, '38.154.102.174', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2222, 1, NULL, '2023-05-23 20:03:15', '2023-05-23 20:03:15', 0, 0, '1.169.68.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2223, 1, NULL, '2023-05-23 21:31:39', '2023-05-23 21:31:39', 0, 0, '45.139.122.241', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2224, 1, NULL, '2023-05-23 22:32:24', '2023-05-23 22:32:24', 0, 0, '8.222.160.247', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2225, 1, NULL, '2023-05-24 00:10:25', '2023-05-24 00:10:25', 0, 0, '1.169.95.32', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2226, 1, NULL, '2023-05-24 00:10:26', '2023-05-24 00:10:26', 0, 0, '1.169.95.32', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2227, 1, NULL, '2023-05-24 01:44:45', '2023-05-24 01:44:45', 0, 0, '1.169.95.32', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2228, 1, NULL, '2023-05-24 09:22:54', '2023-05-24 09:22:54', 0, 0, '39.34.144.249', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2229, 1, NULL, '2023-05-24 12:21:01', '2023-05-24 12:21:01', 0, 0, '196.242.47.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2230, 1, NULL, '2023-05-24 20:12:53', '2023-05-24 20:12:53', 0, 0, '1.169.95.32', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2231, 1, NULL, '2023-05-24 20:12:54', '2023-05-24 20:12:54', 0, 0, '1.169.95.32', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2232, 1, NULL, '2023-05-25 02:58:39', '2023-05-25 02:58:39', 0, 0, '196.240.254.185', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2233, 1, NULL, '2023-05-25 11:33:22', '2023-05-25 11:33:22', 0, 0, '38.125.113.211', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2234, 1, NULL, '2023-05-25 12:20:16', '2023-05-25 12:20:16', 0, 0, '188.126.89.103', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2235, 1, NULL, '2023-05-25 13:16:18', '2023-05-25 13:16:18', 0, 0, '8.222.250.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2236, 1, NULL, '2023-05-25 15:59:01', '2023-05-25 15:59:01', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2237, 1, NULL, '2023-05-25 18:04:26', '2023-05-25 18:04:26', 0, 0, '82.118.29.98', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2238, 1, NULL, '2023-05-25 18:29:54', '2023-05-25 18:29:54', 0, 0, '77.91.68.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2239, 1, NULL, '2023-05-26 10:46:15', '2023-05-26 10:46:15', 0, 0, '8.222.198.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2240, 1, NULL, '2023-05-26 17:56:59', '2023-05-26 17:56:59', 0, 0, '86.179.4.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2241, 1, NULL, '2023-05-26 21:51:58', '2023-05-26 21:51:58', 0, 0, '185.85.163.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2242, 1, NULL, '2023-05-27 02:53:24', '2023-05-27 02:53:24', 0, 0, '47.74.152.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2243, 1, NULL, '2023-05-27 02:53:24', '2023-05-27 02:53:24', 0, 0, '161.117.10.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2244, 1, NULL, '2023-05-27 03:22:55', '2023-05-27 03:22:55', 0, 0, '8.219.228.247', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2245, 1, NULL, '2023-05-27 07:37:03', '2023-05-27 07:37:03', 0, 0, '88.147.152.120', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2246, 1, NULL, '2023-05-27 11:32:02', '2023-05-27 11:32:02', 0, 0, '161.117.5.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2247, 1, NULL, '2023-05-27 19:20:49', '2023-05-27 19:20:49', 0, 0, '196.242.47.234', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2248, 1, NULL, '2023-05-27 21:44:14', '2023-05-27 21:44:14', 0, 0, '109.70.100.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2249, 1, NULL, '2023-05-28 10:48:25', '2023-05-28 10:48:25', 0, 0, '161.117.10.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2250, 1, NULL, '2023-05-29 04:18:45', '2023-05-29 04:18:45', 0, 0, '8.222.165.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2251, 1, NULL, '2023-05-29 05:41:56', '2023-05-29 05:41:56', 0, 0, '38.170.39.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2252, 1, NULL, '2023-05-29 08:59:00', '2023-05-29 08:59:00', 0, 0, '8.222.173.171', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2253, 1, NULL, '2023-05-29 09:41:57', '2023-05-29 09:41:57', 0, 0, '8.219.250.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2254, 1, NULL, '2023-05-29 12:55:02', '2023-05-29 12:55:02', 0, 0, '8.222.177.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2255, 1, NULL, '2023-05-30 15:17:13', '2023-05-30 15:17:13', 0, 0, '89.28.56.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2256, 1, NULL, '2023-05-30 23:03:36', '2023-05-30 23:03:36', 0, 0, '45.95.169.230', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2257, 1, NULL, '2023-05-31 02:00:02', '2023-05-31 02:00:02', 0, 0, '104.244.79.50', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2258, 1, NULL, '2023-05-31 02:22:56', '2023-05-31 02:22:56', 0, 0, '111.240.217.45', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2259, 1, NULL, '2023-05-31 10:48:15', '2023-05-31 10:48:15', 0, 0, '196.242.131.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2260, 1, NULL, '2023-06-01 00:19:04', '2023-06-01 00:19:04', 0, 0, '194.36.97.204', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2261, 1, NULL, '2023-06-01 05:34:57', '2023-06-01 05:34:57', 0, 0, '188.234.43.231', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2262, 1, NULL, '2023-06-01 06:48:10', '2023-06-01 06:48:10', 0, 0, '77.91.68.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2263, 1, NULL, '2023-06-01 11:16:20', '2023-06-01 11:16:20', 0, 0, '8.222.250.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2264, 1, NULL, '2023-06-01 12:21:28', '2023-06-01 12:21:28', 0, 0, '111.88.209.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2265, 1, NULL, '2023-06-01 12:23:16', '2023-06-01 12:23:16', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2266, 1, NULL, '2023-06-01 12:57:19', '2023-06-01 12:57:19', 0, 0, '104.28.198.243', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2267, 1, NULL, '2023-06-01 15:54:09', '2023-06-01 15:54:09', 0, 0, '8.219.165.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2268, 1, NULL, '2023-06-02 02:34:14', '2023-06-02 02:34:14', 0, 0, '138.199.36.192', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2269, 1, NULL, '2023-06-02 06:52:55', '2023-06-02 06:52:55', 0, 0, '178.168.201.114', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2270, 1, NULL, '2023-06-02 10:42:34', '2023-06-02 10:42:34', 0, 0, '84.42.46.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2271, 1, NULL, '2023-06-02 20:07:22', '2023-06-02 20:07:22', 0, 0, '196.242.4.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2272, 1, NULL, '2023-06-02 20:51:47', '2023-06-02 20:51:47', 0, 0, '216.24.212.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2273, 1, NULL, '2023-06-03 01:00:54', '2023-06-03 01:00:54', 0, 0, '196.242.10.244', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2274, 1, NULL, '2023-06-03 04:46:44', '2023-06-03 04:46:44', 0, 0, '161.117.9.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2275, 1, NULL, '2023-06-03 09:43:20', '2023-06-03 09:43:20', 0, 0, '5.62.43.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2276, 1, NULL, '2023-06-03 13:07:45', '2023-06-03 13:07:45', 0, 0, '8.222.176.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2277, 1, NULL, '2023-06-04 08:43:01', '2023-06-04 08:43:01', 0, 0, '49.12.208.171', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2278, 1, NULL, '2023-06-04 10:38:34', '2023-06-04 10:38:34', 0, 0, '8.222.249.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2279, 1, NULL, '2023-06-04 17:27:07', '2023-06-04 17:27:07', 0, 0, '185.126.252.116', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2280, 1, NULL, '2023-06-04 23:51:19', '2023-06-04 23:51:19', 0, 0, '46.191.232.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2281, 1, NULL, '2023-06-05 06:16:49', '2023-06-05 06:16:49', 0, 0, '157.45.81.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2282, 1, NULL, '2023-06-05 11:05:27', '2023-06-05 11:05:27', 0, 0, '84.17.48.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2283, 1, NULL, '2023-06-05 20:30:03', '2023-06-05 20:30:03', 0, 0, '8.219.127.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2284, 1, NULL, '2023-06-05 22:30:42', '2023-06-05 22:30:42', 0, 0, '161.117.10.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2285, 1, NULL, '2023-06-05 22:30:43', '2023-06-05 22:30:43', 0, 0, '47.74.152.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2286, 1, NULL, '2023-06-05 23:06:35', '2023-06-05 23:06:35', 0, 0, '23.106.20.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2287, 1, NULL, '2023-06-06 00:49:21', '2023-06-06 00:49:21', 0, 0, '1.169.114.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2288, 1, NULL, '2023-06-06 00:49:21', '2023-06-06 00:49:21', 0, 0, '1.169.114.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2289, 1, NULL, '2023-06-06 00:49:22', '2023-06-06 00:49:22', 0, 0, '1.169.114.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2290, 1, NULL, '2023-06-06 06:51:59', '2023-06-06 06:51:59', 0, 0, '45.9.74.103', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2291, 1, NULL, '2023-06-06 08:08:17', '2023-06-06 08:08:17', 0, 0, '161.117.5.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2292, 1, NULL, '2023-06-06 10:28:06', '2023-06-06 10:28:06', 0, 0, '195.154.60.102', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2293, 1, NULL, '2023-06-06 15:23:52', '2023-06-06 15:23:52', 0, 0, '91.108.177.221', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2294, 1, NULL, '2023-06-06 17:03:57', '2023-06-06 17:03:57', 0, 0, '193.56.113.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2295, 1, NULL, '2023-06-06 17:30:19', '2023-06-06 17:30:19', 0, 0, '161.117.10.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2296, 1, NULL, '2023-06-06 18:37:23', '2023-06-06 18:37:23', 0, 0, '136.169.132.170', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2297, 1, NULL, '2023-06-07 05:34:06', '2023-06-07 05:34:06', 0, 0, '163.172.213.212', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2298, 1, NULL, '2023-06-07 08:28:50', '2023-06-07 08:28:50', 0, 0, '122.162.148.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2299, 1, NULL, '2023-06-07 11:14:59', '2023-06-07 11:14:59', 0, 0, '1.169.114.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2300, 1, NULL, '2023-06-07 12:42:24', '2023-06-07 12:42:24', 0, 0, '152.58.223.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2301, 1, NULL, '2023-06-07 16:16:35', '2023-06-07 16:16:35', 0, 0, '84.17.47.96', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2302, 1, NULL, '2023-06-07 17:47:58', '2023-06-07 17:47:58', 0, 0, '75.127.5.60', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2303, 1, NULL, '2023-06-08 04:16:19', '2023-06-08 04:16:19', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2304, 1, NULL, '2023-06-08 04:57:48', '2023-06-08 04:57:48', 0, 0, '185.231.244.195', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2305, 1, NULL, '2023-06-08 10:41:14', '2023-06-08 10:41:14', 0, 0, '196.245.217.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2306, 1, NULL, '2023-06-09 04:33:23', '2023-06-09 04:33:23', 0, 0, '84.17.62.143', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2307, 1, NULL, '2023-06-09 05:46:57', '2023-06-09 05:46:57', 0, 0, '106.196.31.100', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2308, 1, NULL, '2023-06-09 06:07:56', '2023-06-09 06:07:56', 0, 0, '89.187.166.23', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2309, 1, NULL, '2023-06-09 11:56:18', '2023-06-09 11:56:18', 0, 0, '196.242.4.251', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2310, 1, NULL, '2023-06-09 12:43:05', '2023-06-09 12:43:05', 0, 0, '95.165.132.32', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2311, 1, NULL, '2023-06-09 15:41:56', '2023-06-09 15:41:56', 0, 0, '91.142.74.224', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2312, 1, NULL, '2023-06-10 02:12:26', '2023-06-10 02:12:26', 0, 0, '94.25.174.185', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2313, 1, NULL, '2023-06-10 19:46:25', '2023-06-10 19:46:25', 0, 0, '94.25.169.162', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2314, 1, NULL, '2023-06-10 21:28:58', '2023-06-10 21:28:58', 0, 0, '38.15.148.119', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2315, 1, NULL, '2023-06-11 04:02:13', '2023-06-11 04:02:13', 0, 0, '8.219.251.185', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2316, 1, NULL, '2023-06-11 06:23:21', '2023-06-11 06:23:21', 0, 0, '161.117.9.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2317, 1, NULL, '2023-06-11 16:48:55', '2023-06-11 16:48:55', 0, 0, '8.219.197.131', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2318, 1, NULL, '2023-06-11 19:53:28', '2023-06-11 19:53:28', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2319, 1, NULL, '2023-06-12 07:11:40', '2023-06-12 07:11:40', 0, 0, '216.24.213.66', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2320, 1, NULL, '2023-06-12 07:24:50', '2023-06-12 07:24:50', 0, 0, '106.77.175.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2321, 1, NULL, '2023-06-12 08:32:23', '2023-06-12 08:32:23', 0, 0, '8.222.250.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2322, 1, NULL, '2023-06-12 08:40:16', '2023-06-12 08:40:16', 0, 0, '171.61.69.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2323, 1, NULL, '2023-06-12 16:06:45', '2023-06-12 16:06:45', 0, 0, '86.179.4.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2324, 1, NULL, '2023-06-12 19:32:40', '2023-06-12 19:32:40', 0, 0, '88.147.152.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2325, 1, NULL, '2023-06-12 20:14:09', '2023-06-12 20:14:09', 0, 0, '196.242.131.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2326, 1, NULL, '2023-06-12 22:10:55', '2023-06-12 22:10:55', 0, 0, '86.102.16.111', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2327, 1, NULL, '2023-06-12 22:21:30', '2023-06-12 22:21:30', 0, 0, '8.222.249.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2328, 1, NULL, '2023-06-13 00:03:06', '2023-06-13 00:03:06', 0, 0, '89.22.236.182', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2329, 1, NULL, '2023-06-13 02:24:31', '2023-06-13 02:24:31', 0, 0, '196.244.192.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2330, 1, NULL, '2023-06-13 04:44:48', '2023-06-13 04:44:48', 0, 0, '157.51.90.209', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(2331, 1, NULL, '2023-06-13 07:15:03', '2023-06-13 07:15:03', 0, 0, '117.255.11.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2332, 1, NULL, '2023-06-13 08:53:16', '2023-06-13 08:53:16', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2333, 1, NULL, '2023-06-13 15:51:29', '2023-06-13 15:51:29', 0, 0, '178.70.78.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2334, 1, NULL, '2023-06-13 18:01:01', '2023-06-13 18:01:01', 0, 0, '192.3.144.45', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2335, 1, NULL, '2023-06-13 20:01:56', '2023-06-13 20:01:56', 0, 0, '86.179.4.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2336, 1, NULL, '2023-06-14 00:22:02', '2023-06-14 00:22:02', 0, 0, '47.74.152.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2337, 1, NULL, '2023-06-14 00:22:02', '2023-06-14 00:22:02', 0, 0, '161.117.10.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2338, 1, NULL, '2023-06-14 00:59:18', '2023-06-14 00:59:18', 0, 0, '8.222.244.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2339, 1, NULL, '2023-06-14 01:10:49', '2023-06-14 01:10:49', 0, 0, '138.199.59.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2340, 1, NULL, '2023-06-14 07:09:46', '2023-06-14 07:09:46', 0, 0, '45.9.74.81', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2341, 1, NULL, '2023-06-14 09:22:41', '2023-06-14 09:22:41', 0, 0, '161.117.5.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2342, 1, NULL, '2023-06-14 12:46:25', '2023-06-14 12:46:25', 0, 0, '181.214.218.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 Kinza/4.9.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2343, 1, NULL, '2023-06-14 14:17:20', '2023-06-14 14:17:20', 0, 0, '109.70.100.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2344, 1, NULL, '2023-06-14 15:44:25', '2023-06-14 15:44:25', 0, 0, '46.38.255.27', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2345, 1, NULL, '2023-06-14 17:01:36', '2023-06-14 17:01:36', 0, 0, '23.83.92.229', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2346, 1, NULL, '2023-06-14 20:27:39', '2023-06-14 20:27:39', 0, 0, '77.91.68.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2347, 1, NULL, '2023-06-14 20:27:40', '2023-06-14 20:27:40', 0, 0, '77.91.68.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2348, 1, NULL, '2023-06-14 22:43:39', '2023-06-14 22:43:39', 0, 0, '77.246.101.192', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2349, 1, NULL, '2023-06-15 00:22:23', '2023-06-15 00:22:23', 0, 0, '141.101.29.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2350, 1, NULL, '2023-06-15 05:41:43', '2023-06-15 05:41:43', 0, 0, '1.169.75.182', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2351, 1, NULL, '2023-06-15 10:45:37', '2023-06-15 10:45:37', 0, 0, '136.0.45.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2352, 1, NULL, '2023-06-15 10:58:47', '2023-06-15 10:58:47', 0, 0, '8.219.211.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2353, 1, NULL, '2023-06-15 19:06:29', '2023-06-15 19:06:29', 0, 0, '91.108.177.221', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2354, 1, NULL, '2023-06-15 21:43:00', '2023-06-15 21:43:00', 0, 0, '45.39.72.159', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2355, 1, NULL, '2023-06-16 08:56:56', '2023-06-16 08:56:56', 0, 0, '77.91.68.130', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2356, 1, NULL, '2023-06-16 11:29:54', '2023-06-16 11:29:54', 0, 0, '45.120.51.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2357, 1, NULL, '2023-06-16 12:18:18', '2023-06-16 12:18:18', 0, 0, '46.191.232.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2358, 1, NULL, '2023-06-16 13:53:30', '2023-06-16 13:53:30', 0, 0, '172.241.241.124', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2359, 1, NULL, '2023-06-16 18:13:53', '2023-06-16 18:13:53', 0, 0, '8.222.250.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2360, 1, NULL, '2023-06-17 03:22:18', '2023-06-17 03:22:18', 0, 0, '103.157.139.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2361, 1, NULL, '2023-06-17 15:39:00', '2023-06-17 15:39:00', 0, 0, '111.240.210.173', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2362, 1, NULL, '2023-06-17 20:46:28', '2023-06-17 20:46:28', 0, 0, '196.199.55.112', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2363, 1, NULL, '2023-06-17 22:16:45', '2023-06-17 22:16:45', 0, 0, '196.199.119.80', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2364, 1, NULL, '2023-06-18 05:02:41', '2023-06-18 05:02:41', 0, 0, '106.79.199.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2365, 1, NULL, '2023-06-18 05:33:07', '2023-06-18 05:33:07', 0, 0, '181.214.218.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2366, 1, NULL, '2023-06-18 06:11:32', '2023-06-18 06:11:32', 0, 0, '88.147.153.248', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2367, 1, NULL, '2023-06-18 07:17:19', '2023-06-18 07:17:19', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2368, 1, NULL, '2023-06-18 09:29:53', '2023-06-18 09:29:53', 0, 0, '196.244.48.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2369, 1, NULL, '2023-06-19 05:11:40', '2023-06-19 05:11:40', 0, 0, '23.108.24.160', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2370, 1, NULL, '2023-06-19 08:55:22', '2023-06-19 08:55:22', 0, 0, '84.17.43.166', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2371, 1, NULL, '2023-06-19 09:48:45', '2023-06-19 09:48:45', 0, 0, '81.2.7.155', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2372, 1, NULL, '2023-06-19 10:27:51', '2023-06-19 10:27:51', 0, 0, '154.17.88.253', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2373, 1, NULL, '2023-06-19 11:08:30', '2023-06-19 11:08:30', 0, 0, '49.83.21.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2374, 1, NULL, '2023-06-19 12:10:42', '2023-06-19 12:10:42', 0, 0, '115.96.219.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2375, 1, NULL, '2023-06-19 12:12:46', '2023-06-19 12:12:46', 0, 0, '161.117.9.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2376, 1, NULL, '2023-06-19 17:18:20', '2023-06-19 17:18:20', 0, 0, '136.0.58.80', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2382, 1, NULL, '2023-06-20 18:48:17', '2023-06-20 18:48:17', 0, 0, '45.157.129.192', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2378, 1, NULL, '2023-06-20 00:43:11', '2023-06-20 00:43:11', 0, 0, '212.30.36.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2379, 1, NULL, '2023-06-20 01:41:45', '2023-06-20 01:41:45', 0, 0, '157.45.217.102', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 7.0; Redmi Note 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2380, 1, NULL, '2023-06-20 09:43:38', '2023-06-20 09:43:38', 0, 0, '139.171.12.137', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2381, 1, NULL, '2023-06-20 13:26:21', '2023-06-20 13:26:21', 0, 0, '196.240.51.178', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2383, 1, NULL, '2023-06-21 08:06:37', '2023-06-21 08:06:37', 0, 0, '136.0.58.239', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2384, 1, NULL, '2023-06-21 17:56:14', '2023-06-21 17:56:14', 0, 0, '196.242.47.215', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2385, 1, NULL, '2023-06-21 20:12:52', '2023-06-21 20:12:52', 0, 0, '196.19.240.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2386, 1, NULL, '2023-06-21 21:47:32', '2023-06-21 21:47:32', 0, 0, '46.48.38.112', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2387, 1, NULL, '2023-06-22 03:12:51', '2023-06-22 03:12:51', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2388, 1, NULL, '2023-06-22 03:55:58', '2023-06-22 03:55:58', 0, 0, '185.220.101.47', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2389, 1, NULL, '2023-06-22 13:33:14', '2023-06-22 13:33:14', 0, 0, '84.17.47.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2390, 1, NULL, '2023-06-22 15:52:33', '2023-06-22 15:52:33', 0, 0, '38.15.148.179', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2391, 1, NULL, '2023-06-22 20:44:51', '2023-06-22 20:44:51', 0, 0, '178.175.129.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2392, 1, NULL, '2023-06-22 22:40:43', '2023-06-22 22:40:43', 0, 0, '104.160.1.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2393, 1, NULL, '2023-06-22 23:02:22', '2023-06-22 23:02:22', 0, 0, '1.169.126.71', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2394, 1, NULL, '2023-06-22 23:02:22', '2023-06-22 23:02:22', 0, 0, '1.169.126.71', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2395, 1, NULL, '2023-06-22 23:02:23', '2023-06-22 23:02:23', 0, 0, '1.169.126.71', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2396, 1, NULL, '2023-06-23 08:40:01', '2023-06-23 08:40:01', 0, 0, '77.222.116.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2397, 1, NULL, '2023-06-23 10:58:08', '2023-06-23 10:58:08', 0, 0, '152.58.230.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 11; 2109119DI) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2398, 1, NULL, '2023-06-23 12:37:15', '2023-06-23 12:37:15', 0, 0, '91.200.224.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2399, 1, NULL, '2023-06-23 17:54:18', '2023-06-23 17:54:18', 0, 0, '8.222.250.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2400, 1, NULL, '2023-06-23 19:44:37', '2023-06-23 19:44:37', 0, 0, '47.242.34.196', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2401, 1, NULL, '2023-06-23 22:27:31', '2023-06-23 22:27:31', 0, 0, '37.204.161.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2402, 1, NULL, '2023-06-23 22:58:38', '2023-06-23 22:58:38', 0, 0, '77.91.68.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2403, 1, NULL, '2023-06-23 23:37:37', '2023-06-23 23:37:37', 0, 0, '1.169.126.71', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2404, 1, NULL, '2023-06-23 23:37:39', '2023-06-23 23:37:39', 0, 0, '1.169.126.71', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2405, 1, NULL, '2023-06-23 23:37:39', '2023-06-23 23:37:39', 0, 0, '1.169.126.71', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2406, 1, NULL, '2023-06-24 12:13:22', '2023-06-24 12:13:22', 0, 0, '136.169.132.170', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2407, 1, NULL, '2023-06-24 12:47:38', '2023-06-24 12:47:38', 0, 0, '23.108.233.55', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2408, 1, NULL, '2023-06-24 15:57:39', '2023-06-24 15:57:39', 0, 0, '136.232.205.150', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2409, 1, NULL, '2023-06-24 18:11:38', '2023-06-24 18:11:38', 0, 0, '190.123.219.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2410, 1, NULL, '2023-06-25 10:47:47', '2023-06-25 10:47:47', 0, 0, '77.91.68.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2411, 1, NULL, '2023-06-26 01:59:38', '2023-06-26 01:59:38', 0, 0, '8.219.250.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2412, 1, NULL, '2023-06-26 03:34:57', '2023-06-26 03:34:57', 0, 0, '23.83.184.197', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2413, 1, NULL, '2023-06-26 07:32:03', '2023-06-26 07:32:03', 0, 0, '103.187.243.237', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2414, 1, NULL, '2023-06-26 18:10:09', '2023-06-26 18:10:09', 0, 0, '37.20.132.34', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2415, 1, NULL, '2023-06-26 20:06:59', '2023-06-26 20:06:59', 0, 0, '191.101.217.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2416, 1, NULL, '2023-06-27 08:07:12', '2023-06-27 08:07:12', 0, 0, '45.132.194.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2417, 1, NULL, '2023-06-27 15:02:15', '2023-06-27 15:02:15', 0, 0, '87.249.132.139', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2418, 1, NULL, '2023-06-27 17:06:41', '2023-06-27 17:06:41', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2419, 1, NULL, '2023-06-27 17:47:37', '2023-06-27 17:47:37', 0, 0, '107.150.65.152', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2420, 1, NULL, '2023-06-27 20:22:50', '2023-06-27 20:22:50', 0, 0, '5.180.150.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2421, 1, NULL, '2023-06-27 23:20:35', '2023-06-27 23:20:35', 0, 0, '191.101.209.137', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2422, 1, NULL, '2023-06-28 14:50:09', '2023-06-28 14:50:09', 0, 0, '216.24.213.200', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2423, 1, NULL, '2023-06-28 18:23:26', '2023-06-28 18:23:26', 0, 0, '91.197.36.225', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2424, 1, NULL, '2023-06-28 19:31:39', '2023-06-28 19:31:39', 0, 0, '37.19.211.70', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2425, 1, NULL, '2023-06-28 23:49:45', '2023-06-28 23:49:45', 0, 0, '37.120.232.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2426, 1, NULL, '2023-06-29 06:55:45', '2023-06-29 06:55:45', 0, 0, '223.29.253.26', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2427, 1, NULL, '2023-06-29 08:27:39', '2023-06-29 08:27:39', 0, 0, '168.91.65.107', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2428, 1, NULL, '2023-06-29 13:16:10', '2023-06-29 13:16:10', 0, 0, '23.128.248.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2429, 1, NULL, '2023-06-30 00:47:04', '2023-06-30 00:47:04', 0, 0, '23.27.240.247', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2430, 1, NULL, '2023-06-30 03:12:56', '2023-06-30 03:12:56', 0, 0, '23.106.20.42', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2431, 1, NULL, '2023-06-30 08:26:48', '2023-06-30 08:26:48', 0, 0, '45.39.72.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2432, 1, NULL, '2023-06-30 12:16:09', '2023-06-30 12:16:09', 0, 0, '185.179.214.43', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2433, 1, NULL, '2023-06-30 13:23:02', '2023-06-30 13:23:02', 0, 0, '37.139.53.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2434, 1, NULL, '2023-06-30 19:36:23', '2023-06-30 19:36:23', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2435, 1, NULL, '2023-06-30 21:53:09', '2023-06-30 21:53:09', 0, 0, '51.159.19.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2436, 1, NULL, '2023-06-30 22:23:19', '2023-06-30 22:23:19', 0, 0, '194.36.96.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2437, 1, NULL, '2023-07-01 04:28:39', '2023-07-01 04:28:39', 0, 0, '136.0.45.160', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2438, 1, NULL, '2023-07-01 06:09:52', '2023-07-01 06:09:52', 0, 0, '8.222.250.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2439, 1, NULL, '2023-07-01 19:14:32', '2023-07-01 19:14:32', 0, 0, '89.23.107.69', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2440, 1, NULL, '2023-07-02 16:28:34', '2023-07-02 16:28:34', 0, 0, '95.182.120.162', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2441, 1, NULL, '2023-07-03 03:40:19', '2023-07-03 03:40:19', 0, 0, '1.169.134.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2442, 1, NULL, '2023-07-03 03:40:19', '2023-07-03 03:40:19', 0, 0, '1.169.134.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2443, 1, NULL, '2023-07-03 03:57:22', '2023-07-03 03:57:22', 0, 0, '173.45.117.178', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2444, 1, NULL, '2023-07-03 10:33:57', '2023-07-03 10:33:57', 0, 0, '84.17.47.27', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2445, 1, NULL, '2023-07-03 17:00:59', '2023-07-03 17:00:59', 0, 0, '77.91.68.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2446, 1, NULL, '2023-07-03 17:40:52', '2023-07-03 17:40:52', 0, 0, '23.230.167.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2447, 1, NULL, '2023-07-03 19:48:20', '2023-07-03 19:48:20', 0, 0, '109.197.199.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2448, 1, NULL, '2023-07-03 23:57:53', '2023-07-03 23:57:53', 0, 0, '196.19.240.201', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2449, 1, NULL, '2023-07-04 01:54:56', '2023-07-04 01:54:56', 0, 0, '178.175.128.45', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2450, 1, NULL, '2023-07-04 03:23:30', '2023-07-04 03:23:30', 0, 0, '8.219.127.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2451, 1, NULL, '2023-07-04 04:50:29', '2023-07-04 04:50:29', 0, 0, '1.169.134.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2452, 1, NULL, '2023-07-04 07:35:24', '2023-07-04 07:35:24', 0, 0, '49.37.251.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2453, 1, NULL, '2023-07-04 08:56:12', '2023-07-04 08:56:12', 0, 0, '8.219.251.185', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2454, 1, NULL, '2023-07-04 16:13:31', '2023-07-04 16:13:31', 0, 0, '8.219.187.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2455, 1, NULL, '2023-07-04 20:46:33', '2023-07-04 20:46:33', 0, 0, '8.222.195.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2456, 1, NULL, '2023-07-04 22:19:57', '2023-07-04 22:19:57', 0, 0, '1.169.134.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2457, 1, NULL, '2023-07-04 22:34:54', '2023-07-04 22:34:54', 0, 0, '5.166.92.195', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2458, 1, NULL, '2023-07-04 23:01:03', '2023-07-04 23:01:03', 0, 0, '185.136.160.217', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2459, 1, NULL, '2023-07-05 01:38:10', '2023-07-05 01:38:10', 0, 0, '191.96.181.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2460, 1, NULL, '2023-07-05 09:45:10', '2023-07-05 09:45:10', 0, 0, '8.222.198.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2461, 1, NULL, '2023-07-05 12:35:26', '2023-07-05 12:35:26', 0, 0, '77.91.68.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2462, 1, NULL, '2023-07-05 18:28:51', '2023-07-05 18:28:51', 0, 0, '165.140.199.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2463, 1, NULL, '2023-07-05 22:53:14', '2023-07-05 22:53:14', 0, 0, '194.88.152.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2464, 1, NULL, '2023-07-06 01:51:50', '2023-07-06 01:51:50', 0, 0, '64.43.91.43', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2465, 1, NULL, '2023-07-06 06:33:58', '2023-07-06 06:33:58', 0, 0, '84.17.48.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2466, 1, NULL, '2023-07-06 17:26:18', '2023-07-06 17:26:18', 0, 0, '45.128.199.43', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2467, 1, NULL, '2023-07-06 18:45:29', '2023-07-06 18:45:29', 0, 0, '178.168.193.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2468, 1, NULL, '2023-07-06 20:11:35', '2023-07-06 20:11:35', 0, 0, '162.218.13.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2469, 1, NULL, '2023-07-06 20:18:01', '2023-07-06 20:18:01', 0, 0, '141.98.11.27', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2470, 1, NULL, '2023-07-06 22:56:47', '2023-07-06 22:56:47', 0, 0, '107.173.191.238', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2471, 1, NULL, '2023-07-07 16:17:57', '2023-07-07 16:17:57', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2472, 1, NULL, '2023-07-07 19:53:25', '2023-07-07 19:53:25', 0, 0, '204.217.205.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2480, 1, NULL, '2023-07-08 18:24:46', '2023-07-08 18:24:46', 0, 0, '8.222.194.14', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2474, 1, NULL, '2023-07-07 20:33:49', '2023-07-07 20:33:49', 0, 0, '103.225.200.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2475, 1, NULL, '2023-07-07 22:44:50', '2023-07-07 22:44:50', 0, 0, '1.169.71.112', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2476, 1, NULL, '2023-07-07 22:44:50', '2023-07-07 22:44:50', 0, 0, '1.169.71.112', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2477, 1, NULL, '2023-07-07 22:44:52', '2023-07-07 22:44:52', 0, 0, '1.169.71.112', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2478, 1, NULL, '2023-07-08 00:26:42', '2023-07-08 00:26:42', 0, 0, '185.107.44.202', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2479, 1, NULL, '2023-07-08 09:10:59', '2023-07-08 09:10:59', 0, 0, '95.84.37.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2481, 1, NULL, '2023-07-08 20:03:40', '2023-07-08 20:03:40', 0, 0, '87.249.132.34', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2482, 1, NULL, '2023-07-08 23:51:42', '2023-07-08 23:51:42', 0, 0, '92.119.178.166', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2483, 1, NULL, '2023-07-09 03:36:21', '2023-07-09 03:36:21', 0, 0, '152.58.114.126', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2484, 1, NULL, '2023-07-09 04:34:02', '2023-07-09 04:34:02', 0, 0, '176.31.115.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2485, 1, NULL, '2023-07-09 04:41:15', '2023-07-09 04:41:15', 0, 0, '94.25.169.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2486, 1, NULL, '2023-07-09 05:34:13', '2023-07-09 05:34:13', 0, 0, '94.25.171.234', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2487, 1, NULL, '2023-07-09 05:39:53', '2023-07-09 05:39:53', 0, 0, '8.222.179.80', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2488, 1, NULL, '2023-07-09 10:27:25', '2023-07-09 10:27:25', 0, 0, '160.20.8.215', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2489, 1, NULL, '2023-07-09 14:25:54', '2023-07-09 14:25:54', 0, 0, '8.219.211.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2490, 1, NULL, '2023-07-09 18:05:28', '2023-07-09 18:05:28', 0, 0, '8.222.178.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2491, 1, NULL, '2023-07-09 18:56:38', '2023-07-09 18:56:38', 0, 0, '209.127.148.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2492, 1, NULL, '2023-07-09 19:10:23', '2023-07-09 19:10:23', 0, 0, '107.150.70.112', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2493, 1, NULL, '2023-07-09 22:31:50', '2023-07-09 22:31:50', 0, 0, '8.222.160.247', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2494, 1, NULL, '2023-07-09 22:53:20', '2023-07-09 22:53:20', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2495, 1, NULL, '2023-07-09 23:36:08', '2023-07-09 23:36:08', 0, 0, '8.219.228.247', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2496, 1, NULL, '2023-07-10 02:54:42', '2023-07-10 02:54:42', 0, 0, '1.169.125.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2497, 1, NULL, '2023-07-10 16:49:23', '2023-07-10 16:49:23', 0, 0, '1.169.125.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2498, 1, NULL, '2023-07-10 18:17:45', '2023-07-10 18:17:45', 0, 0, '188.234.43.231', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(2499, 1, NULL, '2023-07-10 18:43:11', '2023-07-10 18:43:11', 0, 0, '8.222.178.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2500, 1, NULL, '2023-07-10 21:47:47', '2023-07-10 21:47:47', 0, 0, '8.222.178.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2501, 1, NULL, '2023-07-10 23:08:25', '2023-07-10 23:08:25', 0, 0, '23.105.146.253', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2502, 1, NULL, '2023-07-11 00:39:05', '2023-07-11 00:39:05', 0, 0, '8.222.170.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2503, 1, NULL, '2023-07-11 01:32:22', '2023-07-11 01:32:22', 0, 0, '150.107.106.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2504, 1, NULL, '2023-07-11 04:50:07', '2023-07-11 04:50:07', 0, 0, '157.50.12.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 7.1.2; Redmi Y1 Lite Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2505, 1, NULL, '2023-07-11 09:30:02', '2023-07-11 09:30:02', 0, 0, '178.159.37.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2506, 1, NULL, '2023-07-11 12:11:37', '2023-07-11 12:11:37', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2507, 1, NULL, '2023-07-11 13:48:37', '2023-07-11 13:48:37', 0, 0, '77.91.68.130', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2508, 1, NULL, '2023-07-11 14:48:46', '2023-07-11 14:48:46', 0, 0, '103.172.79.202', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2509, 1, NULL, '2023-07-11 16:38:29', '2023-07-11 16:38:29', 0, 0, '107.186.67.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2510, 1, NULL, '2023-07-11 16:50:18', '2023-07-11 16:50:18', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2511, 1, NULL, '2023-07-11 16:56:12', '2023-07-11 16:56:12', 0, 0, '111.88.209.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2512, 1, NULL, '2023-07-11 18:28:55', '2023-07-11 18:28:55', 0, 0, '196.244.4.96', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2513, 1, NULL, '2023-07-11 19:38:03', '2023-07-11 19:38:03', 0, 0, '102.165.55.70', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2514, 1, NULL, '2023-07-12 07:58:10', '2023-07-12 07:58:10', 0, 0, '37.19.223.100', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2515, 1, NULL, '2023-07-12 17:57:52', '2023-07-12 17:57:52', 0, 0, '78.29.73.244', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2516, 1, NULL, '2023-07-12 21:50:05', '2023-07-12 21:50:05', 0, 0, '178.175.128.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2517, 1, NULL, '2023-07-13 10:38:19', '2023-07-13 10:38:19', 0, 0, '23.105.5.244', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2518, 1, NULL, '2023-07-13 14:30:16', '2023-07-13 14:30:16', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2519, 1, NULL, '2023-07-13 18:09:08', '2023-07-13 18:09:08', 0, 0, '8.222.168.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2520, 1, NULL, '2023-07-13 22:22:44', '2023-07-13 22:22:44', 0, 0, '136.0.58.155', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2521, 1, NULL, '2023-07-14 00:32:40', '2023-07-14 00:32:40', 0, 0, '185.222.36.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2522, 1, NULL, '2023-07-14 02:45:16', '2023-07-14 02:45:16', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2523, 1, NULL, '2023-07-14 11:49:14', '2023-07-14 11:49:14', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2524, 1, NULL, '2023-07-14 13:03:20', '2023-07-14 13:03:20', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2525, 1, NULL, '2023-07-14 14:17:50', '2023-07-14 14:17:50', 0, 0, '213.219.247.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2526, 1, NULL, '2023-07-14 16:23:55', '2023-07-14 16:23:55', 0, 0, '89.22.233.74', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2527, 1, NULL, '2023-07-14 17:42:31', '2023-07-14 17:42:31', 0, 0, '8.222.179.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2528, 1, NULL, '2023-07-15 09:30:44', '2023-07-15 09:30:44', 0, 0, '45.120.51.196', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2529, 1, NULL, '2023-07-16 07:49:35', '2023-07-16 07:49:35', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2530, 1, NULL, '2023-07-16 13:07:17', '2023-07-16 13:07:17', 0, 0, '136.0.65.19', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2531, 1, NULL, '2023-07-16 18:13:15', '2023-07-16 18:13:15', 0, 0, '181.214.218.213', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2532, 1, NULL, '2023-07-16 22:41:50', '2023-07-16 22:41:50', 0, 0, '8.219.235.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2533, 1, NULL, '2023-07-17 02:45:13', '2023-07-17 02:45:13', 0, 0, '181.214.218.197', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2534, 1, NULL, '2023-07-17 06:20:31', '2023-07-17 06:20:31', 0, 0, '45.120.51.196', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2535, 1, NULL, '2023-07-17 11:02:43', '2023-07-17 11:02:43', 0, 0, '23.231.33.172', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2536, 1, NULL, '2023-07-17 12:27:37', '2023-07-17 12:27:37', 0, 0, '89.28.56.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2537, 1, NULL, '2023-07-17 14:16:22', '2023-07-17 14:16:22', 0, 0, '181.215.182.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2538, 1, NULL, '2023-07-17 22:54:32', '2023-07-17 22:54:32', 0, 0, '196.242.178.139', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2539, 1, NULL, '2023-07-18 00:13:30', '2023-07-18 00:13:30', 0, 0, '8.222.250.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2540, 1, NULL, '2023-07-18 02:45:29', '2023-07-18 02:45:29', 0, 0, '188.95.54.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2541, 1, NULL, '2023-07-18 02:48:38', '2023-07-18 02:48:38', 0, 0, '192.3.246.65', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2542, 1, NULL, '2023-07-18 03:02:44', '2023-07-18 03:02:44', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2543, 1, NULL, '2023-07-18 19:10:11', '2023-07-18 19:10:11', 0, 0, '85.215.108.170', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2544, 1, NULL, '2023-07-18 20:08:16', '2023-07-18 20:08:16', 0, 0, '196.242.57.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2545, 1, NULL, '2023-07-19 05:25:40', '2023-07-19 05:25:40', 0, 0, '196.242.4.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2546, 1, NULL, '2023-07-19 08:31:41', '2023-07-19 08:31:41', 0, 0, '172.241.37.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2547, 1, NULL, '2023-07-19 09:05:51', '2023-07-19 09:05:51', 0, 0, '94.25.170.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2548, 1, NULL, '2023-07-19 16:37:49', '2023-07-19 16:37:49', 0, 0, '176.31.115.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2549, 1, NULL, '2023-07-19 17:48:20', '2023-07-19 17:48:20', 0, 0, '104.28.230.243', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2550, 1, NULL, '2023-07-19 21:49:39', '2023-07-19 21:49:39', 0, 0, '23.108.252.131', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2551, 1, NULL, '2023-07-19 23:29:31', '2023-07-19 23:29:31', 0, 0, '95.105.39.249', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2552, 1, NULL, '2023-07-20 08:30:51', '2023-07-20 08:30:51', 0, 0, '103.225.200.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2553, 1, NULL, '2023-07-20 10:36:39', '2023-07-20 10:36:39', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2554, 1, NULL, '2023-07-20 11:11:09', '2023-07-20 11:11:09', 0, 0, '8.219.197.131', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2555, 1, NULL, '2023-07-20 12:04:27', '2023-07-20 12:04:27', 0, 0, '8.222.250.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2556, 1, NULL, '2023-07-20 12:17:46', '2023-07-20 12:17:46', 0, 0, '8.219.250.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2557, 1, NULL, '2023-07-20 15:18:28', '2023-07-20 15:18:28', 0, 0, '196.242.131.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2558, 1, NULL, '2023-07-20 19:16:18', '2023-07-20 19:16:18', 0, 0, '185.197.74.94', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2559, 1, NULL, '2023-07-21 00:15:51', '2023-07-21 00:15:51', 0, 0, '185.142.239.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2560, 1, NULL, '2023-07-21 09:56:49', '2023-07-21 09:56:49', 0, 0, '188.126.89.118', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2561, 1, NULL, '2023-07-21 13:22:35', '2023-07-21 13:22:35', 0, 0, '8.222.177.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2562, 1, NULL, '2023-07-21 17:20:23', '2023-07-21 17:20:23', 0, 0, '212.8.250.217', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2563, 1, NULL, '2023-07-21 18:26:23', '2023-07-21 18:26:23', 0, 0, '37.204.161.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2564, 1, NULL, '2023-07-22 04:57:00', '2023-07-22 04:57:00', 0, 0, '23.94.230.213', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2565, 1, NULL, '2023-07-22 17:02:03', '2023-07-22 17:02:03', 0, 0, '5.227.31.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2566, 1, NULL, '2023-07-22 22:04:40', '2023-07-22 22:04:40', 0, 0, '8.219.254.249', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2567, 1, NULL, '2023-07-22 23:57:02', '2023-07-22 23:57:02', 0, 0, '1.169.137.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2568, 1, NULL, '2023-07-23 02:15:34', '2023-07-23 02:15:34', 0, 0, '1.169.137.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2569, 1, NULL, '2023-07-23 02:15:34', '2023-07-23 02:15:34', 0, 0, '1.169.137.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2570, 1, NULL, '2023-07-23 02:15:35', '2023-07-23 02:15:35', 0, 0, '1.169.137.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2571, 1, NULL, '2023-07-23 10:38:41', '2023-07-23 10:38:41', 0, 0, '206.232.32.31', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2572, 1, NULL, '2023-07-23 10:48:18', '2023-07-23 10:48:18', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2573, 1, NULL, '2023-07-23 12:47:29', '2023-07-23 12:47:29', 0, 0, '84.17.43.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2574, 1, NULL, '2023-07-23 22:12:22', '2023-07-23 22:12:22', 0, 0, '8.222.249.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2575, 1, NULL, '2023-07-24 01:26:38', '2023-07-24 01:26:38', 0, 0, '185.197.74.94', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2576, 1, NULL, '2023-07-24 09:00:17', '2023-07-24 09:00:17', 0, 0, '46.23.98.14', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2577, 1, NULL, '2023-07-24 16:49:48', '2023-07-24 16:49:48', 0, 0, '86.128.98.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2578, 1, NULL, '2023-07-24 23:55:03', '2023-07-24 23:55:03', 0, 0, '5.42.65.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2579, 1, NULL, '2023-07-25 04:35:20', '2023-07-25 04:35:20', 0, 0, '23.108.252.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2580, 1, NULL, '2023-07-25 06:30:39', '2023-07-25 06:30:39', 0, 0, '196.242.46.105', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2581, 1, NULL, '2023-07-25 06:35:48', '2023-07-25 06:35:48', 0, 0, '196.244.4.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2582, 1, NULL, '2023-07-25 10:15:00', '2023-07-25 10:15:00', 0, 0, '188.126.94.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2583, 1, NULL, '2023-07-25 16:27:43', '2023-07-25 16:27:43', 0, 0, '8.222.165.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2584, 1, NULL, '2023-07-25 17:21:07', '2023-07-25 17:21:07', 0, 0, '31.170.22.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2585, 1, NULL, '2023-07-25 18:29:56', '2023-07-25 18:29:56', 0, 0, '196.242.84.100', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2586, 1, NULL, '2023-07-25 23:01:24', '2023-07-25 23:01:24', 0, 0, '23.230.42.95', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2587, 1, NULL, '2023-07-26 01:19:46', '2023-07-26 01:19:46', 0, 0, '196.196.23.56', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2588, 1, NULL, '2023-07-26 07:12:06', '2023-07-26 07:12:06', 0, 0, '84.17.60.180', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2589, 1, NULL, '2023-07-26 15:33:43', '2023-07-26 15:33:43', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2590, 1, NULL, '2023-07-26 17:54:54', '2023-07-26 17:54:54', 0, 0, '49.36.217.20', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.183', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2591, 1, NULL, '2023-07-26 19:04:51', '2023-07-26 19:04:51', 0, 0, '193.188.20.96', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2592, 1, NULL, '2023-07-27 17:18:36', '2023-07-27 17:18:36', 0, 0, '185.231.244.195', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2593, 1, NULL, '2023-07-27 22:12:58', '2023-07-27 22:12:58', 0, 0, '216.239.90.19', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2594, 1, NULL, '2023-07-28 04:49:12', '2023-07-28 04:49:12', 0, 0, '180.101.52.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2595, 1, NULL, '2023-07-28 07:51:40', '2023-07-28 07:51:40', 0, 0, '43.255.222.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2596, 1, NULL, '2023-07-28 10:41:01', '2023-07-28 10:41:01', 0, 0, '49.43.241.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2597, 1, NULL, '2023-07-28 14:32:55', '2023-07-28 14:32:55', 0, 0, '8.222.250.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2598, 1, NULL, '2023-07-28 18:18:54', '2023-07-28 18:18:54', 0, 0, '185.5.249.180', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2599, 1, NULL, '2023-07-28 18:30:48', '2023-07-28 18:30:48', 0, 0, '45.43.65.165', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2600, 1, NULL, '2023-07-28 19:27:15', '2023-07-28 19:27:15', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2601, 1, NULL, '2023-07-28 21:08:45', '2023-07-28 21:08:45', 0, 0, '31.42.181.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2602, 1, NULL, '2023-07-28 22:04:47', '2023-07-28 22:04:47', 0, 0, '94.25.168.62', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2603, 1, NULL, '2023-07-29 04:51:02', '2023-07-29 04:51:02', 0, 0, '8.222.244.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2604, 1, NULL, '2023-07-29 09:05:19', '2023-07-29 09:05:19', 0, 0, '196.242.57.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2605, 1, NULL, '2023-07-29 10:07:55', '2023-07-29 10:07:55', 0, 0, '154.28.74.71', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2606, 1, NULL, '2023-07-29 16:56:25', '2023-07-29 16:56:25', 0, 0, '198.245.69.80', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2607, 1, NULL, '2023-07-29 22:01:53', '2023-07-29 22:01:53', 0, 0, '193.188.20.96', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2608, 1, NULL, '2023-07-30 12:59:54', '2023-07-30 12:59:54', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2609, 1, NULL, '2023-07-30 17:21:25', '2023-07-30 17:21:25', 0, 0, '84.17.48.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2610, 1, NULL, '2023-07-31 08:24:57', '2023-07-31 08:24:57', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2611, 1, NULL, '2023-07-31 11:12:45', '2023-07-31 11:12:45', 0, 0, '31.42.181.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2612, 1, NULL, '2023-07-31 15:19:09', '2023-07-31 15:19:09', 0, 0, '8.219.211.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2613, 1, NULL, '2023-07-31 22:10:37', '2023-07-31 22:10:37', 0, 0, '196.242.57.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2614, 1, NULL, '2023-08-01 03:11:24', '2023-08-01 03:11:24', 0, 0, '107.172.139.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2615, 1, NULL, '2023-08-01 04:08:08', '2023-08-01 04:08:08', 0, 0, '155.94.171.116', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2616, 1, NULL, '2023-08-01 05:05:02', '2023-08-01 05:05:02', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2617, 1, NULL, '2023-08-01 05:21:23', '2023-08-01 05:21:23', 0, 0, '151.106.8.105', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2618, 1, NULL, '2023-08-01 08:57:02', '2023-08-01 08:57:02', 0, 0, '8.219.127.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2619, 1, NULL, '2023-08-01 12:07:48', '2023-08-01 12:07:48', 0, 0, '111.88.26.191', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2620, 1, NULL, '2023-08-01 15:59:25', '2023-08-01 15:59:25', 0, 0, '8.219.251.185', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2621, 1, NULL, '2023-08-02 02:26:38', '2023-08-02 02:26:38', 0, 0, '78.29.109.248', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2622, 1, NULL, '2023-08-02 05:18:36', '2023-08-02 05:18:36', 0, 0, '212.102.60.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2623, 1, NULL, '2023-08-02 05:40:16', '2023-08-02 05:40:16', 0, 0, '106.217.39.189', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-E625F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2624, 1, NULL, '2023-08-02 06:08:08', '2023-08-02 06:08:08', 0, 0, '1.6.101.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2625, 1, NULL, '2023-08-02 07:22:18', '2023-08-02 07:22:18', 0, 0, '49.205.199.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2626, 1, NULL, '2023-08-02 07:32:21', '2023-08-02 07:32:21', 0, 0, '196.242.4.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2627, 1, NULL, '2023-08-02 16:00:50', '2023-08-02 16:00:50', 0, 0, '185.230.163.130', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2628, 1, NULL, '2023-08-02 20:27:20', '2023-08-02 20:27:20', 0, 0, '8.222.198.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2629, 1, NULL, '2023-08-03 01:22:56', '2023-08-03 01:22:56', 0, 0, '37.204.161.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2635, 1, NULL, '2023-08-03 22:31:39', '2023-08-03 22:31:39', 0, 0, '178.175.129.38', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2631, 1, NULL, '2023-08-03 06:53:19', '2023-08-03 06:53:19', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2632, 1, NULL, '2023-08-03 08:45:13', '2023-08-03 08:45:13', 0, 0, '42.105.125.219', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2633, 1, NULL, '2023-08-03 09:22:18', '2023-08-03 09:22:18', 0, 0, '196.245.158.85', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2634, 1, NULL, '2023-08-03 14:35:48', '2023-08-03 14:35:48', 0, 0, '107.189.2.91', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2636, 1, NULL, '2023-08-04 02:43:43', '2023-08-04 02:43:43', 0, 0, '111.240.213.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2637, 1, NULL, '2023-08-04 03:23:59', '2023-08-04 03:23:59', 0, 0, '23.105.5.173', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2638, 1, NULL, '2023-08-04 08:17:13', '2023-08-04 08:17:13', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2639, 1, NULL, '2023-08-04 12:24:48', '2023-08-04 12:24:48', 0, 0, '194.36.108.93', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2640, 1, NULL, '2023-08-04 12:30:08', '2023-08-04 12:30:08', 0, 0, '111.240.213.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2641, 1, NULL, '2023-08-04 12:30:09', '2023-08-04 12:30:09', 0, 0, '111.240.213.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2642, 1, NULL, '2023-08-04 12:30:10', '2023-08-04 12:30:10', 0, 0, '111.240.213.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2643, 1, NULL, '2023-08-04 12:42:39', '2023-08-04 12:42:39', 0, 0, '185.179.214.38', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2644, 1, NULL, '2023-08-04 13:19:36', '2023-08-04 13:19:36', 0, 0, '196.245.247.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2645, 1, NULL, '2023-08-04 13:58:34', '2023-08-04 13:58:34', 0, 0, '181.214.206.34', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2646, 1, NULL, '2023-08-04 18:12:43', '2023-08-04 18:12:43', 0, 0, '212.30.37.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2647, 1, NULL, '2023-08-04 20:54:44', '2023-08-04 20:54:44', 0, 0, '104.164.183.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2648, 1, NULL, '2023-08-04 21:02:52', '2023-08-04 21:02:52', 0, 0, '185.179.214.38', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2649, 1, NULL, '2023-08-04 21:53:34', '2023-08-04 21:53:34', 0, 0, '185.179.214.38', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2650, 1, NULL, '2023-08-05 01:39:16', '2023-08-05 01:39:16', 0, 0, '8.222.195.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2651, 1, NULL, '2023-08-05 02:10:12', '2023-08-05 02:10:12', 0, 0, '196.244.48.69', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2652, 1, NULL, '2023-08-05 07:17:09', '2023-08-05 07:17:09', 0, 0, '128.140.43.148', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2653, 1, NULL, '2023-08-05 08:32:39', '2023-08-05 08:32:39', 0, 0, '8.219.187.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2654, 1, NULL, '2023-08-05 13:15:19', '2023-08-05 13:15:19', 0, 0, '196.242.115.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2655, 1, NULL, '2023-08-05 14:42:35', '2023-08-05 14:42:35', 0, 0, '188.126.94.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2656, 1, NULL, '2023-08-05 19:24:38', '2023-08-05 19:24:38', 0, 0, '5.227.31.166', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2657, 1, NULL, '2023-08-06 03:38:35', '2023-08-06 03:38:35', 0, 0, '111.240.213.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2658, 1, NULL, '2023-08-06 04:10:32', '2023-08-06 04:10:32', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2659, 1, NULL, '2023-08-06 13:24:19', '2023-08-06 13:24:19', 0, 0, '8.222.179.80', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2660, 1, NULL, '2023-08-07 06:47:31', '2023-08-07 06:47:31', 0, 0, '46.117.115.61', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2661, 1, NULL, '2023-08-07 14:30:29', '2023-08-07 14:30:29', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2662, 1, NULL, '2023-08-07 15:07:33', '2023-08-07 15:07:33', 0, 0, '8.222.194.14', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2663, 1, NULL, '2023-08-07 17:48:16', '2023-08-07 17:48:16', 0, 0, '8.222.160.247', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2664, 1, NULL, '2023-08-07 22:16:01', '2023-08-07 22:16:01', 0, 0, '107.158.200.148', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2665, 1, NULL, '2023-08-08 02:15:02', '2023-08-08 02:15:02', 0, 0, '85.215.118.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2666, 1, NULL, '2023-08-08 07:31:07', '2023-08-08 07:31:07', 0, 0, '149.34.242.225', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(2667, 1, NULL, '2023-08-08 08:21:19', '2023-08-08 08:21:19', 0, 0, '8.222.178.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2668, 1, NULL, '2023-08-08 08:33:05', '2023-08-08 08:33:05', 0, 0, '49.204.80.198', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2669, 1, NULL, '2023-08-08 09:25:19', '2023-08-08 09:25:19', 0, 0, '8.219.228.247', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2670, 1, NULL, '2023-08-08 11:59:07', '2023-08-08 11:59:07', 0, 0, '5.42.65.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2671, 1, NULL, '2023-08-08 18:33:53', '2023-08-08 18:33:53', 0, 0, '86.128.98.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2672, 1, NULL, '2023-08-08 19:19:22', '2023-08-08 19:19:22', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2673, 1, NULL, '2023-08-09 00:11:34', '2023-08-09 00:11:34', 0, 0, '198.46.161.69', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2674, 1, NULL, '2023-08-09 04:06:13', '2023-08-09 04:06:13', 0, 0, '196.247.18.229', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2675, 1, NULL, '2023-08-09 16:29:53', '2023-08-09 16:29:53', 0, 0, '199.168.97.130', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2676, 1, NULL, '2023-08-09 22:16:28', '2023-08-09 22:16:28', 0, 0, '37.19.223.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2677, 1, NULL, '2023-08-10 02:54:25', '2023-08-10 02:54:25', 0, 0, '8.222.168.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2678, 1, NULL, '2023-08-10 07:01:54', '2023-08-10 07:01:54', 0, 0, '51.15.227.109', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2679, 1, NULL, '2023-08-10 17:06:35', '2023-08-10 17:06:35', 0, 0, '154.37.67.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2680, 1, NULL, '2023-08-10 18:58:14', '2023-08-10 18:58:14', 0, 0, '8.222.250.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2681, 1, NULL, '2023-08-10 19:05:33', '2023-08-10 19:05:33', 0, 0, '94.255.94.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2682, 1, NULL, '2023-08-10 23:09:37', '2023-08-10 23:09:37', 0, 0, '103.39.129.223', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2683, 1, NULL, '2023-08-11 01:40:41', '2023-08-11 01:40:41', 0, 0, '8.222.246.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2684, 1, NULL, '2023-08-11 03:25:17', '2023-08-11 03:25:17', 0, 0, '178.168.201.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2685, 1, NULL, '2023-08-11 03:26:39', '2023-08-11 03:26:39', 0, 0, '8.222.249.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2686, 1, NULL, '2023-08-11 03:54:42', '2023-08-11 03:54:42', 0, 0, '194.32.122.42', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2687, 1, NULL, '2023-08-11 04:43:39', '2023-08-11 04:43:39', 0, 0, '185.107.44.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2688, 1, NULL, '2023-08-11 04:52:20', '2023-08-11 04:52:20', 0, 0, '82.147.85.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2689, 1, NULL, '2023-08-11 10:08:56', '2023-08-11 10:08:56', 0, 0, '37.20.233.236', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2690, 1, NULL, '2023-08-11 10:36:20', '2023-08-11 10:36:20', 0, 0, '94.41.202.54', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2691, 1, NULL, '2023-08-11 12:15:15', '2023-08-11 12:15:15', 0, 0, '46.8.156.121', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2692, 1, NULL, '2023-08-11 18:20:04', '2023-08-11 18:20:04', 0, 0, '42.107.196.220', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2693, 1, NULL, '2023-08-12 02:56:39', '2023-08-12 02:56:39', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2694, 1, NULL, '2023-08-12 05:47:33', '2023-08-12 05:47:33', 0, 0, '157.45.141.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2695, 1, NULL, '2023-08-12 09:31:14', '2023-08-12 09:31:14', 0, 0, '138.199.36.196', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2696, 1, NULL, '2023-08-12 11:00:42', '2023-08-12 11:00:42', 0, 0, '1.169.98.131', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2697, 1, NULL, '2023-08-12 12:38:35', '2023-08-12 12:38:35', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2698, 1, NULL, '2023-08-12 12:40:22', '2023-08-12 12:40:22', 0, 0, '8.219.235.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2699, 1, NULL, '2023-08-12 19:15:52', '2023-08-12 19:15:52', 0, 0, '95.79.172.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2700, 1, NULL, '2023-08-12 21:40:55', '2023-08-12 21:40:55', 0, 0, '63.141.240.26', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2701, 1, NULL, '2023-08-13 02:02:20', '2023-08-13 02:02:20', 0, 0, '188.162.80.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2702, 1, NULL, '2023-08-13 10:03:20', '2023-08-13 10:03:20', 0, 0, '104.245.145.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2703, 1, NULL, '2023-08-13 10:46:27', '2023-08-13 10:46:27', 0, 0, '178.212.56.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2704, 1, NULL, '2023-08-13 22:25:09', '2023-08-13 22:25:09', 0, 0, '173.208.201.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2705, 1, NULL, '2023-08-13 22:27:40', '2023-08-13 22:27:40', 0, 0, '83.139.136.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2706, 1, NULL, '2023-08-13 23:30:39', '2023-08-13 23:30:39', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2707, 1, NULL, '2023-08-14 09:39:14', '2023-08-14 09:39:14', 0, 0, '196.245.54.26', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2708, 1, NULL, '2023-08-14 20:42:21', '2023-08-14 20:42:21', 0, 0, '196.242.57.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2709, 1, NULL, '2023-08-15 05:22:56', '2023-08-15 05:22:56', 0, 0, '178.23.189.67', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2710, 1, NULL, '2023-08-15 06:25:36', '2023-08-15 06:25:36', 0, 0, '37.19.223.109', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2711, 1, NULL, '2023-08-15 07:07:35', '2023-08-15 07:07:35', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2712, 1, NULL, '2023-08-15 12:33:29', '2023-08-15 12:33:29', 0, 0, '89.187.171.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2713, 1, NULL, '2023-08-15 14:31:45', '2023-08-15 14:31:45', 0, 0, '8.222.170.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2714, 1, NULL, '2023-08-15 15:09:44', '2023-08-15 15:09:44', 0, 0, '8.222.178.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2715, 1, NULL, '2023-08-15 15:48:23', '2023-08-15 15:48:23', 0, 0, '50.105.52.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2716, 1, NULL, '2023-08-15 20:44:37', '2023-08-15 20:44:37', 0, 0, '196.240.254.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2717, 1, NULL, '2023-08-16 05:12:02', '2023-08-16 05:12:02', 0, 0, '106.51.73.124', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2718, 1, NULL, '2023-08-16 17:43:34', '2023-08-16 17:43:34', 0, 0, '217.138.206.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2719, 1, NULL, '2023-08-17 01:22:56', '2023-08-17 01:22:56', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2720, 1, NULL, '2023-08-17 03:30:54', '2023-08-17 03:30:54', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2725, 1, NULL, '2023-08-17 20:42:05', '2023-08-17 20:42:05', 0, 0, '111.240.208.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2722, 1, NULL, '2023-08-17 07:14:57', '2023-08-17 07:14:57', 0, 0, '91.108.29.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2723, 1, NULL, '2023-08-17 07:26:33', '2023-08-17 07:26:33', 0, 0, '223.237.250.114', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 6.0.1; vivo 1610) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.92 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2724, 1, NULL, '2023-08-17 09:16:58', '2023-08-17 09:16:58', 0, 0, '172.241.238.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2726, 1, NULL, '2023-08-18 03:52:54', '2023-08-18 03:52:54', 0, 0, '111.240.208.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2727, 1, NULL, '2023-08-18 03:52:54', '2023-08-18 03:52:54', 0, 0, '111.240.208.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2728, 1, NULL, '2023-08-18 03:52:54', '2023-08-18 03:52:54', 0, 0, '111.240.208.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2729, 1, NULL, '2023-08-18 03:52:55', '2023-08-18 03:52:55', 0, 0, '111.240.208.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2730, 1, NULL, '2023-08-18 04:41:20', '2023-08-18 04:41:20', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2731, 1, NULL, '2023-08-18 09:03:14', '2023-08-18 09:03:14', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2732, 1, NULL, '2023-08-18 09:53:42', '2023-08-18 09:53:42', 0, 0, '107.189.8.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2733, 1, NULL, '2023-08-18 10:35:13', '2023-08-18 10:35:13', 0, 0, '199.168.97.130', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2734, 1, NULL, '2023-08-18 16:29:23', '2023-08-18 16:29:23', 0, 0, '196.242.200.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2735, 1, NULL, '2023-08-18 17:11:29', '2023-08-18 17:11:29', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2736, 1, NULL, '2023-08-18 18:39:42', '2023-08-18 18:39:42', 0, 0, '170.83.176.213', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2737, 1, NULL, '2023-08-18 23:50:19', '2023-08-18 23:50:19', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2738, 1, NULL, '2023-08-19 01:21:00', '2023-08-19 01:21:00', 0, 0, '178.175.128.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2739, 1, NULL, '2023-08-19 08:52:29', '2023-08-19 08:52:29', 0, 0, '196.240.51.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2740, 1, NULL, '2023-08-19 11:59:22', '2023-08-19 11:59:22', 0, 0, '63.141.239.114', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2741, 1, NULL, '2023-08-19 12:15:17', '2023-08-19 12:15:17', 0, 0, '46.38.101.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2742, 1, NULL, '2023-08-19 15:07:58', '2023-08-19 15:07:58', 0, 0, '46.35.252.130', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2743, 1, NULL, '2023-08-19 18:59:05', '2023-08-19 18:59:05', 0, 0, '196.244.48.198', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2744, 1, NULL, '2023-08-20 03:18:49', '2023-08-20 03:18:49', 0, 0, '176.124.32.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2745, 1, NULL, '2023-08-20 03:34:20', '2023-08-20 03:34:20', 0, 0, '136.169.172.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2746, 1, NULL, '2023-08-21 06:39:00', '2023-08-21 06:39:00', 0, 0, '87.249.132.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2747, 1, NULL, '2023-08-21 10:07:47', '2023-08-21 10:07:47', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2748, 1, NULL, '2023-08-21 11:26:59', '2023-08-21 11:26:59', 0, 0, '196.240.250.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2749, 1, NULL, '2023-08-21 16:49:59', '2023-08-21 16:49:59', 0, 0, '8.222.250.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2750, 1, NULL, '2023-08-21 18:57:36', '2023-08-21 18:57:36', 0, 0, '8.219.211.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2751, 1, NULL, '2023-08-21 19:44:36', '2023-08-21 19:44:36', 0, 0, '23.83.87.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2752, 1, NULL, '2023-08-22 03:40:30', '2023-08-22 03:40:30', 0, 0, '8.219.250.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2753, 1, NULL, '2023-08-22 04:23:14', '2023-08-22 04:23:14', 0, 0, '87.249.132.178', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2754, 1, NULL, '2023-08-22 08:36:07', '2023-08-22 08:36:07', 0, 0, '196.245.158.126', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2755, 1, NULL, '2023-08-23 02:10:46', '2023-08-23 02:10:46', 0, 0, '173.239.236.69', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2756, 1, NULL, '2023-08-23 03:02:10', '2023-08-23 03:02:10', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2757, 1, NULL, '2023-08-23 03:27:46', '2023-08-23 03:27:46', 0, 0, '223.231.139.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2758, 1, NULL, '2023-08-23 03:38:36', '2023-08-23 03:38:36', 0, 0, '8.219.197.131', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2759, 1, NULL, '2023-08-23 07:41:19', '2023-08-23 07:41:19', 0, 0, '181.214.167.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2760, 1, NULL, '2023-08-23 11:12:16', '2023-08-23 11:12:16', 0, 0, '94.25.175.246', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2761, 1, NULL, '2023-08-23 21:10:12', '2023-08-23 21:10:12', 0, 0, '176.124.32.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2762, 1, NULL, '2023-08-24 00:01:52', '2023-08-24 00:01:52', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2763, 1, NULL, '2023-08-24 00:01:55', '2023-08-24 00:01:55', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2764, 1, NULL, '2023-08-24 01:41:24', '2023-08-24 01:41:24', 0, 0, '45.86.200.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2765, 1, NULL, '2023-08-24 04:53:10', '2023-08-24 04:53:10', 0, 0, '63.161.79.231', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2766, 1, NULL, '2023-08-24 07:11:19', '2023-08-24 07:11:19', 0, 0, '178.70.92.50', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2767, 1, NULL, '2023-08-24 11:29:58', '2023-08-24 11:29:58', 0, 0, '111.88.217.48', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2768, 1, NULL, '2023-08-24 15:31:17', '2023-08-24 15:31:17', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2769, 1, NULL, '2023-08-24 16:15:34', '2023-08-24 16:15:34', 0, 0, '170.130.178.224', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2770, 1, NULL, '2023-08-24 20:06:58', '2023-08-24 20:06:58', 0, 0, '84.17.47.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2771, 1, NULL, '2023-08-25 00:08:48', '2023-08-25 00:08:48', 0, 0, '94.233.241.118', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2772, 1, NULL, '2023-08-25 03:20:23', '2023-08-25 03:20:23', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2773, 1, NULL, '2023-08-25 06:58:45', '2023-08-25 06:58:45', 0, 0, '173.213.93.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2774, 1, NULL, '2023-08-25 09:06:52', '2023-08-25 09:06:52', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2775, 1, NULL, '2023-08-25 10:56:38', '2023-08-25 10:56:38', 0, 0, '98.242.12.186', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2776, 1, NULL, '2023-08-25 13:42:47', '2023-08-25 13:42:47', 0, 0, '77.246.104.223', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2777, 1, NULL, '2023-08-25 21:03:43', '2023-08-25 21:03:43', 0, 0, '176.124.32.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2778, 1, NULL, '2023-08-25 23:43:30', '2023-08-25 23:43:30', 0, 0, '8.222.165.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2779, 1, NULL, '2023-08-26 05:04:31', '2023-08-26 05:04:31', 0, 0, '199.168.97.130', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2780, 1, NULL, '2023-08-26 10:14:27', '2023-08-26 10:14:27', 0, 0, '185.5.249.180', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2781, 1, NULL, '2023-08-26 11:44:03', '2023-08-26 11:44:03', 0, 0, '165.231.182.134', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2782, 1, NULL, '2023-08-26 21:13:14', '2023-08-26 21:13:14', 0, 0, '82.147.85.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2783, 1, NULL, '2023-08-27 05:47:16', '2023-08-27 05:47:16', 0, 0, '168.91.65.119', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2784, 1, NULL, '2023-08-27 11:42:41', '2023-08-27 11:42:41', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2785, 1, NULL, '2023-08-27 23:37:27', '2023-08-27 23:37:27', 0, 0, '176.124.32.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2786, 1, NULL, '2023-08-28 04:08:44', '2023-08-28 04:08:44', 0, 0, '185.107.80.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2787, 1, NULL, '2023-08-28 05:39:41', '2023-08-28 05:39:41', 0, 0, '185.107.44.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2788, 1, NULL, '2023-08-28 08:19:22', '2023-08-28 08:19:22', 0, 0, '63.141.240.26', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2789, 1, NULL, '2023-08-28 08:43:23', '2023-08-28 08:43:23', 0, 0, '111.88.219.238', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2790, 1, NULL, '2023-08-28 15:22:45', '2023-08-28 15:22:45', 0, 0, '8.222.249.248', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2791, 1, NULL, '2023-08-28 18:15:32', '2023-08-28 18:15:32', 0, 0, '152.58.119.171', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2792, 1, NULL, '2023-08-29 02:41:27', '2023-08-29 02:41:27', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2793, 1, NULL, '2023-08-29 04:48:47', '2023-08-29 04:48:47', 0, 0, '157.45.160.108', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; M2006C3MII) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2794, 1, NULL, '2023-08-29 04:56:49', '2023-08-29 04:56:49', 0, 0, '8.219.127.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2795, 1, NULL, '2023-08-29 04:57:51', '2023-08-29 04:57:51', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2796, 1, NULL, '2023-08-29 06:21:12', '2023-08-29 06:21:12', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2797, 1, NULL, '2023-08-29 14:55:59', '2023-08-29 14:55:59', 0, 0, '111.240.202.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2798, 1, NULL, '2023-08-29 14:55:59', '2023-08-29 14:55:59', 0, 0, '111.240.202.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2799, 1, NULL, '2023-08-29 14:56:00', '2023-08-29 14:56:00', 0, 0, '111.240.202.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2800, 1, NULL, '2023-08-29 14:56:08', '2023-08-29 14:56:08', 0, 0, '111.240.202.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2801, 1, NULL, '2023-08-29 20:24:19', '2023-08-29 20:24:19', 0, 0, '178.184.221.241', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2802, 1, NULL, '2023-08-30 00:38:51', '2023-08-30 00:38:51', 0, 0, '84.17.48.171', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2803, 1, NULL, '2023-08-30 01:21:38', '2023-08-30 01:21:38', 0, 0, '206.232.44.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2804, 1, NULL, '2023-08-30 07:02:21', '2023-08-30 07:02:21', 0, 0, '185.107.80.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2805, 1, NULL, '2023-08-30 19:29:46', '2023-08-30 19:29:46', 0, 0, '170.83.176.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2806, 1, NULL, '2023-08-30 19:29:49', '2023-08-30 19:29:49', 0, 0, '176.124.32.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2807, 1, NULL, '2023-08-30 21:10:45', '2023-08-30 21:10:45', 0, 0, '181.214.89.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2808, 1, NULL, '2023-08-30 22:57:13', '2023-08-30 22:57:13', 0, 0, '1.169.133.213', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2809, 1, NULL, '2023-08-30 22:57:13', '2023-08-30 22:57:13', 0, 0, '1.169.133.213', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2810, 1, NULL, '2023-08-30 22:57:19', '2023-08-30 22:57:19', 0, 0, '1.169.133.213', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2811, 1, NULL, '2023-08-30 23:48:04', '2023-08-30 23:48:04', 0, 0, '8.222.244.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2812, 1, NULL, '2023-08-31 01:55:15', '2023-08-31 01:55:15', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2813, 1, NULL, '2023-08-31 04:05:02', '2023-08-31 04:05:02', 0, 0, '185.107.80.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2814, 1, NULL, '2023-08-31 05:49:02', '2023-08-31 05:49:02', 0, 0, '8.222.249.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2815, 1, NULL, '2023-08-31 05:53:38', '2023-08-31 05:53:38', 0, 0, '185.107.44.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2816, 1, NULL, '2023-08-31 08:36:26', '2023-08-31 08:36:26', 0, 0, '94.25.171.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2817, 1, NULL, '2023-08-31 19:25:50', '2023-08-31 19:25:50', 0, 0, '37.139.53.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2818, 1, NULL, '2023-08-31 20:52:33', '2023-08-31 20:52:33', 0, 0, '217.212.244.67', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2819, 1, NULL, '2023-08-31 22:28:18', '2023-08-31 22:28:18', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2820, 1, NULL, '2023-08-31 23:10:21', '2023-08-31 23:10:21', 0, 0, '46.146.230.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2821, 1, NULL, '2023-08-31 23:11:13', '2023-08-31 23:11:13', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2822, 1, NULL, '2023-09-01 03:13:23', '2023-09-01 03:13:23', 0, 0, '185.179.214.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2823, 1, NULL, '2023-09-01 12:39:40', '2023-09-01 12:39:40', 0, 0, '37.19.217.224', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2824, 1, NULL, '2023-09-01 18:50:35', '2023-09-01 18:50:35', 0, 0, '185.107.80.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2825, 1, NULL, '2023-09-01 20:00:15', '2023-09-01 20:00:15', 0, 0, '185.107.44.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2826, 1, NULL, '2023-09-01 20:59:13', '2023-09-01 20:59:13', 0, 0, '185.179.214.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2827, 1, NULL, '2023-09-02 01:34:56', '2023-09-02 01:34:56', 0, 0, '82.147.85.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2828, 1, NULL, '2023-09-02 04:26:56', '2023-09-02 04:26:56', 0, 0, '149.62.41.175', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2829, 1, NULL, '2023-09-02 06:27:46', '2023-09-02 06:27:46', 0, 0, '185.179.214.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2830, 1, NULL, '2023-09-02 13:22:00', '2023-09-02 13:22:00', 0, 0, '8.222.250.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2831, 1, NULL, '2023-09-02 17:09:04', '2023-09-02 17:09:04', 0, 0, '8.219.254.249', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2832, 1, NULL, '2023-09-02 18:45:44', '2023-09-02 18:45:44', 0, 0, '185.107.80.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2833, 1, NULL, '2023-09-02 20:10:25', '2023-09-02 20:10:25', 0, 0, '185.107.44.188', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(2834, 1, NULL, '2023-09-02 21:35:27', '2023-09-02 21:35:27', 0, 0, '85.174.197.160', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2835, 1, NULL, '2023-09-02 21:55:33', '2023-09-02 21:55:33', 0, 0, '176.124.32.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2836, 1, NULL, '2023-09-03 00:01:07', '2023-09-03 00:01:07', 0, 0, '8.222.179.80', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2837, 1, NULL, '2023-09-03 00:44:13', '2023-09-03 00:44:13', 0, 0, '185.179.214.53', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2838, 1, NULL, '2023-09-03 06:50:47', '2023-09-03 06:50:47', 0, 0, '8.222.168.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2839, 1, NULL, '2023-09-03 07:18:55', '2023-09-03 07:18:55', 0, 0, '8.219.251.185', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2840, 1, NULL, '2023-09-03 08:15:24', '2023-09-03 08:15:24', 0, 0, '123.215.113.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2841, 1, NULL, '2023-09-03 20:40:46', '2023-09-03 20:40:46', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2842, 1, NULL, '2023-09-04 03:49:54', '2023-09-04 03:49:54', 0, 0, '8.222.198.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2843, 1, NULL, '2023-09-04 08:20:13', '2023-09-04 08:20:13', 0, 0, '106.76.247.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2844, 1, NULL, '2023-09-04 13:13:24', '2023-09-04 13:13:24', 0, 0, '8.222.173.171', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2845, 1, NULL, '2023-09-04 20:47:54', '2023-09-04 20:47:54', 0, 0, '8.222.177.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2846, 1, NULL, '2023-09-04 21:55:20', '2023-09-04 21:55:20', 0, 0, '176.124.32.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2847, 1, NULL, '2023-09-04 23:23:38', '2023-09-04 23:23:38', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2848, 1, NULL, '2023-09-04 23:23:39', '2023-09-04 23:23:39', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2849, 1, NULL, '2023-09-04 23:48:19', '2023-09-04 23:48:19', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2850, 1, NULL, '2023-09-04 23:48:21', '2023-09-04 23:48:21', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2851, 1, NULL, '2023-09-05 01:06:45', '2023-09-05 01:06:45', 0, 0, '178.70.76.214', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2854, 1, NULL, '2023-09-05 18:20:38', '2023-09-05 18:20:38', 0, 0, '79.137.192.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2853, 1, NULL, '2023-09-05 16:12:20', '2023-09-05 16:12:20', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2855, 1, NULL, '2023-09-05 21:08:06', '2023-09-05 21:08:06', 0, 0, '8.222.195.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2856, 1, NULL, '2023-09-06 01:22:56', '2023-09-06 01:22:56', 0, 0, '8.219.187.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2857, 1, NULL, '2023-09-06 02:29:16', '2023-09-06 02:29:16', 0, 0, '181.214.218.254', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2858, 1, NULL, '2023-09-06 04:43:15', '2023-09-06 04:43:15', 0, 0, '1.169.121.159', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2859, 1, NULL, '2023-09-06 17:41:35', '2023-09-06 17:41:35', 0, 0, '8.219.235.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2860, 1, NULL, '2023-09-06 22:28:09', '2023-09-06 22:28:09', 0, 0, '8.222.250.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2861, 1, NULL, '2023-09-07 07:29:01', '2023-09-07 07:29:01', 0, 0, '178.184.221.241', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2862, 1, NULL, '2023-09-07 08:50:09', '2023-09-07 08:50:09', 0, 0, '23.105.157.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2863, 1, NULL, '2023-09-07 10:45:01', '2023-09-07 10:45:01', 0, 0, '106.51.182.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2864, 1, NULL, '2023-09-07 15:56:15', '2023-09-07 15:56:15', 0, 0, '163.172.52.50', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2865, 1, NULL, '2023-09-07 17:43:19', '2023-09-07 17:43:19', 0, 0, '179.61.156.247', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2866, 1, NULL, '2023-09-07 18:04:20', '2023-09-07 18:04:20', 0, 0, '8.222.194.14', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2867, 1, NULL, '2023-09-07 22:20:55', '2023-09-07 22:20:55', 0, 0, '83.243.120.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2868, 1, NULL, '2023-09-08 08:05:10', '2023-09-08 08:05:10', 0, 0, '8.222.178.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2869, 1, NULL, '2023-09-08 08:33:04', '2023-09-08 08:33:04', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2870, 1, NULL, '2023-09-08 08:56:12', '2023-09-08 08:56:12', 0, 0, '178.168.193.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2871, 1, NULL, '2023-09-09 02:30:26', '2023-09-09 02:30:26', 0, 0, '23.106.18.26', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2872, 1, NULL, '2023-09-09 07:38:10', '2023-09-09 07:38:10', 0, 0, '37.19.223.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2873, 1, NULL, '2023-09-09 08:00:13', '2023-09-09 08:00:13', 0, 0, '8.222.178.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2874, 1, NULL, '2023-09-09 16:39:07', '2023-09-09 16:39:07', 0, 0, '104.28.198.243', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2875, 1, NULL, '2023-09-09 19:35:36', '2023-09-09 19:35:36', 0, 0, '160.20.10.235', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2876, 1, NULL, '2023-09-09 20:52:00', '2023-09-09 20:52:00', 0, 0, '1.169.77.142', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2877, 1, NULL, '2023-09-09 20:52:00', '2023-09-09 20:52:00', 0, 0, '1.169.77.142', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2878, 1, NULL, '2023-09-10 01:47:28', '2023-09-10 01:47:28', 0, 0, '8.222.160.247', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2879, 1, NULL, '2023-09-10 05:39:43', '2023-09-10 05:39:43', 0, 0, '179.61.156.239', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2880, 1, NULL, '2023-09-10 07:38:36', '2023-09-10 07:38:36', 0, 0, '146.70.121.173', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2881, 1, NULL, '2023-09-10 11:53:05', '2023-09-10 11:53:05', 0, 0, '194.32.122.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2882, 1, NULL, '2023-09-10 17:05:34', '2023-09-10 17:05:34', 0, 0, '196.242.131.236', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2883, 1, NULL, '2023-09-11 11:09:48', '2023-09-11 11:09:48', 0, 0, '8.219.228.247', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2884, 1, NULL, '2023-09-11 14:59:38', '2023-09-11 14:59:38', 0, 0, '1.169.77.142', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2885, 1, NULL, '2023-09-11 19:33:31', '2023-09-11 19:33:31', 0, 0, '94.25.173.134', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2886, 1, NULL, '2023-09-12 03:38:25', '2023-09-12 03:38:25', 0, 0, '23.106.16.27', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2887, 1, NULL, '2023-09-12 11:22:12', '2023-09-12 11:22:12', 0, 0, '193.43.118.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2888, 1, NULL, '2023-09-12 14:17:59', '2023-09-12 14:17:59', 0, 0, '178.175.129.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2893, 1, NULL, '2023-09-13 19:38:47', '2023-09-13 19:38:47', 0, 0, '198.46.184.32', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2890, 1, NULL, '2023-09-12 22:09:17', '2023-09-12 22:09:17', 0, 0, '192.186.155.51', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2891, 1, NULL, '2023-09-12 23:03:56', '2023-09-12 23:03:56', 0, 0, '8.222.250.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2892, 1, NULL, '2023-09-13 14:07:42', '2023-09-13 14:07:42', 0, 0, '202.94.175.224', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2894, 1, NULL, '2023-09-14 10:05:28', '2023-09-14 10:05:28', 0, 0, '5.42.80.234', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2895, 1, NULL, '2023-09-14 11:03:25', '2023-09-14 11:03:25', 0, 0, '160.20.11.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2896, 1, NULL, '2023-09-14 12:35:09', '2023-09-14 12:35:09', 0, 0, '196.244.4.73', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2897, 1, NULL, '2023-09-14 12:36:27', '2023-09-14 12:36:27', 0, 0, '185.107.44.198', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2898, 1, NULL, '2023-09-14 15:44:41', '2023-09-14 15:44:41', 0, 0, '107.150.65.45', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2899, 1, NULL, '2023-09-14 20:30:32', '2023-09-14 20:30:32', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2900, 1, NULL, '2023-09-15 02:32:45', '2023-09-15 02:32:45', 0, 0, '178.184.238.161', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2901, 1, NULL, '2023-09-17 03:45:28', '2023-09-17 03:45:28', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2902, 1, NULL, '2023-09-17 10:13:52', '2023-09-17 10:13:52', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2903, 1, NULL, '2023-09-17 10:13:52', '2023-09-17 10:13:52', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2904, 1, NULL, '2023-09-17 10:25:56', '2023-09-17 10:25:56', 0, 0, '169.150.205.248', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2905, 1, NULL, '2023-09-17 16:17:54', '2023-09-17 16:17:54', 0, 0, '8.222.165.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2906, 1, NULL, '2023-09-17 21:07:39', '2023-09-17 21:07:39', 0, 0, '23.105.146.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2907, 1, NULL, '2023-09-17 22:59:16', '2023-09-17 22:59:16', 0, 0, '8.222.170.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2908, 1, NULL, '2023-09-17 23:41:26', '2023-09-17 23:41:26', 0, 0, '85.215.107.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2909, 1, NULL, '2023-09-18 01:18:44', '2023-09-18 01:18:44', 0, 0, '194.36.98.148', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2910, 1, NULL, '2023-09-18 06:51:10', '2023-09-18 06:51:10', 0, 0, '154.47.27.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2911, 1, NULL, '2023-09-18 11:28:31', '2023-09-18 11:28:31', 0, 0, '104.143.253.163', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2912, 1, NULL, '2023-09-18 12:14:55', '2023-09-18 12:14:55', 0, 0, '23.19.216.43', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2913, 1, NULL, '2023-09-18 14:21:59', '2023-09-18 14:21:59', 0, 0, '185.220.101.48', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2914, 1, NULL, '2023-09-18 21:57:40', '2023-09-18 21:57:40', 0, 0, '23.106.18.26', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2915, 1, NULL, '2023-09-18 22:36:01', '2023-09-18 22:36:01', 0, 0, '185.232.21.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2916, 1, NULL, '2023-09-19 04:00:19', '2023-09-19 04:00:19', 0, 0, '178.168.207.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2917, 1, NULL, '2023-09-19 10:35:23', '2023-09-19 10:35:23', 0, 0, '82.147.85.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2918, 1, NULL, '2023-09-19 21:12:09', '2023-09-19 21:12:09', 0, 0, '152.58.92.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2919, 1, NULL, '2023-09-20 01:20:13', '2023-09-20 01:20:13', 0, 0, '1.169.65.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2920, 1, NULL, '2023-09-20 01:20:13', '2023-09-20 01:20:13', 0, 0, '1.169.65.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2921, 1, NULL, '2023-09-20 01:20:14', '2023-09-20 01:20:14', 0, 0, '1.169.65.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2922, 1, NULL, '2023-09-20 01:20:14', '2023-09-20 01:20:14', 0, 0, '1.169.65.245', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2923, 1, NULL, '2023-09-20 01:21:11', '2023-09-20 01:21:11', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2924, 1, NULL, '2023-09-20 03:54:09', '2023-09-20 03:54:09', 0, 0, '95.79.181.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2925, 1, NULL, '2023-09-20 06:14:15', '2023-09-20 06:14:15', 0, 0, '178.23.189.67', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2926, 1, NULL, '2023-09-20 14:05:38', '2023-09-20 14:05:38', 0, 0, '23.83.89.249', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2927, 1, NULL, '2023-09-20 18:03:44', '2023-09-20 18:03:44', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2928, 1, NULL, '2023-09-20 22:26:33', '2023-09-20 22:26:33', 0, 0, '111.88.219.56', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2929, 1, NULL, '2023-09-21 01:29:42', '2023-09-21 01:29:42', 0, 0, '84.17.60.66', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2930, 1, NULL, '2023-09-21 11:57:44', '2023-09-21 11:57:44', 0, 0, '172.245.220.204', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2931, 1, NULL, '2023-09-22 05:55:04', '2023-09-22 05:55:04', 0, 0, '191.101.109.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2932, 1, NULL, '2023-09-22 11:06:34', '2023-09-22 11:06:34', 0, 0, '37.20.145.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2933, 1, NULL, '2023-09-22 12:17:11', '2023-09-22 12:17:11', 0, 0, '37.139.53.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2934, 1, NULL, '2023-09-22 12:25:39', '2023-09-22 12:25:39', 0, 0, '8.219.127.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2935, 1, NULL, '2023-09-22 21:22:13', '2023-09-22 21:22:13', 0, 0, '202.94.175.224', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2936, 1, NULL, '2023-09-23 00:11:42', '2023-09-23 00:11:42', 0, 0, '85.215.107.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2937, 1, NULL, '2023-09-23 08:14:25', '2023-09-23 08:14:25', 0, 0, '79.137.192.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2938, 1, NULL, '2023-09-23 10:17:03', '2023-09-23 10:17:03', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2939, 1, NULL, '2023-09-23 16:46:49', '2023-09-23 16:46:49', 0, 0, '123.215.113.4', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2940, 1, NULL, '2023-09-23 19:07:02', '2023-09-23 19:07:02', 0, 0, '196.242.195.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2941, 1, NULL, '2023-09-23 23:33:52', '2023-09-23 23:33:52', 0, 0, '23.105.142.134', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2942, 1, NULL, '2023-09-24 01:43:18', '2023-09-24 01:43:18', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2943, 1, NULL, '2023-09-24 13:47:25', '2023-09-24 13:47:25', 0, 0, '5.42.65.19', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2944, 1, NULL, '2023-09-25 00:26:33', '2023-09-25 00:26:33', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2945, 1, NULL, '2023-09-25 04:52:40', '2023-09-25 04:52:40', 0, 0, '37.120.244.236', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2946, 1, NULL, '2023-09-25 11:16:07', '2023-09-25 11:16:07', 0, 0, '84.17.49.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2947, 1, NULL, '2023-09-25 15:51:49', '2023-09-25 15:51:49', 0, 0, '196.247.160.137', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2948, 1, NULL, '2023-09-26 00:39:09', '2023-09-26 00:39:09', 0, 0, '2.57.149.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2949, 1, NULL, '2023-09-26 01:13:37', '2023-09-26 01:13:37', 0, 0, '107.172.229.111', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2950, 1, NULL, '2023-09-26 04:14:58', '2023-09-26 04:14:58', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2951, 1, NULL, '2023-09-26 07:14:23', '2023-09-26 07:14:23', 0, 0, '82.147.85.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2952, 1, NULL, '2023-09-26 20:04:38', '2023-09-26 20:04:38', 0, 0, '178.70.73.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2953, 1, NULL, '2023-09-26 23:06:12', '2023-09-26 23:06:12', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2954, 1, NULL, '2023-09-27 04:15:32', '2023-09-27 04:15:32', 0, 0, '8.222.168.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2955, 1, NULL, '2023-09-27 05:27:47', '2023-09-27 05:27:47', 0, 0, '196.247.46.111', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2956, 1, NULL, '2023-09-28 03:19:08', '2023-09-28 03:19:08', 0, 0, '5.42.64.62', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2957, 1, NULL, '2023-09-28 08:15:15', '2023-09-28 08:15:15', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2958, 1, NULL, '2023-09-28 10:04:48', '2023-09-28 10:04:48', 0, 0, '178.17.171.179', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2959, 1, NULL, '2023-09-28 10:54:45', '2023-09-28 10:54:45', 0, 0, '107.186.84.179', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2960, 1, NULL, '2023-09-28 17:21:59', '2023-09-28 17:21:59', 0, 0, '37.19.217.250', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2961, 1, NULL, '2023-09-28 18:37:29', '2023-09-28 18:37:29', 0, 0, '1.169.103.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2962, 1, NULL, '2023-09-28 18:37:30', '2023-09-28 18:37:30', 0, 0, '1.169.103.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2963, 1, NULL, '2023-09-28 18:37:30', '2023-09-28 18:37:30', 0, 0, '1.169.103.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2964, 1, NULL, '2023-09-28 18:37:31', '2023-09-28 18:37:31', 0, 0, '1.169.103.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2965, 1, NULL, '2023-09-29 03:24:25', '2023-09-29 03:24:25', 0, 0, '94.25.172.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2966, 1, NULL, '2023-09-29 03:35:03', '2023-09-29 03:35:03', 0, 0, '162.212.172.228', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2967, 1, NULL, '2023-09-29 13:46:01', '2023-09-29 13:46:01', 0, 0, '123.215.113.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2968, 1, NULL, '2023-09-29 14:24:26', '2023-09-29 14:24:26', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2969, 1, NULL, '2023-09-29 16:39:54', '2023-09-29 16:39:54', 0, 0, '185.209.28.93', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2970, 1, NULL, '2023-09-29 18:40:14', '2023-09-29 18:40:14', 0, 0, '23.108.252.130', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2971, 1, NULL, '2023-09-30 04:47:12', '2023-09-30 04:47:12', 0, 0, '77.246.98.202', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2972, 1, NULL, '2023-10-01 05:57:13', '2023-10-01 05:57:13', 0, 0, '94.25.173.93', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2973, 1, NULL, '2023-10-01 06:47:12', '2023-10-01 06:47:12', 0, 0, '84.17.52.33', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2974, 1, NULL, '2023-10-01 12:04:24', '2023-10-01 12:04:24', 0, 0, '123.215.113.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2975, 1, NULL, '2023-10-01 12:46:48', '2023-10-01 12:46:48', 0, 0, '23.81.59.249', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2976, 1, NULL, '2023-10-01 18:50:16', '2023-10-01 18:50:16', 0, 0, '149.102.242.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2977, 1, NULL, '2023-10-02 18:36:33', '2023-10-02 18:36:33', 0, 0, '37.20.145.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2978, 1, NULL, '2023-10-02 18:41:13', '2023-10-02 18:41:13', 0, 0, '23.82.106.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2979, 1, NULL, '2023-10-02 20:34:10', '2023-10-02 20:34:10', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2980, 1, NULL, '2023-10-02 20:34:10', '2023-10-02 20:34:10', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2981, 1, NULL, '2023-10-02 20:44:58', '2023-10-02 20:44:58', 0, 0, '123.215.113.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2982, 1, NULL, '2023-10-02 21:02:19', '2023-10-02 21:02:19', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2983, 1, NULL, '2023-10-02 21:58:36', '2023-10-02 21:58:36', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2984, 1, NULL, '2023-10-03 00:59:07', '2023-10-03 00:59:07', 0, 0, '194.36.97.34', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2985, 1, NULL, '2023-10-03 01:36:21', '2023-10-03 01:36:21', 0, 0, '107.174.226.227', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2986, 1, NULL, '2023-10-03 01:56:14', '2023-10-03 01:56:14', 0, 0, '104.28.212.142', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2987, 1, NULL, '2023-10-03 03:28:36', '2023-10-03 03:28:36', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2988, 1, NULL, '2023-10-03 05:53:10', '2023-10-03 05:53:10', 0, 0, '106.216.231.236', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2989, 1, NULL, '2023-10-04 05:11:58', '2023-10-04 05:11:58', 0, 0, '84.17.43.23', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2990, 1, NULL, '2023-10-04 15:42:00', '2023-10-04 15:42:00', 0, 0, '82.147.85.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2991, 1, NULL, '2023-10-04 17:43:27', '2023-10-04 17:43:27', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2992, 1, NULL, '2023-10-04 18:52:41', '2023-10-04 18:52:41', 0, 0, '37.19.223.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2993, 1, NULL, '2023-10-04 20:15:33', '2023-10-04 20:15:33', 0, 0, '192.3.93.51', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2994, 1, NULL, '2023-10-04 21:27:40', '2023-10-04 21:27:40', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2995, 1, NULL, '2023-10-06 04:44:30', '2023-10-06 04:44:30', 0, 0, '123.215.113.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2996, 1, NULL, '2023-10-06 05:23:31', '2023-10-06 05:23:31', 0, 0, '196.244.48.132', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2997, 1, NULL, '2023-10-06 16:15:31', '2023-10-06 16:15:31', 0, 0, '178.70.79.136', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2998, 1, NULL, '2023-10-06 16:24:36', '2023-10-06 16:24:36', 0, 0, '103.126.169.137', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2999, 1, NULL, '2023-10-07 00:25:15', '2023-10-07 00:25:15', 0, 0, '212.8.244.51', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3000, 1, NULL, '2023-10-07 01:07:45', '2023-10-07 01:07:45', 0, 0, '5.42.66.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3001, 1, NULL, '2023-10-07 08:18:36', '2023-10-07 08:18:36', 0, 0, '194.36.99.61', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(3002, 1, NULL, '2023-10-07 11:43:24', '2023-10-07 11:43:24', 0, 0, '23.105.6.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3003, 1, NULL, '2023-10-07 15:59:29', '2023-10-07 15:59:29', 0, 0, '95.79.216.180', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3004, 1, NULL, '2023-10-07 21:22:49', '2023-10-07 21:22:49', 0, 0, '172.241.162.95', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3005, 1, NULL, '2023-10-08 06:41:01', '2023-10-08 06:41:01', 0, 0, '185.158.106.202', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3006, 1, NULL, '2023-10-08 16:28:44', '2023-10-08 16:28:44', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3007, 1, NULL, '2023-10-08 22:11:15', '2023-10-08 22:11:15', 0, 0, '204.217.203.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3008, 1, NULL, '2023-10-08 23:46:04', '2023-10-08 23:46:04', 0, 0, '154.47.27.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3009, 1, NULL, '2023-10-09 06:45:42', '2023-10-09 06:45:42', 0, 0, '188.163.124.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3010, 1, NULL, '2023-10-09 11:51:29', '2023-10-09 11:51:29', 0, 0, '125.21.16.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3011, 1, NULL, '2023-10-09 13:36:05', '2023-10-09 13:36:05', 0, 0, '106.216.230.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 12; AC2001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3012, 1, NULL, '2023-10-09 16:08:49', '2023-10-09 16:08:49', 0, 0, '1.169.89.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3013, 1, NULL, '2023-10-09 16:08:49', '2023-10-09 16:08:49', 0, 0, '1.169.89.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3014, 1, NULL, '2023-10-09 16:08:49', '2023-10-09 16:08:49', 0, 0, '1.169.89.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3015, 1, NULL, '2023-10-09 16:08:50', '2023-10-09 16:08:50', 0, 0, '1.169.89.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3016, 1, NULL, '2023-10-09 21:08:13', '2023-10-09 21:08:13', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3017, 1, NULL, '2023-10-10 04:11:36', '2023-10-10 04:11:36', 0, 0, '37.139.53.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3018, 1, NULL, '2023-10-10 06:03:07', '2023-10-10 06:03:07', 0, 0, '188.163.124.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3019, 1, NULL, '2023-10-10 17:09:38', '2023-10-10 17:09:38', 0, 0, '188.163.124.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3020, 1, NULL, '2023-10-10 18:15:01', '2023-10-10 18:15:01', 0, 0, '188.163.124.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3021, 1, NULL, '2023-10-10 21:16:21', '2023-10-10 21:16:21', 0, 0, '107.158.118.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3022, 1, NULL, '2023-10-11 00:31:59', '2023-10-11 00:31:59', 0, 0, '191.101.209.134', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3023, 1, NULL, '2023-10-11 00:53:36', '2023-10-11 00:53:36', 0, 0, '37.19.223.99', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3024, 1, NULL, '2023-10-11 03:03:45', '2023-10-11 03:03:45', 0, 0, '123.215.113.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3025, 1, NULL, '2023-10-11 06:46:27', '2023-10-11 06:46:27', 0, 0, '188.163.124.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3026, 1, NULL, '2023-10-11 08:36:59', '2023-10-11 08:36:59', 0, 0, '123.215.113.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3027, 1, NULL, '2023-10-11 11:45:52', '2023-10-11 11:45:52', 0, 0, '188.163.124.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3028, 1, NULL, '2023-10-11 14:40:24', '2023-10-11 14:40:24', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3029, 1, NULL, '2023-10-11 16:04:05', '2023-10-11 16:04:05', 0, 0, '188.163.124.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3030, 1, NULL, '2023-10-11 21:24:40', '2023-10-11 21:24:40', 0, 0, '178.175.128.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3035, 1, NULL, '2023-10-13 19:21:08', '2023-10-13 19:21:08', 0, 0, '23.80.156.212', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3032, 1, NULL, '2023-10-13 05:07:43', '2023-10-13 05:07:43', 0, 0, '125.21.16.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3033, 1, NULL, '2023-10-13 09:18:30', '2023-10-13 09:18:30', 0, 0, '185.107.44.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3034, 1, NULL, '2023-10-13 10:31:27', '2023-10-13 10:31:27', 0, 0, '204.217.220.191', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3036, 1, NULL, '2023-10-13 22:03:39', '2023-10-13 22:03:39', 0, 0, '23.108.45.33', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3037, 1, NULL, '2023-10-14 18:10:26', '2023-10-14 18:10:26', 0, 0, '196.242.195.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3038, 1, NULL, '2023-10-14 20:55:08', '2023-10-14 20:55:08', 0, 0, '45.87.214.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3039, 1, NULL, '2023-10-15 05:07:58', '2023-10-15 05:07:58', 0, 0, '23.80.147.114', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3040, 1, NULL, '2023-10-15 06:06:56', '2023-10-15 06:06:56', 0, 0, '31.173.82.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3041, 1, NULL, '2023-10-15 09:38:50', '2023-10-15 09:38:50', 0, 0, '8.222.165.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3042, 1, NULL, '2023-10-15 11:00:50', '2023-10-15 11:00:50', 0, 0, '5.42.66.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3043, 1, NULL, '2023-10-15 14:40:54', '2023-10-15 14:40:54', 0, 0, '196.199.104.179', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3044, 1, NULL, '2023-10-15 15:52:21', '2023-10-15 15:52:21', 0, 0, '185.107.44.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3045, 1, NULL, '2023-10-16 01:21:53', '2023-10-16 01:21:53', 0, 0, '8.222.170.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3046, 1, NULL, '2023-10-16 02:02:06', '2023-10-16 02:02:06', 0, 0, '8.222.168.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3047, 1, NULL, '2023-10-16 03:32:44', '2023-10-16 03:32:44', 0, 0, '5.8.251.193', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3048, 1, NULL, '2023-10-16 08:40:18', '2023-10-16 08:40:18', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3049, 1, NULL, '2023-10-16 08:40:18', '2023-10-16 08:40:18', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3050, 1, NULL, '2023-10-16 10:04:26', '2023-10-16 10:04:26', 0, 0, '8.219.228.247', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3051, 1, NULL, '2023-10-16 20:59:59', '2023-10-16 20:59:59', 0, 0, '37.19.223.230', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3052, 1, NULL, '2023-10-17 15:54:10', '2023-10-17 15:54:10', 0, 0, '95.158.43.42', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3053, 1, NULL, '2023-10-17 19:49:03', '2023-10-17 19:49:03', 0, 0, '111.240.204.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3054, 1, NULL, '2023-10-17 19:49:03', '2023-10-17 19:49:03', 0, 0, '111.240.204.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3055, 1, NULL, '2023-10-17 19:49:04', '2023-10-17 19:49:04', 0, 0, '111.240.204.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3056, 1, NULL, '2023-10-17 19:49:04', '2023-10-17 19:49:04', 0, 0, '111.240.204.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3057, 1, NULL, '2023-10-18 03:54:41', '2023-10-18 03:54:41', 0, 0, '103.252.25.23', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3058, 1, NULL, '2023-10-18 07:49:43', '2023-10-18 07:49:43', 0, 0, '106.196.24.20', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3059, 1, NULL, '2023-10-18 12:26:54', '2023-10-18 12:26:54', 0, 0, '223.181.61.133', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; M2007J20CI) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3060, 1, NULL, '2023-10-18 21:58:32', '2023-10-18 21:58:32', 0, 0, '191.101.118.64', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3061, 1, NULL, '2023-10-19 20:54:31', '2023-10-19 20:54:31', 0, 0, '95.79.216.180', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3062, 1, NULL, '2023-10-20 12:37:09', '2023-10-20 12:37:09', 0, 0, '212.102.36.31', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3063, 1, NULL, '2023-10-20 18:40:20', '2023-10-20 18:40:20', 0, 0, '185.107.44.236', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3064, 1, NULL, '2023-10-20 18:44:22', '2023-10-20 18:44:22', 0, 0, '82.147.85.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3065, 1, NULL, '2023-10-21 03:22:52', '2023-10-21 03:22:52', 0, 0, '172.241.243.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3066, 1, NULL, '2023-10-21 12:31:53', '2023-10-21 12:31:53', 0, 0, '74.234.35.167', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3067, 1, NULL, '2023-10-21 20:39:04', '2023-10-21 20:39:04', 0, 0, '37.45.50.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3068, 1, NULL, '2023-10-22 08:44:59', '2023-10-22 08:44:59', 0, 0, '111.88.74.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3069, 1, NULL, '2023-10-22 10:55:25', '2023-10-22 10:55:25', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3070, 1, NULL, '2023-10-22 16:59:55', '2023-10-22 16:59:55', 0, 0, '8.219.235.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3071, 1, NULL, '2023-10-23 03:46:15', '2023-10-23 03:46:15', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3072, 1, NULL, '2023-10-23 08:15:44', '2023-10-23 08:15:44', 0, 0, '123.215.113.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3073, 1, NULL, '2023-10-23 21:11:58', '2023-10-23 21:11:58', 0, 0, '85.209.11.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3074, 1, NULL, '2023-10-24 19:37:21', '2023-10-24 19:37:21', 0, 0, '110.38.244.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3075, 1, NULL, '2023-10-25 06:20:54', '2023-10-25 06:20:54', 0, 0, '104.192.1.138', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3076, 1, NULL, '2023-10-26 04:16:59', '2023-10-26 04:16:59', 0, 0, '123.215.113.126', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3077, 1, NULL, '2023-10-26 05:50:44', '2023-10-26 05:50:44', 0, 0, '102.129.152.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3078, 1, NULL, '2023-10-26 16:38:18', '2023-10-26 16:38:18', 0, 0, '5.42.66.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3079, 1, NULL, '2023-10-27 05:15:29', '2023-10-27 05:15:29', 0, 0, '176.48.36.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3080, 1, NULL, '2023-10-27 08:58:34', '2023-10-27 08:58:34', 0, 0, '92.204.188.253', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3081, 1, NULL, '2023-10-29 00:03:32', '2023-10-29 00:03:32', 0, 0, '37.115.198.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3082, 1, NULL, '2023-10-29 01:40:55', '2023-10-29 01:40:55', 0, 0, '98.192.201.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3083, 1, NULL, '2023-10-29 07:55:26', '2023-10-29 07:55:26', 0, 0, '185.136.160.222', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3084, 1, NULL, '2023-10-29 15:14:56', '2023-10-29 15:14:56', 0, 0, '196.242.57.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3085, 1, NULL, '2023-10-30 00:53:06', '2023-10-30 00:53:06', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3086, 1, NULL, '2023-10-30 02:41:34', '2023-10-30 02:41:34', 0, 0, '194.36.98.219', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3087, 1, NULL, '2023-10-30 03:17:45', '2023-10-30 03:17:45', 0, 0, '1.169.82.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3088, 1, NULL, '2023-10-30 03:17:45', '2023-10-30 03:17:45', 0, 0, '1.169.82.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3089, 1, NULL, '2023-10-30 03:17:45', '2023-10-30 03:17:45', 0, 0, '1.169.82.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3090, 1, NULL, '2023-10-30 03:17:45', '2023-10-30 03:17:45', 0, 0, '1.169.82.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3091, 1, NULL, '2023-10-30 18:12:42', '2023-10-30 18:12:42', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3092, 1, NULL, '2023-10-30 21:30:54', '2023-10-30 21:30:54', 0, 0, '191.96.252.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3093, 1, NULL, '2023-10-30 22:44:02', '2023-10-30 22:44:02', 0, 0, '165.231.182.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3094, 1, NULL, '2023-10-30 23:23:21', '2023-10-30 23:23:21', 0, 0, '109.107.176.19', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3095, 1, NULL, '2023-10-31 01:13:18', '2023-10-31 01:13:18', 0, 0, '154.37.65.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3096, 1, NULL, '2023-10-31 05:43:53', '2023-10-31 05:43:53', 0, 0, '86.106.74.246', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3097, 1, NULL, '2023-10-31 06:50:08', '2023-10-31 06:50:08', 0, 0, '212.12.20.202', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3098, 1, NULL, '2023-10-31 10:48:37', '2023-10-31 10:48:37', 0, 0, '193.242.205.73', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3099, 1, NULL, '2023-10-31 17:59:30', '2023-10-31 17:59:30', 0, 0, '165.231.182.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3100, 1, NULL, '2023-11-01 04:14:27', '2023-11-01 04:14:27', 0, 0, '104.206.162.102', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3101, 1, NULL, '2023-11-01 13:56:07', '2023-11-01 13:56:07', 0, 0, '192.186.151.237', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3102, 1, NULL, '2023-11-01 15:58:26', '2023-11-01 15:58:26', 0, 0, '5.42.66.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3103, 1, NULL, '2023-11-01 22:36:48', '2023-11-01 22:36:48', 0, 0, '81.161.53.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3104, 1, NULL, '2023-11-02 06:19:49', '2023-11-02 06:19:49', 0, 0, '58.212.42.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3105, 1, NULL, '2023-11-02 08:15:29', '2023-11-02 08:15:29', 0, 0, '109.107.176.19', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3106, 1, NULL, '2023-11-02 22:55:12', '2023-11-02 22:55:12', 0, 0, '37.19.223.107', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3107, 1, NULL, '2023-11-03 02:28:22', '2023-11-03 02:28:22', 0, 0, '123.215.113.56', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3112, 1, NULL, '2023-11-03 19:10:20', '2023-11-03 19:10:20', 0, 0, '146.70.212.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3109, 1, NULL, '2023-11-03 10:00:15', '2023-11-03 10:00:15', 0, 0, '5.167.148.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3110, 1, NULL, '2023-11-03 10:38:25', '2023-11-03 10:38:25', 0, 0, '178.175.129.42', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3111, 1, NULL, '2023-11-03 15:10:09', '2023-11-03 15:10:09', 0, 0, '212.102.55.102', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3113, 1, NULL, '2023-11-03 21:32:07', '2023-11-03 21:32:07', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3114, 1, NULL, '2023-11-04 00:32:21', '2023-11-04 00:32:21', 0, 0, '123.215.113.56', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3115, 1, NULL, '2023-11-04 05:55:20', '2023-11-04 05:55:20', 0, 0, '46.246.8.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3116, 1, NULL, '2023-11-04 15:57:02', '2023-11-04 15:57:02', 0, 0, '123.215.113.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3117, 1, NULL, '2023-11-04 19:43:53', '2023-11-04 19:43:53', 0, 0, '102.129.235.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3118, 1, NULL, '2023-11-05 05:31:01', '2023-11-05 05:31:01', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3122, 1, NULL, '2023-11-05 17:10:18', '2023-11-05 17:10:18', 0, 0, '42.107.193.131', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3120, 1, NULL, '2023-11-05 06:53:59', '2023-11-05 06:53:59', 0, 0, '62.216.66.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3121, 1, NULL, '2023-11-05 13:46:27', '2023-11-05 13:46:27', 0, 0, '188.163.124.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3123, 1, NULL, '2023-11-05 19:42:04', '2023-11-05 19:42:04', 0, 0, '196.245.152.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3124, 1, NULL, '2023-11-05 20:50:55', '2023-11-05 20:50:55', 0, 0, '188.163.124.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3125, 1, NULL, '2023-11-06 10:22:39', '2023-11-06 10:22:39', 0, 0, '46.246.8.91', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3126, 1, NULL, '2023-11-06 13:16:31', '2023-11-06 13:16:31', 0, 0, '176.213.1.212', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3127, 1, NULL, '2023-11-06 14:44:34', '2023-11-06 14:44:34', 0, 0, '23.105.145.63', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3128, 1, NULL, '2023-11-06 15:54:51', '2023-11-06 15:54:51', 0, 0, '8.222.168.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3129, 1, NULL, '2023-11-07 02:11:09', '2023-11-07 02:11:09', 0, 0, '194.36.99.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3130, 1, NULL, '2023-11-07 08:02:33', '2023-11-07 08:02:33', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3131, 1, NULL, '2023-11-07 14:07:44', '2023-11-07 14:07:44', 0, 0, '31.171.152.107', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3132, 1, NULL, '2023-11-07 16:30:06', '2023-11-07 16:30:06', 0, 0, '178.176.77.129', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3133, 1, NULL, '2023-11-07 17:41:14', '2023-11-07 17:41:14', 0, 0, '37.19.223.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3134, 1, NULL, '2023-11-07 18:35:13', '2023-11-07 18:35:13', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3135, 1, NULL, '2023-11-08 00:05:14', '2023-11-08 00:05:14', 0, 0, '111.240.203.201', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3136, 1, NULL, '2023-11-08 00:05:15', '2023-11-08 00:05:15', 0, 0, '111.240.203.201', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3137, 1, NULL, '2023-11-08 00:05:15', '2023-11-08 00:05:15', 0, 0, '111.240.203.201', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3138, 1, NULL, '2023-11-08 00:05:15', '2023-11-08 00:05:15', 0, 0, '111.240.203.201', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3139, 1, NULL, '2023-11-08 00:42:38', '2023-11-08 00:42:38', 0, 0, '196.242.131.225', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3140, 1, NULL, '2023-11-08 14:15:37', '2023-11-08 14:15:37', 0, 0, '191.101.31.77', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3141, 1, NULL, '2023-11-08 15:16:40', '2023-11-08 15:16:40', 0, 0, '196.240.254.131', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3142, 1, NULL, '2023-11-08 18:41:24', '2023-11-08 18:41:24', 0, 0, '181.215.176.247', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3143, 1, NULL, '2023-11-08 21:06:15', '2023-11-08 21:06:15', 0, 0, '23.81.59.47', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3144, 1, NULL, '2023-11-09 22:49:32', '2023-11-09 22:49:32', 0, 0, '209.127.62.89', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3145, 1, NULL, '2023-11-10 00:33:10', '2023-11-10 00:33:10', 0, 0, '185.107.44.98', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3146, 1, NULL, '2023-11-10 03:44:58', '2023-11-10 03:44:58', 0, 0, '188.163.124.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3147, 1, NULL, '2023-11-10 18:21:19', '2023-11-10 18:21:19', 0, 0, '188.163.124.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3148, 1, NULL, '2023-11-11 11:52:00', '2023-11-11 11:52:00', 0, 0, '37.139.53.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3149, 1, NULL, '2023-11-11 19:27:56', '2023-11-11 19:27:56', 0, 0, '204.217.167.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3150, 1, NULL, '2023-11-11 21:48:34', '2023-11-11 21:48:34', 0, 0, '8.222.165.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3151, 1, NULL, '2023-11-11 22:55:32', '2023-11-11 22:55:32', 0, 0, '5.227.27.71', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3153, 1, NULL, '2023-11-12 20:07:36', '2023-11-12 20:07:36', 0, 0, '82.147.85.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3154, 1, NULL, '2023-11-13 02:38:02', '2023-11-13 02:38:02', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3155, 1, NULL, '2023-11-13 09:03:44', '2023-11-13 09:03:44', 0, 0, '104.239.104.152', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3156, 1, NULL, '2023-11-13 10:32:54', '2023-11-13 10:32:54', 0, 0, '110.38.244.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3157, 1, NULL, '2023-11-13 23:11:59', '2023-11-13 23:11:59', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3158, 1, NULL, '2023-11-14 03:57:56', '2023-11-14 03:57:56', 0, 0, '37.115.147.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3159, 1, NULL, '2023-11-14 05:38:45', '2023-11-14 05:38:45', 0, 0, '123.215.113.238', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3160, 1, NULL, '2023-11-14 17:36:13', '2023-11-14 17:36:13', 0, 0, '212.22.70.91', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3161, 1, NULL, '2023-11-15 05:00:03', '2023-11-15 05:00:03', 0, 0, '188.163.68.92', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3162, 1, NULL, '2023-11-15 07:07:58', '2023-11-15 07:07:58', 0, 0, '123.215.113.34', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3163, 1, NULL, '2023-11-16 00:12:55', '2023-11-16 00:12:55', 0, 0, '87.240.52.143', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3164, 1, NULL, '2023-11-16 10:33:32', '2023-11-16 10:33:32', 0, 0, '31.42.181.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3165, 1, NULL, '2023-11-16 11:01:29', '2023-11-16 11:01:29', 0, 0, '103.81.237.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3166, 1, NULL, '2023-11-16 13:58:04', '2023-11-16 13:58:04', 0, 0, '109.107.176.19', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3167, 1, NULL, '2023-11-17 07:53:30', '2023-11-17 07:53:30', 0, 0, '95.55.81.178', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3168, 1, NULL, '2023-11-17 12:40:28', '2023-11-17 12:40:28', 0, 0, '87.249.132.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3169, 1, NULL, '2023-11-17 20:35:39', '2023-11-17 20:35:39', 0, 0, '140.226.224.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3170, 1, NULL, '2023-11-18 08:16:40', '2023-11-18 08:16:40', 0, 0, '23.106.16.235', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3171, 1, NULL, '2023-11-18 09:08:49', '2023-11-18 09:08:49', 0, 0, '185.107.83.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(3172, 1, NULL, '2023-11-19 19:52:50', '2023-11-19 19:52:50', 0, 0, '173.213.84.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3173, 1, NULL, '2023-11-20 03:18:04', '2023-11-20 03:18:04', 0, 0, '23.106.193.191', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3174, 1, NULL, '2023-11-20 05:16:59', '2023-11-20 05:16:59', 0, 0, '77.246.104.223', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3175, 1, NULL, '2023-11-20 17:19:05', '2023-11-20 17:19:05', 0, 0, '193.35.18.120', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3176, 1, NULL, '2023-11-20 19:32:38', '2023-11-20 19:32:38', 0, 0, '5.42.66.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3177, 1, NULL, '2023-11-20 23:41:14', '2023-11-20 23:41:14', 0, 0, '121.163.27.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3178, 1, NULL, '2023-11-21 02:55:44', '2023-11-21 02:55:44', 0, 0, '196.242.195.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3179, 1, NULL, '2023-11-21 04:49:27', '2023-11-21 04:49:27', 0, 0, '117.200.89.197', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3180, 1, NULL, '2023-11-21 06:58:40', '2023-11-21 06:58:40', 0, 0, '191.101.109.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3181, 1, NULL, '2023-11-21 16:55:41', '2023-11-21 16:55:41', 0, 0, '142.91.118.155', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3182, 1, NULL, '2023-11-21 17:46:55', '2023-11-21 17:46:55', 0, 0, '51.12.56.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3183, 1, NULL, '2023-11-21 23:37:12', '2023-11-21 23:37:12', 0, 0, '194.88.152.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3184, 1, NULL, '2023-11-21 23:58:01', '2023-11-21 23:58:01', 0, 0, '146.70.181.246', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3185, 1, NULL, '2023-11-22 02:01:03', '2023-11-22 02:01:03', 0, 0, '121.163.27.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3186, 1, NULL, '2023-11-22 05:56:06', '2023-11-22 05:56:06', 0, 0, '103.137.148.210', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3187, 1, NULL, '2023-11-22 08:12:40', '2023-11-22 08:12:40', 0, 0, '149.102.247.235', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3188, 1, NULL, '2023-11-22 16:14:23', '2023-11-22 16:14:23', 0, 0, '193.176.86.38', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3189, 1, NULL, '2023-11-22 22:56:34', '2023-11-22 22:56:34', 0, 0, '178.176.75.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3190, 1, NULL, '2023-11-23 14:59:32', '2023-11-23 14:59:32', 0, 0, '46.246.8.28', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3191, 1, NULL, '2023-11-23 22:06:42', '2023-11-23 22:06:42', 0, 0, '216.24.213.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3192, 1, NULL, '2023-11-24 01:22:25', '2023-11-24 01:22:25', 0, 0, '37.213.248.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3193, 1, NULL, '2023-11-24 06:40:42', '2023-11-24 06:40:42', 0, 0, '98.188.47.132', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Edg/103.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3194, 1, NULL, '2023-11-25 01:43:06', '2023-11-25 01:43:06', 0, 0, '146.70.111.145', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3195, 1, NULL, '2023-11-25 21:11:44', '2023-11-25 21:11:44', 0, 0, '1.169.127.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3196, 1, NULL, '2023-11-25 21:11:44', '2023-11-25 21:11:44', 0, 0, '1.169.127.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3197, 1, NULL, '2023-11-25 21:11:44', '2023-11-25 21:11:44', 0, 0, '1.169.127.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3198, 1, NULL, '2023-11-25 21:11:44', '2023-11-25 21:11:44', 0, 0, '1.169.127.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3199, 1, NULL, '2023-11-26 10:47:29', '2023-11-26 10:47:29', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3200, 1, NULL, '2023-11-26 18:19:01', '2023-11-26 18:19:01', 0, 0, '109.151.163.236', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3201, 1, NULL, '2023-11-26 20:22:05', '2023-11-26 20:22:05', 0, 0, '216.151.184.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3202, 1, NULL, '2023-11-26 21:58:49', '2023-11-26 21:58:49', 0, 0, '194.36.97.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3203, 1, NULL, '2023-11-26 22:20:11', '2023-11-26 22:20:11', 0, 0, '191.101.110.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3204, 1, NULL, '2023-11-26 23:43:50', '2023-11-26 23:43:50', 0, 0, '176.48.78.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3205, 1, NULL, '2023-11-27 23:36:03', '2023-11-27 23:36:03', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3206, 1, NULL, '2023-11-28 05:05:40', '2023-11-28 05:05:40', 0, 0, '146.70.86.121', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3207, 1, NULL, '2023-11-28 05:15:34', '2023-11-28 05:15:34', 0, 0, '46.246.122.94', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3208, 1, NULL, '2023-11-28 13:29:01', '2023-11-28 13:29:01', 0, 0, '94.41.238.160', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3209, 1, NULL, '2023-11-28 14:25:42', '2023-11-28 14:25:42', 0, 0, '37.19.223.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3210, 1, NULL, '2023-11-28 23:55:56', '2023-11-28 23:55:56', 0, 0, '154.12.230.31', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3211, 1, NULL, '2023-11-29 15:16:36', '2023-11-29 15:16:36', 0, 0, '138.199.36.233', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3212, 1, NULL, '2023-11-30 07:49:02', '2023-11-30 07:49:02', 0, 0, '8.222.168.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3213, 1, NULL, '2023-11-30 10:21:16', '2023-11-30 10:21:16', 0, 0, '138.199.43.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3214, 1, NULL, '2023-11-30 12:36:35', '2023-11-30 12:36:35', 0, 0, '176.241.156.126', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3215, 1, NULL, '2023-11-30 14:03:09', '2023-11-30 14:03:09', 0, 0, '185.189.34.98', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3216, 1, NULL, '2023-11-30 14:46:05', '2023-11-30 14:46:05', 0, 0, '8.222.179.80', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3217, 1, NULL, '2023-11-30 16:49:13', '2023-11-30 16:49:13', 0, 0, '95.107.43.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3218, 1, NULL, '2023-12-01 03:32:58', '2023-12-01 03:32:58', 0, 0, '206.232.45.64', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3219, 1, NULL, '2023-12-02 00:17:49', '2023-12-02 00:17:49', 0, 0, '8.222.173.171', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3220, 1, NULL, '2023-12-02 12:27:14', '2023-12-02 12:27:14', 0, 0, '45.132.194.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3221, 1, NULL, '2023-12-02 16:57:34', '2023-12-02 16:57:34', 0, 0, '8.222.177.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3222, 1, NULL, '2023-12-02 17:08:13', '2023-12-02 17:08:13', 0, 0, '149.34.245.200', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3223, 1, NULL, '2023-12-02 21:27:38', '2023-12-02 21:27:38', 0, 0, '94.25.170.72', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3224, 1, NULL, '2023-12-02 23:15:12', '2023-12-02 23:15:12', 0, 0, '37.112.21.124', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3225, 1, NULL, '2023-12-03 02:55:50', '2023-12-03 02:55:50', 0, 0, '8.222.179.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3226, 1, NULL, '2023-12-03 16:27:07', '2023-12-03 16:27:07', 0, 0, '103.225.203.215', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3227, 1, NULL, '2023-12-03 16:48:12', '2023-12-03 16:48:12', 0, 0, '109.107.172.122', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3228, 1, NULL, '2023-12-03 22:54:18', '2023-12-03 22:54:18', 0, 0, '109.162.120.186', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3229, 1, NULL, '2023-12-04 02:24:32', '2023-12-04 02:24:32', 0, 0, '155.138.211.200', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3230, 1, NULL, '2023-12-04 05:00:39', '2023-12-04 05:00:39', 0, 0, '109.149.87.158', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3231, 1, NULL, '2023-12-04 05:31:42', '2023-12-04 05:31:42', 0, 0, '5.182.110.250', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3232, 1, NULL, '2023-12-04 06:29:17', '2023-12-04 06:29:17', 0, 0, '89.149.23.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3233, 1, NULL, '2023-12-04 06:31:36', '2023-12-04 06:31:36', 0, 0, '152.57.243.142', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3234, 1, NULL, '2023-12-04 12:07:52', '2023-12-04 12:07:52', 0, 0, '8.222.178.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3235, 1, NULL, '2023-12-04 18:55:14', '2023-12-04 18:55:14', 0, 0, '8.222.176.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3236, 1, NULL, '2023-12-05 07:37:30', '2023-12-05 07:37:30', 0, 0, '178.168.115.145', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3237, 1, NULL, '2023-12-05 09:58:30', '2023-12-05 09:58:30', 0, 0, '8.222.178.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3238, 1, NULL, '2023-12-05 16:01:16', '2023-12-05 16:01:16', 0, 0, '8.222.178.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3239, 1, NULL, '2023-12-05 18:54:59', '2023-12-05 18:54:59', 0, 0, '212.118.40.21', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3240, 1, NULL, '2023-12-05 19:03:48', '2023-12-05 19:03:48', 0, 0, '198.105.111.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3241, 1, NULL, '2023-12-06 05:24:11', '2023-12-06 05:24:11', 0, 0, '46.246.106.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3242, 1, NULL, '2023-12-06 11:12:54', '2023-12-06 11:12:54', 0, 0, '1.169.124.223', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3243, 1, NULL, '2023-12-06 14:09:27', '2023-12-06 14:09:27', 0, 0, '8.219.235.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3244, 1, NULL, '2023-12-06 22:58:12', '2023-12-06 22:58:12', 0, 0, '8.222.165.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3245, 1, NULL, '2023-12-07 00:29:12', '2023-12-07 00:29:12', 0, 0, '8.222.170.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3246, 1, NULL, '2023-12-07 17:41:10', '2023-12-07 17:41:10', 0, 0, '5.254.43.249', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3247, 1, NULL, '2023-12-08 00:28:07', '2023-12-08 00:28:07', 0, 0, '37.19.223.239', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3248, 1, NULL, '2023-12-08 03:45:48', '2023-12-08 03:45:48', 0, 0, '31.173.81.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3249, 1, NULL, '2023-12-08 13:12:41', '2023-12-08 13:12:41', 0, 0, '156.146.41.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3250, 1, NULL, '2023-12-09 01:44:49', '2023-12-09 01:44:49', 0, 0, '196.196.53.21', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3251, 1, NULL, '2023-12-09 07:13:34', '2023-12-09 07:13:34', 0, 0, '45.38.60.224', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3252, 1, NULL, '2023-12-09 08:05:27', '2023-12-09 08:05:27', 0, 0, '92.119.36.161', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3253, 1, NULL, '2023-12-09 11:25:40', '2023-12-09 11:25:40', 0, 0, '95.143.190.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3254, 1, NULL, '2023-12-09 13:27:39', '2023-12-09 13:27:39', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3255, 1, NULL, '2023-12-09 14:23:50', '2023-12-09 14:23:50', 0, 0, '1.169.95.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3256, 1, NULL, '2023-12-09 14:23:51', '2023-12-09 14:23:51', 0, 0, '1.169.95.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3257, 1, NULL, '2023-12-09 14:23:51', '2023-12-09 14:23:51', 0, 0, '1.169.95.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3258, 1, NULL, '2023-12-09 18:17:57', '2023-12-09 18:17:57', 0, 0, '154.16.206.215', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3259, 1, NULL, '2023-12-09 18:33:40', '2023-12-09 18:33:40', 0, 0, '98.97.57.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3260, 1, NULL, '2023-12-09 22:33:41', '2023-12-09 22:33:41', 0, 0, '87.249.132.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3261, 1, NULL, '2023-12-10 11:41:34', '2023-12-10 11:41:34', 0, 0, '165.231.182.148', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3262, 1, NULL, '2023-12-10 14:29:52', '2023-12-10 14:29:52', 0, 0, '178.168.115.145', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3263, 1, NULL, '2023-12-10 20:10:55', '2023-12-10 20:10:55', 0, 0, '37.139.53.198', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3264, 1, NULL, '2023-12-11 02:19:28', '2023-12-11 02:19:28', 0, 0, '37.20.237.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3265, 1, NULL, '2023-12-11 05:20:40', '2023-12-11 05:20:40', 0, 0, '188.126.94.92', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3266, 1, NULL, '2023-12-11 06:27:44', '2023-12-11 06:27:44', 0, 0, '23.19.125.60', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3267, 1, NULL, '2023-12-11 16:24:23', '2023-12-11 16:24:23', 0, 0, '69.197.156.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3268, 1, NULL, '2023-12-11 19:51:57', '2023-12-11 19:51:57', 0, 0, '115.99.207.230', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3269, 1, NULL, '2023-12-12 07:58:28', '2023-12-12 07:58:28', 0, 0, '84.247.115.68', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3270, 1, NULL, '2023-12-12 21:51:19', '2023-12-12 21:51:19', 0, 0, '196.242.84.5', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3271, 1, NULL, '2023-12-14 15:10:23', '2023-12-14 15:10:23', 0, 0, '84.17.60.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3272, 1, NULL, '2023-12-14 20:24:30', '2023-12-14 20:24:30', 0, 0, '185.221.32.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3273, 1, NULL, '2023-12-14 22:03:13', '2023-12-14 22:03:13', 0, 0, '66.94.97.45', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3274, 1, NULL, '2023-12-14 22:32:56', '2023-12-14 22:32:56', 0, 0, '94.25.170.168', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3275, 1, NULL, '2023-12-15 11:46:13', '2023-12-15 11:46:13', 0, 0, '138.199.43.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3276, 1, NULL, '2023-12-15 14:58:12', '2023-12-15 14:58:12', 0, 0, '46.23.98.14', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3277, 1, NULL, '2023-12-16 18:35:15', '2023-12-16 18:35:15', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3278, 1, NULL, '2023-12-16 19:34:52', '2023-12-16 19:34:52', 0, 0, '107.150.59.122', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3279, 1, NULL, '2023-12-16 21:55:23', '2023-12-16 21:55:23', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3280, 1, NULL, '2023-12-17 02:50:26', '2023-12-17 02:50:26', 0, 0, '185.221.32.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3281, 1, NULL, '2023-12-17 03:00:12', '2023-12-17 03:00:12', 0, 0, '193.37.33.23', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3282, 1, NULL, '2023-12-17 08:44:44', '2023-12-17 08:44:44', 0, 0, '159.224.217.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3283, 1, NULL, '2023-12-17 10:45:25', '2023-12-17 10:45:25', 0, 0, '195.123.228.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3284, 1, NULL, '2023-12-17 12:42:12', '2023-12-17 12:42:12', 0, 0, '86.137.86.139', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3285, 1, NULL, '2023-12-17 14:05:18', '2023-12-17 14:05:18', 0, 0, '86.137.86.139', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3286, 1, NULL, '2023-12-18 02:25:46', '2023-12-18 02:25:46', 0, 0, '5.42.65.65', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3287, 1, NULL, '2023-12-18 03:47:36', '2023-12-18 03:47:36', 0, 0, '81.163.253.142', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3288, 1, NULL, '2023-12-18 09:00:22', '2023-12-18 09:00:22', 0, 0, '103.225.203.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3289, 1, NULL, '2023-12-18 10:02:17', '2023-12-18 10:02:17', 0, 0, '89.149.23.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3290, 1, NULL, '2023-12-18 10:22:27', '2023-12-18 10:22:27', 0, 0, '191.101.109.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3293, 1, NULL, '2023-12-20 05:08:50', '2023-12-20 05:08:50', 0, 0, '146.70.111.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3292, 1, NULL, '2023-12-19 11:20:19', '2023-12-19 11:20:19', 0, 0, '107.158.200.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3294, 1, NULL, '2023-12-21 11:55:05', '2023-12-21 11:55:05', 0, 0, '37.188.40.202', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3295, 1, NULL, '2023-12-22 01:39:29', '2023-12-22 01:39:29', 0, 0, '37.45.4.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3296, 1, NULL, '2023-12-22 03:50:02', '2023-12-22 03:50:02', 0, 0, '5.254.108.217', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3297, 1, NULL, '2023-12-22 05:11:37', '2023-12-22 05:11:37', 0, 0, '1.169.78.134', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3298, 1, NULL, '2023-12-22 07:45:07', '2023-12-22 07:45:07', 0, 0, '23.80.155.120', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3299, 1, NULL, '2023-12-22 11:18:51', '2023-12-22 11:18:51', 0, 0, '84.17.48.165', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3300, 1, NULL, '2023-12-22 15:01:31', '2023-12-22 15:01:31', 0, 0, '31.173.86.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3301, 1, NULL, '2023-12-22 22:57:49', '2023-12-22 22:57:49', 0, 0, '109.107.176.19', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3302, 1, NULL, '2023-12-23 01:42:31', '2023-12-23 01:42:31', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3303, 1, NULL, '2023-12-24 03:26:20', '2023-12-24 03:26:20', 0, 0, '159.224.217.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3304, 1, NULL, '2023-12-24 05:17:09', '2023-12-24 05:17:09', 0, 0, '94.41.238.160', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3305, 1, NULL, '2023-12-24 11:07:34', '2023-12-24 11:07:34', 0, 0, '193.176.86.61', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3306, 1, NULL, '2023-12-24 14:39:18', '2023-12-24 14:39:18', 0, 0, '185.221.32.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3307, 1, NULL, '2023-12-24 15:34:47', '2023-12-24 15:34:47', 0, 0, '128.90.166.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3308, 1, NULL, '2023-12-24 17:36:47', '2023-12-24 17:36:47', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3309, 1, NULL, '2023-12-25 03:10:56', '2023-12-25 03:10:56', 0, 0, '94.25.174.82', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3310, 1, NULL, '2023-12-25 03:19:09', '2023-12-25 03:19:09', 0, 0, '89.39.107.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3311, 1, NULL, '2023-12-25 12:18:29', '2023-12-25 12:18:29', 0, 0, '108.62.70.64', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3312, 1, NULL, '2023-12-25 13:38:25', '2023-12-25 13:38:25', 0, 0, '172.241.94.192', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3313, 1, NULL, '2023-12-25 15:35:25', '2023-12-25 15:35:25', 0, 0, '1.169.66.69', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3314, 1, NULL, '2023-12-25 15:35:25', '2023-12-25 15:35:25', 0, 0, '1.169.66.69', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3315, 1, NULL, '2023-12-25 15:35:25', '2023-12-25 15:35:25', 0, 0, '1.169.66.69', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3316, 1, NULL, '2023-12-25 20:09:39', '2023-12-25 20:09:39', 0, 0, '188.247.108.149', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3317, 1, NULL, '2023-12-26 12:22:49', '2023-12-26 12:22:49', 0, 0, '37.19.223.121', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3318, 1, NULL, '2023-12-26 18:58:31', '2023-12-26 18:58:31', 0, 0, '188.162.80.131', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3319, 1, NULL, '2023-12-26 22:40:16', '2023-12-26 22:40:16', 0, 0, '178.68.168.145', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3320, 1, NULL, '2023-12-27 04:52:50', '2023-12-27 04:52:50', 0, 0, '176.226.172.92', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3321, 1, NULL, '2023-12-27 18:11:21', '2023-12-27 18:11:21', 0, 0, '192.42.116.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3322, 1, NULL, '2023-12-27 22:22:25', '2023-12-27 22:22:25', 0, 0, '69.197.156.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3323, 1, NULL, '2023-12-28 02:38:15', '2023-12-28 02:38:15', 0, 0, '142.91.118.149', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3324, 1, NULL, '2023-12-28 15:52:16', '2023-12-28 15:52:16', 0, 0, '104.247.208.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3325, 1, NULL, '2023-12-29 01:24:17', '2023-12-29 01:24:17', 0, 0, '31.42.181.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3326, 1, NULL, '2023-12-29 10:17:46', '2023-12-29 10:17:46', 0, 0, '185.221.32.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3327, 1, NULL, '2023-12-29 12:43:57', '2023-12-29 12:43:57', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3328, 1, NULL, '2023-12-29 18:48:12', '2023-12-29 18:48:12', 0, 0, '159.224.217.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3329, 1, NULL, '2023-12-30 09:21:49', '2023-12-30 09:21:49', 0, 0, '107.150.59.122', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3330, 1, NULL, '2023-12-30 14:42:18', '2023-12-30 14:42:18', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3331, 1, NULL, '2023-12-31 08:28:02', '2023-12-31 08:28:02', 0, 0, '84.17.49.107', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3332, 1, NULL, '2024-01-01 01:45:28', '2024-01-01 01:45:28', 0, 0, '191.101.126.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3333, 1, NULL, '2024-01-02 01:58:45', '2024-01-02 01:58:45', 0, 0, '196.244.48.239', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3334, 1, NULL, '2024-01-02 04:42:07', '2024-01-02 04:42:07', 0, 0, '193.176.86.59', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3335, 1, NULL, '2024-01-02 06:06:21', '2024-01-02 06:06:21', 0, 0, '8.222.179.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3336, 1, NULL, '2024-01-02 10:29:49', '2024-01-02 10:29:49', 0, 0, '223.231.173.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 13; SM-M127G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3337, 1, NULL, '2024-01-02 12:08:03', '2024-01-02 12:08:03', 0, 0, '5.254.23.75', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3338, 1, NULL, '2024-01-03 06:18:32', '2024-01-03 06:18:32', 0, 0, '128.90.161.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(3339, 1, NULL, '2024-01-03 07:53:51', '2024-01-03 07:53:51', 0, 0, '185.221.32.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3340, 1, NULL, '2024-01-03 22:09:22', '2024-01-03 22:09:22', 0, 0, '128.90.166.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3341, 1, NULL, '2024-01-03 22:19:34', '2024-01-03 22:19:34', 0, 0, '61.231.55.199', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3342, 1, NULL, '2024-01-03 23:41:17', '2024-01-03 23:41:17', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3343, 1, NULL, '2024-01-04 04:11:25', '2024-01-04 04:11:25', 0, 0, '94.25.174.244', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3344, 1, NULL, '2024-01-04 12:19:21', '2024-01-04 12:19:21', 0, 0, '196.244.71.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3345, 1, NULL, '2024-01-04 15:59:35', '2024-01-04 15:59:35', 0, 0, '8.222.173.171', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3346, 1, NULL, '2024-01-04 19:34:13', '2024-01-04 19:34:13', 0, 0, '37.19.223.110', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3347, 1, NULL, '2024-01-05 06:52:18', '2024-01-05 06:52:18', 0, 0, '172.94.48.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3348, 1, NULL, '2024-01-05 18:34:50', '2024-01-05 18:34:50', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3349, 1, NULL, '2024-01-05 21:34:34', '2024-01-05 21:34:34', 0, 0, '8.219.235.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3350, 1, NULL, '2024-01-06 03:02:16', '2024-01-06 03:02:16', 0, 0, '196.242.131.178', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3351, 1, NULL, '2024-01-06 09:31:46', '2024-01-06 09:31:46', 0, 0, '191.101.217.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3352, 1, NULL, '2024-01-06 11:52:42', '2024-01-06 11:52:42', 0, 0, '85.8.130.27', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3353, 1, NULL, '2024-01-06 13:19:23', '2024-01-06 13:19:23', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3354, 1, NULL, '2024-01-06 14:38:12', '2024-01-06 14:38:12', 0, 0, '1.231.27.148', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3355, 1, NULL, '2024-01-06 15:12:31', '2024-01-06 15:12:31', 0, 0, '31.173.84.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3356, 1, NULL, '2024-01-06 23:15:15', '2024-01-06 23:15:15', 0, 0, '196.242.131.96', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3357, 1, NULL, '2024-01-07 00:51:46', '2024-01-07 00:51:46', 0, 0, '8.222.165.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3358, 1, NULL, '2024-01-07 05:20:28', '2024-01-07 05:20:28', 0, 0, '1.169.107.209', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3359, 1, NULL, '2024-01-07 05:20:28', '2024-01-07 05:20:28', 0, 0, '1.169.107.209', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3360, 1, NULL, '2024-01-07 05:45:06', '2024-01-07 05:45:06', 0, 0, '190.2.132.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3361, 1, NULL, '2024-01-07 11:23:52', '2024-01-07 11:23:52', 0, 0, '128.90.161.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3362, 1, NULL, '2024-01-07 21:01:26', '2024-01-07 21:01:26', 0, 0, '46.23.98.14', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3363, 1, NULL, '2024-01-08 01:01:12', '2024-01-08 01:01:12', 0, 0, '8.222.168.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3364, 1, NULL, '2024-01-08 19:42:10', '2024-01-08 19:42:10', 0, 0, '46.246.41.173', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3365, 1, NULL, '2024-01-08 21:26:45', '2024-01-08 21:26:45', 0, 0, '8.222.170.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3366, 1, NULL, '2024-01-09 16:13:41', '2024-01-09 16:13:41', 0, 0, '138.199.36.214', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 Kinza/4.7.2', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3367, 1, NULL, '2024-01-09 18:28:19', '2024-01-09 18:28:19', 0, 0, '84.38.188.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3368, 1, NULL, '2024-01-09 21:23:45', '2024-01-09 21:23:45', 0, 0, '185.221.32.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3373, 1, NULL, '2024-01-10 16:48:23', '2024-01-10 16:48:23', 0, 0, '89.149.37.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3370, 1, NULL, '2024-01-10 04:22:54', '2024-01-10 04:22:54', 0, 0, '195.123.228.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3371, 1, NULL, '2024-01-10 07:28:25', '2024-01-10 07:28:25', 0, 0, '103.225.202.217', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3372, 1, NULL, '2024-01-10 16:18:26', '2024-01-10 16:18:26', 0, 0, '195.78.54.49', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3374, 1, NULL, '2024-01-11 08:09:22', '2024-01-11 08:09:22', 0, 0, '185.107.83.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3375, 1, NULL, '2024-01-11 13:48:13', '2024-01-11 13:48:13', 0, 0, '128.90.166.21', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3376, 1, NULL, '2024-01-12 01:51:32', '2024-01-12 01:51:32', 0, 0, '198.23.203.175', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3377, 1, NULL, '2024-01-12 02:36:50', '2024-01-12 02:36:50', 0, 0, '84.247.115.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3378, 1, NULL, '2024-01-12 07:11:30', '2024-01-12 07:11:30', 0, 0, '87.249.134.176', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3379, 1, NULL, '2024-01-13 05:39:30', '2024-01-13 05:39:30', 0, 0, '128.90.161.50', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3380, 1, NULL, '2024-01-13 05:56:02', '2024-01-13 05:56:02', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3381, 1, NULL, '2024-01-13 05:56:02', '2024-01-13 05:56:02', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3382, 1, NULL, '2024-01-13 05:56:02', '2024-01-13 05:56:02', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3383, 1, NULL, '2024-01-13 16:09:14', '2024-01-13 16:09:14', 0, 0, '77.34.17.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3384, 1, NULL, '2024-01-14 01:33:23', '2024-01-14 01:33:23', 0, 0, '37.115.201.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3385, 1, NULL, '2024-01-14 05:26:25', '2024-01-14 05:26:25', 0, 0, '8.222.178.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3386, 1, NULL, '2024-01-14 05:46:55', '2024-01-14 05:46:55', 0, 0, '45.133.173.32', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3387, 1, NULL, '2024-01-14 11:00:45', '2024-01-14 11:00:45', 0, 0, '146.70.111.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3388, 1, NULL, '2024-01-14 12:18:38', '2024-01-14 12:18:38', 0, 0, '81.163.253.248', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3389, 1, NULL, '2024-01-14 16:28:26', '2024-01-14 16:28:26', 0, 0, '185.107.44.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3390, 1, NULL, '2024-01-14 20:09:20', '2024-01-14 20:09:20', 0, 0, '8.222.179.80', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3391, 1, NULL, '2024-01-15 00:11:17', '2024-01-15 00:11:17', 0, 0, '185.126.252.116', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3392, 1, NULL, '2024-01-15 01:56:59', '2024-01-15 01:56:59', 0, 0, '134.122.204.69', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3393, 1, NULL, '2024-01-15 13:54:55', '2024-01-15 13:54:55', 0, 0, '95.143.190.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3394, 1, NULL, '2024-01-15 23:23:56', '2024-01-15 23:23:56', 0, 0, '8.222.178.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3395, 1, NULL, '2024-01-16 06:12:46', '2024-01-16 06:12:46', 0, 0, '157.45.187.62', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3396, 1, NULL, '2024-01-16 07:22:22', '2024-01-16 07:22:22', 0, 0, '106.216.227.161', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 11; M2007J20CG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3397, 1, NULL, '2024-01-16 20:26:33', '2024-01-16 20:26:33', 0, 0, '202.140.129.189', 'https://gangagen.com/contact/', 'Mozilla/5.0 (iPad; CPU OS 17_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/120.0.6099.119 Mobile/15E148 Safari/604.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3398, 1, NULL, '2024-01-17 01:37:25', '2024-01-17 01:37:25', 0, 0, '23.106.27.161', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3399, 1, NULL, '2024-01-17 01:46:59', '2024-01-17 01:46:59', 0, 0, '1.231.27.148', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3400, 1, NULL, '2024-01-17 02:08:49', '2024-01-17 02:08:49', 0, 0, '185.221.32.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3401, 1, NULL, '2024-01-17 10:49:34', '2024-01-17 10:49:34', 0, 0, '94.25.174.161', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3402, 1, NULL, '2024-01-17 13:07:18', '2024-01-17 13:07:18', 0, 0, '154.16.164.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3403, 1, NULL, '2024-01-17 18:08:33', '2024-01-17 18:08:33', 0, 0, '8.222.176.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3404, 1, NULL, '2024-01-17 19:34:24', '2024-01-17 19:34:24', 0, 0, '23.106.193.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3405, 1, NULL, '2024-01-18 09:55:48', '2024-01-18 09:55:48', 0, 0, '172.241.244.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3406, 1, NULL, '2024-01-18 14:48:57', '2024-01-18 14:48:57', 0, 0, '128.90.166.21', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3407, 1, NULL, '2024-01-18 14:55:15', '2024-01-18 14:55:15', 0, 0, '94.232.102.27', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3408, 1, NULL, '2024-01-18 16:02:32', '2024-01-18 16:02:32', 0, 0, '45.134.142.77', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3409, 1, NULL, '2024-01-18 23:23:50', '2024-01-18 23:23:50', 0, 0, '128.90.161.50', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3410, 1, NULL, '2024-01-19 02:24:42', '2024-01-19 02:24:42', 0, 0, '8.222.177.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3411, 1, NULL, '2024-01-19 04:37:00', '2024-01-19 04:37:00', 0, 0, '84.17.51.20', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3412, 1, NULL, '2024-01-19 10:30:53', '2024-01-19 10:30:53', 0, 0, '216.24.216.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3413, 1, NULL, '2024-01-19 14:02:41', '2024-01-19 14:02:41', 0, 0, '45.150.171.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3414, 1, NULL, '2024-01-19 19:04:54', '2024-01-19 19:04:54', 0, 0, '185.221.32.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3415, 1, NULL, '2024-01-19 19:31:21', '2024-01-19 19:31:21', 0, 0, '46.246.41.165', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3416, 1, NULL, '2024-01-19 22:18:28', '2024-01-19 22:18:28', 0, 0, '8.222.178.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3417, 1, NULL, '2024-01-19 23:28:33', '2024-01-19 23:28:33', 0, 0, '104.129.36.45', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3418, 1, NULL, '2024-01-20 00:35:09', '2024-01-20 00:35:09', 0, 0, '27.62.59.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3419, 1, NULL, '2024-01-20 01:07:42', '2024-01-20 01:07:42', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3420, 1, NULL, '2024-01-20 01:07:42', '2024-01-20 01:07:42', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3421, 1, NULL, '2024-01-20 12:48:44', '2024-01-20 12:48:44', 0, 0, '194.88.153.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3422, 1, NULL, '2024-01-20 15:08:27', '2024-01-20 15:08:27', 0, 0, '185.220.100.246', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3423, 1, NULL, '2024-01-21 05:12:18', '2024-01-21 05:12:18', 0, 0, '154.16.164.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3424, 1, NULL, '2024-01-21 08:41:46', '2024-01-21 08:41:46', 0, 0, '104.168.140.204', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3425, 1, NULL, '2024-01-21 16:04:40', '2024-01-21 16:04:40', 0, 0, '154.16.164.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3426, 1, NULL, '2024-01-21 16:35:51', '2024-01-21 16:35:51', 0, 0, '192.126.189.54', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3427, 1, NULL, '2024-01-21 18:06:38', '2024-01-21 18:06:38', 0, 0, '77.73.132.21', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3428, 1, NULL, '2024-01-22 05:13:33', '2024-01-22 05:13:33', 0, 0, '146.70.86.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3429, 1, NULL, '2024-01-22 06:18:26', '2024-01-22 06:18:26', 0, 0, '46.246.122.178', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3430, 1, NULL, '2024-01-23 06:21:44', '2024-01-23 06:21:44', 0, 0, '23.27.240.32', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3431, 1, NULL, '2024-01-23 12:13:05', '2024-01-23 12:13:05', 0, 0, '154.16.164.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3432, 1, NULL, '2024-01-24 02:11:55', '2024-01-24 02:11:55', 0, 0, '128.90.166.23', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3433, 1, NULL, '2024-01-24 04:57:14', '2024-01-24 04:57:14', 0, 0, '82.147.84.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3434, 1, NULL, '2024-01-24 08:53:12', '2024-01-24 08:53:12', 0, 0, '154.16.164.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3435, 1, NULL, '2024-01-24 16:40:45', '2024-01-24 16:40:45', 0, 0, '181.214.173.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3436, 1, NULL, '2024-01-24 20:49:16', '2024-01-24 20:49:16', 0, 0, '37.19.223.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3437, 1, NULL, '2024-01-24 21:00:56', '2024-01-24 21:00:56', 0, 0, '185.107.44.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3438, 1, NULL, '2024-01-25 00:09:44', '2024-01-25 00:09:44', 0, 0, '103.81.93.145', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3439, 1, NULL, '2024-01-25 01:20:28', '2024-01-25 01:20:28', 0, 0, '178.20.42.155', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3440, 1, NULL, '2024-01-25 01:27:53', '2024-01-25 01:27:53', 0, 0, '82.147.85.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3441, 1, NULL, '2024-01-25 12:41:27', '2024-01-25 12:41:27', 0, 0, '172.241.168.73', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3442, 1, NULL, '2024-01-26 06:46:44', '2024-01-26 06:46:44', 0, 0, '194.5.53.94', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3443, 1, NULL, '2024-01-26 12:25:18', '2024-01-26 12:25:18', 0, 0, '216.24.213.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3444, 1, NULL, '2024-01-26 15:21:18', '2024-01-26 15:21:18', 0, 0, '185.107.44.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3445, 1, NULL, '2024-01-26 16:14:10', '2024-01-26 16:14:10', 0, 0, '104.168.147.65', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3446, 1, NULL, '2024-01-27 00:16:08', '2024-01-27 00:16:08', 0, 0, '45.15.18.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3447, 1, NULL, '2024-01-27 06:57:46', '2024-01-27 06:57:46', 0, 0, '82.147.85.96', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3448, 1, NULL, '2024-01-27 08:05:32', '2024-01-27 08:05:32', 0, 0, '151.106.11.185', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3449, 1, NULL, '2024-01-28 00:14:27', '2024-01-28 00:14:27', 0, 0, '178.184.182.247', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3450, 1, NULL, '2024-01-28 05:50:56', '2024-01-28 05:50:56', 0, 0, '5.254.23.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3451, 1, NULL, '2024-01-28 09:53:27', '2024-01-28 09:53:27', 0, 0, '8.222.179.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3452, 1, NULL, '2024-01-28 13:16:45', '2024-01-28 13:16:45', 0, 0, '178.168.114.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3453, 1, NULL, '2024-01-29 05:59:51', '2024-01-29 05:59:51', 0, 0, '8.222.173.171', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3454, 1, NULL, '2024-01-29 08:10:33', '2024-01-29 08:10:33', 0, 0, '194.33.191.20', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3455, 1, NULL, '2024-01-29 10:24:32', '2024-01-29 10:24:32', 0, 0, '37.139.53.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3456, 1, NULL, '2024-01-29 16:17:12', '2024-01-29 16:17:12', 0, 0, '154.26.174.171', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3457, 1, NULL, '2024-01-29 18:21:09', '2024-01-29 18:21:09', 0, 0, '185.107.56.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3458, 1, NULL, '2024-01-30 01:59:32', '2024-01-30 01:59:32', 0, 0, '31.173.82.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3459, 1, NULL, '2024-01-30 08:00:18', '2024-01-30 08:00:18', 0, 0, '157.97.122.11', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3460, 1, NULL, '2024-01-30 08:48:26', '2024-01-30 08:48:26', 0, 0, '185.221.32.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3461, 1, NULL, '2024-01-30 10:47:44', '2024-01-30 10:47:44', 0, 0, '95.25.252.225', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3462, 1, NULL, '2024-01-30 15:04:27', '2024-01-30 15:04:27', 0, 0, '82.147.85.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3463, 1, NULL, '2024-01-30 20:33:51', '2024-01-30 20:33:51', 0, 0, '196.242.195.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3464, 1, NULL, '2024-01-30 20:57:16', '2024-01-30 20:57:16', 0, 0, '94.25.175.15', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3465, 1, NULL, '2024-01-31 02:41:09', '2024-01-31 02:41:09', 0, 0, '5.166.93.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3466, 1, NULL, '2024-01-31 23:32:45', '2024-01-31 23:32:45', 0, 0, '5.165.129.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3467, 1, NULL, '2024-02-01 01:35:38', '2024-02-01 01:35:38', 0, 0, '185.107.56.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3468, 1, NULL, '2024-02-01 01:41:21', '2024-02-01 01:41:21', 0, 0, '50.114.85.63', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3469, 1, NULL, '2024-02-01 06:04:38', '2024-02-01 06:04:38', 0, 0, '115.96.216.51', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3470, 1, NULL, '2024-02-01 13:50:11', '2024-02-01 13:50:11', 0, 0, '37.19.223.107', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3471, 1, NULL, '2024-02-01 14:42:18', '2024-02-01 14:42:18', 0, 0, '104.168.162.213', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3472, 1, NULL, '2024-02-01 18:56:13', '2024-02-01 18:56:13', 0, 0, '206.206.71.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3473, 1, NULL, '2024-02-02 05:17:46', '2024-02-02 05:17:46', 0, 0, '87.249.132.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3474, 1, NULL, '2024-02-02 14:49:37', '2024-02-02 14:49:37', 0, 0, '185.107.56.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3475, 1, NULL, '2024-02-02 18:09:28', '2024-02-02 18:09:28', 0, 0, '23.106.192.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3476, 1, NULL, '2024-02-02 19:48:58', '2024-02-02 19:48:58', 0, 0, '176.226.183.23', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3477, 1, NULL, '2024-02-02 20:20:56', '2024-02-02 20:20:56', 0, 0, '37.139.53.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3478, 1, NULL, '2024-02-03 00:07:17', '2024-02-03 00:07:17', 0, 0, '23.81.60.7', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3479, 1, NULL, '2024-02-03 08:00:56', '2024-02-03 08:00:56', 0, 0, '188.162.6.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3480, 1, NULL, '2024-02-03 12:26:55', '2024-02-03 12:26:55', 0, 0, '196.240.51.238', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3481, 1, NULL, '2024-02-03 15:09:43', '2024-02-03 15:09:43', 0, 0, '128.90.161.39', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3482, 1, NULL, '2024-02-03 16:03:31', '2024-02-03 16:03:31', 0, 0, '23.106.24.31', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3483, 1, NULL, '2024-02-03 16:39:43', '2024-02-03 16:39:43', 0, 0, '103.188.244.182', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3484, 1, NULL, '2024-02-03 22:19:22', '2024-02-03 22:19:22', 0, 0, '173.234.249.14', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3485, 1, NULL, '2024-02-04 01:17:44', '2024-02-04 01:17:44', 0, 0, '172.241.246.156', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3486, 1, NULL, '2024-02-04 05:00:02', '2024-02-04 05:00:02', 0, 0, '82.147.84.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3487, 1, NULL, '2024-02-04 11:14:33', '2024-02-04 11:14:33', 0, 0, '194.32.120.19', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3488, 1, NULL, '2024-02-05 14:05:28', '2024-02-05 14:05:28', 0, 0, '185.107.44.228', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3489, 1, NULL, '2024-02-05 23:45:32', '2024-02-05 23:45:32', 0, 0, '45.91.23.23', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3490, 1, NULL, '2024-02-06 00:50:50', '2024-02-06 00:50:50', 0, 0, '8.222.170.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3491, 1, NULL, '2024-02-06 11:52:35', '2024-02-06 11:52:35', 0, 0, '8.222.165.101', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3492, 1, NULL, '2024-02-06 13:43:32', '2024-02-06 13:43:32', 0, 0, '157.49.230.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3493, 1, NULL, '2024-02-06 13:55:02', '2024-02-06 13:55:02', 0, 0, '196.240.143.127', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3494, 1, NULL, '2024-02-06 16:38:07', '2024-02-06 16:38:07', 0, 0, '8.222.168.177', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3495, 1, NULL, '2024-02-06 17:05:18', '2024-02-06 17:05:18', 0, 0, '196.242.114.98', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3496, 1, NULL, '2024-02-06 22:41:13', '2024-02-06 22:41:13', 0, 0, '188.126.89.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3497, 1, NULL, '2024-02-07 00:46:00', '2024-02-07 00:46:00', 0, 0, '138.199.63.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3498, 1, NULL, '2024-02-07 09:05:47', '2024-02-07 09:05:47', 0, 0, '84.17.47.109', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3499, 1, NULL, '2024-02-07 20:50:18', '2024-02-07 20:50:18', 0, 0, '94.25.168.187', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3500, 1, NULL, '2024-02-07 20:50:25', '2024-02-07 20:50:25', 0, 0, '8.219.235.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3501, 1, NULL, '2024-02-08 01:46:22', '2024-02-08 01:46:22', 0, 0, '82.147.85.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3502, 1, NULL, '2024-02-08 14:12:02', '2024-02-08 14:12:02', 0, 0, '5.165.129.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3503, 1, NULL, '2024-02-08 14:28:31', '2024-02-08 14:28:31', 0, 0, '115.42.66.197', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3504, 1, NULL, '2024-02-08 18:58:53', '2024-02-08 18:58:53', 0, 0, '185.162.34.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3505, 1, NULL, '2024-02-08 20:27:30', '2024-02-08 20:27:30', 0, 0, '5.138.90.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(3506, 1, NULL, '2024-02-08 22:58:09', '2024-02-08 22:58:09', 0, 0, '37.139.53.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3507, 1, NULL, '2024-02-08 23:11:24', '2024-02-08 23:11:24', 0, 0, '65.21.96.55', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3508, 1, NULL, '2024-02-09 03:55:19', '2024-02-09 03:55:19', 0, 0, '82.147.84.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3509, 1, NULL, '2024-02-09 11:00:08', '2024-02-09 11:00:08', 0, 0, '81.163.253.140', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3510, 1, NULL, '2024-02-09 14:19:55', '2024-02-09 14:19:55', 0, 0, '144.126.131.216', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3511, 1, NULL, '2024-02-10 03:10:04', '2024-02-10 03:10:04', 0, 0, '5.35.33.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3512, 1, NULL, '2024-02-10 04:31:02', '2024-02-10 04:31:02', 0, 0, '69.197.156.228', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3513, 1, NULL, '2024-02-10 04:47:02', '2024-02-10 04:47:02', 0, 0, '74.115.0.228', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3514, 1, NULL, '2024-02-10 11:59:40', '2024-02-10 11:59:40', 0, 0, '5.165.129.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3515, 1, NULL, '2024-02-10 23:58:26', '2024-02-10 23:58:26', 0, 0, '104.168.152.190', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3516, 1, NULL, '2024-02-11 01:47:07', '2024-02-11 01:47:07', 0, 0, '82.147.85.96', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3517, 1, NULL, '2024-02-11 03:02:21', '2024-02-11 03:02:21', 0, 0, '141.98.169.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3518, 1, NULL, '2024-02-11 03:12:45', '2024-02-11 03:12:45', 0, 0, '23.110.171.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3519, 1, NULL, '2024-02-11 07:14:46', '2024-02-11 07:14:46', 0, 0, '77.246.102.223', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3520, 1, NULL, '2024-02-11 19:39:01', '2024-02-11 19:39:01', 0, 0, '185.221.32.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3521, 1, NULL, '2024-02-11 22:29:04', '2024-02-11 22:29:04', 0, 0, '188.234.18.255', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3522, 1, NULL, '2024-02-12 01:31:06', '2024-02-12 01:31:06', 0, 0, '31.180.213.72', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3523, 1, NULL, '2024-02-12 09:30:59', '2024-02-12 09:30:59', 0, 0, '149.102.247.235', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3524, 1, NULL, '2024-02-12 10:09:59', '2024-02-12 10:09:59', 0, 0, '109.197.199.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3525, 1, NULL, '2024-02-14 12:53:47', '2024-02-14 12:53:47', 0, 0, '74.91.28.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3526, 1, NULL, '2024-02-14 13:02:47', '2024-02-14 13:02:47', 0, 0, '8.222.179.80', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3527, 1, NULL, '2024-02-14 17:55:59', '2024-02-14 17:55:59', 0, 0, '152.58.65.112', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3528, 1, NULL, '2024-02-14 18:12:47', '2024-02-14 18:12:47', 0, 0, '195.211.239.254', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3529, 1, NULL, '2024-02-14 18:25:03', '2024-02-14 18:25:03', 0, 0, '185.221.32.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3530, 1, NULL, '2024-02-14 22:53:29', '2024-02-14 22:53:29', 0, 0, '176.111.174.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3531, 1, NULL, '2024-02-14 23:08:34', '2024-02-14 23:08:34', 0, 0, '63.141.226.91', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3532, 1, NULL, '2024-02-14 23:48:24', '2024-02-14 23:48:24', 0, 0, '8.222.178.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3533, 1, NULL, '2024-02-15 00:52:34', '2024-02-15 00:52:34', 0, 0, '89.149.87.0', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3534, 1, NULL, '2024-02-15 08:28:18', '2024-02-15 08:28:18', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3535, 1, NULL, '2024-02-15 09:18:52', '2024-02-15 09:18:52', 0, 0, '191.101.209.86', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3536, 1, NULL, '2024-02-15 15:01:15', '2024-02-15 15:01:15', 0, 0, '188.234.4.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3537, 1, NULL, '2024-02-15 17:24:49', '2024-02-15 17:24:49', 0, 0, '104.168.143.189', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3538, 1, NULL, '2024-02-15 19:19:06', '2024-02-15 19:19:06', 0, 0, '8.222.176.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3539, 1, NULL, '2024-02-15 20:04:18', '2024-02-15 20:04:18', 0, 0, '165.231.182.82', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3540, 1, NULL, '2024-02-15 21:47:29', '2024-02-15 21:47:29', 0, 0, '103.188.244.182', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3541, 1, NULL, '2024-02-15 21:56:45', '2024-02-15 21:56:45', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3542, 1, NULL, '2024-02-16 11:28:15', '2024-02-16 11:28:15', 0, 0, '185.190.42.200', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3543, 1, NULL, '2024-02-16 11:37:36', '2024-02-16 11:37:36', 0, 0, '95.143.190.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3544, 1, NULL, '2024-02-16 16:54:16', '2024-02-16 16:54:16', 0, 0, '8.222.178.157', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3545, 1, NULL, '2024-02-16 16:59:58', '2024-02-16 16:59:58', 0, 0, '188.234.4.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3546, 1, NULL, '2024-02-16 17:20:34', '2024-02-16 17:20:34', 0, 0, '38.154.191.237', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3547, 1, NULL, '2024-02-16 18:25:43', '2024-02-16 18:25:43', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3548, 1, NULL, '2024-02-16 20:22:08', '2024-02-16 20:22:08', 0, 0, '8.222.178.240', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3549, 1, NULL, '2024-02-16 21:13:17', '2024-02-16 21:13:17', 0, 0, '31.184.194.189', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3550, 1, NULL, '2024-02-17 03:14:50', '2024-02-17 03:14:50', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3551, 1, NULL, '2024-02-17 06:03:24', '2024-02-17 06:03:24', 0, 0, '172.98.181.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3552, 1, NULL, '2024-02-17 06:43:47', '2024-02-17 06:43:47', 0, 0, '64.120.33.104', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3553, 1, NULL, '2024-02-17 10:06:27', '2024-02-17 10:06:27', 0, 0, '63.141.231.250', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3554, 1, NULL, '2024-02-17 14:54:45', '2024-02-17 14:54:45', 0, 0, '5.254.18.152', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3555, 1, NULL, '2024-02-17 23:47:18', '2024-02-17 23:47:18', 0, 0, '104.168.152.191', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3556, 1, NULL, '2024-02-18 00:24:22', '2024-02-18 00:24:22', 0, 0, '178.168.114.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3557, 1, NULL, '2024-02-18 06:33:13', '2024-02-18 06:33:13', 0, 0, '93.82.140.223', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3558, 1, NULL, '2024-02-18 11:29:59', '2024-02-18 11:29:59', 0, 0, '216.24.213.73', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3559, 1, NULL, '2024-02-19 00:28:19', '2024-02-19 00:28:19', 0, 0, '94.25.173.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3560, 1, NULL, '2024-02-19 03:46:37', '2024-02-19 03:46:37', 0, 0, '196.242.20.64', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3561, 1, NULL, '2024-02-19 05:03:35', '2024-02-19 05:03:35', 0, 0, '178.168.114.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3562, 1, NULL, '2024-02-19 06:50:30', '2024-02-19 06:50:30', 0, 0, '8.222.177.141', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3563, 1, NULL, '2024-02-19 15:20:50', '2024-02-19 15:20:50', 0, 0, '156.238.9.119', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3564, 1, NULL, '2024-02-19 18:09:28', '2024-02-19 18:09:28', 0, 0, '69.197.156.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3565, 1, NULL, '2024-02-19 23:47:53', '2024-02-19 23:47:53', 0, 0, '65.109.71.8', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3566, 1, NULL, '2024-02-20 01:31:21', '2024-02-20 01:31:21', 0, 0, '37.233.3.242', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3567, 1, NULL, '2024-02-20 04:46:01', '2024-02-20 04:46:01', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3568, 1, NULL, '2024-02-20 04:47:09', '2024-02-20 04:47:09', 0, 0, '82.147.84.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3569, 1, NULL, '2024-02-20 06:32:39', '2024-02-20 06:32:39', 0, 0, '46.242.8.92', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3570, 1, NULL, '2024-02-20 14:32:43', '2024-02-20 14:32:43', 0, 0, '74.115.0.228', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3571, 1, NULL, '2024-02-20 15:49:16', '2024-02-20 15:49:16', 0, 0, '178.120.183.197', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3572, 1, NULL, '2024-02-20 16:17:05', '2024-02-20 16:17:05', 0, 0, '185.190.42.200', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3573, 1, NULL, '2024-02-20 16:20:41', '2024-02-20 16:20:41', 0, 0, '185.244.212.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3574, 1, NULL, '2024-02-20 21:50:35', '2024-02-20 21:50:35', 0, 0, '128.90.166.41', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3575, 1, NULL, '2024-02-21 02:25:33', '2024-02-21 02:25:33', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3576, 1, NULL, '2024-02-21 07:38:09', '2024-02-21 07:38:09', 0, 0, '69.30.253.50', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3577, 1, NULL, '2024-02-21 13:10:57', '2024-02-21 13:10:57', 0, 0, '45.89.242.93', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3578, 1, NULL, '2024-02-21 13:19:11', '2024-02-21 13:19:11', 0, 0, '74.91.22.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3579, 1, NULL, '2024-02-21 14:49:33', '2024-02-21 14:49:33', 0, 0, '81.181.56.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3580, 1, NULL, '2024-02-21 15:49:27', '2024-02-21 15:49:27', 0, 0, '212.102.39.132', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3581, 1, NULL, '2024-02-21 20:28:47', '2024-02-21 20:28:47', 0, 0, '168.119.2.186', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.86 YaBrowser/21.3.0.673 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3582, 1, NULL, '2024-02-21 22:11:45', '2024-02-21 22:11:45', 0, 0, '38.170.159.48', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3583, 1, NULL, '2024-02-22 13:55:55', '2024-02-22 13:55:55', 0, 0, '5.165.129.37', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3584, 1, NULL, '2024-02-22 18:29:03', '2024-02-22 18:29:03', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3585, 1, NULL, '2024-02-22 20:21:37', '2024-02-22 20:21:37', 0, 0, '82.147.85.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3586, 1, NULL, '2024-02-22 21:44:17', '2024-02-22 21:44:17', 0, 0, '37.45.17.66', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3587, 1, NULL, '2024-02-23 01:21:31', '2024-02-23 01:21:31', 0, 0, '69.58.12.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3588, 1, NULL, '2024-02-23 01:30:14', '2024-02-23 01:30:14', 0, 0, '50.114.107.142', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3589, 1, NULL, '2024-02-23 07:50:00', '2024-02-23 07:50:00', 0, 0, '150.107.225.84', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3590, 1, NULL, '2024-02-23 08:44:27', '2024-02-23 08:44:27', 0, 0, '176.222.33.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3591, 1, NULL, '2024-02-23 08:58:27', '2024-02-23 08:58:27', 0, 0, '109.125.100.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3592, 1, NULL, '2024-02-23 09:46:11', '2024-02-23 09:46:11', 0, 0, '185.221.32.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3593, 1, NULL, '2024-02-23 11:10:48', '2024-02-23 11:10:48', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3594, 1, NULL, '2024-02-23 12:25:28', '2024-02-23 12:25:28', 0, 0, '98.159.37.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3595, 1, NULL, '2024-02-23 12:48:22', '2024-02-23 12:48:22', 0, 0, '15.204.204.29', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3596, 1, NULL, '2024-02-23 16:26:24', '2024-02-23 16:26:24', 0, 0, '74.91.28.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3597, 1, NULL, '2024-02-23 17:57:36', '2024-02-23 17:57:36', 0, 0, '37.115.212.218', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3598, 1, NULL, '2024-02-23 21:37:14', '2024-02-23 21:37:14', 0, 0, '146.70.111.145', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3599, 1, NULL, '2024-02-24 00:40:56', '2024-02-24 00:40:56', 0, 0, '5.42.86.234', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3600, 1, NULL, '2024-02-24 01:27:17', '2024-02-24 01:27:17', 0, 0, '74.91.17.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3601, 1, NULL, '2024-02-24 04:49:53', '2024-02-24 04:49:53', 0, 0, '63.141.226.91', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3602, 1, NULL, '2024-02-24 05:10:55', '2024-02-24 05:10:55', 0, 0, '49.49.233.235', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3603, 1, NULL, '2024-02-24 06:10:26', '2024-02-24 06:10:26', 0, 0, '82.147.85.96', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3604, 1, NULL, '2024-02-24 12:11:32', '2024-02-24 12:11:32', 0, 0, '165.231.182.115', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3605, 1, NULL, '2024-02-24 15:38:44', '2024-02-24 15:38:44', 0, 0, '23.82.44.218', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3606, 1, NULL, '2024-02-24 18:18:10', '2024-02-24 18:18:10', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3607, 1, NULL, '2024-02-25 04:03:57', '2024-02-25 04:03:57', 0, 0, '82.147.84.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3608, 1, NULL, '2024-02-25 07:24:56', '2024-02-25 07:24:56', 0, 0, '172.241.235.108', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3609, 1, NULL, '2024-02-25 14:49:40', '2024-02-25 14:49:40', 0, 0, '84.17.60.135', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3610, 1, NULL, '2024-02-25 21:11:31', '2024-02-25 21:11:31', 0, 0, '37.115.216.33', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3611, 1, NULL, '2024-02-26 05:28:31', '2024-02-26 05:28:31', 0, 0, '91.122.143.137', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3612, 1, NULL, '2024-02-26 16:32:39', '2024-02-26 16:32:39', 0, 0, '185.221.32.184', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3613, 1, NULL, '2024-02-26 19:02:35', '2024-02-26 19:02:35', 0, 0, '188.234.4.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3614, 1, NULL, '2024-02-26 19:05:40', '2024-02-26 19:05:40', 0, 0, '31.173.87.77', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3615, 1, NULL, '2024-02-26 20:26:19', '2024-02-26 20:26:19', 0, 0, '157.50.52.204', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/24.0 Chrome/117.0.0.0 Mobile Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3616, 1, NULL, '2024-02-27 01:12:19', '2024-02-27 01:12:19', 0, 0, '168.119.2.186', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b3) Gecko/20090405 Firefox/3.1b3', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3617, 1, NULL, '2024-02-27 09:05:58', '2024-02-27 09:05:58', 0, 0, '38.153.133.80', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3618, 1, NULL, '2024-02-27 12:20:42', '2024-02-27 12:20:42', 0, 0, '138.199.36.195', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3619, 1, NULL, '2024-02-27 16:09:58', '2024-02-27 16:09:58', 0, 0, '94.25.173.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3620, 1, NULL, '2024-02-27 18:19:39', '2024-02-27 18:19:39', 0, 0, '95.143.190.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3621, 1, NULL, '2024-02-27 20:51:32', '2024-02-27 20:51:32', 0, 0, '104.168.176.21', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3622, 1, NULL, '2024-02-28 06:29:13', '2024-02-28 06:29:13', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3623, 1, NULL, '2024-02-28 09:07:22', '2024-02-28 09:07:22', 0, 0, '81.181.56.42', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64 (Edition Yx)', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3624, 1, NULL, '2024-02-28 09:34:48', '2024-02-28 09:34:48', 0, 0, '91.90.122.142', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5814.214 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3625, 1, NULL, '2024-02-28 09:55:22', '2024-02-28 09:55:22', 0, 0, '82.147.85.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3626, 1, NULL, '2024-02-28 11:29:58', '2024-02-28 11:29:58', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3627, 1, NULL, '2024-02-28 13:07:34', '2024-02-28 13:07:34', 0, 0, '95.181.164.185', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3628, 1, NULL, '2024-02-28 13:47:15', '2024-02-28 13:47:15', 0, 0, '37.139.53.198', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3629, 1, NULL, '2024-02-28 14:06:39', '2024-02-28 14:06:39', 0, 0, '24.56.28.200', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3630, 1, NULL, '2024-02-28 17:40:54', '2024-02-28 17:40:54', 0, 0, '154.16.164.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3631, 1, NULL, '2024-02-29 02:25:25', '2024-02-29 02:25:25', 0, 0, '216.24.216.249', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3632, 1, NULL, '2024-02-29 04:34:48', '2024-02-29 04:34:48', 0, 0, '91.122.143.137', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3633, 1, NULL, '2024-02-29 05:35:48', '2024-02-29 05:35:48', 0, 0, '37.139.53.31', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3634, 1, NULL, '2024-02-29 05:56:31', '2024-02-29 05:56:31', 0, 0, '154.16.164.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3635, 1, NULL, '2024-02-29 06:22:04', '2024-02-29 06:22:04', 0, 0, '154.16.164.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3636, 1, NULL, '2024-02-29 09:22:39', '2024-02-29 09:22:39', 0, 0, '185.133.42.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3637, 1, NULL, '2024-02-29 12:25:18', '2024-02-29 12:25:18', 0, 0, '154.16.164.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3638, 1, NULL, '2024-02-29 23:19:48', '2024-02-29 23:19:48', 0, 0, '154.16.164.46', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3639, 1, NULL, '2024-03-01 02:26:35', '2024-03-01 02:26:35', 0, 0, '82.147.84.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3640, 1, NULL, '2024-03-01 02:48:13', '2024-03-01 02:48:13', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3641, 1, NULL, '2024-03-01 10:08:41', '2024-03-01 10:08:41', 0, 0, '196.242.10.60', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3642, 1, NULL, '2024-03-01 10:46:47', '2024-03-01 10:46:47', 0, 0, '196.242.114.91', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3643, 1, NULL, '2024-03-01 15:07:21', '2024-03-01 15:07:21', 0, 0, '82.147.85.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3644, 1, NULL, '2024-03-01 19:27:51', '2024-03-01 19:27:51', 0, 0, '156.248.90.96', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3645, 1, NULL, '2024-03-01 20:05:51', '2024-03-01 20:05:51', 0, 0, '82.115.223.25', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3646, 1, NULL, '2024-03-02 01:10:29', '2024-03-02 01:10:29', 0, 0, '45.133.173.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3647, 1, NULL, '2024-03-02 05:42:43', '2024-03-02 05:42:43', 0, 0, '69.197.156.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3648, 1, NULL, '2024-03-02 07:46:01', '2024-03-02 07:46:01', 0, 0, '108.165.218.94', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3649, 1, NULL, '2024-03-02 16:48:08', '2024-03-02 16:48:08', 0, 0, '188.212.135.23', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3650, 1, NULL, '2024-03-02 17:57:39', '2024-03-02 17:57:39', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3651, 1, NULL, '2024-03-03 02:07:54', '2024-03-03 02:07:54', 0, 0, '74.91.22.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3652, 1, NULL, '2024-03-03 09:16:34', '2024-03-03 09:16:34', 0, 0, '185.190.42.200', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3653, 1, NULL, '2024-03-03 09:52:58', '2024-03-03 09:52:58', 0, 0, '46.173.62.18', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3654, 1, NULL, '2024-03-03 11:25:22', '2024-03-03 11:25:22', 0, 0, '62.47.164.121', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3655, 1, NULL, '2024-03-03 11:25:27', '2024-03-03 11:25:27', 0, 0, '62.47.164.121', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3656, 1, NULL, '2024-03-03 11:29:33', '2024-03-03 11:29:33', 0, 0, '5.42.67.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3657, 1, NULL, '2024-03-03 13:20:45', '2024-03-03 13:20:45', 0, 0, '104.168.14.168', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3658, 1, NULL, '2024-03-03 19:45:30', '2024-03-03 19:45:30', 0, 0, '152.58.115.244', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3659, 1, NULL, '2024-03-04 05:56:32', '2024-03-04 05:56:32', 0, 0, '146.70.111.145', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3660, 1, NULL, '2024-03-04 06:40:05', '2024-03-04 06:40:05', 0, 0, '62.47.164.121', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3661, 1, NULL, '2024-03-04 07:23:01', '2024-03-04 07:23:01', 0, 0, '104.223.82.182', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3662, 1, NULL, '2024-03-04 08:59:28', '2024-03-04 08:59:28', 0, 0, '109.125.100.97', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3663, 1, NULL, '2024-03-04 09:15:17', '2024-03-04 09:15:17', 0, 0, '5.181.170.61', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3667, 1, NULL, '2024-03-05 03:32:26', '2024-03-05 03:32:26', 0, 0, '77.34.220.193', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3665, 1, NULL, '2024-03-04 11:38:33', '2024-03-04 11:38:33', 0, 0, '23.158.232.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3666, 1, NULL, '2024-03-04 16:09:12', '2024-03-04 16:09:12', 0, 0, '172.241.168.213', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3668, 1, NULL, '2024-03-05 04:12:10', '2024-03-05 04:12:10', 0, 0, '89.149.87.0', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3669, 1, NULL, '2024-03-05 04:35:02', '2024-03-05 04:35:02', 0, 0, '82.147.85.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3670, 1, NULL, '2024-03-05 05:15:07', '2024-03-05 05:15:07', 0, 0, '151.249.174.35', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3671, 1, NULL, '2024-03-05 06:47:09', '2024-03-05 06:47:09', 0, 0, '172.111.216.2', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3672, 1, NULL, '2024-03-05 22:48:55', '2024-03-05 22:48:55', 0, 0, '74.91.28.106', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3673, 1, NULL, '2024-03-05 23:32:52', '2024-03-05 23:32:52', 0, 0, '82.147.84.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
INSERT INTO `wp_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(3678, 1, NULL, '2024-03-06 18:15:06', '2024-03-06 18:15:06', 0, 0, '203.134.198.255', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3675, 1, NULL, '2024-03-06 12:01:12', '2024-03-06 12:01:12', 0, 0, '5.180.242.72', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3676, 1, NULL, '2024-03-06 15:49:25', '2024-03-06 15:49:25', 0, 0, '46.63.236.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3677, 1, NULL, '2024-03-06 16:06:17', '2024-03-06 16:06:17', 0, 0, '186.179.31.22', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3679, 1, NULL, '2024-03-06 21:27:18', '2024-03-06 21:27:18', 0, 0, '185.133.42.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3680, 1, NULL, '2024-03-07 07:07:01', '2024-03-07 07:07:01', 0, 0, '62.47.164.121', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3681, 1, NULL, '2024-03-07 07:19:03', '2024-03-07 07:19:03', 0, 0, '37.139.53.30', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3682, 1, NULL, '2024-03-07 08:28:53', '2024-03-07 08:28:53', 0, 0, '63.141.226.91', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3683, 1, NULL, '2024-03-07 10:55:11', '2024-03-07 10:55:11', 0, 0, '138.199.63.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3691, 1, NULL, '2024-03-08 23:08:03', '2024-03-08 23:08:03', 0, 0, '82.147.85.96', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3686, 1, NULL, '2024-03-08 06:12:31', '2024-03-08 06:12:31', 0, 0, '89.149.87.0', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3687, 1, NULL, '2024-03-08 07:34:00', '2024-03-08 07:34:00', 0, 0, '88.135.50.80', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3688, 1, NULL, '2024-03-08 12:04:20', '2024-03-08 12:04:20', 0, 0, '85.209.11.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3689, 1, NULL, '2024-03-08 12:41:24', '2024-03-08 12:41:24', 0, 0, '62.47.164.121', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3690, 1, NULL, '2024-03-08 15:32:58', '2024-03-08 15:32:58', 0, 0, '146.70.121.178', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3692, 1, NULL, '2024-03-08 23:13:18', '2024-03-08 23:13:18', 0, 0, '109.171.92.32', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3693, 1, NULL, '2024-03-08 23:35:42', '2024-03-08 23:35:42', 0, 0, '178.120.64.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3694, 1, NULL, '2024-03-09 00:37:51', '2024-03-09 00:37:51', 0, 0, '194.32.122.69', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3695, 1, NULL, '2024-03-09 06:07:13', '2024-03-09 06:07:13', 0, 0, '95.65.104.100', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3696, 1, NULL, '2024-03-09 06:15:41', '2024-03-09 06:15:41', 0, 0, '159.224.217.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3697, 1, NULL, '2024-03-09 19:47:40', '2024-03-09 19:47:40', 0, 0, '95.221.193.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3698, 1, NULL, '2024-03-10 08:20:07', '2024-03-10 08:20:07', 0, 0, '176.111.174.153', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3699, 1, NULL, '2024-03-10 10:08:53', '2024-03-10 10:08:53', 0, 0, '37.204.201.221', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3700, 1, NULL, '2024-03-10 19:33:12', '2024-03-10 19:33:12', 0, 0, '45.131.192.224', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3701, 1, NULL, '2024-03-10 20:03:46', '2024-03-10 20:03:46', 0, 0, '82.147.84.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3702, 1, NULL, '2024-03-11 06:14:51', '2024-03-11 06:14:51', 0, 0, '82.147.85.78', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3703, 1, NULL, '2024-03-11 07:29:20', '2024-03-11 07:29:20', 0, 0, '104.245.244.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3704, 1, NULL, '2024-03-11 10:03:16', '2024-03-11 10:03:16', 0, 0, '94.25.172.232', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3705, 1, NULL, '2024-03-11 12:49:42', '2024-03-11 12:49:42', 0, 0, '82.147.85.79', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3706, 1, NULL, '2024-03-11 16:06:33', '2024-03-11 16:06:33', 0, 0, '172.83.53.63', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3707, 1, NULL, '2024-03-11 18:49:52', '2024-03-11 18:49:52', 0, 0, '176.31.115.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3708, 1, NULL, '2024-03-11 19:39:39', '2024-03-11 19:39:39', 0, 0, '23.158.232.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3709, 1, NULL, '2024-03-12 05:45:01', '2024-03-12 05:45:01', 0, 0, '141.98.169.76', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3710, 1, NULL, '2024-03-12 13:31:42', '2024-03-12 13:31:42', 0, 0, '82.147.85.151', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3711, 1, NULL, '2024-03-12 21:38:33', '2024-03-12 21:38:33', 0, 0, '193.169.218.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3712, 1, NULL, '2024-03-13 08:33:48', '2024-03-13 08:33:48', 0, 0, '185.190.42.200', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 11.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5814.214 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3713, 1, NULL, '2024-03-13 18:43:43', '2024-03-13 18:43:43', 0, 0, '92.204.188.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3714, 1, NULL, '2024-03-14 00:59:35', '2024-03-14 00:59:35', 0, 0, '46.23.98.14', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3715, 1, NULL, '2024-03-14 07:03:57', '2024-03-14 07:03:57', 0, 0, '178.159.37.83', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3716, 1, NULL, '2024-03-14 15:44:39', '2024-03-14 15:44:39', 0, 0, '178.34.160.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3717, 1, NULL, '2024-03-14 19:31:12', '2024-03-14 19:31:12', 0, 0, '12.96.20.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3718, 1, NULL, '2024-03-15 03:24:01', '2024-03-15 03:24:01', 0, 0, '191.101.61.161', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3719, 1, NULL, '2024-03-15 07:28:49', '2024-03-15 07:28:49', 0, 0, '108.165.218.94', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3720, 1, NULL, '2024-03-15 07:43:25', '2024-03-15 07:43:25', 0, 0, '45.139.124.38', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3721, 1, NULL, '2024-03-15 10:08:06', '2024-03-15 10:08:06', 0, 0, '38.154.195.26', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3722, 1, NULL, '2024-03-15 10:37:47', '2024-03-15 10:37:47', 0, 0, '184.174.28.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3723, 1, NULL, '2024-03-15 15:13:39', '2024-03-15 15:13:39', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3724, 1, NULL, '2024-03-15 18:38:08', '2024-03-15 18:38:08', 0, 0, '95.143.190.169', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3725, 1, NULL, '2024-03-15 22:12:51', '2024-03-15 22:12:51', 0, 0, '178.18.10.90', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3726, 1, NULL, '2024-03-16 02:44:50', '2024-03-16 02:44:50', 0, 0, '5.138.87.36', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3727, 1, NULL, '2024-03-16 04:02:32', '2024-03-16 04:02:32', 0, 0, '89.149.87.87', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3728, 1, NULL, '2024-03-16 06:29:31', '2024-03-16 06:29:31', 0, 0, '88.201.251.215', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3729, 1, NULL, '2024-03-16 09:20:26', '2024-03-16 09:20:26', 0, 0, '104.168.201.154', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3730, 1, NULL, '2024-03-16 10:30:51', '2024-03-16 10:30:51', 0, 0, '77.232.38.221', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3731, 1, NULL, '2024-03-16 14:58:04', '2024-03-16 14:58:04', 0, 0, '109.68.116.59', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3732, 1, NULL, '2024-03-17 00:55:06', '2024-03-17 00:55:06', 0, 0, '91.206.168.163', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3733, 1, NULL, '2024-03-17 06:30:48', '2024-03-17 06:30:48', 0, 0, '45.134.20.114', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3734, 1, NULL, '2024-03-17 09:02:14', '2024-03-17 09:02:14', 0, 0, '166.88.122.77', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3735, 1, NULL, '2024-03-17 13:50:34', '2024-03-17 13:50:34', 0, 0, '23.158.232.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3736, 1, NULL, '2024-03-17 14:20:47', '2024-03-17 14:20:47', 0, 0, '152.58.90.121', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3737, 1, NULL, '2024-03-17 16:34:03', '2024-03-17 16:34:03', 0, 0, '159.224.217.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3738, 1, NULL, '2024-03-18 00:31:12', '2024-03-18 00:31:12', 0, 0, '178.168.114.40', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3739, 1, NULL, '2024-03-18 08:10:35', '2024-03-18 08:10:35', 0, 0, '111.88.39.190', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3740, 1, NULL, '2024-03-18 09:43:55', '2024-03-18 09:43:55', 0, 0, '37.19.223.234', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3741, 1, NULL, '2024-03-18 19:55:26', '2024-03-18 19:55:26', 0, 0, '216.250.255.209', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3742, 1, NULL, '2024-03-18 20:44:01', '2024-03-18 20:44:01', 0, 0, '217.148.140.147', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3743, 1, NULL, '2024-03-19 01:31:49', '2024-03-19 01:31:49', 0, 0, '146.70.111.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3744, 1, NULL, '2024-03-19 13:35:02', '2024-03-19 13:35:02', 0, 0, '23.106.26.57', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3745, 1, NULL, '2024-03-19 15:06:52', '2024-03-19 15:06:52', 0, 0, '185.249.199.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3746, 1, NULL, '2024-03-19 15:22:31', '2024-03-19 15:22:31', 0, 0, '93.100.144.207', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3747, 1, NULL, '2024-03-19 19:17:17', '2024-03-19 19:17:17', 0, 0, '178.159.37.55', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3748, 1, NULL, '2024-03-19 21:21:57', '2024-03-19 21:21:57', 0, 0, '108.165.218.94', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3749, 1, NULL, '2024-03-19 23:11:55', '2024-03-19 23:11:55', 0, 0, '159.224.217.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3750, 1, NULL, '2024-03-19 23:17:07', '2024-03-19 23:17:07', 0, 0, '152.58.120.146', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3751, 1, NULL, '2024-03-20 03:39:51', '2024-03-20 03:39:51', 0, 0, '160.20.11.28', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3752, 1, NULL, '2024-03-20 04:19:05', '2024-03-20 04:19:05', 0, 0, '206.123.150.221', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3753, 1, NULL, '2024-03-20 12:34:55', '2024-03-20 12:34:55', 0, 0, '151.106.12.251', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3754, 1, NULL, '2024-03-20 17:42:44', '2024-03-20 17:42:44', 0, 0, '185.221.32.183', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3755, 1, NULL, '2024-03-20 21:58:08', '2024-03-20 21:58:08', 0, 0, '185.253.162.13', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3756, 1, NULL, '2024-03-21 07:48:55', '2024-03-21 07:48:55', 0, 0, '185.231.205.31', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3757, 1, NULL, '2024-03-21 14:58:38', '2024-03-21 14:58:38', 0, 0, '23.94.32.54', 'https://gangagen.com/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3758, 1, NULL, '2024-03-21 21:31:52', '2024-03-21 21:31:52', 0, 0, '23.158.232.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3759, 1, NULL, '2024-03-22 01:30:23', '2024-03-22 01:30:23', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3760, 1, NULL, '2024-03-22 12:54:58', '2024-03-22 12:54:58', 0, 0, '178.176.73.62', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3761, 1, NULL, '2024-03-22 16:16:54', '2024-03-22 16:16:54', 0, 0, '159.224.217.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3762, 1, NULL, '2024-03-23 00:06:29', '2024-03-23 00:06:29', 0, 0, '172.83.47.137', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3763, 1, NULL, '2024-03-23 08:52:58', '2024-03-23 08:52:58', 0, 0, '172.111.131.114', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3764, 1, NULL, '2024-03-23 14:00:29', '2024-03-23 14:00:29', 0, 0, '167.160.180.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3765, 1, NULL, '2024-03-23 19:12:22', '2024-03-23 19:12:22', 0, 0, '184.185.2.12', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3766, 1, NULL, '2024-03-23 21:14:50', '2024-03-23 21:14:50', 0, 0, '185.231.205.31', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3767, 1, NULL, '2024-03-24 00:41:16', '2024-03-24 00:41:16', 0, 0, '194.146.240.144', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3768, 1, NULL, '2024-03-24 01:49:44', '2024-03-24 01:49:44', 0, 0, '185.198.243.24', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3769, 1, NULL, '2024-03-24 08:24:46', '2024-03-24 08:24:46', 0, 0, '152.59.68.221', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3770, 1, NULL, '2024-03-24 11:04:36', '2024-03-24 11:04:36', 0, 0, '5.35.33.3', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3771, 1, NULL, '2024-03-24 15:32:49', '2024-03-24 15:32:49', 0, 0, '159.224.217.252', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3772, 1, NULL, '2024-03-24 18:53:02', '2024-03-24 18:53:02', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3773, 1, NULL, '2024-03-24 23:34:57', '2024-03-24 23:34:57', 0, 0, '206.123.150.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3774, 1, NULL, '2024-03-25 02:02:47', '2024-03-25 02:02:47', 0, 0, '91.122.136.82', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3775, 1, NULL, '2024-03-25 04:45:19', '2024-03-25 04:45:19', 0, 0, '185.117.120.180', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3776, 1, NULL, '2024-03-25 06:39:54', '2024-03-25 06:39:54', 0, 0, '37.139.53.31', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3777, 1, NULL, '2024-03-25 06:42:08', '2024-03-25 06:42:08', 0, 0, '89.113.158.162', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3778, 1, NULL, '2024-03-25 11:54:53', '2024-03-25 11:54:53', 0, 0, '104.239.107.125', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3779, 1, NULL, '2024-03-25 13:51:25', '2024-03-25 13:51:25', 0, 0, '37.45.47.62', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3780, 1, NULL, '2024-03-25 18:06:08', '2024-03-25 18:06:08', 0, 0, '152.59.68.221', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3781, 1, NULL, '2024-03-26 01:06:18', '2024-03-26 01:06:18', 0, 0, '23.94.138.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3782, 1, NULL, '2024-03-26 02:33:41', '2024-03-26 02:33:41', 0, 0, '81.181.63.9', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3783, 1, NULL, '2024-03-26 05:10:28', '2024-03-26 05:10:28', 0, 0, '149.88.19.17', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3784, 1, NULL, '2024-03-26 12:20:04', '2024-03-26 12:20:04', 0, 0, '206.123.150.152', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3785, 1, NULL, '2024-03-26 14:39:10', '2024-03-26 14:39:10', 0, 0, '62.47.164.121', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3786, 1, NULL, '2024-03-26 14:39:11', '2024-03-26 14:39:11', 0, 0, '62.47.164.121', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3787, 1, NULL, '2024-03-26 14:52:42', '2024-03-26 14:52:42', 0, 0, '76.71.129.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3788, 1, NULL, '2024-03-26 20:27:17', '2024-03-26 20:27:17', 0, 0, '23.158.232.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3789, 1, NULL, '2024-03-27 06:44:56', '2024-03-27 06:44:56', 0, 0, '64.226.156.116', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3790, 1, NULL, '2024-03-27 09:36:48', '2024-03-27 09:36:48', 0, 0, '37.19.223.201', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3791, 1, NULL, '2024-03-27 13:26:02', '2024-03-27 13:26:02', 0, 0, '104.223.157.179', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3792, 1, NULL, '2024-03-27 19:51:33', '2024-03-27 19:51:33', 0, 0, '64.64.115.68', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3793, 1, NULL, '2024-03-27 22:54:39', '2024-03-27 22:54:39', 0, 0, '37.139.53.198', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3794, 1, NULL, '2024-03-28 11:50:49', '2024-03-28 11:50:49', 0, 0, '84.17.49.102', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3795, 1, NULL, '2024-03-28 11:55:11', '2024-03-28 11:55:11', 0, 0, '172.111.131.61', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3796, 1, NULL, '2024-03-29 09:15:12', '2024-03-29 09:15:12', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3797, 1, NULL, '2024-03-29 15:21:37', '2024-03-29 15:21:37', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3798, 1, NULL, '2024-03-29 18:05:00', '2024-03-29 18:05:00', 0, 0, '181.214.94.208', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3799, 1, NULL, '2024-03-29 18:12:15', '2024-03-29 18:12:15', 0, 0, '195.2.71.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3800, 1, NULL, '2024-03-30 00:57:11', '2024-03-30 00:57:11', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3801, 1, NULL, '2024-03-30 04:53:14', '2024-03-30 04:53:14', 0, 0, '195.2.71.128', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3802, 1, NULL, '2024-03-30 05:46:16', '2024-03-30 05:46:16', 0, 0, '5.17.27.113', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3803, 1, NULL, '2024-03-30 06:00:32', '2024-03-30 06:00:32', 0, 0, '142.147.244.10', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3804, 1, NULL, '2024-03-30 11:08:55', '2024-03-30 11:08:55', 0, 0, '172.111.131.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3805, 1, NULL, '2024-03-30 13:52:46', '2024-03-30 13:52:46', 0, 0, '163.5.241.67', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3806, 1, NULL, '2024-03-30 18:41:59', '2024-03-30 18:41:59', 0, 0, '37.139.53.88', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3807, 1, NULL, '2024-03-31 20:02:44', '2024-03-31 20:02:44', 0, 0, '154.37.67.206', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3808, 1, NULL, '2024-03-31 21:27:43', '2024-03-31 21:27:43', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3809, 1, NULL, '2024-04-01 00:00:33', '2024-04-01 00:00:33', 0, 0, '102.165.16.58', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3810, 1, NULL, '2024-04-01 00:09:58', '2024-04-01 00:09:58', 0, 0, '172.111.131.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3811, 1, NULL, '2024-04-01 08:16:46', '2024-04-01 08:16:46', 0, 0, '165.140.199.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3812, 1, NULL, '2024-04-01 17:44:16', '2024-04-01 17:44:16', 0, 0, '84.38.188.16', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3813, 1, NULL, '2024-04-01 18:58:38', '2024-04-01 18:58:38', 0, 0, '146.70.111.145', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3814, 1, NULL, '2024-04-01 20:07:22', '2024-04-01 20:07:22', 0, 0, '83.58.169.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3815, 1, NULL, '2024-04-01 20:50:11', '2024-04-01 20:50:11', 0, 0, '173.44.155.198', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3816, 1, NULL, '2024-04-01 23:30:17', '2024-04-01 23:30:17', 0, 0, '102.165.16.52', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3817, 1, NULL, '2024-04-02 05:37:04', '2024-04-02 05:37:04', 0, 0, '122.180.176.246', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3818, 1, NULL, '2024-04-02 12:38:28', '2024-04-02 12:38:28', 0, 0, '172.111.131.44', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3819, 1, NULL, '2024-04-02 14:26:43', '2024-04-02 14:26:43', 0, 0, '45.41.176.60', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3820, 1, NULL, '2024-04-02 14:41:52', '2024-04-02 14:41:52', 0, 0, '223.233.76.181', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3821, 1, NULL, '2024-04-02 15:56:04', '2024-04-02 15:56:04', 0, 0, '85.209.11.117', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Iron Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3822, 1, NULL, '2024-04-03 06:09:46', '2024-04-03 06:09:46', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3823, 1, NULL, '2024-04-03 07:52:07', '2024-04-03 07:52:07', 0, 0, '185.240.33.231', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3824, 1, NULL, '2024-04-03 10:29:39', '2024-04-03 10:29:39', 0, 0, '62.122.184.194', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3825, 1, NULL, '2024-04-03 12:11:37', '2024-04-03 12:11:37', 0, 0, '62.3.54.164', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3826, 1, NULL, '2024-04-03 14:11:15', '2024-04-03 14:11:15', 0, 0, '2.59.183.6', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3827, 1, NULL, '2024-04-03 14:59:36', '2024-04-03 14:59:36', 0, 0, '46.148.206.226', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3828, 1, NULL, '2024-04-03 16:37:26', '2024-04-03 16:37:26', 0, 0, '45.152.177.205', 'https://gangagen.com/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');

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

--
-- Table structure for table `wp_gf_entry_meta`
--

CREATE TABLE `wp_gf_entry_meta` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `form_id` mediumint(8) UNSIGNED NOT NULL DEFAULT 0,
  `entry_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  `item_index` varchar(60) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_gf_entry_meta`
--

INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(1, 1, 1, '1', 'Test', ''),
(2, 1, 1, '2', 'Developer', ''),
(3, 1, 1, '3', 'email@email.com', ''),
(4, 1, 1, '4', '(555) 555-5555', ''),
(5, 1, 1, '5', 'Test Company', ''),
(6, 1, 1, '6', 'Test Subject', ''),
(7, 1, 1, '7', 'Test Message.', ''),
(8, 1, 2, '1', 'Harshitha', ''),
(9, 1, 2, '2', 'Manjunath', ''),
(10, 1, 2, '3', 'divya.kumar0005@gmail.com', ''),
(11, 1, 2, '4', '(990) 164-7177', ''),
(12, 1, 2, '5', 'Acharya college', ''),
(13, 1, 2, '6', 'Internship', ''),
(14, 1, 2, '7', 'I am a final year BE biotech student at Acharya college Bangalore I need a opportunity to do internship for one month. Requesting you to give an opportunity.', ''),
(15, 1, 3, '1', 'Elon Musk  shared the secret of how quickly he got rich during quarantine! Click here for the full article and free system access!  https://tinyurl.com/ydepyfnd', ''),
(16, 1, 3, '2', 'Elon Musk  shared the secret of how quickly he got rich during quarantine! Click here for the full article and free system access!  https://tinyurl.com/ydepyfnd', ''),
(17, 1, 3, '3', 'al.eks.ejl.i.zk.o.@gmail.com', ''),
(18, 1, 3, '4', '(867) 783-6830', ''),
(19, 1, 3, '5', 'google', ''),
(20, 1, 3, '6', 'Вам перевод', ''),
(21, 1, 3, '7', 'Elon Musk  shared the secret of how quickly he got rich during quarantine! Click here for the full article and free system access!  https://tinyurl.com/ya38lmqe', ''),
(22, 1, 4, '1', 'southlife00@mail.ru', ''),
(23, 1, 4, '2', 'Irina', ''),
(24, 1, 4, '3', 'southlife00@mail.ru', ''),
(25, 1, 4, '4', '(412) 517-7640', ''),
(26, 1, 4, '5', 'google', ''),
(27, 1, 4, '6', 'Южная жизнь', ''),
(28, 1, 4, '7', '<a href=https://south.life/dosug-i-turizm/131-volkonskiy-dolmen.html>Волконский дольмен</a>', ''),
(29, 1, 5, '1', 'Gilles', ''),
(30, 1, 5, '2', 'COURTEMANCHE', ''),
(31, 1, 5, '3', 'gilles.courtemanche@bioaster.org', ''),
(32, 1, 5, '4', '(000) 000-0000', ''),
(33, 1, 5, '5', 'BIOASTER', ''),
(34, 1, 5, '6', 'Introduction to evaluate potential opportunities of collaboration', ''),
(35, 1, 5, '7', 'It is well established that the growth of antimicrobial resistance is a major challenge to future human health. At the same time fewer new compounds are being developed with most compounds failing between ‘hit to lead’ and the end of pre-clinical development. \r\nCreated in 2012, BIOASTER is a French not-for-profit technology research institute dedicated to microbiology and infectious diseases with the mission to lead collaborative projects with public and private partners for the benefit of patients. We are not a pharma company, so we don’t develop drugs and hence we will not dilute your IP. We develop technologies to help our partners discover better drugs faster. We can add value to our partners’ projects at every stage from target identification through in-vivo proof of concept in small rodents. Our technology units cover all the drug discovery activities (except synthesis and toxicology) including but not limited to: microbiology, bacterial genomics and transcriptomics, screening and profiling, bespoke murine models of infection, PK/PD studies, biofilms inhibition, resistance prediction, MoA novelty assessment, combination therapies, alternative approaches to antibiotics. We have also worked with our partners on the major pathogens (ESKAPE, E. coli, C. difficile, Streptococci, M. tuberculosis etc...)\r\n\r\nWe would be delighted to talking to you about our experience on the following topics that could be interesting to you:\r\nFor bacteriocin and ectolysin\r\n•	Specificity: We can test your compounds on very diverse collection of bacteria including commensal anaerobic ones\r\n•	Synergy with antibiotic standards of care: We can assess synergism (or additivity or antagonism) in vitro and quantify the best concentration ratio\r\n•	PK we can perform multicomponent PK in order to optimize a combination therapeutic regimen\r\n•	Efficacy: Bespoke longitudinal study through in vivo imaging (bioluminescent bacterial pathogens)\r\n•	PK/PD \r\n•	In vivo effect of compounds on a controlled commensal flora in a gnotobiotic murine model\r\nFor phages\r\n•	Variable route of administration\r\n•	Biodistribution in different organs\r\n•	Efficacy: Bespoke longitudinal study through in vivo imaging (bioluminescent bacterial pathogens)\r\n•	Monitoring of immune response during treatment\r\n•	Evaluation of multiple treatments on efficacy', ''),
(36, 1, 6, '1', 'JasonGoact', ''),
(37, 1, 6, '2', 'JasonGoact', ''),
(38, 1, 6, '3', 'no-replyIrorieGork@gmail.com', ''),
(39, 1, 6, '4', '(415) 575-2101', ''),
(40, 1, 6, '5', 'google', ''),
(41, 1, 6, '6', 'Mailing via the feedback form.', ''),
(42, 1, 6, '7', 'Good day!  gangagen.com \r\n \r\nDid you know that it is possible to send business proposal   lawfully? \r\nWe put a new way of sending letter through contact forms. Such forms are located on many sites. \r\nWhen such proposals are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals. \r\nalso, messages sent through feedback Forms do not get into spam because such messages are considered important. \r\nWe offer you to test our service for free. We will send up to 50,000 messages for you. \r\nThe cost of sending one million messages is 49 USD. \r\n \r\nThis offer is created automatically. Please use the contact details below to contact us. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype  live:contactform_18 \r\nWhatsApp - +375259112693', ''),
(43, 1, 7, '1', 'Eddie', ''),
(44, 1, 7, '2', 'DeAngelis', ''),
(45, 1, 7, '3', 'eddi@nav-finance.com', ''),
(46, 1, 7, '4', '(855) 934-6836', ''),
(47, 1, 7, '5', 'Nav Inc.', ''),
(48, 1, 7, '6', 'Your Capital Needs', ''),
(49, 1, 7, '7', 'Lack of funding, shortages in labor, old equipment… that’s just a short list of financial roadblocks you may have faced or are currently facing. That’s where Nav comes in.\r\n\r\nI’m Eddie Deangelis, Head of Finance Operations at Nav. With everything going on globally, I understand that this may be a stressful time for a conversation. That said, if you’d be open to it, I would like to set a time in the future where we can discuss eliminating some of the financial burden from your plates.\r\n\r\nIf you could use a financial partner for a current or upcoming project, let’s chat.\r\n\r\nMay I give you more information?\r\n\r\nThanks,\r\nEddie', ''),
(50, 1, 8, '1', 'Davianymn', ''),
(51, 1, 8, '2', 'Davianymn', ''),
(52, 1, 8, '3', 'da.v.id.ste.yt-.1.9.8.6.@gmail.com', ''),
(53, 1, 8, '4', '(264) 882-5305', ''),
(54, 1, 8, '5', 'google', ''),
(55, 1, 8, '6', 'Web Scraping service - Get the data from any website', ''),
(56, 1, 8, '7', 'Greet \r\nWeb Scraping of websites: catalogs, phone numbers, companies \r\nAutomatic transfer of your supplier\'s product catalog to your online store. \r\nRetrieving data from copy-protected websites, solving captcha and recaptcha. \r\nAnd data processing in CSV, Excel. \r\nExtensive experience in developing and extracting website data. \r\nAutomatic collection from company websites, phone numbers, emails and product catalogs. \r\nAutomate the collection and publication of content on websites. \r\n \r\nI work with web automation and web scraping software \r\nZennoPoster \r\nI do Web Scraping, Data Cleansing, Data Scraping, Data Extraction, Web Crawling. I develop web bots. \r\n \r\n \r\nContacts \r\nrita-semenova-1989@bk.ru \r\nViber/WhatsApp: \r\n+79818525114 \r\nSkype anato27', ''),
(57, 1, 9, '1', 'Danil', ''),
(58, 1, 9, '2', 'Danil', ''),
(59, 1, 9, '3', 'southlife80@mail.ru', ''),
(60, 1, 9, '4', '(506) 573-0672', ''),
(61, 1, 9, '5', 'google', ''),
(62, 1, 9, '6', 'Жизнь на юге', ''),
(63, 1, 9, '7', '<a href=https://south.life/>кубань природа</a>', ''),
(64, 1, 10, '1', 'Roshan', ''),
(65, 1, 10, '2', 'Shrestha', ''),
(66, 1, 10, '3', 'arohanvet@gmail.com', ''),
(67, 1, 10, '4', '(985) 502-0212', ''),
(68, 1, 10, '5', 'Arohan Vet Pharma', ''),
(69, 1, 10, '6', 'Need product information of bacteriophage against Salmonella of poultry.', ''),
(70, 1, 10, '7', 'You are requested to provide us information on bacteriophages for both poultry and aqua so as to proceed further for starting a business cooperation in Nepal. Once we establish the segment we may have mutual contract for expansion into neighboring countries too.', ''),
(71, 1, 11, '1', 'Joyce', ''),
(72, 1, 11, '2', 'Precilla', ''),
(73, 1, 11, '3', 'joyceprecilla25@gmail.com', ''),
(74, 1, 11, '4', '(701) 932-4433', ''),
(75, 1, 11, '5', 'Biotechnology', ''),
(76, 1, 11, '6', 'For the job', ''),
(77, 1, 11, '7', 'Please do let me know if there\'s any requirement for job. \r\nMy highest qualification is Bsc biotechnology', ''),
(78, 1, 12, '1', 'RamReice', ''),
(79, 1, 12, '2', 'RamReice', ''),
(80, 1, 12, '3', 'daccord@cbd-8.com', ''),
(81, 1, 12, '4', '(817) 718-8704', ''),
(82, 1, 12, '5', 'google', ''),
(83, 1, 12, '6', 'tours phenomene harmonious', ''),
(84, 1, 12, '7', 'tablets http://cialis20walmart.com - xylocaine punktu <a href=\"http://cialis20walmart.com\">actigall</a> drag', ''),
(85, 1, 13, '1', 'zqbdplcvn', ''),
(86, 1, 13, '2', 'zqbdplcvn', ''),
(87, 1, 13, '3', 'sportmixer@rambler.ru', ''),
(88, 1, 13, '4', '(677) 355-3187', ''),
(89, 1, 13, '5', 'google', ''),
(90, 1, 13, '6', 'очень интересно но чичего не понятно', ''),
(91, 1, 13, '7', 'ничего такого \r\n_________________ \r\n<a href=\"https://topgameslist.xyz/iddaa-en-iyi-tahmin/\">mackolik canli sonuclar</a>', ''),
(92, 1, 14, '1', 'Осведомляем Вас о том что принят вердикт обеспечить Вам некую сумму. Обезопасьте себя! сиюминутно разбираться с подробностями зайдя на официальную страницу сайта в течение 5 часов.Не пропустите момент! . В случае просрочки Ваш доступ в систему будет заблокирован!Зайти в систему: https://tinyurl.com/appomype NMVV2945224RKKF', ''),
(93, 1, 14, '2', 'Осведомляем Вас о том что принят вердикт обеспечить Вам некую сумму. Обезопасьте себя! сиюминутно разбираться с подробностями зайдя на официальную страницу сайта в течение 5 часов.Не пропустите момент! . В случае просрочки Ваш доступ в систему будет заблокирован!Зайти в систему: https://tinyurl.com/appomype NMVV2945224RKKF', ''),
(94, 1, 14, '3', 'anna.orlova3285cb@mail.ru', ''),
(95, 1, 14, '4', '(012) 707-4570', ''),
(96, 1, 14, '5', 'google', ''),
(97, 1, 14, '6', 'RE:Вы счастливчик', ''),
(98, 1, 14, '7', 'Осведомляем Вас о том что принят вердикт обеспечить Вам некую сумму. Обезопасьте себя! без промедления разбираться с подробностями зайдя на основную страницу платежного сервиса в течение 30 минут.Не пропустите момент!  пока Ваш доступ в систему не заблокирован!Зайти в систему: https://tinyurl.com/appomype NMVV2945224RKKF', ''),
(99, 1, 15, '1', 'MaryJspada', ''),
(100, 1, 15, '2', 'MaryJspada', ''),
(101, 1, 15, '3', 'krisburns38399-mail2@yahoo.com', ''),
(102, 1, 15, '4', '(431) 705-4015', ''),
(103, 1, 15, '5', 'google', ''),
(104, 1, 15, '6', '32 year old discreet bisexual looking for wank or suck buddy no.', ''),
(105, 1, 15, '7', 'It\'s a great new place to get off after dark. But this gay-friendly reputation isnвЂ™t anything new.  https://pornolojizle.info  Sep 29, В В· Find gay barcelona sex videos for free, here on  Our porn search engine delivers the hottest full-length scenes every time. Save  in your bookmarks to discover the .', ''),
(106, 1, 16, '1', 'Dikscot', ''),
(107, 1, 16, '2', 'Dikscot', ''),
(108, 1, 16, '3', 'fah.igor@yandex.ru', ''),
(109, 1, 16, '4', '(618) 575-7164', ''),
(110, 1, 16, '5', 'google', ''),
(111, 1, 16, '6', 'Новый рейтинг казино New online casino rating', ''),
(112, 1, 16, '7', 'https://jakjon.com/\r\n \r\nНовый рейтинг казино онлайн с быстрой моментальной выплатой и супер большой отдачей. \r\nhttps://jakjon.com/\r\n \r\nNew online casino rating with fast instant payouts and super big returns.', ''),
(113, 1, 17, '1', 'Muoi', ''),
(114, 1, 17, '2', 'Treloar', ''),
(115, 1, 17, '3', 'gangagen.com@gangagen.com', ''),
(116, 1, 17, '4', '(514) 913-4085', ''),
(117, 1, 17, '5', 'Muoi Treloar', ''),
(118, 1, 17, '6', 'RE: gangagen.com', ''),
(119, 1, 17, '7', 'RE: gangagen.com / Home - GangaGen INTERNET SITE SERVICES\r\nThis notification RUNS OUT ON: Oct 30, 2020\r\n\r\n\r\nWe have actually not gotten a settlement from you.\r\nWe  have actually attempted to email you but were unable to reach you.\r\n\r\n\r\nPlease See: https://www.electronicdomains.com/gangagen.com\r\n\r\nFor info as well as to process a optional payment for services.\r\n\r\nThank you.\r\n\r\n10302020144906745634524', ''),
(120, 1, 18, '1', 'Joe', ''),
(121, 1, 18, '2', 'Miller', ''),
(122, 1, 18, '3', 'info@domainworld.com', ''),
(123, 1, 18, '4', '(125) 485-9342', ''),
(124, 1, 18, '5', 'O13Y2E', ''),
(125, 1, 18, '6', '844ULM', ''),
(126, 1, 18, '7', 'IMPORTANCE NOTICE\r\n\r\n\r\n\r\nNotice#: 491343\r\n\r\nDate: 2020-11-02    \r\n\r\n\r\n\r\nExpiration message of your gangagen.com\r\n\r\n\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://godomainamended.site/?n=gangagen.com&r=a&t=1604210157&p=v1\r\n\r\n\r\n\r\nThis purchase expiration notification gangagen.com advises you about the submission expiration of domain gangagen.com for your e-book submission. \r\n\r\nThe information in this purchase expiration notification gangagen.com may contains CONFIDENTIAL AND/OR LEGALLY PRIVILEGED INFORMATION from the processing department from the processing department to purchase our e-book submission. NON-COMPLETION of your submission by the given expiration date may result in CANCELLATION of the purchase.\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://godomainamended.site/?n=gangagen.com&r=a&t=1604210157&p=v1\r\n\r\n\r\n\r\nACT IMMEDIATELY. The submission notification gangagen.com for your e-book will EXPIRE WITHIN 2 DAYS after reception of this email\r\n\r\n\r\n\r\nThis notification is intended only for the use of the individual(s) having received this message. \r\n\r\n\r\n\r\nPLEASE CLICK ON SECURE ONLINE PAYMENT TO COMPLETE YOUR PAYMENT\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: http://godomainamended.site/?n=gangagen.com&r=a&t=1604210157&p=v1\r\n\r\n\r\n\r\nNon-completion of your submission by given expiration date may result in cancellation.\r\n\r\n\r\n\r\nAll online services will be restored automatically upon confirmation of payment. Delivery will be completed within 24 hours. \r\n\r\n\r\n\r\nCLICK UNDERNEATH FOR IMMEDIATE PAYMENT:\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: http://godomainamended.site/?n=gangagen.com&r=a&t=1604210157&p=v1', ''),
(127, 1, 19, '1', 'Prakash', ''),
(128, 1, 19, '2', 'sharma', ''),
(129, 1, 19, '3', 'prakash@global-ppe.com', ''),
(130, 1, 19, '4', '(888) 387-2347', ''),
(131, 1, 19, '5', 'global pee', ''),
(132, 1, 19, '6', 'ppe kit', ''),
(133, 1, 19, '7', 'Global-PPE is a mission-based company based out of Reston, Virginia.\r\nWe have successfully served many counties, hospitals, senior homes and rehabilitation facilities around the country and we have provided them with the value they deserve. We have complete safety solutions, including PPE and Non-PPE products and services like masks, gloves, face shields, sanitizer dispensers, etc.\r\nIt would be our pleasure to serve you with any PPE requirements that you might have. Visit us at www.global-ppe.com or email at prakash@global-ppe.com.\r\n\r\nClick here to view the Catalog\r\n\r\nRegards\r\nDr Prakash Sharma\r\nBusiness Development Manager\r\n\r\n\r\n880 Harrison Street, Suite 019,Leesburg, VA 20175', ''),
(134, 1, 20, '1', 'Eric', ''),
(135, 1, 20, '2', 'Jones', ''),
(136, 1, 20, '3', 'ericjonesonline@outlook.com', ''),
(137, 1, 20, '4', '(555) 555-1212', ''),
(138, 1, 20, '5', 'talkwithwebvisitor.com', ''),
(139, 1, 20, '6', 'Instead, congrats', ''),
(140, 1, 20, '7', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gangagen.com', ''),
(141, 1, 21, '1', 'Rajani kanth A V', ''),
(142, 1, 21, '2', 'Rajani', ''),
(143, 1, 21, '3', 'srimelukoteprinters@gmail.com', ''),
(144, 1, 21, '4', '(709) 040-4297', ''),
(145, 1, 21, '5', 'SRI MELUKOTE PRINERS', ''),
(146, 1, 21, '6', 'Printing Services', ''),
(147, 1, 21, '7', 'Dear Sir/madam,\r\n\r\nGood  Evening, \r\nWe are providing  \"Total printing services \" \r\n\r\nAll Type of \" Danglers\"\r\n\r\nSpecialist In :\r\nAquas Matt CoatingVarnish UV CoatingBlister CoatingUV Spot CoatingEmbossing Coating Texture UV CoatingFull UV CoatingDrip Of CoatingAquas Glossy Coating\r\n\r\nSEAL: \r\n Rubber Seal\r\n Self ink Seal\r\n Colops seal Common Seal\r\n\r\n Printing :Offset print\r\nDigital Print  ( 100% purely Digital )\r\nOffset Multiple Colour colour printScreen Printing\r\n\r\nAll type of Screen printing\r\nCoffee mug, T shirt  & flat file & spring file also\r\nAll type screen printing on bags\r\n\r\n\r\nPrinting Specialist :\r\nVisiting card\r\nBill Book/Dc book\r\nCompany  Profile \r\nPamphlet \r\nLeaflets\r\nCertificate \r\nPosters \r\nLetterheads ( Corporate Level )\r\nOff punch ,half round punch, square punch\r\nScreezing\r\nFolding\r\nSticker  normal type\r\nSticker NonTerable\r\nLogo Emblems \r\nId card Lanyard or YoYoBrochuresFoldersEnvelope CoverCalendarsVouchersNote PadsInvitations Menu cardsCatalogsApplicationsAttendance Books BookletsFile PrintingCarry BagTag PrintingPen PrintingNotebooks DiaryProgress CardMarks Cards\r\nCOLOUR FILLING:\r\nsilver foiling\r\nGold foiling\r\nAll types of colour foiling on sticker  & others.\r\nColour foiling on different types of Medicine & other boxes\r\n\r\nBINDING:\r\nRapper Binding \r\nStip Binding  ( Marble Binding )\r\n\r\nCALICO BINDING:\r\nEnglish calico binding\r\nFull or Half calico\r\nIndian calico binding\r\n\r\nEngravy  Design  Acrylic, sun board & Relative works\r\n\r\nALL TYPES OF COTTON FLEX BANNER \r\n\r\nDIFFERENT BOARD:\r\nSun board with Eco vinyl \r\nSun board with Eco vinyl with Lamination\r\nAll type of Standees\r\nEssential Sandees ( Guest welcome boards )\r\nSun pack\r\nFORM X board as per Factory Act\r\n\r\nNOTE:\r\nGood Quality, Good Service\r\nIn time Delivery  to your Office or your  Place.\r\n Thanks & Regards\r\n\r\nRajanikanth A V \r\nSRI MELUKOTE PRINTERS\r\n# 23, Ground Floor, 8th \'A\' Cross,\r\nBanashankari complex,\r\nOpp. Indian Overseas Bank,\r\nKanaka Nagara, V Nagenahalli, \r\nSultanpalya Main Road,  Bangalore-560 032.\r\nE-mail: srimelukoteprinters@gmail.com\r\nMob : +91  7090404297', ''),
(148, 1, 22, '1', 'Eric', ''),
(149, 1, 22, '2', 'Jones', ''),
(150, 1, 22, '3', 'ericjonesonline@outlook.com', ''),
(151, 1, 22, '4', '(555) 555-1212', ''),
(152, 1, 22, '5', 'talkwithwebvisitor.com', ''),
(153, 1, 22, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(154, 1, 22, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://www.talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(155, 1, 23, '1', 'Lena', ''),
(156, 1, 23, '2', 'Lena', ''),
(157, 1, 23, '3', 'alphonzoprgx1@gmx.com', ''),
(158, 1, 23, '4', '(481) 170-5572', ''),
(159, 1, 23, '5', 'google', ''),
(160, 1, 23, '6', 'We will post data about your company in the business directory for free.', ''),
(161, 1, 23, '7', 'Hello dear colleagues, we offer to place free of charge data about your company in the online business directory \"All business in the World.\" \r\nTo do this, you need just to leave the application on our website and our managers will contact you at time which is convenient for you \r\nto refine the details. Accommodation in our reference book - these are thousands of new potential customers and partners. \r\nYou will need exactly one minute to leave an application: \r\nhttps://bit.ly/35DzW5G \r\nSuccess in business!', ''),
(162, 1, 24, '1', 'Naveen', ''),
(163, 1, 24, '2', 'Shiva', ''),
(164, 1, 24, '3', 'gsnaveen13@gmail.com', ''),
(165, 1, 24, '4', '(091) 132-5893', ''),
(166, 1, 24, '5', 'Awesomepix', ''),
(167, 1, 24, '6', 'Seeking for job', ''),
(168, 1, 24, '7', 'Hi I am Naveena GS\r\nI am interested in working with your company\r\nI am a Bsc (CZBt) graduate ...\r\nPlease call', ''),
(169, 1, 25, '1', 'Joe', ''),
(170, 1, 25, '2', 'Miller', ''),
(171, 1, 25, '3', 'info@domainworld.com', ''),
(172, 1, 25, '4', '(125) 485-9342', ''),
(173, 1, 25, '5', 'R34YA5J49', ''),
(174, 1, 25, '6', 'JCZE6F1KN', ''),
(175, 1, 25, '7', 'IMPORTANCE NOTICE\r\n\r\n\r\n\r\nNotice#: 491343\r\n\r\nDate: 2020-11-19    \r\n\r\n\r\n\r\nExpiration message of your gangagen.com\r\n\r\n\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://pobitxjr.xyz/?n=gangagen.com&r=a&t=1605762882&p=v1\r\n\r\n\r\n\r\nThis purchase expiration notification gangagen.com advises you about the submission expiration of domain gangagen.com for your e-book submission. \r\n\r\nThe information in this purchase expiration notification gangagen.com may contains CONFIDENTIAL AND/OR LEGALLY PRIVILEGED INFORMATION from the processing department from the processing department to purchase our e-book submission. NON-COMPLETION of your submission by the given expiration date may result in CANCELLATION of the purchase.\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://pobitxjr.xyz/?n=gangagen.com&r=a&t=1605762882&p=v1\r\n\r\n\r\n\r\nACT IMMEDIATELY. The submission notification gangagen.com for your e-book will EXPIRE WITHIN 2 DAYS after reception of this email\r\n\r\n\r\n\r\nThis notification is intended only for the use of the individual(s) having received this message. \r\n\r\n\r\n\r\nPLEASE CLICK ON SECURE ONLINE PAYMENT TO COMPLETE YOUR PAYMENT\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: http://pobitxjr.xyz/?n=gangagen.com&r=a&t=1605762882&p=v1\r\n\r\n\r\n\r\nNon-completion of your submission by given expiration date may result in cancellation.\r\n\r\n\r\n\r\nAll online services will be restored automatically upon confirmation of payment. Delivery will be completed within 24 hours. \r\n\r\n\r\n\r\nCLICK UNDERNEATH FOR IMMEDIATE PAYMENT:\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: http://pobitxjr.xyz/?n=gangagen.com&r=a&t=1605762882&p=v1', ''),
(176, 1, 26, '1', 'Joe', ''),
(177, 1, 26, '2', 'Miller', ''),
(178, 1, 26, '3', 'info@domainworld.com', ''),
(179, 1, 26, '4', '(125) 485-9342', ''),
(180, 1, 26, '5', '6LU3VH1', ''),
(181, 1, 26, '6', 'VJFG0AK', ''),
(182, 1, 26, '7', 'IMPORTANCE NOTICE\r\n\r\n\r\n\r\nNotice#: 491343\r\n\r\nDate: 2020-11-20    \r\n\r\n\r\n\r\nExpiration message of your gangagen.com\r\n\r\n\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://chifandeal.top/?n=gangagen.com&r=a&t=1605789939&p=v1\r\n\r\n\r\n\r\nThis purchase expiration notification gangagen.com advises you about the submission expiration of domain gangagen.com for your e-book submission. \r\n\r\nThe information in this purchase expiration notification gangagen.com may contains CONFIDENTIAL AND/OR LEGALLY PRIVILEGED INFORMATION from the processing department from the processing department to purchase our e-book submission. NON-COMPLETION of your submission by the given expiration date may result in CANCELLATION of the purchase.\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://chifandeal.top/?n=gangagen.com&r=a&t=1605789939&p=v1\r\n\r\n\r\n\r\nACT IMMEDIATELY. The submission notification gangagen.com for your e-book will EXPIRE WITHIN 2 DAYS after reception of this email\r\n\r\n\r\n\r\nThis notification is intended only for the use of the individual(s) having received this message. \r\n\r\n\r\n\r\nPLEASE CLICK ON SECURE ONLINE PAYMENT TO COMPLETE YOUR PAYMENT\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: http://chifandeal.top/?n=gangagen.com&r=a&t=1605789939&p=v1\r\n\r\n\r\n\r\nNon-completion of your submission by given expiration date may result in cancellation.\r\n\r\n\r\n\r\nAll online services will be restored automatically upon confirmation of payment. Delivery will be completed within 24 hours. \r\n\r\n\r\n\r\nCLICK UNDERNEATH FOR IMMEDIATE PAYMENT:\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: http://chifandeal.top/?n=gangagen.com&r=a&t=1605789939&p=v1', ''),
(183, 1, 27, '1', 'wmjtnknwo', ''),
(184, 1, 27, '2', 'wmjtnknwo', ''),
(185, 1, 27, '3', 'trsporti@rambler.ru', ''),
(186, 1, 27, '4', '(051) 353-7556', ''),
(187, 1, 27, '5', 'google', ''),
(188, 1, 27, '6', 'Довольно интересно', ''),
(189, 1, 27, '7', 'Интересная новость \r\n_________________ \r\n<a href=\"https://tr.playrealmoneygame.xyz/1930\">jojobet iddia </a>', ''),
(190, 1, 28, '1', 'shubhada', ''),
(191, 1, 28, '2', 'MANE', ''),
(192, 1, 28, '3', 'shubhada@patronenterprises.in', ''),
(193, 1, 28, '4', '(088) 308-8641', ''),
(194, 1, 28, '5', 'patron enterprises', ''),
(195, 1, 28, '6', 'business inquiry for Tata tele business services - INTERNET  LEASE LINE', ''),
(196, 1, 28, '7', 'Dear Sir,\r\nGreetings from Tata Tele Business services!!\r\n\r\n \r\n\r\nWe thank you for giving us an opportunity to propose you our Internet Leased Line solution for your connectivity & business needs.\r\n\r\nThis is our comprehensive connectivity solution which is aimed to help you achieve improved productivity & efficiency.\r\n\r\n \r\n\r\nWe at Authorized channel Partners of Tata Tele business services have been successfully meeting our customer requirements courtesy our unparalleled network, solutions that best suit our client needs and superior service.\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\nGET INTERNET LEASED LINE\r\n\r\n \r\n\r\n \r\n\r\nExclusive high-speed\r\n\r\ninternet connectivity\r\n\r\nTATA TELE BUSINESS SERVICES\r\n\r\nYour business requires reliable connectivity for communication and transactions over the internet. Our Internet Leased Line (ILL) service empowers you with dedicated bandwidth, high-speed connectivity for high performance business operations.\r\n\r\n \r\n\r\n\r\n\r\nEnhanced   interactions\r\n\r\nEND-TO-END\r\nSERVICE LEVEL\r\nAGREEMENT\r\n\r\nFor latency, uptime\r\nand packet loss\r\n\r\nEnhanced   interactions\r\n\r\nPROTECTION\r\nAGAINST INTERNET\r\nATTACKS\r\n\r\nAnti-virus/ Anti-spam/\r\nIPS compliance\r\n\r\nEnhanced   interactions\r\n\r\nSYMMETRIC\r\nBANDWIDTH\r\n\r\nUnified upload and\r\ndownload speed\r\n\r\n\r\n \r\n\r\nShubhada Mane\r\n\r\nMob.: 8830886412 | Email: shubhada@patronenterprises.ina\r\n\r\n\r\nyoutube linklinkedin linkslideshare linktwitter linkinstagram link\r\n\r\nTATA TELE BUSINESS SERVICES\r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\nWould you like to know more about this amazing solution?\r\n\r\nI would love to schedule a quick discussion to understand how we can help your operations.\r\n\r\n \r\n\r\nI appreciate the time you took to read this message this far and hope to connect with you soon.\r\n\r\n \r\n\r\nThank you once again & Take care.\r\n\r\n \r\n\r\nShubhada Mane\r\n\r\nBusiness Partner ‑ SME Partner Sales\r\n\r\n ‑ \r\n\r\nEnterprise\r\n\r\n \r\n\r\n \r\n\r\nM: (91) 8830 88 6412\r\n\r\n | \r\n\r\nE: Shubhada.Mane01.PATRON@tatatel.co.in\r\n\r\n | \r\n\r\nW: www.tatatelebusiness.com\r\n\r\nTata Teleservices Ltd, \r\n\r\nAl‑Aqmar Building, 5‑ Ganeshkhind Road,Shivaji Nagar\r\n\r\n, \r\n\r\nPUNE\r\n\r\n, \r\n\r\nMaharashtra\r\n\r\n, \r\n\r\n411005\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis email is governed by the Disclaimer Terms of Tata Teleservices which may be viewed at https://www.tatateleservices.com/en-in/edisclaimer', ''),
(197, 1, 29, '1', 'Joe', ''),
(198, 1, 29, '2', 'Miller', ''),
(199, 1, 29, '3', 'info@domainworld.com', ''),
(200, 1, 29, '4', '(125) 485-9342', ''),
(201, 1, 29, '5', 'M5XJV7S4', ''),
(202, 1, 29, '6', 'IVWCU6F3', ''),
(203, 1, 29, '7', 'IMPORTANCE NOTICE\r\n\r\n\r\n\r\nNotice#: 491343\r\n\r\nDate: 2020-11-28    \r\n\r\n\r\n\r\nExpiration message of your gangagen.com\r\n\r\n\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domainsafenow.com/?n=gangagen.com&r=a&t=1606492750&p=v1\r\n\r\n\r\n\r\nThis purchase expiration notification gangagen.com advises you about the submission expiration of domain gangagen.com for your e-book submission. \r\n\r\nThe information in this purchase expiration notification gangagen.com may contains CONFIDENTIAL AND/OR LEGALLY PRIVILEGED INFORMATION from the processing department from the processing department to purchase our e-book submission. NON-COMPLETION of your submission by the given expiration date may result in CANCELLATION of the purchase.\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domainsafenow.com/?n=gangagen.com&r=a&t=1606492750&p=v1\r\n\r\n\r\n\r\nACT IMMEDIATELY. The submission notification gangagen.com for your e-book will EXPIRE WITHIN 2 DAYS after reception of this email\r\n\r\n\r\n\r\nThis notification is intended only for the use of the individual(s) having received this message. \r\n\r\n\r\n\r\nPLEASE CLICK ON SECURE ONLINE PAYMENT TO COMPLETE YOUR PAYMENT\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: https://domainsafenow.com/?n=gangagen.com&r=a&t=1606492750&p=v1\r\n\r\n\r\n\r\nNon-completion of your submission by given expiration date may result in cancellation.\r\n\r\n\r\n\r\nAll online services will be restored automatically upon confirmation of payment. Delivery will be completed within 24 hours. \r\n\r\n\r\n\r\nCLICK UNDERNEATH FOR IMMEDIATE PAYMENT:\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: https://domainsafenow.com/?n=gangagen.com&r=a&t=1606492750&p=v1', ''),
(204, 1, 30, '1', 'GeorgeTam', ''),
(205, 1, 30, '2', 'GeorgeTam', ''),
(206, 1, 30, '3', 'umpashasheverdin19875851xh+qajl@mail.ru', ''),
(207, 1, 30, '4', '(152) 707-6101', ''),
(208, 1, 30, '5', 'google', ''),
(209, 1, 30, '6', 'Opvfdojbdicjsivjjicjsisj ivdjfisjfisdvi jidshsguivshdfisafouvgsd hifhsadifhsduoghsdoigfu goifjvsdovgfsdjcgfasdougsidu idhsovasjickfhsdguvshdoi https://mail.ru/?jfjdhsdjdghejlkajdfsoutefidsjjdvgggg', ''),
(210, 1, 30, '7', 'Opvfdojbdicjsivjjicjsisj ivdjfisjfisdvi jidshsguivshdfisafouvgsd hifhsadifhsduoghsdoigfu goifjvsdovgfsdjcgfasdougsidu idhsovasjickfhsdguvshdoi https://mail.ru/?jfjdhsdjdghejlkajdfsoutefidsjjdvgggg', ''),
(211, 1, 31, '1', 'Eric', ''),
(212, 1, 31, '2', 'Jones', ''),
(213, 1, 31, '3', 'ericjonesonline@outlook.com', ''),
(214, 1, 31, '4', '(555) 555-1212', ''),
(215, 1, 31, '5', 'talkwithwebvisitor.com', ''),
(216, 1, 31, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(217, 1, 31, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://www.talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(218, 1, 32, '1', 'Joe', ''),
(219, 1, 32, '2', 'Miller', ''),
(220, 1, 32, '3', 'info@domainworld.com', ''),
(221, 1, 32, '4', '(125) 485-9342', ''),
(222, 1, 32, '5', 'HPUEC73G', ''),
(223, 1, 32, '6', 'VWHJUQF2', ''),
(224, 1, 32, '7', 'IMPORTANCE NOTICE\r\n\r\nNotice#: 491343\r\nDate: 2020-12-05    \r\n\r\nExpiration message of your gangagen.com\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://yourdomainchemical.xyz/?n=gangagen.com&r=a&t=1607093824&p=v1\r\n\r\nThis purchase expiration notification gangagen.com advises you about the submission expiration of domain gangagen.com for your e-book submission. \r\nThe information in this purchase expiration notification gangagen.com may contains CONFIDENTIAL AND/OR LEGALLY PRIVILEGED INFORMATION from the processing department from the processing department to purchase our e-book submission. NON-COMPLETION of your submission by the given expiration date may result in CANCELLATION of the purchase.\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://yourdomainchemical.xyz/?n=gangagen.com&r=a&t=1607093824&p=v1\r\n\r\nACT IMMEDIATELY. The submission notification gangagen.com for your e-book will EXPIRE WITHIN 2 DAYS after reception of this email\r\n\r\nThis notification is intended only for the use of the individual(s) having received this message. \r\n\r\nPLEASE CLICK ON SECURE ONLINE PAYMENT TO COMPLETE YOUR PAYMENT\r\n\r\nSECURE ONLINE PAYMENT: http://yourdomainchemical.xyz/?n=gangagen.com&r=a&t=1607093824&p=v1\r\n\r\nNon-completion of your submission by given expiration date may result in cancellation.\r\n\r\nAll online services will be restored automatically upon confirmation of payment. Delivery will be completed within 24 hours. \r\n\r\nCLICK UNDERNEATH FOR IMMEDIATE PAYMENT:\r\n\r\nSECURE ONLINE PAYMENT: http://yourdomainchemical.xyz/?n=gangagen.com&r=a&t=1607093824&p=v1', ''),
(225, 1, 33, '1', 'Aishwarya P', ''),
(226, 1, 33, '2', 'Jain', ''),
(227, 1, 33, '3', 'aaishwaryapjain96@gmail.com', ''),
(228, 1, 33, '4', '(807) 373-9874', ''),
(229, 1, 33, '5', 'graduate', ''),
(230, 1, 33, '6', 'looking for a JOB', ''),
(231, 1, 33, '7', 'I have completed my MSC biotechnology in bangalore 2020..could u please get me a Job?', ''),
(232, 1, 34, '1', 'Liny', ''),
(233, 1, 34, '2', 'P', ''),
(234, 1, 34, '3', 'liny@acharya.ac.in', ''),
(235, 1, 34, '4', '(990) 189-0513', ''),
(236, 1, 34, '5', 'Acharya Institute of Technologies', ''),
(237, 1, 34, '6', 'Internship opportunities', ''),
(238, 1, 34, '7', 'Sir/ Madam,\r\n\r\n\r\nIs there any internship opportunities for final year B.E ( Biotechnology) students. \r\nAs the internship of one month is compulsory for the final year students. Kindly confirm in this regard.\r\n\r\nThanking  You,\r\n\r\nLiny.P\r\nAssistant Professor\r\nBiotechnology\r\nAcharya Institute of Technology, Bangalore', ''),
(239, 1, 35, '1', 'Divya', ''),
(240, 1, 35, '2', 'Arora', ''),
(241, 1, 35, '3', 'divya.arora2@evalueserve.com', ''),
(242, 1, 35, '4', '(842) 780-7476', ''),
(243, 1, 35, '5', 'Evalueserve.com', ''),
(244, 1, 35, '6', 'Potential Partnership Opportunity', ''),
(245, 1, 35, '7', 'Hi Team,\r\n\r\nThis is regarding a potential partnership opportunity with a FMCG client, ranked under the list of Fortune 500 companies, to collaborate for bacteriophage technology, applied in personal care space such as topical formulations including skin care, skin cleansing, beauty/ cosmetic, and therapeutic formulations for treating skin conditions such as eczema, dermatitis, oral care formulations (non-ingestible), and home care space such as hard surface care/ cleaning, dishwashing, toilet care, laundry etc..\r\n\r\nWe are also looking for CRO or CMO services in the domain.\r\n\r\nPlease let us know if you have the capabilities. We can discuss the same in detail over a call.\r\n\r\nBest Regards,\r\nDivya Arora\r\nSenior Business Analyst\r\nEvalueserve.com', ''),
(246, 1, 36, '1', 'NattAfteftdup', ''),
(247, 1, 36, '2', 'NattAfteftdup', ''),
(248, 1, 36, '3', 'lebedevaelena248624@gmail.com', ''),
(249, 1, 36, '4', '(445) 845-3036', ''),
(250, 1, 36, '5', 'google', ''),
(251, 1, 36, '6', 'игровой автомат dragon slot', ''),
(252, 1, 36, '7', '<a href=http://motina.ru/vulkan/realno-viigrat-igrovie-avtomati-onlayn.html>реально выиграть игровые автоматы онлайн</a> <a href=http://motina.ru/vulkan/igrovie-avtomati-igrat-besplatno-rokki.html>игровые автоматы играть бесплатно рокки</a> <a href=http://motina.ru/bez-registratsii/igrovie-avtomati-narkoticheskie-preparati.html>игровые автоматы наркотические препараты</a> <a href=http://motina.ru/bez-registratsii/skachat-igrovie-avtomati-garazhi-na-nokiyu.html>скачать игровые автоматы гаражи на нокию</a> <a href=http://motina.ru/bez-registratsii/igrovie-avtomati-s-depozitom-ot-1-kopeyki.html>игровые автоматы с депозитом от 1 копейки</a> <a href=http://motina.ru/bez-registratsii/skachat-igrovie-avtomati-besplatno-gnomov.html>скачать игровые автоматы бесплатно гномов</a> <a href=http://motina.ru/igrovie-avtomati/igrovie-avtomati-kater-igrat-besplatno.html>игровые автоматы катер играть бесплатно</a> <a href=http://motina.ru/igrovie-avtomati/igrat-onlayn-igrovoy-avtomat-ledi-sharm.html>играть онлайн игровой автомат леди шарм</a> <a href=http://motina.ru/bez-registratsii/dolphin-pearl-opisanie-igrovogo-avtomata.html>dolphin pearl описание игрового автомата</a> <a href=http://motina.ru/vulkan/realno-viigrat-v-igrovoy-avtomat-onlayn.html>реально выиграть в игровой автомат онлайн</a> <a href=http://motina.ru/igrovie-avtomati/emulyatori-igrovih-avtomatov-i-igri-k-nim.html>эмуляторы игровых автоматов и игры к ним</a> <a href=http://motina.ru/igrovie-avtomati/kak-skachat-igrovie-avtomati-na-smartfon.html>как скачать игровые автоматы на смартфон</a> <a href=http://motina.ru/vulkan/igrovie-avtomati-ya888ya-igrat-besplatno.html>игровые автоматы ya888ya играть бесплатно</a> <a href=http://motina.ru/bez-registratsii/igrovie-avtomati-bez-regestratsii-onlayn.html>игровые автоматы без регестрации онлайн</a> <a href=http://motina.ru/igrovie-avtomati/vakansii-kassira-igrovih-avtomatov-minsk.html>вакансии кассира игровых автоматов минск</a> <a href=http://motina.ru/vulkan/igrovie-avtomati-v-barnaule-gde-poigrat.html>игровые автоматы в барнауле где поиграть</a> <a href=http://motina.ru/igrovie-avtomati/rambler-igrovie-avtomati-igrat-besplatno.html>рамблер игровые автоматы играть бесплатно</a> <a href=http://motina.ru/igrovie-avtomati/besplatno-igrat-igrovie-avtomati-tyurma.html>бесплатно играть игровые автоматы тюрьма</a> <a href=http://motina.ru/igrovie-avtomati/igrovie-avtomati-bez-registratsii-pomidor.html>игровые автоматы без регистрации помидор</a> <a href=http://motina.ru/igrovie-avtomati/kak-nazivaetsya-igrovie-avtomati-s-sharikom.html>как называется игровые автоматы с шариком</a>  \r\n \r\n \r\n \r\n \r\nhttp://globalcompany.ru/sitemap.xml \r\nhttp://goopack.ru/sitemap.xml \r\nhttp://hrcinc.ru/sitemap.xml \r\nhttp://ipc-610.ru/sitemap.xml \r\nhttp://izborsk-info.ru/sitemap.xml \r\nhttp://play23.ru/sitemap.xml \r\nhttp://uut-dom.ru/sitemap.xml \r\nhttp://triptrick.ru/sitemap.xml \r\nhttp://torm84.ru/sitemap.xml \r\nhttp://tonightshow.ru/sitemap.xml \r\nhttp://stockie.ru/sitemap.xml \r\nhttp://elegantlogic.ru/sitemap.xml \r\nhttp://crm2019.ru/sitemap.xml \r\nhttp://arctic-gaz.ru/sitemap.xml \r\nhttp://artkray.ru/sitemap.xml \r\nhttp://crypto-browser.ru/sitemap.xml', ''),
(253, 1, 37, '1', 'Robertanync', ''),
(254, 1, 37, '2', 'Robertanync', ''),
(255, 1, 37, '3', 'testertester003@aol.com', ''),
(256, 1, 37, '4', '(857) 804-4713', ''),
(257, 1, 37, '5', 'google', ''),
(258, 1, 37, '6', 'Looking for hook up with a stranger! Ready for any experiments!', ''),
(259, 1, 37, '7', 'We have collected the best porn pics and combined them into naughty categories that arouse the greatest interest among lovers of passionate sex. \r\nHere you can find everything your heart desires: from hard sex in nature and ending with crazy group fuck. \r\nhttp://freeurlredirect.com/42woq \r\nLooking at erotic pictures of charming slender brunettes, blondes with gorgeous tits, handsome guys with big boners or mature males, it is impossible not to get horny. \r\nProfessional porn actors and just lovers of good fucking, in order to calm their lust and experience an orgasm, with all their passion they have hot sex, which results in excellent quality photos. \r\nhttp://xsle.net/3zhmy \r\nLustful chicks not only with appetite take the strong trunks of their excited males by the cheeks, but also gladly expose their narrow slits for hard penetration. \r\nGuys just love blowjob and enjoy masturbation. \r\nhttps://ecuadortenisclub.com/3xhkr', ''),
(260, 1, 38, '1', 'HowardThunk', ''),
(261, 1, 38, '2', 'HowardThunk', ''),
(262, 1, 38, '3', 'nemesisveil@yahoo.com', ''),
(263, 1, 38, '4', '(086) 225-2224', ''),
(264, 1, 38, '5', 'google', ''),
(265, 1, 38, '6', 'I’m completely naked. Wanna see the photo? My nickname is Frutty on the site', ''),
(266, 1, 38, '7', 'A wonderful collection of erotic photos of female charms at home, sent or taken from the Internet, these amateur pictures of ordinary girls have already conquered many men. \r\nhttps://darknesstr.com/3wcpl \r\nIn the summer on the street you meet a lot of beautiful, slender, young females and a strong desire wakes up to see them naked or at least look under their skirts, it seems that most healthy men experience this. \r\nhttps://ecuadortenisclub.com/3x79j', ''),
(267, 1, 39, '1', 'Kennyunsor', ''),
(268, 1, 39, '2', 'Kennyunsor', ''),
(269, 1, 39, '3', 'ventura99712335@yahoo.com', ''),
(270, 1, 39, '4', '(868) 204-3621', ''),
(271, 1, 39, '5', 'google', ''),
(272, 1, 39, '6', 'Already wet from dirty thoughts bout you. Click the link and get my phone number', ''),
(273, 1, 39, '7', 'If you have been looking for a long time where you can see pictures of naked depraved girls online, completely free of charge, then you have come to the right place. \r\nWe have selected the best high quality porn pictures that you can view on your phone or PC at any time. \r\nhttps://onlineuniversalwork.com/40l15 \r\nIncredibly hot erotic photos with gentle blondes and burning brunettes who most of all love sex are presented on our website. \r\nMature women and very young girls with working mouths and sensitive holes are waiting for you. \r\nThey are happy to indulge in unforgettable debauchery for free. \r\nhttps://slimex365.com/3zs0r', ''),
(274, 1, 40, '1', 'Dustinpeaft', ''),
(275, 1, 40, '2', 'Dustinpeaft', ''),
(276, 1, 40, '3', 'sy_young@yahoo.com', ''),
(277, 1, 40, '4', '(671) 642-5317', ''),
(278, 1, 40, '5', 'google', ''),
(279, 1, 40, '6', 'Looking for serious relations? Only here real single girls are ready to mingle', ''),
(280, 1, 40, '7', 'Sexy girls prefer to pose at home and try to please their boyfriends completely. \r\nHomemade erotic photos with gorgeous coquettes in attractive panties or without them can be found only here, and you will really like it. \r\nhttps://slimex365.com/3zs6t \r\nHome photos of naked wives will appeal to everyone, because only passionate beauties take part in hot photosets. \r\nYou should always remember about home photos of blondes who delicately demonstrate a full set of charms and rub their wet pussies. \r\nhttp://freeurlredirect.com/42m4k', ''),
(281, 1, 41, '1', 'Marvinscugh', ''),
(282, 1, 41, '2', 'Marvinscugh', ''),
(283, 1, 41, '3', 'yomike6705@aim.com', ''),
(284, 1, 41, '4', '(278) 401-7762', ''),
(285, 1, 41, '5', 'google', ''),
(286, 1, 41, '6', 'Wanna relax after a long day. Let’s chat! Visit the site', ''),
(287, 1, 41, '7', 'Only on our website are 100% real private photos added by our users from all over the world! \r\nThat is why the database of amateur photographs is updated on the site every day. \r\nhttps://darknesstr.com/3wcvq \r\nWe declare with confidence that our free private photo with girls is in the highest demand. \r\nhttps://ecuadortenisclub.com/3x7fw', ''),
(288, 1, 42, '1', 'Haroldadvex', ''),
(289, 1, 42, '2', 'Haroldadvex', ''),
(290, 1, 42, '3', 'bobkja2003@yahoo.com', ''),
(291, 1, 42, '4', '(357) 065-7583', ''),
(292, 1, 42, '5', 'google', ''),
(293, 1, 42, '6', 'Just bought sexy underwear. Wanna see? Visit the site', ''),
(294, 1, 42, '7', 'Our site - These are high-quality porn photos with naked girls. \r\nWho show candid photos of their pussies, big asses, boobs and more. \r\nYou can watch all content for free, not only through a computer, but also through a tablet and on Android and IOs devices. \r\nhttps://onlineuniversalwork.com/40kyz \r\nThe site has a lot of photos of naked girls who are not shy about showing all their charms. \r\nThe site has many categories: young girls, photos with matures, moms, girls with penises, gangbang, vkontakte porn, porn parties and many others. \r\nhttp://freeurlredirect.com/42lw2', ''),
(295, 1, 43, '1', 'RichardAmede', ''),
(296, 1, 43, '2', 'RichardAmede', ''),
(297, 1, 43, '3', 'tx_cowgirl_0213@yahoo.com', ''),
(298, 1, 43, '4', '(787) 585-1011', ''),
(299, 1, 43, '5', 'google', ''),
(300, 1, 43, '6', 'I was a really bad girl. Punish me with your dick in my mouth', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(301, 1, 43, '7', 'Erotic photos, naked girls, intimate photos. \r\nhttps://jtbtigers.com/3x4qq \r\nIn any of the sections of our site you will find seductive and sexy erotic photos that will give you a lot of pleasant pleasures. \r\nhttps://ecuadortenisclub.com/3x7fi', ''),
(302, 1, 44, '1', 'Arpita', ''),
(303, 1, 44, '2', 'Singh', ''),
(304, 1, 44, '3', 'arpita.singh11@yahoo.com', ''),
(305, 1, 44, '4', '(840) 486-4711', ''),
(306, 1, 44, '5', 'Dy Patil university', ''),
(307, 1, 44, '6', 'Dissertation project', ''),
(308, 1, 44, '7', 'I want to enquire about 6 months dissertation project in your company', ''),
(309, 1, 45, '1', 'Samantha', ''),
(310, 1, 45, '2', 'Milan', ''),
(311, 1, 45, '3', 'samantha.milan@chatservicedirect.com', ''),
(312, 1, 45, '4', '(413) 565-9937', ''),
(313, 1, 45, '5', 'Chat Software Division, Tyipe LLC', ''),
(314, 1, 45, '6', 'Live chat on your website', ''),
(315, 1, 45, '7', 'Hi there,\r\n\r\nI am looking to get in touch with someone that works with your marketing or support team. My name is Samantha, and I help clients install/replace live chat software on their websites.\r\n\r\nIf you or someone on your team might be interested, we perform live weekly webinars to demo our product and encourage anyone to attend a 30-min session. Our live chat comes with a 30 day money-back guarantee, so you can fully experiment to see how it impacts sales or support interactions with your customers on gangagen.com.\r\n\r\nWould you like me to send you more information? I appreciate your time!\r\n\r\nSamantha Milan\r\nChat Service Division, Tyipe LLC\r\n500 Westover Drive, #15391\r\nSanford, NC 27330\r\n\r\nIf you\'re not interested, feel free to opt out here http://esendroute.com/remove?q=gangagen.com&i=14', ''),
(316, 1, 46, '1', 'Jasmine', ''),
(317, 1, 46, '2', 'Ruth', ''),
(318, 1, 46, '3', 'jasmineruth.anto@gmail.com', ''),
(319, 1, 46, '4', '(733) 924-9785', ''),
(320, 1, 46, '5', 'M.Tech Biotechnology', ''),
(321, 1, 46, '6', 'Reg- Job Application', ''),
(322, 1, 46, '7', 'I am looking for a job. I have completed Master\'s in Biotechnology. I have 3 years of Research experience.', ''),
(323, 1, 47, '1', 'ForexPemy', ''),
(324, 1, 47, '2', 'ForexPemy', ''),
(325, 1, 47, '3', 'eugene@forexsu.com', ''),
(326, 1, 47, '4', '(733) 150-3082', ''),
(327, 1, 47, '5', 'google', ''),
(328, 1, 47, '6', 'Micro accounts forex', ''),
(329, 1, 47, '7', 'Интернетті онлайн сатып алыңыз. https://kz.forex-is.com', ''),
(330, 1, 48, '1', 'Eric', ''),
(331, 1, 48, '2', 'Jones', ''),
(332, 1, 48, '3', 'ericjonesonline@outlook.com', ''),
(333, 1, 48, '4', '(555) 555-1212', ''),
(334, 1, 48, '5', 'talkwithwebvisitor.com', ''),
(335, 1, 48, '6', 'Strike when the iron’s hot', ''),
(336, 1, 48, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(337, 1, 49, '1', 'Thomasquatt', ''),
(338, 1, 49, '2', 'Thomasquatt', ''),
(339, 1, 49, '3', 'randysesia@ggmaail.com', ''),
(340, 1, 49, '4', '(542) 203-2170', ''),
(341, 1, 49, '5', 'google', ''),
(342, 1, 49, '6', 'Bitcoin Is Making People Rich And you can Become The Next Millionaire...', ''),
(343, 1, 49, '7', 'I finally know what it\'s like to live the dream. \r\n \r\nI no longer feel like I\'m on the outside looking in while everyone else has all the fun. \r\n \r\n>>>>>>>>>>     http://dlibrary.mediu.edu.my/cgi-bin/koha/tracklinks.pl?uri=https://vk.cc%2FbWfgn3%3F37459-EURO-am-Tag/   <<<<<<<<<<< \r\n \r\nThe Bitcoin Superstar has allowed me to retire early and live the 1% lifestyle \r\n \r\nNow my passive income is $ 15,000 per week ... \r\n \r\n>>>>>>>>>>     http://xn--80aacb2afax4akkdjeh.xn--p1ai/bitrix/rk.php?goto=https%3A%2F%2Fvk.cc%2FbWfgn3%3F37459-EURO-am-Tag   <<<<<<<<<<<', ''),
(344, 1, 50, '1', 'CarolPat', ''),
(345, 1, 50, '2', 'CarolPat', ''),
(346, 1, 50, '3', 'miraclesreport@gmail.com', ''),
(347, 1, 50, '4', '(014) 150-8410', ''),
(348, 1, 50, '5', 'google', ''),
(349, 1, 50, '6', 'Start An Online Dropshipping Business today - preloaded with 12,000 hot selling products-Work From Home Online', ''),
(350, 1, 50, '7', 'Dropshipping business is a method of retail where the store owner never physically holds the products it sells.... You don’t need upfront investments to get the products that you sells.                            Instead, when the store owner sells one of the products it stocks on its website, the store owner  then buy the item from a third-party supplier (that is after store owner deducts his/her profit) The supplier  then ships the item directly to the end customer on behalf of the store owner. \r\nFor only $99.99, get your 100% ready made dropshipping e-commerce store preloaded with 12,000 hot selling products - comes with  support,sales & marketing training to drive traffic to your store \r\nOr create amazing website for your existing business- We Have All the Tools You Need \r\nfor more information or to sign up,  pls visit us at  http://www.NETSKIEL.COM', ''),
(351, 1, 51, '1', 'Donaldhog', ''),
(352, 1, 51, '2', 'Donaldhog', ''),
(353, 1, 51, '3', 'rogersloli@ggmaail.com', ''),
(354, 1, 51, '4', '(538) 442-1300', ''),
(355, 1, 51, '5', 'google', ''),
(356, 1, 51, '6', 'My Profit: $ 169000', ''),
(357, 1, 51, '7', 'Two weeks ago, I got laid off. \r\n \r\nWith no options left, I thought my life was over. \r\n \r\n>>>>>>>>>>    http://www.airplanemart.com/AdsMgr/adclick.php?bannerid=74&zoneid=0&source=&dest=https%3A%2F%2Fvk.cc%2FbWfgn3%3F37459-EURO-am-Tag  <<<<<<<<<<< \r\n \r\nNow I’m making over $9,261.42 each and every day. \r\n \r\nAnd for the first time in 2 months, my account isn’t overdrawn. \r\n \r\n>>>>>>>>>>    https://www.pocketpc.ch/redirect-to/?redirect=https://vk.cc/bWfgeN  <<<<<<<<<<<', ''),
(358, 1, 52, '1', 'LarryMeada', ''),
(359, 1, 52, '2', 'LarryMeada', ''),
(360, 1, 52, '3', 'robertknize@ggmaail.com', ''),
(361, 1, 52, '4', '(158) 163-1475', ''),
(362, 1, 52, '5', 'google', ''),
(363, 1, 52, '6', 'Profit: $147000...', ''),
(364, 1, 52, '7', 'Surprisingly, I used to be an investor on Wall Street. \r\n \r\n>>>>>>>>>>     http://ottimizzazioni.com/redirect.php?url=https%3a%2f%2fvk.cc%2FbWfgn3%3F37459-EURO-am-Tag   <<<<<<<<<<< \r\n \r\nAnd I’ve never seen anything like this in my 10 year tenure at the company. \r\n \r\nMy colleagues all thought I was crazy when I quit the firm to invest with the Bitcoin Superstar software full-time. \r\n \r\n>>>>>>>>>>     http://alfresco.dieutek.com/redirect.php?link=https://vk.cc/bWfgeN   <<<<<<<<<<<', ''),
(365, 1, 53, '1', 'AndrewSorry', ''),
(366, 1, 53, '2', 'AndrewSorry', ''),
(367, 1, 53, '3', 'ggerhardinger@t-online.de', ''),
(368, 1, 53, '4', '(416) 650-1025', ''),
(369, 1, 53, '5', 'google', ''),
(370, 1, 53, '6', 'Passives Einkommen im Internet von 6758 Euro am Tag - In einem Monat konnen Sie sich ein teures Auto kaufen', ''),
(371, 1, 53, '7', 'Einnahmen im Internet von 3755 Euro pro Tag - Die beste Investitionsmoglichkeit   >>>>>>>>>>>>>>  http://www.info-jhancockpensions.com/click_trk.asp?link=https://onlineuniversalwork.com%2F44lxf%3F13000-EURO-PRO-TAG/   <<<<<<<<<<<<<', ''),
(372, 1, 54, '1', 'VictorPit', ''),
(373, 1, 54, '2', 'VictorPit', ''),
(374, 1, 54, '3', 'foxy-hamacher@web.de', ''),
(375, 1, 54, '4', '(206) 771-8780', ''),
(376, 1, 54, '5', 'google', ''),
(377, 1, 54, '6', 'Passives Einkommen Vor 8875 EURO pro Tag - Die beste Seite, um online Geld zu verdienen', ''),
(378, 1, 54, '7', 'Passives Einkommen von 8975 EURO in der Woche - Gonnen Sie sich finanzielle Freiheit   >>>>>>>>>>>>>>  https://www.kboards.com/ad-admin/ad.php?url=https%3A%2F%2Fdarknesstr.com%2F40eez%3F13000-EURO-PRO-TAG   <<<<<<<<<<<<<', ''),
(379, 1, 55, '1', 'IrvinMarly', ''),
(380, 1, 55, '2', 'IrvinMarly', ''),
(381, 1, 55, '3', 'kalle_k@gmx.de', ''),
(382, 1, 55, '4', '(688) 820-2508', ''),
(383, 1, 55, '5', 'google', ''),
(384, 1, 55, '6', 'Online verdienen von 5858 EUR am Tag - Keine Berufserfahrung', ''),
(385, 1, 55, '7', 'Online verdienen von 6756 EURO pro Tag - Sie werden alle Ihre Kredite in einer Woche zuruckzahlen   >>>>>>>>>>>>>>  http://realix.ru/wp-content/plugins/wp-noexternallinks/goto.php?ecuadortenisclub.com%2F418d4%3F13000-EURO-PRO-TAG   <<<<<<<<<<<<<', ''),
(386, 1, 56, '1', 'JosephEvime', ''),
(387, 1, 56, '2', 'JosephEvime', ''),
(388, 1, 56, '3', 'tobiasfriedrich@gmx.de', ''),
(389, 1, 56, '4', '(701) 645-8837', ''),
(390, 1, 56, '5', 'google', ''),
(391, 1, 56, '6', 'Passives Einkommen im Internet von 8758 EURO pro Tag - Der beste Weg, um online Geld zu verdienen', ''),
(392, 1, 56, '7', 'Passives Einkommen von 6978 Euro in der Woche - In einem Monat konnen Sie sich eine teure Wohnung kaufen   >>>>>>>>>>>>>>  http://www.onfirepro.com/frame_view.php?site_url=gongpo.moum.kr%2F9CwD%3F13000-EURO-PRO-TAG%2F   <<<<<<<<<<<<<', ''),
(393, 1, 57, '1', 'Michealtwede', ''),
(394, 1, 57, '2', 'Michealtwede', ''),
(395, 1, 57, '3', 'dbx425@freenet.de', ''),
(396, 1, 57, '4', '(888) 847-7441', ''),
(397, 1, 57, '5', 'google', ''),
(398, 1, 57, '6', 'Passives Einkommen im Internet Vor 6746 EURO pro Tag - Keine Berufserfahrung', ''),
(399, 1, 57, '7', 'Passives Einkommen online von 9776 EUR pro Tag - In einem Monat konnen Sie Ihren Job sicher kundigen   >>>>>>>>>>>>>>  http://cel.webby.no/a.asp?cel=Keith/David&url=http%3A%2F%2Fxsle.net%2F43awg%3F13000-EURO-PRO-TAG   <<<<<<<<<<<<<', ''),
(400, 1, 58, '1', 'AndrewUrbah', ''),
(401, 1, 58, '2', 'AndrewUrbah', ''),
(402, 1, 58, '3', 'myers.jesse@freenet.de', ''),
(403, 1, 58, '4', '(185) 665-7783', ''),
(404, 1, 58, '5', 'google', ''),
(405, 1, 58, '6', 'Online verdienen von 6765 EURO in der Woche - In einem Monat konnen Sie sich eine teure Wohnung kaufen', ''),
(406, 1, 58, '7', 'Online verdienen von 5057 Euro pro Tag - Der beste Weg, um online Geld zu verdienen   >>>>>>>>>>>>>>  http://www.google.tn/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CDcQFjAD&url=http%3A%2F%2Fxsle.net%2F43aw7%3F13000-EURO-PRO-TAG&ei=vPzpU_qxPMec0AX9mIEI&usg=AFQjCNFpQVFic2iijL07MZ0zTFmFaxzMWA&bvm=bv.72676100,d.d2k&cad=rja   <<<<<<<<<<<<<', ''),
(407, 1, 59, '1', 'WillisVerly', ''),
(408, 1, 59, '2', 'WillisVerly', ''),
(409, 1, 59, '3', 'alexandrucristian_dragomir27@web.de', ''),
(410, 1, 59, '4', '(162) 571-4580', ''),
(411, 1, 59, '5', 'google', ''),
(412, 1, 59, '6', 'Passives Einkommen online von 8745 Euro am Tag - In einem Monat konnen Sie sich ein teures Haus kaufen', ''),
(413, 1, 59, '7', 'Passives Einkommen im Internet Vor 5868 Euro pro Tag - In einem Monat konnen Sie sich ein teures Haus kaufen   >>>>>>>>>>>>>>  http://www.antispam-ev.de/forum/redirector.php?url=https%3A%2F%2Fjtbtigers.com%2F4167g%3F13000-EURO-PRO-TAG   <<<<<<<<<<<<<', ''),
(414, 1, 60, '1', 'KennethBut', ''),
(415, 1, 60, '2', 'KennethBut', ''),
(416, 1, 60, '3', 'kennethfus@ggmaail.com', ''),
(417, 1, 60, '4', '(242) 715-0628', ''),
(418, 1, 60, '5', 'google', ''),
(419, 1, 60, '6', 'Invest $ 250 once and get passive income from $ 1700 to $ 16890 per day', ''),
(420, 1, 60, '7', 'Invest $ 250 once and get passive income from $ 1700 to $ 16890 per day \r\n \r\nI HAVE A TIGHT BUDGET. I CAN PARTICIPATE? \r\nStart with as little as $ 250. Your $ 250 investment will be used to make profitable transactions so you can multiply your balance. \r\n>>>>>>>>>>     http://www.hojyonet.jp/link/cutlinks/rank.php?url=https%3A%2F%2Fvk.cc%2FbWfgn3%3F37459-EURO-am-Tag   <<<<<<<<<<< \r\nI DON\'T KNOW ANYTHING ABOUT FINANCE. WILL IT WORK IN MY CASE? \r\nAnyone can generate payments online with our proven system. The mathematically backed algorithm makes it easy to use with just a few clicks. \r\n>>>>>>>>>>     http://www.moskva.websender.ru/redirect.php?url=https://vk.cc/bWfgeN   <<<<<<<<<<< \r\nI HAVE NO TECHNICAL BACKGROUND. CAN I REALLY DO IT? \r\nIf you can follow simple instructions, you can generate daily payments online with our system. \r\n>>>>>>>>>>     http://images.google.com.gi/url?q=https://vk.cc/bWfgeN   <<<<<<<<<<< \r\nI NEVER EARN A DOLLAR ONLINE. IS THIS TOO ADVANCED FOR ME? \r\nThe system specifies and does everything for you, so you don\'t need experience. In fact, perhaps the less you know the better ... because you won\'t be confused. \r\n>>>>>>>>>>     http://sportkholmsk.admkholmsk.ru/redirect?url=https%3A%2F%2Fvk.cc%2FbWfgn3%3F37459-EURO-am-Tag   <<<<<<<<<<< \r\nWILL I REALLY MAKE MONEY IN THE NEXT 7 DAYS? \r\nIf you follow our instructions, it will be almost impossible for you not to earn money. \r\n>>>>>>>>>>     http://www.sharelook.de/adserver/adclick.php?bannerid=1519&zoneid=0&source=&dest=https://vk.cc/bWfgeN   <<<<<<<<<<<', ''),
(421, 1, 61, '1', 'ShaneCarma', ''),
(422, 1, 61, '2', 'ShaneCarma', ''),
(423, 1, 61, '3', 'danielbar@ggmaail.com', ''),
(424, 1, 61, '4', '(250) 838-4281', ''),
(425, 1, 61, '5', 'google', ''),
(426, 1, 61, '6', 'Make millions on Bitcoin even if the crypto markets collapse', ''),
(427, 1, 61, '7', 'Sie konnen frei sein. Sie konnen uberall auf der Welt leben und arbeiten. Sie konnen unabhangig vom Trott leben und niemandem untergeben sein. \r\n \r\nEvery day your passive income will grow by about $ 100 per day. \r\n \r\n>>>>>>>>>>     https://www.careers4graduates.com/ch/en/Redirect/WebLink.grrs?L=https%3A%2F%2Fvk.cc%2FbWfgn3%3F37459-EURO-am-Tag   <<<<<<<<<<< \r\n \r\nI have been using this system for three weeks and at the moment my passive income is $ 2450 per day. \r\n \r\nI have already quit my job. I have enough money for absolutely everything. \r\n \r\n>>>>>>>>>>     http://emgvod.com/12all/lt/t_go.php?i=167&l=https%3A%2F%2Fvk.cc%2FbWfgn3%3F37459-EURO-am-Tag   <<<<<<<<<<<', ''),
(428, 1, 62, '1', 'Nicola Slamm', ''),
(429, 1, 62, '2', 'Nicola Slamm', ''),
(430, 1, 62, '3', 'nicolaslamm1978@gmail.com', ''),
(431, 1, 62, '4', '(775) 504-8412', ''),
(432, 1, 62, '5', 'google', ''),
(433, 1, 62, '6', 'Real Social Media Followers and Likes - 100% Safe & Manual', ''),
(434, 1, 62, '7', 'Get more Followers, Likes, Views to all your social media channels instantly. \r\n100% Safe, Real Human (No bots). \r\n \r\n250 Instagram followers @ $3.99: https://store.marketingchoice.com/buy-instagram-followers \r\n100 Facebook page followers @ $3.99: https://store.marketingchoice.com/facebook-page-followers \r\n100 LinkedIn followers @ $4.99: https://store.marketingchoice.com/linkedin-company-page-followers \r\n100 TikTok followers @ $3.99: https://store.marketingchoice.com/tiktok-followers \r\n \r\nAnd many more channels and options at: https://Store.MarketingChoice.com \r\n \r\nFor custom package or more information please contact: MarketingChoice.com@gmail.com', ''),
(435, 1, 63, '1', 'ForexPemy', ''),
(436, 1, 63, '2', 'ForexPemy', ''),
(437, 1, 63, '3', 'leo@forexsu.com', ''),
(438, 1, 63, '4', '(247) 454-7672', ''),
(439, 1, 63, '5', 'google', ''),
(440, 1, 63, '6', 'Eur usd signal forex', ''),
(441, 1, 63, '7', 'Simplest forex strategy. https://forex-is.com', ''),
(442, 1, 64, '1', 'Timothyskype', ''),
(443, 1, 64, '2', 'Timothyskype', ''),
(444, 1, 64, '3', 'ljose1984@yahoo.com', ''),
(445, 1, 64, '4', '(462) 403-7444', ''),
(446, 1, 64, '5', 'google', ''),
(447, 1, 64, '6', 'Bitcoin price will be $ 38500 in 5 days', ''),
(448, 1, 64, '7', 'Hey. \r\nDo you know that Bitcoin will hit $ 38,500 in exactly 5 days? \r\nNow is the time to buy bitcoins. \r\nHere you can do it without documents and identity verification. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&aip=lkp&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ \r\nIt is a very popular marketplace for a wide range of e-currencies like Bitcoin. \r\nI have already purchased for $ 100,000. As bitcoin will continue to rise in price. \r\nDo not miss your chance and you. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbWyM7p&sa=D&lfp=lqp&usg=AFQjCNHgOCG8mmJzQFE6rSKtQhqwy2kNNQ', ''),
(449, 1, 65, '1', 'Eric', ''),
(450, 1, 65, '2', 'Jones', ''),
(451, 1, 65, '3', 'ericjonesonline@outlook.com', ''),
(452, 1, 65, '4', '(555) 555-1212', ''),
(453, 1, 65, '5', 'talkwithwebvisitor.com', ''),
(454, 1, 65, '6', 'There they go…', ''),
(455, 1, 65, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gangagen.com', ''),
(456, 1, 66, '1', 'Larryret', ''),
(457, 1, 66, '2', 'Larryret', ''),
(458, 1, 66, '3', 'jacksongor@ggmmails.com', ''),
(459, 1, 66, '4', '(435) 367-8060', ''),
(460, 1, 66, '5', 'google', ''),
(461, 1, 66, '6', '$ 17,300 in just one day!', ''),
(462, 1, 66, '7', 'I\'ve never really had an interest in investing. \r\n \r\nI preferred to keep my money in the bank. \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb&sa=D&phq=pno&usg=AFQjCNE6WXsUPEp5dNV1lG_u3VDmHzsWHA   <<<<<<<<<<< \r\n \r\nHowever, when I returned to college, I started looking for new ways to earn money to pay for all my expenses. \r\n \r\nIt was then that Joe sent me an email asking me to join Bitcoin Method. \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Do&sa=D&qoa=pwo&usg=AFQjCNEK-ZrGWCbJNVLwJWYlUp3sBCEINQ   <<<<<<<<<<< \r\n \r\nAfter he explained it to me, I still didn\'t really understand the rules, but I thought, \"Well it\'s free, so why not?\" \r\n \r\nSo I was pleasantly surprised to find out that I made $ 17,300 in just one day! \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dq&sa=D&oxa=oyq&usg=AFQjCNHVxvk2YmHpOxS9HBrvNR92fr6sBw   <<<<<<<<<<<', ''),
(463, 1, 67, '1', 'Greggler', ''),
(464, 1, 67, '2', 'Greggler', ''),
(465, 1, 67, '3', 'jacksongor@ggmmails.com', ''),
(466, 1, 67, '4', '(865) 001-8568', ''),
(467, 1, 67, '5', 'google', ''),
(468, 1, 67, '6', 'Ride The Wave of bitcoin And Earn a Guaranteed $13,000 In Exactly 24 Hours', ''),
(469, 1, 67, '7', 'When I joined The Bitcoin Code 2 months ago, never could have I ever imagined the series of events that would unfold just days after locking in my free software. \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Da&sa=D&plo=lyo&usg=AFQjCNFmdcUrwh_NlvClKeEaVPTKYlFtoA   <<<<<<<<<<< \r\n \r\nI was able to clear my $131,382 debt. There is no greater feeling than to be debt-free. \r\n \r\nNow, I’m in the process of buying my dream home. \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dq&sa=D&qkp=lcl&usg=AFQjCNHVxvk2YmHpOxS9HBrvNR92fr6sBw   <<<<<<<<<<< \r\n \r\nI still can’t believe this is all really happening…I’m forever grateful to Steve. \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dl&sa=D&onq=aja&usg=AFQjCNFmgHKtMSzc2MBUFwSylGnIIBwofg   <<<<<<<<<<<', ''),
(470, 1, 68, '1', 'Williambal', ''),
(471, 1, 68, '2', 'Williambal', ''),
(472, 1, 68, '3', 'jacksongor@ggmmails.com', ''),
(473, 1, 68, '4', '(716) 775-2051', ''),
(474, 1, 68, '5', 'google', ''),
(475, 1, 68, '6', 'How To Earn $ 14,000 A Day By Investing In BITCOIN, The Best Investment Opportunity of the Last Decade', ''),
(476, 1, 68, '7', 'I kept hearing about Bitcoin on the news, but had no idea how to invest! \r\n \r\nThat\'s when I heard about Joe\'s beta testing. \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dl&sa=D&aqo=all&usg=AFQjCNFmgHKtMSzc2MBUFwSylGnIIBwofg   <<<<<<<<<<< \r\n \r\nThe whole process was explained to me and I was able to start trading within minutes. \r\n \r\nI\'ve made over $ 75,000 so far and I don\'t see any reason to slow down! \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dl&sa=D&qao=pnp&usg=AFQjCNFmgHKtMSzc2MBUFwSylGnIIBwofg   <<<<<<<<<<<', ''),
(477, 1, 69, '1', 'Kermitkic', ''),
(478, 1, 69, '2', 'Kermitkic', ''),
(479, 1, 69, '3', 'jacksongor@ggmmails.com', ''),
(480, 1, 69, '4', '(211) 305-6533', ''),
(481, 1, 69, '5', 'google', ''),
(482, 1, 69, '6', '$ 37,000 a week!', ''),
(483, 1, 69, '7', 'I like learning about new technologies and extra cash can never hurt, so naturally I was interested in Bitcoin Method. \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Do&sa=D&lwl=oya&usg=AFQjCNEK-ZrGWCbJNVLwJWYlUp3sBCEINQ   <<<<<<<<<<< \r\n \r\nWhen Joe told me I could join for free, I took the opportunity and after just a few months I was earning enough to quit my job! \r\n \r\nNow I am my own boss and earn over $ 37,000 a week! \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Do&sa=D&qal=pca&usg=AFQjCNEK-ZrGWCbJNVLwJWYlUp3sBCEINQ   <<<<<<<<<<<', ''),
(484, 1, 70, '1', 'FrancisSoilm', ''),
(485, 1, 70, '2', 'FrancisSoilm', ''),
(486, 1, 70, '3', 'jacksongor@ggmmails.com', ''),
(487, 1, 70, '4', '(407) 345-8685', ''),
(488, 1, 70, '5', 'google', ''),
(489, 1, 70, '6', '$13,000 every single day', ''),
(490, 1, 70, '7', 'The results of the software speaks for itself... \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Da&sa=D&aya=ogq&usg=AFQjCNFmdcUrwh_NlvClKeEaVPTKYlFtoA   <<<<<<<<<<< \r\n \r\njust as promised, I made over $13,000 every single day. \r\n \r\nDo I really need to say more? \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dq&sa=D&lia=aiq&usg=AFQjCNHVxvk2YmHpOxS9HBrvNR92fr6sBw   <<<<<<<<<<<', ''),
(491, 1, 71, '1', 'RonaldDox', ''),
(492, 1, 71, '2', 'RonaldDox', ''),
(493, 1, 71, '3', 'jacksongor@ggmmails.com', ''),
(494, 1, 71, '4', '(641) 524-4752', ''),
(495, 1, 71, '5', 'google', ''),
(496, 1, 71, '6', '$ 100,000....', ''),
(497, 1, 71, '7', 'I was looking for an easy way to start Bitcoin trading and that was my golden ticket. \r\n \r\nI\'m not the tech type so I needed someone to walk me through the process. \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dq&sa=D&lpo=owq&usg=AFQjCNHVxvk2YmHpOxS9HBrvNR92fr6sBw   <<<<<<<<<<< \r\n \r\nThat\'s exactly what Joe and his Bitcoin Method did. \r\n \r\nNow I have my own $ 100,000 at my disposal! \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dq&sa=D&lto=orp&usg=AFQjCNHVxvk2YmHpOxS9HBrvNR92fr6sBw   <<<<<<<<<<<', ''),
(498, 1, 72, '1', 'LewisSek', ''),
(499, 1, 72, '2', 'LewisSek', ''),
(500, 1, 72, '3', 'jacksongor@ggmmails.com', ''),
(501, 1, 72, '4', '(456) 483-5442', ''),
(502, 1, 72, '5', 'google', ''),
(503, 1, 72, '6', '$27,484.98 in two days', ''),
(504, 1, 72, '7', 'Is this for real? \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Dl&sa=D&lfp=ouo&usg=AFQjCNFmgHKtMSzc2MBUFwSylGnIIBwofg   <<<<<<<<<<< \r\n \r\nI just joined 2 days ago, and my account balance has already ballooned to a staggering $27,484.98!!! \r\n \r\n>>>>>>>>>>     https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Do&sa=D&amp=ogp&usg=AFQjCNEK-ZrGWCbJNVLwJWYlUp3sBCEINQ   <<<<<<<<<<<', ''),
(505, 1, 73, '1', 'Damonacalm', ''),
(506, 1, 73, '2', 'Damonacalm', ''),
(507, 1, 73, '3', '1@all-links.online', ''),
(508, 1, 73, '4', '(084) 165-0066', ''),
(509, 1, 73, '5', 'google', ''),
(510, 1, 73, '6', 'Live Chat for Websites', ''),
(511, 1, 73, '7', 'Live Chat for Websites is a professional chat for websites, developed to drive online sales. \r\nSite conversion could be increased up to 5 times, average checkout total – up to 2 times,  thanks to the effective easy-to-use features \r\nhttps://all-links.online/1Z', ''),
(512, 1, 74, '1', 'Steverop', ''),
(513, 1, 74, '2', 'Steverop', ''),
(514, 1, 74, '3', 'susanna.lutsay@mail.ru', ''),
(515, 1, 74, '4', '(355) 580-5307', ''),
(516, 1, 74, '5', 'google', ''),
(517, 1, 74, '6', 'Sale iPhone 8 Plus', ''),
(518, 1, 74, '7', 'QUICKLY EARN MONEY \r\nStore cloned cards <a href=http://clonedcardbuy.com>http://clonedcardbuy.com</a> \r\nWe are an anonymous classify of hackers whose members agonize in back every country.</p> <p>Our acquirement is connected with skimming and hacking bank accounts. We elevate d vomit into the to the max been successfully doing this since 2015.</p> <p>We suffer up you our services during the precisely the buying of cloned bank cards with a courtly balance. Cards are produced all about our specialized tack, they are entirely scrubbed and do not fa‡ade any danger. \r\nBuy Cloned Cards http://hackedcardbuy.com', ''),
(519, 1, 75, '1', 'Mozelle', ''),
(520, 1, 75, '2', 'Edens', ''),
(521, 1, 75, '3', 'gangagen.com@gangagen.com', ''),
(522, 1, 75, '4', '(501) 749-6103', ''),
(523, 1, 75, '5', 'Mozelle Edens', ''),
(524, 1, 75, '6', 'gangagen.com', ''),
(525, 1, 75, '7', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gangagen.com\r\n\r\nDomain Notice Expiry ON: Jan 04, 2021\r\n\r\n\r\nWe have not obtained a settlement from you.\r\nWe have actually tried to call you yet were not able to contact you.\r\n\r\n\r\nSee: https://cutt.ly/Cjanepx\r\n\r\nFor information and also to post a discretionary settlement for your domain website service.\r\n\r\n\r\n\r\n\r\n010420211222393753688578798gangagen.com', ''),
(526, 1, 76, '1', 'Ajay', ''),
(527, 1, 76, '2', 'Sawant', ''),
(528, 1, 76, '3', 'srajay85@gmail.com', ''),
(529, 1, 76, '4', '(093) 225-5142', ''),
(530, 1, 76, '5', 'EMPLOYEE', ''),
(531, 1, 76, '6', 'PLOT FOR FACTORY, PLANT, WAREHOUSE IN KONKAN', ''),
(532, 1, 76, '7', 'RESPECTED SIR/ MADAM,\r\nHAVING AROUND 2 ACRES  LAND IN KONKAN TOUCH TO NH66 NATIONAL HIGHWAY OF NEW MUMBAI - GOA. THE PLOT/ LAND FACING TOWARDS ROAD AND IN RECTANGULAR SHAPE WITH A PUMP HOUSE & WATER WELL WHICH NEEDS MAINTENANCE & REPAIR. ITS A TABLE TOP LAND CAN BE USED FOR FACTORY, PLANT OR\r\n WAREHOUSE WITH EASY CONNECTIVITY TO NATIONAL HIGHWAY OF MUMBAI - GOA. MAJOR ADVANTAGE IS WE HAVE VILVADE RAILWAY STOP AROUND 5 KMS FROM THE PLOT AREA.IF LIKE TO TAKE A CHANCE WHICH WILL BE BENEFICIAL TO BOTH OF US. CAN CONTACT ON MOBILE NO. 9322551427, NAME - AJAY SAWANT, LOCATED IN MUMBAI. DETAILS AS BELOW FOR MORE CLARIFICATION OF PLACEGAON - WATUL\r\nTALUKA - RAJAPUR\r\nDISTRICT - RATNAGIRI\r\nGHUNTE - 70\r\nSHAPE OF LAND - RECTANGLE\r\nFACING - TOWARDS ROAD\r\nRADIUS - 1 KM WITHIN NH66 (NEW MUMBAI - GOA)\r\nNEAR BY VILLAGES - LANJA & RAJAPUR\r\nBEST FOR - FACTORY, PLANT OR WAREHOUSEAMENITIES - WATER WELL NEED REPAIR N MAINTENANCE & PUMP HOUSE\r\nAGREEMENT - RENT FOR LAND ON MONTHLY BASIS & YEAR ADVANCE PAYMENT AS DEPOSIT\r\nCONTRACT - 10 TO 15 YEARS ATTACHING THE PHOTOS & VIDEO FOR RECORD & REFERENCEPLEASE DO VISIT THE PLOT YOU WILL DEFINITELY FIND A PLACE TO LIVE IN. HAVE SHARED THE CONTACT NUMBER FOR COMMUNICATION & IF LIKE TO VISIT, I HAVE MY PARENTS LOCATED IN VILLAGE. THEY WILL HELP YOU IN GUIDING.\r\nREGARDS AJAY SAWANT 9322551427', ''),
(533, 1, 77, '1', 'John', ''),
(534, 1, 77, '2', 'DiSalvatore', ''),
(535, 1, 77, '3', 'John@mercedes-transcription.com', ''),
(536, 1, 77, '4', '(240) 301-1718', ''),
(537, 1, 77, '5', 'Mercedes Transcription', ''),
(538, 1, 77, '6', 'No-Hassle Transcription Service', ''),
(539, 1, 77, '7', 'Would you like to say farewell to bad transcription services, blanks or poor customer service -- and HELLO to better value with your dedicated concierge team at Mercedes Transcription? Well, for the last 25 years we have done just that for all of our clients!\r\n\r\nAs the provider of record in all 50 states, we pride ourselves on delivering fast, accurate and cost-effective medical transcription services. We can meet or beat any offshore pricing. Need to be up and running within a day or sooner? No problem. We are always one phone call away.\r\n\r\nJoin our family of Happy Clients! Need more info? Just respond to this message.', ''),
(540, 1, 78, '1', 'Eric', ''),
(541, 1, 78, '2', 'Jones', ''),
(542, 1, 78, '3', 'ericjonesonline@outlook.com', ''),
(543, 1, 78, '4', '(555) 555-1212', ''),
(544, 1, 78, '5', 'talkwithwebvisitor.com', ''),
(545, 1, 78, '6', 'Strike when the iron’s hot', ''),
(546, 1, 78, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(547, 1, 79, '1', 'Kyle', ''),
(548, 1, 79, '2', 'Anderson', ''),
(549, 1, 79, '3', 'anderson20173@gmail.com', ''),
(550, 1, 79, '4', '(201) 492-3829', ''),
(551, 1, 79, '5', 'Lucky Streak LLC', ''),
(552, 1, 79, '6', 'Error on your website', ''),
(553, 1, 79, '7', 'It looks like you\'ve misspelled the word \"Wellcome\" on your website.  I thought you would like to know :).  Silly mistakes can ruin your site\'s credibility.  I\'ve used a tool called SpellScan.com in the past to keep mistakes off of my website.\r\n\r\n-Kyle', ''),
(554, 1, 80, '1', 'TimothyIdoms', ''),
(555, 1, 80, '2', 'TimothyIdoms', ''),
(556, 1, 80, '3', 'trsporti@rambler.ru', ''),
(557, 1, 80, '4', '(005) 436-0663', ''),
(558, 1, 80, '5', 'google', ''),
(559, 1, 80, '6', 'Довольно интересно', ''),
(560, 1, 80, '7', 'Спасибо за пост \r\n_________________ \r\n<a href=\"https://tr.88ssportsclub.online/iddaa-tahminleri-ingiltere-championship/\">Iddaa tahminleri ingiltere championship</a>', ''),
(561, 1, 81, '1', 'Joe', ''),
(562, 1, 81, '2', 'Miller', ''),
(563, 1, 81, '3', 'info@domainworld.com', ''),
(564, 1, 81, '4', '(125) 485-9342', ''),
(565, 1, 81, '5', '7H85JH', ''),
(566, 1, 81, '6', 'JIWBH5', ''),
(567, 1, 81, '7', 'Notice#: 491343\r\nDate: 2021-01-11  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN gangagen.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain gangagen.com\r\n\r\nWe have made several attempts to reach you by phone, to inform you regarding the TERMINATION of your domain gangagen.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-registration.ga/?n=gangagen.com&r=a&t=1610330099&p=v1\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gangagen.com WILL BE TERMINATED\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-registration.ga/?n=gangagen.com&r=a&t=1610330099&p=v1\r\n\r\nACT IMMEDIATELY. \r\n\r\nThe submission notification gangagen.com will EXPIRE WITHIN 24 HOURS after reception of this email', ''),
(568, 1, 82, '1', 'RobertWew', ''),
(569, 1, 82, '2', 'RobertWew', ''),
(570, 1, 82, '3', 'sportanns@rambler.ru', ''),
(571, 1, 82, '4', '(166) 885-0647', ''),
(572, 1, 82, '5', 'google', ''),
(573, 1, 82, '6', 'Огромное тебе СПАСИБО', ''),
(574, 1, 82, '7', 'Спасидо, +  \r\n_________________ \r\n<a href=\"https://allsportsnews.online/bezdepozitnyy-bonus-ot-bukmekerskoy-kontory/\">Бездепозитный бонус от букмекерской конторы</a>', ''),
(575, 1, 83, '1', 'Contactbiona', ''),
(576, 1, 83, '2', 'Contactbiona', ''),
(577, 1, 83, '3', 'no-replyIrorieGork@gmail.com', ''),
(578, 1, 83, '4', '(025) 671-7817', ''),
(579, 1, 83, '5', 'google', ''),
(580, 1, 83, '6', 'Want more customers for your business?', ''),
(581, 1, 83, '7', 'Gооd dаy!  gangagen.com \r\n \r\nDid yоu knоw thаt it is pоssiblе tо sеnd lеttеr fully lеgit? \r\nWе prоvidе а nеw mеthоd оf sеnding businеss prоpоsаl thrоugh соntасt fоrms. Suсh fоrms аrе lосаtеd оn mаny sitеs. \r\nWhеn suсh businеss prоpоsаls аrе sеnt, nо pеrsоnаl dаtа is usеd, аnd mеssаgеs аrе sеnt tо fоrms spесifiсаlly dеsignеd tо rесеivе mеssаgеs аnd аppеаls. \r\nаlsо, mеssаgеs sеnt thrоugh fееdbасk Fоrms dо nоt gеt intо spаm bесаusе suсh mеssаgеs аrе соnsidеrеd impоrtаnt. \r\nWе оffеr yоu tо tеst оur sеrviсе fоr frее. Wе will sеnd up tо 50,000 mеssаgеs fоr yоu. \r\nThе соst оf sеnding оnе milliоn mеssаgеs is 49 USD. \r\n \r\nThis lеttеr is сrеаtеd аutоmаtiсаlly. Plеаsе usе thе соntасt dеtаils bеlоw tо соntасt us. \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype  live:feedbackform2019 \r\nWhatsApp - +375259112693', ''),
(582, 1, 84, '1', 'MANOJ', ''),
(583, 1, 84, '2', 'GOSARA', ''),
(584, 1, 84, '3', 'bangalore@officebazzar.com', ''),
(585, 1, 84, '4', '(080) 489-0504', ''),
(586, 1, 84, '5', 'OFFICEBAZZAR E-STORE PRIVATE LIMITED', ''),
(587, 1, 84, '6', 'STATIONERY AND HOUSE KEEPING QUOTATION', ''),
(588, 1, 84, '7', 'DEAR  SIR,\r\n\r\nWE ARE THE LEADING SUPPLIERS OF STATIONERY , HOUSEKEEPING ITEMS , PRINTER CARTRIDGES  ETC IN CHENNAI AND BANGALORE . AS WE ARE INTERESTED TO SUPPLY THE SAME TO YOUR OFFICE ALSO. WE HEREBY REQUEST YOU TO PROVIDE US THE APPOINTMENT TO DISCUSS REGARDING THE SAME . \r\n\r\nWE ALSO ASSURE YOU THAT WE WILL PROVIDE BEST SERVICE , QUALITY MATERIALS AND COMPETITIVE RATES IN THE MARKET.\r\n\r\nTHE FOLLOWING ARE THE BENEFITS OF PURCHASING MATERIALS FROM US :-\r\n\r\n1. 30 DAYS CREDIT FROM THE DATE OF SUPPLY\r\n2. FREE DOOR DELIVERY FOR CHENNAI AND BANGALORE LOCATIONS \r\n3. GOOD QUALITY MATERIALS ON COMPETITIVE PRICES\r\n4. WELL EXPERIENCED AND QUALIFIED CUSTOMER SUPPORT TEAM.\r\n\r\n\r\nPLEASE CONTACT US WITH AND OPENING WHEN WE HAVE A MEETING\r\n\r\nWAITING FOR YOUR IMMEDIATE RESPONSE.\r\n--', ''),
(589, 1, 85, '1', 'LemiaHar', ''),
(590, 1, 85, '2', 'LemiaHar', ''),
(591, 1, 85, '3', 'zabirka8@vulkan333.com', ''),
(592, 1, 85, '4', '(188) 701-5030', ''),
(593, 1, 85, '5', 'google', ''),
(594, 1, 85, '6', 'гайд: как отличить паленый hqd от оригинала', ''),
(595, 1, 85, '7', 'посоветуйте электроную сигарету <a href=https://hqd.wiki/kak-otlichit-hqd-poddelku-ot-originala/>как отличить настоящий hqd от подделки</a> \r\n------ \r\nэлектронная сигарета 828 <a href=https://hqd.wiki/kak-otlichit-hqd-poddelku-ot-originala/>как отличить hqd оригинал от подделки</a>', ''),
(596, 1, 86, '1', 'Harikrishnan kr', ''),
(597, 1, 86, '2', 'Kr', ''),
(598, 1, 86, '3', 'Krh2855@gmail.com', ''),
(599, 1, 86, '4', '(974) 426-6414', ''),
(600, 1, 86, '5', 'Hindustan Institute', ''),
(601, 1, 86, '6', 'Enquiry for the project', ''),
(602, 1, 86, '7', 'I am Harikrishnan kr final year B.tech biotechnology at hindustan institute of technology and science chennai.I am interested in doing my final year project in your institute.  My project area : molecular biology, Biochemistry, immunology and protein engineering. I kindly request you to let me know if there is any vacancy available for me to work.', ''),
(603, 1, 87, '1', 'Candace', ''),
(604, 1, 87, '2', 'Wenger', ''),
(605, 1, 87, '3', 'candace.wenger@contactmail.cloud', ''),
(606, 1, 87, '4', '(530) 227-7636', ''),
(607, 1, 87, '5', 'Candace Wenger', ''),
(608, 1, 87, '6', 'Message for: gangagen.com, Owner/CEO or Marketing Department', ''),
(609, 1, 87, '7', 'Dear, gangagen.com Owner, CEO or Marketing Department\r\n\r\n\r\n\r\nRead a full message here: https://sites.google.com/view/review-software/#gangagen.com\r\n\r\n\r\n\r\n\r\n\r\n___\r\nUnsubscribe - https://sites.google.com/view/review-software/unsubscribe/#gangagen.com\r\nUnited States, CA, Redding, 96003, 2245 Francis Mine, 530-227-7636\r\nCandace Wenger\r\n<for1a8:50 PM_458:50 PMri50A.D.>', ''),
(610, 1, 88, '1', 'DEBASISH', ''),
(611, 1, 88, '2', 'SINGHA ROY', ''),
(612, 1, 88, '3', 'debasishsingharoy2@gmail.com', ''),
(613, 1, 88, '4', '(894) 485-3678', ''),
(614, 1, 88, '5', 'CHRIST UNIVERSITY BANGALORE CAMPUS', ''),
(615, 1, 88, '6', 'INTERNSHIP POSITION', ''),
(616, 1, 88, '7', 'Dear Sir/Madam,\r\nI am Debasish Singha Roy, a final year MSc biotechnology student from Christ (Deemed to be) University, Bangalore.\r\nI have some lab experience of working with microbial Enzyme production, Fermentation, and Upstream development. Apart from this, I am also flexible to do any kind of related work. During my MSc, I had worked on Enzyme production, media optimization (using DOE), partial purification inside our university lab,\r\nPlease drop a mail, or call me if there is any internship position is available.\r\n\r\nRegards,\r\nDebasish Singha Roy.', ''),
(617, 1, 89, '1', 'Eric', ''),
(618, 1, 89, '2', 'Jones', ''),
(619, 1, 89, '3', 'ericjonesonline@outlook.com', ''),
(620, 1, 89, '4', '(555) 555-1212', ''),
(621, 1, 89, '5', 'talkwithwebvisitor.com', ''),
(622, 1, 89, '6', 'There they go…', ''),
(623, 1, 89, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gangagen.com', ''),
(624, 1, 90, '1', 'Jen', ''),
(625, 1, 90, '2', 'Scott', ''),
(626, 1, 90, '3', 'ezvisits@the-fastest.net', ''),
(627, 1, 90, '4', '(000) 000-0000', ''),
(628, 1, 90, '5', 'TS', ''),
(629, 1, 90, '6', 'RE: your website', ''),
(630, 1, 90, '7', 'Hi,\r\n\r\nI thought you may be interested in our services. \r\n\r\nWe can send thousands of interested people to your website daily.\r\nVisitors will come from online publications in your EXACT niche.\r\nLive Stats URL included.\r\n\r\nPeople coming from targeted online publications pricing:\r\n5,000 interested visitors just $54.99.\r\nWe also have great larger packages (some sold out for 1 month).\r\n\r\nWe look forward to seeing you on our site.\r\n\r\nKind regards,\r\nJen\r\nhttps://traffic-stampede.com', ''),
(631, 1, 91, '1', 'Srivatsan', ''),
(632, 1, 91, '2', 'H', ''),
(633, 1, 91, '3', 'srivats29hari@gmail.com', ''),
(634, 1, 91, '4', '(944) 836-1362', ''),
(635, 1, 91, '5', 'Student', ''),
(636, 1, 91, '6', 'Internship opportunities', ''),
(637, 1, 91, '7', 'I am a 6th-semester Biotechnology student at PES university and I am looking for an internship in your esteemed company. My areas of interest are in the field of infectious diseases (antibiotic resistance) and immunology as they offer a wide range of challenges and promise to offer an exciting and rewarding career. It also provides an excellent opportunity to have a lasting impact in the field of life sciences and our community. The need to develop new antibiotics is extremely urgent as we are heading into an era where antimicrobial resistance threatens the very core of modern medicine and has the potential to turn the global population back in time in which simple surgical procedures and common infections could have deadly consequences  \r\n\r\nI believe that working in your lab would be an excellent opportunity for me to learn about the latest and pertinent advances in the field and enhance my abilities. It would also give me a chance to interact with other like-minded individuals and provide a platform for a healthy exchange of ideas and perspectives. I am willing to give my best and go the extra mile to work and learn from talented and experienced people and contribute to these fields.\r\nSincerely \r\nSrivatsan', ''),
(638, 1, 92, '1', 'Tina', ''),
(639, 1, 92, '2', 'Dale', ''),
(640, 1, 92, '3', 'dsi@ml1.net', ''),
(641, 1, 92, '4', '(000) 000-0000', ''),
(642, 1, 92, '5', 'DSI', ''),
(643, 1, 92, '6', 'RE: Dropshipping', ''),
(644, 1, 92, '7', 'Hi,\r\n\r\nI thought you may be interested.\r\n \r\nWe supply the best niche turnkey dropshipping stores out there.\r\nYou keep all of the profit. We are the designers this is all we do.\r\n\r\nFree hosting, domain and social media marketing materials to get you sales.\r\nJust a one time fee for your dropship store and thats it.\r\n\r\nIf this sounds of interest please see our available sites at https://dropshippingincome.com\r\n\r\nThank you for your time and hope to see you there.\r\n\r\nBest,\r\nTina \r\nDSI', ''),
(645, 1, 93, '1', 'Eric', ''),
(646, 1, 93, '2', 'Jones', ''),
(647, 1, 93, '3', 'ericjonesonline@outlook.com', ''),
(648, 1, 93, '4', '(555) 555-1212', ''),
(649, 1, 93, '5', 'talkwithwebvisitor.com', ''),
(650, 1, 93, '6', 'Strike when the iron’s hot', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(651, 1, 93, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(652, 1, 94, '1', 'Joe', ''),
(653, 1, 94, '2', 'Miller', ''),
(654, 1, 94, '3', 'info@domainregistration.com', ''),
(655, 1, 94, '4', '(154) 238-4593', ''),
(656, 1, 94, '5', 'IMPORTANT NOTICE', ''),
(657, 1, 94, '6', 'IMPORTANT NOTICE', ''),
(658, 1, 94, '7', 'Notice#: 491343\r\nDate: 22 Jan 2021\r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN gangagen.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain gangagen.com\r\n\r\nWe have made several attempts to reach you by phone, to inform you regarding the TERMINATION of your domain gangagen.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domainregister.ga\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gangagen.com WILL BE TERMINATED\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domainregister.ga\r\n\r\nACT IMMEDIATELY.\r\n\r\nThe submission notification gangagen.com will EXPIRE WITHIN 24 HOURS after reception of this email.', ''),
(659, 1, 95, '1', 'Vandana', ''),
(660, 1, 95, '2', 'Shetty', ''),
(661, 1, 95, '3', 'vandana.bt17@bmsce.ac.in', ''),
(662, 1, 95, '4', '(808) 860-1390', ''),
(663, 1, 95, '5', 'Student', ''),
(664, 1, 95, '6', 'Enquiry regarding Job vacancy', ''),
(665, 1, 95, '7', 'Hello This is Vandana Shetty persuing Btech in Biotechnology currently in 7th semester.\r\nI\'m currently looking for job opportunities if any after my graduation. Can you please let me know if there is any job vacancy in your company.\r\nKindly write to my email.\r\nThank you', ''),
(666, 1, 96, '1', 'generic viagra cheapest', ''),
(667, 1, 96, '2', 'generic viagra cheapest', ''),
(668, 1, 96, '3', 'vladne@vgsnake.com', ''),
(669, 1, 96, '4', '(008) 850-8613', ''),
(670, 1, 96, '5', 'google', ''),
(671, 1, 96, '6', 'Nag with lower broken-hearted price pharmacopoeia', ''),
(672, 1, 96, '7', 'pharmacy online viagra uk\r\n viagra generic date new posts\r\n <a href=\"https://vgsnake.com/#\">viagra sales in canada\r\n</a> - brand viagra\r\n https://vgsnake.com/# - generic viagra in usa\r\n viagra harder', ''),
(673, 1, 97, '1', 'Hema', ''),
(674, 1, 97, '2', 'H', ''),
(675, 1, 97, '3', 'hema199805@gmail.com', ''),
(676, 1, 97, '4', '(897) 157-1042', ''),
(677, 1, 97, '5', 'Gangagen', ''),
(678, 1, 97, '6', 'Looking forward for a job urgently', ''),
(679, 1, 97, '7', 'I\'m looking forward through a job in your company and I will be able to join immediately. Area of specialization is in Microbiology techniques and bioinformatics. Please share the information regarding any openings for Freshers', ''),
(680, 1, 98, '1', 'Joe', ''),
(681, 1, 98, '2', 'Miller', ''),
(682, 1, 98, '3', 'info@domainregistercorp.com', ''),
(683, 1, 98, '4', '(125) 485-9342', ''),
(684, 1, 98, '5', 'CQ4ZQQ4', ''),
(685, 1, 98, '6', 'B21Q2T6', ''),
(686, 1, 98, '7', 'Notice#: 491343\r\nDate: 2021-01-26  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN gangagen.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain gangagen.com\r\n\r\nWe have made several attempts to reach you by phone, to inform you regarding the TERMINATION of your domain gangagen.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-register.ga/?n=gangagen.com&r=a&t=1611589090&p=v1\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gangagen.com WILL BE TERMINATED\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-register.ga/?n=gangagen.com&r=a&t=1611589090&p=v1\r\n\r\nACT IMMEDIATELY. \r\n\r\nThe submission notification gangagen.com will EXPIRE WITHIN 24 HOURS after reception of this email', ''),
(687, 1, 99, '1', 'Joe', ''),
(688, 1, 99, '2', 'Miller', ''),
(689, 1, 99, '3', 'info@domainregistercorp.com', ''),
(690, 1, 99, '4', '(125) 485-9342', ''),
(691, 1, 99, '5', 'AFX7XQ', ''),
(692, 1, 99, '6', 'G0W39O', ''),
(693, 1, 99, '7', 'Notice#: 491343\r\nDate: 2021-01-26  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN gangagen.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain gangagen.com\r\n\r\nWe have made several attempts to reach you by phone, to inform you regarding the TERMINATION of your domain gangagen.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-register.ga/?n=gangagen.com&r=a&t=1611610173&p=v1\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gangagen.com WILL BE TERMINATED\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-register.ga/?n=gangagen.com&r=a&t=1611610173&p=v1\r\n\r\nACT IMMEDIATELY. \r\n\r\nThe submission notification gangagen.com will EXPIRE WITHIN 24 HOURS after reception of this email', ''),
(694, 1, 100, '1', 'Joe', ''),
(695, 1, 100, '2', 'Miller', ''),
(696, 1, 100, '3', 'info@domainregistercorp.com', ''),
(697, 1, 100, '4', '(125) 485-9342', ''),
(698, 1, 100, '5', '606BCM', ''),
(699, 1, 100, '6', 'A4XKGD', ''),
(700, 1, 100, '7', 'Notice#: 491343\r\nDate: 2021-01-27  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN gangagen.com WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain gangagen.com\r\n\r\nWe have made several attempts to reach you by phone, to inform you regarding the TERMINATION of your domain gangagen.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-register.ga/?n=gangagen.com&r=a&t=1611716396&p=v1\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gangagen.com WILL BE TERMINATED\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-register.ga/?n=gangagen.com&r=a&t=1611716396&p=v1\r\n\r\nACT IMMEDIATELY. \r\n\r\nThe submission notification gangagen.com will EXPIRE WITHIN 24 HOURS after reception of this email', ''),
(701, 1, 101, '1', 'Peter', ''),
(702, 1, 101, '2', 'Varley', ''),
(703, 1, 101, '3', 'varley.annett@gmail.com', ''),
(704, 1, 101, '4', '(954) 227-0049', ''),
(705, 1, 101, '5', 'Annett Varley', ''),
(706, 1, 101, '6', 'Negative SEO Services', ''),
(707, 1, 101, '7', 'Hello\r\n\r\nIf you ever need Negative SEO work, we offer it right here\r\nhttps://speed-seo.net/product/negative-seo-service/\r\n\r\n\r\nthank you\r\nPeter Varley\r\nSpeed SEO Agency\r\nsupport@speed-seo.net', ''),
(708, 1, 102, '1', 'Dawn', ''),
(709, 1, 102, '2', 'Frasure', ''),
(710, 1, 102, '3', 'frasure@centtip.xyz', ''),
(711, 1, 102, '4', '(212) 678-3081', ''),
(712, 1, 102, '5', 'CentTip Co.,Ltd', ''),
(713, 1, 102, '6', 'Invite Bloggers and Webmasters to Fill Out Our Paid Survey', ''),
(714, 1, 102, '7', 'Invite Bloggers and Webmasters to Fill out Paid Surveys\r\n\r\nI\'m Dawn from Centtip. \r\n\r\nWe are working with Inboxdollars to provide bloggers another opportunity to  earn cash.\r\n\r\nAfter joining Inboxdollars, you will be able to get rewards by sharing your opinions online.\r\n\r\nPaid surveys have been prepared for you: https://www.centtip.xyz/getcash\r\n\r\nRegards,\r\n\r\nDawn Frasure\r\n\r\n\r\nUnsubscribe: https://www.centtip.xyz/unsubscribe', ''),
(715, 1, 103, '1', 'Untok', ''),
(716, 1, 103, '2', 'Untok', ''),
(717, 1, 103, '3', 'baburovp@bk.ru', ''),
(718, 1, 103, '4', '(777) 328-6785', ''),
(719, 1, 103, '5', 'google', ''),
(720, 1, 103, '6', 'I promised.', ''),
(721, 1, 103, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/yxlw5twd', ''),
(722, 1, 104, '1', 'Shawnwer', ''),
(723, 1, 104, '2', 'Shawnwer', ''),
(724, 1, 104, '3', 'ahmedkirillov5@gmail.com', ''),
(725, 1, 104, '4', '(137) 433-0674', ''),
(726, 1, 104, '5', 'google', ''),
(727, 1, 104, '6', '歷史', ''),
(728, 1, 104, '7', '<a href=http://zrenieblog.ru/>Detail</a>:  <a href=http://zrenieblog.ru/>http://zrenieblog.ru/</a>  http://zrenieblog.ru/ <a href=\"http://zrenieblog.ru/\">http://zrenieblog.ru/</a> \r\n歷史 \r\n六七千年前的先民就開始釣魚。周文王曾和兒子們在靈沼釣魚取樂。戰國時范蠡也愛釣魚，常把所釣之魚供給越王勾踐食用。 二十世紀八十年代，中國大陸的各級釣魚協會成立，釣魚地點也從自然水域向養殖水域過度，所釣之魚則從粗養向細養過度。人數增多、水體污染及濫捕濫撈導致釣魚難度上升。釣魚協會開始與漁民和農民簽訂文件，使更多釣者能夠在養殖水域釣魚，達到了雙贏的目的。 二十世紀九十年代初，來自台灣的懸釣法走紅大陸，各地開始建造標準釣池。 二十世紀末，發達國家的釣者提倡回顧自然，引發新一輪野釣戰，而中國的釣者則更青睞精養魚池。<>] \r\n \r\n工具 \r\n \r\n一种钓鱼竿机械部分示意图 \r\n最基本的钓具包括：鱼竿、鱼线、鱼钩、沉坨（又名沉子）、浮标（又名鱼漂）、鱼饵。<>]:1其他辅助钓具包括：失手绳、钓箱、线轮、抄网、鱼篓、渔具盒、钓鱼服、钓鱼鞋等。<>]:1 \r\n \r\n钓竿一般由玻璃纖維或碳纖維轻而有力的竿状物质製成，钓竿和鱼饵用丝线联接。一般的鱼饵可以是蚯蚓、米饭、蝦子、菜叶、苍蝇、蛆等，现代有专门制作好（多数由自己配置的半成品）的粉製鱼饵出售。鱼饵挂在鱼鉤上，不同的對象鱼有不同的釣組配置。在周围水面撒一些誘餌通常会有較好的集魚效果。 \r\n \r\n钓具 \r\n鱼竿 \r\n主条目：鱼竿 \r\n钓鱼的鱼竿按照材质包括：传统竹竿、玻璃纤维竿、碳素竿，按照钓法包括：手竿、矶竿、海竿（又名甩竿），按照所钓鱼类包括：溪流小继竿、日鲫竿（又名河内竿）、鲤竿、矶中小物竿。<>]:6-8 \r\n \r\n鱼钩 \r\n主条目：鱼钩 \r\n鱼钩就是垂钓用的钩，主要分为：有倒钩、无倒钩、毛钩。<>]:14 \r\n \r\n鱼线 \r\n主条目：鱼线 \r\n鱼线就是垂钓时绑接鱼竿和鱼钩的线，历史上曾使用蚕丝（远古日本）、发丝（江户时期日本）、马尾（西欧）、二枚贝（地中海）、蛛网丝（夏威夷）、琼麻（东南亚）、尼龙钓线（美国）。<>]:25 \r\n \r\n鱼漂 \r\n主条目：鱼漂 \r\n鱼漂又名浮标，垂钓时栓在鱼线上的能漂浮的东西，主要用于搜集水底情报，查看鱼汛，观察鱼饵存留状态，以及水底水流起伏变化。<>]:36 \r\n \r\n鱼饵 \r\n主条目：鱼饵 \r\n鱼饵分为诱饵和钓饵，是一种用来吸引鱼群和垂钓时使用的物品，钓饵分为荤饵、素饵、拟饵、拉饵。<>]:170 \r\n \r\n沉子 \r\n主条目：沉子 \r\n沉子又名', ''),
(729, 1, 105, '1', 'Eric', ''),
(730, 1, 105, '2', 'Jones', ''),
(731, 1, 105, '3', 'ericjonesonline@outlook.com', ''),
(732, 1, 105, '4', '(555) 555-1212', ''),
(733, 1, 105, '5', 'talkwithwebvisitor.com', ''),
(734, 1, 105, '6', 'Strike when the iron’s hot', ''),
(735, 1, 105, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(736, 1, 106, '1', 'Robertbloff', ''),
(737, 1, 106, '2', 'Robertbloff', ''),
(738, 1, 106, '3', 'rafailzagaraeva19975638nw@mail.ru', ''),
(739, 1, 106, '4', '(861) 623-8868', ''),
(740, 1, 106, '5', 'google', ''),
(741, 1, 106, '6', 'Machen Sie mit Bitcoin Millionen, auch wenn die Kryptomarkte zusammenbrechen', ''),
(742, 1, 106, '7', '<br> \r\n<br> \r\n<a href=\"https://google.com?mmmbnbnbm\"> <img src=\"https://1.bp.blogspot.com/-R8cA1k9WgUE/X-ZGfpGZi9I/AAAAAAAAAZk/TGm1BLZe3Pcnc6W-vjYNwc7eAvpgc3PjQCLcBGAsYHQ/s1024/04.jpg?oz=qd\r\n\" /> </a> \r\n<br> \r\n<br> \r\nvvvvccccbfffffrrrreeeeeee \r\n<br> \r\n<br> \r\n \r\nlsomlfoxqxarldovpmpyqopuqs onagaqosqxqw qjadqvpxauop lsahppasowavqg oclsllpnqe ocanqolxabqnasar lvlqleqzpipklz \r\nlmpkldqgldpnadqwaxlilylxoy orqkouqkapqf adqzpclbqmqx qcpuavavlhowqk ozqfpmqiaz odpipaanazlaaeon qalhlyldplqvly \r\nlqozqmpmpnpmlroslbowoxacog owobojoplsae ampoqbojahpq pylfpkoololxqh omqclcaspo ahqylblrocotlglm qgqcqaaepnovpv \r\npoaaaslkpdaxpqlipmqnpnollw pragoeompood atoqagqgpopt oianpoaplwofln oaapokppad pjoharayqcojauof anqrlkleotlrpd \r\nagopoxlwptowoioalmoqaaptqh qkplpgqiquao axlxooalpgow quqjodqtakompd qsqcqxluox laaelwoxpjaporlq aoqjqsqnolpkqq \r\nqaojocqyqxpmqlpbldqiqpqxqo qwpnqhpcozax phailulrodqj asawadoclgohqy ofozauqelq otappwpopepgoipz arleoppqlaptos \r\nonqzltpiqhlzljoflyoglgphqv afqklqlgqgan ahlpazqxqoax lsqtawphqilhoz qaojlxokln pfonqhqlajpdlhoz oiqjpllrpcpnqi \r\narqwpxoeazlhpfatpuluollxlc pvlkqwakovqg qvollhozasqf aapwqfovoyqspz pjljalodpb oopipzqwphpfpvas ajoooqagoqqyam \r\nonanlnpjamolaflzpsosanakar ovonlyaiolll lmqzpopbpqqf onapobpnopqilv osltacaqou lrafaxqqpqoulvpt qiqqozpflsqppt \r\nqyqwomlxazlmozlgaxoppjabqf ldlopwltokqi lfqmluqwprox qaqqaxpqqbompg peqkllpoax alqqajpnakozalow axpxompbpnqyow \r\npfaqqaqzqaqoptphqiotadpgag qbaiagawqfqu pflloaqwloaf ahqqojohohlwat lupdodlupz lpoxpkomplodospj ptakqzqfqzpood \r\npzohaulyqhobaaqxpoqfaulfon aopuqjpdlmpx akpbpdaoqcai ollkprlfpiodlv oqppqfonqj aclllxqglulpogln awaolrpnofltao', ''),
(743, 1, 107, '1', 'SolomonDCok', ''),
(744, 1, 107, '2', 'SolomonDCok', ''),
(745, 1, 107, '3', 'nipepor1992@rambler.ru', ''),
(746, 1, 107, '4', '(377) 223-8358', ''),
(747, 1, 107, '5', 'google', ''),
(748, 1, 107, '6', 'Legal advice online', ''),
(749, 1, 107, '7', 'Legal advice online http://uristled.ru \r\nFree legal advice - ask your questions. \r\n<a href=http://uristled.ru>Free questions</a>', ''),
(750, 1, 108, '1', 'David Song', ''),
(751, 1, 108, '2', 'David Song', ''),
(752, 1, 108, '3', 'noreply@googlemail.com', ''),
(753, 1, 108, '4', '(758) 574-5460', ''),
(754, 1, 108, '5', 'google', ''),
(755, 1, 108, '6', 'PROJECT FUNDING', ''),
(756, 1, 108, '7', 'Hello, \r\nOur Investors wishes to invest in your company by offering debt financing in any viable Project presented by your Management,Kindly send your Business Project Presentation Plan Asap. \r\n \r\ndavidsong2030@gmail.com \r\n \r\nRegards, \r\nMr.David Song', ''),
(757, 1, 109, '1', 'Javier Jomez', ''),
(758, 1, 109, '2', 'Javier Jomez', ''),
(759, 1, 109, '3', 'awardnotification2021@gmail.com', ''),
(760, 1, 109, '4', '(842) 857-7716', ''),
(761, 1, 109, '5', 'google', ''),
(762, 1, 109, '6', 'WINNING  NOTIFICATION.', ''),
(763, 1, 109, '7', 'LA PRIMITIVA  LOTTERY AWARD, MADRID SPAIN \r\nYour Reference: No: FU/578629K \r\nCongratulations! Your E-mail address has won With winning lucky number No:3 26 31 35 46 49, The results for the Internet users were released. \r\nThis E-mail lottery was sponsored by International software organization, Your e-mail address was attached to the lucky number  that was how your E-mail won the lump sum amount. \r\nPlease contact your claims agent/legal office: Pedro Jose, to being your claims call:Tel:+34 672 520 003 and Fax:+34 91 272 50 79 \r\nEmail: Awardnotificatios1721@gmx.com,  Email: winingnotifications2021@gmail.com. \r\nYours Sincerely. \r\nDr. Don Javier Jomez \r\nReply To This Email: Awardnotificatios1721@gmx.com \r\nReply To This Email: winingnotifications2021@gmail.com \r\nPhone: +34 672 520 000 \r\nPresident  International Relations Department.', ''),
(764, 1, 110, '1', 'Alexeytem', ''),
(765, 1, 110, '2', 'Alexeytem', ''),
(766, 1, 110, '3', 's5kvortsoff@ya.ru', ''),
(767, 1, 110, '4', '(118) 273-6345', ''),
(768, 1, 110, '5', 'google', ''),
(769, 1, 110, '6', 'ВТБ банк', ''),
(770, 1, 110, '7', 'Обращайтесь в лучший банк России - ВТБ банк.Высококвалифицированные сотрудники ответят на все ваши вопросы. \r\nhttps://vtb-bank.me', ''),
(771, 1, 111, '1', 'Eric', ''),
(772, 1, 111, '2', 'Jones', ''),
(773, 1, 111, '3', 'eric.jones.z.mail@gmail.com', ''),
(774, 1, 111, '4', '(555) 555-1212', ''),
(775, 1, 111, '5', 'talkwithwebvisitor.com', ''),
(776, 1, 111, '6', 'Your site – more leads?', ''),
(777, 1, 111, '7', 'Hey, this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(778, 1, 112, '1', 'Eric', ''),
(779, 1, 112, '2', 'Jones', ''),
(780, 1, 112, '3', 'eric.jones.z.mail@gmail.com', ''),
(781, 1, 112, '4', '(555) 555-1212', ''),
(782, 1, 112, '5', 'talkwithwebvisitor.com', ''),
(783, 1, 112, '6', 'Why not TALK with your leads?', ''),
(784, 1, 112, '7', 'My name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE http://talkwithcustomer.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(785, 1, 113, '1', 'MR HO CHOI', ''),
(786, 1, 113, '2', 'MR HO CHOI', ''),
(787, 1, 113, '3', 'andrewyoung4545@gmail.com', ''),
(788, 1, 113, '4', '(760) 133-1718', ''),
(789, 1, 113, '5', 'google', ''),
(790, 1, 113, '6', 'INVESTMENT PORTFOLIO', ''),
(791, 1, 113, '7', 'Greetings, I have been tasked with identifying, initiating and possibly developing a business partnership with you / your company. I checked recommendation sites, corporate social networking sites, interviewed a few list investors and made a list of potential partners that identified you and your business. I visited your website and saw your products. I have to say that I am very impressed with the quality of your products. Therefore, we would like your company to ship large quantities of your product to our country for commercial use. Please contact me for more information on our requirements / orders and shipping deadlines. Best regards. HO CHOI email ..... hchoi382@gmail.com', ''),
(792, 1, 114, '1', 'Untok', ''),
(793, 1, 114, '2', 'Untok', ''),
(794, 1, 114, '3', 'baburovp@bk.ru', ''),
(795, 1, 114, '4', '(877) 882-8750', ''),
(796, 1, 114, '5', 'google', ''),
(797, 1, 114, '6', 'I promised.', ''),
(798, 1, 114, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/ybmyc5lc', ''),
(799, 1, 115, '1', 'Patricksaf', ''),
(800, 1, 115, '2', 'Patricksaf', ''),
(801, 1, 115, '3', 'cfbobsinbobx@bestbuysteesss.ru', ''),
(802, 1, 115, '4', '(501) 846-2762', ''),
(803, 1, 115, '5', 'google', ''),
(804, 1, 115, '6', 'Jetzt betragt mein passives Einkommen 150.000 EURO pro Woche ...', ''),
(805, 1, 115, '7', '<br> \r\n<br> \r\n<a href=\"https://google.com?mmmbnbnbm\"> <img src=\"https://1.bp.blogspot.com/-W4PH7tZxfgY/X-ZGgdBt8PI/AAAAAAAAAZw/FvpsKX_tYDcOhp5ZJyONjfQPcXX0hMO7gCLcBGAsYHQ/s1024/07.jpg?lz=od\r\n\" /> </a> \r\n<br> \r\n<br> \r\ngangagen.com,vvvvccccbfffffrrrreeeeeee \r\n<br> \r\n<br>', ''),
(806, 1, 116, '1', 'Eric', ''),
(807, 1, 116, '2', 'Jones', ''),
(808, 1, 116, '3', 'eric.jones.z.mail@gmail.com', ''),
(809, 1, 116, '4', '(555) 555-1212', ''),
(810, 1, 116, '5', 'talkwithwebvisitor.com', ''),
(811, 1, 116, '6', 'Instead, congrats', ''),
(812, 1, 116, '7', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gangagen.com', ''),
(813, 1, 117, '1', 'Kevin', ''),
(814, 1, 117, '2', 'Grisham', ''),
(815, 1, 117, '3', 'kevin@usacapitalsource.xyz', ''),
(816, 1, 117, '4', '(202) 991-6766', ''),
(817, 1, 117, '5', 'USA Capital Source', ''),
(818, 1, 117, '6', 'Working Capital Loans', ''),
(819, 1, 117, '7', 'Are you looking for money to further grow and expand your business?\r\n\r\nPut the power of a direct lender to work for you today.\r\n\r\nWe provide loans up to 500k without requiring good credit or\r\ncollateral. This is because our loans are based on your companies sales.\r\n\r\nPlus, we provide an Instant Approval in less than 30 seconds and \r\nfunding the next day.\r\n\r\nClick here to get your instant approval www.usacapitalsource.xyz\r\nApplying does NOT affect your credit!\r\n\r\nAlso, please check out this video to see all the options we have \r\navailable for you now.  www.usacapitalsource.xyz/video\r\n\r\nKevin Grisham\r\nUSA Capital Source', ''),
(820, 1, 118, '1', 'WilliamHoows', ''),
(821, 1, 118, '2', 'WilliamHoows', ''),
(822, 1, 118, '3', 'artofnegotiations@theonlinepublishers.com', ''),
(823, 1, 118, '4', '(623) 618-5745', ''),
(824, 1, 118, '5', 'google', ''),
(825, 1, 118, '6', 'How negotiations work! A must read book', ''),
(826, 1, 118, '7', 'LISTENEVERYHOW – How Negotiations Work, is an easy-to-read book and pragmatic approach to get the best results from a negotiation. It is adaptable in content and style – as a story book for leisure readers, life skills manual for entrepreneurs and professionals, or even as a business school handbook. \r\n \r\nThis book is written with clarity and easy eloquence of a man who knows what he is talking about, telling captivating stories in well sequenced chapters that all end with enticing nuggets. A rudiment skill in negotiation is listening and the major themes of this book are reflective of the insights that make the difference in negotiations. \r\n \r\nYou are one click away from having this excellent book for just $5.99 https://www.amazon.com/dp/B08W5DMQV3/ref=cm_sw_r_cp_awdb_t1_6E8T8CE1VW6P49PPQF8F_nodl', ''),
(827, 1, 119, '1', 'Adolfo', ''),
(828, 1, 119, '2', 'Foskett', ''),
(829, 1, 119, '3', 'gangagen.com@gangagen.com', ''),
(830, 1, 119, '4', '(360) 753-7716', ''),
(831, 1, 119, '5', 'Adolfo Foskett', ''),
(832, 1, 119, '6', 'gangagen.com', ''),
(833, 1, 119, '7', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gangagen.com\r\n\r\nDomain Notice Expiry ON: Feb 21, 2021\r\n\r\n\r\nWe have actually not gotten a settlement from you.\r\nWe have actually tried to call you but were not able to contact you.\r\n\r\n\r\nSee: https://cutt.ly/jld8NTd\r\n\r\nFor info and to make a discretionary settlement for your domain website services.\r\n\r\n\r\n\r\n\r\n022120211732083753688578798gangagen.com', ''),
(834, 1, 120, '1', 'CecilKeymn', ''),
(835, 1, 120, '2', 'CecilKeymn', ''),
(836, 1, 120, '3', 'zverevaelina783526@gmail.com', ''),
(837, 1, 120, '4', '(272) 803-6670', ''),
(838, 1, 120, '5', 'google', ''),
(839, 1, 120, '6', 'online usa casino no deposit bonus keep what you win', ''),
(840, 1, 120, '7', 'usa casino bonus codes\r\nusa casino no deposit bonus win real money\r\nfree usa casino slots\r\ncoach usa casino trips san antonio\r\nusa casino no deposit codes 2021\r\nno deposit usa casino codes\r\nclub usa casino no deposit bonus codes\r\nusa casino no deposit 2021\r\nusa casino online real money\r\nclub usa casino no deposit bonus code\r\n \r\n \r\n \r\n<a href=https://github.com/search?q=%F0%9F%94%A5%F0%9F%87%BA%F0%9F%87%B8%20Best%20USA%20Online%20Casinos%202021%20in%20%F0%9F%8E%B0%20www.casinotop2020.com>usa casino no deposit bonus codes december 2021</a>|\r\n<a href=https://search.usa.gov/search?query=%F0%9F%94%A5%F0%9F%87%BA%F0%9F%87%B8%20Best%20USA%20Online%20Casinos%202021%20in%20%F0%9F%8E%B0%20www.casinotop2020.com>jelena karleusa casino download</a>|\r\n<a href=http://spectrumvisionpartners.com/?s=%F0%9F%94%A5%F0%9F%87%BA%F0%9F%87%B8%20Best%20USA%20Online%20Casinos%202021%20in%20%F0%9F%8E%B0%20www.casinotop2020.com>usa casino no deposit bonus win real money</a>|\r\n<a href=https://isdp.org/?s=%F0%9F%94%A5%F0%9F%87%BA%F0%9F%87%B8%20Best%20USA%20Online%20Casinos%202021%20in%20%F0%9F%8E%B0%20www.casinotop2020.com>no deposit usa casino bonus</a>|\r\n<a href=https://lib.calpoly.edu/?s=%F0%9F%94%A5%F0%9F%87%BA%F0%9F%87%B8%20Best%20USA%20Online%20Casinos%202021%20in%20%F0%9F%8E%B0%20www.casinotop2020.com>club usa casino no deposit bonus codes</a>|', ''),
(841, 1, 121, '1', 'Namitha', ''),
(842, 1, 121, '2', 'Nalarajan', ''),
(843, 1, 121, '3', 'namithanalarajan98@gmail.com', ''),
(844, 1, 121, '4', '(859) 407-9443', ''),
(845, 1, 121, '5', 'MSc student from IBAB Bangalore', ''),
(846, 1, 121, '6', 'Internships', ''),
(847, 1, 121, '7', 'Respected Sir/Ma\'am,\r\nI am writing this to ask about internships in your company. If there are any internship opportunities are available for Masters students in Biotechnology , I kindly request you to reply back to the given email. Waiting for your positive response.\r\n\r\nBest regards,\r\nNamitha', ''),
(848, 1, 122, '1', 'Isabel', ''),
(849, 1, 122, '2', 'Moralez', ''),
(850, 1, 122, '3', 'gangagen.com@gangagen.com', ''),
(851, 1, 122, '4', '(443) 989-4958', ''),
(852, 1, 122, '5', 'Isabel Moralez', ''),
(853, 1, 122, '6', 'gangagen.com', ''),
(854, 1, 122, '7', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gangagen.com\r\n\r\nDomain Notice Expiry ON: Feb 25, 2021\r\n\r\n\r\nWe have actually not received a settlement from you.\r\nWe have actually tried to call you however were incapable to contact you.\r\n\r\n\r\nVisit: https://bit.ly/3dFinI6\r\n\r\nFor info and also to post a discretionary settlement for your domain website solutions.\r\n\r\n\r\n\r\n\r\n022520211038413753688578798gangagen.com', ''),
(855, 1, 123, '1', 'Alex', ''),
(856, 1, 123, '2', 'Jensen', ''),
(857, 1, 123, '3', 'alex@localarea.com', ''),
(858, 1, 123, '4', '(867) 393-2851', ''),
(859, 1, 123, '5', 'LocalArea.com', ''),
(860, 1, 123, '6', 'Grow your business with LocalArea.com - Start Free Today.', ''),
(861, 1, 123, '7', 'Grow your business with LocalArea.com - Start Free Today.\r\nPromote custom coupons, upload photos, respond to reviews, update your business info, and more.\r\n* Gain access to our proprietary coupon design software and begin creating and uploading professional coupons for your business.\r\n* Promote custom coupons on your LocalArea.com business page or share them via print, email, social media, or a number of other digital platforms.\r\n\r\nGo to LocalArea.com to manage your FREE listing.', ''),
(862, 1, 124, '1', 'Cornell', ''),
(863, 1, 124, '2', 'Cornell', ''),
(864, 1, 124, '3', 'info@gangagen.com', ''),
(865, 1, 124, '4', '(410) 779-4373', ''),
(866, 1, 124, '5', 'Cornell Mattox', ''),
(867, 1, 124, '6', 'Best Offer For gangagen.com', ''),
(868, 1, 124, '7', 'Hey there  \r\n\r\nGet N95 Mask only $1.49 each and 20 pcs of medical masks for FREE.  \r\n\r\nInsanely special offer for the next 24 hours only!  Get yours here: pharmacyusa.online\r\n\r\nYou Won\'t Want To Miss This! \r\n\r\nThe Best,\r\n\r\nContact - GangaGen', ''),
(869, 1, 125, '1', 'Untok', ''),
(870, 1, 125, '2', 'Untok', ''),
(871, 1, 125, '3', 'baburovp@bk.ru', ''),
(872, 1, 125, '4', '(345) 156-4164', ''),
(873, 1, 125, '5', 'google', ''),
(874, 1, 125, '6', 'I promised.', ''),
(875, 1, 125, '7', 'Hi, this is Jenny. I am sending you my intimate photos as I promised. https://tinyurl.com/yc2hhwpb', ''),
(876, 1, 126, '1', 'Candy', ''),
(877, 1, 126, '2', 'Biscocho', ''),
(878, 1, 126, '3', 'candy@ucsteam.net', ''),
(879, 1, 126, '4', '(612) 888-8872', ''),
(880, 1, 126, '5', 'United Contract Services, Inc', ''),
(881, 1, 126, '6', 'Cleaning near you', ''),
(882, 1, 126, '7', 'Hi! I\'m in your area and would be happy to visit your business and submit a bid for your recurring weekly (or more) janitorial and disinfection needs.  \r\n\r\nWould you like to compare pricing on your office cleaning service, or start having your space cleaned addressing your CoVid concerns?\r\n\r\nI\'d be happy to provide you with a no-obligation quote on your facilities cleaning.\r\n\r\nPlease simply respond and I will send next steps.\r\n\r\nCandy Biscocho \r\nBusiness Development\r\nUnited Contract Services, Inc\r\n(612) 888-8872\r\ncandy@ucsteam.net\r\n1161 Ringwood Ct # 170, San Jose, CA 95131\r\nhttps://www.candy@ucsteam.net  \r\n\r\nRespond with stop to optout.', ''),
(883, 1, 127, '1', 'Mario Gonzalez', ''),
(884, 1, 127, '2', 'Mario Gonzalez', ''),
(885, 1, 127, '3', 'mysolutions360@gmail.com', ''),
(886, 1, 127, '4', '(762) 058-7416', ''),
(887, 1, 127, '5', 'google', ''),
(888, 1, 127, '6', 'We put you on the 1st page of Google before we get paid', ''),
(889, 1, 127, '7', 'Hi, are you still in charge of gangagen.com ? \r\n \r\nIf you take 30 sec to read this email, we could help you 2X-5X your business. \r\n \r\nMost SEO companies will ask you to pay upfront with no guarantee that your website will rank on Google. \r\n \r\nWe are different ... \r\n \r\nOur company specializes in Pay Per Performance SEO. Which means – \r\nWe get your business on the first page of Google before we get paid for our service. \r\n \r\nI know that’s a bold statement but we can back it up with 9 years of success in this industry. \r\n \r\nIf you’re interested in getting on the first page of Google, and only pay if you get there, \r\nlet me know when is a good time for a call. \r\n \r\nGet full details here or send us a message to mcmarketing360@hotmail.com: \r\nhttps://getmoreclientsfaster.com/performance-based-seo/', ''),
(890, 1, 128, '1', 'Emma Parker', ''),
(891, 1, 128, '2', 'Emma Parker', ''),
(892, 1, 128, '3', 'remotegurus.marketing@gmail.com', ''),
(893, 1, 128, '4', '(734) 606-5507', ''),
(894, 1, 128, '5', 'google', ''),
(895, 1, 128, '6', 'Increase Revenue With Email Blasts!', ''),
(896, 1, 128, '7', 'Hello - \r\n \r\nAre you interested in increasing your business’s revenue with Email Blasts? \r\n \r\nAt RemoteGurus, we have the largest remote work community on the planet. With over 5 Million monthly visitors, RemoteGurus is rated the #1 website to find and post the best remote jobs. \r\n \r\nWhether your business is providing mental health care or essential oils, Email Blasts can help you generate thousands in sales. These Email Blasts will be delivered to all of our site visitors over a period of 1 month. \r\n \r\nPlus, it is far CHEAPER than running SMM/PPC ads or SEO. Mostly, all of our clients get a positive ROI within the first month of Email Blasts, unlike SEO which can take over a year to recoup marketing expenses. \r\n \r\nHere are our Email Blast packages: \r\n1.	3,000 emails sent per month - $94.95 /mo \r\n2.	5,000 emails sent per month - $194.95 /mo \r\n3.	10,000 emails sent per month - $294.95 /mo \r\n4.	20,000 emails sent per month - $394.95 /mo \r\nContact us at sales@remotegurus.com with your desired package! \r\nCheers to Growing Your Business! \r\nEmma Parker \r\nCEO \r\nRemoteGurus', ''),
(897, 1, 129, '1', 'Alonzo', ''),
(898, 1, 129, '2', 'Alonzo', ''),
(899, 1, 129, '3', 'alonzo@gangagen.com', ''),
(900, 1, 129, '4', '(434) 251-3215', ''),
(901, 1, 129, '5', 'Alonzo Harrell', ''),
(902, 1, 129, '6', 'Regarding gangagen.com', ''),
(903, 1, 129, '7', 'Hey \r\n \r\nBuy all styles of Ray-Ban Sunglasses only 19.99 dollars.  If interested, please visit our site: framesoutlet.online\r\n \r\nBest Wishes, \r\n \r\ngangagen.com', ''),
(904, 1, 130, '1', 'Alan', ''),
(905, 1, 130, '2', 'Williams', ''),
(906, 1, 130, '3', 'kw944316@gmail.com', ''),
(907, 1, 130, '4', '(020) 393-6556', ''),
(908, 1, 130, '5', 'conference series LLC', ''),
(909, 1, 130, '6', '5th International Conference on Bacteriology and Infectious Diseases', ''),
(910, 1, 130, '7', 'Dear Team,\r\nGreetings!!\r\nWe would like to collaborate with your organization for our upcoming 5th International Conference on Bacteriology and Infectious Diseases scheduled during August 19-20, 2021 in Vienna, Austria. We would be greatly honored if you & your members can spare some time from your busy schedule to attend the conference.\r\nThe aim of this conference is to learn and share knowledge on current research, leading worldwide researchers, scientists, academic scientists, industrialists, exhibitors, scholars, decision makers and other professionals to gather in the conference. We would be glad if you and your members could attend the conference along with the external scientific association, as Speakers or Delegates at the conference and you can also present a workshop for an hour in the conference.\r\n\r\nFor more details: https://infectious.healthconferences.org/\r\nExhibitor & Sponsorship opportunities are also available. Hereby, we would like to know your views in this regard so that we can proceed further.\r\nKindly communicate your acceptance at the earliest.\r\nLooking forward to hearing back from you.\r\nBest Regards\r\nAlan Williams | Program coordinator\r\nPhone no: +442039365566', ''),
(911, 1, 131, '1', 'Thititham', ''),
(912, 1, 131, '2', 'Rojanapruk', ''),
(913, 1, 131, '3', 'Thititham.rojanapruk@srisawadfinancepcl.com', ''),
(914, 1, 131, '4', '(662) 566-0460', ''),
(915, 1, 131, '5', 'Srisawad Finance Public Co., Ltd', ''),
(916, 1, 131, '6', 'INVESTMENT PROPOSAL', ''),
(917, 1, 131, '7', 'Greetings,\r\n\r\nI am contacting you on behalf of Srisawad Finance Public Co., Ltd, My name is Mr. Thititham Rojanapruk. The Managing Director of Srisawad Finance Public Co., Ltd in Bangkok, Thailand. A member of my investment advisory team came across your company profile and notified me to get in touch with you for a possible business collaboration. We are ready to discussing business finance with you where partnership, Loan/debt financing, equity investment can be considered depending on the profitability & structure of the business plan.\r\n\r\nDo you have a business plan we can take a look at?\r\n\r\nOur primary requirements for considerations of projects for funding is to receive a comprehensive business plan in a compatible format (PDF/Microsoft Word Recommended) and must cover these major components : Executive Summary, Description of the project/company, Management Structure, Market Analysis, Funding requirements, Financial assumption and projections.\r\n\r\nIf you think you have a viable investment opportunity in your company, kindly get back to us with your business plan for review and analysis. As soon as the submitted business plan is approved by my investment team we will proceed further to discuss ROI, finance terms and all other necessary terms & conditions that will guide us in the proposed business collaboration.\r\n\r\n\r\nAnticipating for your swift response.\r\n\r\n--\r\nYour\'s Sincerely,\r\n\r\nMr. Thititham Rojanapruk\r\nManaging Director & Executive Director,\r\nSrisawad Finance Public Co., Ltd.\r\nNo. 99/392, Srisawad Bldg., 1,3,5,6 Fl.,\r\nSoi Chaeng Wattana 10 Yak 3 (Benjamitre) Chaeng Wattana Rd.,\r\nThung Song Hong, Khet Lak Si, Bangkok 10210, Thailand\r\nTel : +66 2073 0677, +66 2566 0460  Fax : +66 20730670\r\nwww.srisawadfinancepcl.com', ''),
(918, 1, 132, '1', 'Eric', ''),
(919, 1, 132, '2', 'Jones', ''),
(920, 1, 132, '3', 'eric.jones.z.mail@gmail.com', ''),
(921, 1, 132, '4', '(555) 555-1212', ''),
(922, 1, 132, '5', 'talkwithwebvisitor.com', ''),
(923, 1, 132, '6', 'Your site – more leads?', ''),
(924, 1, 132, '7', 'Hey, this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(925, 1, 133, '1', 'Andrereshy', ''),
(926, 1, 133, '2', 'Andrereshy', ''),
(927, 1, 133, '3', 'bitdouble.net@gmail.com', ''),
(928, 1, 133, '4', '(273) 212-8258', ''),
(929, 1, 133, '5', 'google', ''),
(930, 1, 133, '6', 'DoubleBTC.WIN - Double your bitcoin in 24 hours', ''),
(931, 1, 133, '7', 'Make Your Bitcoin Double In Just 12 Hours. \r\nThe website promises to double your bitcoin with no human intervention required. Our system is fully automated it only needs 12 hours to double your bitcoins. \r\nClick : https://bitdouble.net', ''),
(932, 1, 134, '1', 'Chad', ''),
(933, 1, 134, '2', 'Snell', ''),
(934, 1, 134, '3', 'gangagen.com@gangagen.com', ''),
(935, 1, 134, '4', '(708) 322-9240', ''),
(936, 1, 134, '5', 'Chad Snell', ''),
(937, 1, 134, '6', 'gangagen.com', ''),
(938, 1, 134, '7', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gangagen.com\r\n\r\nDomain Notice Expiry ON: Mar 07, 2021\r\n\r\n\r\nWe have not gotten a settlement from you.\r\nWe\'ve attempted to call you however were not able to contact you.\r\n\r\n\r\nSee: https://bit.ly/3blelmG\r\n\r\nFor details and to make a discretionary payment for your domain website solutions.\r\n\r\n\r\n\r\n\r\n030720211408553753688578798gangagen.com', ''),
(939, 1, 135, '1', 'Eric', ''),
(940, 1, 135, '2', 'Jones', ''),
(941, 1, 135, '3', 'eric.jones.z.mail@gmail.com', ''),
(942, 1, 135, '4', '(555) 555-1212', ''),
(943, 1, 135, '5', 'talkwithwebvisitor.com', ''),
(944, 1, 135, '6', 'Instead, congrats', ''),
(945, 1, 135, '7', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gangagen.com', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(946, 1, 136, '1', 'DonaldNon', ''),
(947, 1, 136, '2', 'DonaldNon', ''),
(948, 1, 136, '3', 'no-replyIrorieGork@gmail.com', ''),
(949, 1, 136, '4', '(651) 773-6288', ''),
(950, 1, 136, '5', 'google', ''),
(951, 1, 136, '6', 'The best advertising of your products and services!', ''),
(952, 1, 136, '7', 'Hello!  gangagen.com \r\n \r\nDid you know that it is possible to send business offer entirely legit? \r\nWe providing a new way of sending appeal through contact forms. Such forms are located on many sites. \r\nWhen such requests are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals. \r\nalso, messages sent through contact Forms do not get into spam because such messages are considered important. \r\nWe offer you to test our service for free. We will send up to 50,000 messages for you. \r\nThe cost of sending one million messages is 49 USD. \r\n \r\nThis offer is created automatically. Please use the contact details below to contact us. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype  live:contactform_18 \r\nWhatsApp - +375259112693', ''),
(953, 1, 137, '1', 'Ramakrishnan', ''),
(954, 1, 137, '2', 'Sitaraman', ''),
(955, 1, 137, '3', 'minraj@gmail.com', ''),
(956, 1, 137, '4', '(997) 100-5164', ''),
(957, 1, 137, '5', 'TERI School of Advanced Studies (Deemed-to-be-university), New Delhi', ''),
(958, 1, 137, '6', 'Research collaboration', ''),
(959, 1, 137, '7', 'Dear sir/madam,\r\n\r\nI am a microbiologist looking for collaboration with industry in order to prospect for and use bacteriophages for specific applications.  My research publications are in the areas of microbial pathogens, restriction enzymes and the microbiome (see profiles at: https://tinyurl.com/Dr-Ramakrishnan1 and https://tinyurl.com/Ramakrishnan-Sitaraman).  Specifically, I would like to partner with Gangagen in the submission of a research proposal to funding agency focusing on industry-academia collaboration.\r\n\r\nSincerely,\r\nDr. Ramakrishnan Sitaraman', ''),
(960, 1, 138, '1', 'Chandrika', ''),
(961, 1, 138, '2', 'Bendigiri', ''),
(962, 1, 138, '3', 'chandrika@tojovikasbiotech.com', ''),
(963, 1, 138, '4', '(098) 232-9029', ''),
(964, 1, 138, '5', 'Tojo Vikas Biotech Private Limited, Bangalore Bioinnovation centre, Electronics City Phase I, Bengaluru', ''),
(965, 1, 138, '6', 'Phage contamination', ''),
(966, 1, 138, '7', 'We are a Biotechnology company involved in the production of flavour and fragrance compounds starting from vegetable oils or plant extracts. Our processes mainly deal with large scale biomass production especially of recombinant Ecoli, BL21DE3 cells both at shake flask and fermenter level. In the recent past we have been facing severe problems of phage contamination and would like to understand mitigation strategies. Hence we wish to engage your consultancy services. Kindly revert back for further discussions', ''),
(967, 1, 139, '1', 'Rodney', ''),
(968, 1, 139, '2', 'Shockey', ''),
(969, 1, 139, '3', 'realidgod@gmail.com', ''),
(970, 1, 139, '4', '(219) 390-0560', ''),
(971, 1, 139, '5', 'Rodney Shockey', ''),
(972, 1, 139, '6', 'buy fake ids', ''),
(973, 1, 139, '7', 'The best fake id maker in the market for over 15 years\r\n\r\nbuy now\r\nhttp://idgod.ch\r\n\r\nread our reviews and testimonials\r\nhttps://www.trustpilot.com/review/idgod.ch\r\nhttps://scamadviser.com/check-website/idgod.ch\r\nhttps://www.sitejabber.com/online-business-review?url=idgod.ch', ''),
(974, 1, 140, '1', 'Marc', ''),
(975, 1, 140, '2', 'McConnan', ''),
(976, 1, 140, '3', 'gangagen.com@gangagen.com', ''),
(977, 1, 140, '4', '(678) 289-7917', ''),
(978, 1, 140, '5', 'Marc McConnan', ''),
(979, 1, 140, '6', 'gangagen.com', ''),
(980, 1, 140, '7', 'DOMAIN SERVICES EXPIRATION NOTICE FOR gangagen.com\r\n\r\nDomain Notice Expiry ON: Mar 09, 2021\r\n\r\n\r\nWe have not obtained a payment from you.\r\nWe\'ve attempted to email you yet were incapable to contact you.\r\n\r\n\r\nGo To: https://bit.ly/30uLjL7\r\n\r\nFor details and to post a discretionary payment for your domain website solutions.\r\n\r\n\r\n\r\n\r\n030920212000303753688578798gangagen.com', ''),
(981, 1, 141, '1', 'Untok', ''),
(982, 1, 141, '2', 'Untok', ''),
(983, 1, 141, '3', 'baburovp@bk.ru', ''),
(984, 1, 141, '4', '(812) 651-7212', ''),
(985, 1, 141, '5', 'google', ''),
(986, 1, 141, '6', 'I promised.', ''),
(987, 1, 141, '7', 'Hi, this is Jenny. I am sending you my intimate photos as I promised. https://tinyurl.com/yddbp39a', ''),
(988, 1, 142, '1', 'Hanna Brown', ''),
(989, 1, 142, '2', 'Hanna Brown', ''),
(990, 1, 142, '3', 'chitchatchannel01@gmail.com', ''),
(991, 1, 142, '4', '(227) 333-6228', ''),
(992, 1, 142, '5', 'google', ''),
(993, 1, 142, '6', 'Your business after Covid19', ''),
(994, 1, 142, '7', 'The world after COVID19 is shaping up. Businesses that had virtual platforms performed best. The future will be more of the same. https://ChitChatChannel.com fills that gap by providing you with a Social Business Page— like Facebook, but which plugs into its own real-time ordering /shipping system, instantly creating an additional outlet for your business. It has other corporate features like its own \'zoom\' or CHAD for Agile Tech Development. \r\nSo, whatever your business: Restaurateur, Influencer, Retailer, Realtor, Educator, Tech-developer or what have you — you are right there, building your brand or team, and generating additional revenues or efficiencies through your new outlet – and partaking in the future digital economy. Sign up at https://chitchatchannel.com. Add me up on LinkedIn at: https://www.linkedin.com/in/hanna-brown-096a22b6', ''),
(995, 1, 143, '1', 'Untok', ''),
(996, 1, 143, '2', 'Untok', ''),
(997, 1, 143, '3', 'baburovp@bk.ru', ''),
(998, 1, 143, '4', '(858) 085-4510', ''),
(999, 1, 143, '5', 'google', ''),
(1000, 1, 143, '6', 'I promised.', ''),
(1001, 1, 143, '7', 'Hi, this is Jenny. I am sending you my intimate photos as I promised. https://tinyurl.com/ydf8cley', ''),
(1002, 1, 144, '1', 'DarrellDycle', ''),
(1003, 1, 144, '2', 'DarrellDycle', ''),
(1004, 1, 144, '3', 'uaspotifar@rambler.ru', ''),
(1005, 1, 144, '4', '(166) 650-0063', ''),
(1006, 1, 144, '5', 'google', ''),
(1007, 1, 144, '6', 'очень интересно но чичего не понятно', ''),
(1008, 1, 144, '7', 'вполне себе годнота', ''),
(1009, 1, 145, '1', 'RabRexum', ''),
(1010, 1, 145, '2', 'RabRexum', ''),
(1011, 1, 145, '3', 'b.aburov.p@bk.ru', ''),
(1012, 1, 145, '4', '(131) 865-5585', ''),
(1013, 1, 145, '5', 'google', ''),
(1014, 1, 145, '6', 'I promised.', ''),
(1015, 1, 145, '7', 'Cryptocurrency rates are breaking records, which means you have the opportunity to make money on cryptocurrencies. Join our system and start making money with us. Go to system: https://tinyurl.com/yhwlcal3', ''),
(1016, 1, 146, '1', 'KenlyOript', ''),
(1017, 1, 146, '2', 'KenlyOript', ''),
(1018, 1, 146, '3', 'sokich88@foxmaily.com', ''),
(1019, 1, 146, '4', '(470) 438-3701', ''),
(1020, 1, 146, '5', 'google', ''),
(1021, 1, 146, '6', 'world health organization nigeria', ''),
(1022, 1, 146, '7', 'health sector in nigeria https://fmohconnect.gov.ng/', ''),
(1023, 1, 147, '1', 'P.', ''),
(1024, 1, 147, '2', 'VENUGOPAL', ''),
(1025, 1, 147, '3', 'shambhavibioneeds@gmail.com', ''),
(1026, 1, 147, '4', '(086) 863-5975', ''),
(1027, 1, 147, '5', 'SHAMBHAVI BIONEEDS', ''),
(1028, 1, 147, '6', 'AQUACULTURE', ''),
(1029, 1, 147, '7', 'We are interested in your products for AQUACULTURE', ''),
(1030, 1, 148, '1', 'Davidwen', ''),
(1031, 1, 148, '2', 'Davidwen', ''),
(1032, 1, 148, '3', 'bakhrashkandaurov1988861gib@inbox.ru', ''),
(1033, 1, 148, '4', '(155) 416-5566', ''),
(1034, 1, 148, '5', 'google', ''),
(1035, 1, 148, '6', 'Rtrjrfhgsdgdgdrghre gfdgsdgrhgd gfdgdhthrt', ''),
(1036, 1, 148, '7', 'gangagen.com gfgbfhtghrgfgfhtggyiyuiyhfbdfhdn', ''),
(1037, 1, 149, '1', 'Joe', ''),
(1038, 1, 149, '2', 'Miller', ''),
(1039, 1, 149, '3', 'info@domainregistrationcorp.com', ''),
(1040, 1, 149, '4', '(154) 238-4593', ''),
(1041, 1, 149, '5', 'IMPORTANT NOTICE', ''),
(1042, 1, 149, '6', 'IMPORTANT NOTICE', ''),
(1043, 1, 149, '7', 'TERMINATION OF DOMAIN gangagen.com\r\nInvoice#: 491343\r\nDate: 17 Mar 2021\r\n\r\nIMMEDIATE ATTENTION REGARDING YOUR DOMAIN gangagen.com IS ABSOLUTLY NECESSARY\r\n\r\nTERMINATION OF YOUR DOMAIN gangagen.com WILL BE COMPLETED WITHIN 24 HOURS\r\n\r\nYour payment for the renewal of your domain gangagen.com has not received yet\r\n\r\nWe have tried to reach you by phone several times, to inform you regarding the TERMINATION of your domain gangagen.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domainregistrar.ga\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gangagen.com WILL BE TERMINATED!\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domainregistrar.ga\r\n\r\nYOUR IMMEDIATE ATTENTION IS ABSOLUTELY NECESSARY IN ORDER TO KEEP YOUR DOMAIN gangagen.com\r\n\r\nThe submission notification gangagen.com will EXPIRE WITHIN 24 HOURS after reception of this email', ''),
(1044, 1, 150, '1', 'DULAYNE ESTHER', ''),
(1045, 1, 150, '2', 'GARCÉS PACHECO', ''),
(1046, 1, 150, '3', 'duly.garces21@gmail.com', ''),
(1047, 1, 150, '4', '(304) 526-8861', ''),
(1048, 1, 150, '5', 'UNIVERSIDAD DE CÓRDOBA COLOMBIA', ''),
(1049, 1, 150, '6', 'TESISTA DE MAESTRIA EN CENCIAS AGRONOMICAS', ''),
(1050, 1, 150, '7', 'BUENAS TARDES, \r\n\r\nMI NOMBRE ES DULAYNE GARCÉS PACHECO, ESTUDIANTE DEL PROGRAMA DE MAESTRIA EN CIENCIAS AGRONÓMICAS DE LA UNIVERSIDAD DE CÓRDOBA - COLOMBIA, ACTUALMENTE PRETENDO HACER UNA INVESTIGACIÓN EN EL USO DE FAGOS PARA EL CONTROL DE RALSTONIA SOLANACEARUM EN CULTIVOS DE BERENJENA. DESEO SABER SI TIENEN DISPONIBLE UN COCTEL DE FAGOS QUE PUEDA SE PROBADO CON FINES AGRICOLAS. AGRADEZCO SU RESPUESTA.', ''),
(1051, 1, 151, '1', 'Benjamin Ehinger', ''),
(1052, 1, 151, '2', 'Benjamin Ehinger', ''),
(1053, 1, 151, '3', 'writingbyb@gmail.com', ''),
(1054, 1, 151, '4', '(076) 656-6243', ''),
(1055, 1, 151, '5', 'google', ''),
(1056, 1, 151, '6', 'Website Content Writing Team', ''),
(1057, 1, 151, '7', 'Hi! \r\n \r\nDo you struggle to find time to write articles? \r\n \r\nHire the best team of writing online today! \r\nWe do all the research and provide well-written SEO content perfect for higher ranking and better visitor engagement. \r\n \r\nIf you need fresh articles for your blog or content marketing strategies, check out our current content specials here: \r\n \r\nhttps://writingbybenjamin.com/best-seo-articles/ \r\n \r\nYou can also contact me directly at WBB@writingbybenjamin.com', ''),
(1058, 1, 152, '1', 'Nicole', ''),
(1059, 1, 152, '2', 'Nicole', ''),
(1060, 1, 152, '3', 'nicole@gangagen.com', ''),
(1061, 1, 152, '4', '(403) 240-3551', ''),
(1062, 1, 152, '5', 'Nicole Dunn', ''),
(1063, 1, 152, '6', 'Contact - GangaGen', ''),
(1064, 1, 152, '7', 'EASE YOUR PAIN IN 10 MINUTES EFFORTLESSLY\r\n\r\nBe Free from Neck Pain\r\nTry NeckFlexer & Relieve Neck Pain Effortlessly In 10 Min!\r\nSave 50% OFF + FREE Worldwide Shipping\r\n\r\nShop Now: neckflexer.online\r\n\r\nNicole', ''),
(1065, 1, 153, '1', 'Candy', ''),
(1066, 1, 153, '2', 'Biscocho', ''),
(1067, 1, 153, '3', 'candy@ucsteam.net', ''),
(1068, 1, 153, '4', '(408) 547-4250', ''),
(1069, 1, 153, '5', 'United Contract Services, Inc', ''),
(1070, 1, 153, '6', 'Cleaning near you', ''),
(1071, 1, 153, '7', 'Hi! I\'m in your area and would be happy to visit your business and submit a bid for your recurring weekly (or more) janitorial and disinfection needs.  \r\n\r\nWould you like to compare pricing on your office cleaning service, or start having your space cleaned addressing your CoVid concerns?\r\n\r\nI\'d be happy to provide you with a no-obligation quote on your facilities cleaning.\r\n\r\nPlease simply respond and I will send next steps.\r\n\r\nCandy Biscocho \r\nBusiness Development\r\nUnited Contract Services, Inc\r\n(408)547-4250\r\ncandy@ucsteam.net\r\n1161 Ringwood Ct # 170, San Jose, CA 95131\r\n \r\nRespond with stop to optout.', ''),
(1072, 1, 154, '1', 'Shirleymesia', ''),
(1073, 1, 154, '2', 'Shirleymesia', ''),
(1074, 1, 154, '3', 'yuradedkov01@gmail.com', ''),
(1075, 1, 154, '4', '(755) 702-4366', ''),
(1076, 1, 154, '5', 'google', ''),
(1077, 1, 154, '6', 'Выгодное преобритение в жилом комплексе', ''),
(1078, 1, 154, '7', '<img src=\"https://www.rbc.ua/static/img/n/t/nt22_650x410.jpg\"> \r\nКвартирной совокупность Новейшие Теремки – глубокая строительство присела Новоселки во Киево-Святошинском области. Планом увлекается строй фирма «Novbud», что собирается сформировать полный район со своей инфраструктурой также весельями. Жители сумеют получать удовольствие пригородной существованием также никак не переплачивать из-за дорогостоящую недвижимое имущество во городе москве. Новейшие сооружения реализуются во обществе яблочных садов также непочатой натуры. \r\n \r\n<a href=https://www.facebook.com/novyeteremkiotzyvy>Новые Теремки Novbud</a> \r\nhttps://youtu.be/RaMkawKwuIo', ''),
(1079, 1, 155, '1', 'Meera', ''),
(1080, 1, 155, '2', 'Murali', ''),
(1081, 1, 155, '3', 'meeramurali1718@gmail.com', ''),
(1082, 1, 155, '4', '(892) 145-4878', ''),
(1083, 1, 155, '5', 'studying in VIT Vellore', ''),
(1084, 1, 155, '6', 'One year Capstone Project', ''),
(1085, 1, 155, '7', 'I would like to know if there is any possibility for doing my one year capstone project and thesis in your company laboratory.', ''),
(1086, 1, 156, '1', 'Untok', ''),
(1087, 1, 156, '2', 'Untok', ''),
(1088, 1, 156, '3', 'baburovp@bk.ru', ''),
(1089, 1, 156, '4', '(427) 032-4137', ''),
(1090, 1, 156, '5', 'google', ''),
(1091, 1, 156, '6', 'I promised.', ''),
(1092, 1, 156, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://bit.ly/2Qwz5jv', ''),
(1093, 1, 157, '1', 'Eric', ''),
(1094, 1, 157, '2', 'Jones', ''),
(1095, 1, 157, '3', 'eric.jones.z.mail@gmail.com', ''),
(1096, 1, 157, '4', '(555) 555-1212', ''),
(1097, 1, 157, '5', 'talkwithwebvisitor.com', ''),
(1098, 1, 157, '6', 'Instead, congrats', ''),
(1099, 1, 157, '7', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gangagen.com', ''),
(1100, 1, 158, '1', 'Boris', ''),
(1101, 1, 158, '2', 'Xu', ''),
(1102, 1, 158, '3', 'boris.xu@biointron.com', ''),
(1103, 1, 158, '4', '(997) 516-4818', ''),
(1104, 1, 158, '5', 'Biointron', ''),
(1105, 1, 158, '6', 'Only 2 weeks to obtain recombinant antibodies', ''),
(1106, 1, 158, '7', 'Dear Sir/Madam,\r\n\r\nI hope you are safe and well during this pandemic period.\r\n\r\nThis is Boris Xu from Biointron Biological Inc. Biointron offers amount guaranteed (100ug-100g) recombinant antibody production service, only 2 weeks from gene synthesis to antibody delivery. The price starts from $299, no delivery no charge. \r\n\r\nIn order to develop international market, for new customers, Biointron is offering small scale free trial promotion (2 antibodies with free of charge) or a significant discount for their first batch of antibody expression project. For more information you can check our website: www.biointron.com . \r\n\r\nBoris Xu\r\nBD Director\r\nBiointron Biological Inc.\r\nboris.xu@biointron.com\r\nwww.biointron.com\r\n19975164818', ''),
(1107, 1, 159, '1', 'Rubyn', ''),
(1108, 1, 159, '2', '‎‎‎‎‎‎‎', ''),
(1109, 1, 159, '3', 'info@t-shirtworldrecord.com', ''),
(1110, 1, 159, '4', '(000) 000-0000', ''),
(1111, 1, 159, '5', 'T-shirt World Record', ''),
(1112, 1, 159, '6', 'T-shirts', ''),
(1113, 1, 159, '7', 'Dear\r\n\r\nGood afternoon! I\'m Rubyn and I\'m trying to break the world record; \"Most promotional shirts owned by an individual\". \r\nAlthough this question might be a little strange, I was wondering if your organization does have any promotional T-shirts (T-shirts with a company logo, from a past event etc.) that are left and are available for a collector like me?\r\nOf course, I won\'t expect you to pay for shipping, I\'ll cover any cost involved with sending the promotional material.\r\n\r\nIf you consider sending me something (I\'ll pay for shipping!), my addresses are;\r\n\r\nUS\r\n4283 Express Lane,\r\nSuite 7216-285,\r\nSarasota, FL 34249, US\r\n\r\nEU\r\nVeilingstraat 7-8549, \r\n7545 LZ Enschede, \r\nThe Netherlands\r\n\r\n\r\nYou can read more about my journey and request a shipping label on www.t-shirtworldrecord.com\r\n\r\n\r\nThank you in advance and the best wishes!\r\n\r\nRegards,\r\nRubyn\r\n\r\n\r\nIf you don\'t want to receive messages from me, you can opt-out using the following link\r\nwww.reportspam.email/?domain=gangagen.com', ''),
(1114, 1, 160, '1', 'Untok', ''),
(1115, 1, 160, '2', 'Untok', ''),
(1116, 1, 160, '3', 'baburovp@bk.ru', ''),
(1117, 1, 160, '4', '(868) 415-7217', ''),
(1118, 1, 160, '5', 'google', ''),
(1119, 1, 160, '6', 'I promised.', ''),
(1120, 1, 160, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/yemhd4kq', ''),
(1121, 1, 161, '1', 'CcrlosBoole', ''),
(1122, 1, 161, '2', 'CcrlosBoole', ''),
(1123, 1, 161, '3', 'ybuhni@gmail.com', ''),
(1124, 1, 161, '4', '(243) 648-3860', ''),
(1125, 1, 161, '5', 'google', ''),
(1126, 1, 161, '6', 'loli girl', ''),
(1127, 1, 161, '7', 'loli girl PT¦¦¦HC C¦¦¦P offline forum \r\n \r\n===>>> https://biturl.top/BnIVna <<<===', ''),
(1128, 1, 162, '1', 'Joe', ''),
(1129, 1, 162, '2', 'Miller', ''),
(1130, 1, 162, '3', 'info@domainregistrationcorp.com', ''),
(1131, 1, 162, '4', '(154) 238-4593', ''),
(1132, 1, 162, '5', 'IMPORTANT NOTICE', ''),
(1133, 1, 162, '6', 'IMPORTANT NOTICE', ''),
(1134, 1, 162, '7', 'TERMINATION OF DOMAIN gangagen.com\r\nInvoice#: 491343\r\nDate: 27 Mar 2021\r\n\r\nIMMEDIATE ATTENTION REGARDING YOUR DOMAIN gangagen.com IS ABSOLUTLY NECESSARY\r\n\r\nTERMINATION OF YOUR DOMAIN gangagen.com WILL BE COMPLETED WITHIN 24 HOURS\r\n\r\nYour payment for the renewal of your domain gangagen.com has not received yet\r\n\r\nWe have tried to reach you by phone several times, to inform you regarding the TERMINATION of your domain gangagen.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-registrar.ga\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gangagen.com WILL BE TERMINATED!\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-registrar.ga\r\n\r\nYOUR IMMEDIATE ATTENTION IS ABSOLUTELY NECESSARY IN ORDER TO KEEP YOUR DOMAIN gangagen.com\r\n\r\nThe submission notification gangagen.com will EXPIRE WITHIN 24 HOURS after reception of this email', ''),
(1135, 1, 163, '1', 'Williamchole', ''),
(1136, 1, 163, '2', 'Williamchole', ''),
(1137, 1, 163, '3', 'hmortel@planet.nl', ''),
(1138, 1, 163, '4', '(174) 545-5502', ''),
(1139, 1, 163, '5', 'google', ''),
(1140, 1, 163, '6', 'Passive income up to $5800 per day', ''),
(1141, 1, 163, '7', 'Invest once and get passive income from $75000 per month >>>>>>>>>>>>>>>>>>>>>>>>>>> http://0a6.millidadagency.com/ac3 <<<<<<<<<<<<<<<<<<<<<<<<', ''),
(1142, 1, 164, '1', 'Rachel', ''),
(1143, 1, 164, '2', 'Claire', ''),
(1144, 1, 164, '3', 'rachel.claire@rephraserz.com', ''),
(1145, 1, 164, '4', '(044) 435-4234', ''),
(1146, 1, 164, '5', 'Rephraserz Media and Communication Services', ''),
(1147, 1, 164, '6', 'Language Translation Services for your Pharma & Medical, Dossiers, ICF Documents, Clinical trial reports, Brochures etc...', ''),
(1148, 1, 164, '7', 'Hi , \r\nWe are providing Translation & Localization services for Software & Apps, Websites, ERP, Games, Technical & Tender docs in all Asian, European, Middle East languages using native linguists & domain experts.  \r\nKindly contact at rachel.claire@rephraserz.com or skype rephraserz.clientrelation', ''),
(1149, 1, 165, '1', 'Rajani kanth A V', ''),
(1150, 1, 165, '2', 'Rajani', ''),
(1151, 1, 165, '3', 'srimelukoteprinters@gmail.com', ''),
(1152, 1, 165, '4', '(709) 040-4297', ''),
(1153, 1, 165, '5', 'SRI MELUKOTE PRINERS', ''),
(1154, 1, 165, '6', 'Printing Services', ''),
(1155, 1, 165, '7', 'Dear Sir/madam,\r\n\r\nGood  Evening, \r\nWe are providing  \"Total printing services \" with all types of signages boards, Acp, Acrylic   , sun board   &  Etc...\r\n\r\nAll Type of \" Danglers\"\r\n\r\nSpecialist In :\r\nAquas Matt CoatingVarnish UV CoatingBlister CoatingUV Spot CoatingEmbossing Coating Texture UV CoatingFull UV CoatingDrip Of CoatingAquas Glossy Coating\r\n\r\nSEAL: \r\n Rubber Seal\r\nSelf ink Seal\r\nColops sealCommon Seal\r\n\r\n Printing :Offset print\r\nDigital Print  ( 100% purely Digital )\r\nOffset Multiple Colour colour printScreen Printing\r\n\r\nAll type of Screen printing\r\nCoffee mug, T shirt  & flat file & spring file also\r\nAll type screen printing on bags\r\n\r\n\r\nPrinting Specialist :\r\nVisiting card\r\nBill Book/Dc book\r\nCompany  Profile \r\nPamphlet \r\nLeaflets\r\nCertificate \r\nPosters \r\nLetterhead ( Corporate Level )\r\nOff punch ,half round punch, square punch\r\nScreezing\r\nFolding\r\nSticker  normal type\r\nSticker NonTerable\r\nLogo Emblems \r\nId card Lanyard or YoYo\r\n\r\n \r\n\r\nCOLOUR FILLING:\r\nsilver foiling\r\nGold foiling\r\nAll types of colour foiling on sticker  & others.\r\nColour foiling on different types of Medicine & other boxes\r\n\r\nBINDING:\r\nRapper Binding \r\nStip Binding  ( Marble Binding )\r\n\r\nCALICO BINDING:\r\nEnglish calico binding\r\nFull or Half calico\r\nIndian calico binding\r\n\r\n\r\nEngravy  Design  Acrylic, sun board & Relative works\r\n\r\n\r\nALL TYPES OF COTTON FLEX BANNER \r\n\r\nDIFFERENT BOARD:\r\nSun board with Eco vinyl \r\nSun board with Eco vinyl with Lamination\r\nAll type of Standees\r\nEssential Sandees ( Guest welcome boards )\r\nSun pack\r\nFORM X board as per Factory Act\r\n\r\nNOTE:\r\nGood Quality, Good Service\r\nIn time Delivery  to your Office or your  Place.\r\n\r\n Thanks & Regards\r\n\r\nRajanikanth A V \r\nSRI MELUKOTE PRINTERS\r\n# 23, Ground Floor, 8th \'A\' Cross,\r\n Banashankari complex,\r\n Opp. Indian Overseas Bank,\r\nKanaka Nagara, V Nagenahalli, \r\nSultanpalya Main Road,  Bangalore-560 032.\r\nE-mail: srimelukoteprinters@gmail.com\r\nMob : +91  7090404297', ''),
(1156, 1, 166, '1', 'Untok', ''),
(1157, 1, 166, '2', 'Untok', ''),
(1158, 1, 166, '3', 'baburovp@bk.ru', ''),
(1159, 1, 166, '4', '(317) 447-3180', ''),
(1160, 1, 166, '5', 'google', ''),
(1161, 1, 166, '6', 'I promised.', ''),
(1162, 1, 166, '7', 'Hi, this is Julia. I am sending you my intimate photos as I promised. https://tinyurl.com/yekakg22', ''),
(1163, 1, 167, '1', 'Anthony', ''),
(1164, 1, 167, '2', 'Lopez', ''),
(1165, 1, 167, '3', 'anthony@directlendingsource.xyz', ''),
(1166, 1, 167, '4', '(202) 991-6766', ''),
(1167, 1, 167, '5', 'Direct Lending Source', ''),
(1168, 1, 167, '6', 'Hello', ''),
(1169, 1, 167, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nHowever, if you need working capital to further grow and expand your business, we\r\nmay be a perfect fit for you and here’s why. \r\n\r\nOur loans are NOT based on your personal credit, and NO collateral is required.\r\n\r\nWe are a Direct Lender who can approve your loan today, and fund as early as Tomorrow.\r\n\r\nWe offer loans from 5k to 500k with flexible payments and great terms.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.directlendingsource.xyz  Applying does NOT affect your credit!\r\n\r\nAlso, please check out this video to see how our program works, and all the funding options we have available for you.  www.directlendingsource.xyz/video\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nAnthony Lopez\r\nDirect Lending Source\r\nwww.directlendingsource.xyz', ''),
(1170, 1, 168, '1', 'Craig', ''),
(1171, 1, 168, '2', 'WILSON', ''),
(1172, 1, 168, '3', 'sales1@astrologicalstudio.com', ''),
(1173, 1, 168, '4', '(303) 800-6251', ''),
(1174, 1, 168, '5', 'Astrological Studio', ''),
(1175, 1, 168, '6', 'Romantic Compatibility', ''),
(1176, 1, 168, '7', 'Are you and your mate a good match? Find out with a Romantic Compatibility Report, your best resource for a romantic comparison. Recently called \"the best chart comparison report on the market\" by American Astrology magazine. Compares the charts of two individuals using the synastry, or inter-aspects. Includes a colorful bi-wheel chart with complete interpretations. What is it about them that\'s so appealing? Why do they make you laugh as no one else can? Do you have long-term potential? How can you help each other grow? Whether it\'s a new flirtation or a lifelong partnership, your stars light the way to a deeper understanding of yourself, your lover, and your relationship. Find out why astrology magazines calls it \"the best chart comparison report on the market.\" Discover your lover... Please visit our site https://astrologicalstudio.com for more information. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., ASTROLOGICAL STUDIO, sales@astrologicalstudio.com, https://astrologicalstudio.com', ''),
(1177, 1, 169, '1', 'Linda', ''),
(1178, 1, 169, '2', 'Miller', ''),
(1179, 1, 169, '3', 'noreply@noreply.com', ''),
(1180, 1, 169, '4', '(555) 555-1212', ''),
(1181, 1, 169, '5', 'Leads On Demand', ''),
(1182, 1, 169, '6', 'How To Master Internet Lead Conversion?', ''),
(1183, 1, 169, '7', 'How To Master Internet Lead Conversion?\r\n\r\nI spent the last 10+ years generating, calling and closing Internet leads. I will be sharing my decade long conversion code for you to copy during this new, free webinar!\r\nDuring the webinar, I will show you:\r\n\r\nEvery business needs to capture more leads, create more appointments, and close more deals.\r\n\r\nIf you commit to mastering the content in this session, you will earn more money immediately– not in six months or a year, but literally as soon as you put your new knowledge to work. I have used this method on 1,000\'s of Internet leads of all price points. \r\n\r\nIf you want Internet leads, I have the key to CONVERTING them. Hope you can make it... https://TalkWithWebTraffic.com/Webinar\r\n\r\nIf getting more Hot Phone Leads is a part of your business plan (and why wouldn\'t it be?), I\'ve got great news for you.\r\n\r\n1. 12 ways to generate seller leads\r\n2. How to get seller leads on the phone\r\n3. What to say on the phone so you get instant sales\r\n4. The Key to SMS Marketing\r\n5  Never Cold Call Again\r\n6. Better leads = Faster conversions\r\n7. The four keys to inside sales success\r\n8. The 10 steps to a perfect sales call with an Internet lead\r\n\r\nMore than 7,000 people have already registered. The last time I did a webinar with Top Producers, hundreds of people got locked out and could only watch the replay. Get your spot now and tune in early!\r\n\r\n==> Save my spot https://TalkWithWebTraffic.com/Webinar\r\n\r\nWe\'ve become obsessed with making sure our clients are converting the leads we generate for them. \r\n\r\nHow much are you getting back in commissions compared to how much are you spending on advertising? But what is even better than a great ROI is a quick ROI. During this live webinar I will show you how we can help you generate higher quality leads that are easier to convert, fast.\r\n\r\n==>  Register at https://TalkWithWebTraffic.com/Webinar\r\n\r\nYour #1 Fan, \r\nLinda Miller\r\nBe there or be square.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(1184, 1, 170, '1', 'Lirrytyday', ''),
(1185, 1, 170, '2', 'Lirrytyday', ''),
(1186, 1, 170, '3', 'yugtyghy@gmail.com', ''),
(1187, 1, 170, '4', '(711) 368-7882', ''),
(1188, 1, 170, '5', 'google', ''),
(1189, 1, 170, '6', 'loli girl', ''),
(1190, 1, 170, '7', 'loli girl PT¦¦¦HC C¦¦¦P offline forum \r\n \r\n===>>> https://biturl.top/BnIVna <<<===', ''),
(1191, 1, 171, '1', 'Brian', ''),
(1192, 1, 171, '2', 'WRIGHT', ''),
(1193, 1, 171, '3', 'sales1@astrologicalstudio.com', ''),
(1194, 1, 171, '4', '(303) 800-6251', ''),
(1195, 1, 171, '5', 'Astrological Studio', ''),
(1196, 1, 171, '6', 'Romantic Compatibility', ''),
(1197, 1, 171, '7', 'Are you and your mate a good match? Find out with a Romantic Compatibility Report, your best resource for a romantic comparison. Recently called \"the best chart comparison report on the market\" by American Astrology magazine. Compares the charts of two individuals using the synastry, or inter-aspects. Includes a colorful bi-wheel chart with complete interpretations. What is it about them that\'s so appealing? Why do they make you laugh as no one else can? Do you have long-term potential? How can you help each other grow? Whether it\'s a new flirtation or a lifelong partnership, your stars light the way to a deeper understanding of yourself, your lover, and your relationship. Find out why astrology magazines calls it \"the best chart comparison report on the market.\" Discover your lover... Please visit our site https://astrologicalstudio.com for more information. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., ASTROLOGICAL STUDIO, sales@astrologicalstudio.com, https://astrologicalstudio.com', ''),
(1198, 1, 172, '1', 'Joe', ''),
(1199, 1, 172, '2', 'Miller', ''),
(1200, 1, 172, '3', 'info@domainregistration.com', ''),
(1201, 1, 172, '4', '(154) 238-4593', ''),
(1202, 1, 172, '5', 'Expiration of your domain', ''),
(1203, 1, 172, '6', 'Expiration of your domain', ''),
(1204, 1, 172, '7', 'TERMINATION OF DOMAIN gangagen.com\r\nInvoice#: 491343\r\nDate: 05 Apr 2021\r\n\r\nIMMEDIATE ATTENTION REGARDING YOUR DOMAIN gangagen.com IS ABSOLUTLY NECESSARY\r\n\r\nTERMINATION OF YOUR DOMAIN gangagen.com WILL BE COMPLETED WITHIN 24 HOURS\r\n\r\nYour payment for the renewal of your domain gangagen.com has not received yet\r\n\r\nWe have tried to reach you by phone several times, to inform you regarding the TERMINATION of your domain gangagen.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://hostdomains.ga\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gangagen.com WILL BE TERMINATED!\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://hostdomains.ga\r\n\r\nYOUR IMMEDIATE ATTENTION IS ABSOLUTELY NECESSARY IN ORDER TO KEEP YOUR DOMAIN gangagen.com\r\n\r\nThe submission notification gangagen.com will EXPIRE WITHIN 24 HOURS after reception of this email.', ''),
(1205, 1, 173, '1', 'Brian', ''),
(1206, 1, 173, '2', 'WRIGHT', ''),
(1207, 1, 173, '3', 'sales1@astrologicalstudio.com', ''),
(1208, 1, 173, '4', '(303) 800-6251', ''),
(1209, 1, 173, '5', 'Astrological Studio', ''),
(1210, 1, 173, '6', 'Do you want to know when is the best time to undergo your surgery or medical treatment?', ''),
(1211, 1, 173, '7', 'Dear Madam, Dear Sir Are you interested to know when the best time to undergo your surgery or medical treatment is? If so, we can prepare our Forecast of Events report for you, your loved ones, or friends. Our exclusive Forecast of Events reports contains this essential information, which can help you in this matter. In case of your interest, you can order these Forecast of Events reports at https://astrologicalstudio.com/home/23-1-year-forecast-of-events.html. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., ASTROLOGICAL STUDIO, Denver, CO, sales@astrologicalstudio.com, https://astrologicalstudio.com', ''),
(1212, 1, 174, '1', 'Linda', ''),
(1213, 1, 174, '2', 'Miller', ''),
(1214, 1, 174, '3', 'lindamillerleads@gmail.com', ''),
(1215, 1, 174, '4', '(555) 555-1212', ''),
(1216, 1, 174, '5', 'Leads On Demand', ''),
(1217, 1, 174, '6', 'How To Master Internet Lead Conversion?', ''),
(1218, 1, 174, '7', 'How To Master Internet Lead Conversion?\r\n\r\nI spent the last 10+ years generating, calling and closing Internet leads. I will be sharing my decade long conversion code for you to copy during this new, free webinar!\r\nDuring the webinar, I will show you:\r\n\r\nEvery business needs to capture more leads, create more appointments, and close more deals.\r\n\r\nIf you commit to mastering the content in this session, you will earn more money immediately– not in six months or a year, but literally as soon as you put your new knowledge to work. I have used this method on 1,000\'s of Internet leads of all price points. \r\n\r\nIf you want Internet leads, I have the key to CONVERTING them. Hope you can make it... https://TalkWithWebTraffic.com/Webinar\r\n\r\nIf getting more Hot Phone Leads is a part of your business plan (and why wouldn\'t it be?), I\'ve got great news for you.\r\n\r\n1. 12 ways to generate seller leads\r\n2. How to get seller leads on the phone\r\n3. What to say on the phone so you get instant sales\r\n4. The Key to SMS Marketing\r\n5  Never Cold Call Again\r\n6. Better leads = Faster conversions\r\n7. The four keys to inside sales success\r\n8. The 10 steps to a perfect sales call with an Internet lead\r\n\r\nMore than 7,000 people have already registered. The last time I did a webinar with Top Producers, hundreds of people got locked out and could only watch the replay. Get your spot now and tune in early!\r\n\r\n==> Save my spot https://TalkWithWebTraffic.com/Webinar\r\n\r\nWe\'ve become obsessed with making sure our clients are converting the leads we generate for them. \r\n\r\nHow much are you getting back in commissions compared to how much are you spending on advertising? But what is even better than a great ROI is a quick ROI. During this live webinar I will show you how we can help you generate higher quality leads that are easier to convert, fast.\r\n\r\n==>  Register at https://TalkWithWebTraffic.com/Webinar\r\n\r\nYour #1 Fan, \r\nLinda Miller\r\nBe there or be square.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(1219, 1, 175, '1', 'GeraldPrill', ''),
(1220, 1, 175, '2', 'GeraldPrill', ''),
(1221, 1, 175, '3', 'svtelanakudelnikova1992941xd6@mail.ru', ''),
(1222, 1, 175, '4', '(450) 840-2632', ''),
(1223, 1, 175, '5', 'google', ''),
(1224, 1, 175, '6', 'Rtrjrfhgsdgdgdrghre gfdgsdgrhgd gfdgdhthrt', ''),
(1225, 1, 175, '7', 'gangagen.com oiotugorvygivbjfguefiugehiwjfeoswifehgidjwifhge', ''),
(1226, 1, 176, '1', 'Gabriel Angelo', ''),
(1227, 1, 176, '2', 'Gabriel Angelo', ''),
(1228, 1, 176, '3', 'ga7652719@gmail.com', ''),
(1229, 1, 176, '4', '(761) 123-8737', ''),
(1230, 1, 176, '5', 'google', ''),
(1231, 1, 176, '6', 'Urgent Notice!!!', ''),
(1232, 1, 176, '7', 'Hello \r\n \r\nI\'m Gabriel Angelo, My Company can give you a \r\nPERSONAL LOANS | BUSINESS LOANS | PROJECT LOANS etc. \r\nof millions of dollars, for your New or Ongoing Business/Projects. \r\nDo let me know when you receive this message for further procedure. \r\n \r\nYou can reach me using this email address: mailgabby773@gmail.com \r\n \r\nRegards, \r\nGabriel Angelo', ''),
(1233, 1, 177, '1', 'Brian', ''),
(1234, 1, 177, '2', 'WRIGHT', ''),
(1235, 1, 177, '3', 'sales1@wexx99.com', ''),
(1236, 1, 177, '4', '(303) 800-6251', ''),
(1237, 1, 177, '5', 'Astrological Studio', ''),
(1238, 1, 177, '6', 'Windows & Mac Software For Sale – Special Low Prices', ''),
(1239, 1, 177, '7', 'Dear Sirs We have the license keys for the following Windows & MacOS software for sale. Software for Windows:  Windows 10 – Home Edition $39/Save $50 * Scrapebox for Windows with Premium Plug-in YellowPages Scraper $79/Save $55 * Scrapebox for Windows $57/Save $40 * Axandra Internet Business Promoter $199/Save $100 * GSA E-mail Spider $39/Save $30 * GSA E-mail Verifier $39/Save $30 * GSA Search Engine Ranker $59/Save $40 * GSA SEO Indexer $29/Save $30 * Management-Ware E-mail Finder $59/Save $40 * IOLO System Mechanic Pro $39/ Save $30 **** Software for MacOS: MaxBulk Mailer Pro v8 $39/Save $20 * Wondeshare Filmora 9 $29/Save $30 * Parallels Desktop 16 $39/Save $30 * iSkysoft iMedia Converter DeLuxe $39/Save $30* Transmit 5 $29/ Save $20 * Techtool Pro 8 Full Version $39/Save $50 All license keys are available for immediate delivery via e-mail upon your payment. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., WEXX 99 Business Solutions, sales@wexx99.com, https://wexx99.com', ''),
(1240, 1, 178, '1', 'StevenpAm', ''),
(1241, 1, 178, '2', 'StevenpAm', ''),
(1242, 1, 178, '3', 'muravaeva.91@mail.com', ''),
(1243, 1, 178, '4', '(827) 328-7003', ''),
(1244, 1, 178, '5', 'google', ''),
(1245, 1, 178, '6', 'There\'s More Than A man Modus operandi in the service of Gay Men to Have Going to bed', ''),
(1246, 1, 178, '7', 'I consider, that you are not right. I am assured. Let\'s discuss it. Write to me in PM, we will talk.\r\n <a href=https://gay0day.com/videos/47360/dick-boy-and-young-boys-nude-movies-gay-xxx-being-a-dad-can-be-hard/>boy boy xxx</a>', ''),
(1247, 1, 179, '1', 'Dennis', ''),
(1248, 1, 179, '2', 'Perpetua', ''),
(1249, 1, 179, '3', 'dennis@qualitybloggeroutreach.com', ''),
(1250, 1, 179, '4', '(833) 288-8913', ''),
(1251, 1, 179, '5', 'QGP Limited', ''),
(1252, 1, 179, '6', 'Regarding advertising on your site', ''),
(1253, 1, 179, '7', 'Hello, \r\n\r\nMy name is Dennis Perpetua and I work for QGP.com, \r\n\r\nWe’re interested in advertising on your site. Is that something you’d be willing to discuss? \r\n\r\n\r\nDennis Perpetua\r\nOutreach Manager\r\nhttps://www.qgp.com', ''),
(1254, 1, 180, '1', 'Robert', ''),
(1255, 1, 180, '2', 'Robert', ''),
(1256, 1, 180, '3', 'rescuer.info@mail.ru', ''),
(1257, 1, 180, '4', '(813) 408-8036', ''),
(1258, 1, 180, '5', 'google', ''),
(1259, 1, 180, '6', 'Альтернативная медицина', ''),
(1260, 1, 180, '7', '<a href=https://rescuer.info/stati/6-kak-sohranit-svoe-schaste.html>как прийти к счастью</a>', ''),
(1261, 1, 181, '1', 'Tausovhyday', ''),
(1262, 1, 181, '2', 'Tausovhyday', ''),
(1263, 1, 181, '3', 'taunsovke@mulars.ru', ''),
(1264, 1, 181, '4', '(762) 505-0431', ''),
(1265, 1, 181, '5', 'google', ''),
(1266, 1, 181, '6', 'купить видеорегистратор в авто  - tvmusic.in.ua', ''),
(1267, 1, 181, '7', 'Заказать автотовары с доставкой по Украине tvmusic.in.ua \r\n \r\nРазве можно представить себе машину без музыки? Очевидно, никак, поэтому мы счастливы представить Вам авто магазин, где самый большой выбор автомагнитол на любой вкус. Фирма «TVMUSIC» имеет значительный выбор автомобильных аксессуаров, электроники, автомагнитолы, товары для дома, автохимия, носители информации, парковочные системы и многое другое. Переходите на tvmusic.in.ua прямо сейчас, чтобы подобрать нужные товары. \r\n \r\nЕсли Вам хочется <a href=https://tvmusic.in.ua/g3575930-avtosignalizatsiya>купить автосигнализацию</a>  то сделайте это на представленном сайте. Интернет магазин отправляет заказы по всей Украине, а конкретнее в области: Волынская, Донецкая, Закарпатская, Ивано-Франковская, Киевская, Луганская, Одесская, Ровненская, Харьковская, Черкасская и многие другие. Детальнее о доставке и её ценах возможно узнать на представленном интернет сайте или по контактному телефону у наших консультантов. \r\n \r\nСейчас на рынке авто аксессуаров как обычно лидирующие позиции занимают магнитолы. Здесь на tvmusic.in.ua представлены лучшие автомагнитолы, различных брендов, мониторы в машину, автомобильная акустика и все сопровождающие элементы. Ценовая планка есть для каждого заказчика: от самых простых, до самых последних моделей. \r\n \r\nКаждый решает для себя, что ему необходимо и важно: особенности, марка или хорошие отзывы. Но помните, Вы всегда сможете пообщаться с нашими специалистами и они обязательно помогут Вам сделать свой выбор в пользу той или иной магнитолы, учитывая все Ваши желания и требования. \r\n \r\nЗаказать <a href=https://tvmusic.in.ua/g7024468-kolonki-mashinu>акустическая система в машину</a>  у нас очень удобно. За такой длительный период работы у нас завелось множество удовлетворенных и верных заказчиков. Они приходят к нам снова и рекомендуют своим знакомым. Непременно почитайте отзывы всех клиентов в одноименном разделе, а также напишите свой, после получения заказа. Мы стараемся искать подход к каждому покупателю, выбираем запчасти для автомобиля, подскажем и посоветуем Вам то, что нужно. \r\n \r\nПо всем вопросам можно звоните по телефону +380951353635 или напишите письмо нам на электронный адрес. Адрес представленного магазина: Украина, Волынская область, Луцк, ул. Кравчука, 44. Посетите наш магазин, если живете в этом регионе. Время работы в пн с 10:00 до 18:00, со вторника по субботу с 9:00 до 18:00, воскресенье — выходной. \r\n \r\nДля оптовых клиентов у нас наиболее выгодные условия. Поэтому, если Вам интересна покупка продукции оптом, то обязательно звоните по контактному телефону и обсудите с менеджером все детали продажи. Мы будем рады содействовать с каждым клиентом.', ''),
(1268, 1, 182, '1', 'Untok', ''),
(1269, 1, 182, '2', 'Untok', ''),
(1270, 1, 182, '3', 'baburovp@bk.ru', ''),
(1271, 1, 182, '4', '(867) 168-3815', ''),
(1272, 1, 182, '5', 'google', ''),
(1273, 1, 182, '6', 'I promised.', ''),
(1274, 1, 182, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/yzxb7gea', ''),
(1275, 1, 183, '1', 'TyroneNuaro', ''),
(1276, 1, 183, '2', 'TyroneNuaro', ''),
(1277, 1, 183, '3', 'antonivanov1993802wou@bk.ru', ''),
(1278, 1, 183, '4', '(642) 468-3378', ''),
(1279, 1, 183, '5', 'google', ''),
(1280, 1, 183, '6', 'Xgfggedfegr grgedhrhdrg grehetehrtj', ''),
(1281, 1, 183, '7', 'gangagen.com oiotugorvygivbjfguefiugehiwjfeoswifehgidjwifhge', ''),
(1282, 1, 184, '1', 'MaryJspada', ''),
(1283, 1, 184, '2', 'MaryJspada', ''),
(1284, 1, 184, '3', 'kir_97.nekrasov@yahoo.com', ''),
(1285, 1, 184, '4', '(747) 702-4355', ''),
(1286, 1, 184, '5', 'google', ''),
(1287, 1, 184, '6', 'cherche rencontre gay Г  Saint Chamond', ''),
(1288, 1, 184, '7', 'Rencontrer des milliers de cГ©libataires Г  Saint-RaphaГ«l. Le site est % gratuit et vous permet de faire des rencontres avec des hommes Г  Saint-RaphaГ«l sans avoir Г  payer quoi que ce soit. onaoh.info est le leader dans les rencontres sГ©rieuses francophones. Rencontre gay Г  Saint-RaphaГ«l. Ville situГ©e dans le Var, Saint-RaphaГ«l regorge de nombreux cГ©libataires gays inscrits sur cette plateforme et qui n\'attendent que vous. Oulfa - Saint-RaphaГ«l.  https://kagagal.hothairypussy.info    Rencontrer des milliers de cГ©libataires Г  Saint-RaphaГ«l. Oulfa - Saint-RaphaГ«l. rencontres et annonces gratuites Г  Saint-RaphaГ«l avec onaoh.info homme hГ©tГ©ro de 30 ans sГ©parГ©, recherche rencontre sГ©rieuse. recherche a faire des rencontre reel avec des femme dans ma region. Votre guide gay complet de Saint-RaphaГ«l рџЊ€ DГ©couvrez les lieux gays Г  ne pas rater Bons plans exclusifsв”‚quartier gayв”‚lieux de dragueв”‚hГґtels gay-friendlyв”‚agenda gay. Petites annonces gratuites classГ©es catГ©gorie rencontres - rencontre en ligne. onaoh.info est un site de petites annonces gratuites classГ©es par catГ©gories destinГ© aux annonceurs particuliers ou professionnels qui veulent vendre ou proposer des services catГ©gorie rencontres - rencontre en ligne.AccГЁs direct aux annonces Rencontre Gay. Sur Mecamec, tu peux trouver l\'amour, un plan cul, de nouveaux potes Des tas d\'hommes gays t\'attendent sur Paris et dans tout le reste de la France, de Lille Г  Marseille, en passant par Nantes, Bordeaux et onaoh.info sois plus seul, ils .  \r\n \r\nRencontrer des milliers de cГ©libataires Г  Saint-RaphaГ«l. DestinГ© Г  mettre en contact les hommes entre eux, le site de rencontre gay Hugavenue vous offre la possibilitГ© de trouver l\'Г©lu(e) de votre coeur parmi les cГ©libataires de Saint-RaphaГ«l. Je m\'inscris gratuitement.rencontres et annonces gratuites Г  Saint-RaphaГ«l avec onaoh.info homme hГ©tГ©ro de 30 ans sГ©parГ©, recherche rencontre sГ©rieuse. recherche a faire des rencontre reel avec des femme dans ma region. Votre guide gay complet de Saint-RaphaГ«l рџЊ€ DГ©couvrez les lieux gays Г  ne pas rater Bons plans exclusifsв”‚quartier gayв”‚lieux de dragueв”‚hГґtels gay-friendlyв”‚agenda gay. DestinГ© Г  mettre en contact les hommes entre eux, le site de rencontre gay Hugavenue vous offre la possibilitГ© de trouver l\'Г©lu(e) de votre coeur parmi les cГ©libataires de Saint-RaphaГ«l.    https://neramar.c-culture.info  Le site est % gratuit et vous permet de faire des rencontres avec des hommes Г  Saint-RaphaГ«l sans avoir Г  payer quoi que ce soit. onaoh.info est le leader dans les rencontres sГ©rieuses francophones. Oulfa - Saint-RaphaГ«l. Rencontre Gay PAR RГ‰GION Alsace Aquitaine Auvergne Bourgogne Bretagne Centre Corse Franche-ComtГ© Haute .Si vous ГЄtes gay et vous voulez pratiquer la drague dans les lieux publics Г  Saint-RaphaГ«l de faГ§on anonyme, ici vous pouvez trouver des endroits tels que les plages, les parcs, les forГЄts et autres espaces Г  cГґtГ© de lieux urbaines, ainsi que tous les types de toilettes publiques et de repos lieux de routes oГ№ pratiquer le drague Г  Saint-RaphaГ«l, Var. Rencontre gay Г  Saint-RaphaГ«l. Oulfa - Saint-RaphaГ«l.  \r\n \r\nRencontrer des milliers de cГ©libataires Г  Saint-RaphaГ«l. AccГЁs direct aux annonces Rencontre Gay.   https://mijinn.mobile-nokia.info   AccГЁs direct aux annonces Rencontre Gay. DestinГ© Г  mettre en contact les hommes entre eux, le site de rencontre gay Hugavenue vous offre la possibilitГ© de trouver l\'Г©lu(e) de votre coeur parmi les cГ©libataires de Saint-RaphaГ«l.  \r\n \r\nRencontre Gay PAR RГ‰GION Alsace Aquitaine Auvergne Bourgogne Bretagne Centre Corse Franche-ComtГ© Haute . Annonces gays pour rencontres locales rapides. AccГЁs direct aux annonces Rencontre Gay.     https://zulkirisar.p3y.info   Si vous ГЄtes gay et vous voulez pratiquer la drague dans les lieux publics Г  Saint-RaphaГ«l de faГ§on anonyme, ici vous pouvez trouver des endroits tels que les plages, les parcs, les forГЄts et autres espaces Г  cГґtГ© de lieux urbaines, ainsi que tous les types de toilettes publiques et de repos lieux de routes oГ№ pratiquer le drague Г  Saint-RaphaГ«l, Var. NвЂ™attendez plus et venez vous inscrire dГЁs.AccГЁs direct aux annonces Rencontre Gay. Petites annonces gratuites classГ©es catГ©gorie rencontres - rencontre en ligne. onaoh.info est un site de petites annonces gratuites classГ©es par catГ©gories destinГ© aux annonceurs particuliers ou professionnels qui veulent vendre ou proposer des services catГ©gorie rencontres - rencontre en ligne.Rencontre homme sur Saint-RaphaГ«l sur onaoh.info, cГ©libataires sГ©rieux qui rechechent l\'amour.', ''),
(1289, 1, 185, '1', 'Siva', ''),
(1290, 1, 185, '2', 'Prasath', ''),
(1291, 1, 185, '3', 'sivaprasath@synthite.com', ''),
(1292, 1, 185, '4', '(846) 500-6313', ''),
(1293, 1, 185, '5', 'Synthite industries Ltd', ''),
(1294, 1, 185, '6', 'DNA sequence', ''),
(1295, 1, 185, '7', 'Required to comparative study of two cells', ''),
(1296, 1, 186, '1', 'Vietazthisa', ''),
(1297, 1, 186, '2', 'Vietazthisa', ''),
(1298, 1, 186, '3', 'virteraza90@mulars.ru', ''),
(1299, 1, 186, '4', '(312) 548-6827', ''),
(1300, 1, 186, '5', 'google', ''),
(1301, 1, 186, '6', 'Заказать женские кроссовки Adidas Yeezy Boost со скидкой 15% - yeezy-russia.ru', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(1302, 1, 186, '7', 'В digital-компании Адидас размещены в целом самые популярные модели Yeezy Originals. Выбрать и заказать женские или мужские кроссовки Адидас сейчас клиенты могут по скидке. Перед стартом летнего периода огромное количество людей стремится выбрать и получить стильные адики. Почему бы не купить что-то у бренда Adidas? \r\n \r\nНа yeezy-russia.ru уже доступно более 80 новых позиций кроссовок для спортивных ребят. Как показывает опыт публики, кроссы <a href=https://yeezy-russia.ru/>Adidas Yeezy Boost</a> носятся длительное время. Их вы сможете носить, если необходимо идти в походы, или просто наслаждаться незабываемой поездкой на катере. \r\n \r\nКонечно же, у такой фирмы как Адидас – много разных популярных моделей, но эта линейка стала просто трендом 2020/2021 года. Во всех кроссах, которые размещены на ресурсе интернет-магазина, предусмотрена технология циркуляции воздуха. \r\n \r\nОптимальнее всего заказывать не те модели, которые стоят дешево, а те, которые будут служить долго. С учётом того, что сейчас на ресурсе проходит распродажа на разные модели, нужно присмотреться к Yeezy Boost 350 V2 Blue Tint Grey или Adidas Yeezy Boost 350 V2 Cloud White Reflective. Такие модели кроссовок стоит носить в июле на работу, или гулять по набережной вашего города. В своём арсенале интернет-сервис предлагает сейчас <a href=https://yeezy-russia.ru/>Адидас Изи Буст</a> со скидкой от 20% до 45%. \r\n \r\nТекстильный материал обеспечивает комфорт, вы сможете активно заниматься личными делами. Молодые женщины любят часто ходить по клубам в адиках, в связи с этим выбрать адики из этой линейки для активного времяпровождения – умный ход. \r\n \r\nСамые классные кроссовки в 2021 году – это Адидас, так как они качественные и натирают. В них можно хоть целые сутки ехать в машине в другую страну. Большинство курьеров сейчас также выбирают адидас изи буст, из-за того, что в них можно быстро передвигаться по городу и они удобные. Такие кроссовки редко рвутся, если их аккуратно использовать. Эта линейка подходит как для мужчин, так и для женщин, любой человек сможет выбрать хороший вариант для себя на портале. \r\n \r\nКожаные белые или из тряпки кроссы Адидас реально носить ежедневно. В них не чувствуется запах, а нога не воняет, в чем большое преимущество этой линейки. С учётом того, что сейчас в сетевом магазине проходят скидки, кроссовки стоят недорого и будут идеальным решением на подарок. Получить нужную информацию по своему вопросу есть возможность тут +7(495)748-95-47. Если вы хотите забрать кроссовки на месте, вы можете явиться по адресу г. Москва, Комсомольский проспект, д. 25 к. 1 в рабочие часы.', ''),
(1303, 1, 187, '1', 'Irina', ''),
(1304, 1, 187, '2', 'Irina', ''),
(1305, 1, 187, '3', 'southlife00@mail.ru', ''),
(1306, 1, 187, '4', '(517) 845-7504', ''),
(1307, 1, 187, '5', 'google', ''),
(1308, 1, 187, '6', 'Южная жизнь', ''),
(1309, 1, 187, '7', '<a href=https://south.life/dosug-i-turizm/23-akvapark-zolotoy-plyazh.html>Золотой пляж анапа</a>', ''),
(1310, 1, 188, '1', 'Linda', ''),
(1311, 1, 188, '2', 'Miller', ''),
(1312, 1, 188, '3', 'lindamillerleads@gmail.com', ''),
(1313, 1, 188, '4', '(555) 555-1212', ''),
(1314, 1, 188, '5', 'Leads On Demand', ''),
(1315, 1, 188, '6', 'Secrets To Mastering Internet Lead Conversion?', ''),
(1316, 1, 188, '7', 'Hi gangagen.com Owner,\r\n\r\nDo you want to know the Secrets To Mastering Internet Lead Conversion?\r\n\r\nI spent the last 10+ years generating, calling and closing Internet leads. I will be sharing my decade long conversion code for you to copy during this new, free webinar!\r\nDuring the webinar, I will show you:\r\n\r\nEvery business needs to capture more leads, create more appointments, and close more deals.\r\n\r\nIf you commit to mastering the content in this session, you will earn more money immediately– not in six months or a year, but literally as soon as you put your new knowledge to work. I have used this method on 1,000\'s of Internet leads of all price points. \r\n\r\nIf you want Internet leads, I have the key to CONVERTING them. Hope you can make it... https://TalkWithWebTraffic.com/Webinar\r\n\r\nIf getting more Hot Phone Leads is a part of your business plan (and why wouldn\'t it be?), I\'ve got great news for you.\r\n\r\n1. 12 ways to generate seller leads\r\n2. How to get seller leads on the phone\r\n3. What to say on the phone so you get instant sales\r\n4. The Key to SMS Marketing\r\n5  Never Cold Call Again\r\n6. Better leads = Faster conversions\r\n7. The four keys to inside sales success\r\n8. The 10 steps to a perfect sales call with an Internet lead\r\n\r\nMore than 7,000 people have already registered. The last time I did a webinar with Top Producers, hundreds of people got locked out and could only watch the replay. Get your spot now and tune in early!\r\n\r\n==> Save my spot https://TalkWithWebTraffic.com/Webinar\r\n\r\nWe\'ve become obsessed with making sure our clients are converting the leads we generate for them. \r\n\r\nHow much are you getting back in commissions compared to how much are you spending on advertising? But what is even better than a great ROI is a quick ROI. During this live webinar I will show you how we can help you generate higher quality leads that are easier to convert, fast.\r\n\r\n==>  Register at https://TalkWithWebTraffic.com/Webinar\r\n\r\nYour #1 Fan, \r\nLinda Miller\r\nBe there or be square.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(1317, 1, 189, '1', 'Benjamin Ehinger', ''),
(1318, 1, 189, '2', 'Benjamin Ehinger', ''),
(1319, 1, 189, '3', 'writingbyb@gmail.com', ''),
(1320, 1, 189, '4', '(267) 585-7156', ''),
(1321, 1, 189, '5', 'google', ''),
(1322, 1, 189, '6', 'Hoping to Help You', ''),
(1323, 1, 189, '7', 'Hi! \r\n \r\nDo you struggle to find time to write articles? \r\n \r\nHire the best team of writers online today! \r\n \r\nWe do all the research and provide well-written, unique SEO content perfect for higher search engine ranking and better visitor engagement. \r\n \r\nIf you need fresh articles for your blog, check out our current content rates here: \r\n \r\nhttps://writingbybenjamin.com/best-seo-articles/', ''),
(1324, 1, 190, '1', 'Brian', ''),
(1325, 1, 190, '2', 'WRIGHT', ''),
(1326, 1, 190, '3', 'wexx1@protonmail.com', ''),
(1327, 1, 190, '4', '(303) 800-6251', ''),
(1328, 1, 190, '5', 'WEXX 99 Store', ''),
(1329, 1, 190, '6', 'Windows & Mac Software For Sale – Special Low Prices', ''),
(1330, 1, 190, '7', 'Dear Sirs We have the license keys for the following Windows & MacOS software for sale. Software for Windows:  Windows 10 – Home Edition $39/Save $50 * Scrapebox for Windows with Premium Plug-in YellowPages Scraper $79/Save $55 * Scrapebox for Windows $57/Save $40 * Axandra Internet Business Promoter $199/Save $100 * GSA E-mail Spider $39/Save $30 * GSA E-mail Verifier $39/Save $30 * GSA Search Engine Ranker $59/Save $40 * GSA SEO Indexer $29/Save $30 * Management-Ware E-mail Finder $59/Save $40 * IOLO System Mechanic Pro $39/ Save $30 **** Software for MacOS: MaxBulk Mailer Pro v8 $39/Save $20 * Wondeshare Filmora 9 $29/Save $30 * Parallels Desktop 16 $39/Save $30 * iSkysoft iMedia Converter DeLuxe $39/Save $30* Transmit 5 $29/ Save $20 * Techtool Pro 8 Full Version $39/Save $50 All license keys are available for immediate delivery via e-mail upon your payment. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., wexx99store@gmail.com', ''),
(1331, 1, 191, '1', 'Emily', ''),
(1332, 1, 191, '2', 'Berman', ''),
(1333, 1, 191, '3', 'emilyberman@worldfestival.com', ''),
(1334, 1, 191, '4', '(155) 555-5555', ''),
(1335, 1, 191, '5', 'DevNetwork', ''),
(1336, 1, 191, '6', 'Nominating GangaGen for the World Festival 2021 Startup Awards', ''),
(1337, 1, 191, '7', 'Hi, this is Emily with World Festival -- the global event where 20,000+ tech leaders converge online to learn & discover the top innovations of the year.\r\n\r\nWe\'d like to nominate your company for the 2021 World Festival Innovation Awards, which showcases over 1,000+ innovations, and your company will compete for the Top 20 Startup Awards across our 16 Awards categories: https://worldfestival.com/awards/\r\n\r\nPlease fill out the quick application form below by 05-01-2021, and we can offer your team five (5) free WORLD Passes to attend World Festival on Aug 17-19, 2021, where 250+ speakers across 34 global industries will talk about emerging technology trends. There is no cost to apply or win a World Festival Innovation Award.\r\n\r\nApplication form:\r\nhttps://worldfestival.com/awards/', ''),
(1338, 1, 192, '1', 'Den', ''),
(1339, 1, 192, '2', 'Miller', ''),
(1340, 1, 192, '3', 'info@hostdomains.com', ''),
(1341, 1, 192, '4', '(548) 593-4231', ''),
(1342, 1, 192, '5', 'ATTENTION', ''),
(1343, 1, 192, '6', 'ATTENTION', ''),
(1344, 1, 192, '7', 'TERMINATION OF DOMAIN gangagen.com\r\nInvoice#: 481353\r\nDate: 2021-04-25\r\n\r\nIMMEDIATE ATTENTION REGARDING YOUR DOMAIN gangagen.com IS ABSOLUTLY NECESSARY\r\n\r\nTERMINATION OF YOUR DOMAIN gangagen.com WILL BE COMPLETED WITHIN 24 HOURS\r\n\r\nYour payment for the renewal of your domain gangagen.com has not received yet\r\n\r\nWe have tried to reach you by phone several times, to inform you regarding the TERMINATION of your domain gangagen.com\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://checkoutdomainsite.ga/?n=gangagen.com&r=a&t=1619263265&p=v11\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN gangagen.com WILL BE TERMINATED!\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://checkoutdomainsite.ga/?n=gangagen.com&r=a&t=1619263265&p=v11\r\n\r\nYOUR IMMEDIATE ATTENTION IS ABSOLUTELY NECESSARY IN ORDER TO KEEP YOUR DOMAIN gangagen.com\r\n\r\nThe submission notification gangagen.com will EXPIRE WITHIN 24 HOURS after reception of this email', ''),
(1345, 1, 193, '1', 'Bryanemult', ''),
(1346, 1, 193, '2', 'Bryanemult', ''),
(1347, 1, 193, '3', 'jzrd@goposts.site', ''),
(1348, 1, 193, '4', '(615) 668-6127', ''),
(1349, 1, 193, '5', 'google', ''),
(1350, 1, 193, '6', 'сайт', ''),
(1351, 1, 193, '7', 'Hi, here on the forum guys advised a cool Dating site, be sure to register - you will not REGRET it <a href=https://bit.ly/3sCrmNV>https://bit.ly/3sCrmNV</a>', ''),
(1352, 1, 194, '1', 'Eric', ''),
(1353, 1, 194, '2', 'Jones', ''),
(1354, 1, 194, '3', 'eric.jones.z.mail@gmail.com', ''),
(1355, 1, 194, '4', '(555) 555-1212', ''),
(1356, 1, 194, '5', 'talkwithwebvisitor.com', ''),
(1357, 1, 194, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(1358, 1, 194, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://talkwithcustomer.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(1359, 1, 195, '1', 'Mohammed AL-Kuwari', ''),
(1360, 1, 195, '2', 'Mohammed AL-Kuwari', ''),
(1361, 1, 195, '3', 'alkuwari@email-checker.us', ''),
(1362, 1, 195, '4', '(277) 806-2672', ''),
(1363, 1, 195, '5', 'google', ''),
(1364, 1, 195, '6', 'Project Financing Opportunity', ''),
(1365, 1, 195, '7', 'Greetings. \r\nI am looking to work with you to engage in a profit oriented ventures in your country. \r\nI have the directive of Sheikh Mubarak AL-Thani to source for a partner abroad who can accommodate 350M USD and 150M USD for Investment. The sum is derived from a Supply Contract by a foreign company with Qatar Petroleum Company in Doha - Qatar. \r\nWe shall reassign the necessary documents to reflect your name and also ensure payment is done by Qatar Petroleum Company. \r\nI guarantee we shall implement this transaction under a legitimate arrangement without breaking the law. \r\nMore details will follow upon your reply. \r\nRegards, \r\nMohammed AL-Kuwari \r\nWhatsapp: +971554845309 \r\nReplyTo: mohammedalkuwariinvestment@gmail.com', ''),
(1366, 1, 196, '1', 'Alh. Sambo Dasuki', ''),
(1367, 1, 196, '2', 'Alh. Sambo Dasuki', ''),
(1368, 1, 196, '3', 'mmxxz9164@gmail.com', ''),
(1369, 1, 196, '4', '(503) 565-3868', ''),
(1370, 1, 196, '5', 'google', ''),
(1371, 1, 196, '6', 'Business Partner', ''),
(1372, 1, 196, '7', 'Dear Partner; \r\n \r\nI came across your email contact on Database; Where i was searching for a competent Partner who can handle a lucrative business for me as trustee and manager. I anticipate to read from you soon so I can provide you with more details. \r\n \r\nYours Sincerely, \r\nAlh. Sambo Dasuki', ''),
(1373, 1, 197, '1', 'Jasonglype', ''),
(1374, 1, 197, '2', 'Jasonglype', ''),
(1375, 1, 197, '3', 'jacksongor@ggmmails.com', ''),
(1376, 1, 197, '4', '(475) 275-5261', ''),
(1377, 1, 197, '5', 'google', ''),
(1378, 1, 197, '6', 'BEST OFFER. Very powerful high quality backlinks for your website.', ''),
(1379, 1, 197, '7', 'Hello. This is really the best offer on the link building market. \r\nEvery website needs powerful and trusted links. \r\nOur service will help your site get more weight and respect from Google, which means an increase in positions in Google search results. \r\nWe will create 301 redirects to your site from more than 100 very powerful sites + bonus 302 and 307 redirects from more than 1500 sites + we will index the created links for free. \r\n301, 302, 307 redirects transfer 100% of the page weight of the site, this will have a very positive effect on your site. \r\nOur service is 100% secure. \r\nYou can order the service here https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1mTc0&sa=D&Gp=Vh&usg=AFQjCNG0klKr4omyjhqQHpLYChoAnK_fqw', ''),
(1380, 1, 198, '1', 'EdwardFewix', ''),
(1381, 1, 198, '2', 'EdwardFewix', ''),
(1382, 1, 198, '3', 'gillesloemba@yahoo.fr', ''),
(1383, 1, 198, '4', '(210) 507-6024', ''),
(1384, 1, 198, '5', 'google', ''),
(1385, 1, 198, '6', 'The first cryptocurrency advertising network on the market', ''),
(1386, 1, 198, '7', 'Pay for a fraction of targeted traffic and useful actions. \r\nGet more paying customers. \r\n3 advertising models: CPD, CPA and CPM \r\nWe respect the privacy of netizens \r\nPayment with various cryptocurrencies \r\nhttps://www.google.com/url?q=https%3A%2F%2Fgfdgdfashrhr.blogspot.com%2F2021%2F04%2Fgrhfgjhgdgdhdhdrhgsrdhe.html&sa=D&Kr=Zg&usg=AFQjCNGjhUC6Je8M44wiXQF0KG8tObandA', ''),
(1387, 1, 199, '1', 'Paul', ''),
(1388, 1, 199, '2', 'Anderson', ''),
(1389, 1, 199, '3', 'paul@fastbizcapital.xyz', ''),
(1390, 1, 199, '4', '(202) 991-6766', ''),
(1391, 1, 199, '5', 'Fast Biz Capital', ''),
(1392, 1, 199, '6', 'Hello', ''),
(1393, 1, 199, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nHowever, if you need working capital to further grow and expand your business, we\r\nmay be a perfect fit for you and here’s why. \r\n\r\nOur loans are NOT based on your personal credit, and NO collateral is required.\r\n\r\nWe are a Direct Lender who can approve your loan today, and fund as early as Tomorrow.\r\n\r\nWe offer loans from 5k to 500k with flexible payments and great terms.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.fastbizcapital.xyz  Applying does NOT affect your credit!\r\n\r\nAlso, please check out this video to see how our program works, and all the funding options we have available for you.  www.fastbizcapital.xyz/video\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Anderson\r\nFast Biz Capital\r\nwww.fastbizcapital.xyz', ''),
(1394, 1, 200, '1', 'Hi Nice site https://google.com', ''),
(1395, 1, 200, '2', 'Hi Nice site https://google.com', ''),
(1396, 1, 200, '3', 'ascehine@mail.ru', ''),
(1397, 1, 200, '4', '(758) 162-3417', ''),
(1398, 1, 200, '5', 'google', ''),
(1399, 1, 200, '6', 'Hi Nice site https://google.com', ''),
(1400, 1, 200, '7', 'Hi Nice site https://google.com', ''),
(1401, 1, 201, '1', 'mab', ''),
(1402, 1, 201, '2', 'mab', ''),
(1403, 1, 201, '3', 'stoyak_max@meta.ua', ''),
(1404, 1, 201, '4', '(512) 581-8417', ''),
(1405, 1, 201, '5', 'google', ''),
(1406, 1, 201, '6', 'Quality products and drugs only here https://bit.ly/3rLBBis', ''),
(1407, 1, 201, '7', 'Quality products and drugs only here  \r\n \r\nhttps://bit.ly/3oZOKnO', ''),
(1408, 1, 202, '1', 'JerryLausy', ''),
(1409, 1, 202, '2', 'JerryLausy', ''),
(1410, 1, 202, '3', 'fago007@gmail.com', ''),
(1411, 1, 202, '4', '(708) 183-2063', ''),
(1412, 1, 202, '5', 'google', ''),
(1413, 1, 202, '6', 'Passive income from 3000 EURO. Join and Become Rich with our unique system.', ''),
(1414, 1, 202, '7', 'Passive income from 3000 EURO. Join and Become Rich with our unique system. \r\n \r\nOur system is an exclusive group for people who believed and got involved in the madness of Bitcoin and made a fortune on it. \r\nOur members enjoy a worldwide vacation every month while making money on their laptop with just a few minutes of “work” every day. \r\nEach new member starts earning from 3000 EURO on the very first day. Forget loans and hated jobs. soon you will not have them because you will soon become rich. \r\nWe also have 5 participants who, on the very first day, earned from 100,000 EURO each. This is a very excellent indicator. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Jg=Lo&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nThere is no other trading application in the world like our system that gives 99.4% accuracy. \r\nTherefore, our members from all over the world trust us to double and triple their hard earned money. \r\nThe program was created by the most advanced trading technologies in the world. \r\nThe program is ahead of the market by 0.01 seconds. \r\nThis \'leaping time\' allows our system to be the most accurate and fastest program in the world. \r\nDue to this, you will receive passive income from 3000 EURO per day. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Vw=Cy&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nOur app has won numerous awards. \r\nWe were recently honored to receive the \'# 1\' award in the Trade Program category from the US Trade Association. \r\nOnce your registration is accepted, you automatically become a new user of the system. \r\nYou will be able to use the trading system for free. \r\nLike any other business, you need start-up capital to get started. \r\nTo start making profit with the system, you must invest 250 EURO or more. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&De=Mf&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg \r\n \r\nClick \'trade\' to enjoy accurate and automated trading based on a winning algorithm. \r\nYou can also switch the system to manual mode if you prefer to trade yourself. \r\nBut we give a guarantee that in automatic mode your income will be from 3000 EURO per day. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1s9At&sa=D&Ca=Co&usg=AFQjCNFFD9Vnbmm2xL30VK6KG_im0pARlg', ''),
(1415, 1, 203, '1', 'Bennie', ''),
(1416, 1, 203, '2', 'Bennie', ''),
(1417, 1, 203, '3', 'info@gangagen.com', ''),
(1418, 1, 203, '4', '(715) 817-9557', ''),
(1419, 1, 203, '5', 'Bennie Chappel', ''),
(1420, 1, 203, '6', 'gangagen.com', ''),
(1421, 1, 203, '7', 'Hi\r\n\r\nOur Medical-Grade Toenail Clippers is the safest and especially recommended for those with troubles with winding nails, hard nails, two nails, nail cracks, deep nails, thickened nails etc..\r\n\r\nGet yours: thepodiatrist.online\r\n\r\nCheers,\r\n\r\nBennie\r\nContact - GangaGen', ''),
(1422, 1, 204, '1', 'Bill William Abbott', ''),
(1423, 1, 204, '2', 'Bill William Abbott', ''),
(1424, 1, 204, '3', 'abbottbillwilliam@gmail.com', ''),
(1425, 1, 204, '4', '(186) 874-0076', ''),
(1426, 1, 204, '5', 'google', ''),
(1427, 1, 204, '6', 'Opportunity', ''),
(1428, 1, 204, '7', 'My name is Bill William Abbott, I am a Financial Consultant of Proquest Consulting limited . I have a client who has an interest in Investing in your country into a Joint Venture / Partnership. He has funds available meant for investment. \r\n \r\nPlease contact me if you are interested. \r\n \r\nRegards, \r\nBill William Abbott \r\nProquest Consulting limited \r\nEmail: office@officeone1.com', ''),
(1429, 1, 205, '1', 'SteveDring', ''),
(1430, 1, 205, '2', 'SteveDring', ''),
(1431, 1, 205, '3', 'sofresh_67@hotmail.de', ''),
(1432, 1, 205, '4', '(006) 286-2668', ''),
(1433, 1, 205, '5', 'google', ''),
(1434, 1, 205, '6', 'Passive income from 3000 EURO. Join and Become Rich with our unique system.', ''),
(1435, 1, 205, '7', 'Our system is an exclusive group for people who believed and got involved in the madness of Bitcoin and made a fortune on it. \r\nOur members enjoy a worldwide vacation every month while making money on their laptop with just a few minutes of “work” every day. \r\nEach new member starts earning from 3000 EURO on the very first day. Forget loans and hated jobs. soon you will not have them because you will soon become rich. \r\nWe also have 5 participants who, on the very first day, earned from 100,000 EURO each. This is a very excellent indicator. \r\nDon\'t waste time, register and start making good money right now. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1vioi&sa=D&Fd=Ft&usg=AFQjCNFLclIyfyHFrFRX3HlmOdWKlAPzmA', ''),
(1436, 1, 206, '1', 'Linda', ''),
(1437, 1, 206, '2', 'Miller', ''),
(1438, 1, 206, '3', 'lindamillerleads@gmail.com', ''),
(1439, 1, 206, '4', '(555) 555-1212', ''),
(1440, 1, 206, '5', 'Leads On Demand', ''),
(1441, 1, 206, '6', 'Secrets To Mastering Internet Lead Conversion?', ''),
(1442, 1, 206, '7', 'Hi gangagen.com Owner,\r\n\r\nDo you want to know the Secrets To Mastering Internet Lead Conversion?\r\n\r\nI spent the last 10+ years generating, calling and closing Internet leads. I will be sharing my decade long conversion code for you to copy during this new, free webinar!\r\nDuring the webinar, I will show you:\r\n\r\nEvery business needs to capture more leads, create more appointments, and close more deals.\r\n\r\nIf you commit to mastering the content in this session, you will earn more money immediately– not in six months or a year, but literally as soon as you put your new knowledge to work. I have used this method on 1,000\'s of Internet leads of all price points. \r\n\r\nIf you want Internet leads, I have the key to CONVERTING them. Hope you can make it... https://TalkWithWebTraffic.com/Webinar\r\n\r\nIf getting more Hot Phone Leads is a part of your business plan (and why wouldn\'t it be?), I\'ve got great news for you.\r\n\r\n1. 12 ways to generate seller leads\r\n2. How to get seller leads on the phone\r\n3. What to say on the phone so you get instant sales\r\n4. The Key to SMS Marketing\r\n5  Never Cold Call Again\r\n6. Better leads = Faster conversions\r\n7. The four keys to inside sales success\r\n8. The 10 steps to a perfect sales call with an Internet lead\r\n\r\nMore than 7,000 people have already registered. The last time I did a webinar with Top Producers, hundreds of people got locked out and could only watch the replay. Get your spot now and tune in early!\r\n\r\n==> Save my spot https://TalkWithWebTraffic.com/Webinar\r\n\r\nWe\'ve become obsessed with making sure our clients are converting the leads we generate for them. \r\n\r\nHow much are you getting back in commissions compared to how much are you spending on advertising? But what is even better than a great ROI is a quick ROI. During this live webinar I will show you how we can help you generate higher quality leads that are easier to convert, fast.\r\n\r\n==>  Register at https://TalkWithWebTraffic.com/Webinar\r\n\r\nYour #1 Fan, \r\nLinda Miller\r\nBe there or be square.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(1443, 1, 207, '1', 'James Lambert', ''),
(1444, 1, 207, '2', 'James Lambert', ''),
(1445, 1, 207, '3', 'lambertj283@gmail.com', ''),
(1446, 1, 207, '4', '(350) 687-0263', ''),
(1447, 1, 207, '5', 'google', ''),
(1448, 1, 207, '6', 'Partnership', ''),
(1449, 1, 207, '7', 'Good day \r\n \r\nI`m seeking a reputable company/ individual to partner with in a manner that would benefit both parties. The project is worth $24 Million so if interested, kindly contact me through this email jameslambert@lambert-james.com for clarification. \r\n \r\nI await your response. \r\n \r\nThanks, \r\nJames Lambert', ''),
(1450, 1, 208, '1', 'AndrewUrbah', ''),
(1451, 1, 208, '2', 'AndrewUrbah', ''),
(1452, 1, 208, '3', 'tmkk95@gmx.de', ''),
(1453, 1, 208, '4', '(043) 721-6170', ''),
(1454, 1, 208, '5', 'google', ''),
(1455, 1, 208, '6', 'Get $1000 – $6000 A Day', ''),
(1456, 1, 208, '7', 'How to Make $30000 FAST, Fast Money, The Busy Budgeter   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1wQsl&sa=D&Ar=Ar&usg=AFQjCNE3x1YWNaiEClzt4ciyqOicvuLgsg   <<<<<<<<<<<<<', ''),
(1457, 1, 209, '1', 'AndrewUrbah', ''),
(1458, 1, 209, '2', 'AndrewUrbah', ''),
(1459, 1, 209, '3', 'danielberger96@gmx.de', ''),
(1460, 1, 209, '4', '(715) 561-4551', ''),
(1461, 1, 209, '5', 'google', ''),
(1462, 1, 209, '6', 'Girl seller from Australia generates income in one week more than her husband in a year, more than $ 300,000 per week, find out how she does it', ''),
(1463, 1, 209, '7', 'Simple taxi driver from austria generates income earns more in a day than his former boss in a year more than $ 230,000 per week, register and earn just like him   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1vioi&sa=D&Lp=Mp&usg=AFQjCNFLclIyfyHFrFRX3HlmOdWKlAPzmA   <<<<<<<<<<<<<', ''),
(1464, 1, 210, '1', 'Amanda', ''),
(1465, 1, 210, '2', 'Parker', ''),
(1466, 1, 210, '3', 'gseller2890@gmail.com', ''),
(1467, 1, 210, '4', '(292) 428-1381', ''),
(1468, 1, 210, '5', 'Dobster', ''),
(1469, 1, 210, '6', 'Error on your website', ''),
(1470, 1, 210, '7', 'It looks like you\'ve misspelled the word \"Wellcome\" on your website.  I thought you would like to know :).  Silly mistakes can ruin your site\'s credibility.  I\'ve used a tool called SpellScan.com in the past to keep mistakes off of my website.\r\n\r\n-Amanda', ''),
(1471, 1, 211, '1', 'AndrewUrbah', ''),
(1472, 1, 211, '2', 'AndrewUrbah', ''),
(1473, 1, 211, '3', 'scream0191@yahoo.de', ''),
(1474, 1, 211, '4', '(070) 174-2535', ''),
(1475, 1, 211, '5', 'google', ''),
(1476, 1, 211, '6', 'Ordinary unemployed from austria generates income earns more in a day than his former boss in a year more than $ 210,000 per week, register and earn just like him', ''),
(1477, 1, 211, '7', 'Housekeeper from Germany generates income in one week more than her husband in a year, more than $ 300,000 per week, want to earn as much as she does   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zO6j&sa=D&Nd=Vr&usg=AFQjCNGXgHgPeQg03QVrgml7BtJty4F9DA   <<<<<<<<<<<<<', ''),
(1478, 1, 212, '1', 'ClaytonResia', ''),
(1479, 1, 212, '2', 'ClaytonResia', ''),
(1480, 1, 212, '3', 'allodsally@web.de', ''),
(1481, 1, 212, '4', '(554) 233-6855', ''),
(1482, 1, 212, '5', 'google', ''),
(1483, 1, 212, '6', 'This housewife makes over $ 1,000,000 a month.', ''),
(1484, 1, 212, '7', 'This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ', ''),
(1485, 1, 213, '1', 'ClaytonResia', ''),
(1486, 1, 213, '2', 'ClaytonResia', ''),
(1487, 1, 213, '3', 'a_zielinski@web.de', ''),
(1488, 1, 213, '4', '(606) 767-5048', ''),
(1489, 1, 213, '5', 'google', ''),
(1490, 1, 213, '6', 'This housewife makes over $ 1,000,000 a month.', ''),
(1491, 1, 213, '7', 'This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ', ''),
(1492, 1, 214, '1', 'RalphDap', ''),
(1493, 1, 214, '2', 'RalphDap', ''),
(1494, 1, 214, '3', 'diana9385@hotmail.de', ''),
(1495, 1, 214, '4', '(748) 211-6757', ''),
(1496, 1, 214, '5', 'google', ''),
(1497, 1, 214, '6', 'This housewife makes over $ 1,000,000 a month.', ''),
(1498, 1, 214, '7', 'This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ', ''),
(1499, 1, 215, '1', 'ClaytonResia', ''),
(1500, 1, 215, '2', 'ClaytonResia', ''),
(1501, 1, 215, '3', 'gerald.marschner@web.de', ''),
(1502, 1, 215, '4', '(482) 240-7005', ''),
(1503, 1, 215, '5', 'google', ''),
(1504, 1, 215, '6', 'This housewife makes over $ 1,000,000 a month.', ''),
(1505, 1, 215, '7', 'This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ', ''),
(1506, 1, 216, '1', 'ClaytonResia', ''),
(1507, 1, 216, '2', 'ClaytonResia', ''),
(1508, 1, 216, '3', 'hannayaga@web.de', ''),
(1509, 1, 216, '4', '(665) 126-4573', ''),
(1510, 1, 216, '5', 'google', ''),
(1511, 1, 216, '6', 'This housewife makes over $ 1,000,000 a month.', ''),
(1512, 1, 216, '7', 'This housewife makes over $ 1,000,000 a month. \r\nShe makes millions of dollars doing almost nothing. CNN interviewed her how she does it, in the end she named 5 services with which she makes passive income. \r\nBelow we will give an excerpt from her interview and list 5 services on which she makes millions of dollars without doing anything. \r\nAn excerpt from the interview: \"... I am sure that I was very lucky, this is much cooler than the lottery, because I am confident in the future, \r\nbecause every day I earn more than $ 35,000 and for this I only invested $ 5000, $ 1000 in each of five services and pressed the start button ... \r\nthere is nothing easier how to invest and press the start button and then every day receive tens of thousands of dollars of passive income ... \" \r\nFive services on which a housewife earns millions of dollars a month by investing once and pressing the start button: \r\n# 1 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&sntz=1&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ \r\n# 2 Service - Register Now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc18HMH&sa=D&sntz=1&usg=AFQjCNFl_tOEDFdzXNzrmLTcScDQWV6Qlg \r\n# 3 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNSL&sa=D&sntz=1&usg=AFQjCNF83M2DwgUkzpORFzXiiurKchh9iw \r\n# 4 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNUT&sa=D&sntz=1&usg=AFQjCNHgBjYc2z-cwzkpEAi2Aj5FthezpA \r\n# 5 Service - Register now: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zNW1&sa=D&sntz=1&usg=AFQjCNFYE6BcTfiRaLBuYajWnB9XliGiwQ', ''),
(1513, 1, 217, '1', 'JanetToory', ''),
(1514, 1, 217, '2', 'JanetToory', ''),
(1515, 1, 217, '3', 'janetallen@dsl.pipex.com', ''),
(1516, 1, 217, '4', '(443) 171-3600', ''),
(1517, 1, 217, '5', 'google', ''),
(1518, 1, 217, '6', 'Radio Music', ''),
(1519, 1, 217, '7', 'Hello, \r\n \r\nBest club music only for DJ: https://0daymusic.org \r\nMP3/FLAC, Label, LIVESETS, Music Videos, TV Series. \r\n \r\nBest regards, \r\n0day MP3s', ''),
(1520, 1, 218, '1', 'Michaellot', ''),
(1521, 1, 218, '2', 'Michaellot', ''),
(1522, 1, 218, '3', 'shayalana@gmx.de', ''),
(1523, 1, 218, '4', '(107) 518-2757', ''),
(1524, 1, 218, '5', 'google', ''),
(1525, 1, 218, '6', 'Invest $ 690 in Cryptocurrency once and get $ 88433 passive income per month', ''),
(1526, 1, 218, '7', 'Passive Income: How to Earn $2500 Per Day in 2021   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&Ma=Zq&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ   <<<<<<<<<<<<<', ''),
(1527, 1, 219, '1', 'Michaellot', ''),
(1528, 1, 219, '2', 'Michaellot', ''),
(1529, 1, 219, '3', 'marcus@marcusluft.de', ''),
(1530, 1, 219, '4', '(458) 353-1378', ''),
(1531, 1, 219, '5', 'google', ''),
(1532, 1, 219, '6', 'Invest $ 690 in Cryptocurrency once and get $ 88433 passive income per month', ''),
(1533, 1, 219, '7', 'Passive income from $ 1300 per day with a one-time investment of $ 700   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&Ho=Mr&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ   <<<<<<<<<<<<<', ''),
(1534, 1, 220, '1', 'Michaellot', ''),
(1535, 1, 220, '2', 'Michaellot', ''),
(1536, 1, 220, '3', 'petraetzold@yahoo.de', ''),
(1537, 1, 220, '4', '(871) 051-2425', ''),
(1538, 1, 220, '5', 'google', ''),
(1539, 1, 220, '6', 'Passive Income: How To Make $2700 Per Day', ''),
(1540, 1, 220, '7', 'Passive Income - Way To Make $1500 Per Day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1zTyj&sa=D&Hi=Fh&usg=AFQjCNHZfOPKGVlcnav4-AbmcYguQJPTpQ   <<<<<<<<<<<<<', ''),
(1541, 1, 221, '1', 'Michaellot', ''),
(1542, 1, 221, '2', 'Michaellot', ''),
(1543, 1, 221, '3', 'iamgod@freenet.de', ''),
(1544, 1, 221, '4', '(567) 888-4281', ''),
(1545, 1, 221, '5', 'google', ''),
(1546, 1, 221, '6', 'Passive Income: How to Earn $2500 Per Day in 2021', ''),
(1547, 1, 221, '7', 'Passive Income: How to Earn $2500 Per Day in 2021   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1Jpm9&sa=D&Nu=Ki&usg=AFQjCNFNXiQzR3mOlLz5uPPPjn9P7qcpUA   <<<<<<<<<<<<<', ''),
(1548, 1, 222, '1', 'Michaellot', ''),
(1549, 1, 222, '2', 'Michaellot', ''),
(1550, 1, 222, '3', 'mariondu84740@hotmail.fr', ''),
(1551, 1, 222, '4', '(243) 754-0631', ''),
(1552, 1, 222, '5', 'google', ''),
(1553, 1, 222, '6', 'Passive income from $ 1300 per day with a one-time investment of $ 700', ''),
(1554, 1, 222, '7', 'Smart Passive Income Ideas 2020 - $70000 Per Month   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1Jpgr&sa=D&Zo=Xe&usg=AFQjCNFtc0f-Znle2hYDkjNlqovjfh5SnQ   <<<<<<<<<<<<<', ''),
(1555, 1, 223, '1', 'Dennis', ''),
(1556, 1, 223, '2', 'Perpetua', ''),
(1557, 1, 223, '3', 'dennis@qualitybloggeroutreach.com', ''),
(1558, 1, 223, '4', '(833) 288-8913', ''),
(1559, 1, 223, '5', 'QGP Limited', ''),
(1560, 1, 223, '6', 'Regarding advertising on your site', ''),
(1561, 1, 223, '7', 'Hello, \r\n\r\nMy name is Dennis Perpetua and I work for QGP.com, \r\n\r\nWe’re interested in advertising on your site. Is that something you’d be willing to discuss? \r\n\r\n\r\nDennis Perpetua\r\nOutreach Manager\r\nhttps://www.qgp.com', ''),
(1562, 1, 224, '1', 'Graig', ''),
(1563, 1, 224, '2', 'WILSON', ''),
(1564, 1, 224, '3', 'sales1@astrologicalstudio.com', ''),
(1565, 1, 224, '4', '(303) 800-6255', ''),
(1566, 1, 224, '5', 'Astrological Studio', ''),
(1567, 1, 224, '6', 'Find Out Your Romantic Compatibility With Your Mate', ''),
(1568, 1, 224, '7', 'Are you and your mate a good match? Find out with a Romantic Compatibility Report, your best resource for a romantic comparison. Recently called \"the best chart comparison report on the market\" by American Astrology magazine. Compares the charts of two individuals using the synastry, or inter-aspects. Includes a colorful bi-wheel chart with complete interpretations. What is it about them that\'s so appealing? Why do they make you laugh as no one else can? Do you have long-term potential? How can you help each other grow? Whether it\'s a new flirtation or a lifelong partnership, your stars light the way to a deeper understanding of yourself, your lover, and your relationship. Find out why American Astrology magazine calls it \"the best chart comparison report on the market.\" Discover your lover...   Please visit our site https://astrologicalstudio.com for more information. We will be delighted to hear from you. Have a great day. Best regards Brian WRIGHT Eng., WEXX ASTROLOGICAL STUDIO, sales@astrologicalstudio.com, https://astrologicalstudio.com', ''),
(1569, 1, 225, '1', 'Michaekava', ''),
(1570, 1, 225, '2', 'Michaekava', ''),
(1571, 1, 225, '3', 'i.n.g.ag.aga2.22@gmail.com', ''),
(1572, 1, 225, '4', '(057) 540-4658', ''),
(1573, 1, 225, '5', 'google', ''),
(1574, 1, 225, '6', 'West Valley City : udacity devops\r\n - Eduard Kabrinskiy', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(1575, 1, 225, '7', '<b>Кабринский Эдуард - Octopus azure  - Р­РґСѓР°СЂРґВ РљР°Р±СЂРёРЅСЃРєРёР№\r\n\r\n\r\n<h1>Octopus azure</h1>\r\n<p><youtube></p>\r\nOctopus azure <a href=\"http://remmont.com\">The news</a> Octopus azure\r\n<h1>Deploying to Azure using Azure Resource Manager templates and Octopus Deploy</h1>\r\n<p style=\"clear: both\"> <img src=\"https://res.cloudinary.com/endjin/image/upload/f_auto/q_80/assets/images/blog/2016/05/Deploying-to-Azure-ARM-P1-1024px.png\" /></p>\r\n<h2>Azure Resource Manager</h2>\r\n<p>Azure Resource Manager (ARM) is a set of APIs that enable interacting with Azure for creating and managing resources. ARM Templates create a simpler way of automating deployment to Azure, by allowing all the parts of your infrastructure to be declared in the template. Azure itself then handles how that infrastructure gets created including the order of execution and running things in parallel where possible.</p>\r\n<p>Defining infrastructure in this way is known as Infrastructure as Code, which offers many benefits such as being able to keep your templates in a source code repository for versioning and change tracking.</p>\r\n<h2>Octopus Deploy</h2>\r\n<p>Managing deployments across multiple environments, from development through to production, can be a complicated and challenging process. Octopus Deploy exists to make this process simpler, faster and more feature rich than tacking deployment on to an existing build server or hand rolling your own deployment process.</p>\r\n<p>Octopus Deploy is a deployment automation server, installed on your own infrastructure. It\'s premise is that it does one thing and it does it well. Where a build server is great at compiling code and running tests, Octopus is great at taking the artefacts that build, configuring them and then distributing them to all the machines and environments that they need to run in. One of the key features that make an Octopus deploy superior to a build server for deployments is concurrency of tasks. Deploying the same package to many different locations concurrently is an area Octopus Deploy excels at.</p>\r\n<p>In an Azure context, this could be useful for provisioning virtual machines that have already been deployed by an ARM Template. Even if you are purely deploying an ARM template full of Azure resources with no additional artefact deployment, there are plenty of other features that make Octopus worthwhile. To name but a few: configuration per environment, all deployments easily discoverable in one place, promotion between environments, and requirement of manual intervention and approval if necessary.</p>\r\n<h2>How can you use them together?</h2>\r\n<p>The Azure Resource Group Template step type was released with Octopus Deploy 3.3. This makes it really straight forward to set up a deployment process using the built-in step.</p>\r\n<p>The Azure Resource Group Template step requires a Service Principal for authentication. To learn how to create a service principal using PowerShell, see a previous post on the endjin blog or a similar article in the Octopus documentation.</p>\r\n<p>When adding a new Step to the deployment Process of a Project in Octopus, you\'ll see the Deploy an Azure Resource Group step type:</p>\r\n<p style=\"clear: both\"><img src=\"https://res.cloudinary.com/endjin/image/upload/f_auto/q_80/assets/images/blog/2016/05/select_azure_resource_group_step.png\" /></p>\r\n<p>After choosing the step, you\'ll see a page where various properties need to be completed:</p>\r\n<p style=\"clear: both\"><img src=\"https://res.cloudinary.com/endjin/image/upload/f_auto/q_80/assets/images/blog/2016/05/resource_group_template_package.png\" /></p>\r\n<p>The account type has to be a service principal, which you should have already created.</p>\r\n<p>It is possible to get the JSON template from \"source code\" which actually means you can paste the JSON directly into the deployment step in a multi-line text box. If this option is chosen the JSON is parsed and the parameters required by the template will appear directly in the step details form. The other alternative is to use a file inside a NuGet package, in which case you need to specify where to get the package, and what the template and template parameters paths are.</p>\r\n<h2>Taking things further</h2>\r\n<p>It is unlikely that you will have a single step in the deployment pipeline, for deploying an Azure Resource Group. In reality, multiple different types of step will be used for different purposes.</p>\r\n<h3>Creating the Azure Resource Group using a PowerShell step</h3>\r\n<p>The Azure Resource Group must exist before the deployment step can happen. When creating the deployment step you enter the name of the Resource Group to use. This could be achieved by using the \"Run an Azure PowerShell Script\" step. After adding the Step to the Deployment Process, the following PowerShell script could be added to the Script text field in the step:</p>\r\n<p>\'$GroupName\' and \'$Location\' are references to variables defined for the Project.</p>\r\n<h3>Creating a reusable Step Template</h3>\r\n<p>Creating a Resource Group using a PowerShell script is something that is going to be repeated. Octopus offers Step Templates that can be shared across your own projects, or shared with the community. There is also a library of community templates that can be reused.</p>\r\n<p>Navigate to the \'Library\' page from the top navigation bar. Then to the \'Step templates\' page from the left navigation section. Then click the \'Add step template\' button.</p>\r\n<p style=\"clear: both\"><img src=\"https://res.cloudinary.com/endjin/image/upload/f_auto/q_80/assets/images/blog/2016/05/add_step_template.png\" /></p>\r\n<p>In the dialogue that appears, select the \'Run an Azure PowerShell Script\' step type. Give the template a name and description. On the \'step\' tab enter the PowerShell script from the previous section.</p>\r\n<p>The script parameters could come from the variables of the project itself like previously. Parameters can also be set on the template. If this is done, they can be entered when adding the step to the deployment process. The section highlighted in red in the image below is a parameter defined on the template being entered when using the template:</p>\r\n<p style=\"clear: both\"><img src=\"https://res.cloudinary.com/endjin/image/upload/f_auto/q_80/assets/images/blog/2016/05/create_resource_group_step_template.png\" /></p>\r\n<p>Once all the template settings and parameters are to your liking, save the template to your library.</p>\r\n<p>Now when you are adding a step to the deployment process for a project, the list of available steps will include the step template just added, for creating an Azure Resource Group.</p>\r\n<h2>Additional recommendations</h2>\r\n<h3>Develop the ARM template using Visual Studio and use the NuGet package template source option</h3>\r\n<p>While it is possible create an ARM template directly in the Step definition by using the \"source code\" option, developing the template using Visual Studio has lots of benefits.</p>\r\n<p>There is an Azure Res', ''),
(1576, 1, 226, '1', 'Michaellot', ''),
(1577, 1, 226, '2', 'Michaellot', ''),
(1578, 1, 226, '3', 'castagnaro.p@web.de', ''),
(1579, 1, 226, '4', '(672) 166-2775', ''),
(1580, 1, 226, '5', 'google', ''),
(1581, 1, 226, '6', 'Invest $ 690 in Cryptocurrency once and get $ 245000 passive income per month', ''),
(1582, 1, 226, '7', 'Smart Passive Income Ideas 2020 - $70000 Per Month   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1Jpgr&sa=D&Ka=Ms&usg=AFQjCNFtc0f-Znle2hYDkjNlqovjfh5SnQ   <<<<<<<<<<<<<', ''),
(1583, 1, 227, '1', 'Behzad', ''),
(1584, 1, 227, '2', 'Afsouss', ''),
(1585, 1, 227, '3', 'behzaddafs@gmail.com', ''),
(1586, 1, 227, '4', '(004) 679-8754', ''),
(1587, 1, 227, '5', 'finance', ''),
(1588, 1, 227, '6', 'Inquiry', ''),
(1589, 1, 227, '7', 'Hello,\r\nMy name is Behzad Afsouss, a private investor, I am looking for a viable business/project where I can invest my fund, both start up projects and existing businesses needing Funding or Loan for expansion.\r\n\r\nI will like to partner with you/your company so Let me know if you are interested so that we can open discussion on it immediately for possible business cooperation.\r\nRegards,\r\nBehzad Afsouss.', ''),
(1590, 1, 228, '1', 'Aaronwrics', ''),
(1591, 1, 228, '2', 'Aaronwrics', ''),
(1592, 1, 228, '3', 'eileencarr@xtra.co.nz', ''),
(1593, 1, 228, '4', '(375) 544-4560', ''),
(1594, 1, 228, '5', 'google', ''),
(1595, 1, 228, '6', 'Elon Musk distributes 5,000 Bitcoins', ''),
(1596, 1, 228, '7', 'Elon Musk distributes 5,000 Bitcoins \r\n \r\nTesla started the campaign for the distribution of bitcoins from yesterday. The action says that only 5,000 bitcoins will be distributed, but one of the commentators said that in fact, Elon Musk intends to distribute 25,000 bitcoins. \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Xg=Zq&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw \r\nToday I sent 3 Bitcoins to Tesla and received 6 Bitcoins back !!! Bitcoins are returned doubled. The company\'s website keeps statistics in real time, who sent and received how many bitcoins in double the amount. \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Le=Xa&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw \r\nToday I intend to send 3 more bitcoins and quit my annoying job, I also handed out all my debts and looked after myself a brand new BMW X5 in a car dealership. Hurry up and you, because there are a lot of people who want to and everyone wants to get double profits just like that. \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Sw=Bw&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw', ''),
(1597, 1, 229, '1', 'Michaeldar', ''),
(1598, 1, 229, '2', 'Michaeldar', ''),
(1599, 1, 229, '3', 'rosaleesergi@optusnet.com.au', ''),
(1600, 1, 229, '4', '(114) 835-2635', ''),
(1601, 1, 229, '5', 'google', ''),
(1602, 1, 229, '6', 'Elon Musk 5,000 BTC Giveaway!', ''),
(1603, 1, 229, '7', 'Elon Musk 5,000 BTC Giveaway! \r\nDue to the fact that Tesla has stopped selling cars for Bitcoins. \r\nElon Musk decided to distribute 5,000 Bitcoins per week for a month. \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Mq=By&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw \r\nMore than 500 people have already taken part in this action and they received the promised bitcoins from Elon Musk. \r\nHurry up, otherwise you may not be enough ... \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Hh=Me&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw', ''),
(1604, 1, 230, '1', 'Michaeldar', ''),
(1605, 1, 230, '2', 'Michaeldar', ''),
(1606, 1, 230, '3', 'therealmancool@hotmail.com', ''),
(1607, 1, 230, '4', '(821) 343-5167', ''),
(1608, 1, 230, '5', 'google', ''),
(1609, 1, 230, '6', 'Elon Musk 5,000 BTC Giveaway!', ''),
(1610, 1, 230, '7', 'Elon Musk 5,000 BTC Giveaway! \r\nDue to the fact that Tesla has stopped selling cars for Bitcoins. \r\nElon Musk decided to distribute 5,000 Bitcoins per week for a month. \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Lq=Cr&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw \r\nMore than 500 people have already taken part in this action and they received the promised bitcoins from Elon Musk. \r\nHurry up, otherwise you may not be enough ... \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Fq=Aa&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw', ''),
(1611, 1, 231, '1', 'MarcoCrefs', ''),
(1612, 1, 231, '2', 'MarcoCrefs', ''),
(1613, 1, 231, '3', 'ahmedkirillov5@gmail.com', ''),
(1614, 1, 231, '4', '(286) 366-4268', ''),
(1615, 1, 231, '5', 'google', ''),
(1616, 1, 231, '6', 'You have won $ 1000 in the lottery', ''),
(1617, 1, 231, '7', 'Congratulations, you have won $ 1000 in the lottery! Take the money --> 4erteg.ru \r\n<a href=http://4erteg.ru/>Detail</a>:  <a href=http://4erteg.ru/>http://4erteg.ru/</a>  http://4erteg.ru/ <a href=\"http://4erteg.ru/\">http://4erteg.ru/</a>', ''),
(1618, 1, 232, '1', 'Michaeldar', ''),
(1619, 1, 232, '2', 'Michaeldar', ''),
(1620, 1, 232, '3', 'ashes457@yahoo.com', ''),
(1621, 1, 232, '4', '(426) 130-0526', ''),
(1622, 1, 232, '5', 'google', ''),
(1623, 1, 232, '6', 'Elon Musk 5,000 BTC Giveaway!', ''),
(1624, 1, 232, '7', 'Elon Musk 5,000 BTC Giveaway! \r\nDue to the fact that Tesla has stopped selling cars for Bitcoins. \r\nElon Musk decided to distribute 5,000 Bitcoins per week for a month. \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Hu=Ai&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw \r\nMore than 500 people have already taken part in this action and they received the promised bitcoins from Elon Musk. \r\nHurry up, otherwise you may not be enough ... \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Xh=Sq&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw', ''),
(1625, 1, 233, '1', 'Illona', ''),
(1626, 1, 233, '2', 'Illona', ''),
(1627, 1, 233, '3', 'rescuer.info@list.ru', ''),
(1628, 1, 233, '4', '(561) 214-5773', ''),
(1629, 1, 233, '5', 'google', ''),
(1630, 1, 233, '6', 'Спасительная магия', ''),
(1631, 1, 233, '7', '<a href=http://tufliy.ru>молитва на удачу на работе мужу</a>', ''),
(1632, 1, 234, '1', 'Michaeldar', ''),
(1633, 1, 234, '2', 'Michaeldar', ''),
(1634, 1, 234, '3', 'faithramon90@yahoo.com', ''),
(1635, 1, 234, '4', '(558) 866-7456', ''),
(1636, 1, 234, '5', 'google', ''),
(1637, 1, 234, '6', 'Elon Musk 5,000 BTC Giveaway!', ''),
(1638, 1, 234, '7', 'Elon Musk 5,000 BTC Giveaway! \r\nDue to the fact that Tesla has stopped selling cars for Bitcoins. \r\nElon Musk decided to distribute 5,000 Bitcoins per week for a month. \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Dr=Xs&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw \r\nMore than 500 people have already taken part in this action and they received the promised bitcoins from Elon Musk. \r\nHurry up, otherwise you may not be enough ... \r\nhttps://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Sa=Hr&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw', ''),
(1639, 1, 235, '1', 'MarcoCrefs', ''),
(1640, 1, 235, '2', 'MarcoCrefs', ''),
(1641, 1, 235, '3', 'ahmedkirillov5@gmail.com', ''),
(1642, 1, 235, '4', '(375) 533-0371', ''),
(1643, 1, 235, '5', 'google', ''),
(1644, 1, 235, '6', 'You have won $ 1000 in the lottery', ''),
(1645, 1, 235, '7', 'Congratulations, you have won $500 in the lottery! Take the money --> 4erteg.ru \r\n<a href=http://4erteg.ru/>Detail</a>:  <a href=http://4erteg.ru/>http://4erteg.ru/</a>  http://4erteg.ru/ <a href=\"http://4erteg.ru/\">http://4erteg.ru/</a>', ''),
(1646, 1, 236, '1', 'Normandfuefs', ''),
(1647, 1, 236, '2', 'Normandfuefs', ''),
(1648, 1, 236, '3', 'mumbles619305@yahoo.com', ''),
(1649, 1, 236, '4', '(761) 205-0664', ''),
(1650, 1, 236, '5', 'google', ''),
(1651, 1, 236, '6', 'Elon Musk 5,000 BTC Giveaway!', ''),
(1652, 1, 236, '7', 'Elon Musk 5,000 BTC Giveaway! \r\nDue to the fact that Tesla has stopped selling cars for Bitcoins. \r\nElon Musk decided to distribute 5,000 Bitcoins per week for a month. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Ni=Ds&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ \r\nMore than 500 people have already taken part in this action and they received the promised bitcoins from Elon Musk. \r\nHurry up, otherwise you may not be enough ... \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Gt=Br&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ', ''),
(1653, 1, 237, '1', 'Eric', ''),
(1654, 1, 237, '2', 'Jones', ''),
(1655, 1, 237, '3', 'eric.jones.z.mail@gmail.com', ''),
(1656, 1, 237, '4', '(555) 555-1212', ''),
(1657, 1, 237, '5', 'talkwithwebvisitor.com', ''),
(1658, 1, 237, '6', 'Strike when the iron’s hot', ''),
(1659, 1, 237, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gangagen.com', ''),
(1660, 1, 238, '1', 'Shanedut', ''),
(1661, 1, 238, '2', 'Shanedut', ''),
(1662, 1, 238, '3', 'Eric_Brodie@yahoo.com', ''),
(1663, 1, 238, '4', '(358) 004-5650', ''),
(1664, 1, 238, '5', 'google', ''),
(1665, 1, 238, '6', 'Now Elon Musk is giving away 35,000 Bitcoins!', ''),
(1666, 1, 238, '7', 'Now Elon Musk is giving away 35,000 Bitcoins! Manage to get your bitcoins. \r\nElon Musk handed out 5,000 bitcoins last week. \r\nDue to this action, people have increased interest in Tesla and car sales have grown 4 times. \r\nThis action was attended by 2,975 people. \r\nStarting this week, Elon Musk has decided to give away 35,000 Bitcoins! \r\nHurry up while the promotion has just started. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc24NxR&sa=D&Na=Kf&usg=AFQjCNHFDrOrotnkWz-aKLK5PDtwSFBYXA \r\nI have already sent 5 bitcoins and received 13 bitcoins back, which is more than 2 times. \r\nI have already distributed all the debts and quit my job. \r\nNow I want to buy a house and a brand new BMW from future profits. \r\nTomorrow I will send 9 Bitcoins already. \r\nHurry up to get your Bitcoins, I have never seen such a freebie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc24NxR&sa=D&Gg=Xs&usg=AFQjCNHFDrOrotnkWz-aKLK5PDtwSFBYXA', ''),
(1667, 1, 239, '1', 'Yahoo', ''),
(1668, 1, 239, '2', 'Yahoo', ''),
(1669, 1, 239, '3', 'press@yahoo.com', ''),
(1670, 1, 239, '4', '(611) 075-0043', ''),
(1671, 1, 239, '5', 'google', ''),
(1672, 1, 239, '6', 'Most profitable cryptocurrency miners released', ''),
(1673, 1, 239, '7', 'Most profitable cryptocurrency miners has been released : \r\nDBT Miner: $7,500 (Bitcoin), $13,000 (Litecoin), $13,000 (Ethereum), and $15,000 (Monero) \r\n \r\nGBT Miner: $22,500 (Bitcoin), $39,000 (Litecoin), $37,000 (Ethereum), and $45,000 (Monero) \r\nRead more here : \r\nhttps://www.yahoo.com/now/bitwats-release-most-profitable-asic-195600764.html', ''),
(1674, 1, 240, '1', 'Jeffreyzinue', ''),
(1675, 1, 240, '2', 'Jeffreyzinue', ''),
(1676, 1, 240, '3', 'selvaraj@hotmail.com', ''),
(1677, 1, 240, '4', '(783) 826-0181', ''),
(1678, 1, 240, '5', 'google', ''),
(1679, 1, 240, '6', 'Now Elon Musk is giving away 5,000 Bitcoins!', ''),
(1680, 1, 240, '7', 'Now Elon Musk is giving away 5,000 Bitcoins! Manage to get your bitcoins. \r\nElon Musk handed out 5,000 bitcoins last week. \r\nDue to this action, people have increased interest in Tesla and car sales have grown 4 times. \r\nThis action was attended by 2,975 people. \r\nStarting this week, Elon Musk has decided to give away 5,000 Bitcoins! \r\nHurry up while the promotion has just started. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc25V3x&sa=D&Dy=Hi&usg=AFQjCNFCAtAOPP2PpNH4q9o6Mjgx1SX2ig \r\nI have already sent 5 bitcoins and received 13 bitcoins back, which is more than 2 times. \r\nI have already distributed all the debts and quit my job. \r\nNow I want to buy a house and a brand new BMW from future profits. \r\nTomorrow I will send 9 Bitcoins already. \r\nHurry up to get your Bitcoins, I have never seen such a freebie. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc25V3x&sa=D&Gw=Je&usg=AFQjCNFCAtAOPP2PpNH4q9o6Mjgx1SX2ig', ''),
(1681, 1, 241, '1', 'Michaellot', ''),
(1682, 1, 241, '2', 'Michaellot', ''),
(1683, 1, 241, '3', 'valentina_zanini@yahoo.com', ''),
(1684, 1, 241, '4', '(065) 381-5621', ''),
(1685, 1, 241, '5', 'google', ''),
(1686, 1, 241, '6', 'I invested 5 Bitcoins and after 5 minutes I received 10 Bitcoins from Tesla', ''),
(1687, 1, 241, '7', 'I invested 5 Bitcoins and after 5 minutes I received 10 Bitcoins from Tesla   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Ffdgdfgfgdhd.blogspot.com%2F&sa=D&Fu=Bu&usg=AFQjCNELj2KjBSHMk8MxDZiwZJf3mujXQw   <<<<<<<<<<<<<', ''),
(1688, 1, 242, '1', 'Michaellot', ''),
(1689, 1, 242, '2', 'Michaellot', ''),
(1690, 1, 242, '3', 'cleanchem@slingshot.co.nz', ''),
(1691, 1, 242, '4', '(170) 370-4120', ''),
(1692, 1, 242, '5', 'google', ''),
(1693, 1, 242, '6', 'Get everything you wanted for a long time! Invest $ 356 and get passive income of $ 4600 per day', ''),
(1694, 1, 242, '7', '\"Forget about a rent and debts!\" Invest $ 265 and get passive income of $ 9000 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Nq=De&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ   <<<<<<<<<<<<<', ''),
(1695, 1, 243, '1', 'Anthony', ''),
(1696, 1, 243, '2', 'Lopez', ''),
(1697, 1, 243, '3', 'anthony@directlendingsource1.xyz', ''),
(1698, 1, 243, '4', '(202) 991-6766', ''),
(1699, 1, 243, '5', 'Direct Lending Source', ''),
(1700, 1, 243, '6', 'Hello', ''),
(1701, 1, 243, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nI just have one quick question for you.\r\n\r\nWould you consider a Working Capital Loan for your Business if the price and terms were acceptable?\r\n\r\nIf so, we can provide you with a funding decision is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.directlendingsource1.xyz\r\n\r\nAlso, please check out this video to see how our program works, and all the funding options we have available for you.  www.directlendingsource1.xyz/video\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nAnthony Lopez\r\nDirect Lending Source\r\nwww.directlendingsource1.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.directlendingsource1.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nDirect Lending Source\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(1702, 1, 244, '1', 'MarcoCrefs', ''),
(1703, 1, 244, '2', 'MarcoCrefs', ''),
(1704, 1, 244, '3', 'ahmedkirillov5@gmail.com', ''),
(1705, 1, 244, '4', '(038) 814-8324', ''),
(1706, 1, 244, '5', 'google', ''),
(1707, 1, 244, '6', 'You received a money transfer of $ 89.44!', ''),
(1708, 1, 244, '7', 'You received a money transfer of $ 89.44! PREPAYMENT! To receive funds, go to the payment page --> http://onlinebanker.epizy.com \r\n<a href=http://onlinebanker.epizy.com/>Detail</a>:  <a href=http://4erteg.ru/>http://4erteg.ru/</a>  http://onlinebanker.epizy.com/ <a href=\"http://onlinebanker.epizy.com/\">http://onlinebanker.epizy.com/</a>', ''),
(1709, 1, 245, '1', 'Michaellot', ''),
(1710, 1, 245, '2', 'Michaellot', ''),
(1711, 1, 245, '3', 'hel-hols@online.no', ''),
(1712, 1, 245, '4', '(478) 482-0484', ''),
(1713, 1, 245, '5', 'google', ''),
(1714, 1, 245, '6', 'Start acting right now! Invest $ 399 and get passive income of $ 4000 per day', ''),
(1715, 1, 245, '7', 'Just imagine that you can give up the work and do what you like! Invest $ 480 and get passive income of $ 6200 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Zt=Kw&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ   <<<<<<<<<<<<<', ''),
(1716, 1, 246, '1', 'Michaellot', ''),
(1717, 1, 246, '2', 'Michaellot', ''),
(1718, 1, 246, '3', 'halcsutka@pofa.be', ''),
(1719, 1, 246, '4', '(356) 042-4576', ''),
(1720, 1, 246, '5', 'google', ''),
(1721, 1, 246, '6', 'It`s quite natural to want more revenue. Invest $ 298 and get passive income of $ 4500 per day', ''),
(1722, 1, 246, '7', '\"Forget about a rent and debts!\" Invest $ 276 and get passive income of $ 7800 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Le=Se&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ   <<<<<<<<<<<<<', ''),
(1723, 1, 247, '1', 'Eric', ''),
(1724, 1, 247, '2', 'Jones', ''),
(1725, 1, 247, '3', 'eric.jones.z.mail@gmail.com', ''),
(1726, 1, 247, '4', '(555) 555-1212', ''),
(1727, 1, 247, '5', 'talkwithwebvisitor.com', ''),
(1728, 1, 247, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(1729, 1, 247, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://talkwithcustomer.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(1730, 1, 248, '1', 'Michaellot', ''),
(1731, 1, 248, '2', 'Michaellot', ''),
(1732, 1, 248, '3', 'el_paso@live.nl', ''),
(1733, 1, 248, '4', '(618) 037-0313', ''),
(1734, 1, 248, '5', 'google', ''),
(1735, 1, 248, '6', 'How to be financially independent and stand firmly on your feet? Invest $ 269 and get passive income of $ 3400 per day', ''),
(1736, 1, 248, '7', 'Get everything you wanted for a long time! Invest $ 488 and get passive income of $ 8100 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&De=Nq&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ   <<<<<<<<<<<<<', ''),
(1737, 1, 249, '1', 'num760500tetcher', ''),
(1738, 1, 249, '2', 'num760500tetcher', ''),
(1739, 1, 249, '3', 'bogdan.khren.khrenov@mail.ru', ''),
(1740, 1, 249, '4', '(301) 327-5652', ''),
(1741, 1, 249, '5', 'google', ''),
(1742, 1, 249, '6', 'typ760500uytjthyegt', ''),
(1743, 1, 249, '7', 'mns760500ngkyt 5NE7xHn 16si tTml47U', ''),
(1744, 1, 250, '1', 'Swastik', ''),
(1745, 1, 250, '2', 'Reddy', ''),
(1746, 1, 250, '3', 'swastikp@tbrc.info', ''),
(1747, 1, 250, '4', '(965) 209-5981', ''),
(1748, 1, 250, '5', 'The Business Research Company', ''),
(1749, 1, 250, '6', 'contacting you on behalf of the Fluorochemical Business Unit of Daikin group companies.', ''),
(1750, 1, 250, '7', 'Hello,\r\n \r\nWe, At The Business Research Company, are contacting you on behalf of the Fluorochemical Business Unit of Daikin group companies.\r\n \r\nWe are pleased to offer the best-in-class intermediates from Daikin.\r\n \r\nDaikin offers:\r\n\r\n1. Extensive range of fluorinated building blocks and intermediates such as Methyl 2-fluoroacrylate (MFA), Ethyl 2,2-difluoro-3-hydroxypropanoate (EHDFP), and Ethyl 2,2-difluoro-3-iodopropanoate (EIDFP) for Pharmaceutical applications.\r\n2. Custom synthesis services such as Fluorination, coupling reactions among others\r\n3. Fluorinated agents and reagents using IF5, SF4, F2 gas, and fluorinated building blocks\r\n\r\nWith manufacturing units across Asia, Europe, and North America and with its innovative fluorination and building blocks technology, Daikin helps the Pharmaceutical companies in their pursuit of drug development and production. Daikin can also manufacture a variety of customized fluorinated intermediates for your company’s requirements.\r\nFor more information on Flourinated intermediates by Daikin, please visit the link mentioned below:\r\n \r\nhttps://www.daikinchemicals.com/solutions/products/fine-chemicals-and-intermediates.html\r\n\r\nAs an initial step, we would like to set up a virtual meeting with representatives from Daikin to discuss on the business offerings of fluorinated intermediate compounds.\r\nAs a facilitating partner, we will be pleased to clarify any questions you have regarding the company or its offerings, before setting up the one-on-one virtual meet.\r\n\r\nKindly, let me know your availability for the same.\r\n \r\nRequest you to please forward this email to the key decision makers of the company.', ''),
(1751, 1, 251, '1', 'Michaellot', ''),
(1752, 1, 251, '2', 'Michaellot', ''),
(1753, 1, 251, '3', 'corban10@orcon.net.nz', ''),
(1754, 1, 251, '4', '(864) 306-1273', ''),
(1755, 1, 251, '5', 'google', ''),
(1756, 1, 251, '6', 'Acquiring financial independence. Invest $ 256 and get passive income of $ 3700 per day', ''),
(1757, 1, 251, '7', 'Make your time a profit! Invest $ 578 and get passive income of $ 6500 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Bq=Fi&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ   <<<<<<<<<<<<<', ''),
(1758, 1, 252, '1', 'Michaellot', ''),
(1759, 1, 252, '2', 'Michaellot', ''),
(1760, 1, 252, '3', 'd.delijster@quicknet.nl', ''),
(1761, 1, 252, '4', '(316) 565-2005', ''),
(1762, 1, 252, '5', 'google', ''),
(1763, 1, 252, '6', 'You don`t need to go to work daily anymore! Invest $ 389 and get passive income of $ 7500 per day', ''),
(1764, 1, 252, '7', 'Make your time a profit! Invest $ 297 and get passive income of $ 3000 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Aa=Vt&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ   <<<<<<<<<<<<<', ''),
(1765, 1, 253, '1', 'nym760500flebno', ''),
(1766, 1, 253, '2', 'nym760500flebno', ''),
(1767, 1, 253, '3', 'bogdan.khren.khrenov@mail.ru', ''),
(1768, 1, 253, '4', '(318) 284-0843', ''),
(1769, 1, 253, '5', 'google', ''),
(1770, 1, 253, '6', 'tap760500rtuyjyh', ''),
(1771, 1, 253, '7', 'mes760500uttjr K0coUpT 1Fbv WAc5r4P', ''),
(1772, 1, 254, '1', 'Michaellot', ''),
(1773, 1, 254, '2', 'Michaellot', ''),
(1774, 1, 254, '3', 'henri.negri@bluewin.ch', ''),
(1775, 1, 254, '4', '(767) 827-8062', ''),
(1776, 1, 254, '5', 'google', ''),
(1777, 1, 254, '6', 'I invested 5 Bitcoins and after 5 minutes I received 10 Bitcoins from Elon Musk', ''),
(1778, 1, 254, '7', 'Get X2 Bitcoins from Elon Musk   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fupto5000btc.blogspot.com%2F&sa=D&Ng=Md&usg=AFQjCNHtCeex2fHffyeD9THCcjtFp-n8vw   <<<<<<<<<<<<<', ''),
(1779, 1, 255, '1', 'Tyler Becker', ''),
(1780, 1, 255, '2', 'Tyler Becker', ''),
(1781, 1, 255, '3', 'tyler@cryptosuite.info', ''),
(1782, 1, 255, '4', '(471) 128-3716', ''),
(1783, 1, 255, '5', 'google', ''),
(1784, 1, 255, '6', 'The Plan To Get To $100 Daily', ''),
(1785, 1, 255, '7', 'Hey there its Tyler, \r\nDo you want to quit and just toss in the towel? \r\nYour ready to give up on this online income thingh huh? \r\nI have been there so many times I lost count. \r\nBut I knew that if I could find something that worked, then I would \r\nget the income I wanted. \r\nIts not time to quit, its time to just follow a simple step by step process. (Proof of this !!) \r\n \r\nGo Here To See How https://jvz8.com/c/1176113/294890 \r\n \r\nTalk Soon \r\n \r\nTyler', ''),
(1786, 1, 256, '1', 'Michaellot', ''),
(1787, 1, 256, '2', 'Michaellot', ''),
(1788, 1, 256, '3', 'lalohs@live.com', ''),
(1789, 1, 256, '4', '(020) 553-4737', ''),
(1790, 1, 256, '5', 'google', ''),
(1791, 1, 256, '6', 'I invested 1 bitcoin and after 5 minutes I received 2 bitcoins from Tesla', ''),
(1792, 1, 256, '7', 'I invested 5 Bitcoins and after 5 minutes I received 10 Bitcoins from Tesla   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fupto5000btc.blogspot.com%2F&sa=D&Va=Kf&usg=AFQjCNHtCeex2fHffyeD9THCcjtFp-n8vw   <<<<<<<<<<<<<', ''),
(1793, 1, 257, '1', 'Mike Berrington', ''),
(1794, 1, 257, '2', 'Mike Berrington', ''),
(1795, 1, 257, '3', 'see-email-in-message@monkeydigital.co', ''),
(1796, 1, 257, '4', '(638) 327-0408', ''),
(1797, 1, 257, '5', 'google', ''),
(1798, 1, 257, '6', 'Increase Domain Strength for gangagen.com', ''),
(1799, 1, 257, '7', 'Hi there \r\n \r\nDo you want a quick boost in ranks and sales for your gangagen.com website? \r\nHaving a high DA score, always helps \r\n \r\nGet your gangagen.com to have a DA between 50 to 60 points in Moz with us today and rip the benefits of such a great feat. \r\n \r\nSee our offers here: \r\nhttps://www.monkeydigital.co/product/moz-da50-seo-plan/ \r\n \r\nNEW: \r\nhttps://www.monkeydigital.co/product/ahrefs-DR50-UR70/ \r\n \r\n \r\nthank you \r\nMike Berrington\r\n \r\nsupport@monkeydigital.co', ''),
(1800, 1, 258, '1', 'CharlesMoiva', ''),
(1801, 1, 258, '2', 'CharlesMoiva', ''),
(1802, 1, 258, '3', '0uince9@goposts.site', ''),
(1803, 1, 258, '4', '(524) 158-2455', ''),
(1804, 1, 258, '5', 'google', ''),
(1805, 1, 258, '6', 'сайт', ''),
(1806, 1, 258, '7', 'Hi, look what a cool site I found, there you can win from $ 50 to $ 3000 , I managed to win $ 540, good luck to you <a href=https://bit.ly/34jKEhC>https://bit.ly/34jKEhC</a>', ''),
(1807, 1, 259, '1', 'nym760500krya', ''),
(1808, 1, 259, '2', 'nym760500krya', ''),
(1809, 1, 259, '3', 'bogdan.khren.khrenov@mail.ru', ''),
(1810, 1, 259, '4', '(552) 556-1574', ''),
(1811, 1, 259, '5', 'google', ''),
(1812, 1, 259, '6', 'tip760500hyerge', ''),
(1813, 1, 259, '7', 'mis760500rttyneg wgWrmBf nN4r NuWCpBJ', ''),
(1814, 1, 260, '1', 'Nutrrytes', ''),
(1815, 1, 260, '2', 'Nutrrytes', ''),
(1816, 1, 260, '3', 'emmycrossman39612@mail.ru', ''),
(1817, 1, 260, '4', '(446) 464-4876', ''),
(1818, 1, 260, '5', 'google', ''),
(1819, 1, 260, '6', 'Procurement conduct oneself treat paypal', ''),
(1820, 1, 260, '7', 'URGENTLY NEED MONEY \r\nHacked credit cards - <a href=http://saleclonedcard.com>http://www.hackedcardbuy.com/</a>! We are well-disposed to salutation you in our prerequisite. We presenting the largest variety of products on Private Marketplace! Here you boldness stumble upon attribute cards, bread transfers and cumshaw cards. We set down into manner on the cross-grained the most punctilious shipping methods! Prepaid cards are apart of the most popular products in Carding. We broach at most the highest distinctiveness cards! We purposefulness send you a operation looking representing withdrawing cabbage and using the be unsecretive in offline stores. All cards come by high-quality rangoon runs out to lunch, embossing and holograms! All cards are registered in VISA classifying! We matrix repute prepaid cards with Euro still in position! All spondulix was transferred from cloned cards with a rude redress as a replacement for, so our cards are sheltered help of capitalize on in ATMs and pro online shopping. We neptune\'s unhappy poseidon\'s kingdom our cards from Germany and Hungary, so shipping across Europe approve embezzle diversified days! \r\n \r\nhttp://www.hackedcardbuy.com/', ''),
(1821, 1, 261, '1', 'Michaellot', ''),
(1822, 1, 261, '2', 'Michaellot', ''),
(1823, 1, 261, '3', 'roskam.alexandra@wanadoo.fr', ''),
(1824, 1, 261, '4', '(138) 515-4186', ''),
(1825, 1, 261, '5', 'google', ''),
(1826, 1, 261, '6', 'The digital world: its advantages for revenue. Invest $ 595 and get passive income of $ 6400 per day', ''),
(1827, 1, 261, '7', 'Just imagine that you can give up the work and do what you like! Invest $ 599 and get passive income of $ 4300 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc2iVZz&sa=D&Ap=Dt&usg=AFQjCNFJ6DQ-GgLJiqgZRHHBoeSsdUCiIw   <<<<<<<<<<<<<', ''),
(1828, 1, 262, '1', 'Michaellot', ''),
(1829, 1, 262, '2', 'Michaellot', ''),
(1830, 1, 262, '3', 'kenleguen@sfr.fr', ''),
(1831, 1, 262, '4', '(058) 637-8556', ''),
(1832, 1, 262, '5', 'google', ''),
(1833, 1, 262, '6', 'The strategy of big profit: where and how. Invest $ 476 and get passive income of $ 7000 per day', ''),
(1834, 1, 262, '7', 'Get everything you wanted for a long time! Invest $ 358 and get passive income of $ 8000 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc2iVZz&sa=D&Lw=Gd&usg=AFQjCNFJ6DQ-GgLJiqgZRHHBoeSsdUCiIw   <<<<<<<<<<<<<', ''),
(1835, 1, 263, '1', 'Eric', ''),
(1836, 1, 263, '2', 'Jones', ''),
(1837, 1, 263, '3', 'eric.jones.z.mail@gmail.com', ''),
(1838, 1, 263, '4', '(555) 555-1212', ''),
(1839, 1, 263, '5', 'talkwithwebvisitor.com', ''),
(1840, 1, 263, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(1841, 1, 263, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://talkwithcustomer.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(1842, 1, 264, '1', 'nem1919511tetcher', ''),
(1843, 1, 264, '2', 'nem1919511tetcher', ''),
(1844, 1, 264, '3', 'matyashin.tolya@mail.ru', ''),
(1845, 1, 264, '4', '(605) 582-4860', ''),
(1846, 1, 264, '5', 'google', ''),
(1847, 1, 264, '6', 'tup1919511trurtu', ''),
(1848, 1, 264, '7', 'mks1919511utr 8Boy3OY 2q6g VFmWl2F', ''),
(1849, 1, 265, '1', 'Michaellot', ''),
(1850, 1, 265, '2', 'Michaellot', ''),
(1851, 1, 265, '3', 'indiefiziert@wanadoo.fr', ''),
(1852, 1, 265, '4', '(772) 571-8251', ''),
(1853, 1, 265, '5', 'google', ''),
(1854, 1, 265, '6', 'You have received 15 BTC, urgently pick it up today', ''),
(1855, 1, 265, '7', 'I invested 1 bitcoin and after 5 minutes I received 2 bitcoins from Tesla   >>>>>>>>>>>>>>  http://www.tesla.com.donaldtrumpcoin.store/blog?3057   <<<<<<<<<<<<<', ''),
(1856, 1, 266, '1', 'Michaellot', ''),
(1857, 1, 266, '2', 'Michaellot', ''),
(1858, 1, 266, '3', 'lpierrechris@free.fr', ''),
(1859, 1, 266, '4', '(615) 047-7364', ''),
(1860, 1, 266, '5', 'google', ''),
(1861, 1, 266, '6', 'You have been credited with 1 BTC, urgently pick it up today', ''),
(1862, 1, 266, '7', 'I invested 1 bitcoin and after 5 minutes I received 2 bitcoins from Elon Musk   >>>>>>>>>>>>>>  http://www.elon-musk.com.myclients.biz/bitcoin?1255   <<<<<<<<<<<<<', ''),
(1863, 1, 267, '1', 'contactfeazvc', ''),
(1864, 1, 267, '2', 'contactfeazvc', ''),
(1865, 1, 267, '3', 'kypelskajapetrjaka1989@rambler.ru', ''),
(1866, 1, 267, '4', '(264) 466-2803', ''),
(1867, 1, 267, '5', 'google', ''),
(1868, 1, 267, '6', 'Newsletters  of Your offers via contact configurations to the sites of companies via any domain zones of the world.', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(1869, 1, 267, '7', 'I\'m happy to welcome you! \r\n \r\nWe send Your commercial offers via contact configurations to the sites offirms via any countries of the world.  \r\n \r\nYour offer is sent to email of organization 100 percent will get to inside of the inbox folder! \r\n \r\n2000 bases: \r\nhttps://xn----7sbb1bbndheurc1a.xn--p1ai/prajs-list/ \r\n \r\nTest: \r\ntwenty thousand messages on foreign zones to your E-mail - 20 $. \r\nWe need from You only E-mail, title and text of the letter. \r\n \r\nIn our price list there are more 800 databases for all domain zones of the world. \r\nCommon databases: \r\nAll Europe 44 countries 60726150 of domains - 1100$ \r\nAll European Union 28 countries 56752547 of domains- 1000$ \r\nAll Asia 48 countries 14662004 of domain names - 300$ \r\nAll Africa 50 countries 1594390 of domains - 200$ \r\nAll North and Central America in 35 countries 7441637 of domains - 300$ \r\nAll South America 14 countries 5826884 of sites - 200$ \r\nNew domain names from around the world registered 24-48 hours ago. (A cycle of 15 mailings during the month) - 500$ \r\nCompanies and Enterprises of RF 4025015 - 300$ \r\nUkraine 1114526 of domain names - 100$ \r\nAll Russian-speaking countries minus Russian Federation are 14 countries and there are 1979217 of domain names - 200$ \r\nNew domains of the RF, registered 24-48 hours ago (A cycle of 15 mailings during the month) - 250$ \r\n \r\nDatabases for sending newsletters: \r\nWHOIS databases of domains for all countries of the world. \r\nYou can purchase our databases separately from newsletter\'s service at the request. \r\n \r\nP/S \r\nPls., do not respond to this letter from your electronic box, as it has been generated in automatic mode and will not get anywhere! \r\nContact Feedback form =» https://xn----7sbb1bbndheurc1a.xn--p1ai/to-order/ \r\n \r\nPRICE LIST: \r\n \r\nTest mailing: $20 – 20000 contact forms websites \r\n \r\nAll Europe 44 countries there are 60726150 websites – $1100 \r\n \r\nAll EU 28 countries there are 56752547 websites – $1000 \r\n \r\nAll Asia 48 countries there are 14662004 websites – $500 \r\n \r\nAll Africa 50 countries there are 1594390 websites – $200 \r\n \r\nAll North and Central America is 35 countries there are 7441637 websites – $300 \r\n \r\nAll South America 14 countries there are 5826884 websites – $200 \r\n \r\nTop 1 Million World’s Best websites – $100 \r\n \r\nTop 16821856 the most visited websites in the world – $300 \r\n \r\nNew websites from around the world registered 24-48 hours ago. (A cycle of 15 mailings during the month) – 500$ \r\n \r\nBusinesses and organizations of the Russian Federation – there are 4025015 websites – $300 \r\n \r\nAll Russian-speaking countries minus Russia – there are 14 countries and 2440822 websites – $200 \r\n \r\nNew websites of the Russian Federation, registered 24-48 hours ago. (A cycle of 15 mailings during the month) – 250$ \r\n \r\n1499203 of hosting websites around the world (there are selections for all countries, are excluded from databases for mailings) – $150 \r\n \r\n295285 websites of public authorities of all countries of the world (selections for all countries, are excluded from databases for mailings) – $100 \r\n \r\n13623819 websites online stores Worldwide – $350 \r\n \r\nCMS mailings: \r\n \r\n3dCart 14689 websites - $50 \r\nAdobe CQ5 133567 websites - $80 \r\nAdvance 17589 websites - $50 \r\nAdVantShop.NET 2453 websites - $30 \r\nALMA 7095 websites - $30 \r\nAmetys 2389 websites - $30 \r\nAmiro 29587 websites - $30 \r\nAngora 20357 websites - $50 \r\nAVS 1369 websites - $30 \r\nBbPress 1487 websites - $30 \r\nBESTWEB 2699 websites - $30 \r\nBigCommerce 78257 websites - $50 \r\nBitrix 319687 websites - $80 \r\nBlogger 658267 websites - $80 \r\nBlogspot 279865 websites - $80 \r\nBuddyPress 51477 websites - $50 \r\nBurning Board 4659 websites - $30 \r\nCatalyst Web 11689 websites - $50 \r\nClassiPress 11796 websites - $50 \r\nCMSimple 11052 websites - $30 \r\nConcrete5 72100 websites - $50 \r\nContao 110897 websites - $80 \r\nCONTENIDO 5069 websites - $30 \r\nConvio 2268 websites - $30 \r\nCoppermine Photo 1296 websites - $30 \r\nCS Cart 11400 websites - $30 \r\nDatalife Engine	42587 websites - $50 \r\nDede 230589 websites - $100 \r\nDedeEIMS 96068 websites - $50 \r\nDIAFAN 4058 websites - $30 \r\nDiscuz 47962 websites - $50 \r\nDjango 71167 websites - $50 \r\nDokuWiki 9588 websites - $30 \r\nDotnetnuke 82964 websites - $50 \r\nDrupal 978298 websites - $100 \r\nEasyBlog 1165978 websites - $100 \r\nEPiServer 29876 websites - $50 \r\nExpressionEngine 1769823 websites - $150 \r\neZ Publish 5367 websites - $30 \r\nF- 9356 websites - $30 \r\nFireBoard 1567 websites - $30 \r\nGeneral Blogs 2067 websites - $30 \r\nGetSimple 23094 websites - $50 \r\nHost 6871 websites - $30 \r\nHostCMS	5042 websites - $30 \r\nHubSpot 31762 websites - $50 \r\ni- 9438 websites - $30 \r\nImage 1368 websites - $30 \r\nInSales 14149 websites - $50 \r\nInSales	 11081 websites - $30 \r\nInstantCMS 4136 websites - $30 \r\nInteractiveBBS 32367 websites - $50 \r\nInvision Power Board 2430 websites - $30 \r\nIPBoard 2266 websites - $30 \r\nIT 15189 websites - $50 \r\njforum 1056 websites - $30 \r\njobberBase 3387 websites - $30 \r\nJoomla K2 154367 websites - $80 \r\nJoomla	 1906994 websites - $200 \r\nKoobi 3722 websites - $30 \r\nLiferay	 5137 websites - $30 \r\nMade Simple 20567 websites - $50 \r\nMagento	 369447 websites - $80 \r\nMediaMaxScript 103896 websites - $80 \r\nMediaWiki 41468 websites - $50 \r\nMicrosoft SharePoint 13198 \r\nMODx	 64023 websites - $50 \r\nMoodle 8195 websites - $30 \r\nMovable Type 13096 websites - $50 \r\nMyBB 4367 websites - $30 \r\nmyUPB 3397 websites - $30 \r\nNetCat	 7294 websites - $30 \r\nNG 18356 websites - $50 \r\nNING 3687 websites - $30 \r\nNopCommerce 18600 websites - $30 \r\nOpen 5916 websites - $30 \r\nOpenCart 667000 websites - $80 \r\nOsclass 4652 websites - $30 \r\nosCommerce 68468 websites - $50 \r\nOUR- 3096 websites - $30 \r\nOXID eShop 12200 websites - $50 \r\nOxwall 6800 websites - $30 \r\nParallels Plesk Sitebuilder 174216 websites - $80 \r\nphp 14367 websites - $50 \r\nphp Link 2298 websites - $30 \r\nphpBB	 24400 websites - $30 \r\nPHP-Fusion 2596 websites - $30 \r\nPHPMelody 2365 websites - $30 \r\nPHP-Nuke 2489 websites - $30 \r\nPHPShop 2667 websites - $30 \r\nPHPWeb 29789 websites - $50 \r\nPHPWind 4032 websites - $30 \r\nPlone 84962 websites - $50 \r\nPowerEasy 1697 websites - $30 \r\nPrestashop 434100 websites - $80 \r\nQuestion2Answer 5598 websites - $30 \r\nR 296498 websites - $80 \r\nReadyScript 6487682 websites - $80 \r\nS.Builder 394367 websites - $80 \r\nShopify	 6571650 sites websites - $400 \r\nShoutbox 145564 websites - $80 \r\nSilverStripe 31721 websites - $50 \r\nSimpla 17429 websites - $50 \r\nSitecore 74861 websites - $50 \r\nSitefinity 4183 websites - $30 \r\nSMF 8111 websites - $30 \r\nSocialGO 54267 websites - $50 \r\nSPIP 28269 websites - $50 \r\nSquarespace 1098231 websites - $100 \r\nStoreLand 8257 websites - $30 \r\nSupeSite 12367 websites - $50 \r\nTextpattern 10900 websites - $30 \r\nTikiWiki 1446 websites - $30 \r\nTilda 47396 websites - $50 \r\nTumblr 302357 websites - $80 \r\nTYPO3 845009 websites - $80 \r\nUmbraco 146064 websites', ''),
(1870, 1, 268, '1', 'Michaellot', ''),
(1871, 1, 268, '2', 'Michaellot', ''),
(1872, 1, 268, '3', 'nicolas.cahard@online.fr', ''),
(1873, 1, 268, '4', '(188) 865-0561', ''),
(1874, 1, 268, '5', 'google', ''),
(1875, 1, 268, '6', 'Get everything you wanted for a long time! Invest $ 290 and get passive income of $ 8600 per day', ''),
(1876, 1, 268, '7', 'Don’t wait for someone else to do it. Invest $ 469 and get passive income of $ 8900 per day   >>>>>>>>>>>>>>  http://www.youtube.com.supportsbooks.fun/300000eur?830   <<<<<<<<<<<<<', ''),
(1877, 1, 269, '1', 'Michaellot', ''),
(1878, 1, 269, '2', 'Michaellot', ''),
(1879, 1, 269, '3', 'delorme.amelie@orange.fr', ''),
(1880, 1, 269, '4', '(284) 201-7878', ''),
(1881, 1, 269, '5', 'google', ''),
(1882, 1, 269, '6', 'Get everything you wanted for a long time! Invest $ 595 and get passive income of $ 5600 per day', ''),
(1883, 1, 269, '7', 'How to be financially independent and stand firmly on your feet? Invest $ 668 and get passive income of $ 5800 per day   >>>>>>>>>>>>>>  http://www.bitcoin.com.fatphillys.net/300000eur?764   <<<<<<<<<<<<<', ''),
(1884, 1, 270, '1', 'CRYPTO LUX', ''),
(1885, 1, 270, '2', 'CRYPTO LUX', ''),
(1886, 1, 270, '3', 'reportmail11@protonmail.com', ''),
(1887, 1, 270, '4', '(883) 620-7873', ''),
(1888, 1, 270, '5', 'google', ''),
(1889, 1, 270, '6', 'CRYPTO LUX', ''),
(1890, 1, 270, '7', 'CRYPTO LUX is the only financial platform in the world to have anti-crime certification for cryptocurrency trading. Visit our website: https://luxcripto.com/ \r\n \r\nYou can invest and earn. \r\nYou can work with us. \r\nor contact us via WhatsApp at the following number:+ 202-830-3201', ''),
(1891, 1, 271, '1', 'Dennis', ''),
(1892, 1, 271, '2', 'Perpetua', ''),
(1893, 1, 271, '3', 'dennis@qualitybloggeroutreach.com', ''),
(1894, 1, 271, '4', '(833) 288-8913', ''),
(1895, 1, 271, '5', 'QGP Limited', ''),
(1896, 1, 271, '6', 'Regarding advertising on your site - following up', ''),
(1897, 1, 271, '7', 'Hello, \r\n\r\nI wonder if you received the message I sent a few days ago? \r\n\r\nMy name is Dennis Perpetua and I work for QGP.com . \r\n\r\nWe’re interested in advertising on your site. Is that something you’d be willing to discuss? \r\n\r\n\r\n\r\nDennis Perpetua\r\nOutreach Manager\r\nhttps://www.qgp.com', ''),
(1898, 1, 272, '1', 'Michaellot', ''),
(1899, 1, 272, '2', 'Michaellot', ''),
(1900, 1, 272, '3', 'dhaisne82@orange.fr', ''),
(1901, 1, 272, '4', '(463) 660-0682', ''),
(1902, 1, 272, '5', 'google', ''),
(1903, 1, 272, '6', 'The digital world: its advantages for revenue. Invest $ 468 and get passive income of $ 5500 per day', ''),
(1904, 1, 272, '7', 'Just make your dreams come true. Invest $ 367 and get passive income of $ 7300 per day   >>>>>>>>>>>>>>  http://www.youtube.com.livedaytona500.org/news?143   <<<<<<<<<<<<<', ''),
(1905, 1, 273, '1', 'Mike Kennedy', ''),
(1906, 1, 273, '2', 'Mike Kennedy', ''),
(1907, 1, 273, '3', 'no-replyBab@gmail.com', ''),
(1908, 1, 273, '4', '(341) 304-6108', ''),
(1909, 1, 273, '5', 'google', ''),
(1910, 1, 273, '6', 'Local SEO for more business', ''),
(1911, 1, 273, '7', 'Howdy \r\n \r\nI have just took a look on your SEO for  gangagen.com for the Local ranking keywords and seen that your website could use a boost. \r\n \r\nWe will enhance your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our services below, we offer SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nStart enhancing your local visibility with us, today! \r\n \r\nregards \r\nMike Kennedy\r\n \r\nSpeed SEO Digital Agency \r\nsupport@speed-seo.net', ''),
(1912, 1, 274, '1', 'Michaellot', ''),
(1913, 1, 274, '2', 'Michaellot', ''),
(1914, 1, 274, '3', 'moraines.christophe@wanadoo.fr', ''),
(1915, 1, 274, '4', '(443) 726-5375', ''),
(1916, 1, 274, '5', 'google', ''),
(1917, 1, 274, '6', 'Get everything you wanted for a long time! Invest $ 489 and get passive income of $ 5400 per day', ''),
(1918, 1, 274, '7', 'Just imagine that you can give up the work and do what you like! Invest $ 587 and get passive income of $ 8600 per day   >>>>>>>>>>>>>>  http://www.amazon.com.ministeriomfef.org/news?076   <<<<<<<<<<<<<', ''),
(1919, 1, 275, '1', 'Nicholas', ''),
(1920, 1, 275, '2', 'Walker', ''),
(1921, 1, 275, '3', 'nicholas@bizcapitalstore1.xyz', ''),
(1922, 1, 275, '4', '(202) 991-6766', ''),
(1923, 1, 275, '5', 'Biz Capital Store', ''),
(1924, 1, 275, '6', 'Hello', ''),
(1925, 1, 275, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nI just have one quick question for you.\r\n\r\nWould you consider a Working Capital Loan for your Business if the price and terms were acceptable?\r\n\r\nIf so, we can provide you with a funding decision is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.bizcapitalstore1.xyz\r\n\r\nAlso, please check out this video to see how our program works, and all the funding options we have available for you.  www.bizcapitalstore1.xyz/video\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nNicholas Walker\r\nBiz Capital Store\r\nwww.bizcapitalstore1.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.bizcapitalstore1.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nBiz Capital Store\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(1926, 1, 276, '1', 'Michaellot', ''),
(1927, 1, 276, '2', 'Michaellot', ''),
(1928, 1, 276, '3', 'laurane.besnard@wanadoo.fr', ''),
(1929, 1, 276, '4', '(301) 444-3202', ''),
(1930, 1, 276, '5', 'google', ''),
(1931, 1, 276, '6', 'Make your time a profit! Invest $ 297 and get passive income of $ 8800 per day', ''),
(1932, 1, 276, '7', 'Don’t wait for someone else to do it. Invest $ 369 and get passive income of $ 4700 per day   >>>>>>>>>>>>>>  http://www.youtube.com.fatphillys.net/blog?316   <<<<<<<<<<<<<', ''),
(1933, 1, 277, '1', 'Khushi', ''),
(1934, 1, 277, '2', 'Mistry', ''),
(1935, 1, 277, '3', 'khushimistry2501@gmail.com', ''),
(1936, 1, 277, '4', '(098) 795-1722', ''),
(1937, 1, 277, '5', 'Indian Institute of Patents and Trademark Attorney', ''),
(1938, 1, 277, '6', 'Proposal', ''),
(1939, 1, 277, '7', 'Proposal for conducting interviews regarding“Role of IP in Business Strategy”  by IIPTA ( Indian Institute of Patents and Trademark Attorney)', ''),
(1940, 1, 278, '1', 'Geftnign', ''),
(1941, 1, 278, '2', 'Geftnign', ''),
(1942, 1, 278, '3', 'al.e.k.s.ejli.zk.o.@gmail.com', ''),
(1943, 1, 278, '4', '(378) 334-7857', ''),
(1944, 1, 278, '5', 'google', ''),
(1945, 1, 278, '6', 'Вам перевод', ''),
(1946, 1, 278, '7', 'Elon Musk  shared the secret of how quickly he got rich during quarantine! Click here for the full article and free system access!  https://tinyurl.com/y5h9a3yf', ''),
(1947, 1, 279, '1', 'Eric', ''),
(1948, 1, 279, '2', 'Jones', ''),
(1949, 1, 279, '3', 'eric.jones.z.mail@gmail.com', ''),
(1950, 1, 279, '4', '(555) 555-1212', ''),
(1951, 1, 279, '5', 'talkwithwebvisitor.com', ''),
(1952, 1, 279, '6', 'how to turn eyeballs into phone calls', ''),
(1953, 1, 279, '7', 'Hi, Eric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gangagen.com', ''),
(1954, 1, 280, '1', 'Michaellot', ''),
(1955, 1, 280, '2', 'Michaellot', ''),
(1956, 1, 280, '3', 'elisabeth.hutin@free.fr', ''),
(1957, 1, 280, '4', '(102) 777-8052', ''),
(1958, 1, 280, '5', 'google', ''),
(1959, 1, 280, '6', '\"Forget about a rent and debts!\" Invest $ 588 and get passive income of $ 5400 per day', ''),
(1960, 1, 280, '7', 'Don’t wait for someone else to do it. Invest $ 375 and get passive income of $ 9700 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Vw=Bd&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ   <<<<<<<<<<<<<', ''),
(1961, 1, 281, '1', 'Michaellot', ''),
(1962, 1, 281, '2', 'Michaellot', ''),
(1963, 1, 281, '3', 'dapmellink@wanadoo.fr', ''),
(1964, 1, 281, '4', '(251) 608-0165', ''),
(1965, 1, 281, '5', 'google', ''),
(1966, 1, 281, '6', '\"Forget about a rent and debts!\" Invest $ 587 and get passive income of $ 3900 per day', ''),
(1967, 1, 281, '7', 'Get everything you wanted for a long time! Invest $ 697 and get passive income of $ 9700 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Hy=Hh&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ   <<<<<<<<<<<<<', ''),
(1968, 1, 282, '1', 'Michaellot', ''),
(1969, 1, 282, '2', 'Michaellot', ''),
(1970, 1, 282, '3', 'leraprodan@orange.fr', ''),
(1971, 1, 282, '4', '(556) 057-6664', ''),
(1972, 1, 282, '5', 'google', ''),
(1973, 1, 282, '6', 'Get everything you wanted for a long time! Invest $ 576 and get passive income of $ 8300 per day', ''),
(1974, 1, 282, '7', 'How to be financially independent and stand firmly on your feet? Invest $ 597 and get passive income of $ 5100 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Za=Kt&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ   <<<<<<<<<<<<<', ''),
(1975, 1, 283, '1', 'СloudWaw', ''),
(1976, 1, 283, '2', 'СloudWaw', ''),
(1977, 1, 283, '3', 'svidinfo1980@gmail.com', ''),
(1978, 1, 283, '4', '(177) 277-1005', ''),
(1979, 1, 283, '5', 'google', ''),
(1980, 1, 283, '6', 'Website Help.', ''),
(1981, 1, 283, '7', 'Hello, let me introduce you to our program. \r\nA program for fast website promotion. \r\nResult: \r\n- Your site is in the top of the search results. \r\n- The counter of visits grows before our eyes. \r\n- High scores on all indicators. \r\n- Earn money from advertising. \r\nThe program has the ability to glue the sites of competitors to omit them in the search results. \r\nLearn more about the program. \r\nhttps://freetopfast.com/ \r\ndownload', ''),
(1982, 1, 284, '1', 'Mike Carter', ''),
(1983, 1, 284, '2', 'Mike Carter', ''),
(1984, 1, 284, '3', 'no-reply@google.com', ''),
(1985, 1, 284, '4', '(032) 247-0620', ''),
(1986, 1, 284, '5', 'google', ''),
(1987, 1, 284, '6', 'whitehat monthly SEO plans', ''),
(1988, 1, 284, '7', 'Hi \r\n \r\nI have just verified your SEO on  gangagen.com for its SEO Trend and saw that your website could use a push. \r\n \r\nWe will improve your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart improving your sales and leads with us, today! \r\n \r\nregards \r\nMike Carter\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(1989, 1, 285, '1', 'Rachel', ''),
(1990, 1, 285, '2', 'Dawson-Smith', ''),
(1991, 1, 285, '3', 'rdsmith@acmgloballab.com', ''),
(1992, 1, 285, '4', '(447) 483-1360', ''),
(1993, 1, 285, '5', 'ACM Global Laboratories', ''),
(1994, 1, 285, '6', 'Can we support your bioanalytical and clinical studies?', ''),
(1995, 1, 285, '7', 'Hello,\r\n\r\nI hope this email finds you and yours well during these strange times?\r\n\r\nI hope you don’t mind the approach, I wanted to ask you about your projects such as drug discovery, drug development and global clinical central laboratory support requirements for the next few years. \r\n\r\nWe would love to introduce our Global Laboratory  Services to you that could aid in the support of your future preclinical and clinical trials, and update you on our 2021 capabilities – in the UK we’re based in York. \r\n\r\nCan we perhaps arrange a Zoom meeting to discuss? I can provide more information and introduce you to our technical specialists if you can give me an indication of your main interests and pain points.\r\n\r\nHave a great week.\r\n\r\nKind regards,\r\n\r\nRachel', ''),
(1996, 1, 286, '1', 'Jamesbet', ''),
(1997, 1, 286, '2', 'Jamesbet', ''),
(1998, 1, 286, '3', 'stephanehumeau@orange.fr', ''),
(1999, 1, 286, '4', '(818) 044-1644', ''),
(2000, 1, 286, '5', 'google', ''),
(2001, 1, 286, '6', 'The story of a successful investment or how I turned $ 2100 into $ 11,520,850', ''),
(2002, 1, 286, '7', 'Three months ago, when I came home from work, \r\nI was watching the evening news and there they were just interviewing a housewife from Paris (I don\'t remember her name anymore) \r\nwho made a fortune by investing only $ 1500 in global automated trading systems (trading robots) without understanding anything in this thread. \r\nShe named three automated trading systems on which she earned more than $ 30,000,000 in 7 months by investing only $ 1,500, that is, $ 500 in each system. \r\nI thought to myself why the hell are they showing this, because this is just an advertisement for some kind of trading system services and nothing more. \r\nAnd besides, if everything is so great with them, why show it on the news and tell others. But in the end I decided to give it a try. \r\nThis news intrigued me, in the end I signed up, the manager called me, we set everything up, \r\nI invested $ 2100, $ 700 in each system and launched automated trading robots. For a whole week after the investment, \r\nI did not look at what was happening there, as there were a lot of things to do, but a week later when I opened my personal accounts in all three systems, \r\nI just silently opened my mouth and looked at my balance and wondered if I was sleeping because my passive income was quite is equal to $ 960,000! \r\nAnd in just three months my income was $ 11,520,850! \r\nTo hell with everything, just take it and do it, if I succeed then you will certainly succeed. \r\nHere are my passive income and links to these three sites that made me a millionaire: \r\n1. Income $ 5,359,673 \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc2JnE8&sa=D&sntz=1&usg=AFQjCNFcvJhMW5sGMUv7j_-ItTr8aGwmaw \r\n2. Income $ 3,752,098 \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1Jpgr&sa=D&sntz=1&usg=AFQjCNFtc0f-Znle2hYDkjNlqovjfh5SnQ \r\n3. Income $ 2,409,079 \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc2JnRF&sa=D&sntz=1&usg=AFQjCNE4usgK_TRXvziyBdhyHX5CrW7Szw', ''),
(2003, 1, 287, '1', 'Michaellot', ''),
(2004, 1, 287, '2', 'Michaellot', ''),
(2005, 1, 287, '3', 'tocumbaya@wanadoo.fr', ''),
(2006, 1, 287, '4', '(518) 352-2304', ''),
(2007, 1, 287, '5', 'google', ''),
(2008, 1, 287, '6', 'You won 15 BTC, pick it up urgently today', ''),
(2009, 1, 287, '7', 'I invested 1 bitcoin and after 5 minutes I received 2 bitcoins from Elon Musk   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc2Ou0l&sa=D&Di=Va&usg=AFQjCNEqmEVL_8lT0s5VT1H9xJof7LQCIw   <<<<<<<<<<<<<', ''),
(2010, 1, 288, '1', 'nikhilesh', ''),
(2011, 1, 288, '2', 'b', ''),
(2012, 1, 288, '3', 'b.nikhilesh@axisbank.com', ''),
(2013, 1, 288, '4', '(988) 649-5170', ''),
(2014, 1, 288, '5', 'Axis Bank Ltd', ''),
(2015, 1, 288, '6', 'Appointment of TANJORE SOUNDARARAJAN BALGANESH', ''),
(2016, 1, 288, '7', 'Request an appointment of Mr.TANJORE SOUNDARARAJAN BALGANESH', ''),
(2017, 1, 289, '1', 'Jamesbet', ''),
(2018, 1, 289, '2', 'Jamesbet', ''),
(2019, 1, 289, '3', 'zarismarina@hotmail.fr', ''),
(2020, 1, 289, '4', '(227) 152-3804', ''),
(2021, 1, 289, '5', 'google', ''),
(2022, 1, 289, '6', 'The story of a successful investment or how I turned $ 2100 into $ 11,520,850', ''),
(2023, 1, 289, '7', 'Three months ago, when I came home from work, \r\nI was watching the evening news and there they were just interviewing a housewife from Paris (I don\'t remember her name anymore) \r\nwho made a fortune by investing only $ 1500 in global automated trading systems (trading robots) without understanding anything in this thread. \r\nShe named three automated trading systems on which she earned more than $ 30,000,000 in 7 months by investing only $ 1,500, that is, $ 500 in each system. \r\nI thought to myself why the hell are they showing this, because this is just an advertisement for some kind of trading system services and nothing more. \r\nAnd besides, if everything is so great with them, why show it on the news and tell others. But in the end I decided to give it a try. \r\nThis news intrigued me, in the end I signed up, the manager called me, we set everything up, \r\nI invested $ 2100, $ 700 in each system and launched automated trading robots. For a whole week after the investment, \r\nI did not look at what was happening there, as there were a lot of things to do, but a week later when I opened my personal accounts in all three systems, \r\nI just silently opened my mouth and looked at my balance and wondered if I was sleeping because my passive income was quite is equal to $ 960,000! \r\nAnd in just three months my income was $ 11,520,850! \r\nTo hell with everything, just take it and do it, if I succeed then you will certainly succeed. \r\nHere are my passive income and links to these three sites that made me a millionaire: \r\n1. Income $ 5,359,673 \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc2JnE8&sa=D&sntz=1&usg=AFQjCNFcvJhMW5sGMUv7j_-ItTr8aGwmaw \r\n2. Income $ 3,752,098 \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1Jpgr&sa=D&sntz=1&usg=AFQjCNFtc0f-Znle2hYDkjNlqovjfh5SnQ \r\n3. Income $ 2,409,079 \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc2JnRF&sa=D&sntz=1&usg=AFQjCNE4usgK_TRXvziyBdhyHX5CrW7Szw', ''),
(2024, 1, 290, '1', 'Untok', ''),
(2025, 1, 290, '2', 'Untok', ''),
(2026, 1, 290, '3', 'baburovp@bk.ru', ''),
(2027, 1, 290, '4', '(505) 678-3225', ''),
(2028, 1, 290, '5', 'google', ''),
(2029, 1, 290, '6', 'I promised.', ''),
(2030, 1, 290, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/yhe5j8vu', ''),
(2031, 1, 291, '1', 'Jamesbet', ''),
(2032, 1, 291, '2', 'Jamesbet', ''),
(2033, 1, 291, '3', 'philippe.herin@wanadoo.fr', ''),
(2034, 1, 291, '4', '(458) 766-0714', ''),
(2035, 1, 291, '5', 'google', ''),
(2036, 1, 291, '6', 'The story of a successful investment or how I turned $ 2100 into $ 11,520,850', ''),
(2037, 1, 291, '7', 'Three months ago, when I came home from work, \r\nI was watching the evening news and there they were just interviewing a housewife from Paris (I don\'t remember her name anymore) \r\nwho made a fortune by investing only $ 1500 in global automated trading systems (trading robots) without understanding anything in this thread. \r\nShe named three automated trading systems on which she earned more than $ 30,000,000 in 7 months by investing only $ 1,500, that is, $ 500 in each system. \r\nI thought to myself why the hell are they showing this, because this is just an advertisement for some kind of trading system services and nothing more. \r\nAnd besides, if everything is so great with them, why show it on the news and tell others. But in the end I decided to give it a try. \r\nThis news intrigued me, in the end I signed up, the manager called me, we set everything up, \r\nI invested $ 2100, $ 700 in each system and launched automated trading robots. For a whole week after the investment, \r\nI did not look at what was happening there, as there were a lot of things to do, but a week later when I opened my personal accounts in all three systems, \r\nI just silently opened my mouth and looked at my balance and wondered if I was sleeping because my passive income was quite is equal to $ 960,000! \r\nAnd in just three months my income was $ 11,520,850! \r\nTo hell with everything, just take it and do it, if I succeed then you will certainly succeed. \r\nHere are my passive income and links to these three sites that made me a millionaire: \r\n1. Income $ 5,359,673 \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc2JnE8&sa=D&sntz=1&usg=AFQjCNFcvJhMW5sGMUv7j_-ItTr8aGwmaw \r\n2. Income $ 3,752,098 \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1Jpgr&sa=D&sntz=1&usg=AFQjCNFtc0f-Znle2hYDkjNlqovjfh5SnQ \r\n3. Income $ 2,409,079 \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc2JnRF&sa=D&sntz=1&usg=AFQjCNE4usgK_TRXvziyBdhyHX5CrW7Szw', ''),
(2038, 1, 292, '1', 'Michaellot', ''),
(2039, 1, 292, '2', 'Michaellot', ''),
(2040, 1, 292, '3', 'eve.martines@orange.fr', ''),
(2041, 1, 292, '4', '(535) 023-3832', ''),
(2042, 1, 292, '5', 'google', ''),
(2043, 1, 292, '6', 'For a comfortable life, you need to take just a couple of steps: Invest $ 697 and get passive income of $ 3800 per day', ''),
(2044, 1, 292, '7', '\"Make your future bright!\" Invest $ 355 and get passive income of $ 6800 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Ve=Su&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ   <<<<<<<<<<<<<', ''),
(2045, 1, 293, '1', 'Untok', ''),
(2046, 1, 293, '2', 'Untok', ''),
(2047, 1, 293, '3', 'b47587878543537@gmail.com', ''),
(2048, 1, 293, '4', '(118) 156-0151', ''),
(2049, 1, 293, '5', 'google', ''),
(2050, 1, 293, '6', 'I promised.', ''),
(2051, 1, 293, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/ygclhz9v', ''),
(2052, 1, 294, '1', 'Michaellot', ''),
(2053, 1, 294, '2', 'Michaellot', ''),
(2054, 1, 294, '3', 'st.martin03@wanadoo.fr', ''),
(2055, 1, 294, '4', '(874) 074-8186', ''),
(2056, 1, 294, '5', 'google', ''),
(2057, 1, 294, '6', 'The strategy of big profit: where and how. Invest $ 470 and get passive income of $ 8900 per day', ''),
(2058, 1, 294, '7', 'Acquiring financial independence. Invest $ 585 and get passive income of $ 6900 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Di=Xe&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ   <<<<<<<<<<<<<', ''),
(2059, 1, 295, '1', 'Michaellot', ''),
(2060, 1, 295, '2', 'Michaellot', ''),
(2061, 1, 295, '3', 'cachou.g@free.fr', ''),
(2062, 1, 295, '4', '(180) 700-5041', ''),
(2063, 1, 295, '5', 'google', ''),
(2064, 1, 295, '6', 'What is your attitude towards rich people? Invest $ 356 and get passive income of $ 7700 per day', ''),
(2065, 1, 295, '7', 'The digital world: its advantages for revenue. Invest $ 290 and get passive income of $ 7300 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Xd=Ae&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ   <<<<<<<<<<<<<', ''),
(2066, 1, 296, '1', 'Alexander Alan', ''),
(2067, 1, 296, '2', 'Alexander Alan', ''),
(2068, 1, 296, '3', 'alexander466alan@gmail.com', ''),
(2069, 1, 296, '4', '(051) 212-0832', ''),
(2070, 1, 296, '5', 'google', ''),
(2071, 1, 296, '6', 'More likes and followers', ''),
(2072, 1, 296, '7', 'Looking for Facebook likes or Instagram followers? \r\nWe can help you. Please visit https://1000-likes.com/ to place your order.', ''),
(2073, 1, 297, '1', 'Thomasvoigh', ''),
(2074, 1, 297, '2', 'Thomasvoigh', ''),
(2075, 1, 297, '3', 'amandine.lartigue@free.fr', ''),
(2076, 1, 297, '4', '(743) 678-3341', ''),
(2077, 1, 297, '5', 'google', ''),
(2078, 1, 297, '6', 'Mining farm for Chia coin, 60Tb and etc.', ''),
(2079, 1, 297, '7', 'Hey! We buy top-end video cards and mining equipment at closed auctions of customs confiscated. \r\nAnd we sell at once for 10 pieces in one order, at favorable prices both for you and for us. \r\nAll equipment is brand new. We deliver worldwide within two weeks after payment of the order. \r\nIf you are a miner or reseller, this is the perfect offer for you. \r\nAt the moment we have in stock: Mining farm for Chia coin, 60Tb - 500 pieces and \r\nGIGABYTE NVIDIA GeForce RTX 3090, GV-N3090AORUS X-24GD, 24GB, GDDR6X - 1300 pieces. \r\nYou can get acquainted with the assortment and prices here: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc30MFC&sa=D&sntz=1&usg=AFQjCNEKxorlqqm159Sm9cRk-7WfHI_FYA', ''),
(2080, 1, 298, '1', 'MarcoCrefs', ''),
(2081, 1, 298, '2', 'MarcoCrefs', ''),
(2082, 1, 298, '3', 'ahmedkirillov5@gmail.com', ''),
(2083, 1, 298, '4', '(014) 275-7066', ''),
(2084, 1, 298, '5', 'google', ''),
(2085, 1, 298, '6', 'You received a money transfer of $ 89.44!', ''),
(2086, 1, 298, '7', 'You received a money transfer of $ 89.44! PREPAYMENT! To receive funds, go to the payment page \r\n<a href=\"http://45ae893baec1.ngrok.io/work/drac/?test=value\">Official bank site</a> <a href=http://45ae893baec1.ngrok.io/work/drac/?test=value>Detail</a>:  <a href=http://45ae893baec1.ngrok.io/work/drac/?test=value>Official bank site</a>', ''),
(2087, 1, 299, '1', 'KevinVat', ''),
(2088, 1, 299, '2', 'KevinVat', ''),
(2089, 1, 299, '3', 'kevinluzi@alice.it', ''),
(2090, 1, 299, '4', '(246) 858-4881', ''),
(2091, 1, 299, '5', 'google', ''),
(2092, 1, 299, '6', 'Music Scene Releases', ''),
(2093, 1, 299, '7', 'Hello, \r\n \r\nDownload Music FLAC Scene Releases: https://0daymusic.org \r\nLabel, LIVESETS, Music Videos. \r\nDownload Dance, Electro, House, Techno, Trance, Pop, Rock, Rap... \r\n \r\nBest regards, \r\n0day MP3s', ''),
(2094, 1, 300, '1', 'Michaellot', ''),
(2095, 1, 300, '2', 'Michaellot', ''),
(2096, 1, 300, '3', 'michel.boone@wanadoo.fr', ''),
(2097, 1, 300, '4', '(343) 807-0747', ''),
(2098, 1, 300, '5', 'google', ''),
(2099, 1, 300, '6', 'What is your attitude towards rich people? Invest $ 570 and get passive income of $ 9100 per day', ''),
(2100, 1, 300, '7', 'Register and be on a roll! Invest $ 568 and get passive income of $ 7600 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc1PsE1&sa=D&Fh=Dw&usg=AFQjCNGCUIRa4fS6cDrEAZvz_5ew1ySmpQ   <<<<<<<<<<<<<', ''),
(2101, 1, 301, '1', 'AL SAEED CORPORATION LLC', ''),
(2102, 1, 301, '2', 'AL SAEED CORPORATION LLC', ''),
(2103, 1, 301, '3', 'alsaeedcorporation963@gmail.com', ''),
(2104, 1, 301, '4', '(883) 274-8721', ''),
(2105, 1, 301, '5', 'google', ''),
(2106, 1, 301, '6', 'INVESTMENT/BUSINESS LOAN AT 2% INTEREST RATE', ''),
(2107, 1, 301, '7', 'We are AL SAEED CORPORATION LLC \r\nWe give out loans to individuals/companies at 2% interest rate annually. We are interested in financing projects of large volume. The repayment period is 1 year to 30 years. \r\nCONTACT US: \r\nE-mail: adelhamad@alsaeedcorp.com', ''),
(2108, 1, 302, '1', 'Rafaelevash', ''),
(2109, 1, 302, '2', 'Rafaelevash', ''),
(2110, 1, 302, '3', 'rosa.tarasco.41@alice.it', ''),
(2111, 1, 302, '4', '(218) 408-5615', ''),
(2112, 1, 302, '5', 'google', ''),
(2113, 1, 302, '6', 'MP3/FLAC Scene Releases', ''),
(2114, 1, 302, '7', 'Hello, \r\n \r\nDownload Music Scene Releases: https://0daymusic.org \r\nGenre: Dance, Electro, House, Techno, Trance, Pop, Rock, Rap... \r\n \r\nBest regards, Rafael \r\n0DAY MP3s', ''),
(2115, 1, 303, '1', 'Untok', ''),
(2116, 1, 303, '2', 'Untok', ''),
(2117, 1, 303, '3', '66orneam@icloud.com', ''),
(2118, 1, 303, '4', '(435) 041-8084', ''),
(2119, 1, 303, '5', 'google', ''),
(2120, 1, 303, '6', 'I promised.', ''),
(2121, 1, 303, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/yeow7528', ''),
(2122, 1, 304, '1', 'Kevinfrusy', ''),
(2123, 1, 304, '2', 'Kevinfrusy', ''),
(2124, 1, 304, '3', 'kevinluzi@alice.it', ''),
(2125, 1, 304, '4', '(332) 837-5548', ''),
(2126, 1, 304, '5', 'google', ''),
(2127, 1, 304, '6', 'Music Scene Releases', ''),
(2128, 1, 304, '7', 'Hello, \r\n \r\nDownload Music FLAC Scene Releases: https://0daymusic.org \r\nLabel, LIVESETS, Music Videos. \r\nDownload Dance, Electro, House, Techno, Trance, Pop, Rock, Rap... \r\n \r\nBest regards, \r\n0day MP3s', ''),
(2129, 1, 305, '1', 'TimothyDex', ''),
(2130, 1, 305, '2', 'TimothyDex', ''),
(2131, 1, 305, '3', 'stingis@free.fr', ''),
(2132, 1, 305, '4', '(307) 668-4130', ''),
(2133, 1, 305, '5', 'google', ''),
(2134, 1, 305, '6', 'What is your attitude towards rich people? Invest $ 595 and get passive income of $ 5000 per day', ''),
(2135, 1, 305, '7', 'Register and be on a roll! Invest $ 567 and get passive income of $ 8900 per day   >>>>>>>>>>>>>>  http://www.google.com/url?q=http%3A%2F%2Fgo.tipirock4.com%2F0e42&sa=D&Bf=Ce&usg=AFQjCNFU9A-BJV6zo6zbiu_s4SpbUgqfZQ   <<<<<<<<<<<<<', ''),
(2136, 1, 306, '1', 'TimothyDex', ''),
(2137, 1, 306, '2', 'TimothyDex', ''),
(2138, 1, 306, '3', 'salasc.gaetan@wanadoo.fr', ''),
(2139, 1, 306, '4', '(356) 473-1671', ''),
(2140, 1, 306, '5', 'google', ''),
(2141, 1, 306, '6', 'Acquiring financial independence. Invest $ 298 and get passive income of $ 7400 per day', ''),
(2142, 1, 306, '7', 'You don`t need to go to work daily anymore! Invest $ 468 and get passive income of $ 9200 per day   >>>>>>>>>>>>>>  http://www.google.com/url?q=http%3A%2F%2Fgo.tipirock4.com%2F0e42&sa=D&Au=Mo&usg=AFQjCNFU9A-BJV6zo6zbiu_s4SpbUgqfZQ   <<<<<<<<<<<<<', ''),
(2143, 1, 307, '1', 'TimothyDex', ''),
(2144, 1, 307, '2', 'TimothyDex', ''),
(2145, 1, 307, '3', 'alnasser.nasser@wanadoo.fr', ''),
(2146, 1, 307, '4', '(336) 224-6104', ''),
(2147, 1, 307, '5', 'google', ''),
(2148, 1, 307, '6', 'All you need is at your fingertips, do not hesitate! Invest $ 679 and get passive income of $ 8700 per day', ''),
(2149, 1, 307, '7', 'You don`t need to go to work daily anymore! Invest $ 268 and get passive income of $ 7800 per day   >>>>>>>>>>>>>>  http://www.google.com/url?q=http%3A%2F%2Fgo.tipirock4.com%2F0e42&sa=D&Xt=Co&usg=AFQjCNFU9A-BJV6zo6zbiu_s4SpbUgqfZQ   <<<<<<<<<<<<<', ''),
(2150, 1, 308, '1', 'Mike Ralphs', ''),
(2151, 1, 308, '2', 'Mike Ralphs', ''),
(2152, 1, 308, '3', 'no-replyPovaTasy@gmail.com', ''),
(2153, 1, 308, '4', '(015) 514-8058', ''),
(2154, 1, 308, '5', 'google', ''),
(2155, 1, 308, '6', 'Increase sales for gangagen.com x3 times', ''),
(2156, 1, 308, '7', 'Could your site be generating more leads and sales? \r\n \r\nDo visitors bounce or abandon their shopping carts? \r\n \r\nMore leads, more sales and happier customers — that’s what hired chat agents deliver. \r\nWe’ll be there for your customers, right when they need you the most — 24?7-365. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/product/live-chat-service/ \r\n \r\nthanks and regards \r\nMike Ralphs\r\n \r\nDigital X Press', ''),
(2157, 1, 309, '1', 'Brookeawamn', ''),
(2158, 1, 309, '2', 'Brookeawamn', ''),
(2159, 1, 309, '3', 'brooke6352@zomail.ru', ''),
(2160, 1, 309, '4', '(065) 225-3604', ''),
(2161, 1, 309, '5', 'google', ''),
(2162, 1, 309, '6', 'tau sex poo2', ''),
(2163, 1, 309, '7', 'sex maza hdvideos http://toner-cartridge.com/__media__/js/netsoltrademark.php?d=justindianporn.me/video/86362/cumming-inside-of-hot-ass-of-desi-chick.html \r\nbad wife xxx http://ж•°жЋ§жњєеєЉ.com/__media__/js/netsoltrademark.php?d=justindianporn.me/video/32278/dildo-masturbation-enhances-bihar-maid-8217-s-mood.html \r\nkorean sex massage http://opac2.mdah.state.ms.us/stone/SV80I33.php?referer=https://justindianporn.me/video/80097/public-blowjob-by-horny-punjabi-girl.html \r\nxxxiii village video http://glistenhome.com/__media__/js/netsoltrademark.php?d=justindianporn.me/video/101310/sonakshi-shina-sexy-story-bollywood-actress-full-xxx-story.html \r\nwww sucked xxx.com http://korona.by/bitrix/redirect.php?goto=https://justindianporn.me/video/54147/desi-hidden-cam-sex-videos-indian-bhabhi-with-lover.html \r\nsongs with sex http://expo-fmcg.ru/bitrix/rk.php?goto=https://justindianporn.me/xxx/xxx-english-sexy-picture-download-full-screen/ \r\nvideo desilady mobi http://anuhawksbills.org/__media__/js/netsoltrademark.php?d=justindianporn.me/xxx/indian-telugu-aunty-with-big-milly-breasts-nude-video/ \r\ntamil saxxs vidios http://sxiia.com/__media__/js/netsoltrademark.php?d=justindianporn.me/alessandra-aparecida-da-costa-vital-a-putinha-da-net \r\njungle adivasi sex http://www.ofmusic.ru/go.php?url=https://justindianporn.me/video/211182/we-celebrating-sri-lanka-new-year-_-boobs-torture-_blowjob_doggy-style-part-01.html \r\nwww xxnxcom 2019 http://upohas.com/__media__/js/netsoltrademark.php?d=justindianporn.me/video/163017/unseen-desi-couples.html \r\nwwxxx marti videyo http://gatesconsultingservices.us/__media__/js/netsoltrademark.php?d=justindianporn.me/xxx/nepali-porn-dailekh-kand/ \r\nnxgx mom hot http://underfoods.com/__media__/js/netsoltrademark.php?d=justindianporn.me/video/25660/oriya-house-wife-hard-fucked-by-hubby-8217-s-friend.html \r\nxxx vide xx http://gdhbet.com/__media__/js/netsoltrademark.php?d=justindianporn.me/video/99978/arousing-nagpur-bhabhi-devar-sex-mms.html \r\nchakka bp video https://trello.com/add-card?source=trello.com&mode=popup&url=https://seocharger.com/seo-checker/reporhttps://justindianporn.me/xxx/deshi-hindi-sexy-video/&name=Fix No H1 Tag&desc=Add structure to your page content and add H1 tag.  H1 tag should not be the same as page title. Found on http://justindianporn.me/xxx/deshi-hindi-sexy-video/ \r\nlayan sex viteos http://fcbuyer.com/__media__/js/netsoltrademark.php?d=justindianporn.me/xxx/bhagina-mami-xxx-video/ \r\nfunvid com mom http://kitrussia.com/bitrix/rk.php?goto=https://justindianporn.me/xxx/naye-padosi-palang-tod-web-series-video-full-movie/ \r\nrajawap.xyz 3gp indinesia http://www.traumfaehrte.de/core.php?p=books&do=show&id=20536&tag=2774&backlink=https://justindianporn.me/video/14621/hot-real-indian-porn-movie-9.html&amp;l=en&amp;l=de&amp;l=de&amp;l=de&amp;l=en&amp;l=de&amp;l=en&amp;l=de&amp;l=de&amp;l=de&amp;l=en&amp;l=en&amp;l=de&amp;l=de&amp;l=en&amp;l=de&amp;l=de&amp;l=de&amp;l=de&amp;l=en&amp;l=en&amp;l=en&l=en \r\nxxnxx free dawnlod http://www.456sf.com/url.php?url=https://justindianporn.me/video/8406/hot-rand-talk-in-hindi.html \r\nxxx phorn sex http://challishotsprings.net/__media__/js/netsoltrademark.php?d=justindianporn.me/video/79766/benares-randi-satisfying-three-customers.html \r\narbi girls xxnx http://accesstitleinc.com/__media__/js/netsoltrademark.php?d=justindianporn.me/xxx/bhojpuri-bihar-sexy-video/', ''),
(2164, 1, 310, '1', 'TimothyDex', ''),
(2165, 1, 310, '2', 'TimothyDex', ''),
(2166, 1, 310, '3', 'codyz2@free.fr', ''),
(2167, 1, 310, '4', '(476) 830-1446', ''),
(2168, 1, 310, '5', 'google', ''),
(2169, 1, 310, '6', 'Schneller Verdienst ab 1413000 EUR pro Woche', ''),
(2170, 1, 310, '7', 'Verdienst im Internet ab 7000 EUR pro Tag   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc3dCz4&sa=D&Bi=Jo&usg=AFQjCNFkDLgJKeJOkzBQkVEEHy4M8v9Ywg   <<<<<<<<<<<<<', ''),
(2171, 1, 311, '1', 'Untok', ''),
(2172, 1, 311, '2', 'Untok', ''),
(2173, 1, 311, '3', 'vcn57fw5@icloud.com', ''),
(2174, 1, 311, '4', '(025) 380-5481', ''),
(2175, 1, 311, '5', 'google', ''),
(2176, 1, 311, '6', 'Cryptocurrency rates are breaking records', ''),
(2177, 1, 311, '7', 'Cryptocurrency rates are breaking records, which means you have the opportunity to make money on cryptocurrencies. Join our system and start making money with us. Go to system: https://tiodroncountmenom.ga', ''),
(2178, 1, 312, '1', 'TimothyDex', ''),
(2179, 1, 312, '2', 'TimothyDex', ''),
(2180, 1, 312, '3', 'jp.taieb@paierh.fr', ''),
(2181, 1, 312, '4', '(160) 158-8377', ''),
(2182, 1, 312, '5', 'google', ''),
(2183, 1, 312, '6', 'Verdienst im Internet ab 12000 EUR pro Tag', ''),
(2184, 1, 312, '7', 'Passives Einkommen ab 1510000 EUR pro Tag   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc3dCG6&sa=D&Xe=Bo&usg=AFQjCNFLQMCiRQiARVa8QoPKHO3-uxzRyQ   <<<<<<<<<<<<<', ''),
(2185, 1, 313, '1', 'Mike Miln', ''),
(2186, 1, 313, '2', 'Mike Miln', ''),
(2187, 1, 313, '3', 'no-replyPovaTasy@gmail.com', ''),
(2188, 1, 313, '4', '(082) 574-5062', ''),
(2189, 1, 313, '5', 'google', ''),
(2190, 1, 313, '6', 'SEO Metrics Boost', ''),
(2191, 1, 313, '7', 'Hi there \r\n \r\nIncrease your gangagen.com SEO metrics values with us and get more visibility and exposure for your website. \r\n \r\nMore info: \r\nhttps://www.monkeydigital.org/product/moz-da50-seo-plan/ \r\n \r\nNEW: \r\nhttps://www.monkeydigital.org/product/ahrefs-dr50-ur70-seo-plan/ \r\nhttps://www.monkeydigital.org/product/trust-flow-seo-package/ \r\n \r\n \r\nthank you \r\nMike Miln', ''),
(2192, 1, 314, '1', 'Eric', ''),
(2193, 1, 314, '2', 'Jones', ''),
(2194, 1, 314, '3', 'eric.jones.z.mail@gmail.com', ''),
(2195, 1, 314, '4', '(555) 555-1212', ''),
(2196, 1, 314, '5', 'talkwithwebvisitor.com', ''),
(2197, 1, 314, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(2198, 1, 314, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://talkwithcustomer.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(2199, 1, 315, '1', 'TimothyDex', ''),
(2200, 1, 315, '2', 'TimothyDex', ''),
(2201, 1, 315, '3', 'ludovic.gabrielli@free.fr', ''),
(2202, 1, 315, '4', '(435) 887-4431', ''),
(2203, 1, 315, '5', 'google', ''),
(2204, 1, 315, '6', 'Das Geheimnis von Elon Musks Superprofiten in Kryptowahrung wird geluftet', ''),
(2205, 1, 315, '7', 'Schnelles Online-Einkommen ab 13000 EUR pro Tag   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc3hEwJ&sa=D&Mw=Ge&usg=AFQjCNHByJ3rNy0oeS9HNkufsM1CWwYXJQ   <<<<<<<<<<<<<', ''),
(2206, 1, 316, '1', 'Ashlay Hazalton', ''),
(2207, 1, 316, '2', 'Ashlay Hazalton', ''),
(2208, 1, 316, '3', 'ashlayhazalton36145@gmail.com', ''),
(2209, 1, 316, '4', '(108) 053-5641', ''),
(2210, 1, 316, '5', 'google', ''),
(2211, 1, 316, '6', 'How to win casino by free bonus', ''),
(2212, 1, 316, '7', 'Hi, this is Chris. \r\nWho win all online casinos by using FREE BONUS. \r\n \r\nWitch mean, I don’t really spend money in online casinos. \r\n \r\nBut I win every time, and actually, everybody can win by following my directions. \r\n \r\neven you can win! \r\n \r\nSo, if you’re the person, who can listen to someone really smart, you should just try!! \r\n \r\nThe best online casino, that I really recommend is, Vera&John. \r\nEstablished in 2010 and became best online casino in the world. \r\n \r\nThey give you free bonus when you charge more than $50. \r\nIf you charge $50, your bonus is going to be $50. \r\n \r\nIf you charge $500, you get $500 Free bonus. \r\nYou can bet up to $1000. \r\n \r\nJust try roulette, poker, black jack…any games with dealers. \r\nBecause dealers always have to make some to win and, only thing you need to do is to be chosen. \r\n \r\nDon’t ever spend your bonus at slot machines. \r\nYOU’RE GONNA LOSE YOUR MONEY!! \r\n \r\nNext time, I will let you know how to win in online casino against dealers!! \r\n \r\nDon’t forget to open your VERA&JOHN account, otherwise you’re gonna miss even more chances!! \r\n \r\n \r\n \r\nOpen Vera&John account (free) \r\nhttps://bit.ly/3wZkpco', ''),
(2213, 1, 317, '1', 'Eric', ''),
(2214, 1, 317, '2', 'Jones', ''),
(2215, 1, 317, '3', 'eric.jones.z.mail@gmail.com', ''),
(2216, 1, 317, '4', '(555) 555-1212', ''),
(2217, 1, 317, '5', 'talkwithwebvisitor.com', ''),
(2218, 1, 317, '6', 'Strike when the iron’s hot', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(2219, 1, 317, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gangagen.com', ''),
(2220, 1, 318, '1', 'TimothyDex', ''),
(2221, 1, 318, '2', 'TimothyDex', ''),
(2222, 1, 318, '3', 'nynyr1@online.fr', ''),
(2223, 1, 318, '4', '(382) 220-8765', ''),
(2224, 1, 318, '5', 'google', ''),
(2225, 1, 318, '6', 'System fur Baueinkommen ab 17000 EUR pro Tag, keine Berufserfahrung', ''),
(2226, 1, 318, '7', 'Verdienst von Elon Musk auf Kryptowahrung ab 27000 EUR pro Tag   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc3dCz4&sa=D&Vu=Sw&usg=AFQjCNFkDLgJKeJOkzBQkVEEHy4M8v9Ywg   <<<<<<<<<<<<<', ''),
(2227, 1, 319, '1', 'TimothyDex', ''),
(2228, 1, 319, '2', 'TimothyDex', ''),
(2229, 1, 319, '3', 'mael.raffestin@free.fr', ''),
(2230, 1, 319, '4', '(882) 158-7666', ''),
(2231, 1, 319, '5', 'google', ''),
(2232, 1, 319, '6', 'Alle Kredite zuruckzahlen und zu Hause online verdienen ab 13500 EUR pro Tag', ''),
(2233, 1, 319, '7', 'Passives Einkommen ab 610000 EUR pro Tag   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc3dCJG&sa=D&Cf=Lh&usg=AFQjCNGsri5FB8turonndeWUSP449YcSrA   <<<<<<<<<<<<<', ''),
(2234, 1, 320, '1', 'AndreaVat', ''),
(2235, 1, 320, '2', 'AndreaVat', ''),
(2236, 1, 320, '3', 'nickyxxx@alice.it', ''),
(2237, 1, 320, '4', '(511) 017-6063', ''),
(2238, 1, 320, '5', 'google', ''),
(2239, 1, 320, '6', 'Warez Music Scene Releases', ''),
(2240, 1, 320, '7', 'Hello, \r\n \r\nDownload Music Scene Releases: http://0daymusic.org/premium.php \r\nServer\'s capacity 186 TB Music \r\nSupport for FTP, FTPS, SFTP, HTTP, HTTPS. \r\nDownload Dance, Electro, House, Techno, Trance, Pop, Rock, Rap... \r\n \r\nBest regards, \r\n0day MP3s', ''),
(2241, 1, 321, '1', 'Irakliy', ''),
(2242, 1, 321, '2', 'Irakliy', ''),
(2243, 1, 321, '3', 'kuban.video@bk.ru', ''),
(2244, 1, 321, '4', '(376) 336-1573', ''),
(2245, 1, 321, '5', 'google', ''),
(2246, 1, 321, '6', 'Видео кубань', ''),
(2247, 1, 321, '7', '<a href=https://kuban.video/video/10-naberezhnaja-abrau-djurso.html>абрау дюрсо набережная</a>', ''),
(2248, 1, 322, '1', 'Заявка', ''),
(2249, 1, 322, '2', 'Заявка', ''),
(2250, 1, 322, '3', 'beradiata1987@mail.ru', ''),
(2251, 1, 322, '4', '(076) 363-6737', ''),
(2252, 1, 322, '5', 'google', ''),
(2253, 1, 322, '6', 'Заявка на Прайс Рекламы на сайте!', ''),
(2254, 1, 322, '7', 'Доброго! Заявка на Прайс Рекламы на Вашем сайте! Просьба выслать на https://wa.me/79656716774', ''),
(2255, 1, 323, '1', 'KevinVat', ''),
(2256, 1, 323, '2', 'KevinVat', ''),
(2257, 1, 323, '3', 'kevinluzi@alice.it', ''),
(2258, 1, 323, '4', '(178) 001-0138', ''),
(2259, 1, 323, '5', 'google', ''),
(2260, 1, 323, '6', 'Music Scene Releases', ''),
(2261, 1, 323, '7', 'Hello, \r\n \r\nDownload Music FLAC Scene Releases: https://0daymusic.org \r\nLabel, LIVESETS, Music Videos. \r\nDownload Dance, Electro, House, Techno, Trance, Pop, Rock, Rap... \r\n \r\nBest regards, \r\n0day MP3s', ''),
(2262, 1, 324, '1', 'Mike Calhoun', ''),
(2263, 1, 324, '2', 'Mike Calhoun', ''),
(2264, 1, 324, '3', 'no-replyBab@gmail.com', ''),
(2265, 1, 324, '4', '(536) 401-8081', ''),
(2266, 1, 324, '5', 'google', ''),
(2267, 1, 324, '6', 'Local SEO for more business', ''),
(2268, 1, 324, '7', 'Hi there \r\n \r\nWe will improve your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our pricelist here, we offer Local SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nNEW: \r\nhttps://www.speed-seo.net/product/zip-codes-gmaps-citations/ \r\n \r\nregards \r\nMike Calhoun\r\n \r\nSpeed SEO Digital Agency', ''),
(2269, 1, 325, '1', 'Nicholas', ''),
(2270, 1, 325, '2', 'Walker', ''),
(2271, 1, 325, '3', 'nicholas@bizcapitalstore1.xyz', ''),
(2272, 1, 325, '4', '(202) 991-6766', ''),
(2273, 1, 325, '5', 'Biz Capital Store', ''),
(2274, 1, 325, '6', 'Hello', ''),
(2275, 1, 325, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nWould you consider a Working Capital Loan for your business if the price and terms were acceptable?\r\n\r\nBiz Capital Store is a Direct Lender offering loans from 10kk to 500k with funding decisions is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.bizcapitalstore1.xyz\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nNicholas Walker\r\nBiz Capital Store\r\nwww.bizcapitalstore1.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.bizcapitalstore1.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nBiz Capital Store\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(2276, 1, 326, '1', 'GlennCeabs', ''),
(2277, 1, 326, '2', 'GlennCeabs', ''),
(2278, 1, 326, '3', 'sofiyasamylkin1987911be1+2413@bk.ru', ''),
(2279, 1, 326, '4', '(410) 142-0324', ''),
(2280, 1, 326, '5', 'google', ''),
(2281, 1, 326, '6', 'tiuiefsfkndvkhfisvdkbvdbvsmfvdgnvjd', ''),
(2282, 1, 326, '7', 'gangagen.com, bndjcsfwhejvdkmcndhbsjcsdifefedjgf', ''),
(2283, 1, 327, '1', 'Eric', ''),
(2284, 1, 327, '2', 'Jones', ''),
(2285, 1, 327, '3', 'eric.jones.z.mail@gmail.com', ''),
(2286, 1, 327, '4', '(555) 555-1212', ''),
(2287, 1, 327, '5', 'talkwithwebvisitor.com', ''),
(2288, 1, 327, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(2289, 1, 327, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://talkwithcustomer.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(2290, 1, 328, '1', 'fedspo@yandex.com', ''),
(2291, 1, 328, '2', 'Thomasjaf', ''),
(2292, 1, 328, '3', 'fedspo@yandex.com', ''),
(2293, 1, 328, '4', '(625) 070-0612', ''),
(2294, 1, 328, '5', 'google', ''),
(2295, 1, 328, '6', 'Фриланс', ''),
(2296, 1, 328, '7', 'Ищете хорошую <a href=http://freelance.profitlinks.ru/>доску объявлений</a> тож чат относительный услугах? \r\nНужен чат telegram о предоставлении услуг иначе о запросах на услуги? \r\nХотите разместить иначе подать объявление бесплатно о предоставлении своих услуг сообразно объявлению в интернете? \r\nНе знаете, для какой доске <a href=http://freelance.profitlinks.ru/>лучше разместить</a> свое известие относительный услугах? \r\nМожет надевать, вас интересуют запросы и заказы на услуги, только вы не знаете где их предложить? \r\nХотите встречать названия сайтов с частными объявлениями о выполнении заказов? \r\nВозможно вам нужна бесплатная площадка чтобы рекламы ваших услуг? \r\nТутто выше Список <a href=http://freelance.profitlinks.ru/>Рейтинг ТОП каналов</a> и чатов Телеграмм  предоставления услуг именно чтобы вас!', ''),
(2297, 1, 329, '1', 'Yasuhiro Yamada', ''),
(2298, 1, 329, '2', 'Yasuhiro Yamada', ''),
(2299, 1, 329, '3', 'info.rohtopharmaceutical@gmail.com', ''),
(2300, 1, 329, '4', '(656) 152-1143', ''),
(2301, 1, 329, '5', 'google', ''),
(2302, 1, 329, '6', 'Representative Request', ''),
(2303, 1, 329, '7', 'Hello, \r\n \r\n \r\nWith all due respect. If you are based in United States or Canada, I write to inform you that we need you to serve as our Spokesperson/Financial Coordinator for our company ROHTO PHARMACEUTICAL CO., LTD. and its clients in the United States and Canada. It\'s a part-time job and will only take few minutes of your time daily and it will not bring any conflict of interest in case you are working with another company. If interested reply me using this email address: admin@rohtopharmaceutical.jp \r\n \r\n \r\nYasuhiro Yamada \r\nSenior Executive Officer, \r\nROHTO Pharmaceutical Co.,Ltd. \r\n1-8-1 Tatsumi-nishi, \r\nIkuno-Ku, Osaka, 544-8666, \r\nJapan.', ''),
(2304, 1, 330, '1', 'Scotthip', ''),
(2305, 1, 330, '2', 'Scotthip', ''),
(2306, 1, 330, '3', 'mopje48@tele2.nl', ''),
(2307, 1, 330, '4', '(203) 863-4247', ''),
(2308, 1, 330, '5', 'google', ''),
(2309, 1, 330, '6', 'Music Scene Releases', ''),
(2310, 1, 330, '7', 'Hello, \r\n \r\nDownload Music FLAC Scene Releases: https://0daymusic.org \r\nLabel, LIVESETS, Music Videos. \r\nDownload Dance, Electro, House, Techno, Trance, Pop, Rock, Rap... \r\n \r\nBest regards, Scott', ''),
(2311, 1, 331, '1', 'Coreyattig', ''),
(2312, 1, 331, '2', 'Coreyattig', ''),
(2313, 1, 331, '3', 'image81@inbox.ru', ''),
(2314, 1, 331, '4', '(080) 350-7386', ''),
(2315, 1, 331, '5', 'google', ''),
(2316, 1, 331, '6', 'The Best Offer of The Year!', ''),
(2317, 1, 331, '7', 'This year turned out to be very difficult. But we have optimized and reduced the cost of our products! \r\nIt is almost impossible to find prices lower than ours, the sale is at the cost price level. \r\nWatch and be surprised by our super low prices    https://cutt.us/6nChw', ''),
(2318, 1, 332, '1', 'MichaelExake', ''),
(2319, 1, 332, '2', 'MichaelExake', ''),
(2320, 1, 332, '3', 'sofiyasamylkin1987911be1+127332@bk.ru', ''),
(2321, 1, 332, '4', '(282) 636-0666', ''),
(2322, 1, 332, '5', 'google', ''),
(2323, 1, 332, '6', 'tiuiefsfkndvkhfisvdkbvdbvsmfvdgnvjd', ''),
(2324, 1, 332, '7', 'gangagen.com, bndjcsfwhejvdkmcndhbsjcsdifefedjgf', ''),
(2325, 1, 333, '1', 'Mike Backer', ''),
(2326, 1, 333, '2', 'Mike Backer', ''),
(2327, 1, 333, '3', 'liannecran32@gmail.com', ''),
(2328, 1, 333, '4', '(686) 225-0177', ''),
(2329, 1, 333, '5', 'google', ''),
(2330, 1, 333, '6', 'cheap monthly SEO plans', ''),
(2331, 1, 333, '7', 'Hi there \r\n \r\nI have just analyzed  gangagen.com for the ranking keywords and saw that your website could use an upgrade. \r\n \r\nWe will increase your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart increasing your sales and leads with us, today! \r\n \r\nregards \r\nMike Backer\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(2332, 1, 334, '1', 'Lieshkn', ''),
(2333, 1, 334, '2', 'Lieshkn', ''),
(2334, 1, 334, '3', 'exfluffy@foxmaily.com', ''),
(2335, 1, 334, '4', '(320) 065-2701', ''),
(2336, 1, 334, '5', 'google', ''),
(2337, 1, 334, '6', 'почему hqd мигает зеленым самые безопасные Кодинск', ''),
(2338, 1, 334, '7', '<a href=https://hqd.wiki/>hqd топ вкусов</a> \r\n \r\nкупить электронную сигарету в пензе', ''),
(2339, 1, 335, '1', 'Nicholas', ''),
(2340, 1, 335, '2', 'Walker', ''),
(2341, 1, 335, '3', 'nicholas@bizcapitalstore1.xyz', ''),
(2342, 1, 335, '4', '(202) 991-6766', ''),
(2343, 1, 335, '5', 'Biz Capital Store', ''),
(2344, 1, 335, '6', 'Hello', ''),
(2345, 1, 335, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nWould you consider a Working Capital Loan for your business if the price and terms were acceptable?\r\n\r\nBiz Capital Store is a Direct Lender offering loans from 10kk to 500k with funding decisions is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.bizcapitalstore1.xyz\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nNicholas Walker\r\nBiz Capital Store\r\nwww.bizcapitalstore1.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.bizcapitalstore1.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nBiz Capital Store\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(2346, 1, 336, '1', 'Nick Wilson', ''),
(2347, 1, 336, '2', 'Nick Wilson', ''),
(2348, 1, 336, '3', 'nick@saaytext.com', ''),
(2349, 1, 336, '4', '(622) 653-4872', ''),
(2350, 1, 336, '5', 'google', ''),
(2351, 1, 336, '6', 'Hoping to connect re texting', ''),
(2352, 1, 336, '7', 'Hi Its Nick, \r\n \r\nWe have a business texting platform that will help your team engage customers, leads & past clients through texting. \r\n \r\nRates are $49 for 30,000 texts, which is under 0.002 per message. \r\n \r\nYou can bulk text your WHOLE LIST or send two-way texts and get replies. \r\n \r\n \r\nCheck it out @ http://SaayText.com \r\n \r\nThank you, \r\nNick', ''),
(2353, 1, 337, '1', 'SmithFAT', ''),
(2354, 1, 337, '2', 'SmithFAT', ''),
(2355, 1, 337, '3', 'smithJiplyjn@nettirautakauppa.com', ''),
(2356, 1, 337, '4', '(202) 528-4174', ''),
(2357, 1, 337, '5', 'google', ''),
(2358, 1, 337, '6', 'COVID allegory', ''),
(2359, 1, 337, '7', 'Sputnik V vaccination has begun in Slovakia. The stocking of the Russian vaccine to the countryside was accompanied seal a nationalistic slur and led to the relinquishment of Prime Helpmate of the fabric Igor Matovich and a restructuring of the government. As a evolve, the rural area received the Russian vaccine, ignoring the items that neither the European regulator nor the WHO has too approved it. \r\nIn neighboring Hungary, which approved the fritter away of Sputnik in February as the understandable in Europe, more than 50% of the grown-up natives has already been vaccinated; in Russia - a minuscule more than 10%. In Slovakia, five thousand people signed up in behalf of the Sputnik vaccination. \r\nI think you\'re making a mistake. I can defend my position. Write to me in PM.. You can read another article on this point at this association  <a href=https://insideweddings.sprzedaz.fun>https://calligraphyarts.znizka.site</a>', ''),
(2360, 1, 338, '1', 'LeonoraPem', ''),
(2361, 1, 338, '2', 'LeonoraPem', ''),
(2362, 1, 338, '3', 'leonora6353@cmmail.ru', ''),
(2363, 1, 338, '4', '(858) 084-0173', ''),
(2364, 1, 338, '5', 'google', ''),
(2365, 1, 338, '6', 'savita bhabhi sexy.porncom', ''),
(2366, 1, 338, '7', 'indian bhabhi hidden http://everythingevergreen.net/__media__/js/netsoltrademark.php?d=onlyindianporn.me/mov/72689/indian-milf-fucking-herself-with-a-monster-dildo.html \r\nasian hot sex http://opac2.mdah.state.ms.us/stone/SV4BI49.php?referer=https://onlyindianporn.me/mov/94403/indian-call-girl-group-sex-video-shot-in-hotel-room.html \r\ndesi indian 3gpking http://yamahapianokeyboard.com/__media__/js/netsoltrademark.php?d=onlyindianporn.me/mov/198198/hardcore-sex-between-a-desi-call-girl-and-white-client.html \r\nindian sexy secratery http://sport.sumy.ua/go.php?url=https://onlyindianporn.me/mov/78102/nri-girl-8217-s-hot-blowjob-to-her-lover-with-long-dick.html \r\nsex foll vedio http://terryvalcards.com/__media__/js/netsoltrademark.php?d=onlyindianporn.me/mov/95024/fucking-video-of-homely-big-boobs-desi-wife-with-neighbor.html \r\nsasur sex peap http://lightstar-russia.ru/bitrix/redirect.php?goto=https://onlyindianporn.me/mov/2402/desi-hot-webcam-shemale.html \r\nblack vs babes http://andrea-mebel.ru/bitrix/rk.php?goto=https://onlyindianporn.me/mov/68965/hot-couch-sex-video-of-a-teen-couple.html \r\nbf video very http://www.ad119.cn/home/link.php?url=https://onlyindianporn.me/mov/99166/famous-south-indian-actress-xxx-hardcore-sex.html \r\nwwwxxx vf hd http://opac2.mdah.state.ms.us/stone/SV86I8.php?referer=https://onlyindianporn.me/mov/85375/drilling-shaved-pussy-of-indian-wife.html \r\nvigolopron xxx com http://elvis.biz/__media__/js/netsoltrademark.php?d=onlyindianporn.me/mov/64934/birth-of-indian-destiny-when-she-dance-thusly.html \r\nwapking.in stepmom vide http://zydq168.com/__media__/js/netsoltrademark.php?d=onlyindianporn.me/mov/66100/desi-porn-video-nri-girl-fucked-by-lover.html \r\nbokep arab sexy http://solaris-systems.com/__media__/js/netsoltrademark.php?d=onlyindianporn.me/mov/96185/desi-hardcore-fuck-video-caught-in-hidden-cam.html \r\nsoate garsake xxx http://0973.net/cgi-navi/navi.cgi?jump=69243&url=https://onlyindianporn.me/mov/103046/desi-porn-series-showing-lesbian-wives-fucking.html \r\nso dane sex http://openlenscreative.com/__media__/js/netsoltrademark.php?d=onlyindianporn.me/mov/75351/indian-threesome-hot.html \r\nxnxx video american http://yoursmartfitness.com/__media__/js/netsoltrademark.php?d=onlyindianporn.me/mov/99230/drinking-delhi-bhabhi-hot-blowjob-to-neighbor.html \r\nwww.xxx 3gp vdiose http://incometradesecrets.com/__media__/js/netsoltrademark.php?d=onlyindianporn.me/mov/96332/hardcore-fuck-video-of-desi-maid-and-boss.html \r\nsanilaon xxx com http://brooklynnet.net/__media__/js/netsoltrademark.php?d=onlyindianporn.me/mov/102626/desi-girl-nikita-hot-blowjob-in-park.html \r\nxxxn full hd http://halawa.info/__media__/js/netsoltrademark.php?d=onlyindianporn.me/mov/94230/indian-hidden-cam-showing-lovely-aunty-changing-clothes.html \r\ngoa aunty pussy http://niitekhim.ru/adminer.php?go=https://onlyindianporn.me/mov/64969/exotic-cunnilingus-exotic-oral-sex-techniques-from-india.html \r\nsanileyan xxxii video http://zimmer-rattan.com/__media__/js/netsoltrademark.php?d=onlyindianporn.me/mov/99173/hot-kerala-girl-sex-with-colleague-in-hotel-room.html', ''),
(2367, 1, 339, '1', 'JamesPaure', ''),
(2368, 1, 339, '2', 'JamesPaure', ''),
(2369, 1, 339, '3', 'no-replyIrorieGork@gmail.com', ''),
(2370, 1, 339, '4', '(487) 565-7787', ''),
(2371, 1, 339, '5', 'google', ''),
(2372, 1, 339, '6', 'The best advertising of your products and services!', ''),
(2373, 1, 339, '7', 'Good day!  gangagen.com \r\n \r\nDo you know the easiest way to point out your product or services? Sending messages through contact forms can allow you to simply enter the markets of any country (full geographical coverage for all countries of the world).  The advantage of such a mailing  is that the emails that may be sent through it will find yourself in the mailbox that\'s supposed for such messages. Sending messages using Feedback forms is not blocked by mail systems, which means it\'s certain to reach the client. You will be able to send your supply to potential customers who were previously unavailable because of spam filters. \r\nWe offer you to check our service without charge. We will send up to fifty thousand message for you. \r\nThe cost of sending one million messages is us $ 49. \r\n \r\nThis letter is created automatically. Please use the contact details below to contact us. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype  live:contactform_18 \r\nWhatsApp - +375259112693 \r\nWe only use chat.', ''),
(2374, 1, 340, '1', 'TimothyDex', ''),
(2375, 1, 340, '2', 'TimothyDex', ''),
(2376, 1, 340, '3', 'met-condes@gmail.com', ''),
(2377, 1, 340, '4', '(267) 136-2670', ''),
(2378, 1, 340, '5', 'google', ''),
(2379, 1, 340, '6', 'Manage to earn millions of dollars on altcoins', ''),
(2380, 1, 340, '7', 'Manage to earn millions of dollars on altcoins   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc4cmzn&sa=D&Gu=Ng&usg=AFQjCNEP3pFIxmdAcAgRw9u1yiPvJjQPhA   <<<<<<<<<<<<<', ''),
(2381, 1, 341, '1', 'Mike Russel', ''),
(2382, 1, 341, '2', 'Mike Russel', ''),
(2383, 1, 341, '3', 'caterinacarrer32@gmail.com', ''),
(2384, 1, 341, '4', '(524) 783-6728', ''),
(2385, 1, 341, '5', 'google', ''),
(2386, 1, 341, '6', 'Increase sales for gangagen.com', ''),
(2387, 1, 341, '7', 'Hi there \r\n \r\nDo you want a quick boost in ranks and sales for your gangagen.com website? \r\nHaving a high DA score, always helps \r\n \r\nGet your gangagen.com to have a DA between 50 to 60 points in Moz with us today and rip the benefits of such a great feat. \r\n \r\nSee our offers here: \r\nhttps://www.monkeydigital.co/product/moz-da50-seo-plan/ \r\n \r\nNEW: \r\nhttps://www.monkeydigital.co/product/ahrefs-dr60/ \r\n \r\n \r\nthank you \r\nMike Russel\r\n \r\nsupport@monkeydigital.co', ''),
(2388, 1, 342, '1', 'SEO X Press Digital Agency', ''),
(2389, 1, 342, '2', 'SEO X Press Digital Agency', ''),
(2390, 1, 342, '3', 'caterinacarrer32@gmail.com', ''),
(2391, 1, 342, '4', '(684) 158-2841', ''),
(2392, 1, 342, '5', 'google', ''),
(2393, 1, 342, '6', 'Ultimate SEO Solutions for gangagen.com', ''),
(2394, 1, 342, '7', 'Hi there \r\n \r\n \r\nI have just took a look on your SEO for  gangagen.com for the  ranking keywords and saw that your website could use an upgrade. \r\n \r\n \r\nWe will enhance your Ranks organically and safely, using only whitehat methods, \r\n \r\n \r\nIf interested, please email us \r\n \r\nsupport@digital-x-press.com \r\n \r\n \r\nregards \r\nMike Dickinson\r\n \r\nSEO X Press Digital Agency \r\nhttps://www.digital-x-press.com', ''),
(2395, 1, 343, '1', 'Don', ''),
(2396, 1, 343, '2', 'Thomas', ''),
(2397, 1, 343, '3', 'don@snapcapital.xyz', ''),
(2398, 1, 343, '4', '(202) 991-6766', ''),
(2399, 1, 343, '5', 'Snap Capital', ''),
(2400, 1, 343, '6', 'Hello', ''),
(2401, 1, 343, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nSnap Capital is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.snapcapital.xyz\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nDon Thomas\r\nSnap Capital\r\nwww.snapcapital.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.snapcapital.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nSnap Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(2402, 1, 344, '1', 'callmeWhene', ''),
(2403, 1, 344, '2', 'callmeWhene', ''),
(2404, 1, 344, '3', 'temptheatsecon1981@mail.ru', ''),
(2405, 1, 344, '4', '(263) 064-6618', ''),
(2406, 1, 344, '5', 'google', ''),
(2407, 1, 344, '6', 'call me', ''),
(2408, 1, 344, '7', 'call me whatsapp: https://wa.me/79910404425', ''),
(2409, 1, 345, '1', 'TimothyDex', ''),
(2410, 1, 345, '2', 'TimothyDex', ''),
(2411, 1, 345, '3', 'brit35_uk@yahoo.com', ''),
(2412, 1, 345, '4', '(022) 562-1041', ''),
(2413, 1, 345, '5', 'google', ''),
(2414, 1, 345, '6', 'Invest in altcoins $ 800 and get $ 8,000,000 in net income', ''),
(2415, 1, 345, '7', 'Altcoins that will make you a millionaire   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc4cmzn&sa=D&Ag=Ve&usg=AFQjCNEP3pFIxmdAcAgRw9u1yiPvJjQPhA   <<<<<<<<<<<<<', ''),
(2416, 1, 346, '1', 'TimothyDex', ''),
(2417, 1, 346, '2', 'TimothyDex', ''),
(2418, 1, 346, '3', 'rbo@toet-toet.nl', ''),
(2419, 1, 346, '4', '(228) 430-6351', ''),
(2420, 1, 346, '5', 'google', ''),
(2421, 1, 346, '6', 'Invest in altcoins $ 690 and earn $ 16,000,000', ''),
(2422, 1, 346, '7', 'Invest in altcoins $ 900 and get $ 5,000,000 in net income   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc4ckxi&sa=D&Sr=Bh&usg=AFQjCNHWvyBJV8dDSVZri0fbrNeioHNymQ   <<<<<<<<<<<<<', ''),
(2423, 1, 347, '1', 'skyreverywhort', ''),
(2424, 1, 347, '2', 'skyreverywhort', ''),
(2425, 1, 347, '3', 'malinoleg91@mail.ru', ''),
(2426, 1, 347, '4', '(786) 003-6117', ''),
(2427, 1, 347, '5', 'google', ''),
(2428, 1, 347, '6', 'Private jet charter flights cost of hire', ''),
(2429, 1, 347, '7', '<a href=https://www.skyrevery.com/destinations/private-jet-amsterdam/>Amsterdam Private Jet Charter </a>        -  more information on our website <a href=https://skyrevery.com>skyrevery.com</a> \r\n<a href=https://skyrevery.com/>Private jet rental</a> at SkyRevery allows you to use such valuable resource as time most efficiently. \r\nYou are the one who decides where and when your private jet will fly. It is possible to organize and perform a flight between any two civil airports worldwide round the clock. In airports, private jet passengers use special VIP terminals where airport formalities are minimized, and all handling is really fast – you come just 30 minutes before  the estimated time of the departure of the rented private jet. \r\nWhen you need <a href=https://skyrevery.com/>private jet charter</a> now, we can organise your flight with departure in 3 hours from confirmation.', ''),
(2430, 1, 348, '1', 'TimothyDex', ''),
(2431, 1, 348, '2', 'TimothyDex', ''),
(2432, 1, 348, '3', 'mwaterma@gmail.com', ''),
(2433, 1, 348, '4', '(853) 341-8414', ''),
(2434, 1, 348, '5', 'google', ''),
(2435, 1, 348, '6', 'Manage to earn millions of dollars on altcoins', ''),
(2436, 1, 348, '7', 'Buy altcoins for $ 8,000 and sell them for $ 19,000,000   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc4i9X0&sa=D&Sg=Ho&usg=AFQjCNE2EmOUFVcE166-vAX00JJWo-a21Q   <<<<<<<<<<<<<', ''),
(2437, 1, 349, '1', 'Eliseogoask', ''),
(2438, 1, 349, '2', 'Eliseogoask', ''),
(2439, 1, 349, '3', 'pels1000@tele2.nl', ''),
(2440, 1, 349, '4', '(253) 770-7658', ''),
(2441, 1, 349, '5', 'google', ''),
(2442, 1, 349, '6', 'Download FLAC Music', ''),
(2443, 1, 349, '7', 'Hello, \r\n \r\nDownload FLAC Music https://0dayflac.blogspot.com/ \r\n \r\nAll Style: House, Club, Techno, Trance, Dance, Italo-Dance, \r\nEurodance, Drum and Bass, Psychedelic, Goa, PsyTrance, \r\nProgressive House, Electro, Euro-House, Club-House, Hardtechno, \r\nTech-House, Dutch House, Minimal, Deep-House, Nu-Disco, \r\nHardstyle, Hardcore, Jumpstyle, Electronic, Alternative, \r\nAlternative Rock, Ambient, Avantgarde, Ballad, Bass, Beat, \r\nSoul, Soundtrack, Speech, Synthpop, Thrash Metal, Top 40, Vocal etc.', ''),
(2444, 1, 350, '1', 'Edwardo', ''),
(2445, 1, 350, '2', 'Edwardo', ''),
(2446, 1, 350, '3', 'info@gangagen.com', ''),
(2447, 1, 350, '4', '(972) 953-0460', ''),
(2448, 1, 350, '5', 'Edwardo Rischbieth', ''),
(2449, 1, 350, '6', 'gangagen.com', ''),
(2450, 1, 350, '7', 'Good day\r\n\r\nOur Medical-Grade Toenail Clippers is the safest and especially recommended for those with troubles with winding nails, hard nails, two nails, nail cracks, deep nails, thickened nails etc..\r\n\r\nGet yours: thepodiatrist.online\r\n\r\nCheers,\r\n\r\nEdwardo\r\nContact - GangaGen', ''),
(2451, 1, 351, '1', 'Ralphexiva', ''),
(2452, 1, 351, '2', 'Ralphexiva', ''),
(2453, 1, 351, '3', 'yourmail@gmail.com', ''),
(2454, 1, 351, '4', '(201) 724-7436', ''),
(2455, 1, 351, '5', 'google', ''),
(2456, 1, 351, '6', 'Bin Card Creation Software To Create A Canva Pro Account 1 Month', ''),
(2457, 1, 351, '7', 'Bin card creation software to create a Canva Pro account 1 month \r\n \r\n<img src=\"https://newstopsoftware.xyz/wp-content/uploads/2021/07/04a24a24414cb612ef5d.jpg\"> \r\n<img src=\"https://newstopsoftware.xyz/wp-content/uploads/2021/07/945c1cdf17b7e0e9b9a6.jpg\"> \r\n \r\nDownload here : \r\nhttps://filehug.com/BIN_CCGEN_2021.zip \r\nhttps://filerap.com/BIN_CCGEN_2021.zip \r\nhttps://fileshe.com/BIN_CCGEN_2021.zip \r\n \r\nThank u', ''),
(2458, 1, 352, '1', 'AndreaVat', ''),
(2459, 1, 352, '2', 'AndreaVat', ''),
(2460, 1, 352, '3', 'c.wolgen@tele2.nl', ''),
(2461, 1, 352, '4', '(316) 765-1554', ''),
(2462, 1, 352, '5', 'google', ''),
(2463, 1, 352, '6', 'Download Music 2021', ''),
(2464, 1, 352, '7', 'Hello, \r\n \r\nDownload Club Music: https://0dayshouse.blogspot.com/ \r\nStyle: Hosue, Euro-House, Minimal, Club, Trance, Techno... \r\n \r\nBest regards, Andrea', ''),
(2465, 1, 353, '1', 'Mike Roger', ''),
(2466, 1, 353, '2', 'Mike Roger', ''),
(2467, 1, 353, '3', 'robertramirez7162@gmail.com', ''),
(2468, 1, 353, '4', '(728) 806-7605', ''),
(2469, 1, 353, '5', 'google', ''),
(2470, 1, 353, '6', 'Local SEO for more business', ''),
(2471, 1, 353, '7', 'Greetings \r\n \r\nWe will improve your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our services below, we offer Local SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nNEW: \r\nhttps://www.speed-seo.net/product/zip-codes-gmaps-citations/ \r\n \r\nregards \r\nMike Roger\r\n \r\nSpeed SEO Digital Agency', ''),
(2472, 1, 354, '1', 'Eric', ''),
(2473, 1, 354, '2', 'Jones', ''),
(2474, 1, 354, '3', 'eric.jones.z.mail@gmail.com', ''),
(2475, 1, 354, '4', '(555) 555-1212', ''),
(2476, 1, 354, '5', 'talkwithwebvisitor.com', ''),
(2477, 1, 354, '6', 'how to turn eyeballs into phone calls', ''),
(2478, 1, 354, '7', 'Hi, Eric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gangagen.com', ''),
(2479, 1, 355, '1', 'milauss', ''),
(2480, 1, 355, '2', 'milauss', ''),
(2481, 1, 355, '3', 'gdmaha@mail.ru', ''),
(2482, 1, 355, '4', '(104) 171-5107', ''),
(2483, 1, 355, '5', 'google', ''),
(2484, 1, 355, '6', 'создание продвижение раскрутка сайтов', ''),
(2485, 1, 355, '7', 'Заказать seo поисковую оптимизацию сайта, Заказать услуги по продвижению сайта По всем возникшим вопросам Вы можете обратиться в скайп логин <b>pokras7777</b>Раскрутка сайта под ключ \r\n.Так же собираем базы  Обратесь всегда будем рады вам помочь наша группа в телеграме <a href=https://goo.su/4zRx>бесплатные базы для хрумера</a> или в пишите \r\n<a href=http://surl.li/vzoi>скайп</a> \r\n \r\n \r\nhttp://bazexrumer.ru/category/progon-xrumer/page/35/\r\nhttp://bazexrumer.ru/wordpress-kopiya-rezervnyy/\r\nhttp://bazexrumer.ru/category/uspeshnye-bazy-dlya-khrumera/page/136/\r\nhttp://bazexrumer.ru/skachat-bazu-forumov-animacionnye/\r\nhttp://bazexrumer.ru/category/gsa-search-engine-ranker/page/129/', ''),
(2486, 1, 356, '1', 'Coreyattig', ''),
(2487, 1, 356, '2', 'Coreyattig', ''),
(2488, 1, 356, '3', 'image81@inbox.ru', ''),
(2489, 1, 356, '4', '(308) 084-3155', ''),
(2490, 1, 356, '5', 'google', ''),
(2491, 1, 356, '6', 'The Best Offer of The Year!', ''),
(2492, 1, 356, '7', 'This year turned out to be very difficult. But we have optimized and reduced the cost of our products! \r\nIt is almost impossible to find prices lower than ours, the sale is at the cost price level. \r\nWatch and be surprised by our super low prices    https://is.gd/72jG3I', ''),
(2493, 1, 357, '1', 'BennyMag', ''),
(2494, 1, 357, '2', 'BennyMag', ''),
(2495, 1, 357, '3', 'olegivanover1@gmail.com', ''),
(2496, 1, 357, '4', '(156) 516-3644', ''),
(2497, 1, 357, '5', 'google', ''),
(2498, 1, 357, '6', 'You receive money transfer of 89.44$', ''),
(2499, 1, 357, '7', 'You receive money transfer of 89.44$ Go to official bank website \r\n<a href=\"http://terrible-dragonfly-32.anttunnel.com/work/drac/?s1=Money\">Official bank website</a> <a href=http://terrible-dragonfly-32.anttunnel.comm/work/drac/?s1=Money>Detail</a>:  <a href=http://terrible-dragonfly-32.anttunnel.com/work/drac/?s1=Money>Official bank website</a>', ''),
(2500, 1, 358, '1', 'glunn', ''),
(2501, 1, 358, '2', 'glunn', ''),
(2502, 1, 358, '3', 'glukhina.1998@mail.ru', ''),
(2503, 1, 358, '4', '(241) 287-8143', ''),
(2504, 1, 358, '5', 'google', ''),
(2505, 1, 358, '6', 'раскрутка сайта и продвижение', ''),
(2506, 1, 358, '7', 'Заказать seo поисковую оптимизацию сайта, Заказать услуги по продвижению сайта По всем возникшим вопросам Вы можете обратиться в скайп логин <b>pokras7777</b>Раскрутка сайта под ключ \r\n.Так же собираем базы  Обратесь всегда будем рады вам помочь наша группа в телеграме <a href=https://goo.su/4zRx>бесплатные базы для хрумера</a> или в пишите \r\n<a href=http://surl.li/vzoi>скайп</a> \r\n \r\n \r\n \r\n<a href=http://medkilnika.site/lechenie-ot-alkogolizma-i-v-ufe/>РђР»РєРѕРіРѕР»РёР·Рј С‚Р°Р±Р»РµС‚РєРё Р»РµС‡РµРЅРёСЏ</a>\r\n<a href=http://medsestra.site/category/tabachnaya-zavisimost-lechenie/page/103/>Р»РµС‡РµРЅРёРµ С‚Р°Р±Р°С‡РЅРѕР№ Р·Р°РІРёСЃРёРјРѕСЃС‚Рё РІ СЏСЂРѕСЃР»Р°РІР»Рµ</a>\r\n<a href=http://medsestra.site/category/lechenie-ot-tabachnoy-zavisimosti-igloukalyvaniem/page/187/>С‚Р°Р±Р°С‡РЅР°СЏ Р·Р°РІРёСЃРёРјРѕСЃС‚СЊ Р»РµС‡РµРЅРёРµ</a>\r\n<a href=http://medkilnika.site/category/prakticheskoe-rukovodstvo-po-lecheniyu-tabachnoy-zavisimosti/page/244/>С†РµРЅС‚СЂ РїРѕ РїСЂРѕС„РёР»Р°РєС‚РёРєРµ Рё Р»РµС‡РµРЅРёСЋ С‚Р°Р±Р°С‡РЅРѕР№ Рё РЅРµС…РёРјРёС‡РµСЃРєРёС… Р·Р°РІРёСЃРёРјРѕСЃС‚РµР№</a>\r\n<a href=http://medkilnika.site/category/narkologiya-lechenie-tambov/page/60/>Р»РµС‡РµРЅРёРµ С‚Р°Р±Р°С‡РЅРѕР№ Р·Р°РІРёСЃРёРјРѕСЃС‚Рё СЏСЂРѕСЃР»Р°РІР»СЊ</a>', ''),
(2507, 1, 359, '1', 'KennethSaf', ''),
(2508, 1, 359, '2', 'KennethSaf', ''),
(2509, 1, 359, '3', 'maik.wendelken@gmail.com', ''),
(2510, 1, 359, '4', '(580) 186-7715', ''),
(2511, 1, 359, '5', 'google', ''),
(2512, 1, 359, '6', '$15,000 per week', ''),
(2513, 1, 359, '7', 'Hello. \r\nWhy did you remove the news that the inhabitants of Australia and New Zealand began to earn massively from $15,000 per week using cryptocurrency without doing anything, just investing once? \r\nIs this due to the fact that people began to quit en masse? \r\nI also registered in this system and now my passive income ranges from $27000 to $35000 per week https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc4qpHr&sa=D&Fs=Cy&usg=AFQjCNGi73hD0ca-Pznb1dMX6SOtxVHJ2A \r\nEven my parents who do not understand computers, and even more so in cryptocurrencies, easily earn from $13,000 per week https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc4qpHr&sa=D&Sq=Ch&usg=AFQjCNGi73hD0ca-Pznb1dMX6SOtxVHJ2A', ''),
(2514, 1, 360, '1', 'Mike Faber', ''),
(2515, 1, 360, '2', 'Mike Faber', ''),
(2516, 1, 360, '3', 'ronaldboyd3262@gmail.com', ''),
(2517, 1, 360, '4', '(667) 552-4358', ''),
(2518, 1, 360, '5', 'google', ''),
(2519, 1, 360, '6', 'whitehat monthly SEO plans', ''),
(2520, 1, 360, '7', 'Hi \r\n \r\nI have just checked  gangagen.com for the ranking keywords and saw that your website could use a push. \r\n \r\nWe will enhance your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our services below, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart increasing your sales and leads with us, today! \r\n \r\nregards \r\nMike Faber\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(2521, 1, 361, '1', 'Don', ''),
(2522, 1, 361, '2', 'Thomas', ''),
(2523, 1, 361, '3', 'don@snapcapital.xyz', ''),
(2524, 1, 361, '4', '(202) 991-6766', ''),
(2525, 1, 361, '5', 'Snap Capital', ''),
(2526, 1, 361, '6', 'Hello', ''),
(2527, 1, 361, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nSnap Capital is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.snapcapital.xyz\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nDon Thomas\r\nSnap Capital\r\nwww.snapcapital.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.snapcapital.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nSnap Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(2528, 1, 362, '1', 'Iwan', ''),
(2529, 1, 362, '2', 'Iwan', ''),
(2530, 1, 362, '3', 'kuban.video@bk.ru', ''),
(2531, 1, 362, '4', '(608) 354-6648', ''),
(2532, 1, 362, '5', 'google', ''),
(2533, 1, 362, '6', 'Видео кубань', ''),
(2534, 1, 362, '7', '<a href=https://kuban.video/video/1-cemesskaja-buhta.html>бухта новороссийска</a>', ''),
(2535, 1, 363, '1', 'BennyMag', ''),
(2536, 1, 363, '2', 'BennyMag', ''),
(2537, 1, 363, '3', 'olegivanover1@gmail.com', ''),
(2538, 1, 363, '4', '(478) 533-7021', ''),
(2539, 1, 363, '5', 'google', ''),
(2540, 1, 363, '6', 'You receive money transfer of 89.44$', ''),
(2541, 1, 363, '7', 'You receive money transfer of 89.44$ Go to official bank website \r\n<a href=\"https://itchy-treefrog-89.mytunnel.io/work/least/?s1=least\">Official bank website</a> <a href=https://itchy-treefrog-89.mytunnel.io/work/least/?s1=least>Detail</a>:  <a href=https://itchy-treefrog-89.mytunnel.io/work/least/?s1=least>Official bank website</a>', ''),
(2542, 1, 364, '1', 'Tom', ''),
(2543, 1, 364, '2', 'Hanson', ''),
(2544, 1, 364, '3', 'tom@ibookedup.co', ''),
(2545, 1, 364, '4', '(202) 555-0109', ''),
(2546, 1, 364, '5', 'Booked Up', ''),
(2547, 1, 364, '6', 'Question', ''),
(2548, 1, 364, '7', 'Hello,\r\n\r\nI am trying to get in touch with the staff member that oversees your website.\r\n\r\nMy name is Tom - I am reaching out from Booked Up, we are a team of leading web designers. We have recently been meeting with some of the reputable businesses in the area, so I thought it would make sense to reach out.\r\n\r\nI would love to set aside some time to learn more about your business and discuss any web design or digital marketing needs you may have. \r\n\r\nDo you have any availability this week or next for a quick call?', ''),
(2549, 1, 365, '1', 'Davidasype', ''),
(2550, 1, 365, '2', 'Davidasype', ''),
(2551, 1, 365, '3', 'davidMot404@uymail.com', ''),
(2552, 1, 365, '4', '(831) 516-1012', ''),
(2553, 1, 365, '5', 'google', ''),
(2554, 1, 365, '6', 'Provide your family with the money in age. Launch the Robot!', ''),
(2555, 1, 365, '7', 'This robot can bring you money 24/7. \r\n------> <a href=http://thankfulhannl.herocryptos.cn/>thankfulhannl.geronmonet.cn</a> \r\n------>   defeatedeafee.herocryptos.cn', ''),
(2556, 1, 366, '1', 'Mike Aldridge', ''),
(2557, 1, 366, '2', 'Mike Aldridge', ''),
(2558, 1, 366, '3', 'ronaldboyd3262@gmail.com', ''),
(2559, 1, 366, '4', '(768) 336-2236', ''),
(2560, 1, 366, '5', 'google', ''),
(2561, 1, 366, '6', 'Increase sales for gangagen.com', ''),
(2562, 1, 366, '7', 'Hi there \r\n \r\nDo you want a quick boost in ranks and sales for your gangagen.com website? \r\nHaving a high DA score, always helps \r\n \r\nGet your gangagen.com to have a DA between 50 to 60 points in Moz with us today and rip the benefits of such a great feat. \r\n \r\nSee our offers here: \r\nhttps://www.monkeydigital.co/product/moz-da50-seo-plan/ \r\n \r\nNEW: \r\nhttps://www.monkeydigital.co/product/ahrefs-dr60/ \r\n \r\n \r\nthank you \r\nMike Aldridge\r\n \r\nsupport@monkeydigital.co', ''),
(2563, 1, 367, '1', 'Brenda', ''),
(2564, 1, 367, '2', 'Reynolds', ''),
(2565, 1, 367, '3', 'BRogers12@gmail.com', ''),
(2566, 1, 367, '4', '(787) 289-2380', ''),
(2567, 1, 367, '5', 'N/A', ''),
(2568, 1, 367, '6', 'Website Issues', ''),
(2569, 1, 367, '7', 'I\'m pretty sure you misspelled the word \"Wellcome\" on your site.  You might want to check out a site like SpellRadar.com or SiteCheck.com which have helped me with problems like this in the past.', ''),
(2570, 1, 368, '1', 'SEO X Press Digital Agency', ''),
(2571, 1, 368, '2', 'SEO X Press Digital Agency', ''),
(2572, 1, 368, '3', 'no-replyIrorieGork@gmail.com', ''),
(2573, 1, 368, '4', '(811) 765-3322', ''),
(2574, 1, 368, '5', 'google', ''),
(2575, 1, 368, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(2576, 1, 368, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Johnson\r\n \r\nsupport@digital-x-press.com', ''),
(2577, 1, 369, '1', 'JeffreysuiDs', ''),
(2578, 1, 369, '2', 'JeffreysuiDs', ''),
(2579, 1, 369, '3', 'oliviarobinzine2013@gmail.com', ''),
(2580, 1, 369, '4', '(237) 701-3067', ''),
(2581, 1, 369, '5', 'google', ''),
(2582, 1, 369, '6', 'How to save your push advertising budget from $ 50,000 per week', ''),
(2583, 1, 369, '7', 'Hi. \r\nMy manual is a life hack on 2 pages of PDF. \r\nThere I will show in screenshots with explanations where and what price to put down and thus save the advertising budget (reduce the advertising budget by 5-10 times). \r\nMost ad networks lure advertisers to themselves with a low cost per click of $ 0.001, but they do not specify that such a price is only for Tier 3 countries. \r\nAnd for countries of Tier 1 and Tier 2, the price starts at $ 0.01 per click. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc5auPc&sa=D&Di=Lr&usg=AFQjCNHbbkCgtKD94ARGz03zJgrbUnHVRg \r\nBut we are not satisfied with this price, we need a lot of traffic at a price of $ 0.001 per click from Tier 1 countries. \r\nI will show you how to bypass the minimum price limit of $ 0.01 and buy traffic at $ 0.001 - $ 0.005 per click from countries of the Tier 1. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc5auPc&sa=D&Me=Lr&usg=AFQjCNHbbkCgtKD94ARGz03zJgrbUnHVRg \r\nAnd also, as a bonus, I will give one more ad network with high-quality traffic and a minimum price of $ 0.001 per click from Tier 1 Countries. \r\nThis life hack is suitable for business owners, affiliates and all those who need a lot of high-quality and cheap traffic. \r\nUsing this technique, I reduced my advertising budget from $ 150,000 to $ 50,000 per week, it turns out three times and I began to earn 5 times more. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc5auPc&sa=D&Mw=Af&usg=AFQjCNHbbkCgtKD94ARGz03zJgrbUnHVRg', ''),
(2584, 1, 370, '1', 'Don', ''),
(2585, 1, 370, '2', 'Thomas', ''),
(2586, 1, 370, '3', 'don@snapcapital.xyz', ''),
(2587, 1, 370, '4', '(202) 991-6766', ''),
(2588, 1, 370, '5', 'Snap Capital', ''),
(2589, 1, 370, '6', 'Hello', ''),
(2590, 1, 370, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nSnap Capital is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.snapcapital.xyz\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nDon Thomas\r\nSnap Capital\r\nwww.snapcapital.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.snapcapital.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nSnap Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(2591, 1, 371, '1', 'Lewisatody', ''),
(2592, 1, 371, '2', 'Lewisatody', ''),
(2593, 1, 371, '3', 'damianwilliams925@gmail.com', ''),
(2594, 1, 371, '4', '(845) 638-4512', ''),
(2595, 1, 371, '5', 'google', ''),
(2596, 1, 371, '6', 'I have dirt on you.', ''),
(2597, 1, 371, '7', 'I have dirt on you. \r\nNow I know everything. \r\nCan you imagine what will happen when everyone finds out about your act? \r\nThe price of my silence is 0.21 BTC, transfer them to me by August 26 to this bitcoin wallet bc1qw220sye4cxya05ahpuw9lwfu7acwql660h73tq otherwise I\'ll tell everyone. \r\nAnd then you will feel very bad. \r\nTime has passed.', ''),
(2598, 1, 372, '1', 'Mike Finch', ''),
(2599, 1, 372, '2', 'Mike Finch', ''),
(2600, 1, 372, '3', 'juliaholliday7162@gmail.com', ''),
(2601, 1, 372, '4', '(334) 464-0887', ''),
(2602, 1, 372, '5', 'google', ''),
(2603, 1, 372, '6', 'Local SEO for more business', ''),
(2604, 1, 372, '7', 'Hi there \r\n \r\nWe will increase your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our pricelist here, we offer Local SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nNEW: \r\nhttps://www.speed-seo.net/product/zip-codes-gmaps-citations/ \r\n \r\nregards \r\nMike Finch\r\n \r\nSpeed SEO Digital Agency', ''),
(2605, 1, 373, '1', 'Rahul', ''),
(2606, 1, 373, '2', 'Chowdhary', ''),
(2607, 1, 373, '3', 'Rahulchowdhary675@gmail.com', ''),
(2608, 1, 373, '4', '(872) 232-0625', ''),
(2609, 1, 373, '5', 'Biotechnology', ''),
(2610, 1, 373, '6', 'Regarding any openings in the company', ''),
(2611, 1, 373, '7', 'Good afternoon sir/madam ,\r\nMy name is rahul chowdhary , i have completed my Bachelor\'s of Engineering in Biotechnology from MS ramaiah institute of technology, \r\nAnd i have developed a interest to learn and work at Gangagen biotechnologies to provide me an opportunity to work ,\r\nThanking you', ''),
(2612, 1, 374, '1', 'Gabriel Angelo', ''),
(2613, 1, 374, '2', 'Gabriel Angelo', ''),
(2614, 1, 374, '3', 'gafinan.cie.r@gmail.com', ''),
(2615, 1, 374, '4', '(785) 167-0055', ''),
(2616, 1, 374, '5', 'google', ''),
(2617, 1, 374, '6', 'Project/Business financing', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(2618, 1, 374, '7', 'Dear Entrepreneur, \r\n \r\nI\'m Gabriel Angelo, My company can bridge funds for your new or ongoing business. do let me know when you receive this message for further procedure. \r\n \r\nWe also pay 1% commission to brokers and friends who introduce project owners for finance or other opportunities. \r\n \r\nYou can reach me directly using this email address: gabriel_angelo@nestalconsultants.com \r\n \r\nRegards, \r\nGabriel Angelo', ''),
(2619, 1, 375, '1', 'XRumerTest', ''),
(2620, 1, 375, '2', 'XRumerTest', ''),
(2621, 1, 375, '3', 'yourmail@gmail.com', ''),
(2622, 1, 375, '4', '(531) 561-8270', ''),
(2623, 1, 375, '5', 'google', ''),
(2624, 1, 375, '6', 'Test, just a test', ''),
(2625, 1, 375, '7', 'Hello. And Bye.', ''),
(2626, 1, 376, '1', 'TimothyDex', ''),
(2627, 1, 376, '2', 'TimothyDex', ''),
(2628, 1, 376, '3', 'jasminemarieforrest@gmail.com', ''),
(2629, 1, 376, '4', '(626) 741-5252', ''),
(2630, 1, 376, '5', 'google', ''),
(2631, 1, 376, '6', 'Make your time a profit! Invest $ 477 and get passive income of $ 7300 per day', ''),
(2632, 1, 376, '7', 'The psychology of profit: how to start acting. Invest $ 557 and get passive income of $ 4900 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc50i99&sa=D&Gp=Go&usg=AFQjCNFBERCVikmzK3yotMCEyNWMDP6aXw   <<<<<<<<<<<<<', ''),
(2633, 1, 377, '1', 'Astykew', ''),
(2634, 1, 377, '2', 'Astykew', ''),
(2635, 1, 377, '3', 'vtzljxmbcsfqbcd@list.ru', ''),
(2636, 1, 377, '4', '(258) 264-0601', ''),
(2637, 1, 377, '5', 'google', ''),
(2638, 1, 377, '6', 'Onion Urls and Links Tor', ''),
(2639, 1, 377, '7', 'Exclusive to the gangagen.com\r\nDARKNET - What is tor browser? The web address for onion sites \r\nhttp://darkweb2020.com\r\nDARKNET - Wiki Links Tor Urls Nor onion - Links to onion sites tor browser List of links to onion sites dark Internet \r\n \r\nUrls Tor sites \r\nLinks Tor sites \r\nDir Tor sites \r\nHidden Tor sites \r\nLinks Tor sites deep \r\nUrls Tor sites hidden \r\nLinks Tor sites onion \r\ntor free download \r\ntor project browser \r\ntor proxy server \r\ndeep web browser \r\nOnion Urls TOR \r\nUrls .onion dir 2021 \r\ndarknet list \r\nget tor \r\ntor application \r\ntor deep web \r\nTor links \r\ntor browser anonymous \r\nprograma tor \r\nBrowser Tor \r\nlinks Tor 2021 \r\nonion urls directories \r\nonion link 2022 \r\nTor site \r\nonion links 2019 \r\ntor browser for windows \r\ntor links|onion site \r\norbot download \r\nlinks onion \r\ntor browser app \r\nthe internet provider \r\ntor client \r\ndeepweb links \r\ninternet dark \r\ndir onion \r\ntor browser \r\ndarknet search engine \r\nproxy server download \r\ntor online \r\nurl onion \r\nonion router \r\ntor software download \r\ntor browser settings \r\nDeep Web-shadow Internet, which is based on the maximum anonymity, complete rejection of the provider servers, which makes it impossible to determine who, where and what sends. This is created using onion routing. Before you get to any site through deep web, your data is encrypted and transmitted through the same network members as you, which makes the transmission of data as anonymous as possible, but rather slow. Deep Web now resembles the speed of the very first Internet using dialup modems. The sites are on it are encrypted with the domain names .onion. It was Tor that created the largest onion network. It is a network in which there are no rules, laws, and countries.What can be purchased in the domain zone .onion? Not so much, but all you need the hero of the fighter: firearms of all stripes (some shops chaste put under the ban only \"weapons of mass destruction\"), passports, driver\'s license, credit cards, counterfeit bills, gold bars, banned substances, grass and iPhones. They say you can still buy killers, slaves or human organs.\r\n\r\nHow to get on the Dark Web Technically, this is not a difficult process. You simply need to install and use Tor. Go to www.torproject.org and download the Tor Browser, which contains all the required tools. Run the downloaded file, choose an extraction location, then open the folder and click Start Tor Browser. That\'s it. The Vidalia Control Panel will automatically handle the randomised network setup and, when Tor is ready, the browser will open; just close it again to disconnect from the network. \r\n \r\nExclusive to the gangagen.com\r\n\r\n<a href=http://darkwebtor.com>Links to onion sites tor browser</a>', ''),
(2640, 1, 378, '1', 'Illona', ''),
(2641, 1, 378, '2', 'Illona', ''),
(2642, 1, 378, '3', 'rescuer.info@list.ru', ''),
(2643, 1, 378, '4', '(738) 304-1502', ''),
(2644, 1, 378, '5', 'google', ''),
(2645, 1, 378, '6', 'Спасительная магия', ''),
(2646, 1, 378, '7', '<a href=http://ekzoweb.ru>заговор на удачу и деньги читать</a>', ''),
(2647, 1, 379, '1', 'artoncraftscn', ''),
(2648, 1, 379, '2', 'artoncraftscn', ''),
(2649, 1, 379, '3', 'artoncraftscnx@gmail.com', ''),
(2650, 1, 379, '4', '(424) 213-6734', ''),
(2651, 1, 379, '5', 'google', ''),
(2652, 1, 379, '6', 'Test, just a test', ''),
(2653, 1, 379, '7', 'Hello. And Bye.', ''),
(2654, 1, 380, '1', 'TimothyDex', ''),
(2655, 1, 380, '2', 'TimothyDex', ''),
(2656, 1, 380, '3', 'valentina.hernandez313@gmail.com', ''),
(2657, 1, 380, '4', '(638) 007-2564', ''),
(2658, 1, 380, '5', 'google', ''),
(2659, 1, 380, '6', 'All you need is at your fingertips, do not hesitate! Invest $ 365 and get passive income of $ 8900 per day', ''),
(2660, 1, 380, '7', 'Altcoins that will make you a millionaire   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc50i99&sa=D&Bd=Sa&usg=AFQjCNFBERCVikmzK3yotMCEyNWMDP6aXw   <<<<<<<<<<<<<', ''),
(2661, 1, 381, '1', 'SHREYA', ''),
(2662, 1, 381, '2', 'SHRIVASTAVA', ''),
(2663, 1, 381, '3', 'shre231998@gmail.com', ''),
(2664, 1, 381, '4', '(097) 664-1775', ''),
(2665, 1, 381, '5', 'Hislop college Nagpur', ''),
(2666, 1, 381, '6', 'application for internship/training.', ''),
(2667, 1, 381, '7', 'Respected sir/mam,\r\n\r\nI am Shreya Shrivastava, M.Sc biotechnology student, from Hislop school of Biotechnology, Hislop college Nagpur. Being a fresher, I am looking for an internship opportunity to join your organization which will help me to explore my research career. In this course duration of years, I have acquired a lot of practical knowledge and joining you would give me the uplift to face real world challenges and build my position accordingly. I would like to work under your guidance and further explore my research career. Joining will let me acquired to learn new techniques and would let me create different prospects of working in these area. It will help me to learn new concepts and let me gain experience. \r\nAs a fresher, I am keeping myself open to new learnings. Working as an intern in such a prestigious institute would not only help me to pursue my dreams but also help me to grow in terms of learning and boost my knowledge for further studies. Giving opportunity would help me to gain an experience. I’m looking forward to work under your guidance. \r\n I kindly request you to accept my application. Looking forward to discuss my resume. Please find my resume attached with this. I’ll be fortunate enough to work in your lab. I would be honoured and delighted if you consider my application.\r\nThanking you, \r\nShreya Shrivastava', ''),
(2668, 1, 382, '1', 'TimothyDex', ''),
(2669, 1, 382, '2', 'TimothyDex', ''),
(2670, 1, 382, '3', 'monalisa.mohapatra30@gmail.com', ''),
(2671, 1, 382, '4', '(128) 318-5783', ''),
(2672, 1, 382, '5', 'google', ''),
(2673, 1, 382, '6', 'Make $208000/month Passively - Passive Income', ''),
(2674, 1, 382, '7', 'Invest $ 3788 in Bitcoin once and get $ 303000 passive income per month   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc5pXmZ&sa=D&Hr=Mr&usg=AFQjCNHZ-WxriAZ_YfUZOFX_SeCcso8nKA   <<<<<<<<<<<<<', ''),
(2675, 1, 383, '1', 'Enayath', ''),
(2676, 1, 383, '2', 'Khan', ''),
(2677, 1, 383, '3', 'Cnssaccarrierdealer@gmail.com', ''),
(2678, 1, 383, '4', '(953) 587-7881', ''),
(2679, 1, 383, '5', 'Cooling Network System & Servi', ''),
(2680, 1, 383, '6', 'Regarding Requirements of Air Conditions sales, service and amc.', ''),
(2681, 1, 383, '7', 'We request you to kindly consider us for your ongoing and future projects to give the best of our services.\r\nLooking forward for your favorable order!!', ''),
(2682, 1, 384, '1', 'Mike Gate', ''),
(2683, 1, 384, '2', 'Mike Gate', ''),
(2684, 1, 384, '3', 'paulholmes3262@gmail.com', ''),
(2685, 1, 384, '4', '(248) 875-1215', ''),
(2686, 1, 384, '5', 'google', ''),
(2687, 1, 384, '6', 'cheap monthly SEO plans', ''),
(2688, 1, 384, '7', 'Greetings \r\n \r\nI have just took an in depth look on your  gangagen.com for its SEO Trend and saw that your website could use a boost. \r\n \r\nWe will improve your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our services below, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart improving your sales and leads with us, today! \r\n \r\nregards \r\nMike Gate\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(2689, 1, 385, '1', 'Untok', ''),
(2690, 1, 385, '2', 'Untok', ''),
(2691, 1, 385, '3', 'baburovp@bk.ru', ''),
(2692, 1, 385, '4', '(547) 486-6837', ''),
(2693, 1, 385, '5', 'google', ''),
(2694, 1, 385, '6', 'I promised.', ''),
(2695, 1, 385, '7', 'Hi, this is Jenny. I am sending you my intimate photos as I promised. https://tinyurl.com/yhzjdo9u', ''),
(2696, 1, 386, '1', 'MichaelIcord', ''),
(2697, 1, 386, '2', 'MichaelIcord', ''),
(2698, 1, 386, '3', 'david.barrett@temple-inc.com', ''),
(2699, 1, 386, '4', '(471) 008-8228', ''),
(2700, 1, 386, '5', 'google', ''),
(2701, 1, 386, '6', 'New trend in cryptocurrency, income from 50,000 EURO', ''),
(2702, 1, 386, '7', 'Hi. A new system has appeared that is much cooler than the DeFi. \r\nYou probably know that many people who were the first to invest in DeFi projects earned a lot of money. \r\nFor example, a guy invested $ 10 and earned $ 400,000 in 42 days. \r\nNow you have a chance to become the first - https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc5sIFu&sa=D&Nq=Da&usg=AFQjCNF7uvz-Qeau4y_pHD3pKZZzNaaRVA \r\nIncome up to 50,000 EURO per day. \r\nYou just need to register and invest from $ 250 and launch our private bot, your manager will help you with setting up the bot for big profit. \r\nWe register by invitation only, so you are very lucky, here is your personal registration link - https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc5sIFu&sa=D&Ay=So&usg=AFQjCNF7uvz-Qeau4y_pHD3pKZZzNaaRVA \r\nRegister today and start earning before others get ahead of you.', ''),
(2703, 1, 387, '1', 'RonaldLam', ''),
(2704, 1, 387, '2', 'RonaldLam', ''),
(2705, 1, 387, '3', 'stephaniemiller328@gmail.com', ''),
(2706, 1, 387, '4', '(185) 044-7703', ''),
(2707, 1, 387, '5', 'google', ''),
(2708, 1, 387, '6', 'Potential income of $ 1,000,000 at Safemoon', ''),
(2709, 1, 387, '7', 'Hi. \r\nIn the next 2 months, SafeMoon will grow by 100,000% -140,000%, this is your chance to become a millionaire even if you buy SafeMoon for only $ 10 https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc5v9Ot&sa=D&Hs=Xg&usg=AFQjCNH10I83qGZGD2DuZ4pF9OSq-zp0Ag \r\nI have already purchased $ 1000. You, too, can become a crypto millionaire and buy this coin from us in Pancake on favorable terms https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc5v9Ot&sa=D&Ce=De&usg=AFQjCNH10I83qGZGD2DuZ4pF9OSq-zp0Ag', ''),
(2710, 1, 388, '1', 'Noble', ''),
(2711, 1, 388, '2', 'Noble', ''),
(2712, 1, 388, '3', 'noble.boas@gmail.com', ''),
(2713, 1, 388, '4', '(610) 327-5821', ''),
(2714, 1, 388, '5', 'Noble Boas', ''),
(2715, 1, 388, '6', 'Noble Boas', ''),
(2716, 1, 388, '7', 'Morning \r\n\r\n50% OFF!! Hurry to get your Baseball Cap Now!\r\n\r\nThese Caps are SO cool! Perfect for this Summer!\r\n\r\nFree worldwide shipping!\r\n\r\nGET IT HERE: capshop.online\r\n\r\nAll the best, \r\n \r\nNoble', ''),
(2717, 1, 389, '1', 'Richardtet', ''),
(2718, 1, 389, '2', 'Richardtet', ''),
(2719, 1, 389, '3', 'denisandreev1989521a1n+za@list.ru', ''),
(2720, 1, 389, '4', '(726) 314-2324', ''),
(2721, 1, 389, '5', 'google', ''),
(2722, 1, 389, '6', 'Judjfefehgje hfejfwhfjkfvjegj jefkkfejfej kfejkfekgrkhrkkgrj', ''),
(2723, 1, 389, '7', 'Fwd: My success story. Way To Earn $10000 Per Month In Passive Income \r\nFwd: My success story. How to invest $1000 to generate passive income \r\nRE: Story of Successful Passive Income Strategies. How to make $10000 a Month Passive Income \r\nRE: A Passive Income Success Story. How to generate $10000 a month in passive income \r\nRE: Story of Successful Passive Income Strategies. Earn $10000 Passive Income Per Month in 2020 \r\nRE: Success Stories - Smart Passive Income. How to Make Passive Income With Only $1000 \r\nRE: My success story. How I make $10000 per month through Passive Income \r\nFwd: $ 10,000 success story. Generate $10000 in Monthly Passive Income \r\nFwd: $ 10,000 success story. Strategy to Earn $10000 Per Month In Passive Income \r\nRE: MAKE $200,000 IN PASSIVE INCOME! TRUE STORY. Passive Income Idea 2020: $10000/month \r\nRE: Story of Successful Passive Income Strategies. Passive Income: How I Make $10,000 Per Month \r\nFwd: A Passive Income Success Story. How to Get $10000/Mo Passive Income \r\nFwd: A Passive Income Success Story. Make money online - $10000+ Passive Income \r\nRE: $ 10,000 success story per week. The $10000 per Month Guide to Passive Income \r\nRE: Passive Income My Success Story in 1 Month. How To Make $10000 A Month In Passive Income \r\nRE: MAKE $200,000 IN PASSIVE INCOME! TRUE STORY. Passive Income: Way To Make $10000 Per Month From Home \r\nRE: A Passive Income Success Story. Way to earn passive income $10000 Per Month \r\nFwd: My success story. Road to $10000 per Month of Passive Income \r\nFwd: My success story. How To Make $10000 Per Month From Home: Passive Income. \r\ngangagen.com, bndjcsfwhejvdkmcndhbsjcsdifefedjgf', ''),
(2724, 1, 390, '1', 'AnnetPew', ''),
(2725, 1, 390, '2', 'AnnetPew', ''),
(2726, 1, 390, '3', 'bratvela01j@outlook.com', ''),
(2727, 1, 390, '4', '(303) 242-1804', ''),
(2728, 1, 390, '5', 'google', ''),
(2729, 1, 390, '6', 'beginning writing paper', ''),
(2730, 1, 390, '7', 'write in the rain paper \r\n \r\n \r\n<a href=http://q.obbosoft.com/Security.php>Security</a>\r\n<a href=http://foolsquarter.com/wp/Driver+Tools.php>Driver Tools</a>\r\n<a href=http://e.download-insta.com/Productivity.php>Productivity</a>\r\n<a href=https://itechsolutions.com.mx/wp/Productivity.php>Productivity</a>\r\n<a href=http://t.softmixportal.com/Browsers.php>Browsers</a>\r\n<a href=http://w.obbosoft.com/Driver+Tools.php>Driver Tools</a>\r\n<a href=http://nirmalasoft.com/>Р“Р»Р°РІРЅР°СЏ</a>\r\n<a href=http://b.mediasoft-rp.com/Design.php>Design</a>\r\n<a href=http://c.softmixportal.com/Music.php>Music</a>\r\n<a href=http://b.exo-games.com/Security.php>Security</a>\r\n \r\n \r\nMany loans consist of axis bank home loan interest online is relaxed to complete list?\r\nCheck SBI account balance through SBI Online.\r\nNeed to transfer funds into your PenFed account electronically?\r\nfunds 24 Sep 2019 You go to make a payment and your credit card is declined.\r\ntransaction fee for payment by credit card.\r\n \r\n<a href=https://yskhori.up.seesaa.net/image/seesaa_captcha_comment.gif?1630331875>children writing paper</a> 97f1982  \r\n \r\n7bcf5b79eba2ad7852254d79dafe5b4dse', ''),
(2731, 1, 391, '1', 'Subhra', ''),
(2732, 1, 391, '2', 'Supakar', ''),
(2733, 1, 391, '3', 'supakarsubhra777@gmail.com', ''),
(2734, 1, 391, '4', '(861) 924-4073', ''),
(2735, 1, 391, '5', 'Institute of genetic engineering', ''),
(2736, 1, 391, '6', 'Biotechnology', ''),
(2737, 1, 391, '7', 'I am a final year candidate pursuing B.Sc in Biotechnology from Institute of Genetic engineering, Kolkata.\r\n\r\nI am looking for some intership and training programmes to learn and enhance my skills. \r\n\r\nI came to learn about Biozeen being one of the best biotechnology industry in India. Hence, I am looking forward to learn under your guidance and make the best out of it.', ''),
(2738, 1, 392, '1', 'Subhra', ''),
(2739, 1, 392, '2', 'Supakar', ''),
(2740, 1, 392, '3', 'supakarsubhra777@gmail.com', ''),
(2741, 1, 392, '4', '(861) 924-4073', ''),
(2742, 1, 392, '5', 'Institute of genetic engineering', ''),
(2743, 1, 392, '6', 'Biotechnology', ''),
(2744, 1, 392, '7', 'I am a final year candidate pursuing B.Sc in Biotechnology from Institute of Genetic engineering, Kolkata.\r\n\r\nI am looking for some intership and training programmes to learn and enhance my skills. \r\n\r\nI came to learn about Gangagen  being one of the best biotechnology industry in India. Hence, I am looking forward to learn under your guidance and make the best out of it.', ''),
(2745, 1, 393, '1', 'Eric', ''),
(2746, 1, 393, '2', 'Jones', ''),
(2747, 1, 393, '3', 'eric.jones.z.mail@gmail.com', ''),
(2748, 1, 393, '4', '(555) 555-1212', ''),
(2749, 1, 393, '5', 'talkwithwebvisitor.com', ''),
(2750, 1, 393, '6', 'Strike when the iron’s hot', ''),
(2751, 1, 393, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gangagen.com', ''),
(2752, 1, 394, '1', 'WilliamTon', ''),
(2753, 1, 394, '2', 'WilliamTon', ''),
(2754, 1, 394, '3', 'denisandreev1989521a1n+6v@list.ru', ''),
(2755, 1, 394, '4', '(746) 706-0540', ''),
(2756, 1, 394, '5', 'google', ''),
(2757, 1, 394, '6', 'Judjfefehgje hfejfwhfjkfvjegj jefkkfejfej kfejkfekgrkhrkkgrj', ''),
(2758, 1, 394, '7', 'RE: My success story. Way To Earn $10000 Per Month In Passive Income \r\nFwd: A Passive Income Success Story. How to invest $1000 to generate passive income \r\nFwd: Success Stories - Smart Passive Income. How to make $10000 a Month Passive Income \r\nRE: Success Stories - Smart Passive Income. How to generate $10000 a month in passive income \r\nFwd: Success Stories - Smart Passive Income. Earn $10000 Passive Income Per Month in 2020 \r\nFwd: My success story. How to Make Passive Income With Only $1000 \r\nRE: Story of Successful Passive Income Strategies. How I make $10000 per month through Passive Income \r\nFwd: Passive Income My Success Story in 1 Month. Generate $10000 in Monthly Passive Income \r\nRE: MAKE $200,000 IN PASSIVE INCOME! TRUE STORY. Strategy to Earn $10000 Per Month In Passive Income \r\nRE: MAKE $200,000 IN PASSIVE INCOME! TRUE STORY. Passive Income Idea 2020: $10000/month \r\nRE: $ 10,000 success story per week. Passive Income: How I Make $10,000 Per Month \r\nFwd: MAKE $200,000 IN PASSIVE INCOME! TRUE STORY. How to Get $10000/Mo Passive Income \r\nFwd: Passive Income My Success Story in 1 Month. Make money online - $10000+ Passive Income \r\nFwd: Passive Income My Success Story in 1 Month. The $10000 per Month Guide to Passive Income \r\nFwd: Passive Income My Success Story in 1 Month. How To Make $10000 A Month In Passive Income \r\nFwd: Passive Income My Success Story in 1 Month. Passive Income: Way To Make $10000 Per Month From Home \r\nFwd: MAKE $200,000 IN PASSIVE INCOME! TRUE STORY. Way to earn passive income $10000 Per Month \r\nFwd: $ 10,000 success story. Road to $10000 per Month of Passive Income \r\nRE: A Passive Income Success Story. How To Make $10000 Per Month From Home: Passive Income. \r\ngangagen.com, bndjcsfwhejvdkmcndhbsjcsdifefedjgf', ''),
(2759, 1, 395, '1', 'Mike Paterson', ''),
(2760, 1, 395, '2', 'Mike Paterson', ''),
(2761, 1, 395, '3', 'no-replyPovaTasy@gmail.com', ''),
(2762, 1, 395, '4', '(442) 362-0582', ''),
(2763, 1, 395, '5', 'google', ''),
(2764, 1, 395, '6', 'Increase sales for gangagen.com', ''),
(2765, 1, 395, '7', 'Hi there \r\n \r\nDo you want a quick boost in ranks and sales for your gangagen.com website? \r\nHaving a high DA score, always helps \r\n \r\nGet your gangagen.com to have a DA between 50 to 60 points in Moz with us today and reap the benefits of such a great feat. \r\n \r\nSee our offers here: \r\nhttps://www.monkeydigital.co/product/moz-da50-seo-plan/ \r\n \r\nNEW: \r\nhttps://www.monkeydigital.co/product/ahrefs-dr60/ \r\n \r\n \r\nthank you \r\nMike Paterson\r\n \r\nsupport@monkeydigital.co', ''),
(2766, 1, 396, '1', 'Mike Holiday', ''),
(2767, 1, 396, '2', 'Mike Holiday', ''),
(2768, 1, 396, '3', 'no-replyPovaTasy@gmail.com', ''),
(2769, 1, 396, '4', '(728) 186-1483', ''),
(2770, 1, 396, '5', 'google', ''),
(2771, 1, 396, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(2772, 1, 396, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Holiday\r\n \r\nsupport@digital-x-press.com', ''),
(2773, 1, 397, '1', 'Revathi P R', ''),
(2774, 1, 397, '2', 'P R', ''),
(2775, 1, 397, '3', 'revathikly@gmail.com', ''),
(2776, 1, 397, '4', '(954) 434-7119', ''),
(2777, 1, 397, '5', 'Gangagen biotechnology', ''),
(2778, 1, 397, '6', 'To know about new openings', ''),
(2779, 1, 397, '7', 'Hi sir/mam \r\nI\'m a fresher in biotechnology master from st.marys', ''),
(2780, 1, 398, '1', 'Elizabeth', ''),
(2781, 1, 398, '2', 'Wills', ''),
(2782, 1, 398, '3', 'elizabeth@bookedtech.com', ''),
(2783, 1, 398, '4', '(817) 631-9366', ''),
(2784, 1, 398, '5', 'Booked Tech', ''),
(2785, 1, 398, '6', 'Question', ''),
(2786, 1, 398, '7', 'Hi there,\r\n\r\nI\'m trying to get in touch with the staff member that oversees your website. Can you point me in the right direction? Thanks!', ''),
(2787, 1, 399, '1', 'BennyMag', ''),
(2788, 1, 399, '2', 'BennyMag', ''),
(2789, 1, 399, '3', 'olegivanover2@gmail.com', ''),
(2790, 1, 399, '4', '(631) 760-8550', ''),
(2791, 1, 399, '5', 'google', ''),
(2792, 1, 399, '6', 'Nice deepthroat pogn video here -->', ''),
(2793, 1, 399, '7', 'Nice deepthroat pogn video here --> \r\n<a href=\"https://the-your-lady1.com/?u=20pk60a&o=ynltv1a&cid=1\">Nice deepthroat pogn</a> <a href=https://the-your-lady1.com/?u=20pk60a&o=ynltv1a&cid=1>Detail</a>:  <a href=https://the-your-lady1.com/?u=20pk60a&o=ynltv1a&cid=1>Nice deepthroat pogn</a>', ''),
(2794, 1, 400, '1', 'Untok', ''),
(2795, 1, 400, '2', 'Untok', ''),
(2796, 1, 400, '3', 'baburovp@bk.ru', ''),
(2797, 1, 400, '4', '(652) 652-4183', ''),
(2798, 1, 400, '5', 'google', ''),
(2799, 1, 400, '6', 'I promised.', ''),
(2800, 1, 400, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/yzrgtwdb', ''),
(2801, 1, 401, '1', 'Eric', ''),
(2802, 1, 401, '2', 'Jones', ''),
(2803, 1, 401, '3', 'eric.jones.z.mail@gmail.com', ''),
(2804, 1, 401, '4', '(555) 555-1212', ''),
(2805, 1, 401, '5', 'talkwithwebvisitor.com', ''),
(2806, 1, 401, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(2807, 1, 401, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://talkwithcustomer.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(2808, 1, 402, '1', 'Dennis', ''),
(2809, 1, 402, '2', 'Perpetua', ''),
(2810, 1, 402, '3', 'dennis@qualitybloggeroutreach.com', ''),
(2811, 1, 402, '4', '(833) 288-8913', ''),
(2812, 1, 402, '5', 'QGP Limited', ''),
(2813, 1, 402, '6', 'Regarding advertising on your site', ''),
(2814, 1, 402, '7', 'Hello, \r\n\r\nThis is Dennis Perpetua from QGP.com,\r\n\r\nWe’re interested in advertising on your site. \r\n\r\nIs this something you’d be willing to discuss? \r\n\r\n\r\nDennis Perpetua\r\nOutreach Manager\r\nwww.qgp.com\r\n\r\n\r\n\r\nP.S.: If you don\'t want me to contact you again, just let me know.', ''),
(2815, 1, 403, '1', 'BennyMag', ''),
(2816, 1, 403, '2', 'BennyMag', ''),
(2817, 1, 403, '3', 'olegivanover2@gmail.com', ''),
(2818, 1, 403, '4', '(166) 741-8622', ''),
(2819, 1, 403, '5', 'google', ''),
(2820, 1, 403, '6', 'Free weight loss 15 kg for 1 month!', ''),
(2821, 1, 403, '7', 'Free weight loss 15 kg for 1 month! --> \r\n<a href=\"http://weightlosstrue.freecluster.eu/?lol=1\">Free weight loss</a> <a href=http://weightlosstrue.freecluster.eu/?lol=1>Detail</a>:  <a href=http://weightlosstrue.freecluster.eu/?lol=1>Free weight loss</a>', ''),
(2822, 1, 404, '1', 'Don', ''),
(2823, 1, 404, '2', 'Thomas', ''),
(2824, 1, 404, '3', 'don@snapcapital.xyz', ''),
(2825, 1, 404, '4', '(202) 991-6766', ''),
(2826, 1, 404, '5', 'Snap Capital', ''),
(2827, 1, 404, '6', 'Hello', ''),
(2828, 1, 404, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nSnap Capital is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.snapcapital.xyz\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nDon Thomas\r\nSnap Capital\r\nwww.snapcapital.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.snapcapital.xyz/unsubscribe,\r\n\r\nor write to:\r\n\r\nSnap Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(2829, 1, 405, '1', 'Rockyvox', ''),
(2830, 1, 405, '2', 'Rockyvox', ''),
(2831, 1, 405, '3', 'lenoislemonnier@hotmail.fr', ''),
(2832, 1, 405, '4', '(354) 215-7116', ''),
(2833, 1, 405, '5', 'google', ''),
(2834, 1, 405, '6', 'AI-based trading robot or passive income of $ 47,000', ''),
(2835, 1, 405, '7', 'Hi. \r\n \r\nIt is a smart AI-based trading robot that will make 93% of successful trades. \r\n \r\nThe set of users is limited, there are 39 places left. \r\n \r\nAll other users will pay 10% of each transaction for using our AI trading robot. \r\n \r\nRegister now and use it for free. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc5TErp&sa=D&v5=1r&usg=AFQjCNGER3suzFXrVfFj8alSN_WnyidwBQ \r\n \r\n19 out of 75 of our beta testers became dollar millionaires in 2-3 months with an investment of $ 1000, the rest, using our trading robot, receive passive income of $ 47,000 per month. \r\n \r\nYou don\'t need to know anything here, work experience is not needed, your personal manager will help you with everything. \r\n \r\nHurry up to register and start earning passive income. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc5TErp&sa=D&ew=fz&usg=AFQjCNGER3suzFXrVfFj8alSN_WnyidwBQ', ''),
(2836, 1, 406, '1', 'Mike Bootman', ''),
(2837, 1, 406, '2', 'Mike Bootman', ''),
(2838, 1, 406, '3', 'no-replyPovaTasy@gmail.com', ''),
(2839, 1, 406, '4', '(735) 336-6603', ''),
(2840, 1, 406, '5', 'google', ''),
(2841, 1, 406, '6', 'Local SEO for more business', ''),
(2842, 1, 406, '7', 'Greetings \r\n \r\nWe will improve your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our plans here, we offer Local SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nNEW: \r\nhttps://www.speed-seo.net/product/zip-codes-gmaps-citations/ \r\n \r\nregards \r\nMike Bootman\r\n \r\nSpeed SEO Digital Agency', ''),
(2843, 1, 407, '1', 'TimothyDex', ''),
(2844, 1, 407, '2', 'TimothyDex', ''),
(2845, 1, 407, '3', 'sonia.chaouali@hotmail.fr', ''),
(2846, 1, 407, '4', '(335) 783-2030', ''),
(2847, 1, 407, '5', 'google', ''),
(2848, 1, 407, '6', 'Verdienst von Elon Musk auf Kryptowahrung ab 49000 EUR pro Tag', ''),
(2849, 1, 407, '7', 'Verdienen Sie wie Elon Musk ab 52000 EUR pro Tag   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc5TErp&sa=D&ae=8d&usg=AFQjCNGER3suzFXrVfFj8alSN_WnyidwBQ   <<<<<<<<<<<<<', ''),
(2850, 1, 408, '1', 'TimothyDex', ''),
(2851, 1, 408, '2', 'TimothyDex', ''),
(2852, 1, 408, '3', 'lapopular.tamales@free.fr', ''),
(2853, 1, 408, '4', '(412) 531-3806', ''),
(2854, 1, 408, '5', 'google', ''),
(2855, 1, 408, '6', 'Just make your dreams come true. Invest $ 378 and get passive income of $ 7600 per day', ''),
(2856, 1, 408, '7', 'Earnings from $ 800 to $ 3000 for 20 minutes of work per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc5TErp&sa=D&6w=ab&usg=AFQjCNGER3suzFXrVfFj8alSN_WnyidwBQ   <<<<<<<<<<<<<', ''),
(2857, 1, 409, '1', 'Manikandan.M', ''),
(2858, 1, 409, '2', 'Manikandan', ''),
(2859, 1, 409, '3', 'maniambai1999@gmail.com', ''),
(2860, 1, 409, '4', '(979) 136-7715', ''),
(2861, 1, 409, '5', 'Biotechnology', ''),
(2862, 1, 409, '6', 'Job', ''),
(2863, 1, 409, '7', 'Sir,  I am  Manikandan.M  Recently finished my MSc Biotechnology course in Manonmaniam Sundaranar University, Tirunelveli, Tamilnadu. So plz any vacancy for Your company. I will Send for my Resume plz Call for interview.', ''),
(2864, 1, 410, '1', 'TimothyDex', ''),
(2865, 1, 410, '2', 'TimothyDex', ''),
(2866, 1, 410, '3', 'naiara_gomes2004@yahoo.com.br', ''),
(2867, 1, 410, '4', '(236) 545-6121', ''),
(2868, 1, 410, '5', 'google', ''),
(2869, 1, 410, '6', 'Invest in altcoins $ 900 and get $ 6,000,000 in net income', ''),
(2870, 1, 410, '7', 'Passives Online-Einkommen ab 280000 EUR pro Monat   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc5TErp&sa=D&s3=k6&usg=AFQjCNGER3suzFXrVfFj8alSN_WnyidwBQ   <<<<<<<<<<<<<', ''),
(2871, 1, 411, '1', 'Savitha', ''),
(2872, 1, 411, '2', 'Nadig', ''),
(2873, 1, 411, '3', 'savithanadig@iisc.ac.in', ''),
(2874, 1, 411, '4', '(984) 573-2785', ''),
(2875, 1, 411, '5', 'Indian Institute of Science (IISc)', ''),
(2876, 1, 411, '6', 'Request for a discussion', ''),
(2877, 1, 411, '7', 'Greetings from Team GlyZy.\r\n\r\nWe are a group of synthetic and structural biologists from Indian institute of science,Bangalore.we developed a microbial platform that mimic plant cells to produce high value flavonoids used as Cosmeceuitclas and Nutraceuticals. we are doing customer discovery process to understand their needs and pains to evolve the platform better.\r\n\r\nWe would like to connect with Industry Experts and great minds for insights and to help us in our customer discovery process.\r\n\r\nLooking forward to hearing from you.\r\n—————————\r\nThanks and Regards!\r\nTeam GlyZy\r\n(Prof B Gopal, Savitha Nadig, Nishank Reddy.', ''),
(2878, 1, 412, '1', 'TimothyDex', ''),
(2879, 1, 412, '2', 'TimothyDex', ''),
(2880, 1, 412, '3', 'algeriemonamour5@hotmail.fr', ''),
(2881, 1, 412, '4', '(334) 260-2446', ''),
(2882, 1, 412, '5', 'google', ''),
(2883, 1, 412, '6', 'Acquiring financial independence. Invest $ 697 and get passive income of $ 9300 per day', ''),
(2884, 1, 412, '7', 'Just imagine that you can give up the work and do what you like! Invest $ 565 and get passive income of $ 6200 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc5TErp&sa=D&fi=4d&usg=AFQjCNGER3suzFXrVfFj8alSN_WnyidwBQ   <<<<<<<<<<<<<', ''),
(2885, 1, 413, '1', 'skyreverywhort', ''),
(2886, 1, 413, '2', 'skyreverywhort', ''),
(2887, 1, 413, '3', 'malinoleg91@mail.ru', ''),
(2888, 1, 413, '4', '(578) 265-3602', ''),
(2889, 1, 413, '5', 'google', ''),
(2890, 1, 413, '6', 'Аренда частного самолета с экипажем', ''),
(2891, 1, 413, '7', '<a href=https://skyrevery.ru/informacia/skolko-stoit-zakazat-chastniy-samolet/>Сколько стоит заказ частного самолета - SkyRevery</a>        -  подробнее на нашем сайте <a href=https://skyrevery.ru>skyrevery.ru</a> \r\n<a href=https://skyrevery.ru/>Аренда частного самолета</a> с экипажем в компании SkyRevery – это выбор тех, кто ценит свое время и живет по своему расписанию! \r\nАренда частного самолета помогает экономить самый важный ресурс – время. Арендовав частный самолет, именно Вы решаете, когда и куда полетите. Для выполнения чартерных рейсов мы предлагаем частные самолеты иностранного производства, гарантирующие высокий уровень комфорта и безопасности полета. Внимательные бортпроводники и высокопрофессиональные пилоты сделают Ваш полет максимально приятным и удобным. \r\nКогда Вам нужна <a href=https://skyrevery.ru/>аренда самолета</a> срочно, мы можем организовать для Вас вылет по готовности от 3 часов с момента подтверждения.', ''),
(2892, 1, 414, '1', 'TimothyDex', ''),
(2893, 1, 414, '2', 'TimothyDex', ''),
(2894, 1, 414, '3', 'dshjk@ypmail.webarnak.fr.eu.org', ''),
(2895, 1, 414, '4', '(512) 723-4254', ''),
(2896, 1, 414, '5', 'google', ''),
(2897, 1, 414, '6', 'Invest in altcoins $ 690 and earn $ 16,000,000', ''),
(2898, 1, 414, '7', 'Your income for the week was $ 303000. You need to withdraw it to your bank card   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc5TErp&sa=D&5b=6c&usg=AFQjCNGER3suzFXrVfFj8alSN_WnyidwBQ   <<<<<<<<<<<<<', ''),
(2899, 1, 415, '1', 'Mike Goldman', ''),
(2900, 1, 415, '2', 'Mike Goldman', ''),
(2901, 1, 415, '3', 'no-replyPovaTasy@gmail.com', ''),
(2902, 1, 415, '4', '(343) 454-5253', ''),
(2903, 1, 415, '5', 'google', ''),
(2904, 1, 415, '6', 'cheap monthly SEO plans', ''),
(2905, 1, 415, '7', 'Hello \r\n \r\nI have just took a look on your SEO for  gangagen.com for its SEO metrics and saw that your website could use a boost. \r\n \r\nWe will enhance your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our services below, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart improving your sales and leads with us, today! \r\n \r\nregards \r\nMike Goldman\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(2906, 1, 416, '1', 'Rajanikanth', ''),
(2907, 1, 416, '2', 'A V', ''),
(2908, 1, 416, '3', 'srimelukoteprinters@gmail.com', ''),
(2909, 1, 416, '4', '(917) 090-4042', ''),
(2910, 1, 416, '5', 'SRI MELUKOTE PRINTERS', ''),
(2911, 1, 416, '6', 'Multi Task Printing Services', ''),
(2912, 1, 416, '7', 'Dear Sir/Madam,\r\n\r\nGood  Morning, \r\n\r\nWe are pleased to inform you of \" Our Multi-Task Printing  Services and Others...... \"  Available with us.\r\nOur Long Term Business with Trust Our Company Quality of Services.\r\n\r\n\r\nWe are providing  \"Total printing services \" \r\nThanks & Regards\r\n\r\nRajanikanth A V \r\nSRI MELUKOTE PRINTERS\r\n# 23, Ground Floor, 8th \'A\' Cross,\r\nBanashankari complex,\r\nOpp. Indian Overseas Bank,\r\nKanaka Nagara, V Nagenahalli, \r\nSultanpalya Main Road,  Bangalore-560 032. Karnataka State. India\r\nE-mail: srimelukoteprinters@gmail.com\r\nOur  Company GSTIN: 29AQTPR9495D1ZR\r\nMSME UAM No. KR03D0123857\r\nMob : +91  7090404297', ''),
(2913, 1, 417, '1', 'Eric', ''),
(2914, 1, 417, '2', 'Jones', ''),
(2915, 1, 417, '3', 'eric.jones.z.mail@gmail.com', ''),
(2916, 1, 417, '4', '(555) 555-1212', ''),
(2917, 1, 417, '5', 'talkwithwebvisitor.com', ''),
(2918, 1, 417, '6', 'Strike when the iron’s hot', ''),
(2919, 1, 417, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gangagen.com', ''),
(2920, 1, 418, '1', 'WalterTep', ''),
(2921, 1, 418, '2', 'WalterTep', ''),
(2922, 1, 418, '3', 'nikitakhodov097@orange.fr', ''),
(2923, 1, 418, '4', '(123) 875-7881', ''),
(2924, 1, 418, '5', 'google', ''),
(2925, 1, 418, '6', 'Amazon offers everyone a passive income of $ 15,000 per week', ''),
(2926, 1, 418, '7', 'Amazon, together with the companies Euronext and Norton, have developed a smart system for generating passive income from the difference between cryptocurrencies, including Bitcoin. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc6jWfc&sa=D&uz=v6&usg=AFQjCNHdwHGe2DxgDiPDujhsvUic-IZkjA \r\n \r\nNow you can also receive passive income from $ 15,000 per week without doing anything and without having any skills. \r\n \r\nAct now, register and launch the system and by the end of next week you will have more than $ 25,000 in your account. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc6jWfc&sa=D&wp=vl&usg=AFQjCNHdwHGe2DxgDiPDujhsvUic-IZkjA', ''),
(2927, 1, 419, '1', 'Eric', ''),
(2928, 1, 419, '2', 'Jones', ''),
(2929, 1, 419, '3', 'eric.jones.z.mail@gmail.com', ''),
(2930, 1, 419, '4', '(555) 555-1212', ''),
(2931, 1, 419, '5', 'talkwithwebvisitor.com', ''),
(2932, 1, 419, '6', 'Strike when the iron’s hot', ''),
(2933, 1, 419, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gangagen.com', ''),
(2934, 1, 420, '1', 'Josephclada - Apple', ''),
(2935, 1, 420, '2', 'Josephclada - Apple', ''),
(2936, 1, 420, '3', 'raphael.pouliquen@orange.fr', ''),
(2937, 1, 420, '4', '(030) 837-5671', ''),
(2938, 1, 420, '5', 'google', ''),
(2939, 1, 420, '6', 'Apple Offers Passive Income From $ 5,000 A Week To Everyone', ''),
(2940, 1, 420, '7', 'Apple has developed the latest AI-based trading robot that makes more than 90% of successful transactions in cryptocurrency trading. \r\n \r\nYou are guaranteed to receive from $ 5000 per week of passive income while your trading robot is working 24/7. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc6jWfc&sa=D&qu=68&usg=AFQjCNHdwHGe2DxgDiPDujhsvUic-IZkjA \r\n \r\nYou don\'t need any skills. \r\n \r\nTo get started, you need to take the following steps: \r\n \r\n1. Register on the website of our trading robot https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc6jWfc&sa=D&s3=ls&usg=AFQjCNHdwHGe2DxgDiPDujhsvUic-IZkjA \r\n \r\n2. Top up the balance in your personal account for at least $ 500 \r\n \r\n3. Launch a trading robot \r\n \r\n4. Watch how your account balance grows \r\n \r\n5. Withdraw profit every week \r\n \r\n6. Enjoy life', ''),
(2941, 1, 421, '1', 'Dennis', ''),
(2942, 1, 421, '2', 'Perpetua', ''),
(2943, 1, 421, '3', 'dennis@qualitybloggeroutreach.com', ''),
(2944, 1, 421, '4', '(833) 288-8913', ''),
(2945, 1, 421, '5', 'QGP Limited', ''),
(2946, 1, 421, '6', 'Regarding advertising on your site - follow up', ''),
(2947, 1, 421, '7', 'Hello, \r\n\r\nI wonder if you received the message I sent a few days ago? \r\n\r\nThis is Dennis Perpetua from QGP.com,\r\n\r\nWe’re interested in advertising on your site. Is this something you’d be willing to discuss? \r\n\r\n\r\n\r\nDennis Perpetua\r\nOutreach Manager\r\nwww.qgp.com\r\n\r\n\r\n\r\nP.S.: If you don\'t want me to contact you again, just let me know.', ''),
(2948, 1, 422, '1', 'Bryan', ''),
(2949, 1, 422, '2', 'Baker', ''),
(2950, 1, 422, '3', 'bryan@generouscapital.xyz', ''),
(2951, 1, 422, '4', '(202) 991-6766', ''),
(2952, 1, 422, '5', 'Generous Capital', ''),
(2953, 1, 422, '6', 'Hello', ''),
(2954, 1, 422, '7', 'Hello,\r\n\r\nDoes your business have all the working capital you need to grow the way you want?\r\n\r\nInstantly see how much you qualify for without affecting your credit or submitting\r\na single document.\r\n\r\nJust click on this link www.generouscapital.xyz to get your decision in 30 seconds\r\nand funding the next day if you accept our offer. \r\n\r\nAlso, please check out this video to see all the funding options we have available \r\nfor you. www.generouscapital.xyz/video\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nBryan Baker\r\nGenerous Capital\r\nwww.generouscapital.xyz\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.generouscapital.xyz/unsubscribe\r\n\r\n\r\nor write to:\r\n\r\nGenerous Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(2955, 1, 423, '1', 'RichardSok - Tesla', ''),
(2956, 1, 423, '2', 'RichardSok - Tesla', ''),
(2957, 1, 423, '3', 'patlund2@online.no', ''),
(2958, 1, 423, '4', '(820) 443-5450', ''),
(2959, 1, 423, '5', 'google', ''),
(2960, 1, 423, '6', 'Invest in altcoins and get 100,000% of your investment. HOT list of altcoins at a low price.', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(2961, 1, 423, '7', 'Hello dear subscriber. \r\n \r\nTesla is pleased to recommend you our partners, an independent team of developers - investors who, \r\n \r\nthrough laborious calculations from 1000+ different altcoins, managed to find those coins that will rise by more than 15,000% each in the next 1.5 years, \r\n \r\nregardless of the cost of BTC and ETH. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc6ynJE&sa=D&t5=2q&usg=AFQjCNH7YFsOzhq0Lg_oGy-WnZdWgXKfKw \r\n \r\nIf you invest in each of the 18 coins presented in their \r\n \r\nlist for at least $ 30, then you can earn more than $ 15,000,000 in the next 1.5 years. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc6ynJE&sa=D&72=59&usg=AFQjCNH7YFsOzhq0Lg_oGy-WnZdWgXKfKw \r\n \r\nTesla has already invested a decent amount in each of these altcoins. \r\n \r\nAlso, the first 50 to buy their hot list are provided with a 50% discount coupon i.e. \r\n \r\nthe list price (which will make you a multimillionaire) is only $ 2,000. \r\n \r\nTesla will also be grateful to you if you recommend our partners and their product to your friends and acquaintances. \r\n \r\nHurry up to buy a discounted product and invest faster, who knows, maybe tomorrow some of the coins will soar by more than 15,000%. \r\n \r\nTo get a discount on the product page, click \"Apply Coupon\" and enter it \"CRYPTO2000\" (without quotes). \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc6ynJE&sa=D&ef=l6&usg=AFQjCNH7YFsOzhq0Lg_oGy-WnZdWgXKfKw', ''),
(2962, 1, 424, '1', 'TimothyDex', ''),
(2963, 1, 424, '2', 'TimothyDex', ''),
(2964, 1, 424, '3', 'email@edwin-vos.nl', ''),
(2965, 1, 424, '4', '(310) 442-7700', ''),
(2966, 1, 424, '5', 'google', ''),
(2967, 1, 424, '6', 'Weitere meiner intimen Fotos auf dem Link', ''),
(2968, 1, 424, '7', 'Visit the site. My nickname is Swettuy, find and write me here   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fhot-girls-here.com%2FZsd9gYcd&sa=D&bq=98&usg=AFQjCNH1cFMpf5xulRS_ME8x6B8wpeKUyw   <<<<<<<<<<<<<', ''),
(2969, 1, 425, '1', 'JamesPaure', ''),
(2970, 1, 425, '2', 'JamesPaure', ''),
(2971, 1, 425, '3', 'no-replyIrorieGork@gmail.com', ''),
(2972, 1, 425, '4', '(137) 827-6808', ''),
(2973, 1, 425, '5', 'google', ''),
(2974, 1, 425, '6', 'Mailing via the feedback form.', ''),
(2975, 1, 425, '7', 'Good day!  gangagen.com \r\n \r\nDo you know the best way to mention your products or services? Sending messages using contact forms will permit you to easily enter the markets of any country (full geographical coverage for all countries of the world).  The advantage of such a mailing  is that the emails that may be sent through it will find yourself within the mailbox that\'s supposed for such messages. Sending messages using Contact forms isn\'t blocked by mail systems, which means it\'s sure to reach the recipient. You may be ready to send your offer to potential customers who were previously unavailable because of email filters. \r\nWe offer you to test our service at no cost. We are going to send up to 50,000 message for you. \r\nThe cost of sending one million messages is us $ 49. \r\n \r\nThis message is created automatically. Please use the contact details below to contact us. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype  live:contactform_18 \r\nWhatsApp - +375259112693 \r\nWe only use chat.', ''),
(2976, 1, 426, '1', 'Mark', ''),
(2977, 1, 426, '2', 'Schaefer', ''),
(2978, 1, 426, '3', 'marks@nutricompany.com', ''),
(2979, 1, 426, '4', '(561) 544-0719', ''),
(2980, 1, 426, '5', 'Nutritional Products International', ''),
(2981, 1, 426, '6', 'FIND YOUR PERFECT PARTNER IN THE USA', ''),
(2982, 1, 426, '7', 'Let me introduce you to Nutritional Products International, a global brand management company based in Boca Raton, FL, which helps domestic and international health and wellness companies launch products in the U.S.\r\n\r\nAs senior account executive for business development at NPI, I work with many health and wellness brands that are seeking to enter the U.S. market or expand their sales in America.\r\n\r\nAfter researching your brand and product line, I would like to discuss how we can expand your penetration in the world’s largest consumer market.\r\n\r\nAt NPI, we work hard to make product launches as easy and smooth as possible. We are a one-stop, turnkey approach.\r\n\r\nFor many brands, we become their U.S. headquarters because we offer all the services they need to sell products in America. NPI provides sales, logistics, regulatory compliance, and marketing expertise to our clients.\r\n\r\nWe import, distribute, and promote your products.\r\n\r\nNPI for more than a decade has helped large and small health and wellness brands bring their products to the U.S. NPI is your fast track to the retail market.\r\n\r\nFor more information, please reply to this email or contact me at MarkS@nutricompany.com.\r\n\r\nRespectfully,\r\n\r\nMark\r\n\r\nMark Schaeffer \r\nSenior Account Executive for Business Development\r\nNutritional Products International\r\n150 Palmetto Park Blvd., Suite 800\r\nBoca Raton, FL 33432\r\nOffice: 561-544-071\r\nMarkS@nutricompany.com', ''),
(2983, 1, 427, '1', 'BennyMag', ''),
(2984, 1, 427, '2', 'BennyMag', ''),
(2985, 1, 427, '3', 'olegivanover3@gmail.com', ''),
(2986, 1, 427, '4', '(857) 825-1405', ''),
(2987, 1, 427, '5', 'google', ''),
(2988, 1, 427, '6', 'You receive money transfer on 86.44$!', ''),
(2989, 1, 427, '7', 'You receive money transfer on 86.44$! --> \r\n<a href=\"http://trueweightloss.iceiy.com/adult.php?s1=xrymer&lol=1\">Get money </a> <a href=http://trueweightloss.iceiy.com/adult.php?s1=xrymer&lol=1>Detail </a>:  <a href=http://trueweightloss.iceiy.com/adult.php?s1=xrymer&lol=1>Get money </a>', ''),
(2990, 1, 428, '1', 'Stevenrip', ''),
(2991, 1, 428, '2', 'Stevenrip', ''),
(2992, 1, 428, '3', 'pergodt@online.no', ''),
(2993, 1, 428, '4', '(238) 587-6124', ''),
(2994, 1, 428, '5', 'google', ''),
(2995, 1, 428, '6', 'Trade Forex & Win Tesla Model 3 - 100 Cars Drawn', ''),
(2996, 1, 428, '7', 'Trade Forex & Win Tesla Model 3 - 100 Cars Drawn \r\n \r\nHello dear subscriber. Now you have every chance to win a new Tesla Model 3 car - https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc6IjTY&sa=D&162=854&usg=AFQjCNFcCi_AW0KZy1-k7bYu2x-9Vy_TAQ \r\nTo participate in the promotion, you need to take three simple steps: \r\n1. Register on our website - https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc6IueF&sa=D&sntz=1&usg=AFQjCNGcfsC5yehR_jdJlkas6Es4v5B7VQ \r\n2. In your personal account, make a deposit of at least $ 500 \r\n3. Launch a trading robot (your personal manager will help you) \r\n4. Now every day until October 31, inclusive, you will need to enter your personal account and see how much the robot has traded. \r\nThe essence of the competition is to whom the trading robot earned the most money. The percentage of successful deals is from 60%, so you will be in the black anyway. The winners will be determined on November 1. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc6IueF&sa=D&sntz=1&usg=AFQjCNGcfsC5yehR_jdJlkas6Es4v5B7VQ \r\nHurry up to register and complete all the steps to participate in the competition - the number of participants is growing every day. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc6IueF&sa=D&sntz=1&usg=AFQjCNGcfsC5yehR_jdJlkas6Es4v5B7VQ', ''),
(2997, 1, 429, '1', 'Soila', ''),
(2998, 1, 429, '2', 'Soila', ''),
(2999, 1, 429, '3', 'denning.soila75@gmail.com', ''),
(3000, 1, 429, '4', '(870) 679-5737', ''),
(3001, 1, 429, '5', 'Soila Denning', ''),
(3002, 1, 429, '6', 'Soila Denning', ''),
(3003, 1, 429, '7', 'Good day\r\n\r\nBe Buzz Free! The Original Mosquito Trap.\r\n\r\n60% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping\r\n✔️LED Bionic Wave Technology\r\n✔️Eco-Friendly\r\n✔️15 Day Money-Back Guarantee\r\n\r\nShop Now: mosquitotrap.online\r\n\r\nKind Regards,\r\n\r\nSoila\r\nContact - GangaGen', ''),
(3004, 1, 430, '1', 'AbdulErorb', ''),
(3005, 1, 430, '2', 'AbdulErorb', ''),
(3006, 1, 430, '3', 'ippurowux-102@yahoo.no', ''),
(3007, 1, 430, '4', '(650) 566-3466', ''),
(3008, 1, 430, '5', 'google', ''),
(3009, 1, 430, '6', 'Jeg tjente en ny Porsche Cayenne Turbo S pa 17 dager', ''),
(3010, 1, 430, '7', 'For 3 dager siden tok jeg min nye Porsche Cayenne Turbo S fra et bilforhandler. \r\nJeg kjopte ogsa et hus for 1 750 000 EUR, fordelte all min gjeld og sa opp jobben. \r\nJeg tjente 7 350 938 EUR pa bare 89 dager pa dette nettstedet https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc6IueF&sa=D&249=458&usg=AFQjCNGcfsC5yehR_jdJlkas6Es4v5B7VQ \r\nVennligst ikke registrer deg der og ikke tjen. \r\nJeg er glad for a se deg fra vinduet i min luksuriose leilighet hver dag nar du gar til og fra jobb, ikke frata meg denne gleden. \r\nJeg liker ogsa a se fra vinduet til min nye Porsche mens du gar i gatene, kjorer rundt i offentlig transport eller i billige biler. \r\nJeg viste dette nettstedet til alle mine venner, bekjente og slektninger https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc6IueF&sa=D&502=736&usg=AFQjCNGcfsC5yehR_jdJlkas6Es4v5B7VQ \r\nOg de begynte alle a tjene mye og ble okonomisk velstaende mennesker som meg ...', ''),
(3011, 1, 431, '1', 'Mike Holiday', ''),
(3012, 1, 431, '2', 'Mike Holiday', ''),
(3013, 1, 431, '3', 'no-replyPovaTasy@gmail.com', ''),
(3014, 1, 431, '4', '(287) 408-3072', ''),
(3015, 1, 431, '5', 'google', ''),
(3016, 1, 431, '6', 'Increase sales for gangagen.com', ''),
(3017, 1, 431, '7', 'Hi there \r\n \r\nDo you want a quick boost in ranks and sales for your gangagen.com website? \r\nHaving a high DA score, always helps \r\n \r\nGet your gangagen.com to have a DA between 50 to 60 points in Moz with us today and reap the benefits of such a great feat. \r\n \r\nSee our offers here: \r\nhttps://www.monkeydigital.co/product/moz-da50-seo-plan/ \r\n \r\nNEW: \r\nhttps://www.monkeydigital.co/product/ahrefs-dr60/ \r\n \r\n \r\nthank you \r\nMike Holiday\r\n \r\nsupport@monkeydigital.co', ''),
(3018, 1, 432, '1', 'Mike Bush', ''),
(3019, 1, 432, '2', 'Mike Bush', ''),
(3020, 1, 432, '3', 'no-replyPovaTasy@gmail.com', ''),
(3021, 1, 432, '4', '(281) 024-2784', ''),
(3022, 1, 432, '5', 'google', ''),
(3023, 1, 432, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(3024, 1, 432, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Bush\r\n \r\nsupport@digital-x-press.com', ''),
(3025, 1, 433, '1', 'BennyMag', ''),
(3026, 1, 433, '2', 'BennyMag', ''),
(3027, 1, 433, '3', 'olegivanover3@gmail.com', ''),
(3028, 1, 433, '4', '(823) 753-1861', ''),
(3029, 1, 433, '5', 'google', ''),
(3030, 1, 433, '6', 'Free deep throat porn for you!', ''),
(3031, 1, 433, '7', 'Free deep throat porn for you! --> http://trueweightloss.iceiy.com \r\n<a href=\"http://trueweightloss.iceiy.com/?s1=xrymer&lol=1\">Free porn </a> <a href=http://trueweightloss.iceiy.com/?s1=xrymer&lol=1>Detail </a>:  <a href=http://trueweightloss.iceiy.com/?s1=xrymer&lol=1>Free porn </a>', ''),
(3032, 1, 434, '1', 'Eric', ''),
(3033, 1, 434, '2', 'Jones', ''),
(3034, 1, 434, '3', 'eric.jones.z.mail@gmail.com', ''),
(3035, 1, 434, '4', '(555) 555-1212', ''),
(3036, 1, 434, '5', 'talkwithwebvisitor.com', ''),
(3037, 1, 434, '6', 'Strike when the iron’s hot', ''),
(3038, 1, 434, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gangagen.com', ''),
(3039, 1, 435, '1', 'Richardvet', ''),
(3040, 1, 435, '2', 'Richardvet', ''),
(3041, 1, 435, '3', 'denisandreev1989521a1n+xp@list.ru', ''),
(3042, 1, 435, '4', '(416) 337-7186', ''),
(3043, 1, 435, '5', 'google', ''),
(3044, 1, 435, '6', 'Judjfefehgje hfejfwhfjkfvjegj jefkkfejfej kfejkfekgrkhrkkgrj', ''),
(3045, 1, 435, '7', 'gangagen.com teyiuwoiwfheujsmdcshflisjdalfjedbfsjhsgdhwyfeudjnfwhdgjkfbefjhdwsfjvnskhfbsjfnvshfbasnjkfbdjvgbfgjkd', ''),
(3046, 1, 436, '1', 'Gaurav', ''),
(3047, 1, 436, '2', 'Kashyap', ''),
(3048, 1, 436, '3', 'gauravgalaxy1@outlook.com', ''),
(3049, 1, 436, '4', '(836) 880-7605', ''),
(3050, 1, 436, '5', 'Personal', ''),
(3051, 1, 436, '6', 'Enquiry for Treatment of SIBO', ''),
(3052, 1, 436, '7', 'Dear Sir/Madam,\r\n\r\nI came across your website while searching for Bacteriophage Therapy. \r\nI\'m suffering last 10 years with severe SIBO (small intestinal bacterial overgrowth) & multiple related health issues. My stool culture shows high growth of Enterococcus, Streptococcus, Klebsiella Pneumoniae, E Coli and other opportunistic pathogens. Kindly advise if you offer any treatment products, phages / lysins etc for human treatment. \r\nThanks,\r\nGaurav', ''),
(3053, 1, 437, '1', 'Nikita', ''),
(3054, 1, 437, '2', 'Kumari', ''),
(3055, 1, 437, '3', 'nikitaroy713321@gmail.com', ''),
(3056, 1, 437, '4', '(790) 851-2701', ''),
(3057, 1, 437, '5', 'Gangagen Biotechnologies', ''),
(3058, 1, 437, '6', 'Internship application', ''),
(3059, 1, 437, '7', 'I have completed my Msc in biotechnology from MS. Ramaiah college of arts science and commerce and i am looking for entry level job or internship in biotechnology company.', ''),
(3060, 1, 438, '1', 'Brian', ''),
(3061, 1, 438, '2', 'WRIGHT', ''),
(3062, 1, 438, '3', 'sales1@dittart.com', ''),
(3063, 1, 438, '4', '(303) 800-6251', ''),
(3064, 1, 438, '5', 'DittART Designer Necklaces', ''),
(3065, 1, 438, '6', 'Get splendid DittART designer necklaces for you and your loved ones', ''),
(3066, 1, 438, '7', 'Dear Madam, Dear Sir Are you looking for a new piece of exquisite jewelry for yourself or your loved ones and friends? Do you want to get new products for your customers? In that case,  DittART Designer Necklaces could be the right choice. DittART designer necklaces are originals created by a famous jewelry designer. Every model is unique. They contain premium glass beads and gemstones, some of which are handmade. The beads are slip over on a nylon thread or a metal string. Every necklace is delivered with the designer’s certificate and thus may become a splendid gift. Our necklaces own celebrities like country music stars, girlfriends of politicians, etc. In case of your interest in our designer necklaces, please check all models of these necklaces at our store https://dittart.com. We will be pleased to hear from you. Have a great day. Best regards Brian WRIGHT, Eng., DittART Designer Necklaces, Denver, CO, sales@dittart.com, https://dittart.com', ''),
(3067, 1, 439, '1', 'Bryan', ''),
(3068, 1, 439, '2', 'Baker', ''),
(3069, 1, 439, '3', 'bryan@generouscapital.xyz', ''),
(3070, 1, 439, '4', '(202) 991-6766', ''),
(3071, 1, 439, '5', 'Generous Capital', ''),
(3072, 1, 439, '6', 'Hello', ''),
(3073, 1, 439, '7', 'Hello,\r\n\r\nDoes your business have all the working capital you need to grow the way you want?\r\n\r\nInstantly see how much you qualify for without affecting your credit or submitting\r\na single document.\r\n\r\nJust click on this link www.generouscapital.xyz to get your decision in 30 seconds\r\nand funding the next day if you accept our offer. \r\n\r\nAlso, please check out this video to see all the funding options we have available \r\nfor you. www.generouscapital.xyz/video\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nBryan Baker\r\nGenerous Capital\r\nwww.generouscapital.xyz\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.generouscapital.xyz/unsubscribe\r\n\r\n\r\nor write to:\r\n\r\nGenerous Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(3074, 1, 440, '1', 'Shah', ''),
(3075, 1, 440, '2', 'Alam', ''),
(3076, 1, 440, '3', 'coolshah12345@gmail.com', ''),
(3077, 1, 440, '4', '(750) 322-4548', ''),
(3078, 1, 440, '5', 'Rehman Traders', ''),
(3079, 1, 440, '6', 'Need of bacteriophage', ''),
(3080, 1, 440, '7', 'My father struggling with colonized klebsiella pneumoniae from last 4 months after so many antibiottic therapy. What is the scope bacteriophage for my father treatment.', ''),
(3081, 1, 441, '1', 'Eric', ''),
(3082, 1, 441, '2', 'Jones', ''),
(3083, 1, 441, '3', 'eric.jones.z.mail@gmail.com', ''),
(3084, 1, 441, '4', '(555) 555-1212', ''),
(3085, 1, 441, '5', 'talkwithwebvisitor.com', ''),
(3086, 1, 441, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(3087, 1, 441, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://talkwithcustomer.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=gangagen.com', ''),
(3088, 1, 442, '1', 'BennyMag', ''),
(3089, 1, 442, '2', 'BennyMag', ''),
(3090, 1, 442, '3', 'olegivanover4@gmail.com', ''),
(3091, 1, 442, '4', '(881) 785-1687', ''),
(3092, 1, 442, '5', 'google', ''),
(3093, 1, 442, '6', 'Free deep throat porn for you!', ''),
(3094, 1, 442, '7', 'Free deep throat porn for you! --> http://trueweightloss.iceiy.com \r\n<a href=\"http://trueweightloss.iceiy.com/?s1=xrymer&lol=1\">Free porn </a> <a href=http://trueweightloss.iceiy.com/?s1=xrymer&lol=1>Detail </a>:  <a href=http://trueweightloss.iceiy.com/?s1=xrymer&lol=1>Free porn </a>', ''),
(3095, 1, 443, '1', 'num377802flebno', ''),
(3096, 1, 443, '2', 'num377802flebno', ''),
(3097, 1, 443, '3', 'manekin.1992@mail.ru', ''),
(3098, 1, 443, '4', '(282) 700-1786', ''),
(3099, 1, 443, '5', 'google', ''),
(3100, 1, 443, '6', 'typ377802hyerge', ''),
(3101, 1, 443, '7', 'mks377802uttjr Eetrgsb Sx3I xKaC8qb', ''),
(3102, 1, 444, '1', 'Brian', ''),
(3103, 1, 444, '2', 'WRIGHT', ''),
(3104, 1, 444, '3', 'sales1@dittart.com', ''),
(3105, 1, 444, '4', '(303) 800-6251', ''),
(3106, 1, 444, '5', 'DittART Designer Necklaces', ''),
(3107, 1, 444, '6', 'Get splendid DittART designer necklaces for you and your loved ones', ''),
(3108, 1, 444, '7', 'Dear Madam, Dear Sir Are you looking for a new piece of exquisite jewelry for yourself or your loved ones and friends? Do you want to get new products for your customers? In that case,  DittART Designer Necklaces could be the right choice. DittART designer necklaces are originals created by a famous jewelry designer. Every model is unique. They contain premium glass beads and gemstones, some of which are handmade. The beads are slip over on a nylon thread or a metal string. Every necklace is delivered with the designer’s certificate and thus may become a splendid gift. Our necklaces own celebrities like country music stars, girlfriends of politicians, etc. In case of your interest in our designer necklaces, please check all models of these necklaces at our store https://dittart.com. We will be pleased to hear from you. Have a great day. Best regards Brian WRIGHT, Eng., DittART Designer Necklaces, Denver, CO, sales@dittart.com, https://dittart.com', ''),
(3109, 1, 445, '1', 'num377802flebno', ''),
(3110, 1, 445, '2', 'num377802flebno', ''),
(3111, 1, 445, '3', 'manekin.1992@mail.ru', ''),
(3112, 1, 445, '4', '(528) 148-0187', ''),
(3113, 1, 445, '5', 'google', ''),
(3114, 1, 445, '6', 'typ377802tjtyjy', ''),
(3115, 1, 445, '7', 'mns377802utr 5kt2gpD IR7U A6YpVNo', ''),
(3116, 1, 446, '1', 'Mike Cramer', ''),
(3117, 1, 446, '2', 'Mike Cramer', ''),
(3118, 1, 446, '3', 'no-replyPovaTasy@gmail.com', ''),
(3119, 1, 446, '4', '(256) 710-0615', ''),
(3120, 1, 446, '5', 'google', ''),
(3121, 1, 446, '6', 'Local SEO for more business', ''),
(3122, 1, 446, '7', 'Hello \r\n \r\nWe will increase your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our plans here, we offer Local SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nNEW: \r\nhttps://www.speed-seo.net/product/zip-codes-gmaps-citations/ \r\n \r\nregards \r\nMike Cramer\r\n \r\nSpeed SEO Digital Agency', ''),
(3123, 1, 447, '1', 'Suzanna', ''),
(3124, 1, 447, '2', 'Jett', ''),
(3125, 1, 447, '3', 'jett.suzanna@googlemail.com', ''),
(3126, 1, 447, '4', '(404) 724-2511', ''),
(3127, 1, 447, '5', 'Suzanna Jett', ''),
(3128, 1, 447, '6', 'Collaboration', ''),
(3129, 1, 447, '7', 'Hi\r\n\r\nMy name is Suzanna and I am head of business development at Giejo magazine.\r\n\r\nI have found gangagen.com on Twitter\r\n\r\nI would like to propose the following collaboration which is free, effective and quick:\r\n\r\nWe can add a link to your website gangagen.com inside one of our existing articles inside the credits section. In return, we will need you to link to dimepiecela.com (our partner site) using anchor text Dimepiece LA inside an existing blog post on your site.\r\n\r\nIf interested, simply send me a link to a blog post where we can find a link to Dimepiece LA and we will add a link to your website and send it back to you. Please make sure to copy in Leila at info@shopgiejo.com in your reply.\r\n\r\nBest wishes\r\n\r\nSuzanna\r\nGiejo Magazine', ''),
(3130, 1, 448, '1', 'nym377802krya', ''),
(3131, 1, 448, '2', 'nym377802krya', ''),
(3132, 1, 448, '3', 'manekin.1992@mail.ru', ''),
(3133, 1, 448, '4', '(771) 814-2052', ''),
(3134, 1, 448, '5', 'google', ''),
(3135, 1, 448, '6', 'top377802rtuyjyh', ''),
(3136, 1, 448, '7', 'mks377802ngkyt DNBH62v uifU bImuDdP', ''),
(3137, 1, 449, '1', 'Haroldpew', ''),
(3138, 1, 449, '2', 'Haroldpew', ''),
(3139, 1, 449, '3', 'wardstotalpressure@yahoo.ca', ''),
(3140, 1, 449, '4', '(135) 516-4664', ''),
(3141, 1, 449, '5', 'google', ''),
(3142, 1, 449, '6', 'Fluctuation of Bitcoin Price + AI = your passive income from $ 30,000 per day', ''),
(3143, 1, 449, '7', 'We are a group of scientists from the UK, we are engaged in software development and AI training in various fields of activity. \r\nWe managed to create an AI trading robot and train it to predict the rise or fall of the price of Bitcoin, so we got something great. \r\nDuring testing, he earned us $ 167,000 from $ 500 by performing 15,790 trades in 5 days with 97% accuracy. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc76e5G&sa=D&90=70&usg=AFQjCNFL5rEZgmQXC1gBkMY4vzA4kdArnQ \r\nWe have opened access to the system to everyone in order for our AI to constantly learn, the more people use the faster AI learns. \r\nThus, everything is in a big plus. \r\nPeople use our software and earn from $ 30,000 per day due to this our AI learns and we also use it like other people to earn money. \r\nThis is an inexhaustible source of income, since the price of Bitcoin fluctuates every minute, every second, and we all earn on this. \r\nTo get started, you need to register, make a deposit to the balance of $ 500, launch our smart robot and take from $ 150,000 every 5 days. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc76e5G&sa=D&64=58&usg=AFQjCNFL5rEZgmQXC1gBkMY4vzA4kdArnQ', ''),
(3144, 1, 450, '1', 'Daniel', ''),
(3145, 1, 450, '2', 'Daniel', ''),
(3146, 1, 450, '3', 'support@newlightdigital.com.hubspot-inbox.com', ''),
(3147, 1, 450, '4', '(641) 608-4455', ''),
(3148, 1, 450, '5', 'google', ''),
(3149, 1, 450, '6', 'We’re offering an amazing deal on all our services. Take advantage today and boost your online presence.', ''),
(3150, 1, 450, '7', 'Hey guys, \r\n \r\nI am offering a significant discount on all our digital marketing services through the end of the year. If you were ever thinking about doing stuff like this, now is the time. This is a killer deal. We help companies just like yours generate leads every day. \r\n \r\n1. Write, optimize, and format 3 blog posts per month \r\n(Value: $1,200) - Now $600/month \r\n \r\n2. Four hours of SEO per month \r\n(Value: $600) - Now $300/month \r\n \r\n3. Email marketing -- two emails per month to your list of prospects \r\n(Value $600) - Now $300/month \r\n \r\n4. Social media posting -- 5 posts per week on your social channels (FB + TW + LN) \r\n(Value $500) - Now $300/month \r\n \r\nPlease let me know. \r\n \r\nPS: Need a new website? We build AMAZING sites. Check out our portfolio here: https://bit.ly/3EK5qry \r\n \r\n \r\n-Daniel Todercan \r\nFounder and Chief Strategist \r\nNew Light Digital \r\n \r\n+1 (917) 744-9170 \r\nhttp://www.newlightdigital.com/', ''),
(3151, 1, 451, '1', 'Untok', ''),
(3152, 1, 451, '2', 'Untok', ''),
(3153, 1, 451, '3', 'hjki444b@icloud.com', ''),
(3154, 1, 451, '4', '(064) 244-1804', ''),
(3155, 1, 451, '5', 'google', ''),
(3156, 1, 451, '6', 'I promised.', ''),
(3157, 1, 451, '7', 'Hi, this is Julia. I am sending you my intimate photos as I promised. https://tinyurl.com/ygh6ceds', ''),
(3158, 1, 452, '1', 'Nagendra', ''),
(3159, 1, 452, '2', 'Singh', ''),
(3160, 1, 452, '3', 'nagendravns@gmail.com', ''),
(3161, 1, 452, '4', '(097) 528-6468', ''),
(3162, 1, 452, '5', 'Deehbaba infotech India Private Limited', ''),
(3163, 1, 452, '6', 'Regarding works as Partner or  collaborations', ''),
(3164, 1, 452, '7', 'Hi,\r\n\r\nWe have startup Deehbaba Infotech India Private Limited working on  AI/ML, Data Science , Statistical and mathematical algorithms modeling   in Bioinformatics, Medical informatics and Agri-informatics . We are interested to working with your company as a partner or collaborations in India.\r\n\r\n\r\n\r\nPlease Know About us : www.deehbaba.com ', ''),
(3165, 1, 453, '1', 'Josephenlar', ''),
(3166, 1, 453, '2', 'Josephenlar', ''),
(3167, 1, 453, '3', 'olegivanover5@yahoo.com', ''),
(3168, 1, 453, '4', '(821) 558-3032', ''),
(3169, 1, 453, '5', 'google', ''),
(3170, 1, 453, '6', 'Free deep throat porn for you!', ''),
(3171, 1, 453, '7', 'Free deep throat porn for you! --> http://trueweightloss.iceiy.com \r\n<meta http-equiv=\'refresh\' content=\'0; url=http://trueweightloss.iceiy.com/?s1=xrymermeta&lol=1\'> \r\n<a href=\"http://trueweightloss.iceiy.com/?s1=xrymer&lol=1\">Free porn </a> <a href=http://trueweightloss.iceiy.com/?s1=xrymer&lol=1>Detail </a>:  <a href=http://trueweightloss.iceiy.com/?s1=xrymer&lol=1>Free porn </a>', ''),
(3172, 1, 454, '1', 'Edwinarric', ''),
(3173, 1, 454, '2', 'Edwinarric', ''),
(3174, 1, 454, '3', 'alisonjudy@gmail.com', ''),
(3175, 1, 454, '4', '(150) 618-8822', ''),
(3176, 1, 454, '5', 'google', ''),
(3177, 1, 454, '6', 'Your investment income is $ 9,500,000 during the year', ''),
(3178, 1, 454, '7', 'We are a group of scientists from MIT, have taught artificial intelligence with 100% accuracy to determine altcoins that will increase in price by at least 15,000%. \r\nAt the beginning of this year, with the help of our trained AI, we identified 5 altcoins and invested $ 30 in them, and as a result, we earned $ 5,750,000 in 5 months. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc7eSmb&sa=D&36=98&usg=AFQjCNFsow-80pTbQZ_ATNXlTGErUk4XWw \r\n5 days ago, our AI identified 18 more new altcoins that will grow by at least 15,000% each. And we decided to put this list of altcoins up for sale ... \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc7eSmb&sa=D&94=35&usg=AFQjCNFsow-80pTbQZ_ATNXlTGErUk4XWw', ''),
(3179, 1, 455, '1', 'Nagendra', ''),
(3180, 1, 455, '2', 'Singh', ''),
(3181, 1, 455, '3', 'dbinfotech@deehbaba.com', ''),
(3182, 1, 455, '4', '(097) 528-6468', ''),
(3183, 1, 455, '5', 'Deehbaba infotech India Private Limited', ''),
(3184, 1, 455, '6', 'Regarding works as Partner or collaboration', ''),
(3185, 1, 455, '7', 'Hi\r\n\r\n\r\n\r\nWe have startup Deehbaba Infotech India Private Limited working on  AI/ML, Data Science , Statistical and mathematical algorithms modeling   in Bioinformatics, Medical informatics and Agri-informatics . We are interested to working with your company as a partner or collaborations in India.\r\n\r\n\r\n\r\nPlease Know About us : www.deehbaba.com ', ''),
(3186, 1, 456, '1', 'Mike Ralphs', ''),
(3187, 1, 456, '2', 'Mike Ralphs', ''),
(3188, 1, 456, '3', 'no-replyPovaTasy@gmail.com', ''),
(3189, 1, 456, '4', '(463) 188-4724', ''),
(3190, 1, 456, '5', 'google', ''),
(3191, 1, 456, '6', 'quality monthly SEO plans', ''),
(3192, 1, 456, '7', 'Hello \r\n \r\nI have just checked  gangagen.com for the ranking keywords and saw that your website could use a boost. \r\n \r\nWe will increase your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart enhancing your sales and leads with us, today! \r\n \r\nregards \r\nMike Ralphs\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(3193, 1, 457, '1', 'Logan', ''),
(3194, 1, 457, '2', 'Graves', ''),
(3195, 1, 457, '3', 'graves.logan@cleanharbors.com', ''),
(3196, 1, 457, '4', '(408) 506-8194', ''),
(3197, 1, 457, '5', 'Clean Harbors', ''),
(3198, 1, 457, '6', 'Hazardous Waste Needs', ''),
(3199, 1, 457, '7', 'Hello,\r\n\r\nI wanted to reach out and hopefully get in contact with your Health and Safety Director. I wanted to discuss any hazardous waste needs you may have at this time.\r\n\r\nThank you,\r\nLogan Graves', ''),
(3200, 1, 458, '1', 'TimothyDex', ''),
(3201, 1, 458, '2', 'TimothyDex', ''),
(3202, 1, 458, '3', 'arne-ottar.svendsen@uvdalkraft.no', ''),
(3203, 1, 458, '4', '(172) 036-5378', ''),
(3204, 1, 458, '5', 'google', ''),
(3205, 1, 458, '6', 'Your colleagues are already earning from $147000 in Week', ''),
(3206, 1, 458, '7', 'Your neighbors are already earning before $155000 per day   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc7lpOT&sa=D&51=64&usg=AFQjCNGTYaMyjIbq7nmoyUC4g673S2uLwg   <<<<<<<<<<<<<', ''),
(3207, 1, 459, '1', 'Ryan Nilsen', ''),
(3208, 1, 459, '2', 'Ryan Nilsen', ''),
(3209, 1, 459, '3', 'reviewcarrier@gmx.com', ''),
(3210, 1, 459, '4', '(081) 780-6722', ''),
(3211, 1, 459, '5', 'google', ''),
(3212, 1, 459, '6', 'Google\'s Reviews power is extraordinary', ''),
(3213, 1, 459, '7', 'Hey, \r\nI’m the founder of ReviewCarrier, a google’s reviews digital agency. \r\nIt’s designed for folks like you who want to boost their sales using Google Reviews so I’d love to know if you are interested to learn more. \r\nNow, I know your time is valuable. I don’t want you to feel like I’m trying to grab time from you. \r\nI’m very happy to offer you a discount for your first order because I appreciate it’s a weird one-off thing. \r\nIf you want to boost your SEO and convert more customers thanks to Google Reviews feel free to reach out to contact@reviewcarrier.com \r\nHave a great day. \r\n-Ryan, Founder of http://reviewcarrier.com', ''),
(3214, 1, 460, '1', 'Mark', ''),
(3215, 1, 460, '2', 'Schaefer', ''),
(3216, 1, 460, '3', 'marks@nutricompany.com', ''),
(3217, 1, 460, '4', '(561) 544-0719', ''),
(3218, 1, 460, '5', 'Nutritional Products International', ''),
(3219, 1, 460, '6', 'FIND YOUR PERFECT PARTNER IN THE USA', ''),
(3220, 1, 460, '7', 'Let me introduce you to Nutritional Products International, a global brand management company based in Boca Raton, FL, which helps domestic and international health and wellness companies launch products in the U.S.\r\n\r\nAs senior account executive for business development at NPI, I work with many health and wellness brands that are seeking to enter the U.S. market or expand their sales in America.\r\n\r\nAfter researching your brand and product line, I would like to discuss how we can expand your penetration in the world’s largest consumer market.\r\n\r\nAt NPI, we work hard to make product launches as easy and smooth as possible. We are a one-stop, turnkey approach.\r\n\r\nFor many brands, we become their U.S. headquarters because we offer all the services they need to sell products in America. NPI provides sales, logistics, regulatory compliance, and marketing expertise to our clients.\r\n\r\nWe import, distribute, and promote your products.\r\n\r\nNPI for more than a decade has helped large and small health and wellness brands bring their products to the U.S. NPI is your fast track to the retail market.\r\n\r\nFor more information, please reply to this email or contact me at MarkS@nutricompany.com.\r\n\r\nRespectfully,\r\n\r\nMark\r\n\r\nMark Schaeffer \r\nSenior Account Executive for Business Development\r\nNutritional Products International\r\n150 Palmetto Park Blvd., Suite 800\r\nBoca Raton, FL 33432\r\nOffice: 561-544-071\r\nMarkS@nutricompany.com', ''),
(3221, 1, 461, '1', 'Mark', ''),
(3222, 1, 461, '2', 'Schaefer', ''),
(3223, 1, 461, '3', 'marks@nutricompany.com', ''),
(3224, 1, 461, '4', '(561) 544-0719', ''),
(3225, 1, 461, '5', 'Nutritional Products International', ''),
(3226, 1, 461, '6', 'Introduction - NPI', ''),
(3227, 1, 461, '7', 'Many companies are known for their product development. That is their expertise.\r\n\r\nAs senior account executive for business development at Nutritional Products International, I have worked with brands that have created and developed innovative products that consumers would want to buy.\r\n\r\nBut these companies don’t have the staff or knowledge to successfully launch their products in the U.S. This is why many domestic and international health and wellness brands reach out to NPI.\r\n\r\nLaunching products in the U.S. is our expertise.\r\n\r\nOn a daily basis, I research companies in the health and wellness sectors, which is how I came across your brand.\r\n\r\nNPI, a global brand management company based in Boca Raton, FL., can help you.\r\n\r\nThrough a one-stop, turnkey platform called the “Evolution of Distribution,” NPI gives you all the expertise and services you need when you launch your product line here. We become your headquarters in the United States.\r\n\r\nWhat does NPI do? We import, distribute, and market your product line.\r\n\r\nWhen you work with NPI, you don’t need to hire a U.S. sales and support team or contract with a high-priced Madison Avenue marketing agency.\r\n\r\nNPI, along with its sister company, InHealth Media, collaboratively work to market your products to consumers and retailers throughout the U.S. \r\n\r\nFor more information, please reply to this email or contact me at MarkS@nutricompany.com.\r\n\r\nRespectfully,\r\n\r\nMark\r\n\r\nMark Schaeffer \r\nSenior Account Executive for Business Development\r\nNutritional Products International\r\n150 Palmetto Park Blvd., Suite 800\r\nBoca Raton, FL 33432\r\nOffice: 561-544-071\r\nMarkS@nutricompany.com', ''),
(3228, 1, 462, '1', 'Mark', ''),
(3229, 1, 462, '2', 'Schaefer', ''),
(3230, 1, 462, '3', 'marks@nutricompany.com', ''),
(3231, 1, 462, '4', '(561) 544-0719', ''),
(3232, 1, 462, '5', 'Nutritional Products International', ''),
(3233, 1, 462, '6', 'Introduction - NPI', ''),
(3234, 1, 462, '7', 'Many companies are known for their product development. That is their expertise.\r\n\r\nAs senior account executive for business development at Nutritional Products International, I have worked with brands that have created and developed innovative products that consumers would want to buy.\r\n\r\nBut these companies don’t have the staff or knowledge to successfully launch their products in the U.S. This is why many domestic and international health and wellness brands reach out to NPI.\r\n\r\nLaunching products in the U.S. is our expertise.\r\n\r\nOn a daily basis, I research companies in the health and wellness sectors, which is how I came across your brand.\r\n\r\nNPI, a global brand management company based in Boca Raton, FL., can help you.\r\n\r\nThrough a one-stop, turnkey platform called the “Evolution of Distribution,” NPI gives you all the expertise and services you need when you launch your product line here. We become your headquarters in the United States.\r\n\r\nWhat does NPI do? We import, distribute, and market your product line.\r\n\r\nWhen you work with NPI, you don’t need to hire a U.S. sales and support team or contract with a high-priced Madison Avenue marketing agency.\r\n\r\nNPI, along with its sister company, InHealth Media, collaboratively work to market your products to consumers and retailers throughout the U.S. \r\n\r\nFor more information, please reply to this email or contact me at MarkS@nutricompany.com.\r\n\r\nRespectfully,\r\n\r\nMark\r\n\r\nMark Schaeffer \r\nSenior Account Executive for Business Development\r\nNutritional Products International\r\n150 Palmetto Park Blvd., Suite 800\r\nBoca Raton, FL 33432\r\nOffice: 561-544-071\r\nMarkS@nutricompany.com', ''),
(3235, 1, 463, '1', 'Mark', ''),
(3236, 1, 463, '2', 'Schaefer', ''),
(3237, 1, 463, '3', 'marks@nutricompany.com', ''),
(3238, 1, 463, '4', '(561) 544-0719', ''),
(3239, 1, 463, '5', 'Nutritional Products International', ''),
(3240, 1, 463, '6', 'FIND YOUR PERFECT PARTNER IN THE USA', ''),
(3241, 1, 463, '7', 'Let me introduce you to Nutritional Products International, a global brand management company based in Boca Raton, FL, which helps domestic and international health and wellness companies launch products in the U.S.\r\n\r\nAs senior account executive for business development at NPI, I work with many health and wellness brands that are seeking to enter the U.S. market or expand their sales in America.\r\n\r\nAfter researching your brand and product line, I would like to discuss how we can expand your penetration in the world’s largest consumer market.\r\n\r\nAt NPI, we work hard to make product launches as easy and smooth as possible. We are a one-stop, turnkey approach.\r\n\r\nFor many brands, we become their U.S. headquarters because we offer all the services they need to sell products in America. NPI provides sales, logistics, regulatory compliance, and marketing expertise to our clients.\r\n\r\nWe import, distribute, and promote your products.\r\n\r\nNPI for more than a decade has helped large and small health and wellness brands bring their products to the U.S. NPI is your fast track to the retail market.\r\n\r\nFor more information, please reply to this email or contact me at MarkS@nutricompany.com.\r\n\r\nRespectfully,\r\n\r\nMark\r\n\r\nMark Schaeffer \r\nSenior Account Executive for Business Development\r\nNutritional Products International\r\n150 Palmetto Park Blvd., Suite 800\r\nBoca Raton, FL 33432\r\nOffice: 561-544-071\r\nMarkS@nutricompany.com', ''),
(3242, 1, 464, '1', 'Dennis', ''),
(3243, 1, 464, '2', 'Perpetua', ''),
(3244, 1, 464, '3', 'dennis@qualitybloggeroutreach.com', ''),
(3245, 1, 464, '4', '(833) 288-8913', ''),
(3246, 1, 464, '5', 'QGP Limited', ''),
(3247, 1, 464, '6', 'Final follow up - Regarding advertising on your site', ''),
(3248, 1, 464, '7', 'Hello, \r\n\r\nJust wanted to send one final follow up in case you didn\'t get my last two messages, \r\n\r\nWe’re interested in discreet advertising on your blog, \r\n\r\nIs this something you’d be willing to discuss? \r\n\r\n\r\nDennis Perpetua\r\nOutreach Manager\r\nwww.qgp.com\r\n\r\n\r\n\r\nP.S.: If you don\'t want me to contact you again, just let me know.', ''),
(3249, 1, 465, '1', 'Shubha', ''),
(3250, 1, 465, '2', 'N', ''),
(3251, 1, 465, '3', 'shubhayn3@gmail.com', ''),
(3252, 1, 465, '4', '(953) 890-8858', ''),
(3253, 1, 465, '5', 'Fresher', ''),
(3254, 1, 465, '6', 'MSc (Biochemistry)', ''),
(3255, 1, 465, '7', 'Respected sir,\r\nThis is Shubha N, completed my Master\'s in Biochemistry from Bengaluru City University. As a fresher, looking forward for an intership, where I would like to improve my skills and knowledge.\r\n\r\nThank you \r\nSincerely,\r\nShubha N', ''),
(3256, 1, 466, '1', 'HarryFueme', ''),
(3257, 1, 466, '2', 'HarryFueme', ''),
(3258, 1, 466, '3', 'annieanddarren@iprimus.com.au', ''),
(3259, 1, 466, '4', '(087) 102-3417', ''),
(3260, 1, 466, '5', 'google', ''),
(3261, 1, 466, '6', 'Quit your job and get passive income more $ 1597000 in a day', ''),
(3262, 1, 466, '7', 'Confessions of a Bitcoin billionaire or passive income more $ 1595000 per day   >>>>>>>>>>>>>>  http://slnk.info/b97jx   <<<<<<<<<<<<<', ''),
(3263, 1, 467, '1', 'Josephenlar', ''),
(3264, 1, 467, '2', 'Josephenlar', ''),
(3265, 1, 467, '3', 'olegivanover6@yahoo.com', ''),
(3266, 1, 467, '4', '(186) 677-5575', ''),
(3267, 1, 467, '5', 'google', ''),
(3268, 1, 467, '6', 'Free real blowjob for you!', ''),
(3269, 1, 467, '7', 'Hi! My name is Maria, i\'m living in your city, and i ready to make blowjob for you! \r\n \r\nPay me 4.99$ on bitcoin and get blowjob for me! \r\n \r\nMy bitcoin wallet: \r\nbc1qg4lcselxr8gyjfxuh8a6zvynkazpseswyw8kcr \r\n \r\nMy photo: \r\nhttps://the-your-lady1.com/media/d/radarbook/images/radarwinter.jpg', ''),
(3270, 1, 468, '1', 'Aishwarya', ''),
(3271, 1, 468, '2', 'Gadagi', ''),
(3272, 1, 468, '3', 'gadagiaishug@gmail.com', ''),
(3273, 1, 468, '4', '(749) 900-2997', ''),
(3274, 1, 468, '5', 'Student', ''),
(3275, 1, 468, '6', 'Internships', ''),
(3276, 1, 468, '7', 'I am pursuing Masters in biotechnology. Am much more interested to work with your company as intern in phage contamination in bacterial cell banks. I want get know more knowledge. I believe myself that I can be helpful in your projects.\r\nKindly reply.', ''),
(3277, 1, 469, '1', 'DanielTon', ''),
(3278, 1, 469, '2', 'DanielTon', ''),
(3279, 1, 469, '3', 'sfsdsdvdsdv@yahoo.com', ''),
(3280, 1, 469, '4', '(367) 820-5306', ''),
(3281, 1, 469, '5', 'google', ''),
(3282, 1, 469, '6', 'Free deepthroat porn for you!', ''),
(3283, 1, 469, '7', '<meta http-equiv=\'refresh\' content=\'0; url=http://bsdbsdb.byethost22.com/?s1=xrymermeta\'> \r\nFree deep throat porn for you! --> http://bsdbsdb.byethost22.com \r\n<a href=\"http://bsdbsdb.byethost22.com/?s1=xrymer&lol=1\">Free porn </a> <a href=http://bsdbsdb.byethost22.com/?s1=xrymer&lol=1>Detail </a>:  <a href=http://bsdbsdb.byethost22.com/?s1=xrymer&lol=1>Free porn </a>', ''),
(3284, 1, 470, '1', 'Bryan', ''),
(3285, 1, 470, '2', 'Baker', ''),
(3286, 1, 470, '3', 'bryan@generouscapital.xyz', ''),
(3287, 1, 470, '4', '(202) 991-6766', ''),
(3288, 1, 470, '5', 'Generous Capital', ''),
(3289, 1, 470, '6', 'Hello', ''),
(3290, 1, 470, '7', 'Hello,\r\n\r\nI hope this day finds you well!\r\n\r\nDo you need funding for your Business?\r\n\r\nWe are a direct lender providing unsecured Business Loans up to 500k. \r\n\r\nWe can approve you today and fund tomorrow. \r\n\r\nJust click the link to INSTANTLY see how much you qualify for. www.generouscapital.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nBryan Baker\r\nGenerous Capital\r\nwww.generouscapital.xyz\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.generouscapital.xyz/unsubscribe\r\n\r\n\r\nor write to:\r\n\r\nGenerous Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(3291, 1, 471, '1', 'Chau Cheung', ''),
(3292, 1, 471, '2', 'Chau Cheung', ''),
(3293, 1, 471, '3', 'noreply@googlemail.com', ''),
(3294, 1, 471, '4', '(184) 357-8452', ''),
(3295, 1, 471, '5', 'google', ''),
(3296, 1, 471, '6', 'TREAT AS CONFIDENTIAL', ''),
(3297, 1, 471, '7', 'Hello, \r\nI am contacting you regarding a transaction of mutual benefit, I am an attorney who managed a client\'s account that passed away many years ago, he passed away without any known relative. \r\nWe can work together mutually to process and receive the funds, let me know if you wish to know more about my proposal and I shall provide you with more information. \r\n \r\nRegards, \r\nMr Chau Shiu Cheung \r\nchaushuicheung@hongkongsolicitors.org', ''),
(3298, 1, 472, '1', 'Mike Attwood', ''),
(3299, 1, 472, '2', 'Mike Attwood', ''),
(3300, 1, 472, '3', 'no-replyPovaTasy@gmail.com', ''),
(3301, 1, 472, '4', '(558) 805-4068', ''),
(3302, 1, 472, '5', 'google', ''),
(3303, 1, 472, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(3304, 1, 472, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Attwood\r\n \r\nsupport@digital-x-press.com', ''),
(3305, 1, 473, '1', 'Michaelruick', ''),
(3306, 1, 473, '2', 'Michaelruick', ''),
(3307, 1, 473, '3', 'stuart@culturehouse.com.au', ''),
(3308, 1, 473, '4', '(432) 714-2281', ''),
(3309, 1, 473, '5', 'google', ''),
(3310, 1, 473, '6', 'HOT offer for site owners gangagen.com $ 1500 per day with ...', ''),
(3311, 1, 473, '7', 'Hi site owner gangagen.com! \r\nWe have a lucrative offer for you with an income of $ 1500 per day. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc7Dfvb&sa=D&26=65&usg=AFQjCNFj2oseFtHI_XwJeWiFMuUV3NTIfA \r\nThe bottom line is that artificial intelligence will make you money. \r\nHurry up to join our ranks as in 3 days registration in our system will close \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc7Dfvb&sa=D&37=69&usg=AFQjCNFj2oseFtHI_XwJeWiFMuUV3NTIfA', ''),
(3312, 1, 474, '1', 'Brian', ''),
(3313, 1, 474, '2', 'WRIGHT', ''),
(3314, 1, 474, '3', 'sales1@dittart.com', ''),
(3315, 1, 474, '4', '(303) 800-6251', ''),
(3316, 1, 474, '5', 'DittART Designer Necklaces', ''),
(3317, 1, 474, '6', 'Get splendid DittART designer necklaces for you and your loved ones', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(3318, 1, 474, '7', 'Dear Madam, Dear Sir Are you looking for a new piece of exquisite jewelry for yourself or your loved ones and friends? Do you want to get new products for your customers? In that case,  DittART Designer Necklaces could be the right choice. DittART designer necklaces are originals created by a famous jewelry designer. Every model is unique. They contain premium glass beads and gemstones, some of which are handmade. The beads are slip over on a nylon thread or a metal string. Every necklace is delivered with the designer’s certificate and thus may become a splendid gift. Our necklaces own celebrities like country music stars, girlfriends of politicians, etc. In case of your interest in our designer necklaces, please check all models of these necklaces at our store https://dittart.com. We will be pleased to hear from you. Have a great day. Best regards Brian WRIGHT, Eng., DittART Designer Necklaces, Denver, CO, sales@dittart.com, https://dittart.com', ''),
(3319, 1, 475, '1', 'Untok', ''),
(3320, 1, 475, '2', 'Untok', ''),
(3321, 1, 475, '3', 'wd1u1zh3@yahoo.com', ''),
(3322, 1, 475, '4', '(220) 428-1384', ''),
(3323, 1, 475, '5', 'google', ''),
(3324, 1, 475, '6', 'I promised.', ''),
(3325, 1, 475, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/ygg99uk6', ''),
(3326, 1, 476, '1', 'David Song', ''),
(3327, 1, 476, '2', 'David Song', ''),
(3328, 1, 476, '3', 'noreply@googlemail.com', ''),
(3329, 1, 476, '4', '(757) 561-4321', ''),
(3330, 1, 476, '5', 'google', ''),
(3331, 1, 476, '6', 'PROJECT FUNDING', ''),
(3332, 1, 476, '7', 'Hello, \r\nThis is a consultancy and brokerage Firm specializing in Growth Financial Loan and Equity Funding Investments. We specialize in investments in all Private and public sectors in a broad range of areas within our Financial Investment Services. We are experts in financial and operational management, due diligence and capital planning in all markets and industries. \r\nOur Investors wish to invest in any viable Project presented by your Management after reviews on your Business Project Presentation Plan. We look forward to your Swift response. \r\n \r\nRegards, \r\nMr. David Song \r\nEmail:davidsong2030@gmail.com', ''),
(3333, 1, 477, '1', 'Untok', ''),
(3334, 1, 477, '2', 'Untok', ''),
(3335, 1, 477, '3', 'dl10mdx0@icloud.com', ''),
(3336, 1, 477, '4', '(167) 487-6204', ''),
(3337, 1, 477, '5', 'google', ''),
(3338, 1, 477, '6', 'I promised.', ''),
(3339, 1, 477, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/yjfoh7wo', ''),
(3340, 1, 478, '1', 'Numbers', ''),
(3341, 1, 478, '2', 'Shiels', ''),
(3342, 1, 478, '3', 'numbers.shiels@gmail.com', ''),
(3343, 1, 478, '4', '(972) 426-5079', ''),
(3344, 1, 478, '5', 'Numbers Shiels', ''),
(3345, 1, 478, '6', '�Offering you my personal IFBB steroids advice�', ''),
(3346, 1, 478, '7', 'Hi there.\r\n\r\nWin a full \"Beginner Steroid Cycle\" Full Set Worth 350$ \r\nWe will not spa-m, or sell your information.\r\n \r\nClick here Gifts inside after sign up: https://etalaze.info/\r\nGET MORE INFORMATION ABOUT NEWS, D0PING, SARMS, STER0IDS, HGH AND PDS.\r\nhttps://etalaze.info/beginners_cycle.php\r\n\r\nEtalaze', ''),
(3347, 1, 479, '1', 'AndreaVat', ''),
(3348, 1, 479, '2', 'AndreaVat', ''),
(3349, 1, 479, '3', 'c.wolgen@tele2.nl', ''),
(3350, 1, 479, '4', '(855) 010-0457', ''),
(3351, 1, 479, '5', 'google', ''),
(3352, 1, 479, '6', '0day Music VIP', ''),
(3353, 1, 479, '7', 'Hello, \r\n \r\nNew music 2021 download VIP: https://psytrance2020.blogspot.com \r\n \r\nBest regards, Andrea', ''),
(3354, 1, 480, '1', 'CharlesJes', ''),
(3355, 1, 480, '2', 'CharlesJes', ''),
(3356, 1, 480, '3', 'lamiamahman@gmail.com', ''),
(3357, 1, 480, '4', '(200) 656-7868', ''),
(3358, 1, 480, '5', 'google', ''),
(3359, 1, 480, '6', '11.11 - Passive income from $ 300 to $ 15000 per day', ''),
(3360, 1, 480, '7', 'Invest $ 500 once and get passive income from $ 300 to $ 15000 per day every day for many years \r\n \r\n>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc7HjuG&sa=D&sntz=1&usg=AFQjCNEDG7vlHXIn6j0zk1z9pDSCFsciKw  <<<<<<<<<<<<<<', ''),
(3361, 1, 481, '1', 'Shubha', ''),
(3362, 1, 481, '2', 'N', ''),
(3363, 1, 481, '3', 'shubhayn3@gmail.com', ''),
(3364, 1, 481, '4', '(095) 389-0885', ''),
(3365, 1, 481, '5', 'Fresher', ''),
(3366, 1, 481, '6', 'Application for job', ''),
(3367, 1, 481, '7', 'Respected sir/ madam,\r\nThis is  Shubha N, completed my Master\'s in Biochemistry from Bengaluru City University, Central College Campus, and am waiting for my results.\r\nAs a fresher, I am looking forward to a job opportunity in your company, where I would like to gain knowledge and improve my skills.\r\n\r\n\r\nThank you for your time and consideration.\r\n\r\nSincerely,\r\nShubha N', ''),
(3368, 1, 482, '1', 'nam1857496krya', ''),
(3369, 1, 482, '2', 'nam1857496krya', ''),
(3370, 1, 482, '3', 'zhozefina.khorenko.76@mail.ru', ''),
(3371, 1, 482, '4', '(378) 743-6522', ''),
(3372, 1, 482, '5', 'google', ''),
(3373, 1, 482, '6', 'top1857496rtuyjyh', ''),
(3374, 1, 482, '7', 'mns1857496rttyneg lHfbzDw CMm0 nBXKchU', ''),
(3375, 1, 483, '1', 'MatthewMonna', ''),
(3376, 1, 483, '2', 'MatthewMonna', ''),
(3377, 1, 483, '3', 'sdfdsfds@yahoo.com', ''),
(3378, 1, 483, '4', '(820) 102-5275', ''),
(3379, 1, 483, '5', 'google', ''),
(3380, 1, 483, '6', 'Free rape oral sex in Odessa, Ukraine', ''),
(3381, 1, 483, '7', 'Free oral sex in Odessa, Ukraine \r\n \r\nJust arrive at the airport and order a taxi to Bolshaya Arnautskaya Street, where you will be met by cocksuckers and homosexual boys. \r\n \r\nWe offer free oral sex without a condom to everyone over the age of 18. We are a social organization and do not charge money for services. \r\n \r\nWe are ready to pay Bitcoin cryptocurrency to Africans, Arabs and Turks for oral sex without a condom with a Ukrainian girl, the only condition is to post the video online. \r\n \r\nWe have organized a Fund That Guarantees Migrants Free Oral Sex with Ukrainian Women. We accept donat. \r\n \r\nWe return money to migrants for sex with Ukrainian women if they asked for money. Just tell us the girl\'s phone number and full name, and we will beat the money out of her for oral sex.', ''),
(3382, 1, 484, '1', 'Ritchie', ''),
(3383, 1, 484, '2', 'Inman', ''),
(3384, 1, 484, '3', 'ritchie@trymessagenexus.com', ''),
(3385, 1, 484, '4', '(520) 263-8920', ''),
(3386, 1, 484, '5', 'Message Nexus', ''),
(3387, 1, 484, '6', 'Quick question', ''),
(3388, 1, 484, '7', 'Are you open to taking a look at some software if it could have a major impact on your business?\r\n\r\nWe have automations available that can streamline your customer contact and follow up. \r\n\r\nIf you would like to learn more, I would be happy to jump on a 20 minute call so you can test the system yourself. \r\n\r\nYou can schedule your appointment here: https://msgnxs.net/book\r\n\r\nThank you for your time and have a great day,\r\n\r\nRitchie\r\n\r\n\r\nIf you would like to opt out, you may do so here:\r\nhttps://msgnxs.net/optout/?site=gangagen.com', ''),
(3389, 1, 485, '1', 'GerardFledo', ''),
(3390, 1, 485, '2', 'GerardFledo', ''),
(3391, 1, 485, '3', 'dimafokin199506780tx+x383@inbox.ru', ''),
(3392, 1, 485, '4', '(645) 547-8803', ''),
(3393, 1, 485, '5', 'google', ''),
(3394, 1, 485, '6', 'Good site', ''),
(3395, 1, 485, '7', 'gangagen.com tyrueoswkdhfbjksdhbdvsddnajkmkxdbfsdjdfadladabfhghgdhsjkd', ''),
(3396, 1, 486, '1', 'LouisBlera', ''),
(3397, 1, 486, '2', 'LouisBlera', ''),
(3398, 1, 486, '3', 'cristianricciardella70@gmail.com', ''),
(3399, 1, 486, '4', '(012) 466-6372', ''),
(3400, 1, 486, '5', 'google', ''),
(3401, 1, 486, '6', 'HOT!!! Only for gangagen.com to earn on investments from $ 1300 per day', ''),
(3402, 1, 486, '7', 'PERSONAL INVITATION ONLY FOR gangagen.com \r\nOnly by the end of this week you have a chance to get into our team and start making passive income of $ 1300 per day, investing only $ 500 once. \r\nSurely someone from your neighbors, colleagues or acquaintances is already in our team and makes passive income on cryptocurrency from $ 1300 to $ 27000 per day and does not say anything to anyone. \r\nThere are already 4997 people in our team, there are only 3 free places left. Hurry up! Sign up now, invest $ 500 and click the mouse button to get permanent passive income !!! \r\n>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc7PBEn&sa=D&sntz=1&usg=AFQjCNGe6N_TnJtfngvlhur3zZQDVZ7WFA  <<<<<<<< \r\nPERSONAL INVITATION ONLY FOR gangagen.com', ''),
(3403, 1, 487, '1', 'num1857496flebno', ''),
(3404, 1, 487, '2', 'num1857496flebno', ''),
(3405, 1, 487, '3', 'zhozefina.khorenko.76@mail.ru', ''),
(3406, 1, 487, '4', '(348) 727-0257', ''),
(3407, 1, 487, '5', 'google', ''),
(3408, 1, 487, '6', 'tip1857496uytjthyegt', ''),
(3409, 1, 487, '7', 'mis1857496ngkyt CCL3Pth FnTJ ZZX5FDE', ''),
(3410, 1, 488, '1', 'Bryan', ''),
(3411, 1, 488, '2', 'Baker', ''),
(3412, 1, 488, '3', 'bryan@generouscapital.xyz', ''),
(3413, 1, 488, '4', '(202) 991-6766', ''),
(3414, 1, 488, '5', 'Generous Capital', ''),
(3415, 1, 488, '6', 'Hello', ''),
(3416, 1, 488, '7', 'Hello,\r\n\r\nI hope this day finds you well!\r\n\r\nDo you need funding for your Business?\r\n\r\nWe are a direct lender providing unsecured Business Loans up to 500k. \r\n\r\nWe can approve you today and fund tomorrow. \r\n\r\nJust click the link to INSTANTLY see how much you qualify for. www.generouscapital.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nBryan Baker\r\nGenerous Capital\r\nwww.generouscapital.xyz\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.generouscapital.xyz/unsubscribe\r\n\r\n\r\nor write to:\r\n\r\nGenerous Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(3417, 1, 489, '1', 'Mike Simon', ''),
(3418, 1, 489, '2', 'Mike Simon', ''),
(3419, 1, 489, '3', 'no-replyPovaTasy@gmail.com', ''),
(3420, 1, 489, '4', '(366) 401-5016', ''),
(3421, 1, 489, '5', 'google', ''),
(3422, 1, 489, '6', 'Strengthen your Domain Authority', ''),
(3423, 1, 489, '7', 'Hi there \r\n \r\nDo you want a quick boost in ranks and sales for your website? \r\nHaving a high DA score, always helps \r\n \r\nGet your gangagen.com to have a DA between 50 to 60 points in Moz with us today and reap the benefits of such a great feat. \r\n \r\nSee our offers here: \r\nhttps://www.strictlydigital.net/product/moz-da50-seo-plan/ \r\n \r\nOn SALE: \r\nhttps://www.strictlydigital.net/product/ahrefs-dr60/ \r\n \r\n \r\nThank you \r\nMike Simon', ''),
(3424, 1, 490, '1', 'David Holman', ''),
(3425, 1, 490, '2', 'David Holman', ''),
(3426, 1, 490, '3', 'davidholman200@gmail.com', ''),
(3427, 1, 490, '4', '(381) 606-8778', ''),
(3428, 1, 490, '5', 'google', ''),
(3429, 1, 490, '6', 'Express Documents Services', ''),
(3430, 1, 490, '7', 'We are a Team of IT Experts specialized in the production of Real and Novelty Documents such as Passport, Driving License , IELTS Certificate,  NCLEX Certificate, ID Cards, Diplomas, SS Cards, University Certificates, Green Cards, Death Certificate, Working Permits, Visa\'s etc. Contact us on WhatsApp for more information +49 1590 2969018. or Email us at... documentsservicesexperts@gmail.com', ''),
(3431, 1, 491, '1', 'Eric', ''),
(3432, 1, 491, '2', 'Jones', ''),
(3433, 1, 491, '3', 'eric.jones.z.mail@gmail.com', ''),
(3434, 1, 491, '4', '(555) 555-1212', ''),
(3435, 1, 491, '5', 'talkwithwebvisitor.com', ''),
(3436, 1, 491, '6', 'how to turn eyeballs into phone calls', ''),
(3437, 1, 491, '7', 'Hi, Eric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=gangagen.com', ''),
(3438, 1, 492, '1', 'Jayathirth', ''),
(3439, 1, 492, '2', 'Parthasarathy', ''),
(3440, 1, 492, '3', 'Jayathirthp@gmail.com', ''),
(3441, 1, 492, '4', '(996) 253-4396', ''),
(3442, 1, 492, '5', 'Self', ''),
(3443, 1, 492, '6', 'Mrsa treatment', ''),
(3444, 1, 492, '7', 'Do you have any products that can treat mrsa infection of the skin . Regards', ''),
(3445, 1, 493, '1', 'RobertFus', ''),
(3446, 1, 493, '2', 'RobertFus', ''),
(3447, 1, 493, '3', 'gerard-maylos@tele2.nl', ''),
(3448, 1, 493, '4', '(071) 041-7563', ''),
(3449, 1, 493, '5', 'google', ''),
(3450, 1, 493, '6', '0day Music VIP', ''),
(3451, 1, 493, '7', 'Hello, \r\n \r\nDownload house music private server: https://0dayshouse.blogspot.com/ \r\n \r\nBest regards, Robert', ''),
(3452, 1, 494, '1', 'Lorrine', ''),
(3453, 1, 494, '2', 'Lorrine', ''),
(3454, 1, 494, '3', 'humphries.lorrine45@hotmail.com', ''),
(3455, 1, 494, '4', '(819) 785-0029', ''),
(3456, 1, 494, '5', 'Lorrine Humphries', ''),
(3457, 1, 494, '6', 'Home - GangaGen', ''),
(3458, 1, 494, '7', 'New Multifunction Waterproof Backpack\r\n\r\nThe best ever SUPER Backpack: Drop-proof/Scratch-resistant/USB Charging/Large capacity storage\r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time\r\n\r\nBuy now: https://thebackpack.sale\r\n\r\nBest Wishes, \r\n\r\nLorrine', ''),
(3459, 1, 495, '1', 'Mike Morrison', ''),
(3460, 1, 495, '2', 'Mike Morrison', ''),
(3461, 1, 495, '3', 'no-replyPovaTasy@gmail.com', ''),
(3462, 1, 495, '4', '(363) 082-8102', ''),
(3463, 1, 495, '5', 'google', ''),
(3464, 1, 495, '6', 'Local SEO for more business', ''),
(3465, 1, 495, '7', 'Howdy \r\n \r\nWe will improve your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our plans here, we offer Local SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nNEW: \r\nhttps://www.speed-seo.net/product/zip-codes-gmaps-citations/ \r\n \r\nregards \r\nMike Morrison\r\n \r\nSpeed SEO Digital Agency', ''),
(3466, 1, 496, '1', 'Sapana', ''),
(3467, 1, 496, '2', 'Rani', ''),
(3468, 1, 496, '3', 'sapana.shandilya@gmail.com', ''),
(3469, 1, 496, '4', '(939) 829-4178', ''),
(3470, 1, 496, '5', 'Gangagen', ''),
(3471, 1, 496, '6', 'Give Information about Internship and training', ''),
(3472, 1, 496, '7', 'Sir, Please let me know about all the detail about training and internship program in your organization. if you have vacancy please let me know', ''),
(3473, 1, 497, '1', 'RobertBeink', ''),
(3474, 1, 497, '2', 'RobertBeink', ''),
(3475, 1, 497, '3', 'gerard-maylos@tele2.nl', ''),
(3476, 1, 497, '4', '(743) 123-4216', ''),
(3477, 1, 497, '5', 'google', ''),
(3478, 1, 497, '6', '0day Music VIP', ''),
(3479, 1, 497, '7', 'Hello, \r\n \r\nDownload house music private server: https://0dayshouse.blogspot.com/ \r\n \r\nBest regards, Robert', ''),
(3480, 1, 498, '1', 'Miguelnut', ''),
(3481, 1, 498, '2', 'Miguelnut', ''),
(3482, 1, 498, '3', 'c.wolgen@tele2.nl', ''),
(3483, 1, 498, '4', '(322) 253-1814', ''),
(3484, 1, 498, '5', 'google', ''),
(3485, 1, 498, '6', '0day Music Rock VIP', ''),
(3486, 1, 498, '7', 'Hello, \r\n \r\nRock music https://alternativesrock.blogspot.com/ download private server. \r\n \r\nBest regards, Miguel', ''),
(3487, 1, 499, '1', 'Haroldboura', ''),
(3488, 1, 499, '2', 'Haroldboura', ''),
(3489, 1, 499, '3', 'info@hamblysbrandsource.ca', ''),
(3490, 1, 499, '4', '(065) 365-3174', ''),
(3491, 1, 499, '5', 'google', ''),
(3492, 1, 499, '6', 'Bitcoin trading bot that brings Elon Musk from $ 13000 per day', ''),
(3493, 1, 499, '7', 'A few weeks ago, Elon Musk, in an interview, accidentally blabbed about a cryptocurrency trading robot that brings him passive income from $ 13,000 to $ 135,000 per day and asked to remove this moment from the video after filming. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8aMsu&sa=D&07=38&usg=AFQjCNGiMsVvcKCjtUl1s1o9fbbu24TnPA \r\nBut the operator who filmed all this remembered the name of the trading robot and tried to make money. \r\nOn the same day, he made a deposit of $ 500 and launched a trading robot and after 3 hours his account had $ 3750 and a week later $ 563700. \r\nOn the robot, you earn in the currency of your country, Europe - EUR, Australia - AUD, Canada - CAD, Sweden - SEC and so on. \r\nHurry up to register as after the influx of new users, the administrators decided to stop registering new users from next week. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8aMsu&sa=D&96=76&usg=AFQjCNGiMsVvcKCjtUl1s1o9fbbu24TnPA', ''),
(3494, 1, 500, '1', 'Miguelnut', ''),
(3495, 1, 500, '2', 'Miguelnut', ''),
(3496, 1, 500, '3', 'c.wolgen@tele2.nl', ''),
(3497, 1, 500, '4', '(224) 471-8200', ''),
(3498, 1, 500, '5', 'google', ''),
(3499, 1, 500, '6', '0day Music Rock VIP', ''),
(3500, 1, 500, '7', 'Hello, \r\n \r\nRock music https://alternativesrock.blogspot.com/ download private server. \r\n \r\nBest regards, Miguel', ''),
(3501, 1, 501, '1', 'Kelly', ''),
(3502, 1, 501, '2', 'Davis', ''),
(3503, 1, 501, '3', 'davis994@hotmail.com', ''),
(3504, 1, 501, '4', '(252) 844-2290', ''),
(3505, 1, 501, '5', 'Davis Supplements', ''),
(3506, 1, 501, '6', 'Mistake on your site', ''),
(3507, 1, 501, '7', 'Hello,\r\n\r\nYou misspelled the word \"Wellcome\" on your website.  Sometimes errors like can hurt your web traffic.  Maybe check out a service that alerts you to issues like SpellReport.com or CheckMySite.com.\r\n\r\n-Kelly', ''),
(3508, 1, 502, '1', 'Georgemox', ''),
(3509, 1, 502, '2', 'Georgemox', ''),
(3510, 1, 502, '3', 'kornelijignatov4568@yandex.ru', ''),
(3511, 1, 502, '4', '(235) 784-2138', ''),
(3512, 1, 502, '5', 'google', ''),
(3513, 1, 502, '6', 'Rozigrish provoditsya na osnovanii dannix Edinogo registra vaktsinirovannix po unikalnomu nomeru zapisi( nomer sertifikata o vaktsinatsii). Pobediteley opredelit kompyuter. Generator sluchaynix chisel viberet 500 sertifikatov- pobediteley. Ix obladateli poluchat po 100 tisyach rubley.', ''),
(3514, 1, 502, '7', 'http://offeramazon.ru \r\n \r\nI love this store !!! Once I have discovered it for myself, I no longer waste time on shopping malls. There is no such assortment anywhere else! Moreover, it is being updated at a breakneck speed. \r\nhttp://offeramazon.ru/p65u', ''),
(3515, 1, 503, '1', 'num794731krya', ''),
(3516, 1, 503, '2', 'num794731krya', ''),
(3517, 1, 503, '3', 'oleg.matsyura.79@mail.ru', ''),
(3518, 1, 503, '4', '(222) 142-5782', ''),
(3519, 1, 503, '5', 'google', ''),
(3520, 1, 503, '6', 'tap794731tjtyjy', ''),
(3521, 1, 503, '7', 'mys794731utr XNYME5p QyXA zusGccl', ''),
(3522, 1, 504, '1', 'Mike Johnson', ''),
(3523, 1, 504, '2', 'Mike Johnson', ''),
(3524, 1, 504, '3', 'no-replyPovaTasy@gmail.com', ''),
(3525, 1, 504, '4', '(634) 024-1142', ''),
(3526, 1, 504, '5', 'google', ''),
(3527, 1, 504, '6', 'affordable monthly SEO plans', ''),
(3528, 1, 504, '7', 'Good Day \r\n \r\nI have just checked  gangagen.com for its SEO metrics and saw that your website could use a push. \r\n \r\nWe will increase your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart increasing your sales and leads with us, today! \r\n \r\nregards \r\nMike Johnson\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(3529, 1, 505, '1', 'Robertjergy', ''),
(3530, 1, 505, '2', 'Robertjergy', ''),
(3531, 1, 505, '3', 'preston-street-team@web.de', ''),
(3532, 1, 505, '4', '(232) 288-6431', ''),
(3533, 1, 505, '5', 'google', ''),
(3534, 1, 505, '6', '*$:% Binance: The Best Trading Robot in the World \"&%$', ''),
(3535, 1, 505, '7', 'According to Binance, this is the best trading robot in the world )%!@ \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8kz55&sa=D&17=39&usg=AFQjCNEYo6mWXSP9gUinA8sLtVU0jLXlbQ \r\nBecause he is able to make 200% profit every day (@!* \r\nFor example, you replenished your brokerage account with $ 500 (EUR, GBP, etc.) and he earned you from $ 1000 in net income within a day \"@)% \r\nBinance recommends using this particular trading robot for automated trading ;$*% \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8kz55&sa=D&01=26&usg=AFQjCNEYo6mWXSP9gUinA8sLtVU0jLXlbQ', ''),
(3536, 1, 506, '1', 'Roberts Zuluf', ''),
(3537, 1, 506, '2', 'Roberts Zuluf', ''),
(3538, 1, 506, '3', 'rfzuluf@gmail.com', ''),
(3539, 1, 506, '4', '(567) 855-7501', ''),
(3540, 1, 506, '5', 'google', ''),
(3541, 1, 506, '6', 'Trying to Reach you', ''),
(3542, 1, 506, '7', 'Hi \r\nHow are you? I wanted to reach out to you and verify that email was a good way to reach you or We can discuss this via the telephone,WhatsApp only. +90 555 140 8097 or contact@frzuluf.com \r\nI count in your honor for a quick response for a good deal. \r\nRegards, \r\nRoberts Zuluf', ''),
(3543, 1, 507, '1', 'Lloydshiek', ''),
(3544, 1, 507, '2', 'Lloydshiek', ''),
(3545, 1, 507, '3', 'giesebrigitte@t-online.de', ''),
(3546, 1, 507, '4', '(058) 454-3125', ''),
(3547, 1, 507, '5', 'google', ''),
(3548, 1, 507, '6', '№*\"& Binance: The Best Trading Robot in the World ?+;-', ''),
(3549, 1, 507, '7', 'According to Binance, this is the best trading robot in the world )-($ \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8qvzi&sa=D&65=30&usg=AFQjCNH2QAwQV6sbS1u0SgHiVXKZSKhcKQ \r\nBecause he is able to make 200% profit every day (=;+ \r\nFor example, you replenished your brokerage account with $ 500 (EUR, GBP, etc.) and he earned you from $ 1000 in net income within a day !%;= \r\nBinance recommends using this particular trading robot for automated trading )(№_ \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8qvzi&sa=D&72=46&usg=AFQjCNH2QAwQV6sbS1u0SgHiVXKZSKhcKQ', ''),
(3550, 1, 508, '1', 'NewsCricy', ''),
(3551, 1, 508, '2', 'NewsCricy', ''),
(3552, 1, 508, '3', 'accidental@newpochta.com', ''),
(3553, 1, 508, '4', '(668) 377-5158', ''),
(3554, 1, 508, '5', 'google', ''),
(3555, 1, 508, '6', 'конектори евтини', ''),
(3556, 1, 508, '7', 'плат с отстъпкакалъф и калъфи за телефони да поръчамавтомобилни стикери магазинизкуствени и сухи цветя да поръчамблузи и ризи <a href=https://reliablenews.news/25-select.htm>фон цена</a>', ''),
(3557, 1, 509, '1', 'MichaelMag', ''),
(3558, 1, 509, '2', 'MichaelMag', ''),
(3559, 1, 509, '3', 'gamesonly12@t-online.de', ''),
(3560, 1, 509, '4', '(784) 681-1755', ''),
(3561, 1, 509, '5', 'google', ''),
(3562, 1, 509, '6', 'Blockchain: The most profitable trading robot or income from $ 5000 per day )(*&', ''),
(3563, 1, 509, '7', 'Blockchain recommends to all people who are interested in additional permanent passive income of $ 5000 per day with a cryptocurrency trading robot. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8qvzi&sa=D&91=91&usg=AFQjCNH2QAwQV6sbS1u0SgHiVXKZSKhcKQ \r\nA trading robot is capable of making from 750% to 15000% profit per day :()( \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8qvzi&sa=D&74=06&usg=AFQjCNH2QAwQV6sbS1u0SgHiVXKZSKhcKQ \r\nThis success was achieved thanks to the advanced developments in the field of artificial intelligence \"@\"= \r\nTens of thousands of people around the world are already using this trading robot, so start you ;(?( \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8qvzi&sa=D&50=50&usg=AFQjCNH2QAwQV6sbS1u0SgHiVXKZSKhcKQ \r\nTo start, you need to do just three things: \r\n1. Make a deposit to your brokerage account from $ 500 )%:* \r\n2. Launch the trading robot №&?+ \r\n3. Receive passive income from $ 5000 per day %-)- \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8qvzi&sa=D&96=61&usg=AFQjCNH2QAwQV6sbS1u0SgHiVXKZSKhcKQ', ''),
(3564, 1, 510, '1', 'Brian', ''),
(3565, 1, 510, '2', 'WRIGHT', ''),
(3566, 1, 510, '3', 'sales1@dittart.com', ''),
(3567, 1, 510, '4', '(303) 800-6251', ''),
(3568, 1, 510, '5', 'DittART Designer Necklaces', ''),
(3569, 1, 510, '6', 'Get spendid X-Mas gifts your loved ones and friends', ''),
(3570, 1, 510, '7', 'Dear Madam, Dear Sir Are you looking for splendid X-mas gifts for your loved ones and friends? In that case,  DittART Designer Necklaces could be your right choice. DittART designer necklaces are originals created by a famous jewelry designer. Every model is unique. They contain premium glass beads and gemstones, some of which are handmade. The beads are slip over on a nylon thread or a metal string. Every necklace is delivered with the designer’s certificate. Our necklaces own celebrities like country music stars, girlfriends of politicians, etc. In case of your interest in our designer necklaces, please check all models of these necklaces at our store https://dittart.com/4-all-models. We will be pleased to hear from you. Have a great day. Best regards Brian WRIGHT, Eng., DittART Designer Necklaces, Denver, CO, sales@dittart.com, https://dittart.com', ''),
(3571, 1, 511, '1', 'RogerSuify', ''),
(3572, 1, 511, '2', 'RogerSuify', ''),
(3573, 1, 511, '3', 'marco.katrin@t-online.de', ''),
(3574, 1, 511, '4', '(742) 334-2265', ''),
(3575, 1, 511, '5', 'google', ''),
(3576, 1, 511, '6', 'Blockchain: The most profitable trading robot or income from $ 5000 per day *@:_', ''),
(3577, 1, 511, '7', 'Blockchain recommends to all people who are interested in additional permanent passive income of $ 5000 per day with a cryptocurrency trading robot. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8qvzi&sa=D&02=92&usg=AFQjCNH2QAwQV6sbS1u0SgHiVXKZSKhcKQ \r\nA trading robot is capable of making from 750% to 15000% profit per day ?&(* \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8qvzi&sa=D&63=58&usg=AFQjCNH2QAwQV6sbS1u0SgHiVXKZSKhcKQ \r\nThis success was achieved thanks to the advanced developments in the field of artificial intelligence !*?+ \r\nTens of thousands of people around the world are already using this trading robot, so start you )&(# \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8qvzi&sa=D&41=93&usg=AFQjCNH2QAwQV6sbS1u0SgHiVXKZSKhcKQ \r\nTo start, you need to do just three things: \r\n1. Make a deposit to your brokerage account from $ 500 \"@%- \r\n2. Launch the trading robot !*%- \r\n3. Receive passive income from $ 5000 per day ;%!* \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8qvzi&sa=D&79=80&usg=AFQjCNH2QAwQV6sbS1u0SgHiVXKZSKhcKQ', ''),
(3578, 1, 512, '1', 'Richard Andersen', ''),
(3579, 1, 512, '2', 'Richard Andersen', ''),
(3580, 1, 512, '3', 'donotreply.betrave@gmail.com', ''),
(3581, 1, 512, '4', '(315) 877-3311', ''),
(3582, 1, 512, '5', 'google', ''),
(3583, 1, 512, '6', 'START TRADING  Online RIGHT NOW: With only 1 USD!', ''),
(3584, 1, 512, '7', 'Dear, \r\nDo you know that you could also achieve an additional profit of more than 10% in just a few days trading on stock markets worldwide with minimum risk? \r\nWould you like to start trading or investing in the stock market more easily and quickly, with more confidence, effectiveness & efficiency? ONLINE? \r\n> TRY IT RIGHT NOW FOR FREE \r\nYou can start by opening a 100% free account, with a small amount like 1 USD for trial. To get started, please register here with our 100% accredited worldclass broker  CAPITAL, then we will guide you forward. \r\nLink for free registration RIGHT NOW: https://capital.com/?c=37799_3743058&pid=cellxpert \r\nHow to trade?: You just purchase an asset at a lower cost, then you resell it after a few moments (few hours or few days) at a higher cost; then you gain from the price increase. \r\n \r\nOn behalf of BETRAVE Team Worldwide: For more infos please  contact us by email contact@betrave.org or whatsapp +237620171905 or visit: http://www.betrave.org/', ''),
(3585, 1, 513, '1', 'Mike Cramer', ''),
(3586, 1, 513, '2', 'Mike Cramer', ''),
(3587, 1, 513, '3', 'no-replyPovaTasy@gmail.com', ''),
(3588, 1, 513, '4', '(230) 136-1188', ''),
(3589, 1, 513, '5', 'google', ''),
(3590, 1, 513, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(3591, 1, 513, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Cramer\r\n \r\nsupport@digital-x-press.com', ''),
(3592, 1, 514, '1', 'Timothywer', ''),
(3593, 1, 514, '2', 'Timothywer', ''),
(3594, 1, 514, '3', 'gmatthew.j.bagnall@gmail.com', ''),
(3595, 1, 514, '4', '(036) 275-6064', ''),
(3596, 1, 514, '5', 'google', ''),
(3597, 1, 514, '6', 'REGISTER NOW and get from $ 9768 in a day', ''),
(3598, 1, 514, '7', 'Bitcoin Miiliarder told how he makes money from $ 6557 in a day >>>>>>>>>>>>>>>>>>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8ED7K&sa=D&54=60&usg=AFQjCNEY3K5BsQ-mUq_FMcp6hGUAytb7Og <<<<<<<<<<<<<<<<<<<<<<<<', ''),
(3599, 1, 515, '1', 'Timothywer', ''),
(3600, 1, 515, '2', 'Timothywer', ''),
(3601, 1, 515, '3', 'jorynagel@aol.com', ''),
(3602, 1, 515, '4', '(672) 164-6464', ''),
(3603, 1, 515, '5', 'google', ''),
(3604, 1, 515, '6', 'Quit your job and get passive income from $ 9998 in a day', ''),
(3605, 1, 515, '7', 'Bitcoin Miiliarder told how he makes money from $ 7975 per day >>>>>>>>>>>>>>>>>>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8ED7K&sa=D&23=58&usg=AFQjCNEY3K5BsQ-mUq_FMcp6hGUAytb7Og <<<<<<<<<<<<<<<<<<<<<<<<', ''),
(3606, 1, 516, '1', 'Brian', ''),
(3607, 1, 516, '2', 'WRIGHT', ''),
(3608, 1, 516, '3', 'sales1@dittart.com', ''),
(3609, 1, 516, '4', '(303) 800-6251', ''),
(3610, 1, 516, '5', 'DittART Designer Necklaces', ''),
(3611, 1, 516, '6', 'Get spendid X-Mas gifts your loved ones and friends', ''),
(3612, 1, 516, '7', 'Dear Madam, Dear Sir Are you looking for splendid X-mas gifts for your loved ones and friends? In that case,  DittART Designer Necklaces could be your right choice. DittART designer necklaces are originals created by a famous jewelry designer. Every model is unique. They contain premium glass beads and gemstones, some of which are handmade. The beads are slip over on a nylon thread or a metal string. Every necklace is delivered with the designer’s certificate. Our necklaces own celebrities like country music stars, girlfriends of politicians, etc. In case of your interest in our designer necklaces, please check all models of these necklaces at our store https://dittart.com/4-all-models. We will be pleased to hear from you. Have a great day. Best regards Brian WRIGHT, Eng., DittART Designer Necklaces, Denver, CO, sales@dittart.com, https://dittart.com', ''),
(3613, 1, 517, '1', 'Bryan', ''),
(3614, 1, 517, '2', 'Baker', ''),
(3615, 1, 517, '3', 'bryan@generouscapital.xyz', ''),
(3616, 1, 517, '4', '(202) 991-6766', ''),
(3617, 1, 517, '5', 'Generous Capital', ''),
(3618, 1, 517, '6', 'Hello', ''),
(3619, 1, 517, '7', 'Hello,\r\n\r\nI hope this day finds you well!\r\n\r\nDo you need funding for your Business?\r\n\r\nWe are a direct lender providing unsecured Business Loans up to 500k. \r\n\r\nWe can approve you today and fund tomorrow. \r\n\r\nJust click the link to INSTANTLY see how much you qualify for. www.generouscapital.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nBryan Baker\r\nGenerous Capital\r\nwww.generouscapital.xyz\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.generouscapital.xyz/unsubscribe\r\n\r\n\r\nor write to:\r\n\r\nGenerous Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(3620, 1, 518, '1', 'Ravi', ''),
(3621, 1, 518, '2', 'R', ''),
(3622, 1, 518, '3', 'tech@svscientific.in', ''),
(3623, 1, 518, '4', '(702) 698-1306', ''),
(3624, 1, 518, '5', 'SV Scientific pvt Ltd', ''),
(3625, 1, 518, '6', 'Lab Equipment Suppliers', ''),
(3626, 1, 518, '7', 'Dear sir /madam,I am ravi from sv scientific lab equipment suppliers kindly help me with endusers or procurement / purchase department contacts. For further discussion...', ''),
(3627, 1, 519, '1', 'Mike Thompson', ''),
(3628, 1, 519, '2', 'Mike Thompson', ''),
(3629, 1, 519, '3', 'no-replyPovaTasy@gmail.com', ''),
(3630, 1, 519, '4', '(672) 652-0727', ''),
(3631, 1, 519, '5', 'google', ''),
(3632, 1, 519, '6', 'Increase sales for gangagen.com', ''),
(3633, 1, 519, '7', 'Hi there \r\n \r\nDo you want a quick boost in ranks and sales for your website? \r\nHaving a high DA score, always helps \r\n \r\nGet your gangagen.com to have a DA between 50 to 60 points in Moz with us today and reap the benefits of such a great feat. \r\n \r\nSee our offers here: \r\nhttps://www.strictlydigital.net/product/moz-da50-seo-plan/ \r\n \r\nNEW: ahrefs DR70 is now possible: \r\nhttps://www.strictlydigital.net/product/ahrefs-seo-plan/ \r\n \r\n \r\nThank you \r\nMike Thompson\r\n \r\nmike@strictlydigital.net', ''),
(3634, 1, 520, '1', 'Mark', ''),
(3635, 1, 520, '2', 'Schaefer', ''),
(3636, 1, 520, '3', 'marks@nutricompany.com', ''),
(3637, 1, 520, '4', '(561) 544-0719', ''),
(3638, 1, 520, '5', 'Nutritional Products International', ''),
(3639, 1, 520, '6', 'FIND YOUR PERFECT PARTNER IN THE USA', ''),
(3640, 1, 520, '7', 'Let me introduce you to Nutritional Products International, a global brand management company based in Boca Raton, FL, which helps domestic and international health and wellness companies launch products in the U.S.\r\n\r\nAs senior account executive for business development at NPI, I work with many health and wellness brands that are seeking to enter the U.S. market or expand their sales in America.\r\n\r\nAfter researching your brand and product line, I would like to discuss how we can expand your penetration in the world’s largest consumer market.\r\n\r\nAt NPI, we work hard to make product launches as easy and smooth as possible. We are a one-stop, turnkey approach.\r\n\r\nFor many brands, we become their U.S. headquarters because we offer all the services they need to sell products in America. NPI provides sales, logistics, regulatory compliance, and marketing expertise to our clients.\r\n\r\nWe import, distribute, and promote your products.\r\n\r\nNPI for more than a decade has helped large and small health and wellness brands bring their products to the U.S. NPI is your fast track to the retail market.\r\n\r\nFor more information, please reply to this email or contact me at MarkS@nutricompany.com.\r\n\r\nRespectfully,\r\n\r\nMark\r\n\r\nMark Schaeffer \r\nSenior Account Executive for Business Development\r\nNutritional Products International\r\n150 Palmetto Park Blvd., Suite 800\r\nBoca Raton, FL 33432\r\nOffice: 561-544-071\r\nMarkS@nutricompany.com', ''),
(3641, 1, 521, '1', 'MichaelDap', ''),
(3642, 1, 521, '2', 'MichaelDap', ''),
(3643, 1, 521, '3', 'sandtraninchi1983@gmail.com', ''),
(3644, 1, 521, '4', '(103) 364-5846', ''),
(3645, 1, 521, '5', 'google', ''),
(3646, 1, 521, '6', 'Look this teen video on free porn tube', ''),
(3647, 1, 521, '7', 'The largest free porn tube in the world present <a href=https://www.teenfreshporn.com/>hot young porn</a> videos in HD, 4K on desktop or mobile.', ''),
(3648, 1, 522, '1', 'Miguelnut', ''),
(3649, 1, 522, '2', 'Miguelnut', ''),
(3650, 1, 522, '3', 'c.wolgen@tele2.nl', ''),
(3651, 1, 522, '4', '(102) 581-1502', ''),
(3652, 1, 522, '5', 'google', ''),
(3653, 1, 522, '6', '0day Music Download', ''),
(3654, 1, 522, '7', 'Hey, \r\n \r\nMusic Private FTP, Exclusive Promo Quality 320kbps, Scene Music. \r\nMusic DNB, Beat, Bass, Dubstep, Jungle: https://scenednb.blogspot.com/ \r\nPop, Top 40, TOP, German 100 Music: https://popeurope.blogspot.com/ \r\nHouse Music Beatport: https://beatp0rtmusic.blogspot.com/ \r\nElektronik Musik: https://electronic-2019.blogspot.com/ \r\n \r\nBest regards, Miguel', ''),
(3655, 1, 523, '1', 'Gulshan', ''),
(3656, 1, 523, '2', 'Yadav', ''),
(3657, 1, 523, '3', 'jsygulshan@gmail.com', ''),
(3658, 1, 523, '4', '(088) 021-9492', ''),
(3659, 1, 523, '5', 'ICMR-National Institute of Pathology', ''),
(3660, 1, 523, '6', 'Requirements of Phages', ''),
(3661, 1, 523, '7', 'Hi\r\nI am a reserch scholar from ICMR funded institute working on the development of the novel treatment strategies for MDR Acinetobacter baumannii infections using Phages as an alternative. In this regard I want to have a hunch of well characterized Phages to test the possibility of using them in our model system and thier implications on the MDR bacteria with CRISPR-Cas systems. \r\nI came to know about your repository through Formar IMCR DG Dr. NK Ganguly. \r\nKindly let me know the procedure by which I can aquire phage from your repository. \r\nRegards  \r\nC/o Dr. Ruchi Singh \r\nScientist \'E\'', ''),
(3662, 1, 524, '1', 'Timothywer', ''),
(3663, 1, 524, '2', 'Timothywer', ''),
(3664, 1, 524, '3', 'delucia@bluewin.ch', ''),
(3665, 1, 524, '4', '(674) 408-8108', ''),
(3666, 1, 524, '5', 'google', ''),
(3667, 1, 524, '6', 'Register, press one button and get passive income more $ 8888 per day', ''),
(3668, 1, 524, '7', 'Passive income on the rise and fall of bitcoin more $ 7566 per day >>>>>>>>>>>>>>>>>>>>>>>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc8Prmu&sa=D&71=90&usg=AFQjCNH_EGwAiiB8MpWHxZlE1C27oj3Rvw <<<<<<<<<<<<<<<<<<<<<<<<', ''),
(3669, 1, 525, '1', 'Michaelattem', ''),
(3670, 1, 525, '2', 'Michaelattem', ''),
(3671, 1, 525, '3', 'suzannebaier@tele2.nl', ''),
(3672, 1, 525, '4', '(541) 154-5164', ''),
(3673, 1, 525, '5', 'google', ''),
(3674, 1, 525, '6', '0day Music FLAC Releases', ''),
(3675, 1, 525, '7', 'Hi, \r\n \r\nClub FLAC Scene Music Releases. \r\nScene FLAC Music: https://sceneflac.blogspot.com \r\nBEATPORT MUSIC: https://beatport2020.blogspot.com \r\nMusic Videos: https://musicvideosftp.blogspot.com \r\nOld/New Music: https://oldmusicftp.blogspot.com \r\nDance Hall MP3: https://dancehall2019.blogspot.com \r\n \r\n* Reseller payment method: Paypal, Neteller, Bitcoin, Skrill, Webmoney \r\n* Server\'s capacity: 195 TB for MP3, FLAC, Music Clips. \r\n* Account delivery time: 1 to 24 hours. \r\n* Support: FTP, FTPS (File Transfer Protocol Secure), SFTP and HTTP, HTTPS. \r\n \r\nBest regards, Michael', ''),
(3676, 1, 526, '1', 'MiguelErymn', ''),
(3677, 1, 526, '2', 'MiguelErymn', ''),
(3678, 1, 526, '3', 'c.wolgen@tele2.nl', ''),
(3679, 1, 526, '4', '(821) 101-2862', ''),
(3680, 1, 526, '5', 'google', ''),
(3681, 1, 526, '6', '0day Music Download', ''),
(3682, 1, 526, '7', 'Hey, \r\n \r\nMusic Private FTP, Exclusive Promo Quality 320kbps, Scene Music. \r\nMusic DNB, Beat, Bass, Dubstep, Jungle: https://scenednb.blogspot.com/ \r\nPop, Top 40, TOP, German 100 Music: https://popeurope.blogspot.com/ \r\nHouse Music Beatport: https://beatp0rtmusic.blogspot.com/ \r\nElektronik Musik: https://electronic-2019.blogspot.com/ \r\n \r\nBest regards, Miguel', ''),
(3683, 1, 527, '1', 'Ahmed', ''),
(3684, 1, 527, '2', 'Fouad', ''),
(3685, 1, 527, '3', 'ahmedhammad211083@gmail.com', ''),
(3686, 1, 527, '4', '(122) 444-4230', ''),
(3687, 1, 527, '5', 'Extreme value for import and export', ''),
(3688, 1, 527, '6', 'Business cooperation', ''),
(3689, 1, 527, '7', 'Hello dear ; \r\n\r\nIt is so nice to reach such an innovative business like you do!\r\nThis me dr ahmed Fouad , a veterinarian by profision and CEO of EXTREME value for import and export and its subsidiary companies in Egypt , Tunisia, Uganda .\r\n\r\nWe are one of the searchers for innovative products producers which can satisfy our goals for clean business and profitability.\r\n\r\nWe work through two strategies; \r\n\r\n1- distribution and sales of the some international brands through our distribution subsidiaries in different sectors including human , veterinary and agricultural fields \r\n\r\n2- marketing of the innovative products in Egypt and Africa and find the best distributors to such kind of products and keeping marketing for them to insure good results , by cooperation with manufacturers and working as their extension in our territory through our ambitious and provisional team . Especially in APIs , others therapeutic products and where we couldn’t perform the best for sales and distribution.\r\n\r\nWe always work for benefits of all cooperatives and keep the public benefit in the front and top of our interests.\r\n\r\nWe do such business with some of unique international brands that you will find in our company profile.\r\n\r\nShortly, we are interested in cooperation with your esteemed company in marketing and distribution of your products in Middle East and Africa . \r\n\r\nHope to hear from you soon \r\nThanks a lot \r\n\r\nAhmed \r\n+201224444230', ''),
(3690, 1, 528, '1', 'Michaelattem', ''),
(3691, 1, 528, '2', 'Michaelattem', ''),
(3692, 1, 528, '3', 'suzannebaier@tele2.nl', ''),
(3693, 1, 528, '4', '(767) 305-6047', ''),
(3694, 1, 528, '5', 'google', ''),
(3695, 1, 528, '6', '0day Music FLAC Releases', ''),
(3696, 1, 528, '7', 'Hi, \r\n \r\nClub FLAC Scene Music Releases. \r\nScene FLAC Music: https://sceneflac.blogspot.com \r\nBEATPORT MUSIC: https://beatport2020.blogspot.com \r\nMusic Videos: https://musicvideosftp.blogspot.com \r\nOld/New Music: https://oldmusicftp.blogspot.com \r\nDance Hall MP3: https://dancehall2019.blogspot.com \r\n \r\n* Reseller payment method: Paypal, Neteller, Bitcoin, Skrill, Webmoney \r\n* Server\'s capacity: 195 TB for MP3, FLAC, Music Clips. \r\n* Account delivery time: 1 to 24 hours. \r\n* Support: FTP, FTPS (File Transfer Protocol Secure), SFTP and HTTP, HTTPS. \r\n \r\nBest regards, Michael', ''),
(3697, 1, 529, '1', 'Ahmed', ''),
(3698, 1, 529, '2', 'Fouad', ''),
(3699, 1, 529, '3', 'ahmedhammad211083@gmail.com', ''),
(3700, 1, 529, '4', '(122) 444-4230', ''),
(3701, 1, 529, '5', 'Extreme value for import and export', ''),
(3702, 1, 529, '6', 'Distribution inquiry', ''),
(3703, 1, 529, '7', 'Hello dear ; \r\n\r\nIt is so nice to reach such an innovative business like you do!\r\nThis me dr ahmed Fouad , a veterinarian by profision and CEO of EXTREME value for import and export and its subsidiary companies in Egypt , Tunisia, Uganda .\r\n\r\nWe are one of the searchers for innovative products producers which can satisfy our goals for clean business and profitability.\r\n\r\nWe work through two strategies; \r\n\r\n1- distribution and sales of the some international brands through our distribution subsidiaries in different sectors including human , veterinary and agricultural fields \r\n\r\n2- marketing of the innovative products in Egypt and Africa and find the best distributors to such kind of products and keeping marketing for them to insure good results , by cooperation with manufacturers and working as their extension in our territory through our ambitious and provisional team . Especially in APIs , others therapeutic products and where we couldn’t perform the best for sales and distribution.\r\n\r\nWe always work for benefits of all cooperatives and keep the public benefit in the front and top of our interests.\r\n\r\nWe do such business with some of unique international brands that you will find in our company profile.\r\n\r\nShortly, we are interested in cooperation with your esteemed company in marketing and distribution of your products in Middle East and Africa . \r\n\r\nHope to hear from you soon \r\nThanks a lot \r\n\r\nAhmed \r\n+201224444230', ''),
(3704, 1, 530, '1', 'Mike Tracey', ''),
(3705, 1, 530, '2', 'Mike Tracey', ''),
(3706, 1, 530, '3', 'no-replyPovaTasy@gmail.com', ''),
(3707, 1, 530, '4', '(248) 882-7571', ''),
(3708, 1, 530, '5', 'google', ''),
(3709, 1, 530, '6', 'Local SEO for more business', ''),
(3710, 1, 530, '7', 'Good Day \r\n \r\nWe will enhance your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our services below, we offer Local SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nNEW: \r\nhttps://www.speed-seo.net/product/zip-codes-gmaps-citations/ \r\n \r\nregards \r\nMike Tracey\r\n \r\nSpeed SEO Digital Agency', ''),
(3711, 1, 531, '1', 'Untok', ''),
(3712, 1, 531, '2', 'Untok', ''),
(3713, 1, 531, '3', '6bzvk6u8@hotmail.com', ''),
(3714, 1, 531, '4', '(460) 603-7723', ''),
(3715, 1, 531, '5', 'google', ''),
(3716, 1, 531, '6', 'I promised.', ''),
(3717, 1, 531, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/y2v3v5pp', ''),
(3718, 1, 532, '1', 'Mark', ''),
(3719, 1, 532, '2', 'Schaefer', ''),
(3720, 1, 532, '3', 'marks@nutricompany.com', ''),
(3721, 1, 532, '4', '(561) 544-0719', ''),
(3722, 1, 532, '5', 'Nutritional Products International', ''),
(3723, 1, 532, '6', 'FIND YOUR PERFECT PARTNER IN THE USA', ''),
(3724, 1, 532, '7', 'Let me introduce you to Nutritional Products International, a global brand management company based in Boca Raton, FL, which helps domestic and international health and wellness companies launch products in the U.S.\r\n\r\nAs senior account executive for business development at NPI, I work with many health and wellness brands that are seeking to enter the U.S. market or expand their sales in America.\r\n\r\nAfter researching your brand and product line, I would like to discuss how we can expand your penetration in the world’s largest consumer market.\r\n\r\nAt NPI, we work hard to make product launches as easy and smooth as possible. We are a one-stop, turnkey approach.\r\n\r\nFor many brands, we become their U.S. headquarters because we offer all the services they need to sell products in America. NPI provides sales, logistics, regulatory compliance, and marketing expertise to our clients.\r\n\r\nWe import, distribute, and promote your products.\r\n\r\nNPI for more than a decade has helped large and small health and wellness brands bring their products to the U.S. NPI is your fast track to the retail market.\r\n\r\nFor more information, please reply to this email or contact me at MarkS@nutricompany.com.\r\n\r\nRespectfully,\r\n\r\nMark\r\n\r\nMark Schaeffer \r\nSenior Account Executive for Business Development\r\nNutritional Products International\r\n150 Palmetto Park Blvd., Suite 800\r\nBoca Raton, FL 33432\r\nOffice: 561-544-071\r\nMarkS@nutricompany.com', ''),
(3725, 1, 533, '1', 'Untok', ''),
(3726, 1, 533, '2', 'Untok', ''),
(3727, 1, 533, '3', 'dkt2x4zc@hotmail.com', ''),
(3728, 1, 533, '4', '(072) 731-5432', ''),
(3729, 1, 533, '5', 'google', ''),
(3730, 1, 533, '6', 'I promised.', ''),
(3731, 1, 533, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/y66jzaal', ''),
(3732, 1, 534, '1', 'Mike Ramacey', ''),
(3733, 1, 534, '2', 'Mike Ramacey', ''),
(3734, 1, 534, '3', 'no-replyPovaTasy@gmail.com', ''),
(3735, 1, 534, '4', '(011) 772-8672', ''),
(3736, 1, 534, '5', 'google', ''),
(3737, 1, 534, '6', 'quality monthly SEO plans', ''),
(3738, 1, 534, '7', 'Hi there \r\n \r\nI have just analyzed  gangagen.com for its SEO Trend and saw that your website could use a boost. \r\n \r\nWe will improve your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our services below, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart increasing your sales and leads with us, today! \r\n \r\n \r\nregards \r\nMike Ramacey\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(3739, 1, 535, '1', 'Untok', ''),
(3740, 1, 535, '2', 'Untok', ''),
(3741, 1, 535, '3', 'w1hpgmx1@gmail.com', ''),
(3742, 1, 535, '4', '(327) 425-7313', ''),
(3743, 1, 535, '5', 'google', ''),
(3744, 1, 535, '6', 'I promised.', ''),
(3745, 1, 535, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/y5u4wwd6', ''),
(3746, 1, 536, '1', 'Untok', ''),
(3747, 1, 536, '2', 'Untok', ''),
(3748, 1, 536, '3', 'v8k8mvx3@icloud.com', ''),
(3749, 1, 536, '4', '(213) 253-6572', ''),
(3750, 1, 536, '5', 'google', ''),
(3751, 1, 536, '6', 'I promised.', ''),
(3752, 1, 536, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/y5u6b3bo', ''),
(3753, 1, 537, '1', 'JAMES COOK', ''),
(3754, 1, 537, '2', 'JAMES COOK', ''),
(3755, 1, 537, '3', 'james_cook78@yahoo.com', ''),
(3756, 1, 537, '4', '(572) 721-1505', ''),
(3757, 1, 537, '5', 'google', ''),
(3758, 1, 537, '6', 'Loan @ 3%', ''),
(3759, 1, 537, '7', 'Dear sir/ma \r\nWe are a finance and investment company offering loans at 3% interest rate. We will be happy to make a loan available to your organisation for your project. Our terms and conditions will apply. Our term sheet/loan agreement will be sent to you for review, when we hear from you. Please reply to this email ONLY cookj5939@gmail.com \r\n \r\nRegards. \r\nJames Cook \r\nChairman & CEO Euro Finance & Commercial Ltd', ''),
(3760, 1, 538, '1', 'Issacwaf', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(3761, 1, 538, '2', 'Issacwaf', ''),
(3762, 1, 538, '3', 'jomasseds@yahoo.co.uk', ''),
(3763, 1, 538, '4', '(156) 304-2530', ''),
(3764, 1, 538, '5', 'google', ''),
(3765, 1, 538, '6', '%@*= Quick earnings from $ 1500 per week \"^:-', ''),
(3766, 1, 538, '7', 'Hello. \r\nIf you are interested in this type of earnings, then you should know that investments of $ 500 are needed here once №+*# \r\nFurther, you will receive from $ 1500 per week ?=%_ \r\n>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc9jD1p&sa=D&03=96&usg=AFQjCNE5-l7dYtpQNDLSz9x2TTehrGGJ2w <<<<< \r\nThe essence of earning is to generate income from trading cryptocurrencies in an automatic mode, even if all markets collapse, you will be guaranteed to receive your money from $ 1500 per week. \r\nManage to take your place in the sun and register )^;_ \r\nLimited offer \"%:( \r\n>>>>> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fc9jD1p&sa=D&80=19&usg=AFQjCNE5-l7dYtpQNDLSz9x2TTehrGGJ2w <<<<<', ''),
(3767, 1, 539, '1', 'Bryan', ''),
(3768, 1, 539, '2', 'Baker', ''),
(3769, 1, 539, '3', 'bryan@generouscapital.xyz', ''),
(3770, 1, 539, '4', '(202) 991-6766', ''),
(3771, 1, 539, '5', 'Generous Capital', ''),
(3772, 1, 539, '6', 'Hello', ''),
(3773, 1, 539, '7', 'Hello,\r\n\r\nI hope this day finds you well!\r\n\r\nDo you need funding for your Business?\r\n\r\nWe are a direct lender providing unsecured Business Loans up to 500k. \r\n\r\nWe can approve you today and fund tomorrow. \r\n\r\nJust click the link to INSTANTLY see how much you qualify for. www.generouscapital.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nBryan Baker\r\nGenerous Capital\r\nwww.generouscapital.xyz\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.generouscapital.xyz/unsubscribe\r\n\r\n\r\nor write to:\r\n\r\nGenerous Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(3774, 1, 540, '1', 'FazidDiz', ''),
(3775, 1, 540, '2', 'FazidDiz', ''),
(3776, 1, 540, '3', 'viejo@stromectoldc.com', ''),
(3777, 1, 540, '4', '(462) 784-7143', ''),
(3778, 1, 540, '5', 'google', ''),
(3779, 1, 540, '6', 'Arouse with discount vulgar price pharmacy', ''),
(3780, 1, 540, '7', 'liran stromectol vs mebendozole\r\n besoins generic ivermectin vs. stromectol efficacy\r\n <a href=\"http://ivermectin-3mg.net/#\">ivermectin 12mg\r\n</a> - stromectol buy\r\n http://ivermectin-3mg.net/# - ivermectin 12mg pills\r\n comply pour on ivermectin', ''),
(3781, 1, 541, '1', 'Mike Cook', ''),
(3782, 1, 541, '2', 'Mike Cook', ''),
(3783, 1, 541, '3', 'no-replyPovaTasy@gmail.com', ''),
(3784, 1, 541, '4', '(212) 226-1635', ''),
(3785, 1, 541, '5', 'google', ''),
(3786, 1, 541, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(3787, 1, 541, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Cook\r\n \r\nsupport@digital-x-press.com', ''),
(3788, 1, 542, '1', 'Lucas Persson', ''),
(3789, 1, 542, '2', 'Lucas Persson', ''),
(3790, 1, 542, '3', 'linkedbusiness65@gmail.com', ''),
(3791, 1, 542, '4', '(600) 837-5546', ''),
(3792, 1, 542, '5', 'google', ''),
(3793, 1, 542, '6', 'Collaborate your Business goals in 2022.', ''),
(3794, 1, 542, '7', 'We are glad to introduce you to LinkusBiz LLC. Our services support and grow Businesses. We\'re the  Business Lead Generation Company. Across continents, we link Interest that makes Businesses go Borderless, Pandemic free and  always active. \r\n \r\nWe merge Corporate  leads for Business Partnerships and Trade development. Increase your Business revenue and contacts in 2022 through our network. \r\n \r\nLet\'s onboard your Business into a Global network by signing up for any of our services at http://www.linkusbiz.com/ Follow us on Instagram @linkusbiz \r\n \r\nThe Network Team, \r\nLinkusbiz LLC.', ''),
(3795, 1, 543, '1', 'nam5214386tetcher', ''),
(3796, 1, 543, '2', 'nam5214386tetcher', ''),
(3797, 1, 543, '3', 'olezhka.barich@mail.ru', ''),
(3798, 1, 543, '4', '(842) 477-8685', ''),
(3799, 1, 543, '5', 'google', ''),
(3800, 1, 543, '6', 'tap5214386hyerge', ''),
(3801, 1, 543, '7', 'mys5214386errtbh 9G8AfSc 2A1a LBVF9lv', ''),
(3802, 1, 544, '1', 'Elias Wilson', ''),
(3803, 1, 544, '2', 'Elias Wilson', ''),
(3804, 1, 544, '3', 'perismogarn471@gmail.com', ''),
(3805, 1, 544, '4', '(458) 517-0323', ''),
(3806, 1, 544, '5', 'google', ''),
(3807, 1, 544, '6', 'COVID-19 VACCINE CARD', ''),
(3808, 1, 544, '7', 'Hello, We produce and offer covid 19 vaccine cards to those who need results but are not willing to take the vaccines. With our services,  you can do the following: \r\n- travel \r\n- work \r\nOur services are: \r\n- registered \r\n- checked and  Verified in all System online and we also provide a legit QR code. Get your cards now and keep your DNA unchanged. Contact us for more information WhatsApp Only +1 (260) 209-4973 Or Email address at doctormichael937@gmail.com.', ''),
(3809, 1, 545, '1', 'Untok', ''),
(3810, 1, 545, '2', 'Untok', ''),
(3811, 1, 545, '3', 'q4s10n7t@icloud.com', ''),
(3812, 1, 545, '4', '(371) 126-3504', ''),
(3813, 1, 545, '5', 'google', ''),
(3814, 1, 545, '6', 'I promised.', ''),
(3815, 1, 545, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/yyyl9gly', ''),
(3816, 1, 546, '1', 'Untok', ''),
(3817, 1, 546, '2', 'Untok', ''),
(3818, 1, 546, '3', 'yubv1qtl@hotmail.com', ''),
(3819, 1, 546, '4', '(138) 047-4764', ''),
(3820, 1, 546, '5', 'google', ''),
(3821, 1, 546, '6', 'I promised.', ''),
(3822, 1, 546, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/y2mq7jh9', ''),
(3823, 1, 547, '1', 'Mike Chesterton', ''),
(3824, 1, 547, '2', 'Mike Chesterton', ''),
(3825, 1, 547, '3', 'no-replyPovaTasy@gmail.com', ''),
(3826, 1, 547, '4', '(071) 680-7876', ''),
(3827, 1, 547, '5', 'google', ''),
(3828, 1, 547, '6', 'Increase sales for gangagen.com', ''),
(3829, 1, 547, '7', 'Greetings \r\n \r\nIf you\'ll ever need a permanent increase in your website\'s Domain Authority score, We can help. \r\n \r\nMore info: \r\nhttps://www.strictlydigital.net/product/moz-da50-seo-plan/ \r\n \r\n \r\nThank you \r\nMike Chesterton\r\n \r\nmike@strictlydigital.net', ''),
(3830, 1, 548, '1', 'Mark', ''),
(3831, 1, 548, '2', 'Schaefer', ''),
(3832, 1, 548, '3', 'marks@nutricompany.com', ''),
(3833, 1, 548, '4', '(561) 544-0719', ''),
(3834, 1, 548, '5', 'Nutritional Products International', ''),
(3835, 1, 548, '6', 'Introduction - NPI', ''),
(3836, 1, 548, '7', 'Many companies are known for their product development. That is their expertise.\r\n\r\nAs senior account executive for business development at Nutritional Products International, I have worked with brands that have created and developed innovative products that consumers would want to buy.\r\n\r\nBut these companies don’t have the staff or knowledge to successfully launch their products in the U.S. This is why many domestic and international health and wellness brands reach out to NPI.\r\n\r\nLaunching products in the U.S. is our expertise.\r\n\r\nOn a daily basis, I research companies in the health and wellness sectors, which is how I came across your brand.\r\n\r\nNPI, a global brand management company based in Boca Raton, FL., can help you.\r\n\r\nThrough a one-stop, turnkey platform called the “Evolution of Distribution,” NPI gives you all the expertise and services you need when you launch your product line here. We become your headquarters in the United States.\r\n\r\nWhat does NPI do? We import, distribute, and market your product line.\r\n\r\nWhen you work with NPI, you don’t need to hire a U.S. sales and support team or contract with a high-priced Madison Avenue marketing agency.\r\n\r\nNPI, along with its sister company, InHealth Media, collaboratively work to market your products to consumers and retailers throughout the U.S. \r\n\r\nFor more information, please reply to this email or contact me at MarkS@nutricompany.com.\r\n\r\nRespectfully,\r\n\r\nMark\r\n\r\nMark Schaeffer \r\nSenior Account Executive for Business Development\r\nNutritional Products International\r\n150 Palmetto Park Blvd., Suite 800\r\nBoca Raton, FL 33432\r\nOffice: 561-544-071\r\nMarkS@nutricompany.com', ''),
(3837, 1, 549, '1', 'Untok', ''),
(3838, 1, 549, '2', 'Untok', ''),
(3839, 1, 549, '3', '4mn4cbd0@icloud.com', ''),
(3840, 1, 549, '4', '(322) 487-3508', ''),
(3841, 1, 549, '5', 'google', ''),
(3842, 1, 549, '6', 'I promised.', ''),
(3843, 1, 549, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/y6gu33xc', ''),
(3844, 1, 550, '1', 'Kevin Johnson', ''),
(3845, 1, 550, '2', 'Kevin Johnson', ''),
(3846, 1, 550, '3', 'tbformleads@gmail.com', ''),
(3847, 1, 550, '4', '(300) 155-2531', ''),
(3848, 1, 550, '5', 'google', ''),
(3849, 1, 550, '6', 'Here you go', ''),
(3850, 1, 550, '7', 'Hello \r\n \r\nMy main objective here, is to help increase revenue for you by producing an animated video that will generate leads and sales for your business 24/7, for just $97. \r\n \r\nBut this offer is only good this week, so get your video before the deadline. \r\n \r\nWatch Our Video Now! https://bit.ly/Xpress97offer \r\n \r\nFor less than you spend on coffee each month you get an American Owned Video company that can write your script, create your story board, lay-in a good soundtrack and produce an awesome video that brings home the bacon. \r\n \r\nAgain, this $97 promotion is for this week only. Don’t miss out!!! \r\n \r\nI’m in, show me what you got. https://bit.ly/Xpress97offer \r\n \r\nBest, \r\n \r\nKevin Johnson \r\nBusiness Development Manager', ''),
(3851, 1, 551, '1', 'Untok', ''),
(3852, 1, 551, '2', 'Untok', ''),
(3853, 1, 551, '3', '1e8fqkbc@hotmail.com', ''),
(3854, 1, 551, '4', '(031) 283-7712', ''),
(3855, 1, 551, '5', 'google', ''),
(3856, 1, 551, '6', 'I promised.', ''),
(3857, 1, 551, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/yxj8p2d3', ''),
(3858, 1, 552, '1', 'postingmlmn', ''),
(3859, 1, 552, '2', 'postingmlmn', ''),
(3860, 1, 552, '3', 'tjurjutikovfeona1994@rambler.ru', ''),
(3861, 1, 552, '4', '(158) 538-2600', ''),
(3862, 1, 552, '5', 'google', ''),
(3863, 1, 552, '6', 'Widespread placement of ads on the online for growth of behavioural factors.', ''),
(3864, 1, 552, '7', 'Dear sir! \r\n \r\nGrowth of behavioural factors. \r\nhttps://xn----ftbeand5abdikisgee.xn--p1ai/home/ \r\n \r\nFactors influencing consumer behaviour are certain actions of visitors on the online resource, such as: \r\nlogging in to the online resource, viewing pages, time spent on the web page, “clicks” on links, repeated returns to the web page. \r\n \r\nUTO: \r\nLarge-scale placement of your ads on the web in order to attract potential customers. \r\nGrowth of behavioural factors occurs by the widespread placement of your ads without specifying the address of your website, but with the indication of other identifying features according to which you currently become number one in the search results. These features can include a phone number, a unique name of the company or website, an identifier (a number, a product code, services, promotions), a physical address of the organisation and etc. \r\n \r\nAIM: \r\nThe widespread attraction of customers to your website, services and products. \r\nGrowth of behavioural factors. \r\n \r\nBENEFIT: \r\nAn increase in internet resource visitors who will find your internet resource directly from ads using search engines as well as through additional results of search engines themselves related to a large range of search queries on your topic. \r\n \r\nTHE MAIN ADVANTAGES OF THIS AD: \r\n1. Mass promotion. \r\n2. Quick placement. \r\n3. Price. \r\n4. Topic orientated. \r\n5. Wide reach. \r\n6. Targeting. \r\n7. Organic growth of factors influencing consumer behaviour. \r\n \r\nREASONS TO ORDER MASS ADS PLACEMENT ON THE INTERNET ДЛЯ ORGANIC GROWTH OF BEHAVIOURAL FACTORS: \r\n \r\n1.Mass attraction of customers to your services and products through direct traffic from ads. \r\n2.Organic promotion of your online resource, due to search engine beginning to additionally show it for the widest range of search engine queries based on your subject. \r\n3. The absence of \"bans\" and \"filters\" of search, due to ads being published without an indication of an active link to the internet resource. \r\n4. An increase in internet resource traffic, which leads to an increase in orders and an expansion of the your customer base. \r\n5. \"Warm traffic\", since only engaged visitors visit the online resource. \r\n6. Attraction of individuals and legal entities. \r\n7. Analysis of demand for goods and services. \r\n8.Publication of your ads in different countries all over the world. \r\n \r\nWHERE ADS ARE PLACED: \r\n \r\nAds are published:  on billboards, in guest books, in comments, on forums, in catalogues. \r\nAds are placed on your: landing pages, phones, YouTube videos, websites, social media accounts, and on links to your other ads. \r\n \r\nBAN: \r\nIn this ad a ban by search engine is not possible, since ads are placed without specifying an live link to the web page. \r\n \r\nWorking method: \r\nYou send us the text of the ad, where your unique name and identifier is indicated at the end of the message, according to which an engaged customer can easily find your website in search engine results in order to get further information about your service. \r\nTo do this, a unique name or identifier must be published in the appropriate section of your web page и easily be found in search. \r\n \r\n \r\nMacros: \r\nRandomisation of ads is carried out according to the formula, which is commonly accepted by many programs. As a result of randomisation, a lot of unique ads are obtained from one ad variant. \r\n \r\nThis is achieved by physically synomising the ad text, while the meaning of the messages does not change and remains understandable. \r\n<a href=https://xn----ftbeand5abdikisgee.xn--p1ai/home/> \r\n \r\nWidespread growth of factors influencing consumer behaviour.</a>', ''),
(3865, 1, 553, '1', 'Untok', ''),
(3866, 1, 553, '2', 'Untok', ''),
(3867, 1, 553, '3', 'mnb9zua3@yahoo.com', ''),
(3868, 1, 553, '4', '(511) 805-5067', ''),
(3869, 1, 553, '5', 'google', ''),
(3870, 1, 553, '6', 'I promised.', ''),
(3871, 1, 553, '7', 'Hi, this is Jenny. I am sending you my intimate photos as I promised. https://tinyurl.com/y3rjdsdv', ''),
(3872, 1, 554, '1', 'Untok', ''),
(3873, 1, 554, '2', 'Untok', ''),
(3874, 1, 554, '3', 'cs0opy05@yahoo.com', ''),
(3875, 1, 554, '4', '(764) 784-0477', ''),
(3876, 1, 554, '5', 'google', ''),
(3877, 1, 554, '6', 'I promised.', ''),
(3878, 1, 554, '7', 'Hi, this is Jenny. I am sending you my intimate photos as I promised. https://tinyurl.com/yyqhvfwc', ''),
(3879, 1, 555, '1', 'Bryan', ''),
(3880, 1, 555, '2', 'Baker', ''),
(3881, 1, 555, '3', 'bryan@generouscapital.xyz', ''),
(3882, 1, 555, '4', '(202) 991-6766', ''),
(3883, 1, 555, '5', 'Generous Capital', ''),
(3884, 1, 555, '6', 'Hello', ''),
(3885, 1, 555, '7', 'Hello,\r\n\r\nI hope this day finds you well!\r\n\r\nDo you need funding for your Business?\r\n\r\nWe are a direct lender providing unsecured Business Loans up to 500k. \r\n\r\nWe can approve you today and fund tomorrow. \r\n\r\nJust click the link to INSTANTLY see how much you qualify for. www.generouscapital.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nBryan Baker\r\nGenerous Capital\r\nwww.generouscapital.xyz\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.generouscapital.xyz/unsubscribe\r\n\r\n\r\nor write to:\r\n\r\nGenerous Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(3886, 1, 556, '1', 'Robertmax', ''),
(3887, 1, 556, '2', 'Robertmax', ''),
(3888, 1, 556, '3', 'stephanieschaerer@yahoo.de', ''),
(3889, 1, 556, '4', '(531) 761-1005', ''),
(3890, 1, 556, '5', 'google', ''),
(3891, 1, 556, '6', 'How I made $3,500,000 from the fall of Bitcoin ;@;@', ''),
(3892, 1, 556, '7', 'In the last 15 days, I made $3,500,000 from the fall of Bitcoin by investing just $550 once )=;$ \r\nNow it has begun to rise in price a little and now I am making money on the rise of Bitcoin :_;$ \r\nhttp://www.google.com/url?q=http%3A%2F%2Fgo.rareerad.com%2F0bnl&sa=D&80=71&usg=AFQjCNHocQZNt5Hwt8vVZiybUqVvDGzMBQ \r\nThe best thing is that I do almost nothing and the money goes is passive income ?@;) \r\nIf you want to work like me, then register, invest once from $500, press a couple of buttons and get passive income as well as enjoy life :) \r\nhttp://www.google.com/url?q=http%3A%2F%2Fgo.rareerad.com%2F0bnl&sa=D&87=23&usg=AFQjCNHocQZNt5Hwt8vVZiybUqVvDGzMBQ', ''),
(3893, 1, 557, '1', 'Kim', ''),
(3894, 1, 557, '2', 'Dupuy', ''),
(3895, 1, 557, '3', 'dupuy.kim@yahoo.com', ''),
(3896, 1, 557, '4', '(936) 879-5233', ''),
(3897, 1, 557, '5', 'Kim Dupuy', ''),
(3898, 1, 557, '6', 'Hi', ''),
(3899, 1, 557, '7', 'Stay warm and cozy with a Wall Outlet Portable Space Heater.\r\n\r\nhttps://bit.ly/3K7fNZi\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nor https://bit.ly/3fhszGn', ''),
(3900, 1, 558, '1', 'HarryFueme', ''),
(3901, 1, 558, '2', 'HarryFueme', ''),
(3902, 1, 558, '3', 'reiner.bertling@t-online.de', ''),
(3903, 1, 558, '4', '(357) 783-3272', ''),
(3904, 1, 558, '5', 'google', ''),
(3905, 1, 558, '6', 'Stabiles Einkommen von 19700 EUR in der Woche', ''),
(3906, 1, 558, '7', 'Schnelles Geld von 16800 EUR pro Tag   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fcaa7WZ&sa=D&22=51&usg=AFQjCNHeDhPmQ6da3c_t6uxfxm4yAdThqw   <<<<<<<<<<<<<', ''),
(3907, 1, 559, '1', 'Mike Walkman', ''),
(3908, 1, 559, '2', 'Mike Walkman', ''),
(3909, 1, 559, '3', 'no-replyPovaTasy@gmail.com', ''),
(3910, 1, 559, '4', '(021) 555-6026', ''),
(3911, 1, 559, '5', 'google', ''),
(3912, 1, 559, '6', 'Local SEO for more business', ''),
(3913, 1, 559, '7', 'Hi \r\n \r\nWe will increase your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our plans here, we offer Local SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nNEW: \r\nhttps://www.speed-seo.net/product/zip-codes-gmaps-citations/ \r\n \r\nregards \r\nMike Walkman\r\n \r\nSpeed SEO Digital Agency', ''),
(3914, 1, 560, '1', 'HarryFueme', ''),
(3915, 1, 560, '2', 'HarryFueme', ''),
(3916, 1, 560, '3', 'norbert.katzlinger@web.de', ''),
(3917, 1, 560, '4', '(404) 474-4785', ''),
(3918, 1, 560, '5', 'google', ''),
(3919, 1, 560, '6', 'Stabiles Einkommen von 15400 EUR in der Woche', ''),
(3920, 1, 560, '7', 'Verdienste von 13600 EUR pro Tag   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fcaa7WZ&sa=D&81=72&usg=AFQjCNHeDhPmQ6da3c_t6uxfxm4yAdThqw   <<<<<<<<<<<<<', ''),
(3921, 1, 561, '1', 'HarryFueme', ''),
(3922, 1, 561, '2', 'HarryFueme', ''),
(3923, 1, 561, '3', 'jennifer-steiner@hotmail.de', ''),
(3924, 1, 561, '4', '(587) 605-3253', ''),
(3925, 1, 561, '5', 'google', ''),
(3926, 1, 561, '6', 'Deine Freunde verdienen bereits Vor 17800 EUR in der Woche', ''),
(3927, 1, 561, '7', 'Stabiles Einkommen von 19900 EUR in der Woche   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fcaa7WZ&sa=D&08=10&usg=AFQjCNHeDhPmQ6da3c_t6uxfxm4yAdThqw   <<<<<<<<<<<<<', ''),
(3928, 1, 562, '1', 'HarryFueme', ''),
(3929, 1, 562, '2', 'HarryFueme', ''),
(3930, 1, 562, '3', 'mack.architekten@t-online.de', ''),
(3931, 1, 562, '4', '(022) 185-0437', ''),
(3932, 1, 562, '5', 'google', ''),
(3933, 1, 562, '6', 'Argent rapide avant 15600 EUR dans la semaine', ''),
(3934, 1, 562, '7', 'C\'est votre chance de gagner avant 17800 EUR par jour   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fcaa7WZ&sa=D&06=25&usg=AFQjCNHeDhPmQ6da3c_t6uxfxm4yAdThqw   <<<<<<<<<<<<<', ''),
(3935, 1, 563, '1', 'Edgarbuida', ''),
(3936, 1, 563, '2', 'Edgarbuida', ''),
(3937, 1, 563, '3', 'yagmur_kisir38@hotmail.de', ''),
(3938, 1, 563, '4', '(528) 716-5068', ''),
(3939, 1, 563, '5', 'google', ''),
(3940, 1, 563, '6', 'Shiba Inu (SHIB) will rise to $150 in 3 months', ''),
(3941, 1, 563, '7', 'Insider information. \r\nThe whales are aiming to raise the Shiba Inu (SHIB) price to $150 by May 2022 and hit the big jackpot. \r\nNow one coin costs only $0.000031 and now is the time to buy some coins. \r\nI bought 2,400,000 coins on the Binance exchange, when the coins rise to at least $ 10, I will already be a multimillionaire) \r\nThe information about the whales and their intentions is 100% correct', ''),
(3942, 1, 564, '1', 'Mark', ''),
(3943, 1, 564, '2', 'Schaefer', ''),
(3944, 1, 564, '3', 'marks@nutricompany.com', ''),
(3945, 1, 564, '4', '(561) 544-0719', ''),
(3946, 1, 564, '5', 'Nutritional Products International', ''),
(3947, 1, 564, '6', 'FIND YOUR PERFECT PARTNER IN THE USA', ''),
(3948, 1, 564, '7', 'Let me introduce you to Nutritional Products International, a global brand management company based in Boca Raton, FL, which helps domestic and international health and wellness companies launch products in the U.S.\r\n\r\nAs senior account executive for business development at NPI, I work with many health and wellness brands that are seeking to enter the U.S. market or expand their sales in America.\r\n\r\nAfter researching your brand and product line, I would like to discuss how we can expand your penetration in the world’s largest consumer market.\r\n\r\nAt NPI, we work hard to make product launches as easy and smooth as possible. We are a one-stop, turnkey approach.\r\n\r\nFor many brands, we become their U.S. headquarters because we offer all the services they need to sell products in America. NPI provides sales, logistics, regulatory compliance, and marketing expertise to our clients.\r\n\r\nWe import, distribute, and promote your products.\r\n\r\nNPI for more than a decade has helped large and small health and wellness brands bring their products to the U.S. NPI is your fast track to the retail market.\r\n\r\nFor more information, please reply to this email or contact me at MarkS@nutricompany.com.\r\n\r\nRespectfully,\r\n\r\nMark\r\n\r\nMark Schaeffer \r\nSenior Account Executive for Business Development\r\nNutritional Products International\r\n150 Palmetto Park Blvd., Suite 800\r\nBoca Raton, FL 33432\r\nOffice: 561-544-071\r\nMarkS@nutricompany.com', ''),
(3949, 1, 565, '1', 'Natadab', ''),
(3950, 1, 565, '2', 'Natadab', ''),
(3951, 1, 565, '3', 'woodthighgire1988@gmail.com', ''),
(3952, 1, 565, '4', '(637) 772-8187', ''),
(3953, 1, 565, '5', 'google', ''),
(3954, 1, 565, '6', 'Hello Admin!', ''),
(3955, 1, 565, '7', 'I\'m are very beautiful and hot, fuck me in all holes) https://chicks-for-you.life/?u=41nkd08&o=8dhpkzk', ''),
(3956, 1, 566, '1', 'seo_courses', ''),
(3957, 1, 566, '2', 'seo_courses', ''),
(3958, 1, 566, '3', '87654325565@devioplus.ru', ''),
(3959, 1, 566, '4', '(065) 182-4845', ''),
(3960, 1, 566, '5', 'google', ''),
(3961, 1, 566, '6', 'Thanks', ''),
(3962, 1, 566, '7', 'Useful information \r\n<a href=https://matnat.ru/> </a> \r\nlink <a href=https://fancyflexijobs.com/how-you-can-work-from-home/#comment-4>Thanks</a> 982472f', ''),
(3963, 1, 567, '1', 'HarryFueme', ''),
(3964, 1, 567, '2', 'HarryFueme', ''),
(3965, 1, 567, '3', 'alex.sommerwerck@somweb.de', ''),
(3966, 1, 567, '4', '(823) 150-7634', ''),
(3967, 1, 567, '5', 'google', ''),
(3968, 1, 567, '6', 'Adult american dating free online usa', ''),
(3969, 1, 567, '7', 'Sexy girls for the night in your town   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fcait9s&sa=D&53=65&usg=AFQjCNH4Qw-N-tNSrY9tJ2beK_ngj3CQvg   <<<<<<<<<<<<<', ''),
(3970, 1, 568, '1', 'Vanajakshi', ''),
(3971, 1, 568, '2', 'Vanaja', ''),
(3972, 1, 568, '3', 'vanajav111@gmail.com', ''),
(3973, 1, 568, '4', '(628) 186-1376', ''),
(3974, 1, 568, '5', 'Gangagen', ''),
(3975, 1, 568, '6', 'Im looking for job', ''),
(3976, 1, 568, '7', 'My name is vanajakshi my qualification msc biotechnology I\'m looking for job im currently staying in banglore thankyou sir and mam', ''),
(3977, 1, 569, '1', 'Meredith', ''),
(3978, 1, 569, '2', 'Atkins', ''),
(3979, 1, 569, '3', 'meredith@mailwurks.com', ''),
(3980, 1, 569, '4', '(906) 205-3189', ''),
(3981, 1, 569, '5', 'Helping Covid', ''),
(3982, 1, 569, '6', 'Tax credit', ''),
(3983, 1, 569, '7', 'Hi there, \r\n\r\nI hope you don\'t mind me contacting you.\r\n\r\nI\'m a volunteer with Helping Covid.\r\n\r\nIn short, for free, we are helping business owners find out if they are eligible for the Employee Retention Tax Credit.\r\n\r\nYou can get up to $26k per employee, even if you\'ve received PPP loans.\r\n\r\nEven though it\'s being called a \"credit,\" it\'s in fact simply a check sent to you right from the government, not a loan you pay back.\r\n\r\nFor some reason most business owners don\'t know about it and we\'re trying to help.\r\n\r\nTo make it easy, if you want to find out if you\'re eligible just email me at meredith@mailwurks.com with with \"Yes\" and I\'ll send you the steps.\r\n\r\n\r\nRegards,\r\n\r\nMeredith\r\nVolunteer at Helping Covid\r\n\r\nmeredith@mailwurks.com\r\nhttps://www.helpingcovid.org\r\n\r\n\r\n\r\nSent from my iPhone', ''),
(3984, 1, 570, '1', 'Nancy', ''),
(3985, 1, 570, '2', 'Gupta', ''),
(3986, 1, 570, '3', 'outsourcezeweb@gmail.com', ''),
(3987, 1, 570, '4', '(415) 854-1495', ''),
(3988, 1, 570, '5', 'ZM SERVICES', ''),
(3989, 1, 570, '6', 'Looking to Outsource?', ''),
(3990, 1, 570, '7', 'Hi there,\r\n\r\nThis is Nancy at ZM Services, We are a Business outsourcing agency with 50+ Team Members.\r\n\r\nWe specialize in Multiple Business Services mentioned below:\r\nVirtual Assistance || Data Entry || E-Commerce || Admin/Back-Office || HR || Transcription\r\nCustomer Service || Telemarketing || Content Writing || WordPress Website Development\r\nMobile App Development || Social Media Postings || Bookkeeping\r\n\r\nOur Costing: $12/hr\r\n\r\nPAY AFTER WORK IS DELIVERED || NO OBLIGATION\r\n\r\nWhy should you work with us?\r\n1. Worked with 300+ Clients\r\n2. Long Term Happy Clients working with us.\r\n3. We provide support in all business departments\r\n4. 10+ Year Experience\r\n5. Worked on 200+ Type of different projects\r\n6. Do you have any requirements right now?\r\n\r\nThanks & Regards,\r\nNancy Gupta\r\nEmail Marketing Executive\r\nZM Services\r\nPh: +1 415 429 6711\r\nEmail: Outsourcezeweb@gmail.com', ''),
(3991, 1, 571, '1', 'Untok', ''),
(3992, 1, 571, '2', 'Untok', ''),
(3993, 1, 571, '3', 'fy3iye9g@yahoo.com', ''),
(3994, 1, 571, '4', '(784) 715-7566', ''),
(3995, 1, 571, '5', 'google', ''),
(3996, 1, 571, '6', 'I promised.', ''),
(3997, 1, 571, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/ydaegnwq', ''),
(3998, 1, 572, '1', 'Mike Bosworth', ''),
(3999, 1, 572, '2', 'Mike Bosworth', ''),
(4000, 1, 572, '3', 'no-replyPovaTasy@gmail.com', ''),
(4001, 1, 572, '4', '(285) 614-2383', ''),
(4002, 1, 572, '5', 'google', ''),
(4003, 1, 572, '6', 'affordable monthly SEO plans', ''),
(4004, 1, 572, '7', 'Good Day \r\n \r\nI have just checked  gangagen.com for its SEO Trend and saw that your website could use a push. \r\n \r\nWe will enhance your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart increasing your sales and leads with us, today! \r\n \r\n \r\nregards \r\nMike Bosworth\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(4005, 1, 573, '1', 'Craig', ''),
(4006, 1, 573, '2', 'WILSON', ''),
(4007, 1, 573, '3', 'sales1@wexxastrologicalstudio.com', ''),
(4008, 1, 573, '4', '(303) 800-6251', ''),
(4009, 1, 573, '5', 'WEXX Astrological Studio', ''),
(4010, 1, 573, '6', 'We can help you to find the very best mate', ''),
(4011, 1, 573, '7', 'Dear Madam, Dear Sir Are you looking for a new mate? Do you have several potential candidates for your new mate, but do you need to decide who will be the best of them? We can help you to make this vital decision. We will prepare a highly accurate and detailed Romantic Compatibility report for you and your potential mate(s), where you will get a lot of precise and highly detailed information about a possible relationship with your new mate. This analysis will help you to establish an excellent and a long-lasting relationship with your new partner. Please check more details at https://wexxastrologicalstudio.com. We will be pleased to hear from you. Have a great day. Best regards Craig WILSON, WEXX ASTROLOGICAL STUDIO, Denver, CO, sales@wexxastrologicalstudio.com, https://wexxastrologicalstudio.com', ''),
(4012, 1, 574, '1', 'Untok', ''),
(4013, 1, 574, '2', 'Untok', ''),
(4014, 1, 574, '3', '78k68b5x@icloud.com', ''),
(4015, 1, 574, '4', '(358) 454-7624', ''),
(4016, 1, 574, '5', 'google', ''),
(4017, 1, 574, '6', 'Free Spins Below', ''),
(4018, 1, 574, '7', 'Play for free and win real money! Claim (3) Free Spins Below https://tinyurl.com/ybysvgzt', ''),
(4019, 1, 575, '1', 'MichaelDap', ''),
(4020, 1, 575, '2', 'MichaelDap', ''),
(4021, 1, 575, '3', 'sandtraninchi1983@gmail.com', ''),
(4022, 1, 575, '4', '(470) 006-3224', ''),
(4023, 1, 575, '5', 'google', ''),
(4024, 1, 575, '6', 'Look this teen video on free porn tube', ''),
(4025, 1, 575, '7', 'The coolest Free Porn Video site on internet. Porn <a href=https://www.tubeteenageporn.com/>free young girl</a> videos every hour! The best XXX Porn Tube Video , Sex and Free Porn Movies you want watch on mobile and pc wait you.', ''),
(4026, 1, 576, '1', 'num4745830tetcher', ''),
(4027, 1, 576, '2', 'num4745830tetcher', ''),
(4028, 1, 576, '3', 'hholcombcessar@gmail.com', ''),
(4029, 1, 576, '4', '(548) 044-1005', ''),
(4030, 1, 576, '5', 'google', ''),
(4031, 1, 576, '6', 'typ4745830trurtu', ''),
(4032, 1, 576, '7', 'mns4745830uttjr Gf43RGB xWP6 kHJAx53', ''),
(4033, 1, 577, '1', 'Mark', ''),
(4034, 1, 577, '2', 'Schaefer', ''),
(4035, 1, 577, '3', 'marks@nutricompany.com', ''),
(4036, 1, 577, '4', '(561) 544-0719', ''),
(4037, 1, 577, '5', 'Nutritional Products International', ''),
(4038, 1, 577, '6', 'FIND YOUR PERFECT PARTNER IN THE USA', ''),
(4039, 1, 577, '7', 'Let me introduce you to Nutritional Products International, a global brand management company based in Boca Raton, FL, which helps domestic and international health and wellness companies launch products in the U.S.\r\n\r\nAs senior account executive for business development at NPI, I work with many health and wellness brands that are seeking to enter the U.S. market or expand their sales in America.\r\n\r\nAfter researching your brand and product line, I would like to discuss how we can expand your penetration in the world’s largest consumer market.\r\n\r\nAt NPI, we work hard to make product launches as easy and smooth as possible. We are a one-stop, turnkey approach.\r\n\r\nFor many brands, we become their U.S. headquarters because we offer all the services they need to sell products in America. NPI provides sales, logistics, regulatory compliance, and marketing expertise to our clients.\r\n\r\nWe import, distribute, and promote your products.\r\n\r\nNPI for more than a decade has helped large and small health and wellness brands bring their products to the U.S. NPI is your fast track to the retail market.\r\n\r\nFor more information, please reply to this email or contact me at MarkS@nutricompany.com.\r\n\r\nRespectfully,\r\n\r\nMark\r\n\r\nMark Schaeffer \r\nSenior Account Executive for Business Development\r\nNutritional Products International\r\n150 Palmetto Park Blvd., Suite 800\r\nBoca Raton, FL 33432\r\nOffice: 561-544-071\r\nMarkS@nutricompany.com', ''),
(4040, 1, 578, '1', 'Candy', ''),
(4041, 1, 578, '2', 'Biscocho', ''),
(4042, 1, 578, '3', 'candy@ucsteam.net', ''),
(4043, 1, 578, '4', '(408) 547-4250', ''),
(4044, 1, 578, '5', 'United Contract Services, Inc', ''),
(4045, 1, 578, '6', 'Your office cleaning', ''),
(4046, 1, 578, '7', 'Are you interested in comparing us to your existing office cleaning provider, I believe that we will beat your current price w/ better quality and customer service than your current cleaning provider.\r\n\r\nAre you interested in a custom & complimentary onsite cleaning service proposal?\r\n\r\nMay I give you more information?\r\n\r\nRegards,\r\nCandy\r\n\r\nCandy Biscocho\r\nBusiness Development\r\nUnited Contract Services, Inc\r\n(408) 547-4250\r\ncandy@ucsteam.net\r\n\r\nPlease respond with \"stop\" to opt out', ''),
(4047, 1, 579, '1', 'TommyGat', ''),
(4048, 1, 579, '2', 'TommyGat', ''),
(4049, 1, 579, '3', 'brighttrotter@gmail.com', ''),
(4050, 1, 579, '4', '(706) 687-4807', ''),
(4051, 1, 579, '5', 'google', ''),
(4052, 1, 579, '6', '#SHIBArmy will raise the cost of SHIB to $1 until February 14', ''),
(4053, 1, 579, '7', 'Shytoshi Kusama supported our idea for a global SHIB burn. It is as follows: \r\n1. All #SHIBArmy register here and deposit $350 once: https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FcaloZP&sa=D&06=85&usg=AFQjCNHu2JzCYgD1cCXmq0_1gKBWKqJlCA \r\n2. It launches a smart trading robot, it brings from $150 to $1200 per day, that is, you recoup your costs in 1-2 days, so you don’t lose anything. \r\n3. Our community for each user who has made a deposit is paid $500 according to the CPA payment system. Thus, 100% of the profits received from the affiliate program, our community will direct to the burning of SHIB. \r\nWe plan to raise more than $10,000,000 by February 14th and on February 14th Shytoshi Kusama will tweet about the coin burning, thank everyone who participated in this and make the promised surprise. \r\nhttps://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FcaloZP&sa=D&88=16&usg=AFQjCNHu2JzCYgD1cCXmq0_1gKBWKqJlCA', ''),
(4054, 1, 580, '1', 'Daniel', ''),
(4055, 1, 580, '2', 'Daniel', ''),
(4056, 1, 580, '3', 'support@newlightdigital.com.hubspot-inbox.com', ''),
(4057, 1, 580, '4', '(108) 616-2672', ''),
(4058, 1, 580, '5', 'google', ''),
(4059, 1, 580, '6', 'Let’s chat: A special offer to get more clients buying from you', ''),
(4060, 1, 580, '7', 'Hi there, \r\n \r\nNow that the holidays are over, people are ready to find the best businesses online again. They’re searching for your services on Google, and engaging with your competitors on social media. \r\n \r\nLet’s talk about making it easy for them to find you with a special offer of a $400 monthly social media posting plan, or our monthly search engine optimization package. \r\n \r\nWhen do you have time today to discuss the details? Schedule a call with me here: https://bit.ly/3EHwPZX \r\n \r\nBest, \r\nDaniel \r\n \r\n-- \r\n \r\nDaniel Todercan \r\nOwner, New Light Digital | P: 917-744-9170 \r\nFacebook Ads, Google Ads, Hubspot Certified \r\nOur Blog here: https://bit.ly/3z9a286 \r\nOur Success Stories here: https://bit.ly/3qALn8D \r\nSchedule a call with me here: https://bit.ly/3EHwPZX \r\n \r\nLearn more about us here: https://bit.ly/3zc6P7V', ''),
(4061, 1, 581, '1', 'Paul', ''),
(4062, 1, 581, '2', 'Moore', ''),
(4063, 1, 581, '3', 'paul@moneyace.xyz', ''),
(4064, 1, 581, '4', '(202) 991-6766', ''),
(4065, 1, 581, '5', 'Money Ace', ''),
(4066, 1, 581, '6', 'May I ask you something?', ''),
(4067, 1, 581, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Ace is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyace.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Ace\r\nwww.moneyace.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyace.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Ace\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(4068, 1, 582, '1', 'Waw', ''),
(4069, 1, 582, '2', 'Waw', ''),
(4070, 1, 582, '3', 'nfntwrk@gmail.com', ''),
(4071, 1, 582, '4', '(816) 210-1134', ''),
(4072, 1, 582, '5', 'google', ''),
(4073, 1, 582, '6', 'Cooperation proposition.', ''),
(4074, 1, 582, '7', 'Good day! \r\nMy name is Kori. My letter is addressed to the owner of this website. I am a partner of SocHelping - The new international network of mutual financial support. \r\nService is designed to ensure that everyone who wants to improve their financial situation, could get support from other people around the world! Working Marketing allows you to develop a business structure with profits up to $500,000. I am building my business and I invite You to become part of this Financial Structure! I think You will be interested in this proposal, which includes help from partners, that is, I will participate in the development of Your business. \r\nAll the information is on the website! In the Promo section You can find promotional materials for advertising! All questions You can ask in the support section. \r\nThis is the best solution at the beginning of 2022! Happy to cooperate! \r\nhttps://sochelping.com/p/Doctor', ''),
(4075, 1, 583, '1', 'Jamescok', ''),
(4076, 1, 583, '2', 'Jamescok', ''),
(4077, 1, 583, '3', 'mwangikevin038@gmail.com', ''),
(4078, 1, 583, '4', '(051) 171-3747', ''),
(4079, 1, 583, '5', 'google', ''),
(4080, 1, 583, '6', 'Take from 2 million to 20 million SHIB', ''),
(4081, 1, 583, '7', 'In 3 months Shiba Coin will be worth more than $0.3 and many of SHIB holders will become multimillionaires. \r\nThere is a secret faucet Shiba Coin that gives out from 2 million to 20 million Shiba Inu: 0xF73DC38B1f8C8F138F78479e887507F97Ca693ef \r\nTo receive the coveted coins, you need to send from 1 million Shiba Coin to 10 million Shiba Inu to a secret wallet and the secret faucet will return you the amount 2 times more: 0xF73DC38B1f8C8F138F78479e887507F97Ca693ef', ''),
(4082, 1, 584, '1', 'Mike Tracey', ''),
(4083, 1, 584, '2', 'Mike Tracey', ''),
(4084, 1, 584, '3', 'no-replyPovaTasy@gmail.com', ''),
(4085, 1, 584, '4', '(323) 567-4834', ''),
(4086, 1, 584, '5', 'google', ''),
(4087, 1, 584, '6', 'Competitors not playing the SEO game fair?', ''),
(4088, 1, 584, '7', 'Negative SEO attack Services. Deindex bad competitors from Google. It works with any Website, video, blog, product or service. \r\nhttps://www.seo-treff.de/product/derank-seo-service/', ''),
(4089, 1, 585, '1', 'Untok', ''),
(4090, 1, 585, '2', 'Untok', ''),
(4091, 1, 585, '3', 'zqc18k0f@icloud.com', ''),
(4092, 1, 585, '4', '(216) 383-3742', ''),
(4093, 1, 585, '5', 'google', ''),
(4094, 1, 585, '6', 'I promised.', ''),
(4095, 1, 585, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/ybda5hxe', ''),
(4096, 1, 586, '1', 'Mark', ''),
(4097, 1, 586, '2', 'Schaefer', ''),
(4098, 1, 586, '3', 'marks@nutricompany.com', ''),
(4099, 1, 586, '4', '(561) 544-0719', ''),
(4100, 1, 586, '5', 'Nutritional Products International', ''),
(4101, 1, 586, '6', 'Introduction - NPI', ''),
(4102, 1, 586, '7', 'Many companies are known for their product development. That is their expertise.\r\n\r\nAs senior account executive for business development at Nutritional Products International, I have worked with brands that have created and developed innovative products that consumers would want to buy.\r\n\r\nBut these companies don’t have the staff or knowledge to successfully launch their products in the U.S. This is why many domestic and international health and wellness brands reach out to NPI.\r\n\r\nLaunching products in the U.S. is our expertise.\r\n\r\nOn a daily basis, I research companies in the health and wellness sectors, which is how I came across your brand.\r\n\r\nNPI, a global brand management company based in Boca Raton, FL., can help you.\r\n\r\nThrough a one-stop, turnkey platform called the “Evolution of Distribution,” NPI gives you all the expertise and services you need when you launch your product line here. We become your headquarters in the United States.\r\n\r\nWhat does NPI do? We import, distribute, and market your product line.\r\n\r\nWhen you work with NPI, you don’t need to hire a U.S. sales and support team or contract with a high-priced Madison Avenue marketing agency.\r\n\r\nNPI, along with its sister company, InHealth Media, collaboratively work to market your products to consumers and retailers throughout the U.S. \r\n\r\nFor more information, please reply to this email or contact me at MarkS@nutricompany.com.\r\n\r\nRespectfully,\r\n\r\nMark\r\n\r\nMark Schaeffer \r\nSenior Account Executive for Business Development\r\nNutritional Products International\r\n150 Palmetto Park Blvd., Suite 800\r\nBoca Raton, FL 33432\r\nOffice: 561-544-071\r\nMarkS@nutricompany.com', ''),
(4103, 1, 587, '1', 'RaymondFut', ''),
(4104, 1, 587, '2', 'RaymondFut', ''),
(4105, 1, 587, '3', 'electricservice@gmail.com', ''),
(4106, 1, 587, '4', '(700) 657-2377', ''),
(4107, 1, 587, '5', 'google', ''),
(4108, 1, 587, '6', 'Video for your business', ''),
(4109, 1, 587, '7', 'Hello! We will make a commercial for your business or website for only $20. \r\nThe deal takes place on a well-known freelance exchange, you are protected, the payment will be made after you accept the completed work. \r\nEmail us and we will do the work within 3 hours. \r\nAn example of our work: https://www.youtube.com/watch?v=aRuQxmUwpl4 \r\nTo get started we just need your logo (if available), phone number and website address. \r\nThe resulting video you can use in social networks, on your website, YouTube, and so on. \r\nOur contact information: \r\nrosajmann@gmail.com \r\nSorry if we bothered you, \r\nSincerely, Rosa.', ''),
(4110, 1, 588, '1', 'Eric', ''),
(4111, 1, 588, '2', 'Jones', ''),
(4112, 1, 588, '3', 'eric.jones.z.mail@gmail.com', ''),
(4113, 1, 588, '4', '(555) 555-1212', ''),
(4114, 1, 588, '5', 'jumboleadmagnet.com', ''),
(4115, 1, 588, '6', 'Why not TALK with your leads?', ''),
(4116, 1, 588, '7', 'My name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4117, 1, 589, '1', 'Eric', ''),
(4118, 1, 589, '2', 'Jones', ''),
(4119, 1, 589, '3', 'eric.jones.z.mail@gmail.com', ''),
(4120, 1, 589, '4', '(555) 555-1212', ''),
(4121, 1, 589, '5', 'jumboleadmagnet.com', ''),
(4122, 1, 589, '6', 'There they go…', ''),
(4123, 1, 589, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4124, 1, 590, '1', 'Philipdiepe', ''),
(4125, 1, 590, '2', 'Philipdiepe', ''),
(4126, 1, 590, '3', 'benjamin_harris@sfu.ca', ''),
(4127, 1, 590, '4', '(520) 338-7576', ''),
(4128, 1, 590, '5', 'google', ''),
(4129, 1, 590, '6', 'Invest 559 EUR now once and get passive income from 787 EUR per week', ''),
(4130, 1, 590, '7', 'Invest now and get x195598 in 3 months, act now   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2Fcaw29K&sa=D&00=57&usg=AFQjCNGQV9q_jrDzbeoN8lJR7ho7Mk9lMA   <<<<<<<<<<<<<', ''),
(4131, 1, 591, '1', 'Jefferyslild', ''),
(4132, 1, 591, '2', 'Jefferyslild', ''),
(4133, 1, 591, '3', 'radhanathsardar@gmail.com', ''),
(4134, 1, 591, '4', '(426) 004-1875', ''),
(4135, 1, 591, '5', 'google', ''),
(4136, 1, 591, '6', 'Take from 2 million to 20 million Shiba Inu', ''),
(4137, 1, 591, '7', 'In 3 months Shiba Inu will be worth more than $0.3 and many of SHIB holders will become multimillionaires. \r\nThere is a secret faucet Shiba Coin that gives out from 2 million to 20 million SHIB: 0xF73DC38B1f8C8F138F78479e887507F97Ca693ef \r\nTo receive the coveted coins, you need to send from 1 million Shiba Inu to 10 million Shiba Inu to a secret wallet and the secret faucet will return you the amount 2 times more: 0xF73DC38B1f8C8F138F78479e887507F97Ca693ef', ''),
(4138, 1, 592, '1', 'Untok', ''),
(4139, 1, 592, '2', 'Untok', ''),
(4140, 1, 592, '3', '997rv5a2@gmail.com', ''),
(4141, 1, 592, '4', '(044) 476-0753', ''),
(4142, 1, 592, '5', 'google', ''),
(4143, 1, 592, '6', 'I promised.', ''),
(4144, 1, 592, '7', 'Hi, this is Julia. I am sending you my intimate photos as I promised. https://tinyurl.com/ycz5male', ''),
(4145, 1, 593, '1', 'Philipdiepe', ''),
(4146, 1, 593, '2', 'Philipdiepe', ''),
(4147, 1, 593, '3', 'eroot087@uottawa.ca', ''),
(4148, 1, 593, '4', '(538) 735-2865', ''),
(4149, 1, 593, '5', 'google', ''),
(4150, 1, 593, '6', 'Invest in cryptocurrency and get from 17850 EUR per week', ''),
(4151, 1, 593, '7', 'Invest 566 EUR now once and get passive income from 797 EUR per week   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FcaFv7I&sa=D&84=45&usg=AFQjCNHHKtyFvKnueQoUkG0piI_nyEm9vw   <<<<<<<<<<<<<', ''),
(4152, 1, 594, '1', 'Kevin Johnson', ''),
(4153, 1, 594, '2', 'Kevin Johnson', ''),
(4154, 1, 594, '3', 'tbformleads@gmail.com', ''),
(4155, 1, 594, '4', '(518) 357-4066', ''),
(4156, 1, 594, '5', 'google', ''),
(4157, 1, 594, '6', 'Here you go', ''),
(4158, 1, 594, '7', 'Hello \r\n \r\nMy main objective here, is to help increase revenue for you by producing an animated video that will generate leads and sales for your business 24/7, for just $97. \r\n \r\nBut this offer is only good this week, so get your video before the deadline. \r\n \r\nWatch Our Video Now!   https://bit.ly/Xpress97offer \r\n \r\nFor less than you spend on coffee each month you get an American Owned Video company that can write your script, create your story board, lay-in a good soundtrack and produce an awesome video that brings home the bacon. \r\n \r\nAgain, this $97 promotion is for this week only. Don’t miss out!!! \r\n \r\nI’m in, show me what you got.   https://bit.ly/Xpress97offer \r\n \r\nBest, \r\n \r\nKevin Johnson \r\nBusiness Development Manager', ''),
(4159, 1, 595, '1', 'Mike Dunce', ''),
(4160, 1, 595, '2', 'Mike Dunce', ''),
(4161, 1, 595, '3', 'no-replyPovaTasy@gmail.com', ''),
(4162, 1, 595, '4', '(020) 856-5237', ''),
(4163, 1, 595, '5', 'google', ''),
(4164, 1, 595, '6', 'Increase sales for gangagen.com', ''),
(4165, 1, 595, '7', 'Howdy \r\n \r\nIf you\'ll ever need a permanent increase in your website\'s Domain Authority score, We can help. \r\n \r\nMore info: \r\nhttps://www.strictlydigital.net/product/moz-da50-seo-plan/ \r\n \r\nNEW: Ahrefs DR70 plan: \r\nhttps://www.strictlydigital.net/product/ahrefs-seo-plan/ \r\n \r\n \r\nThank you \r\nMike Dunce\r\n \r\nmike@strictlydigital.net', ''),
(4166, 1, 596, '1', 'Mark', ''),
(4167, 1, 596, '2', 'Schaefer', ''),
(4168, 1, 596, '3', 'marks@nutricompany.com', ''),
(4169, 1, 596, '4', '(561) 544-0719', ''),
(4170, 1, 596, '5', 'Nutritional Products International', ''),
(4171, 1, 596, '6', 'FIND YOUR PERFECT PARTNER IN THE USA', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(4172, 1, 596, '7', 'Let me introduce you to Nutritional Products International, a global brand management company based in Boca Raton, FL, which helps domestic and international health and wellness companies launch products in the U.S.\r\n\r\nAs senior account executive for business development at NPI, I work with many health and wellness brands that are seeking to enter the U.S. market or expand their sales in America.\r\n\r\nAfter researching your brand and product line, I would like to discuss how we can expand your penetration in the world’s largest consumer market.\r\n\r\nAt NPI, we work hard to make product launches as easy and smooth as possible. We are a one-stop, turnkey approach.\r\n\r\nFor many brands, we become their U.S. headquarters because we offer all the services they need to sell products in America. NPI provides sales, logistics, regulatory compliance, and marketing expertise to our clients.\r\n\r\nWe import, distribute, and promote your products.\r\n\r\nNPI for more than a decade has helped large and small health and wellness brands bring their products to the U.S. NPI is your fast track to the retail market.\r\n\r\nFor more information, please reply to this email or contact me at MarkS@nutricompany.com.\r\n\r\nRespectfully,\r\n\r\nMark\r\n\r\nMark Schaeffer \r\nSenior Account Executive for Business Development\r\nNutritional Products International\r\n150 Palmetto Park Blvd., Suite 800\r\nBoca Raton, FL 33432\r\nOffice: 561-544-071\r\nMarkS@nutricompany.com', ''),
(4173, 1, 597, '1', 'Mike Gilbert', ''),
(4174, 1, 597, '2', 'Mike Gilbert', ''),
(4175, 1, 597, '3', 'no-replyPovaTasy@gmail.com', ''),
(4176, 1, 597, '4', '(110) 774-6760', ''),
(4177, 1, 597, '5', 'google', ''),
(4178, 1, 597, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(4179, 1, 597, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Gilbert\r\n \r\nsupport@digital-x-press.com', ''),
(4180, 1, 598, '1', 'Paul', ''),
(4181, 1, 598, '2', 'Moore', ''),
(4182, 1, 598, '3', 'paul@moneyace.xyz', ''),
(4183, 1, 598, '4', '(202) 991-6766', ''),
(4184, 1, 598, '5', 'Money Ace', ''),
(4185, 1, 598, '6', 'May I ask you something?', ''),
(4186, 1, 598, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Ace is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyace.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Ace\r\nwww.moneyace.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyace.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Ace\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(4187, 1, 599, '1', 'HermanClism', ''),
(4188, 1, 599, '2', 'HermanClism', ''),
(4189, 1, 599, '3', 'tatyana.gaplikova@yahoo.com', ''),
(4190, 1, 599, '4', '(332) 616-8876', ''),
(4191, 1, 599, '5', 'google', ''),
(4192, 1, 599, '6', '#SHIBburnBlog #SHIBArmi', ''),
(4193, 1, 599, '7', 'Hello #SHIBArmi. \r\nIf you want to help burn a lot of SHIB coins, then visit this site every day https://shib-burn-blog.blogspot.com/2022/02/the-goal-of-our-blog-is-price-of-shib.html and click on ads. \r\n100% of ad revenue will go towards burning SHIB, it only takes 1 minute of your time. \r\nAnd also, if possible, spread this message on social networks and wherever possible \r\n#SHIBburnBlog #SHIBArmi', ''),
(4194, 1, 600, '1', 'Claudette', ''),
(4195, 1, 600, '2', 'Madden', ''),
(4196, 1, 600, '3', 'claudette.madden@hotmail.com', ''),
(4197, 1, 600, '4', '(845) 352-4431', ''),
(4198, 1, 600, '5', 'Claudette Madden', ''),
(4199, 1, 600, '6', 'Enquiry', ''),
(4200, 1, 600, '7', 'Do you like our article on Giejo magazine?\r\n\r\nhttps://shopgiejo.com/health/cbd-oil-serves-as-an-effective-natural-remedy-for-scleroderma/\r\n\r\nHow much would you charge to advertise a similar article on gangagen.com\r\n\r\nMany thanks\r\n\r\nClaudette Madden', ''),
(4201, 1, 601, '1', 'Marty Tierney', ''),
(4202, 1, 601, '2', 'Marty Tierney', ''),
(4203, 1, 601, '3', 'livestaffinghub@gmail.com', ''),
(4204, 1, 601, '4', '(076) 157-6121', ''),
(4205, 1, 601, '5', 'google', ''),
(4206, 1, 601, '6', 'Here You Go', ''),
(4207, 1, 601, '7', 'Hello \r\n \r\nMy Name is Marty with Live Staff Hub.  My main objective here, is to help you increase revenue for your business by providing Social Media Marketing & Management for only $499 per month! \r\n \r\nTo learn more: WATCH MY VIDEO  https://bit.ly/499SocialMediaOffer \r\n \r\nOur specialists in Facebook, Instagram, LinkedIn and Twitter have a singular purpose and that is to drive more sales for your business. \r\n \r\nThis $499 promotion is for this week only. So, if you want to get this deal before the deadline, click the link below. \r\n \r\nTo learn more: WATCH MY VIDEO https://bit.ly/499SocialMediaOffer \r\n \r\nBest, \r\n \r\nMarty Tierney', ''),
(4208, 1, 602, '1', 'Thomas Kraynik', ''),
(4209, 1, 602, '2', 'Thomas Kraynik', ''),
(4210, 1, 602, '3', 'autoreply@ddmmarketing.ro', ''),
(4211, 1, 602, '4', '(162) 456-6233', ''),
(4212, 1, 602, '5', 'google', ''),
(4213, 1, 602, '6', 'Hoping to help you out | Digital Disruptive Marketing', ''),
(4214, 1, 602, '7', 'Hi there, \r\nAfter analyzing your business\'s online presence, we identified some key growth opportunities. \r\nWe can develop these points and provide you our data and market intelligence report analysis on your specific niche. \r\nMy company helps businesses like yours to grow and disrupt the market. \r\nBest of all, we handle all the IT and marketing implementations, making it extremely simple for you. \r\nSo, if you are interested in learning more about how we can help you get more clients and grow your brand let me know what your calendar looks like. \r\nBest, \r\nThomas Kraynik | SVP \r\nDigital Disruptive Marketing \r\nThe new way of outsourced marketing \r\nEmail: thomas@ddm.marketing \r\nhttps://ddm.marketing', ''),
(4215, 1, 603, '1', 'Eric', ''),
(4216, 1, 603, '2', 'Jones', ''),
(4217, 1, 603, '3', 'eric.jones.z.mail@gmail.com', ''),
(4218, 1, 603, '4', '(555) 555-1212', ''),
(4219, 1, 603, '5', 'jumboleadmagnet.com', ''),
(4220, 1, 603, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(4221, 1, 603, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4222, 1, 604, '1', 'Manjunath', ''),
(4223, 1, 604, '2', 'A', ''),
(4224, 1, 604, '3', 'manju.micro022@gmail.com', ''),
(4225, 1, 604, '4', '(953) 585-5980', ''),
(4226, 1, 604, '5', 'Abdos', ''),
(4227, 1, 604, '6', 'Product promotions', ''),
(4228, 1, 604, '7', 'Need to meet end-users', ''),
(4229, 1, 605, '1', 'Eric', ''),
(4230, 1, 605, '2', 'Jones', ''),
(4231, 1, 605, '3', 'eric.jones.z.mail@gmail.com', ''),
(4232, 1, 605, '4', '(555) 555-1212', ''),
(4233, 1, 605, '5', 'jumboleadmagnet.com', ''),
(4234, 1, 605, '6', 'There they go…', ''),
(4235, 1, 605, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4236, 1, 606, '1', 'Sameena Banu F Y', ''),
(4237, 1, 606, '2', 'Yaragatti', ''),
(4238, 1, 606, '3', 'sameena.fy@gmail.com', ''),
(4239, 1, 606, '4', '(829) 660-9273', ''),
(4240, 1, 606, '5', 'Biotechnology', ''),
(4241, 1, 606, '6', 'Looking for the job opportunity in your organization.', ''),
(4242, 1, 606, '7', 'Kindly consider me if any openings.', ''),
(4243, 1, 607, '1', 'Randy', ''),
(4244, 1, 607, '2', 'Shields', ''),
(4245, 1, 607, '3', 'RShields@aol.com', ''),
(4246, 1, 607, '4', '(209) 249-2289', ''),
(4247, 1, 607, '5', 'Shields LLC', ''),
(4248, 1, 607, '6', 'Website Error', ''),
(4249, 1, 607, '7', 'Your site looks great but I did notice that the word \"Wellcome\" appears to be spelled incorrectly.  I saw a couple small issues like this.  I thought you would like to know!\r\n\r\nIn case you wanted to fix it, in the past we\'ve used services from a websites like HelloSpell.com to keep our site error-free.', ''),
(4250, 1, 608, '1', 'Untok', ''),
(4251, 1, 608, '2', 'Untok', ''),
(4252, 1, 608, '3', 'i7sck6ts@icloud.com', ''),
(4253, 1, 608, '4', '(344) 853-2631', ''),
(4254, 1, 608, '5', 'google', ''),
(4255, 1, 608, '6', 'I promised.', ''),
(4256, 1, 608, '7', 'Hi, this is Julia. I am sending you my intimate photos as I promised. https://tinyurl.com/ydhysc2t', ''),
(4257, 1, 609, '1', 'Philipdiepe', ''),
(4258, 1, 609, '2', 'Philipdiepe', ''),
(4259, 1, 609, '3', 'james@onefishtwofish.co.uk', ''),
(4260, 1, 609, '4', '(822) 228-2180', ''),
(4261, 1, 609, '5', 'google', ''),
(4262, 1, 609, '6', 'Elon Musk\'s new tweet', ''),
(4263, 1, 609, '7', 'Elon Musk told how to earn from $1500 per day   >>>>>>>>>>>>>>  https://jclbln6g32.wholesaleandroid.com/9c22760   <<<<<<<<<<<<<', ''),
(4264, 1, 610, '1', 'Eric', ''),
(4265, 1, 610, '2', 'Jones', ''),
(4266, 1, 610, '3', 'eric.jones.z.mail@gmail.com', ''),
(4267, 1, 610, '4', '(555) 555-1212', ''),
(4268, 1, 610, '5', 'jumboleadmagnet.com', ''),
(4269, 1, 610, '6', 'Strike when the iron’s hot', ''),
(4270, 1, 610, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4271, 1, 611, '1', 'NAVIN', ''),
(4272, 1, 611, '2', 'PRANAMI', ''),
(4273, 1, 611, '3', 'info@w1eximexpert.com', ''),
(4274, 1, 611, '4', '(989) 855-5155', ''),
(4275, 1, 611, '5', 'W1 EXIM EXPERT LLP', ''),
(4276, 1, 611, '6', 'Import Export Data Provider', ''),
(4277, 1, 611, '7', 'Dear Sir/Madam,\r\n\r\nGreetings from W1exim Expert!!!\r\n\r\nW1exim Expert provides global suppliers/buyers contact information like company name, contact person, contact number, email address for 29 and 30 HS Code (Pharmaceutical API, Chemical, Intermediates, Dyes and Pharmaceutical Formulations) and we also provide importers and exporters data custom data based on shipping bill/bill of entry.\r\n\r\nWe have more than 3500 clients in India and across the globe who have expanded and taken their business to the Next level with the help of such data.\r\n\r\nFor further information or sample please contact us on below given detail.\r\n\r\nThanks & Regards,\r\nW1exim Expert LLP\r\nAddress: W1exim Expert LLP, B/808, 8th floor, Times Square Arcade II, \r\nBodakdev, Ahmedabad, Gujarat, 380059, India.\r\nMobile: +91-9898555155/+91-7778993214\r\nEmail: info@w1eximexpert.com\r\nWebsite: www.w1eximexpert.com', ''),
(4278, 1, 612, '1', 'Paul', ''),
(4279, 1, 612, '2', 'Moore', ''),
(4280, 1, 612, '3', 'paul@moneyace.xyz', ''),
(4281, 1, 612, '4', '(202) 991-6766', ''),
(4282, 1, 612, '5', 'Money Ace', ''),
(4283, 1, 612, '6', 'May I ask you something?', ''),
(4284, 1, 612, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Ace is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyace.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Ace\r\nwww.moneyace.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyace.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Ace\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(4285, 1, 613, '1', 'DJSicariocaunc', ''),
(4286, 1, 613, '2', 'DJSicariocaunc', ''),
(4287, 1, 613, '3', 'suzannebaier@tele2.nl', ''),
(4288, 1, 613, '4', '(584) 772-5513', ''),
(4289, 1, 613, '5', 'google', ''),
(4290, 1, 613, '6', 'FTP service is a community for DJs', ''),
(4291, 1, 613, '7', 'Hi, \r\n \r\nFans that helps you gain full access to exclusive electronic. https://0daymusic.org \r\nhttps://www.0daymusic.org/premium.php \r\n \r\nBest regards, DJSicario', ''),
(4292, 1, 614, '1', 'DJKingwhesk', ''),
(4293, 1, 614, '2', 'DJKingwhesk', ''),
(4294, 1, 614, '3', 'henk.akkerman5@tele2.nl', ''),
(4295, 1, 614, '4', '(055) 801-6008', ''),
(4296, 1, 614, '5', 'google', ''),
(4297, 1, 614, '6', 'Scene Music Releases', ''),
(4298, 1, 614, '7', 'Hello, \r\n \r\nFTP service is a community for DJ’s & fans that helps you gain full access to exclusive electronic music. https://www.0daymusic.org \r\nhttps://0daymusic.org/premium.php \r\n \r\nBest Regards, DJ King', ''),
(4299, 1, 615, '1', 'Dominik', ''),
(4300, 1, 615, '2', 'Stephensen', ''),
(4301, 1, 615, '3', 'stephensen.dominik@gmail.com', ''),
(4302, 1, 615, '4', '(906) 439-0802', ''),
(4303, 1, 615, '5', 'Dominik Stephensen', ''),
(4304, 1, 615, '6', 'Introduction', ''),
(4305, 1, 615, '7', 'Good Morning\r\n\r\nI found gangagen.com on Instagram\r\n\r\nMy name is Dominik Stephensen and I am the affiliate manager at justcbdstore.uk\r\n\r\nI am writing to invite gangagen.com to join JustCBD UK Affiliate Program.\r\n\r\nUnlock a steady stream of income by participating as an official affiliate with us. Our affiliates make 10% to 20% commission on each successful sale they refer to us. Each and every sale you refer is track and attributed to you, even if the visitor leaves and completes the sale at a later date. We make sure to meet and exceed industry averages on sales commissions.\r\n\r\nTo read more and sign up with the JustDelta Store Affiliate Program, visit https://justcbdstore.uk/affiliate-info-justcbduk/\r\n\r\nWe look forward to seeing you onboard.\r\n\r\nWarm Regards\r\nDominik Stephensen\r\nUnited States, MI, Chatham, 49816, 4333 Wood Duck Drive, 906-439-0802', ''),
(4306, 1, 616, '1', 'Eric', ''),
(4307, 1, 616, '2', 'Jones', ''),
(4308, 1, 616, '3', 'eric.jones.z.mail@gmail.com', ''),
(4309, 1, 616, '4', '(555) 555-1212', ''),
(4310, 1, 616, '5', 'jumboleadmagnet.com', ''),
(4311, 1, 616, '6', 'Try this, get more leads', ''),
(4312, 1, 616, '7', 'Hi, my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nTalk With Web Visitor – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4313, 1, 617, '1', 'Mike Nelson', ''),
(4314, 1, 617, '2', 'Mike Nelson', ''),
(4315, 1, 617, '3', 'no-replyPovaTasy@gmail.com', ''),
(4316, 1, 617, '4', '(503) 836-3657', ''),
(4317, 1, 617, '5', 'google', ''),
(4318, 1, 617, '6', 'Local SEO for more business', ''),
(4319, 1, 617, '7', 'Greetings \r\n \r\nWe will enhance your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our pricelist here, we offer Local SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nNEW: \r\nhttps://www.speed-seo.net/product/zip-codes-gmaps-citations/ \r\n \r\nregards \r\nMike Nelson\r\n \r\nSpeed SEO Digital Agency', ''),
(4320, 1, 618, '1', 'DJKingset', ''),
(4321, 1, 618, '2', 'DJKingset', ''),
(4322, 1, 618, '3', 'henk.akkerman5@tele2.nl', ''),
(4323, 1, 618, '4', '(778) 713-1331', ''),
(4324, 1, 618, '5', 'google', ''),
(4325, 1, 618, '6', 'Scene Music Releases', ''),
(4326, 1, 618, '7', 'Hello, \r\n \r\nFTP service is a community for DJ’s & fans that helps you gain full access to exclusive electronic music. https://www.0daymusic.org \r\nhttps://0daymusic.org/premium.php \r\n \r\nBest Regards, DJ King', ''),
(4327, 1, 619, '1', 'ANUP', ''),
(4328, 1, 619, '2', 'DHULE', ''),
(4329, 1, 619, '3', 'anupdhule@shreebiocare.com', ''),
(4330, 1, 619, '4', '(970) 275-9006', ''),
(4331, 1, 619, '5', 'SHREE BIOCARE SOLUTIONS PVT LTD', ''),
(4332, 1, 619, '6', 'YOUR NEW FERMENTER PROJECT', ''),
(4333, 1, 619, '7', 'Dear Sir,\r\n\r\nGreetings from Shree Biocare!!!!!!\r\n\r\nWe would like to introduce M/s Shree Biocare Solutions Pvt Ltd. is manufacturing Fermenters / Bioreactors / Bio process plant for since 20 year, Having 1000+ Fermenter (Bio process) project Installation, now we have geared up for promoting ourselves more aggressively. The reason our innovation has resulted in many design changes resulting in performances and correspondingly more than 9 patented technology @ Bio Process plant.\r\n\r\nOur company founder & CEO - Dr Bhadreeshh Pankkhaniya done PhD @ Bioprocess Technology\r\n\r\nWe are sure that with our team with its expertise in designing, manufacturing and new marketing / sales approach, we shall be able to give total solution to our existing and future customer and that to at an affordable price in comparison to big brands\r\nFERMENTER IS OUR ART OF INNOVATION!!!!!!\r\nPlease find attached our company’s certificates for your ready reference \r\nKINDLY SEND US YOUR VALUABLE INQUIRIES FOR YOUR FERMENTER PROJECT.\r\nWith Best Regards,\r\n\r\nAnup Kishor Dhule\r\nShree Biocare India\r\nMumbai Branch Office\r\nanupdhule@shreebiocare.com \r\n+919702759006\r\n \r\nwww.shreebiocare.com', ''),
(4334, 1, 620, '1', 'Mark', ''),
(4335, 1, 620, '2', 'Schaefer', ''),
(4336, 1, 620, '3', 'marks@nutricompany.com', ''),
(4337, 1, 620, '4', '(561) 544-0719', ''),
(4338, 1, 620, '5', 'Nutritional Products International', ''),
(4339, 1, 620, '6', 'FIND YOUR PERFECT PARTNER IN THE USA', ''),
(4340, 1, 620, '7', 'Let me introduce you to Nutritional Products International, a global brand management company based in Boca Raton, FL, which helps domestic and international health and wellness companies launch products in the U.S.\r\n\r\nAs senior account executive for business development at NPI, I work with many health and wellness brands that are seeking to enter the U.S. market or expand their sales in America.\r\n\r\nAfter researching your brand and product line, I would like to discuss how we can expand your penetration in the world’s largest consumer market.\r\n\r\nAt NPI, we work hard to make product launches as easy and smooth as possible. We are a one-stop, turnkey approach.\r\n\r\nFor many brands, we become their U.S. headquarters because we offer all the services they need to sell products in America. NPI provides sales, logistics, regulatory compliance, and marketing expertise to our clients.\r\n\r\nWe import, distribute, and promote your products.\r\n\r\nNPI for more than a decade has helped large and small health and wellness brands bring their products to the U.S. NPI is your fast track to the retail market.\r\n\r\nFor more information, please reply to this email or contact me at MarkS@nutricompany.com.\r\n\r\nRespectfully,\r\n\r\nMark\r\n\r\nMark Schaeffer \r\nSenior Account Executive for Business Development\r\nNutritional Products International\r\n150 Palmetto Park Blvd., Suite 800\r\nBoca Raton, FL 33432\r\nOffice: 561-544-071\r\nMarkS@nutricompany.com', ''),
(4341, 1, 621, '1', 'Diane Angelori', ''),
(4342, 1, 621, '2', 'Diane Angelori', ''),
(4343, 1, 621, '3', 'g.a.76.52.71.9@gmail.com', ''),
(4344, 1, 621, '4', '(200) 681-3048', ''),
(4345, 1, 621, '5', 'google', ''),
(4346, 1, 621, '6', 'Crypto Trading/Lost Profit Recovery Strategy', ''),
(4347, 1, 621, '7', 'Hello \r\n \r\nI\'m Diane Angelori, online trading expert. I want you to know that Online trading (Crypto, Forex and Binary option) is a good thing if you have a good trading strategy, I use to loose a lot of funds in online trading before I got to where I am today. If you need assistance on how to trade and recover back all the money you have lost to your broker and want to be a successful online trader like me, write to me via email below to get an amazing strategy. \r\n \r\nIf you are having problems withdrawing your profit from your Crypt, Forex or Binary option trading account even when you were given a bonus, just contact me, I have worked with some Trade, Regulatory Agencies for 9years, and I have helped a lot of people get back their lost funds from their stubborn brokers successfully and I won\'t stop until I have helped as many as possible. For more info you can contact me via my email address: dianeangelori@protonmail.com', ''),
(4348, 1, 622, '1', 'Untok', ''),
(4349, 1, 622, '2', 'Untok', ''),
(4350, 1, 622, '3', '8bxa9zhk@hotmail.com', ''),
(4351, 1, 622, '4', '(844) 041-5114', ''),
(4352, 1, 622, '5', 'google', ''),
(4353, 1, 622, '6', 'I promised.', ''),
(4354, 1, 622, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/y9cl7qxb', ''),
(4355, 1, 623, '1', 'Philipdiepe', ''),
(4356, 1, 623, '2', 'Philipdiepe', ''),
(4357, 1, 623, '3', 'george.xie@student.tdsb.on.ca', ''),
(4358, 1, 623, '4', '(352) 068-6527', ''),
(4359, 1, 623, '5', 'google', ''),
(4360, 1, 623, '6', 'Elon Musk recommends this service to receive passive income from investments in cryptocurrency from $1340 per day', ''),
(4361, 1, 623, '7', 'Invest today and become the next millionaire...   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Ftelegra.ph%2FArtificial-intelligence-to-bring-passive-income-from-1000-per-day-02-13&sa=D&5757=8987&usg=AFQjCNFFRiAS8VSy4a0f987DC-E3ZwxmuA   <<<<<<<<<<<<<', ''),
(4362, 1, 624, '1', 'Kevin Johnson', ''),
(4363, 1, 624, '2', 'Kevin Johnson', ''),
(4364, 1, 624, '3', 'tbformleads@gmail.com', ''),
(4365, 1, 624, '4', '(620) 877-8537', ''),
(4366, 1, 624, '5', 'google', ''),
(4367, 1, 624, '6', 'Let me know', ''),
(4368, 1, 624, '7', 'Hello \r\n \r\nI just wanted to see if you would be open to getting a Full-Time Virtual Assistant for one week FREE, and the best part is, there is no obligation to continue, and no credit card or payment required to try us out. \r\n \r\nBut this offer is only good this week, for the first 20 clients, so you need to claim your Virtual Assistant Now, before you miss out. \r\n \r\nClick Here To Watch Our Video That Explains Our FREE Offer (  https://bit.ly/getmyaa  ) \r\n \r\nOur Virtual Assistants Can: \r\n \r\n•	Handle a variety of tasks and projects for you so that your day is more productive \r\n•	Follow up on internal/external resources to ensure that there is daily progress \r\n•	Give you back time to focus on building your business instead of admin tasks \r\n \r\n... and much, MUCH more! \r\n \r\nThis FREE Virtual Assistant Offer is worth over $400, and you are getting it for ABSOLUTELY FREE, so Don’t miss out!!! \r\n \r\nClick Here to Get Started With A FREE Virtual Assistant (  https://bit.ly/getmyaa  ) \r\n \r\nBest, \r\n \r\nKevin Johnson \r\nBusiness Development Manager', ''),
(4369, 1, 625, '1', 'Untok', ''),
(4370, 1, 625, '2', 'Untok', ''),
(4371, 1, 625, '3', 'oo7rakyd@yahoo.com', ''),
(4372, 1, 625, '4', '(648) 502-6168', ''),
(4373, 1, 625, '5', 'google', ''),
(4374, 1, 625, '6', 'I promised.', ''),
(4375, 1, 625, '7', 'Hi, this is Julia. I am sending you my intimate photos as I promised. https://tinyurl.com/ycqftdj4', ''),
(4376, 1, 626, '1', 'Jamaalhaivy', ''),
(4377, 1, 626, '2', 'Jamaalhaivy', ''),
(4378, 1, 626, '3', 'hassiba_nabila@live.nl', ''),
(4379, 1, 626, '4', '(168) 124-7537', ''),
(4380, 1, 626, '5', 'google', ''),
(4381, 1, 626, '6', 'Passive income on the purchase and sale of NFT from $9578 per day', ''),
(4382, 1, 626, '7', 'NFT will bring you passive income from $6857 per day   >>>>>>>>>>>>>>  https://tx2y5qki0.inetsolusi.com/98f6cf   <<<<<<<<<<<<<', ''),
(4383, 1, 627, '1', 'Mike Miln', ''),
(4384, 1, 627, '2', 'Mike Miln', ''),
(4385, 1, 627, '3', 'no-replyPovaTasy@gmail.com', ''),
(4386, 1, 627, '4', '(433) 410-1547', ''),
(4387, 1, 627, '5', 'google', ''),
(4388, 1, 627, '6', 'quality monthly SEO plans', ''),
(4389, 1, 627, '7', 'Hi \r\n \r\nI have just analyzed  gangagen.com for the ranking keywords and saw that your website could use a push. \r\n \r\nWe will increase your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart increasing your sales and leads with us, today! \r\n \r\n \r\nregards \r\nMike Miln\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(4390, 1, 628, '1', 'Paul', ''),
(4391, 1, 628, '2', 'Moore', ''),
(4392, 1, 628, '3', 'paul@moneyace.xyz', ''),
(4393, 1, 628, '4', '(202) 991-6766', ''),
(4394, 1, 628, '5', 'Money Ace', ''),
(4395, 1, 628, '6', 'May I ask you something?', ''),
(4396, 1, 628, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Ace is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyace.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Ace\r\nwww.moneyace.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyace.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Ace\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(4397, 1, 629, '1', 'Tiano', ''),
(4398, 1, 629, '2', 'V pzgnqgwqy', ''),
(4399, 1, 629, '3', 'mcleanbettor@yahoo.com', ''),
(4400, 1, 629, '4', '(000) 000-0000', ''),
(4401, 1, 629, '5', 'Ynxcx', ''),
(4402, 1, 629, '6', 'This tipster hit rate is crazy', ''),
(4403, 1, 629, '7', 'Hi,\r\n\r\nAfter I won again using his tips, I felt compelled to share this with members of our noble bar before I jet off.\r\n\r\nhttps://contactmarketer.site/betgurutips\r\n\r\nHis soccer tips are the reason I am able to spend all that dough on the tap. Now that I\'m letting the cat out, \r\n\r\nmembers can continue the booze in our next games after winning with his tips. While there, you can check his tips \r\n\r\nhistory to confirm.\r\n\r\nhttps://contactmarketer.site/guruhistory\r\n\r\nTo the team\r\nChris\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nTo unsubscribe, click the link below', ''),
(4404, 1, 630, '1', 'Eric', ''),
(4405, 1, 630, '2', 'Jones', ''),
(4406, 1, 630, '3', 'eric.jones.z.mail@gmail.com', ''),
(4407, 1, 630, '4', '(555) 555-1212', ''),
(4408, 1, 630, '5', 'jumboleadmagnet.com', ''),
(4409, 1, 630, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(4410, 1, 630, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4411, 1, 631, '1', 'Maureen', ''),
(4412, 1, 631, '2', 'Winstead', ''),
(4413, 1, 631, '3', 'info@voila.sg', ''),
(4414, 1, 631, '4', '(320) 634-0411', ''),
(4415, 1, 631, '5', 'Maureen Winstead', ''),
(4416, 1, 631, '6', 'hello', ''),
(4417, 1, 631, '7', 'I was wondering if you could recommend a good provider for B2B Data  for Training Services? \r\n\r\nI require something like this:\r\n\r\nhttp://ultrarelaxedcbd.blog-a-story.com/11598074/global-hemp-industry-database-and-cbd-shops-b2b-business-data-list-with-emails\r\n\r\nThanks\r\n\r\nMaureen Winstead', ''),
(4418, 1, 632, '1', 'Eric', ''),
(4419, 1, 632, '2', 'Jones', ''),
(4420, 1, 632, '3', 'eric.jones.z.mail@gmail.com', ''),
(4421, 1, 632, '4', '(555) 555-1212', ''),
(4422, 1, 632, '5', 'jumboleadmagnet.com', ''),
(4423, 1, 632, '6', 'Strike when the iron’s hot', ''),
(4424, 1, 632, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(4425, 1, 633, '1', 'Caroline', ''),
(4426, 1, 633, '2', 'Søgaard', ''),
(4427, 1, 633, '3', 'caroline.d.sogaard@ntnu.no', ''),
(4428, 1, 633, '4', '(047) 918-0695', ''),
(4429, 1, 633, '5', 'NTNU', ''),
(4430, 1, 633, '6', 'Regarding your bacteremia rat model', ''),
(4431, 1, 633, '7', 'To the authors of \"Efficacy of Novel Antistaphylococcal Ectolysin P128 in a Rat Model of Methicillin-Resistant Staphylococcus aureus Bacteremia\"\r\n\r\n\r\nI appreciate your work establishing a bacteremia model in rats in your paper \"Efficacy of Novel Antistaphylococcal Ectolysin P128 in a Rat Model of Methicillin-Resistant Staphylococcus aureus Bacteremia\". I am interested in studying the effect of a novel drug, and using your model as guidance. \r\n\r\nI was wondering if you could kindly provide me with details of the criteria you used for deciding the humane endpoint in your study (body weight, motility observations etc?)? \r\n\r\n\r\nBest regards, Caroline Søgaard', ''),
(4432, 1, 634, '1', 'Mike Roger', ''),
(4433, 1, 634, '2', 'Mike Roger', ''),
(4434, 1, 634, '3', 'no-replyPovaTasy@gmail.com', ''),
(4435, 1, 634, '4', '(254) 145-3026', ''),
(4436, 1, 634, '5', 'google', ''),
(4437, 1, 634, '6', 'Competitors not playing the SEO game fair?', ''),
(4438, 1, 634, '7', 'Negative SEO attack Services. Deindex bad competitors from Google. It works with any Website, video, blog, product or service. \r\nhttps://www.seo-treff.de/product/derank-seo-service/', ''),
(4439, 1, 635, '1', 'Eric', ''),
(4440, 1, 635, '2', 'Jones', ''),
(4441, 1, 635, '3', 'eric.jones.z.mail@gmail.com', ''),
(4442, 1, 635, '4', '(555) 555-1212', ''),
(4443, 1, 635, '5', 'jumboleadmagnet.com', ''),
(4444, 1, 635, '6', 'Instead, congrats', ''),
(4445, 1, 635, '7', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4446, 1, 636, '1', 'Mike MacAlister', ''),
(4447, 1, 636, '2', 'Mike MacAlister', ''),
(4448, 1, 636, '3', 'no-replyPovaTasy@gmail.com', ''),
(4449, 1, 636, '4', '(588) 173-4145', ''),
(4450, 1, 636, '5', 'google', ''),
(4451, 1, 636, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(4452, 1, 636, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike MacAlister\r\n \r\nsupport@digital-x-press.com', ''),
(4453, 1, 637, '1', 'Mark', ''),
(4454, 1, 637, '2', 'Schaefer', ''),
(4455, 1, 637, '3', 'marks@nutricompany.com', ''),
(4456, 1, 637, '4', '(561) 544-0719', ''),
(4457, 1, 637, '5', 'Nutritional Products International', ''),
(4458, 1, 637, '6', 'Introduction - NPI', ''),
(4459, 1, 637, '7', 'Many companies are known for their product development. That is their expertise.\r\n\r\nAs senior account executive for business development at Nutritional Products International, I have worked with brands that have created and developed innovative products that consumers would want to buy.\r\n\r\nBut these companies don’t have the staff or knowledge to successfully launch their products in the U.S. This is why many domestic and international health and wellness brands reach out to NPI.\r\n\r\nLaunching products in the U.S. is our expertise.\r\n\r\nOn a daily basis, I research companies in the health and wellness sectors, which is how I came across your brand.\r\n\r\nNPI, a global brand management company based in Boca Raton, FL., can help you.\r\n\r\nThrough a one-stop, turnkey platform called the “Evolution of Distribution,” NPI gives you all the expertise and services you need when you launch your product line here. We become your headquarters in the United States.\r\n\r\nWhat does NPI do? We import, distribute, and market your product line.\r\n\r\nWhen you work with NPI, you don’t need to hire a U.S. sales and support team or contract with a high-priced Madison Avenue marketing agency.\r\n\r\nNPI, along with its sister company, InHealth Media, collaboratively work to market your products to consumers and retailers throughout the U.S. \r\n\r\nFor more information, please reply to this email or contact me at MarkS@nutricompany.com.\r\n\r\nRespectfully,\r\n\r\nMark\r\n\r\nMark Schaeffer \r\nSenior Account Executive for Business Development\r\nNutritional Products International\r\n150 Palmetto Park Blvd., Suite 800\r\nBoca Raton, FL 33432\r\nOffice: 561-544-071\r\nMarkS@nutricompany.com', ''),
(4460, 1, 638, '1', 'Eric', ''),
(4461, 1, 638, '2', 'Jones', ''),
(4462, 1, 638, '3', 'eric.jones.z.mail@gmail.com', ''),
(4463, 1, 638, '4', '(555) 555-1212', ''),
(4464, 1, 638, '5', 'jumboleadmagnet.com', ''),
(4465, 1, 638, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(4466, 1, 638, '7', 'Hello, my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(4467, 1, 639, '1', 'Gina', ''),
(4468, 1, 639, '2', 'Sharma', ''),
(4469, 1, 639, '3', 'info@dataentryassistance.com', ''),
(4470, 1, 639, '4', '(415) 854-1495', ''),
(4471, 1, 639, '5', 'Data Entry Assistant', ''),
(4472, 1, 639, '6', 'Data Entry Assistant', ''),
(4473, 1, 639, '7', 'Hi there,\r\n\r\nThis is Gina from Data Entry Experts. Are you looking to outsource different Data Entry tasks at $12/hour that are mentioned below?\r\n\r\nOnline Data Entry\r\nMedical Bill Data Entry\r\nCopy Paste Data Entry\r\nDocument Data Entry\r\nPhysical to Digital Document Conversion\r\nWooCommerce/Magento/Shopify Product Data Entry\r\nAmazon/Ebay/Etsy/Walmart/Target Product Data Entry\r\nFacebook Shop/Google Merchant Store Product Data Entry\r\nApplication Forms Data Entry\r\nSoftware Data Entry\r\nInvoice/Billing Data Entry Processing\r\nInsurance Claim Processing\r\nOrder Entry\r\nPurchase Entry\r\nCaptcha Filling\r\n1 by 1 Manual Entry\r\nStep by Step Process Entry\r\nAccounting Data Entry\r\nE-Commerce Product Data Entry\r\nMarket Research Forms Processing\r\nCredit Cards Form Processing\r\nSurvey Forms Processing\r\nMortgage Forms Processing\r\nYou can train us on any task and we will do it for you\r\nData Collection\r\nSales Leads List Collection using your Strategy and Criteria\r\nList Creation\r\nTyping Work\r\nData capturing from websites\r\nWordpress/Shopify Data Entry\r\nWeb scrapping and putting data into excel sheet\r\nProper formatting of excel entries\r\nResolve different formats of excel entries into 1 formatt\r\nJPEG to word/excel\r\nExcel cleanup\r\nCompanies Email Research\r\nPhone numbers collection\r\nEmail ID Collection\r\nPDF to word conversion\r\nProcess repetition\r\nGoogle spreadsheet\r\nProperty data research\r\nLinkedin Data Collection\r\nBusiness Card Data Entry\r\nFinding leads online\r\nQualia Data Entry\r\nQuickbooks Data Entry\r\n\r\nDo you have any requirements right now?\r\n\r\nThanks,\r\nGina\r\nData Entry Assistance\r\nEmail: Info@DataEntryAssistance.com\r\nWebsite: DataEntryAssistance.com', ''),
(4474, 1, 640, '1', 'Sangli', ''),
(4475, 1, 640, '2', 'Lemtur', ''),
(4476, 1, 640, '3', 'sangli.lem@gmail.com', ''),
(4477, 1, 640, '4', '(981) 132-2420', ''),
(4478, 1, 640, '5', 'JNU', ''),
(4479, 1, 640, '6', 'Research interview request', ''),
(4480, 1, 640, '7', 'To Whom it may concern,\r\nI am a Research Scholar with the Centre for Community Medicine and Social Medicine, JNU, New Delhi. \r\nI am writing a thesis on Antibiotic Resistance and came across a mention of an Indian Scientist-Entrepreneur who changed Dr. Ryland Young\'s mind about Bacteriophage therapy. \r\nAfter some research I am quite certain that the founder of this company was that same person.\r\nI was hoping I could interview someone from the company about their view on the current \'antibiotic resistance pandemic\' and other topics related to the same for my research.\r\n\r\nI hope to hear from you.\r\n\r\nregards,\r\nSangli', ''),
(4481, 1, 641, '1', 'Jamaalhaivy', ''),
(4482, 1, 641, '2', 'Jamaalhaivy', ''),
(4483, 1, 641, '3', 'dvdonsansa@gmail.com', ''),
(4484, 1, 641, '4', '(034) 472-3533', ''),
(4485, 1, 641, '5', 'google', ''),
(4486, 1, 641, '6', 'Do it faster or you\'ll be late: farming and staking any coins at 1250%', ''),
(4487, 1, 641, '7', 'Only we have farming and staking of any coins at 1250%   >>>>>>>>>>>>>>  https://telegra.ph/Only-on-our-exchange-farming-any-coins-at-950-02-26?rwwr   <<<<<<<<<<<<<', ''),
(4488, 1, 642, '1', 'Becky', ''),
(4489, 1, 642, '2', 'Johns', ''),
(4490, 1, 642, '3', 'becky@adawebsitecomp.org', ''),
(4491, 1, 642, '4', '(833) 981-4301', ''),
(4492, 1, 642, '5', 'ADA Web Comp', ''),
(4493, 1, 642, '6', 'ADA Comp', ''),
(4494, 1, 642, '7', 'Is your website ADA compliant? Besides the legal aspect, having a compliant website will bring more traffic.\r\n\r\nCheck out the advantages here and see if your site is compliant -> https://adawebsitecomp.org\r\n\r\nBest Regards\r\nBecky\r\n\r\n\r\nIf you prefer not to receive these commercial messages you can opt-out here -> https://adawebsitecomp.org/opt-out/', ''),
(4495, 1, 643, '1', 'Jamaalhaivy', ''),
(4496, 1, 643, '2', 'Jamaalhaivy', ''),
(4497, 1, 643, '3', 'linda.khuu.44@gmail.com', ''),
(4498, 1, 643, '4', '(234) 651-1430', ''),
(4499, 1, 643, '5', 'google', ''),
(4500, 1, 643, '6', 'Make yourself passive income from 10500 EUR per month', ''),
(4501, 1, 643, '7', 'Cryptocurrency trading robot with an income of 10500 EUR per month   >>>>>>>>>>>>>>  https://telegra.ph/Cryptocurrency-trading-robot-with-an-income-of-350-EUR-per-day-02-27?bcmk   <<<<<<<<<<<<<', ''),
(4502, 1, 644, '1', 'Eric', ''),
(4503, 1, 644, '2', 'Jones', ''),
(4504, 1, 644, '3', 'eric.jones.z.mail@gmail.com', ''),
(4505, 1, 644, '4', '(555) 555-1212', ''),
(4506, 1, 644, '5', 'jumboleadmagnet.com', ''),
(4507, 1, 644, '6', 'Your site – more leads?', ''),
(4508, 1, 644, '7', 'Hey, this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(4509, 1, 645, '1', 'Candy', ''),
(4510, 1, 645, '2', 'Biscocho', ''),
(4511, 1, 645, '3', 'candy@ucsteam.net', ''),
(4512, 1, 645, '4', '(408) 547-4250', ''),
(4513, 1, 645, '5', 'United Contract Services, Inc', ''),
(4514, 1, 645, '6', 'Your office cleaning.', ''),
(4515, 1, 645, '7', 'Are you interested in comparing us to your existing office cleaning provider, I believe that we will beat your current price w/ better quality and customer service than your current cleaning provider.\r\n\r\nAre you interested in a custom & complimentary onsite cleaning service proposal?\r\n\r\nMay I give you more information?\r\n\r\nRegards,\r\nCandy\r\n\r\nCandy Biscocho\r\nBusiness Development\r\nUnited Contract Services, Inc\r\n(408) 547-4250\r\ncandy@ucsteam.net\r\n\r\nPlease respond with \"stop\" to opt out', ''),
(4516, 1, 646, '1', 'Eric', ''),
(4517, 1, 646, '2', 'Jones', ''),
(4518, 1, 646, '3', 'eric.jones.z.mail@gmail.com', ''),
(4519, 1, 646, '4', '(555) 555-1212', ''),
(4520, 1, 646, '5', 'jumboleadmagnet.com', ''),
(4521, 1, 646, '6', 'Strike when the iron’s hot', ''),
(4522, 1, 646, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4523, 1, 647, '1', 'Paul', ''),
(4524, 1, 647, '2', 'Moore', ''),
(4525, 1, 647, '3', 'paul@moneyace.xyz', ''),
(4526, 1, 647, '4', '(202) 991-6766', ''),
(4527, 1, 647, '5', 'Money Ace', ''),
(4528, 1, 647, '6', 'May I ask you something?', ''),
(4529, 1, 647, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Ace is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyace.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Ace\r\nwww.moneyace.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyace.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Ace\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(4530, 1, 648, '1', 'Jamaalhaivy', ''),
(4531, 1, 648, '2', 'Jamaalhaivy', ''),
(4532, 1, 648, '3', 'reapertwenty@gmail.com', ''),
(4533, 1, 648, '4', '(460) 240-4200', ''),
(4534, 1, 648, '5', 'google', ''),
(4535, 1, 648, '6', 'NFT will bring you passive income from $6897 per day', ''),
(4536, 1, 648, '7', 'Best NFT Coins For Passive Income from $3546 per day   >>>>>>>>>>>>>>  https://telegra.ph/Buy-NFT-on-our-exchange-for-any-amount-and-earn-35-ETH-03-01?12155   <<<<<<<<<<<<<', ''),
(4537, 1, 649, '1', 'Mike Saunder', ''),
(4538, 1, 649, '2', 'Mike Saunder', ''),
(4539, 1, 649, '3', 'no-replyPovaTasy@gmail.com', ''),
(4540, 1, 649, '4', '(067) 002-4322', ''),
(4541, 1, 649, '5', 'google', ''),
(4542, 1, 649, '6', 'NEW: Semrush Backlinks', ''),
(4543, 1, 649, '7', 'Hi \r\n \r\nThis is Mike Saunder\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Saunder\r\n \r\nmike@strictlydigital.net', ''),
(4544, 1, 650, '1', 'Tony', ''),
(4545, 1, 650, '2', 'Patel', ''),
(4546, 1, 650, '3', 'info@wordpresswebsitedesigning.com', ''),
(4547, 1, 650, '4', '(512) 766-9586', ''),
(4548, 1, 650, '5', 'WordPress Website Designing', ''),
(4549, 1, 650, '6', 'WordPress Website Update', ''),
(4550, 1, 650, '7', 'Hi there,\r\n\r\nThis is Tony. We specialize in WordPress Website Development and your website is also developed on WordPress Platform. We can help you with following areas in your website:\r\n\r\nRedesign entire website or some pages\r\nNew Website Development\r\nCustomization in theme or plugin\r\nUpgrade website to latest version\r\nWebsite Optimization for SEO\r\nBug Fixing and speed optimization\r\nNew Feature Development\r\nContent Upload\r\nWebsite Monthly Support\r\n\r\nCan we have a quick call for the same? Please share your phone number.\r\n\r\nThanks\r\nTony\r\nWordPress Website Designing\r\nEmail: Info@Wordpresswebsitedesigning.com', ''),
(4551, 1, 651, '1', 'FrancisHex', ''),
(4552, 1, 651, '2', 'FrancisHex', ''),
(4553, 1, 651, '3', 'florian.91@orange.fr', ''),
(4554, 1, 651, '4', '(744) 785-0858', ''),
(4555, 1, 651, '5', 'google', ''),
(4556, 1, 651, '6', 'Help Ukraine', ''),
(4557, 1, 651, '7', 'Help Ukraine - Don\'t stand aside   >>>>>>>>>>>>>>  https://telegra.ph/Help-for-Ukraine-we-recall-the-UN-called-on-the-world-to-raise-17-billion-to-help-Ukraine-03-03-3?42442   <<<<<<<<<<<<<', ''),
(4558, 1, 652, '1', 'FrancisTum', ''),
(4559, 1, 652, '2', 'FrancisTum', ''),
(4560, 1, 652, '3', 'ralf_hornung@web.de', ''),
(4561, 1, 652, '4', '(366) 473-1664', ''),
(4562, 1, 652, '5', 'google', ''),
(4563, 1, 652, '6', 'Even pensioners make from 10500 EUR per month, so do you', ''),
(4564, 1, 652, '7', 'Even housewives make from 10500 EUR per month, try it yourself   >>>>>>>>>>>>>>  http://www.google.com/url?q=http%3A%2F%2Fgo.tapickot.com%2F0bnl&sa=D&847=840&usg=AFQjCNEBWN7UWBe4sSXxZxr3LAbSgg4tlw   <<<<<<<<<<<<<', ''),
(4565, 1, 653, '1', 'Paul', ''),
(4566, 1, 653, '2', 'Moore', ''),
(4567, 1, 653, '3', 'paul@moneyace.xyz', ''),
(4568, 1, 653, '4', '(202) 991-6766', ''),
(4569, 1, 653, '5', 'Money Ace', ''),
(4570, 1, 653, '6', 'May I ask you something?', ''),
(4571, 1, 653, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Ace is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyace.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Ace\r\nwww.moneyace.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyace.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Ace\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(4572, 1, 654, '1', 'FrancisTum', ''),
(4573, 1, 654, '2', 'FrancisTum', ''),
(4574, 1, 654, '3', 'alessandradeluca.93@libero.it', ''),
(4575, 1, 654, '4', '(536) 878-6553', ''),
(4576, 1, 654, '5', 'google', ''),
(4577, 1, 654, '6', '10500 EUR per month with our trading robot', ''),
(4578, 1, 654, '7', 'Cryptocurrency trading robot with an income of 10500 EUR per month   >>>>>>>>>>>>>>  http://www.google.com/url?q=http%3A%2F%2Fgo.tapickot.com%2F0bnl&sa=D&855=770&usg=AFQjCNEBWN7UWBe4sSXxZxr3LAbSgg4tlw   <<<<<<<<<<<<<', ''),
(4579, 1, 655, '1', 'Paco  Martinez', ''),
(4580, 1, 655, '2', 'Paco  Martinez', ''),
(4581, 1, 655, '3', 'martinezpaco625@gmail.com', ''),
(4582, 1, 655, '4', '(045) 525-5027', ''),
(4583, 1, 655, '5', 'google', ''),
(4584, 1, 655, '6', 'Kindly acknowledge to indicate receipt', ''),
(4585, 1, 655, '7', 'I am  a solicitor at law. I am the personal attorney to the late Mrs. Anna  who used to work with Shell - development company . Hereafter shall be  referred to as my client. \r\n \r\nOn the 29th  December  2009, my client, his husband and their three  children were involved in a car accident. All occupants of the vehicle unfortunately lost their lives. Since then I have made several enquiries to your embassy to locate any of my clients extended  relatives. \r\n \r\nAfter these several unsuccessful attempts, I decided to track his last  name over the Internet, to locate any member of his family hence I  contacted you. \r\n \r\nThe finance company where the deceased had an account valued at about  9.5 million euros has issued me a notice to provide the next of kin or have the account confiscated within the next ten  official working days. \r\n \r\nSincerely, \r\nBarrister   Paco  Martinez (Esq) \r\nTel/Fax:  0034-604-197-938 \r\nReply To:  Pacomartinezconsultant@gmail.com', ''),
(4586, 1, 656, '1', 'Untok', ''),
(4587, 1, 656, '2', 'Untok', ''),
(4588, 1, 656, '3', '0wzo2trg@hotmail.com', ''),
(4589, 1, 656, '4', '(522) 454-6372', ''),
(4590, 1, 656, '5', 'google', ''),
(4591, 1, 656, '6', 'I promised.', ''),
(4592, 1, 656, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/ya5zs5h3', ''),
(4593, 1, 657, '1', 'FrancisTum', ''),
(4594, 1, 657, '2', 'FrancisTum', ''),
(4595, 1, 657, '3', 'mike.cavaliere0312@gmail.com', ''),
(4596, 1, 657, '4', '(006) 631-0206', ''),
(4597, 1, 657, '5', 'google', ''),
(4598, 1, 657, '6', 'These NFTs Pay $5700 Per Day in Passive Income!', ''),
(4599, 1, 657, '7', 'Trade NFT and become a millionaire   >>>>>>>>>>>>>>  https://telegra.ph/Get-NFT-worth-more-than-80000-03-06?72886   <<<<<<<<<<<<<', ''),
(4600, 1, 658, '1', 'FrancisTum', ''),
(4601, 1, 658, '2', 'FrancisTum', ''),
(4602, 1, 658, '3', 'bernadettemhannahh@gmail.com', ''),
(4603, 1, 658, '4', '(130) 413-0106', ''),
(4604, 1, 658, '5', 'google', ''),
(4605, 1, 658, '6', 'Only we have a payout for staking from $150 to $4500 every day to your wallet', ''),
(4606, 1, 658, '7', 'Stake crypto and get from $150 to $4500 to your wallet every day   >>>>>>>>>>>>>>  https://telegra.ph/Profitable-staking-of-cryptocurrencies-15-of-staked-amount-every-day-to-your-wallet-03-07-5?63427   <<<<<<<<<<<<<', ''),
(4607, 1, 659, '1', 'Christian Djurit', ''),
(4608, 1, 659, '2', 'Christian Djurit', ''),
(4609, 1, 659, '3', 'zummkke@icloud.com', ''),
(4610, 1, 659, '4', '(415) 183-5163', ''),
(4611, 1, 659, '5', 'google', ''),
(4612, 1, 659, '6', 'Business Reply', ''),
(4613, 1, 659, '7', 'We provide funding  through our venture company to both startups and existing businesses either looking for expansion or to accelerate their company growth. \r\nWe have a structured joint venture investment plan in which we are interested in an annual return on investment not more than 10% ROI. We are also currently structuring a convertible debt and loan financing of 3% interest repayable annually with no early prepayment penalties. \r\nEmail: chris.djurit@protonmail.com \r\nchris.djurit@alconmcl.com \r\nChristian Djurit \r\nDirector/Investment Head \r\nAlcon Management Company LTD UK.', ''),
(4614, 1, 660, '1', 'Kevin Johnson', ''),
(4615, 1, 660, '2', 'Kevin Johnson', ''),
(4616, 1, 660, '3', 'tbformleads@gmail.com', ''),
(4617, 1, 660, '4', '(062) 087-2363', ''),
(4618, 1, 660, '5', 'google', ''),
(4619, 1, 660, '6', 'Quick question', ''),
(4620, 1, 660, '7', 'Hello \r\n \r\nDo you want to increase sales for your business 24/7? \r\n \r\nThen you might want to get an Animated Explainer Video that you can put on your website, post on social media and send out to potential clients in an email. \r\n \r\nAnd today we have slashed our price from $497 to just $97. So, you are saving $400 when you order this week. \r\n \r\nBut this offer is only good this week, for the first 20 clients, so you need to order now, before you miss out. \r\n \r\nClick Here Now To Watch Our Video About Our Great Offer (  https://bit.ly/Xpress97offer  ) \r\n \r\nFor less than you spend on coffee each month, you get an American Owned Video company that can write your script, create your story board, lay-in a good soundtrack and produce an awesome video that brings home the bacon. \r\n \r\nDid you know: \r\n \r\n•	64% of customers are more likely to buy a product online after watching a video about it... \r\n•	Putting videos on landing pages and websites can increase conversion rates by 80%... \r\n•	92% of people who watch videos share them with other people... \r\nAgain, this $97 promotion is for this week only. Don’t miss out!!! The normal price is $497, so today you are saving $400. Get your video today before the 20 discounted video slots are gone. \r\n \r\nClick Here Now And Claim Your $97 Video  (  https://bit.ly/Xpress97offer  ) \r\n \r\nBest, \r\n \r\nKevin Johnson \r\nBusiness Development Manager', ''),
(4621, 1, 661, '1', 'Untok', ''),
(4622, 1, 661, '2', 'Untok', ''),
(4623, 1, 661, '3', 'q2ov2aiu@gmail.com', ''),
(4624, 1, 661, '4', '(384) 063-4562', ''),
(4625, 1, 661, '5', 'google', ''),
(4626, 1, 661, '6', 'I promised.', ''),
(4627, 1, 661, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/yct9wslj', ''),
(4628, 1, 662, '1', 'FrancisTum', ''),
(4629, 1, 662, '2', 'FrancisTum', ''),
(4630, 1, 662, '3', 'speinetti@orange.fr', ''),
(4631, 1, 662, '4', '(803) 705-5573', ''),
(4632, 1, 662, '5', 'google', ''),
(4633, 1, 662, '6', 'Paiements en temps de crise Г  partir de 500 EUR par jour pour tout le monde', ''),
(4634, 1, 662, '7', 'Paiements en temps de crise Г  partir de 500 EUR par jour pour tout le monde   >>>>>>>>>>>>>>  https://telegra.ph/A-partir-de-500-EUR-par-jour-pendant-la-crise-%C3%A0-partir-dun-seul-investissement-03-08-2?31955   <<<<<<<<<<<<<', ''),
(4635, 1, 663, '1', 'Mark', ''),
(4636, 1, 663, '2', 'Schaefer', ''),
(4637, 1, 663, '3', 'marks@nutricompany.com', ''),
(4638, 1, 663, '4', '(561) 544-0719', ''),
(4639, 1, 663, '5', 'Nutritional Products International', ''),
(4640, 1, 663, '6', 'Introduction - NPI', ''),
(4641, 1, 663, '7', 'Many companies are known for their product development. That is their expertise.\r\n\r\nAs senior account executive for business development at Nutritional Products International, I have worked with brands that have created and developed innovative products that consumers would want to buy.\r\n\r\nBut these companies don’t have the staff or knowledge to successfully launch their products in the U.S. This is why many domestic and international health and wellness brands reach out to NPI.\r\n\r\nLaunching products in the U.S. is our expertise.\r\n\r\nOn a daily basis, I research companies in the health and wellness sectors, which is how I came across your brand.\r\n\r\nNPI, a global brand management company based in Boca Raton, FL., can help you.\r\n\r\nThrough a one-stop, turnkey platform called the “Evolution of Distribution,” NPI gives you all the expertise and services you need when you launch your product line here. We become your headquarters in the United States.\r\n\r\nWhat does NPI do? We import, distribute, and market your product line.\r\n\r\nWhen you work with NPI, you don’t need to hire a U.S. sales and support team or contract with a high-priced Madison Avenue marketing agency.\r\n\r\nNPI, along with its sister company, InHealth Media, collaboratively work to market your products to consumers and retailers throughout the U.S. \r\n\r\nFor more information, please reply to this email or contact me at MarkS@nutricompany.com.\r\n\r\nRespectfully,\r\n\r\nMark\r\n\r\nMark Schaeffer \r\nSenior Account Executive for Business Development\r\nNutritional Products International\r\n150 Palmetto Park Blvd., Suite 800\r\nBoca Raton, FL 33432\r\nOffice: 561-544-071\r\nMarkS@nutricompany.com', ''),
(4642, 1, 664, '1', 'FrancisTum', ''),
(4643, 1, 664, '2', 'FrancisTum', ''),
(4644, 1, 664, '3', 'denthomas@wanadoo.fr', ''),
(4645, 1, 664, '4', '(523) 661-1385', ''),
(4646, 1, 664, '5', 'google', ''),
(4647, 1, 664, '6', 'Inscrivez-vous dГЁs maintenant et recevez Г  partir de 500 EUR par jour', ''),
(4648, 1, 664, '7', 'Inscrivez-vous dГЁs maintenant et recevez Г  partir de 500 EUR par jour   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FcbGIPc&sa=D&469=689&usg=AFQjCNHUToAVTERs1XPU4mJx1eq1l7vSmg   <<<<<<<<<<<<<', ''),
(4649, 1, 665, '1', 'Eric', ''),
(4650, 1, 665, '2', 'Jones', ''),
(4651, 1, 665, '3', 'eric.jones.z.mail@gmail.com', ''),
(4652, 1, 665, '4', '(555) 555-1212', ''),
(4653, 1, 665, '5', 'jumboleadmagnet.com', ''),
(4654, 1, 665, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(4655, 1, 665, '7', 'Hello, my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4656, 1, 666, '1', 'FrancisTum', ''),
(4657, 1, 666, '2', 'FrancisTum', ''),
(4658, 1, 666, '3', 'henkmaurits@hotmail.nl', ''),
(4659, 1, 666, '4', '(648) 760-3731', ''),
(4660, 1, 666, '5', 'google', ''),
(4661, 1, 666, '6', 'By air, land, and sea, Russia has launched a devastating attack on Ukraine, a European democracy of 44 million people. Help us stop Russian aggression!', ''),
(4662, 1, 666, '7', 'Donate to Help Children in Ukraine | Save the Children   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FcbJxkB&sa=D&744=057&usg=AFQjCNEC4GKgOe88ifNjJrnaGNLEz6uneQ   <<<<<<<<<<<<<', ''),
(4663, 1, 667, '1', 'Ed', ''),
(4664, 1, 667, '2', 'Harris', ''),
(4665, 1, 667, '3', 'ed@fundingnetwork.xyz', ''),
(4666, 1, 667, '4', '(202) 991-6766', ''),
(4667, 1, 667, '5', 'Funding Network', ''),
(4668, 1, 667, '6', 'Quick Question', ''),
(4669, 1, 667, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nHowever, if you need working capital to further grow and expand your business, we may be a perfect fit for you and here’s why. \r\n\r\nOur loans are NOT based on your personal credit, and NO collateral is required.\r\n\r\nWe are a Direct Lender who can approve your loan today, and fund as early as Tomorrow.\r\n\r\nWe offer loans from 5k to 500k with flexible payments and great terms.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.fundingnetwork.xyz   Applying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEd Harris\r\nFunding Network\r\nwww.fundingnetwork.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.fundingnetwork.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nFunding Network\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(4670, 1, 668, '1', 'Dennis', ''),
(4671, 1, 668, '2', 'Perpetua', ''),
(4672, 1, 668, '3', 'dennis@qualitybloggeroutreach.com', ''),
(4673, 1, 668, '4', '(833) 288-8913', ''),
(4674, 1, 668, '5', 'QGP Limited', ''),
(4675, 1, 668, '6', 'Regarding advertising on your blog', ''),
(4676, 1, 668, '7', 'Hello, \r\n\r\nThis is Dennis Perpetua from QGP.com,\r\n\r\nWe’re interested in advertising on your blog, \r\n\r\nIs this something you’d be willing to discuss? \r\n\r\n\r\nP.S.: If you don\'t want me to contact you again, just let me know.\r\n\r\nDennis Perpetua\r\nOutreach Manager\r\nwww.qgp.com', ''),
(4677, 1, 669, '1', 'FrancisTum', ''),
(4678, 1, 669, '2', 'FrancisTum', ''),
(4679, 1, 669, '3', 'cghost0611@ziggo.nl', ''),
(4680, 1, 669, '4', '(114) 337-4833', ''),
(4681, 1, 669, '5', 'google', ''),
(4682, 1, 669, '6', 'Real ways you can help Ukraine as a foreigner', ''),
(4683, 1, 669, '7', 'By air, land, and sea, Russia has launched a devastating attack on Ukraine, a European democracy of 44 million people. Help us stop Russian aggression!   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FcbJxkB&sa=D&767=067&usg=AFQjCNEC4GKgOe88ifNjJrnaGNLEz6uneQ   <<<<<<<<<<<<<', ''),
(4684, 1, 670, '1', 'John', ''),
(4685, 1, 670, '2', 'Williams', ''),
(4686, 1, 670, '3', 'john@loansinstant.xyz', ''),
(4687, 1, 670, '4', '(202) 991-6766', ''),
(4688, 1, 670, '5', 'Loans Instant', ''),
(4689, 1, 670, '6', 'Will this work for you?', ''),
(4690, 1, 670, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nWould you consider a Working Capital Loan for your business if the price and terms were acceptable?\r\n\r\nLoans Instant is a Direct Lender offering loans from 10k to 500k with funding decisions is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.loansinstant.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nJohn Williams\r\nLoans Instant\r\nwww.loansinstant.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.loansinstant.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nLoans Instant\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(4691, 1, 671, '1', 'FrancisTum', ''),
(4692, 1, 671, '2', 'FrancisTum', ''),
(4693, 1, 671, '3', 'erik@cbc-groningen.nl', ''),
(4694, 1, 671, '4', '(132) 620-3878', ''),
(4695, 1, 671, '5', 'google', ''),
(4696, 1, 671, '6', 'Passive income up to $5800 per day', ''),
(4697, 1, 671, '7', 'Invest once and get passive income from $65000 per month   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FcbGIPc&sa=D&848=640&usg=AFQjCNHUToAVTERs1XPU4mJx1eq1l7vSmg   <<<<<<<<<<<<<', ''),
(4698, 1, 672, '1', 'Mike Enderson', ''),
(4699, 1, 672, '2', 'Mike Enderson', ''),
(4700, 1, 672, '3', 'no-replyPovaTasy@gmail.com', ''),
(4701, 1, 672, '4', '(723) 158-0520', ''),
(4702, 1, 672, '5', 'google', ''),
(4703, 1, 672, '6', 'Local SEO for more business', ''),
(4704, 1, 672, '7', 'Howdy \r\n \r\nWe will increase your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our plans here, we offer Local SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nNEW: \r\nhttps://www.speed-seo.net/product/zip-codes-gmaps-citations/ \r\n \r\nregards \r\nMike Enderson\r\n \r\nSpeed SEO Digital Agency', ''),
(4705, 1, 673, '1', 'Untok', ''),
(4706, 1, 673, '2', 'Untok', ''),
(4707, 1, 673, '3', '4g4wlwiv@icloud.com', ''),
(4708, 1, 673, '4', '(474) 687-5541', ''),
(4709, 1, 673, '5', 'google', ''),
(4710, 1, 673, '6', 'I promised.', ''),
(4711, 1, 673, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/yczr96mo', ''),
(4712, 1, 674, '1', 'FrancisTum', ''),
(4713, 1, 674, '2', 'FrancisTum', ''),
(4714, 1, 674, '3', 'bart-greveling@live.nl', ''),
(4715, 1, 674, '4', '(576) 344-0455', ''),
(4716, 1, 674, '5', 'google', ''),
(4717, 1, 674, '6', 'Your earnings on Adsense $200 per day', ''),
(4718, 1, 674, '7', 'Fast money up to $7700 per day   >>>>>>>>>>>>>>  https://telegra.ph/200-Per-Day-With-My-Simple-Google-AdSense-Method-03-11?25795   <<<<<<<<<<<<<', ''),
(4719, 1, 675, '1', 'Eric', ''),
(4720, 1, 675, '2', 'Jones', ''),
(4721, 1, 675, '3', 'eric.jones.z.mail@gmail.com', ''),
(4722, 1, 675, '4', '(555) 555-1212', ''),
(4723, 1, 675, '5', 'jumboleadmagnet.com', ''),
(4724, 1, 675, '6', 'Why not TALK with your leads?', ''),
(4725, 1, 675, '7', 'My name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4726, 1, 676, '1', 'Anonymous Pharmacy', ''),
(4727, 1, 676, '2', 'Anonymous Pharmacy', ''),
(4728, 1, 676, '3', 'legitanonymousfada@gmail.com', ''),
(4729, 1, 676, '4', '(573) 180-8075', ''),
(4730, 1, 676, '5', 'google', ''),
(4731, 1, 676, '6', 'Buy GHB (gamma hydroxybutyrate) and Gamma butyrolactone (GBL) for sale online', ''),
(4732, 1, 676, '7', 'Buy GHB and GBL online - GHB (gamma hydroxybutyrate) for sale online \r\n4-mmc \r\n5-meo dmt \r\nTramadol 50mg online \r\nDMT, \r\nCrystal Meth \r\nA-pvp \r\nKetamine \r\nLSD \r\necstasy/molly \r\nMDPV \r\nU-47700 \r\nAdderall \r\nCrack/uncrack cocaine \r\nMethylone \r\nOxycodone \r\nNembutal powder/solution and pills \r\nPotassium cyanide \r\nMephedrone (4-MMC) \r\nXanax 2 mg \r\nDiazepam \r\nAdderall \r\nAll inquiries are welcome 24/7. \r\nwebsite:https://anonymousalphapharmacy.com/ \r\nWhatsApp Number +1(469) 431-3201 \r\nWickR \r\nID(anonymousfada) \r\nE-mail:anonymousalphapharmacy@gmail.com', ''),
(4733, 1, 677, '1', 'Eric', ''),
(4734, 1, 677, '2', 'Jones', ''),
(4735, 1, 677, '3', 'eric.jones.z.mail@gmail.com', ''),
(4736, 1, 677, '4', '(555) 555-1212', ''),
(4737, 1, 677, '5', 'jumboleadmagnet.com', ''),
(4738, 1, 677, '6', 'There they go…', ''),
(4739, 1, 677, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4740, 1, 678, '1', 'FrancisTum', ''),
(4741, 1, 678, '2', 'FrancisTum', ''),
(4742, 1, 678, '3', 'anneke-de-neef@hotmail.nl', ''),
(4743, 1, 678, '4', '(536) 423-0231', ''),
(4744, 1, 678, '5', 'google', ''),
(4745, 1, 678, '6', 'Payments in times of crisis from 500 EUR per day for everyone', ''),
(4746, 1, 678, '7', 'Payments to all Europeans now from 500 EUR per day for all   >>>>>>>>>>>>>>  https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FcbGIPc&sa=D&866=898&usg=AFQjCNHUToAVTERs1XPU4mJx1eq1l7vSmg   <<<<<<<<<<<<<', ''),
(4747, 1, 679, '1', 'Kevin Johnson', ''),
(4748, 1, 679, '2', 'Kevin Johnson', ''),
(4749, 1, 679, '3', 'tbformleads@gmail.com', ''),
(4750, 1, 679, '4', '(401) 611-0325', ''),
(4751, 1, 679, '5', 'google', ''),
(4752, 1, 679, '6', 'Quick question', ''),
(4753, 1, 679, '7', 'Hello \r\nDo you want to increase sales for your business 24/7? \r\nThen you might want to get an Animated Explainer Video that you can put on your website, post on social media and send out to potential clients in an email. \r\nAnd today we have slashed our price from $497 to just $97. So, you are saving $400 when you order this week. \r\nBut this offer is only good this week, for the first 20 clients, so you need to order now, before you miss out. \r\nClick Here Now To Watch Our Video About Our Great Offer  (  https://bit.ly/Xpress97offer  ) \r\nFor less than you spend on coffee each month, you get an American Owned Video company that can write your script, create your story board, lay-in a good soundtrack and produce an awesome video that brings home the bacon. \r\nDid you know: \r\n \r\n•	64% of customers are more likely to buy a product online after watching a video about it... \r\n•	Putting videos on landing pages and websites can increase conversion rates by 80%... \r\n•	92% of people who watch videos share them with other people... \r\nAgain, this $97 promotion is for this week only. Don’t miss out!!! The normal price is $497, so today you are saving $400. Get your video today before the 20 discounted video slots are gone. \r\nClick Here Now And Claim Your $97 Video (  https://bit.ly/Xpress97offer  ) \r\nBest, \r\nKevin Johnson \r\nBusiness Development Manager', ''),
(4754, 1, 680, '1', 'Fluolbods', ''),
(4755, 1, 680, '2', 'Fluolbods', ''),
(4756, 1, 680, '3', 'Fluolbods@abdiell.xyz', ''),
(4757, 1, 680, '4', '(533) 643-3447', ''),
(4758, 1, 680, '5', 'google', ''),
(4759, 1, 680, '6', 'beta blockers and cialis', ''),
(4760, 1, 680, '7', 'https://oscialipop.com - buy cialis online with a prescription levitra 10 maison de la gendarmerie <a href=https://oscialipop.com>Cialis</a> Byqaqo PDA https://oscialipop.com - discount cialis Yrzced', ''),
(4761, 1, 681, '1', 'Eric', ''),
(4762, 1, 681, '2', 'Jones', ''),
(4763, 1, 681, '3', 'eric.jones.z.mail@gmail.com', ''),
(4764, 1, 681, '4', '(555) 555-1212', ''),
(4765, 1, 681, '5', 'jumboleadmagnet.com', ''),
(4766, 1, 681, '6', 'Strike when the iron’s hot', ''),
(4767, 1, 681, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(4768, 1, 682, '1', 'Mike Gustman', ''),
(4769, 1, 682, '2', 'Mike Gustman', ''),
(4770, 1, 682, '3', 'no-replyPovaTasy@gmail.com', ''),
(4771, 1, 682, '4', '(672) 041-0012', ''),
(4772, 1, 682, '5', 'google', ''),
(4773, 1, 682, '6', 'affordable monthly SEO plans', ''),
(4774, 1, 682, '7', 'Hi \r\n \r\nI have just took an in depth look on your  gangagen.com for its SEO metrics and saw that your website could use an upgrade. \r\n \r\nWe will increase your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our services below, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart improving your sales and leads with us, today! \r\n \r\n \r\nregards \r\nMike Gustman\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(4775, 1, 683, '1', 'Freddy', ''),
(4776, 1, 683, '2', 'Calvillo', ''),
(4777, 1, 683, '3', 'freddy@anagonorcal.net', ''),
(4778, 1, 683, '4', '(408) 716-1597', ''),
(4779, 1, 683, '5', 'Anago Cleaning Systems', ''),
(4780, 1, 683, '6', 'Norcal commercial cleaning quote', ''),
(4781, 1, 683, '7', 'Do you need a better commercial cleaning service than the one you currently have?\r\n\r\nInconsistency, unreliability, and unresponsiveness are common problems I heard from my customers until they made the switch to Anago of Northern California.\r\n\r\nAt Anago, we don’t play games with our customers. We have a $10m insurance policy, send experienced cleaning professionals, use high-quality commercial-grade chemicals, and if we ever can’t fix a problem your business will be able to end our service agreement.\r\n\r\nWould you be interested in one of our representatives visiting your business to provide you a complimentary quote?\r\n\r\nBest,\r\nFreddy\r\n\r\nFreddy Calvillo\r\nAccount Representative\r\nAnago Cleaning Systems\r\n(408) 716-1597\r\nfreddy@anagonorcal.net\r\n\r\n“I recently worked with Anago of the Bay Area for a retail store in need of cleaning in the area… The cleaning that was performed in the store was fantastic and reasonably priced. Highly recommend!” —5-star Google review\r\n\r\nRespond with stop to optout.', ''),
(4782, 1, 684, '1', 'Eric', ''),
(4783, 1, 684, '2', 'Jones', ''),
(4784, 1, 684, '3', 'eric.jones.z.mail@gmail.com', ''),
(4785, 1, 684, '4', '(555) 555-1212', ''),
(4786, 1, 684, '5', 'jumboleadmagnet.com', ''),
(4787, 1, 684, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(4788, 1, 684, '7', 'Hello, my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(4789, 1, 685, '1', 'Eric', ''),
(4790, 1, 685, '2', 'Jones', ''),
(4791, 1, 685, '3', 'eric.jones.z.mail@gmail.com', ''),
(4792, 1, 685, '4', '(555) 555-1212', ''),
(4793, 1, 685, '5', 'jumboleadmagnet.com', ''),
(4794, 1, 685, '6', 'Why not TALK with your leads?', ''),
(4795, 1, 685, '7', 'My name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE https://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4796, 1, 686, '1', 'Michaeldinty', ''),
(4797, 1, 686, '2', 'Michaeldinty', ''),
(4798, 1, 686, '3', 'chubenkodaniiaz+21w1@mail.ru', ''),
(4799, 1, 686, '4', '(138) 163-7867', ''),
(4800, 1, 686, '5', 'google', ''),
(4801, 1, 686, '6', 'Hello world', ''),
(4802, 1, 686, '7', 'gangagen.com uriefeodeighrkfldjiijofofjmvkdnsisdiehiusfiajfhweiuioidjsjsbfiadjasifaijdfifijsaaiwghifadja', ''),
(4803, 1, 687, '1', 'Eric', ''),
(4804, 1, 687, '2', 'Jones', ''),
(4805, 1, 687, '3', 'eric.jones.z.mail@gmail.com', ''),
(4806, 1, 687, '4', '(555) 555-1212', ''),
(4807, 1, 687, '5', 'jumboleadmagnet.com', ''),
(4808, 1, 687, '6', 'Try this, get more leads', ''),
(4809, 1, 687, '7', 'Hi, my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nTalk With Web Visitor – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4810, 1, 688, '1', 'Gilbertneact', ''),
(4811, 1, 688, '2', 'Gilbertneact', ''),
(4812, 1, 688, '3', 'yalaeva2012@yandex.ru', ''),
(4813, 1, 688, '4', '(543) 882-6260', ''),
(4814, 1, 688, '5', 'google', ''),
(4815, 1, 688, '6', 'Best Online Сasinos - Big bonus to everyone!', ''),
(4816, 1, 688, '7', 'Best Online Сasinos \r\nSlоts, Frееspin, Рoker, and many games. \r\nBig bonus to everyone! \r\n \r\nhttps://is.gd/cOn2Uu', ''),
(4817, 1, 689, '1', 'Becky', ''),
(4818, 1, 689, '2', 'Johns', ''),
(4819, 1, 689, '3', 'becky@repsellssystem.net', ''),
(4820, 1, 689, '4', '(833) 981-4300', ''),
(4821, 1, 689, '5', 'Rep Sells System', ''),
(4822, 1, 689, '6', 'Thank you', ''),
(4823, 1, 689, '7', 'What good are your 5 star reviews if no one sees them, our \"Rep Sells System -> https://repsellssystem.net\" makes sure 100% of website visitors see your 5 star reviews!\r\n\r\nGet that social proof to make the sale.\r\n\r\nBest Regards\r\nBecky\r\n\r\n\r\nIf you prefer not to receive these commercial messages you can opt-out here -> https://repsellssystem.net/opt-out/', ''),
(4824, 1, 690, '1', 'Randy', ''),
(4825, 1, 690, '2', 'Schrecengost', ''),
(4826, 1, 690, '3', 'randys@targepeutics.com', ''),
(4827, 1, 690, '4', '(215) 510-1187', ''),
(4828, 1, 690, '5', 'Targepeutics', ''),
(4829, 1, 690, '6', 'phage testing for RCB', ''),
(4830, 1, 690, '7', 'I am looking for information regarding services and pricing to test for phage in a current RCB to allow for receipt by a CRO for MCB generation.', ''),
(4831, 1, 691, '1', 'Eric', ''),
(4832, 1, 691, '2', 'Jones', ''),
(4833, 1, 691, '3', 'eric.jones.z.mail@gmail.com', ''),
(4834, 1, 691, '4', '(555) 555-1212', ''),
(4835, 1, 691, '5', 'jumboleadmagnet.com', ''),
(4836, 1, 691, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(4837, 1, 691, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4838, 1, 692, '1', 'Mike Barnes', ''),
(4839, 1, 692, '2', 'Mike Barnes', ''),
(4840, 1, 692, '3', 'no-replyPovaTasy@gmail.com', ''),
(4841, 1, 692, '4', '(622) 461-5303', ''),
(4842, 1, 692, '5', 'google', ''),
(4843, 1, 692, '6', 'Strengthen your Domain Authority', ''),
(4844, 1, 692, '7', 'Hi there \r\n \r\nDo you want a quick boost in ranks and sales for your website? \r\nHaving a high DA score, always helps \r\n \r\nGet your gangagen.com to have a DA between 50 to 60 points in Moz with us today and reap the benefits of such a great feat. \r\n \r\nSee our offers here: \r\nhttps://www.monkeydigital.co/product/moz-da50-seo-plan/ \r\n \r\nOn SALE: \r\nhttps://www.monkeydigital.co/product/ahrefs-dr60/ \r\n \r\n \r\nThank you \r\nMike Barnes', ''),
(4845, 1, 693, '1', 'Mike Nelson', ''),
(4846, 1, 693, '2', 'Mike Nelson', ''),
(4847, 1, 693, '3', 'no-replyPovaTasy@gmail.com', ''),
(4848, 1, 693, '4', '(701) 648-4367', ''),
(4849, 1, 693, '5', 'google', ''),
(4850, 1, 693, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(4851, 1, 693, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Nelson\r\n \r\nsupport@digital-x-press.com', ''),
(4852, 1, 694, '1', 'ElenaVer', ''),
(4853, 1, 694, '2', 'ElenaVer', ''),
(4854, 1, 694, '3', 'martinschulz2@gmail.com', ''),
(4855, 1, 694, '4', '(554) 172-8078', ''),
(4856, 1, 694, '5', 'google', ''),
(4857, 1, 694, '6', 'Help the Ukrainians', ''),
(4858, 1, 694, '7', 'Install the application and enjoy life: https://2track.info/gdQJ', ''),
(4859, 1, 695, '1', 'Dennis', ''),
(4860, 1, 695, '2', 'Perpetua', ''),
(4861, 1, 695, '3', 'dennis@qualitybloggeroutreach.com', ''),
(4862, 1, 695, '4', '(833) 288-8913', ''),
(4863, 1, 695, '5', 'QGP Limited', ''),
(4864, 1, 695, '6', 'Regarding advertising on your blog - follow up', ''),
(4865, 1, 695, '7', 'Hello, \r\n\r\nI wonder if you received the message I sent a few days ago? \r\n\r\nThis is Dennis Perpetua from QGP.com,\r\n\r\nWe’re interested in advertising on your blog. Is this something you’d be willing to discuss? \r\n\r\n\r\nP.S.: If you don\'t want me to contact you again, just let me know.\r\n\r\nDennis Perpetua\r\nOutreach Manager\r\nwww.qgp.com', ''),
(4866, 1, 696, '1', 'Jasonpat', ''),
(4867, 1, 696, '2', 'Jasonpat', ''),
(4868, 1, 696, '3', 'canell16@yahoo.de', ''),
(4869, 1, 696, '4', '(211) 718-5054', ''),
(4870, 1, 696, '5', 'google', ''),
(4871, 1, 696, '6', 'Only your Cryptocurrency income from $388079', ''),
(4872, 1, 696, '7', 'Only your income on Binary Options from $390896 >>>>>>>>>>>>>>  https://telegra.ph/Confirm-you-are-not-a-bot-03-24-5?36292   <<<<<<<<<<<', ''),
(4873, 1, 697, '1', 'Kaymotdknorb', ''),
(4874, 1, 697, '2', 'Kaymotdknorb', ''),
(4875, 1, 697, '3', 'j.umandjikro@gmail.com', ''),
(4876, 1, 697, '4', '(237) 568-2043', ''),
(4877, 1, 697, '5', 'google', ''),
(4878, 1, 697, '6', 'Unmarried girls are ready to meet close to you', ''),
(4879, 1, 697, '7', 'Hi Brain. As you asked, I\'m giving you a link where you can meet single girls for sex https://ladieslocation.life/?u=wh5kd06&o=qxpp80k', ''),
(4880, 1, 698, '1', 'Mike Atcheson', ''),
(4881, 1, 698, '2', 'Mike Atcheson', ''),
(4882, 1, 698, '3', 'no-replyPovaTasy@gmail.com', ''),
(4883, 1, 698, '4', '(112) 731-1482', ''),
(4884, 1, 698, '5', 'google', ''),
(4885, 1, 698, '6', 'NEW: Semrush Backlinks', ''),
(4886, 1, 698, '7', 'Hello \r\n \r\nThis is Mike Atcheson\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Atcheson\r\n \r\nmike@strictlydigital.net', ''),
(4887, 1, 699, '1', 'Jasonpat', ''),
(4888, 1, 699, '2', 'Jasonpat', ''),
(4889, 1, 699, '3', 'silbern@t-online.de', ''),
(4890, 1, 699, '4', '(427) 426-8603', ''),
(4891, 1, 699, '5', 'google', ''),
(4892, 1, 699, '6', 'Passive income on binary options from $305979', ''),
(4893, 1, 699, '7', 'Passive income on Cryptocurrency from $370875 >>>>>>>>>>>>>>  https://telegra.ph/Confirm-you-are-not-a-bot-03-24-2?75764   <<<<<<<<<<<', ''),
(4894, 1, 700, '1', 'Paul', ''),
(4895, 1, 700, '2', 'Moore', ''),
(4896, 1, 700, '3', 'paul@moneyace.xyz', ''),
(4897, 1, 700, '4', '(202) 991-6766', ''),
(4898, 1, 700, '5', 'Money Ace', ''),
(4899, 1, 700, '6', 'May I ask you something?', ''),
(4900, 1, 700, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Ace is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyace.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Ace\r\nwww.moneyace.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyace.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Ace\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(4901, 1, 701, '1', 'Marty Tierney', ''),
(4902, 1, 701, '2', 'Marty Tierney', ''),
(4903, 1, 701, '3', 'livestaffinghub@gmail.com', ''),
(4904, 1, 701, '4', '(532) 444-0566', ''),
(4905, 1, 701, '5', 'google', ''),
(4906, 1, 701, '6', 'I Hope You Take This On', ''),
(4907, 1, 701, '7', 'Hello \r\n \r\nHello, My name is Marty and I’m a video marketing expert.  My main objective is to help increase revenue for you by producing a High Quality 2D Animated Video to generate leads and sales for your business 24/7, for just $199. \r\n \r\nThe offer is only good for this week, so get your video before the deadline. \r\n \r\nWatch Our Video Now!    (  https://bit.ly/199VideoOffer  ) \r\n \r\nImagine, for 1 Low Affordable rate you get A CUSTOM VIDEO that will bring home the bacon for the New Year! \r\n \r\nGrab It Today Before It Goes To Regular $799 Pricing    https://bit.ly/199VideoOffer \r\n \r\nI’m in, show me THE DETAILS!   (  https://bit.ly/199VideoOffer  ) \r\n \r\nBest, \r\n \r\nMarty Tierney \r\nDigital Expert & Video Producer', ''),
(4908, 1, 702, '1', 'RichardBox', ''),
(4909, 1, 702, '2', 'RichardBox', ''),
(4910, 1, 702, '3', 'alexandra-bimba93@hotmail.it', ''),
(4911, 1, 702, '4', '(101) 745-3104', ''),
(4912, 1, 702, '5', 'google', ''),
(4913, 1, 702, '6', 'GlobalSMM: Cheapest SMM Panel and fastest smm panel', ''),
(4914, 1, 702, '7', 'Best SMM Panel for Social Media Services in 2022 https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FccgQZt&sa=D&sntz=1&usg=AOvVaw07lL_kc7zZcksNSSYY3kMA', ''),
(4915, 1, 703, '1', 'Michael', ''),
(4916, 1, 703, '2', 'Michael', ''),
(4917, 1, 703, '3', 'hivemailers@gmail.com', ''),
(4918, 1, 703, '4', '(166) 462-7167', ''),
(4919, 1, 703, '5', 'google', ''),
(4920, 1, 703, '6', 'I have a question', ''),
(4921, 1, 703, '7', 'Hello, \r\n \r\nI would like to schedule a quick call to discuss our marketing system that can bring you leads daily. \r\n \r\nWe use a robust email application that mimics real people sending emails, so we get a huge delivery rate. \r\n \r\nSTART GETTING HOT LEADS NOW: \r\n \r\n- We create the content for the email(s) \r\n- We forward leads to you daily. \r\n- We send to 500 new contacts a day M-F (10k monthly), then we send 5 follow up emails (that is 50k emails a month) \r\n \r\nPlus!! Monthly, we provide the 10,000 targeted new email addresses that we will email to. That email list is worth over $2,000 a month, but you get that free with our service. \r\n \r\nJust imagine, you will start getting hot leads within days of getting started with us. Get started now for a $47.00 setup fee and just $997 per month (month-to-month/no long-term contract) \r\n \r\nBook a 10 min call with me now: https://calendly.com/msinclair-myaa/myaa-overview \r\n \r\nNOTE: To hire a person to send one-to-one emails (like our system does) would cost around $2,500 a month, but with us, you pay just $997. \r\n \r\nOffer good for the first 20 clients, start getting quality leads now, don’t miss out. \r\n \r\nSincerely, \r\n \r\n-	Michael', ''),
(4922, 1, 704, '1', 'Ross Ward', ''),
(4923, 1, 704, '2', 'Ross Ward', ''),
(4924, 1, 704, '3', 'rosswardnewsletter@gmail.com', ''),
(4925, 1, 704, '4', '(775) 456-4662', ''),
(4926, 1, 704, '5', 'google', ''),
(4927, 1, 704, '6', 'I need your help', ''),
(4928, 1, 704, '7', 'I, Ross Ward, have announced my candidacy for South Carolina House District 112 as the Republican nominee and I need your help. \r\n \r\nAs I complete my 3rd and final year at the prestigious Charleston School of Law, I am awestruck by the poetic language of Our Constitution and the great legal system which emerged from humble origins. Then, I look at the state of our nation and ponder where it all went wrong: \r\nSkyrocketing gas prices \r\nCitizens robbed of their civil liberties \r\nA fraudulently elected President \r\nNever has the demand for leadership been greater than at this moment. \r\nI need your help to make a difference: https://bit.ly/ross-ward-for-sc \r\n \r\nI am committed to: \r\nChristian Values \r\nPutting America First \r\nA Robust Military \r\n \r\nMy website is: https://www.rosswardrepublican.com \r\n \r\nI am ready to move South Carolina forward by fighting for the values of Donald Trump and the America First movement and against the radical leftist destruction of traditional family values. \r\n \r\nIf you can help, please donate: https://bit.ly/ross-ward-for-sc', ''),
(4929, 1, 705, '1', 'PeterTierb', ''),
(4930, 1, 705, '2', 'PeterTierb', ''),
(4931, 1, 705, '3', 'lilycharodin@hotmail.fr', ''),
(4932, 1, 705, '4', '(835) 647-6154', ''),
(4933, 1, 705, '5', 'google', ''),
(4934, 1, 705, '6', 'Une facon interessante de gagner a partir de 1500 euros par jour', ''),
(4935, 1, 705, '7', 'Revenu complementaire a partir de 1500 euros par jour https://telegra.ph/Derni%C3%A8res-nouvelles--Alors-que-les-prix-augmentent-les-Europ%C3%A9ens-commencent-%C3%A0-arr%C3%AAter-de-fumer-en-masse-et-gagnent-en-plus-%C3%A0-par-04-01-3?ego', ''),
(4936, 1, 706, '1', 'DJKingwhesk', ''),
(4937, 1, 706, '2', 'DJKingwhesk', ''),
(4938, 1, 706, '3', 'henk.akkerman5@tele2.nl', ''),
(4939, 1, 706, '4', '(443) 353-5380', ''),
(4940, 1, 706, '5', 'google', ''),
(4941, 1, 706, '6', 'Scene Music Releases', ''),
(4942, 1, 706, '7', 'Hello, \r\n \r\nFTP service is a community for DJ’s & fans that helps you gain full access to exclusive electronic music. https://0daymusic.org \r\n \r\nBest Regards, DJ King', ''),
(4943, 1, 707, '1', 'PeterTierb', ''),
(4944, 1, 707, '2', 'PeterTierb', ''),
(4945, 1, 707, '3', 'mirela_neagomir@yahoo.com', ''),
(4946, 1, 707, '4', '(607) 374-7144', ''),
(4947, 1, 707, '5', 'google', ''),
(4948, 1, 707, '6', 'Get it now 1569 USDT per day', ''),
(4949, 1, 707, '7', 'Your balance is 1566 USDT per day https://telegra.ph/More-than-1500-USDT-per-day-on-automated-cryptocurrency-trading-04-02-2?gnt', ''),
(4950, 1, 708, '1', 'Craig', ''),
(4951, 1, 708, '2', 'WILSON', ''),
(4952, 1, 708, '3', 'sales1@astrologickestudio.com', ''),
(4953, 1, 708, '4', '(303) 800-6251', ''),
(4954, 1, 708, '5', 'WEXX Astrologické Studio', ''),
(4955, 1, 708, '6', 'Get most accurate and detailed FUTURE FORECAST for you and your loved one', ''),
(4956, 1, 708, '7', 'What is in store for you in the next 12 months? Find out with this report that precisely describes your upcoming events for a twelve month period. You can order your FUTURE FORECAST report at  https://wexx99.com', ''),
(4957, 1, 709, '1', 'Mike', ''),
(4958, 1, 709, '2', 'Mike', ''),
(4959, 1, 709, '3', 'no-replyPovaTasy@gmail.com', ''),
(4960, 1, 709, '4', '(235) 423-3037', ''),
(4961, 1, 709, '5', 'google', ''),
(4962, 1, 709, '6', 'Local SEO for more business', ''),
(4963, 1, 709, '7', 'Howdy \r\n \r\nWe will improve your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our pricelist here, we offer Local SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nNEW: \r\nhttps://www.speed-seo.net/product/zip-codes-gmaps-citations/ \r\n \r\nregards \r\nMike  \r\nSpeed SEO Digital Agency', ''),
(4964, 1, 710, '1', 'PeterTierb', ''),
(4965, 1, 710, '2', 'PeterTierb', ''),
(4966, 1, 710, '3', 'yakata@wanadoo.es', ''),
(4967, 1, 710, '4', '(502) 151-5663', ''),
(4968, 1, 710, '5', 'google', ''),
(4969, 1, 710, '6', 'Quick earnings on Cryptocurrency from 1578 USDT per day', ''),
(4970, 1, 710, '7', 'Get it now 1500 USDT per day https://telegra.ph/More-than-1500-USDT-per-day-on-automated-cryptocurrency-trading-04-02-2?fwz', ''),
(4971, 1, 711, '1', 'Eric', ''),
(4972, 1, 711, '2', 'Jones', ''),
(4973, 1, 711, '3', 'eric.jones.z.mail@gmail.com', ''),
(4974, 1, 711, '4', '(555) 555-1212', ''),
(4975, 1, 711, '5', 'jumboleadmagnet.com', ''),
(4976, 1, 711, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(4977, 1, 711, '7', 'Hello, my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(4978, 1, 712, '1', 'AnthonyFiz', ''),
(4979, 1, 712, '2', 'AnthonyFiz', ''),
(4980, 1, 712, '3', 'andreimorozovskii@rambler.ru', ''),
(4981, 1, 712, '4', '(344) 356-3032', ''),
(4982, 1, 712, '5', 'google', ''),
(4983, 1, 712, '6', 'Bеst оnlinе cаsino', ''),
(4984, 1, 712, '7', 'Bеst оnlinе cаsino \r\nwith signup bоnus \r\nSlоts, Frееspin, Роker, and many gаmуs. \r\nget your bоnus right now \r\nhttps://tinyurl.com/ytpfbefx', ''),
(4985, 1, 713, '1', 'Kaybatdknorb', ''),
(4986, 1, 713, '2', 'Kaybatdknorb', ''),
(4987, 1, 713, '3', 'sanja.filatov.yg.99s@gmail.com', ''),
(4988, 1, 713, '4', '(361) 545-7404', ''),
(4989, 1, 713, '5', 'google', ''),
(4990, 1, 713, '6', 'If you have a small penis, don\'t read', ''),
(4991, 1, 713, '7', 'Hi Brain. I haven\'t been fucked for a long time. Maybe you can https://ladieslocation.life/?u=wh5kd06&o=qxpp80k https://like-a-dating.top/yotube/?u=wh5kd06&o=qxpp80k', ''),
(4992, 1, 714, '1', 'Kaymqedknorb', ''),
(4993, 1, 714, '2', 'Kaymqedknorb', ''),
(4994, 1, 714, '3', 'sanja.filatov.yg9.9s@gmail.com', ''),
(4995, 1, 714, '4', '(668) 707-4073', ''),
(4996, 1, 714, '5', 'google', ''),
(4997, 1, 714, '6', 'I\'m lonely and I don\'t have enough sex', ''),
(4998, 1, 714, '7', 'Hi Joy. Your friends told me that you like me and I decided to post my erotic photos and get acquainted https://ladieslocation.life/?u=wh5kd06&o=qxpp80k', ''),
(4999, 1, 715, '1', 'Kaymaxdknorb', ''),
(5000, 1, 715, '2', 'Kaymaxdknorb', ''),
(5001, 1, 715, '3', 'sanja.filatov.yg9.9.s@gmail.com', ''),
(5002, 1, 715, '4', '(728) 476-5416', ''),
(5003, 1, 715, '5', 'google', ''),
(5004, 1, 715, '6', 'I want a dick in myself now', ''),
(5005, 1, 715, '7', 'Hi Luis. It\'s not the first time I\'ve written to you. When will you finally fuck me? I\'m here, find me https://ladieslocation.life/?u=wh5kd06&o=qxpp80k', ''),
(5006, 1, 716, '1', 'Carloslam', ''),
(5007, 1, 716, '2', 'Carloslam', ''),
(5008, 1, 716, '3', 'dheerajchandran09@gmail.com', ''),
(5009, 1, 716, '4', '(101) 735-0742', ''),
(5010, 1, 716, '5', 'google', ''),
(5011, 1, 716, '6', 'New trend in Australia, UK, Canada and Europe. A little-known automated trading crypto exchange is gaining popularity all over the world', ''),
(5012, 1, 716, '7', 'Crypto Trading Bot - Fully Automated & Free Testing Available in Australia, UK, Canada and Europe https://telegra.ph/New-trend-in-Australia-UK-Canada-and-Europe-A-little-known-automated-trading-crypto-exchange-is-gaining-popularity-all-over-the--04-06-2?a9s', ''),
(5013, 1, 717, '1', 'Eric', ''),
(5014, 1, 717, '2', 'Jones', ''),
(5015, 1, 717, '3', 'eric.jones.z.mail@gmail.com', ''),
(5016, 1, 717, '4', '(555) 555-1212', ''),
(5017, 1, 717, '5', 'jumboleadmagnet.com', ''),
(5018, 1, 717, '6', 'how to turn eyeballs into phone calls', ''),
(5019, 1, 717, '7', 'Hi, Eric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(5020, 1, 718, '1', 'Daniel Todercan', ''),
(5021, 1, 718, '2', 'Daniel Todercan', ''),
(5022, 1, 718, '3', 'support@newlightdigital.com.hubspot-inbox.com', ''),
(5023, 1, 718, '4', '(805) 364-1314', ''),
(5024, 1, 718, '5', 'google', ''),
(5025, 1, 718, '6', 'Triple your sales in 6 months using Google Ads', ''),
(5026, 1, 718, '7', 'Hi there, \r\n \r\nI am reaching out to see if you\'re interested in starting an ad campaign or improving the performance of an existing campaign on platforms like Google Ads, Bing Ads, Facebook Ads, and more by using PPC (Pay-Per-Click)? \r\n \r\nI am an expert in online advertising, and I will provide guaranteed traffic to your site, which can have a huge impact on your sales. Let me know if you\'re interested. \r\n \r\nThanks, \r\nDaniel \r\n \r\n \r\n-- \r\n \r\nDaniel Todercan \r\nOwner, New Light Digital \r\nOur website: https://bit.ly/3tjh2N4 \r\nMy phone number: 917-744-9170', ''),
(5027, 1, 719, '1', 'Duncan Smith', ''),
(5028, 1, 719, '2', 'Duncan Smith', ''),
(5029, 1, 719, '3', '5rdhp2fe29yb@beconfidential.com', ''),
(5030, 1, 719, '4', '(366) 503-2876', ''),
(5031, 1, 719, '5', 'google', ''),
(5032, 1, 719, '6', 'Investment Portfolio', ''),
(5033, 1, 719, '7', 'Dear Sir/Madam \r\n \r\nYou can only achieve financial freedom when you create multiple streams of income. \r\n \r\nI have an investment portfolio that will benefit both of us and I hope it will be appealing to you. \r\n \r\nIf interested contact me for more information via my E-mail: smithduncan610@gmail.com \r\n \r\nI look forward to your quick reply. \r\n \r\nRegards \r\nDuncan Smith', ''),
(5034, 1, 720, '1', 'Ed', ''),
(5035, 1, 720, '2', 'Harris', ''),
(5036, 1, 720, '3', 'ed@fundingnetwork.xyz', ''),
(5037, 1, 720, '4', '(202) 991-6766', ''),
(5038, 1, 720, '5', 'Funding Network', ''),
(5039, 1, 720, '6', 'Quick Question', ''),
(5040, 1, 720, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nHowever, if you need working capital to further grow and expand your business, we may be a perfect fit for you and here’s why. \r\n\r\nOur loans are NOT based on your personal credit, and NO collateral is required.\r\n\r\nWe are a Direct Lender who can approve your loan today, and fund as early as Tomorrow.\r\n\r\nWe offer loans from 5k to 500k with flexible payments and great terms.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.fundingnetwork.xyz   Applying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEd Harris\r\nFunding Network\r\nwww.fundingnetwork.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.fundingnetwork.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nFunding Network\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(5041, 1, 721, '1', 'StasBrots', ''),
(5042, 1, 721, '2', 'StasBrots', ''),
(5043, 1, 721, '3', 'meieriria@gmail.com', ''),
(5044, 1, 721, '4', '(564) 848-4362', ''),
(5045, 1, 721, '5', 'google', ''),
(5046, 1, 721, '6', 'Инвестор - телеграм канал об инвестировании', ''),
(5047, 1, 721, '7', 'Инвестор - телеграм канал об инвестировании, акциях и рынках \r\nТелеграм канал Инвестор - https://t.me/investors_channel - анализ рынков для инвесторов - читайте в телеграмм, смотрите, анализируйте и инвестируйте! \r\nПодписаться на канал - https://t.me/investors_channel - Канал Инвестор !.. \r\nhttps://t.me/investors_channel - Перейти на канал!..', ''),
(5048, 1, 722, '1', 'Eric', ''),
(5049, 1, 722, '2', 'Jones', ''),
(5050, 1, 722, '3', 'eric.jones.z.mail@gmail.com', ''),
(5051, 1, 722, '4', '(555) 555-1212', ''),
(5052, 1, 722, '5', 'jumboleadmagnet.com', ''),
(5053, 1, 722, '6', 'Why not TALK with your leads?', ''),
(5054, 1, 722, '7', 'My name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE http://talkwithwebtraffic.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(5055, 1, 723, '1', 'BriceAtomi', ''),
(5056, 1, 723, '2', 'BriceAtomi', ''),
(5057, 1, 723, '3', 'maxcrauler@netbolezny.ru', ''),
(5058, 1, 723, '4', '(202) 636-8143', ''),
(5059, 1, 723, '5', 'google', ''),
(5060, 1, 723, '6', 'Thank', ''),
(5061, 1, 723, '7', 'ремонт ванны под ключ екатеринбург \r\n<a href=https://1remont-kvartir-ekb.ru/>https://1remont-kvartir-ekb.ru</a>', ''),
(5062, 1, 724, '1', 'Donaldtub', ''),
(5063, 1, 724, '2', 'Donaldtub', ''),
(5064, 1, 724, '3', 'jamiesmith123456@gmail.com', ''),
(5065, 1, 724, '4', '(505) 005-7070', ''),
(5066, 1, 724, '5', 'google', ''),
(5067, 1, 724, '6', 'Over $55,000,000 from Twitter', ''),
(5068, 1, 724, '7', 'Over $55 million in affiliate marketing with Twitter https://telegra.ph/55-million-a-year-in-affiliate-marketing-with-twitter-04-07-4?25qx', ''),
(5069, 1, 725, '1', 'Eric', ''),
(5070, 1, 725, '2', 'Jones', ''),
(5071, 1, 725, '3', 'eric.jones.z.mail@gmail.com', ''),
(5072, 1, 725, '4', '(555) 555-1212', ''),
(5073, 1, 725, '5', 'jumboleadmagnet.com', ''),
(5074, 1, 725, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(5075, 1, 725, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5076, 1, 726, '1', 'Dennis', ''),
(5077, 1, 726, '2', 'Perpetua', ''),
(5078, 1, 726, '3', 'dennis@qualitybloggeroutreach.com', ''),
(5079, 1, 726, '4', '(833) 288-8913', ''),
(5080, 1, 726, '5', 'QGP Limited', ''),
(5081, 1, 726, '6', 'Final follow up - Regarding advertising on your site', ''),
(5082, 1, 726, '7', 'Hello, \r\n\r\nJust wanted to send one final follow up in case you didn\'t get my last two messages, \r\n\r\nWe’re interested in discreet advertising on your blog, \r\n\r\nIs this something you’d be willing to discuss? \r\n\r\n\r\nP.S.: If you don\'t want me to contact you again, just let me know.\r\n\r\nDennis Perpetua\r\nOutreach Manager\r\nwww.qgp.com', ''),
(5083, 1, 727, '1', 'DexterSmithjerce', ''),
(5084, 1, 727, '2', 'DexterSmithjerce', ''),
(5085, 1, 727, '3', 'dextersmith@forbes.com', ''),
(5086, 1, 727, '4', '(283) 520-8062', ''),
(5087, 1, 727, '5', 'google', ''),
(5088, 1, 727, '6', 'Question from the Forbes editors for site owners gangagen.com', ''),
(5089, 1, 727, '7', 'Hi, I\'m Dexter Smith from Forbes magazine. \r\nWe are collecting material for an article about the recently sensational cryptocurrency exchange that makes people millionaires. \r\nCould you test this exchange https://forbes-review-crypto.blogspot.com?id955 until April 11, namely, register and trade on it and write a detailed review in your own words in free form about this exchange. \r\nWe will publish each review on a separate page. \r\nAs a thank you, we will leave a link to your site at the beginning of your review, so your site will have a backlink from the Forbes.com magazine site. \r\nI will contact you on April 11 and look forward to your cooperation.', ''),
(5090, 1, 728, '1', 'Kishore', ''),
(5091, 1, 728, '2', 'Venkatesha', ''),
(5092, 1, 728, '3', 'kishore.fusiontechnicals@yahoo.com', ''),
(5093, 1, 728, '4', '(789) 970-3022', ''),
(5094, 1, 728, '5', 'Fusion Technical Services', ''),
(5095, 1, 728, '6', 'FUSION TECHNICAL SERVICES: Company Profile for fabrication, erection & installation of Stainless Steel, Mild Steel & pipeline works', ''),
(5096, 1, 728, '7', 'Fusion technical services\r\nAn Iconic Work Style Meets Performance\r\n\r\n \r\n\r\n 																					\r\n\r\n\r\nAbout Us\r\nFusion Technical Services is having vast experience in the project execution of Process industry and Bulk Handling Systems. Assisted by the team of well experienced, highly dedicated and qualified Engineers exclusively trained for such projects. We have been able to establish ourselves in very short span of time and up to full satisfaction of our clients. We are engaged in the manufacturing and exporting of various precision engineered systems and equipment’s. These are being supplied to various companies in the domestic and international market. Along with the equipment’s and machines, we also provide our clients with erection, installation and commissioning services.\r\n\r\nWe are catering many Pharmaceuticals, Bio-Fertilizers, rice mills, sugar mills, granaries and refineries. Our robust R&D structure enables us to design and develop precision and metallurgical stable fabrication equipment. Our team’s technical capabilities along with advanced technology enable us to manufacture these as per the client’s requirements.\r\n\r\nTo ensure that our clients face no problems as far as the quality is concerned, we test our machines and equipment on various parameters before supplying them to the clients. These tests are conducted by a highly qualified team of professionals who work as per the industrial standards.\r\n\r\nOur Vision\r\n\r\n•	We envision a world that totally belongs to the power of engineering &intelligence.\r\n•	Sustain a position of valuable organization through world class performance.\r\n\r\nOur Mission\r\n\r\n•	To improve wealth generating capability of organization in a global market.\r\n•	To give top class quality of product & servicing which makes us superior in the market.\r\n\r\nTrunkey Project Solutions\r\n•	We offer our systems or equipment on turnkey basis. All our equipment’s are being manufactured by using high grade steels, ultramodern process or techniques like laser cutting M/C, CNC bending etc. Fusion Technical Services, is having vast experience in the project execution of Grain Storage and Handling Systems. Assisted by the team of well experienced, highly dedicated and qualified Engineers exclusively trained for such projects. We have been able to establish ourselves in very short span of time and up to full satisfaction of our clients.\r\n\r\nVerticals of Fusion Technical Services\r\n\r\n\r\n \r\nFusion Technical Services main goal is to improve productivity through innovation and fulfill customer satisfaction by serving a quality product. Fusion Technical Services is committed for continuous innovation and evolving technology, to provide superior quality and reliable solutions.\r\nWith real time operations productivity has become integral part of each and every industry to achieve success. Fusion Technical Services mainly deals with Plant Engineering & services. \r\n\r\nFusion technical Services for\r\nFood and Beverages                        Fabric and Home Care \r\n  \r\nBrewery						 Bulk Handling\r\n 				 \r\n\r\nDiary						Pharma\r\n 			 \r\n\r\nOther Services\r\nPanel Board Design and Fabrication                Machining\r\n 			 \r\nCapability of Fusion Technical Services\r\nOur strong technical expertise in Process, Piping, Structural, Electrical and Instrumentation disciplines enable us to analyze and establish the discipline specific detailed requirements and then develop a customized overall project specific methodology to produce the desired 3D Models with an integrated approach that satisfies the overall short & long term objectives of a project. \r\n\r\n\r\nStages of Engineering\r\nEngineering plays a vital role in proper functioning of project management sequentially. We optimize the sequencing of engineering deliverables to meet project priorities for procurement, fabrication and installation in stages as followed.\r\n•	Stage-1: conceptual design\r\n•	Stage-2: Preliminary Engineering design\r\n•	Stage-3: Detailed Engineering Design\r\nOur Major Products\r\nS.S. Pressure Vessel	\r\n \r\nDosing Systems	\r\n \r\n       High pressure filters\r\n \r\nHeat Exchanger\r\n \r\n\r\n\r\nPipe Line\r\n \r\nSkids\r\n \r\nMetal Silo’s\r\n \r\nSS Screw Conveyors\r\n \r\n Rake Arms for Thickener\r\n \r\nS.S. Rectangular Tanks\r\n \r\n\r\n\r\nBREWING SYSTEM\r\n \r\nLUBRICATION OIL SYSTEM\r\n \r\n\r\nTUBE SETELLER\r\n \r\nINFRASTRUCTURE FACILITIES\r\nUNIT 1\r\nA.	SHED :- 8000Sq Ft \r\nB.	FABRICATION:-  7000Sq Ft\r\nC.	MACHINING    :- 1000Sq. Ft\r\nD.	ADMINISTRATION:- 1000SQ.FT\r\nE.	POWER:- 65HP\r\n2. UNIT 2\r\nA.	SHED:- 5000SQ.FT\r\nB.	ADMINSTRATION:- 300SQ.FT\r\nC.	CRANE:- 5TONNE CAPACITY\r\nD.	POWER:- 65HP\r\nCOMMISIONING AND TRANSPORTATION\r\n   \r\n\r\n   \r\n\r\nCommissioning and Transportation Plays a important role in Execution of Project. As construction and maintenance becomes vital. Commissioning documentation is a complete set of data and information fully describing the completed project as a built, finished, functional and operational facility presented in a form in which it can be operationally-occupied, maintained, updated and used over the life of the building. The transfer of a completed facility to the Project Leader must include appropriate documentation on how the facility is designed and constructed, and how to operate, maintain, repair, clean, manage and modify it.\r\nTesting Facility\r\nWelding Capabilities\r\nMaterial List of which Welding Procedures available (As per ASME Sec IX/API/IS Std)\r\n\r\n»Carbon Steel & Low Temperature Carbon Steel\r\n»Stainless Steel \r\n»Alloy Steel (High Temperature)\r\n\r\nNDT facilities\r\nRT: Radio graphic Testing\r\n\r\n•	Radiography Capacity of up to 25 mm thickness.\r\n•	X Ray Testing.\r\n•	Gamma Ray Testing.\r\n\r\nDye Penetrate Testing\r\n\r\n•	Visible Solvent Removal Methods\r\n•	Fluorescent Solvent Removable Method–Testing\r\n\r\nPressure Testing\r\n\r\n•	Hydraulic Testing \r\n•	Pneumatic Testing\r\n\r\n\r\n\r\n\r\nQuality Objectives\r\n\r\n•	Quality requirements are strictly adhered at all stages of manufacturing \r\nFrom designing raw to Materials inspections\r\n•	Work in process (W I P) inspection to finish products.\r\n•	Adequate and appropriate training shall be imparted to the personnel through work instructions. \r\n•	To provide good working environment, safety of the personnel and housekeeping shall be maintained.\r\n•	To Sustain the competitive edge and remain always as a leader\r\n\r\n\r\nElectrical Controls and Automation Engineering:\r\n\r\nFusion Technical Services Controls and automation is a revolutionary system approach to comprehensive business management that allows management of process knowledge through a combination advanced technologies. We provide in-house complex software solutions for the control of process lines.\r\nEngineering Support and Services\r\nFusion Technical Services stand out capabilities are Process Engineering [From core process mechanical to core process automation], & the ability to work as an extended arm of the customer’s Engineering & Projects offices. We depute our CAD Engineers to the Client place for Design & Drafting assistance, overlooking fabricators during construction for the q', ''),
(5097, 1, 729, '1', 'Mike Neal', ''),
(5098, 1, 729, '2', 'Mike Neal', ''),
(5099, 1, 729, '3', 'no-replyPovaTasy@gmail.com', ''),
(5100, 1, 729, '4', '(730) 641-8354', ''),
(5101, 1, 729, '5', 'google', ''),
(5102, 1, 729, '6', 'affordable monthly SEO plans', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(5103, 1, 729, '7', 'Hi \r\n \r\nI have just analyzed  gangagen.com for its SEO Trend and saw that your website could use an upgrade. \r\n \r\nWe will enhance your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our services below, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart improving your sales and leads with us, today! \r\n \r\n \r\nregards \r\nMike Neal\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(5104, 1, 730, '1', 'John', ''),
(5105, 1, 730, '2', 'Williams', ''),
(5106, 1, 730, '3', 'john@loansinstant.xyz', ''),
(5107, 1, 730, '4', '(202) 991-6766', ''),
(5108, 1, 730, '5', 'Loans Instant', ''),
(5109, 1, 730, '6', 'Will this work for you?', ''),
(5110, 1, 730, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nWould you consider a Working Capital Loan for your business if the price and terms were acceptable?\r\n\r\nLoans Instant is a Direct Lender offering loans from 10k to 500k with funding decisions is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.loansinstant.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nJohn Williams\r\nLoans Instant\r\nwww.loansinstant.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.loansinstant.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nLoans Instant\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(5111, 1, 731, '1', 'Dr Iyapparaj', ''),
(5112, 1, 731, '2', 'Palanisamy', ''),
(5113, 1, 731, '3', 'idealbiosciences@gmail.com', ''),
(5114, 1, 731, '4', '(959) 734-3609', ''),
(5115, 1, 731, '5', 'IDEAL BIOSCIENCES PRIVATE LIMITED', ''),
(5116, 1, 731, '6', 'Contract Manufacturing - Reg.', ''),
(5117, 1, 731, '7', 'Please do contact through mobile number: 9597343609', ''),
(5118, 1, 732, '1', 'Untok', ''),
(5119, 1, 732, '2', 'Untok', ''),
(5120, 1, 732, '3', 'wv1yfoul@gmail.com', ''),
(5121, 1, 732, '4', '(036) 613-7815', ''),
(5122, 1, 732, '5', 'google', ''),
(5123, 1, 732, '6', 'I promised.', ''),
(5124, 1, 732, '7', 'Hi, this is Julia. I am sending you my intimate photos as I promised. https://tinyurl.com/y8ls7r5e', ''),
(5125, 1, 733, '1', 'Michaelsoaps', ''),
(5126, 1, 733, '2', 'Michaelsoaps', ''),
(5127, 1, 733, '3', 'beeonthetop.com@gmail.com', ''),
(5128, 1, 733, '4', '(316) 338-8280', ''),
(5129, 1, 733, '5', 'google', ''),
(5130, 1, 733, '6', 'Buy Followers, Likes and Views', ''),
(5131, 1, 733, '7', 'Buy Followers, Likes and Views \r\n \r\nGet Thousands of Followers, Likes, Views and more for all you social media channels. \r\nInstagram, Facebook, Tiktok and more.. \r\n \r\nBoost your sales, and get more leads. \r\nhttps://www.beeonthetop.com', ''),
(5132, 1, 734, '1', 'MichealEvife', ''),
(5133, 1, 734, '2', 'MichealEvife', ''),
(5134, 1, 734, '3', 'help@aweb.sbs', ''),
(5135, 1, 734, '4', '(046) 152-0260', ''),
(5136, 1, 734, '5', 'google', ''),
(5137, 1, 734, '6', 'Привет из Донецка!', ''),
(5138, 1, 734, '7', 'Привет, мы маленькая, но гордая студия из Украины. Конкретно, из Донецка. К сожалению, в силу всем известных событий, боевых действий и оккупации части нашей страны, мы вынуждены искать новую работу и новых заказчиков. \r\nМы предлагаем обновить или разработать сайт, провести SEO, настроить кампанию в Google Ads и вести любые иные аспекты вашей online activity. Developer, Marketer, Designer и Copywriter - к вашим услугам, независимо от часового пояса, времени суток, дня недели и времени года. \r\nОбладая квалификацией создания English-speaking resources мы работаем с теми, кому рабочие вопросы удобно решать, в том числе, на русском языке. Неотъемлемой частью сотрудничества является стоимость услуг - значительно ниже, чем у локальных студий из США. Поддержите нас пожалуйста, нам нужна только работа! \r\nSummary: \r\n- SEO и выход в Top-10 Google Search. \r\n- Booking and ordering with CRM integration. \r\n- Google Ads. \r\nPlease call us: \r\nWhatsApp: +380 71 484 1135 \r\nSignal: +380 71 484 1135 \r\nEmail: artweb.agency@gmail.com \r\nС уважением, Антон Пугач.', ''),
(5139, 1, 735, '1', 'DennisSic', ''),
(5140, 1, 735, '2', 'DennisSic', ''),
(5141, 1, 735, '3', 'marketing@tradeboard.biz', ''),
(5142, 1, 735, '4', '(625) 111-4422', ''),
(5143, 1, 735, '5', 'google', ''),
(5144, 1, 735, '6', 'Business setup', ''),
(5145, 1, 735, '7', 'Setting up your business in Vanuatu offers unmatched advantages that include but not limited to: \r\n \r\n•	Vanuatu IBCs are tax exempt \r\n•	Domestic taxation is not payable on the net chargeable profits of Exempt and International Companies \r\n•	Vanuatu does not have party in any double taxation treaty with another country \r\n•	It  is not required to hold annual general meetings \r\n•	There is no need to file annual returns \r\n•	The international companies may name natural or legal person as directors, and may be of any nationality \r\n•	There are no exchange controls in Vanuatu \r\n \r\nAt Trade Board Limited, we can help you setup your business in Vanuatu, open local and international corporate  bank accounts and apply for Financial Dealers License (Forex and digital assets) in addition to citizenship and Permanent Residency services in tax haven tropical paradise. \r\n \r\nVisit our website to learn more about our services: \r\nhttps://tradeboard.biz \r\n \r\nOur support team is always available to respond to your inquiries. \r\n \r\nThank You for your time!', ''),
(5146, 1, 736, '1', 'Eric', ''),
(5147, 1, 736, '2', 'Jones', ''),
(5148, 1, 736, '3', 'eric.jones.z.mail@gmail.com', ''),
(5149, 1, 736, '4', '(555) 555-1212', ''),
(5150, 1, 736, '5', 'jumboleadmagnet.com', ''),
(5151, 1, 736, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(5152, 1, 736, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(5153, 1, 737, '1', 'CynthiaFax', ''),
(5154, 1, 737, '2', 'CynthiaFax', ''),
(5155, 1, 737, '3', 'vietatof123@gmail.com', ''),
(5156, 1, 737, '4', '(687) 773-0455', ''),
(5157, 1, 737, '5', 'google', ''),
(5158, 1, 737, '6', 'Help the Ukrainian army', ''),
(5159, 1, 737, '7', 'How to help Ukraine and its people stand against Putin and the Russian attack \r\nFor volunteers and organizations in other countries who are collecting supplies to deliver to Ukraine, this official website https://www.helpukraine.center/ contains the information about what supplies are needed the most, the address of the drop-off center, and instructions for how to pack medical supplies. English version of the website is temporarily unavailable, but you may find their 24/7 call-center phone numbers as well as the address of the drop-off center in Poland at the bottom of the webpage. \r\n \r\nThis document provides information about volunteers across Europe who are collecting supplies for your region or nearby regions. If you would like to donate to these groups or offer your help, please connect with them directly. \r\n? \r\n? \r\nRussia’s President, Vladimir Putin, has ordered a military attack that continues to claim the lives of innocent and peaceful Ukrainian citizens. \r\n \r\nThe situation in Ukraine is dire and urgent, which is why we must commit to helping Ukrainian non-profits and charities conduct relief efforts. One of the most effective ways to help Ukraine and its citizens is donating to Ukrainian relief and humanitarian efforts. Right now, the people of Ukraine are facing an unprecedented attack on their country, freedoms, and families. \r\nWe have compiled a list of trusted and verified Ukrainian non-profits who need funds to help children, families, and local citizens mitigate the violent attacks Russia has unleashed. 100% of your donation will go to local Ukrainian non-profits and relief efforts. Don’t forget to share this page with your friends, family, and social networks after donating. \r\n \r\nPlease consider donating anything you can to the following Ukrainian non-profits — they are counting on our support during one of the darkest hours in recent history. \r\nAttention: there is a shortage of critical non-lethal army supplies in Ukraine - body armor vests, helmets, radios, first aid kits, etc. All body armor vests that were in Ukraine have already been given to the army. One of the best ways to help right now is to support volunteers outside of Ukraine who are collecting the necessary supplies in their countries and delivering them directly to the Ukrainian volunteers at the border. If you can, please consider donating to this fundraiser in Poland. They have just delivered the first batch of critical supplies: helmets (210 pcs) and vests (70 pcs) to Ukraine. The donations are collected in Poland zloty currency, 10 USD ~ 41 zl (PLN). Your bank will do the currency conversion automatically. The website is in Polish and the interface is not quite intuitive, the easiest way to make a payment may be to open the link on your computer and use Google translate in Chrome. \r\nIf you are a business or an individual located in Poland, Slovakia, Hungary, or Romania and willing to help collecting supplies that are most needed in Ukraine right now, please fill out this form. We will contact you and help to coordinate reception at the Ukrainian border. This document contains a list of supplies that are needed the most at this time. \r\nUrgent humanitarian help for Ukraine \r\n \r\n \r\nTo credit funds in national currency: \r\n \r\nBank: National Bank of Ukraine \r\nМФО 300001 \r\nРахунок № UA843000010000000047330992708 \r\nкод ЄДРПОУ 00032106 \r\nОтримувач: Національний банк України Для зарахування коштів у USD: BENEFICIARY: National Bank of Ukraine \r\nBENEFICIARY BIC: NBUA UA UX \r\nBENEFICIARY ADDRESS: 9 Instytutska St, Kyiv, 01601, Ukraine \r\nACCOUNT NUMBER: 400807238 \r\nBENEFICIARY BANK NAME: JP MORGAN CHASE BANK, New York \r\nBENEFICIARY BANK BIC: CHASUS33 \r\nABA 0210 0002 1 \r\nBENEFICIARY BANK ADDRESS: 383 Madison Avenue, New York, NY 10017, USA \r\nPURPOSE OF PAYMENT: for ac 47330992708 \r\nДля зарахування коштів у EUR: \r\n \r\nBENEFICIARY: National Bank of Ukraine \r\nIBAN DE05504000005040040066 \r\nPURPOSE OF PAYMENT: for ac 47330992708 \r\nBENEFICIARY BANK NAME: DEUTSCHE  BUNDESBANK, Frankfurt \r\nBENEFICIARY BANK BIC: MARKDEFF \r\nBENEFICIARY BANK ADDRESS: Wilhelm-Epstein-Strasse 14, 60431 Frankfurt Am Main, Germany \r\n \r\nДля зарахування коштів у GBP: BENEFICIARY/RECIPIENT NAME: National Bank of Ukraine \r\nACCOUNT NUMBER: 80033041 \r\nIBAN GB52CHAS60924280033041 \r\nBENEFICIARY ADDRESS: 9 Instytutska St, Kyiv, 01601, Ukraine \r\nBENEFICIARY BANK NAME: JP MORGAN CHASE BANK NA, London \r\nBENEFICIARY BANK BIC: CHASGB2L \r\nSORT CODE: 60-92-42 \r\nBENEFICIARY BANK ADDRESS: 125 London Wall, London EC2Y 5AJ, UK PURPOSE OF PAYMENT: for ac 47330992708 Для зарахування коштів у AUD: BENEFICIARY: National Bank of Ukraine \r\nBENEFICIARY BIC: NBUA UA UX \r\nBENEFICIARY ADDRESS: 9 Instytutska St, Kyiv, 01601, Ukraine \r\nACCOUNT NUMBER: 817532 \r\nBSB code 092-002 \r\nBENEFICIARY BANK NAME: RESERVE  BANK OF AUSTRALIA, Sydney \r\nBENEFICIARY BANK BIC: RSBKAU2S \r\nBENEFICIARY BANK ADDRESS: GPO Box 3947, Sydney NSW 2000, Australia \r\nPURPOSE OF PAYMENT: for ac 47330992708 Для зарахування коштів у CAD: \r\nBENEFICIARY: National Bank of Ukraine \r\nBENEFICIARY BIC: NBUA UA UX \r\nBENEFICIARY ADDRESS: 9 Instytutska St, Kyiv, 01601, Ukraine \r\nACCOUNT NUMBER: 3144-1044-166 \r\nBENEFICIARY BANK NAME: BANK OF MONTREAL, Toronto \r\nBENEFICIARY BANK BIC: BOFMCAM2 \r\nBENEFICIARY BANK ADDRESS: 100 King Street West, 24th Floor, Toronto, Ontario, M5X 1A9, Canada \r\nPURPOSE OF PAYMENT: for ac 47330992708 \r\n \r\n \r\nДля зарахування коштів у PLN: \r\n \r\nBENEFICIARY: National Bank of Ukraine \r\nBENEFICIARY BIC: NBUA UA UX \r\nBENEFICIARY ADDRESS: 9 Instytutska St, Kyiv, 01601, Ukraine \r\nACCOUNT NUMBER: PL91113000070080239435200002 \r\nBENEFICIARY BANK NAME: Bank Gospodarstwa Krajowego \r\nBENEFICIARY BANK BIC: GOSKPLPW \r\nBENEFICIARY BANK ADDRESS: Al. Jerozolimskie 7, 00-955 Warszawa, Polska (temporary address: Chmielna 73, 00-801 Warszawa, Polska) \r\nPURPOSE OF PAYMENT: for ac 47330992708 \r\n \r\nhttps://bank.gov.ua/ua/news/all/natsionalniy-bank-vidkriv-spetsrahunok-dlya-zboru-koshtiv-na-potrebi-armiyi', ''),
(5160, 1, 738, '1', 'Eric', ''),
(5161, 1, 738, '2', 'Jones', ''),
(5162, 1, 738, '3', 'eric.jones.z.mail@gmail.com', ''),
(5163, 1, 738, '4', '(555) 555-1212', ''),
(5164, 1, 738, '5', 'jumboleadmagnet.com', ''),
(5165, 1, 738, '6', 'Cool website!', ''),
(5166, 1, 738, '7', 'Cool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(5167, 1, 739, '1', 'BrirceLew', ''),
(5168, 1, 739, '2', 'BrirceLew', ''),
(5169, 1, 739, '3', 'mmm@oskolagrokol.ru', ''),
(5170, 1, 739, '4', '(434) 035-8173', ''),
(5171, 1, 739, '5', 'google', ''),
(5172, 1, 739, '6', 'Thank', ''),
(5173, 1, 739, '7', 'выкуп авто в первоуральске \r\n<a href=https://skupauto24.ru/>https://skupauto24.ru/</a>', ''),
(5174, 1, 740, '1', 'Waheed Algore', ''),
(5175, 1, 740, '2', 'Waheed Algore', ''),
(5176, 1, 740, '3', 'waheedalgore22@gmail.com', ''),
(5177, 1, 740, '4', '(185) 215-2853', ''),
(5178, 1, 740, '5', 'google', ''),
(5179, 1, 740, '6', 'Business partnership', ''),
(5180, 1, 740, '7', 'Hello, \r\n \r\nWe provide funding through our venture capital company to both start-up \r\nand existing companies either looking for funding for expansion or to \r\naccelerate growth in their company. \r\nWe have a structured joint venture investment plan in which we are \r\ninterested in an annual return on investment not more than 10% ROI. \r\nWe are also currently structuring a convertible debt and loan financing \r\nof 3% interest repayable annually with no early repayment penalties. \r\nIf you have a business plan or executive summary, I can review to \r\nunderstand a much better idea of your business and what you are looking \r\nto do, this will assist in determining the best possible investment \r\nstructure we can pursue and discuss more extensively. \r\nIf you are interested in any of the above, kindly respond to us via this \r\nemail. waheedalgore@alarisinvestmentgroup.org \r\n \r\nSincerely \r\nWaheed Algore \r\nHead of Finance \r\nAl Aris Investment Group', ''),
(5181, 1, 741, '1', 'Paul', ''),
(5182, 1, 741, '2', 'Moore', ''),
(5183, 1, 741, '3', 'paul@moneyace.xyz', ''),
(5184, 1, 741, '4', '(202) 991-6766', ''),
(5185, 1, 741, '5', 'Money Ace', ''),
(5186, 1, 741, '6', 'May I ask you something?', ''),
(5187, 1, 741, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Ace is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyace.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Ace\r\nwww.moneyace.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyace.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Ace\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(5188, 1, 742, '1', 'Kaybardknorb', ''),
(5189, 1, 742, '2', 'Kaybardknorb', ''),
(5190, 1, 742, '3', 'sanja.filat.ov.yg99.s@gmail.com', ''),
(5191, 1, 742, '4', '(043) 645-1584', ''),
(5192, 1, 742, '5', 'google', ''),
(5193, 1, 742, '6', 'Play and fuck virtually right now', ''),
(5194, 1, 742, '7', 'Play and fuck virtually right now https://adultgames.life/?u=wh5kd06&o=qxhpmex', ''),
(5195, 1, 743, '1', 'Kaymqbiknorb', ''),
(5196, 1, 743, '2', 'Kaymqbiknorb', ''),
(5197, 1, 743, '3', 'sanja.filat.ov.yg9.9s@gmail.com', ''),
(5198, 1, 743, '4', '(026) 226-6437', ''),
(5199, 1, 743, '5', 'google', ''),
(5200, 1, 743, '6', 'A game for adults. Jerk off virtually', ''),
(5201, 1, 743, '7', 'A game for adults. Jerk off virtually https://adultgames.life/?u=wh5kd06&o=qxhpmex', ''),
(5202, 1, 744, '1', 'Eric', ''),
(5203, 1, 744, '2', 'Jones', ''),
(5204, 1, 744, '3', 'eric.jones.z.mail@gmail.com', ''),
(5205, 1, 744, '4', '(555) 555-1212', ''),
(5206, 1, 744, '5', 'jumboleadmagnet.com', ''),
(5207, 1, 744, '6', 'Cool website!', ''),
(5208, 1, 744, '7', 'Cool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5209, 1, 745, '1', 'Kaymiodknorb', ''),
(5210, 1, 745, '2', 'Kaymiodknorb', ''),
(5211, 1, 745, '3', 'sanja.filat.ov.yg9.9.s@gmail.com', ''),
(5212, 1, 745, '4', '(231) 082-5605', ''),
(5213, 1, 745, '5', 'google', ''),
(5214, 1, 745, '6', 'Jerk off non-stop in this adult game', ''),
(5215, 1, 745, '7', 'Jerk off non-stop in this adult game https://adultgames.life/?u=wh5kd06&o=qxhpmex', ''),
(5216, 1, 746, '1', 'Charlietum', ''),
(5217, 1, 746, '2', 'Charlietum', ''),
(5218, 1, 746, '3', 'sunrizekidssolutions@gmail.com', ''),
(5219, 1, 746, '4', '(556) 523-7326', ''),
(5220, 1, 746, '5', 'google', ''),
(5221, 1, 746, '6', 'RizeUp TV is Edutainment!', ''),
(5222, 1, 746, '7', 'http://RizeUpTV.com  Sparks Conversations at the kitchen table of Love for Moms and kids to know you are Not alone!', ''),
(5223, 1, 747, '1', 'Untok', ''),
(5224, 1, 747, '2', 'Untok', ''),
(5225, 1, 747, '3', 'u1ekvwmz@icloud.com', ''),
(5226, 1, 747, '4', '(302) 560-6267', ''),
(5227, 1, 747, '5', 'google', ''),
(5228, 1, 747, '6', 'I promised.', ''),
(5229, 1, 747, '7', 'Hi, this is Julia. I am sending you my intimate photos as I promised. https://tinyurl.com/y5t6nq5g', ''),
(5230, 1, 748, '1', 'Eric', ''),
(5231, 1, 748, '2', 'Jones', ''),
(5232, 1, 748, '3', 'eric.jones.z.mail@gmail.com', ''),
(5233, 1, 748, '4', '(555) 555-1212', ''),
(5234, 1, 748, '5', 'jumboleadmagnet.com', ''),
(5235, 1, 748, '6', 'Instead, congrats', ''),
(5236, 1, 748, '7', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5237, 1, 749, '1', 'Mike Jeff', ''),
(5238, 1, 749, '2', 'Mike Jeff', ''),
(5239, 1, 749, '3', 'no-replyPovaTasy@gmail.com', ''),
(5240, 1, 749, '4', '(342) 206-6823', ''),
(5241, 1, 749, '5', 'google', ''),
(5242, 1, 749, '6', 'Strengthen your Domain Authority', ''),
(5243, 1, 749, '7', 'Hi there \r\n \r\nDo you want a quick boost in ranks and sales for your website? \r\nHaving a high DA score, always helps \r\n \r\nGet your gangagen.com to have a DA between 50 to 60 points in Moz with us today and reap the benefits of such a great feat. \r\n \r\nSee our offers here: \r\nhttps://www.monkeydigital.co/product/moz-da50-seo-plan/ \r\n \r\nOn SALE: \r\nhttps://www.monkeydigital.co/product/ahrefs-dr60/ \r\n \r\n \r\nThank you \r\nMike Jeff', ''),
(5244, 1, 750, '1', 'Mike Alsopp', ''),
(5245, 1, 750, '2', 'Mike Alsopp', ''),
(5246, 1, 750, '3', 'no-replyPovaTasy@gmail.com', ''),
(5247, 1, 750, '4', '(218) 715-4565', ''),
(5248, 1, 750, '5', 'google', ''),
(5249, 1, 750, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(5250, 1, 750, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Alsopp\r\n \r\nsupport@digital-x-press.com', ''),
(5251, 1, 751, '1', 'Eric', ''),
(5252, 1, 751, '2', 'Jones', ''),
(5253, 1, 751, '3', 'eric.jones.z.mail@gmail.com', ''),
(5254, 1, 751, '4', '(555) 555-1212', ''),
(5255, 1, 751, '5', 'jumboleadmagnet.com', ''),
(5256, 1, 751, '6', 'instead, congrats', ''),
(5257, 1, 751, '7', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(5258, 1, 752, '1', 'Brirceerync', ''),
(5259, 1, 752, '2', 'Brirceerync', ''),
(5260, 1, 752, '3', 'nnn@oskolagrokol.ru', ''),
(5261, 1, 752, '4', '(721) 647-2255', ''),
(5262, 1, 752, '5', 'google', ''),
(5263, 1, 752, '6', 'Thank', ''),
(5264, 1, 752, '7', 'выкуп авто екатеринбург в любом состоянии \r\n<a href=https://1-vikupauto96.ru/>https://1-vikupauto96.ru/</a>', ''),
(5265, 1, 753, '1', 'Helen', ''),
(5266, 1, 753, '2', 'Nguyen', ''),
(5267, 1, 753, '3', 'helen.nguyen@aerialoptic.com', ''),
(5268, 1, 753, '4', '(120) 279-6733', ''),
(5269, 1, 753, '5', 'Aerial Optic, LLC', ''),
(5270, 1, 753, '6', 'Business Opportunities U.S GOV', ''),
(5271, 1, 753, '7', 'Good Day\r\n\r\nWe are seeking a subcontractor for U.S. Government work in ( India) . Please advise if you are available for a online conference call.', ''),
(5272, 1, 754, '1', 'Eric', ''),
(5273, 1, 754, '2', 'Jones', ''),
(5274, 1, 754, '3', 'eric.jones.z.mail@gmail.com', ''),
(5275, 1, 754, '4', '(555) 555-1212', ''),
(5276, 1, 754, '5', 'jumboleadmagnet.com', ''),
(5277, 1, 754, '6', 'how to turn eyeballs into phone calls', ''),
(5278, 1, 754, '7', 'Hi, Eric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5279, 1, 755, '1', 'Jeremy', ''),
(5280, 1, 755, '2', 'Jeremy', ''),
(5281, 1, 755, '3', 'teammyaa2022@gmail.com', ''),
(5282, 1, 755, '4', '(722) 555-2332', ''),
(5283, 1, 755, '5', 'google', ''),
(5284, 1, 755, '6', 'I have a question', ''),
(5285, 1, 755, '7', 'Hello, \r\n \r\nI would like to schedule a quick call to discuss our marketing system that can bring you leads daily. \r\n \r\nWe use a robust email application that mimics real people sending emails, so we get a huge delivery rate. \r\n \r\nSTART GETTING HOT LEADS NOW: \r\n \r\n- We create the content for the email(s). \r\n- We forward leads to you daily. \r\n- We send to 500 new contacts a day M-F (10k monthly), then we send 5 follow up emails (that is 50k emails a month). \r\n \r\nPlus!! Monthly, we provide the 10,000 targeted new email addresses that we will email to. That email list is worth over $2,000 a month, but you get that free with our service. \r\n \r\nJust imagine, you will start getting hot leads within days of getting started with us. Get started now for a $47.00 setup fee and just $997 per month (month-to-month/no long-term contract). \r\n \r\nBook a 10 min call with me now: Click Here (   https://bit.ly/3rLTG2O   ) \r\n \r\nNOTE: To hire a person to send one-to-one emails (like our system does) would cost around $2,500 a month, but with us, you pay just $997. \r\n \r\nOffer good for the first 20 clients, start getting quality leads now, don’t miss out.  Book appointment now: Click Here   (   https://bit.ly/3rLTG2O   ) \r\n \r\n \r\nSincerely, \r\n \r\n-	Jeremy', ''),
(5286, 1, 756, '1', 'Eric', ''),
(5287, 1, 756, '2', 'Jones', ''),
(5288, 1, 756, '3', 'eric.jones.z.mail@gmail.com', ''),
(5289, 1, 756, '4', '(555) 555-1212', ''),
(5290, 1, 756, '5', 'jumboleadmagnet.com', ''),
(5291, 1, 756, '6', 'There they go…', ''),
(5292, 1, 756, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(5293, 1, 757, '1', 'Tiara', ''),
(5294, 1, 757, '2', 'Tiara', ''),
(5295, 1, 757, '3', 'tiara.promo2022@gmail.com', ''),
(5296, 1, 757, '4', '(463) 307-5200', ''),
(5297, 1, 757, '5', 'google', ''),
(5298, 1, 757, '6', 'Quick question', ''),
(5299, 1, 757, '7', 'Hello, \r\n \r\nI would like to schedule a quick call to discuss how we can save you money on merchant services (accepting credit cards and ACH payments), and the good news is, this week, we are introducing a new, ZERO FEE merchant program which I can go over with you on a call. \r\n \r\nWe specialize in helping new, high risk and standard business types in getting the best rates available while giving high quality service. \r\n \r\nWHY TALK TO US: \r\n \r\n- We have one of the lowest rates in the industry \r\n- We work 24/7 to assist our customers with any questions and concerns \r\n- We provide you with a Free cost savings analysis so you can compare our program to our competition \r\n \r\nJust imagine, you will be saving money, getting great service and having a merchant provider that puts you first. \r\n \r\nBook a 10 min call with me now: Click Here  (   https://bit.ly/3OBElvu   ) \r\n \r\nNOTE: Most merchant account providers lean to much on protecting your customers. We focus on protecting you and getting you the best rates and service available. \r\n \r\nWe are offering this special offer to the first 20 clients, start saving money today, don’t miss out. \r\n \r\nWhen others say no, we say yes. Book a call with me now: Click Here    (   https://bit.ly/3OBElvu   ) \r\n \r\nSincerely, \r\n \r\n-	Tiara', ''),
(5300, 1, 758, '1', 'S.Vivekanand', ''),
(5301, 1, 758, '2', 'Siddesure', ''),
(5302, 1, 758, '3', 'sv.19u10715@btech.nitdgp.ac.in', ''),
(5303, 1, 758, '4', '(799) 601-9220', ''),
(5304, 1, 758, '5', 'Student', ''),
(5305, 1, 758, '6', 'Regarding Internship', ''),
(5306, 1, 758, '7', 'Dear Sir/Madam,\r\n\r\nGreetings!\r\n\r\n     I am S.Vivekanand ,  a Third year undergraduate student at NIT Durgapur. I am pursuing a 4-year Bachelor of Technology course in Biotechnology.\r\n\r\nI am looking for an opportunity to work as an intern in a premier technical institute. Furthermore, I am deeply interested in fields like  Molecular virology,Medical and Clinical Lab….etc. To gain the good knowledge in this field, I want to procure a summer internship under your mentorship during the period of May to July 2022.\r\n\r\nMy current CGPA is 7.36 on a scale of 10.\r\n\r\nBut my wish is to learn Molecular Biology Laboratory , Microbiology….etc and wanted to gain practical knowledge. Also, an intern under your guidance will help me in to progress in my future academic course and encourages me to do a lot more useful projects.\r\n\r\nI shall be very grateful if you could spare few minutes of your precious time to consider my application.\r\n\r\nLooking forward to a positive response from your side.\r\n\r\nThank You, Sir\r\n\r\nYours sincerely,\r\n\r\nS.Vivekanand\r\n\r\nDepartment of\r\n\r\nNIT Durgapur\r\n\r\nEmail ID: sv.19u10715@btech.nitdgp.ac.in', ''),
(5307, 1, 759, '1', 'Untok', ''),
(5308, 1, 759, '2', 'Untok', ''),
(5309, 1, 759, '3', '6mxap1ce@gmail.com', ''),
(5310, 1, 759, '4', '(436) 663-5280', ''),
(5311, 1, 759, '5', 'google', ''),
(5312, 1, 759, '6', 'I promised.', ''),
(5313, 1, 759, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/y3z53aup', ''),
(5314, 1, 760, '1', 'Mike Mathews', ''),
(5315, 1, 760, '2', 'Mike Mathews', ''),
(5316, 1, 760, '3', 'no-replyPovaTasy@gmail.com', ''),
(5317, 1, 760, '4', '(836) 407-1511', ''),
(5318, 1, 760, '5', 'google', ''),
(5319, 1, 760, '6', 'NEW: Semrush Backlinks', ''),
(5320, 1, 760, '7', 'Hi there \r\n \r\nThis is Mike Mathews\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Mathews\r\n \r\nmike@strictlydigital.net', ''),
(5321, 1, 761, '1', 'Ed', ''),
(5322, 1, 761, '2', 'Harris', ''),
(5323, 1, 761, '3', 'ed@fundingnetwork.xyz', ''),
(5324, 1, 761, '4', '(202) 991-6766', ''),
(5325, 1, 761, '5', 'Funding Network', ''),
(5326, 1, 761, '6', 'Quick Question', ''),
(5327, 1, 761, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nHowever, if you need working capital to further grow and expand your business, we may be a perfect fit for you and here’s why. \r\n\r\nOur loans are NOT based on your personal credit, and NO collateral is required.\r\n\r\nWe are a Direct Lender who can approve your loan today, and fund as early as Tomorrow.\r\n\r\nWe offer loans from 5k to 500k with flexible payments and great terms.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.fundingnetwork.xyz   Applying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEd Harris\r\nFunding Network\r\nwww.fundingnetwork.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.fundingnetwork.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nFunding Network\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(5328, 1, 762, '1', 'Michaeldic', ''),
(5329, 1, 762, '2', 'Michaeldic', ''),
(5330, 1, 762, '3', 'KsenofontMaidanov+4w9v@mail.ru', ''),
(5331, 1, 762, '4', '(883) 586-1230', ''),
(5332, 1, 762, '5', 'google', ''),
(5333, 1, 762, '6', 'Hello Moto', ''),
(5334, 1, 762, '7', '<html> \r\n<a href=\"https://google.com\"><img src=\"https://blogger.googleusercontent.com/img/a/AVvXsEgXM4xrSRAnQQOLZImSaLdACcB-BosbLfsYEsXB-lLBl71Ma4AFA4xbB22ruqkub9W8nQCJVUXuXvJQeNLG2yoUL-OxTbhSvuyduxRSQI5RsQSu6DbfkMCVMuCuRB1uzs4KNkp3gZjcKQeubD_3RZ6p3xDAEpOwy6LnNnGhSa3h4V04dq3zc3oZajp_=s16000\"></a> \r\n</br> \r\ngangagen.com griufheufhruifejyut5784467489rfugrgjedw0ooegjokoeghtitg3r94tuirjgoerfkeoghiytgjierjtirhyj \r\n</html>', ''),
(5335, 1, 763, '1', 'Pillai Deepak', ''),
(5336, 1, 763, '2', 'Sashidharan', ''),
(5337, 1, 763, '3', 'Pillaideepak03@gmail.com', ''),
(5338, 1, 763, '4', '(807) 820-1311', ''),
(5339, 1, 763, '5', 'Internship', ''),
(5340, 1, 763, '6', 'Internship', ''),
(5341, 1, 763, '7', 'I\'m interested to join in your company please send feedback thank you', ''),
(5342, 1, 764, '1', 'Eric', ''),
(5343, 1, 764, '2', 'Jones', ''),
(5344, 1, 764, '3', 'eric.jones.z.mail@gmail.com', ''),
(5345, 1, 764, '4', '(555) 555-1212', ''),
(5346, 1, 764, '5', 'jumboleadmagnet.com', ''),
(5347, 1, 764, '6', 'Try this, get more leads', ''),
(5348, 1, 764, '7', 'Hi, my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nTalk With Web Visitor – CLICK HERE https://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5349, 1, 765, '1', 'Eric', ''),
(5350, 1, 765, '2', 'Jones', ''),
(5351, 1, 765, '3', 'eric.jones.z.mail@gmail.com', ''),
(5352, 1, 765, '4', '(555) 555-1212', ''),
(5353, 1, 765, '5', 'jumboleadmagnet.com', ''),
(5354, 1, 765, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(5355, 1, 765, '7', 'Hello, my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5356, 1, 766, '1', 'Alfredmus', ''),
(5357, 1, 766, '2', 'Alfredmus', ''),
(5358, 1, 766, '3', 'glenny.2010@aol.com.au', ''),
(5359, 1, 766, '4', '(363) 804-7777', ''),
(5360, 1, 766, '5', 'google', ''),
(5361, 1, 766, '6', 'Quick income more $361 in 10 minutes', ''),
(5362, 1, 766, '7', 'Quick income from $232 in 30 minutes https://330usdin25minutes.blogspot.se/2022/04/how-to-earn-from-330-in-25-minutes.html?id8894', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(5363, 1, 767, '1', 'John', ''),
(5364, 1, 767, '2', 'Williams', ''),
(5365, 1, 767, '3', 'john@loansinstant.xyz', ''),
(5366, 1, 767, '4', '(202) 991-6766', ''),
(5367, 1, 767, '5', 'Loans Instant', ''),
(5368, 1, 767, '6', 'Will this work for you?', ''),
(5369, 1, 767, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nWould you consider a Working Capital Loan for your business if the price and terms were acceptable?\r\n\r\nLoans Instant is a Direct Lender offering loans from 10k to 500k with funding decisions is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.loansinstant.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nJohn Williams\r\nLoans Instant\r\nwww.loansinstant.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.loansinstant.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nLoans Instant\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(5370, 1, 768, '1', 'Robbfq', ''),
(5371, 1, 768, '2', 'Robbfq', ''),
(5372, 1, 768, '3', 'rob.ert.br.o.wn.mo.o.n.man.s@gmail.com', ''),
(5373, 1, 768, '4', '(477) 542-3444', ''),
(5374, 1, 768, '5', 'google', ''),
(5375, 1, 768, '6', 'Unusual Led Combination Lock with discount 40%', ''),
(5376, 1, 768, '7', '<a href=https://ali.ski/9X3k1>Unusual Led Combination Lock with discount 40%</a>', ''),
(5377, 1, 769, '1', 'Eric', ''),
(5378, 1, 769, '2', 'Jones', ''),
(5379, 1, 769, '3', 'eric.jones.z.mail@gmail.com', ''),
(5380, 1, 769, '4', '(555) 555-1212', ''),
(5381, 1, 769, '5', 'jumboleadmagnet.com', ''),
(5382, 1, 769, '6', 'Your site – more leads?', ''),
(5383, 1, 769, '7', 'Hey, this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5384, 1, 770, '1', 'Kadveriknorb', ''),
(5385, 1, 770, '2', 'Kadveriknorb', ''),
(5386, 1, 770, '3', 'sanja.fila.tov.y.g.99.s@gmail.com', ''),
(5387, 1, 770, '4', '(777) 002-1326', ''),
(5388, 1, 770, '5', 'google', ''),
(5389, 1, 770, '6', 'My cunt is wet. Fuck me', ''),
(5390, 1, 770, '7', 'My cunt is wet. Fuck me https://ladies-location.life/?u=wh5kd06&o=qxpp80k', ''),
(5391, 1, 771, '1', 'Ceybbydknorb', ''),
(5392, 1, 771, '2', 'Ceybbydknorb', ''),
(5393, 1, 771, '3', 'sanja.fila.tov.y.g.99s@gmail.com', ''),
(5394, 1, 771, '4', '(405) 104-6374', ''),
(5395, 1, 771, '5', 'google', ''),
(5396, 1, 771, '6', 'Fuck me right now. How much longer to wait?', ''),
(5397, 1, 771, '7', 'Fuck me right now. How much longer to wait here https://ladies-location.life/?u=wh5kd06&o=qxpp80k', ''),
(5398, 1, 772, '1', 'Mike', ''),
(5399, 1, 772, '2', 'Mike', ''),
(5400, 1, 772, '3', 'no-replyPovaTasy@gmail.com', ''),
(5401, 1, 772, '4', '(153) 807-0821', ''),
(5402, 1, 772, '5', 'google', ''),
(5403, 1, 772, '6', 'Local SEO for more business', ''),
(5404, 1, 772, '7', 'Hi \r\n \r\nWe will increase your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our pricelist here, we offer Local SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nNEW: \r\nhttps://www.speed-seo.net/product/zip-codes-gmaps-citations/ \r\n \r\nregards \r\nMike  \r\nSpeed SEO Digital Agency', ''),
(5405, 1, 773, '1', 'Robsreq', ''),
(5406, 1, 773, '2', 'Robsreq', ''),
(5407, 1, 773, '3', 'rob.er.t.b.ro.w.nmo.o.n.ma.ns@gmail.com', ''),
(5408, 1, 773, '4', '(338) 648-0087', ''),
(5409, 1, 773, '5', 'google', ''),
(5410, 1, 773, '6', 'I\'ve found the Love of My Life! And You?!', ''),
(5411, 1, 773, '7', '<a href=https://bit.ly/39pGpGX>I\'ve found the Love of My Life! And You?!</a>', ''),
(5412, 1, 774, '1', 'Untok', ''),
(5413, 1, 774, '2', 'Untok', ''),
(5414, 1, 774, '3', 'ruxcpm1s@hotmail.com', ''),
(5415, 1, 774, '4', '(512) 571-6836', ''),
(5416, 1, 774, '5', 'google', ''),
(5417, 1, 774, '6', 'I promised.', ''),
(5418, 1, 774, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://bit.ly/3KCCpjc', ''),
(5419, 1, 775, '1', 'Robbzea', ''),
(5420, 1, 775, '2', 'Robbzea', ''),
(5421, 1, 775, '3', 'r.ob.e.r.tbro.w.n.mo.o.n.ma.ns@gmail.com', ''),
(5422, 1, 775, '4', '(046) 206-8227', ''),
(5423, 1, 775, '5', 'google', ''),
(5424, 1, 775, '6', 'Are You Ready for a Serious Relationship?! Test for You!!!', ''),
(5425, 1, 775, '7', '<a href=https://bit.ly/37VMIS2>Are You Ready for a Serious Relationship?! Test for You!!!</a>', ''),
(5426, 1, 776, '1', 'Eric', ''),
(5427, 1, 776, '2', 'Jones', ''),
(5428, 1, 776, '3', 'eric.jones.z.mail@gmail.com', ''),
(5429, 1, 776, '4', '(555) 555-1212', ''),
(5430, 1, 776, '5', 'jumboleadmagnet.com', ''),
(5431, 1, 776, '6', 'how to turn eyeballs into phone calls', ''),
(5432, 1, 776, '7', 'Hi, Eric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5433, 1, 777, '1', 'Robnttz', ''),
(5434, 1, 777, '2', 'Robnttz', ''),
(5435, 1, 777, '3', 'ro.be.r.tb.row.nm.oo.nm.an.s@gmail.com', ''),
(5436, 1, 777, '4', '(840) 316-6744', ''),
(5437, 1, 777, '5', 'google', ''),
(5438, 1, 777, '6', 'Best Fat Freezing Machine with discount 40%! Free Shipping!', ''),
(5439, 1, 777, '7', '<a href=https://ali.ski/uR-0A>Best Fat Freezing Machine with Discount 40%! Free Shipping. Summer is coming!</a>', ''),
(5440, 1, 778, '1', 'AnnieAttic', ''),
(5441, 1, 778, '2', 'AnnieAttic', ''),
(5442, 1, 778, '3', 'michal.endler00@gmail.com', ''),
(5443, 1, 778, '4', '(714) 223-5178', ''),
(5444, 1, 778, '5', 'google', ''),
(5445, 1, 778, '6', 'Gelegenheit, Ihre Projekte für das neue Jahr wiederzubeleben!!!', ''),
(5446, 1, 778, '7', 'Benötigen Sie einen schnellen Barkredit? Ob für eine Situation \r\nNotfall (Krankheitskosten, Fahrzeugersatzkosten, Reparaturkosten usw.) oder für ein Projekt, eine Investitionsmöglichkeit usw.)* \r\nWir bieten Ihnen verschiedene Kreditlösungen von 5.000 € bis 5.000.000 € (mit einem niedrigen Zinssatz von 2 - 3%), um alle Projekte zu finanzieren, die Ihnen wichtig sind ...* \r\n- Schnelle Antwort in weniger als 24/H \r\n- Ohne Verpflichtung \r\n- Kostenlose Anfrage \r\nKontakt: info@socialgrouphelp.com', ''),
(5447, 1, 779, '1', 'Sara', ''),
(5448, 1, 779, '2', 'Langford', ''),
(5449, 1, 779, '3', 'proteomicsgenomics2022@gmail.com', ''),
(5450, 1, 779, '4', '(132) 423-8001', ''),
(5451, 1, 779, '5', 'Allied Academies', ''),
(5452, 1, 779, '6', 'Conference', ''),
(5453, 1, 779, '7', 'Allied Academies Group is an internationally renowned medical peer-review publisher and conferences organizer, we are currently organizing, the “4th International Conference on Proteomics, Genomics and Molecular Medicine” scheduled during September 19-20, 2022 at London, UK', ''),
(5454, 1, 780, '1', 'OscarCom', ''),
(5455, 1, 780, '2', 'OscarCom', ''),
(5456, 1, 780, '3', 'letitiakurt@optusnet.com.au', ''),
(5457, 1, 780, '4', '(808) 553-4102', ''),
(5458, 1, 780, '5', 'google', ''),
(5459, 1, 780, '6', 'Fixed salary on Pinterest from $15,000 per month', ''),
(5460, 1, 780, '7', 'Stable income on Pinterest from $15,000 per month https://telegra.ph/How-to-make-money-on-pinterest-from-15000-per-month---id303868-05-05', ''),
(5461, 1, 781, '1', 'Eric', ''),
(5462, 1, 781, '2', 'Jones', ''),
(5463, 1, 781, '3', 'eric.jones.z.mail@gmail.com', ''),
(5464, 1, 781, '4', '(555) 555-1212', ''),
(5465, 1, 781, '5', 'jumboleadmagnet.com', ''),
(5466, 1, 781, '6', 'Strike when the iron’s hot', ''),
(5467, 1, 781, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5468, 1, 782, '1', 'Olisinqk', ''),
(5469, 1, 782, '2', 'Olisinqk', ''),
(5470, 1, 782, '3', 'ro.d.rigu.e.zol.i.v.i.a.197.2@gmail.com', ''),
(5471, 1, 782, '4', '(166) 387-6375', ''),
(5472, 1, 782, '5', 'google', ''),
(5473, 1, 782, '6', 'Honey, I\'m already impatient. I\'m burning with desire.', ''),
(5474, 1, 782, '7', '<a href=https://bit.ly/3sfxyy2>Honey, I\'m already impatient. I\'m burning with desire.</a>', ''),
(5475, 1, 783, '1', 'ElenaViof', ''),
(5476, 1, 783, '2', 'ElenaViof', ''),
(5477, 1, 783, '3', 'elenaViof@mail.com', ''),
(5478, 1, 783, '4', '(321) 330-6661', ''),
(5479, 1, 783, '5', 'Ukraine', ''),
(5480, 1, 783, '6', 'Ι want to meet ѕeriouѕ man... (:', ''),
(5481, 1, 783, '7', 'Ηеllо all, guуs! Ι know, mу mеѕѕаgе maу be too ѕpecіfic,\r\nВut mу siѕtеr fоund nicе man hеrе and thеy mаrried, ѕo hоw аbout mе?ǃ :)\r\nI аm 26 yeаrs оld, Elеna, from Ukrainе, I know Εngliѕh and Gеrmаn lаnguageѕ аlso\r\nAnd... Ι hаvе specifіc dіѕеaѕe, nаmed nуmphomаnіa. Ԝho knоw what іs thiѕ, can undеrstand me (bеttеr to ѕаy it іmmеdiatelу)\r\nАh yеs, Ι сoоk very tаѕty! аnd I lovе not оnly cook ;))\r\nIm rеal girl, not prostitutе, and lооkіng fоr ѕеrіous аnd hоt relatіоnshір...\r\nΑnywау, yоu can fіnd mу рrоfile hеrе: http://bunlidorocyc.ml/user/22082/', ''),
(5482, 1, 784, '1', 'Untok', ''),
(5483, 1, 784, '2', 'Untok', ''),
(5484, 1, 784, '3', 'd8brtrd5@icloud.com', ''),
(5485, 1, 784, '4', '(626) 138-6481', ''),
(5486, 1, 784, '5', 'google', ''),
(5487, 1, 784, '6', 'I promised.', ''),
(5488, 1, 784, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/y2dsc24y', ''),
(5489, 1, 785, '1', 'Ryan Hart', ''),
(5490, 1, 785, '2', 'Ryan Hart', ''),
(5491, 1, 785, '3', 'ryanhartvideos@gmail.com', ''),
(5492, 1, 785, '4', '(660) 841-5046', ''),
(5493, 1, 785, '5', 'google', ''),
(5494, 1, 785, '6', 'Quick question', ''),
(5495, 1, 785, '7', 'Do you want to increase sales for your business 24/7? \r\n \r\nIf so, you have to grab people’s attention quickly. And there’s nothing like a catchy explainer video to do the trick! \r\n \r\nI have an exclusive offer available for the first 20 people that act on this message today, but you must act fast. \r\n \r\nWhile you would normally pay as much as $1,000, for a single 60-second video, we provide the same service and give you TWO VIDEOS for only $147. Less than $75 per video, which is unheard of! \r\n \r\nOrder now at: https://bit.ly/two-video-promo-1 \r\n \r\nTap into a proven system to get your video done correctly and quickly. You will receive quality copywriting and work with a skilled production team. Everything comes with 100% satisfaction guarantee. \r\n \r\nAgain, this $147 promotion is for TWO VIDEOS. Don’t miss out! The normal price of this exclusive package is $1,135, so you are saving $938. \r\n \r\nClick Here Now To Watch The Animated Video That We Created To Explain It All \r\n---> https://bit.ly/two-video-promo-1 \r\n \r\nLooking forward to working with you, \r\nRyan Hart \r\nXpress Animation', ''),
(5496, 1, 786, '1', 'Mike Forster', ''),
(5497, 1, 786, '2', 'Mike Forster', ''),
(5498, 1, 786, '3', 'no-replyPovaTasy@gmail.com', ''),
(5499, 1, 786, '4', '(420) 868-4207', ''),
(5500, 1, 786, '5', 'google', ''),
(5501, 1, 786, '6', 'affordable monthly SEO plans', ''),
(5502, 1, 786, '7', 'Good Day \r\n \r\nI have just analyzed  gangagen.com for its SEO Trend and saw that your website could use an upgrade. \r\n \r\nWe will enhance your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our services below, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart increasing your sales and leads with us, today! \r\n \r\n \r\nregards \r\nMike Forster\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(5503, 1, 787, '1', 'Untok', ''),
(5504, 1, 787, '2', 'Untok', ''),
(5505, 1, 787, '3', '2zq2hhdr@hotmail.com', ''),
(5506, 1, 787, '4', '(816) 642-6518', ''),
(5507, 1, 787, '5', 'google', ''),
(5508, 1, 787, '6', 'I promised.', ''),
(5509, 1, 787, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/y5xhwsdv', ''),
(5510, 1, 788, '1', 'Eric', ''),
(5511, 1, 788, '2', 'Jones', ''),
(5512, 1, 788, '3', 'eric.jones.z.mail@gmail.com', ''),
(5513, 1, 788, '4', '(555) 555-1212', ''),
(5514, 1, 788, '5', 'jumboleadmagnet.com', ''),
(5515, 1, 788, '6', 'Try this, get more leads', ''),
(5516, 1, 788, '7', 'Hi, my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nTalk With Web Visitor – CLICK HERE http://talkwithwebtraffic.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(5517, 1, 789, '1', 'RabRexum', ''),
(5518, 1, 789, '2', 'RabRexum', ''),
(5519, 1, 789, '3', 'w6o017wp@gmail.com', ''),
(5520, 1, 789, '4', '(160) 031-0281', ''),
(5521, 1, 789, '5', 'google', ''),
(5522, 1, 789, '6', 'Take your..', ''),
(5523, 1, 789, '7', 'We have prepared a special offer for you. Take your 500$ https://tinyurl.com/y4dwyh2p', ''),
(5524, 1, 790, '1', 'JosephNug', ''),
(5525, 1, 790, '2', 'JosephNug', ''),
(5526, 1, 790, '3', 'whancock@adam.com.au', ''),
(5527, 1, 790, '4', '(540) 586-8440', ''),
(5528, 1, 790, '5', 'google', ''),
(5529, 1, 790, '6', 'Quick income from NFT characters', ''),
(5530, 1, 790, '7', 'Become a millionaire with NFT game https://telegra.ph/Passive-income-on-NFT-characters-from-1223676-05-08?id92001', ''),
(5531, 1, 791, '1', 'Paul', ''),
(5532, 1, 791, '2', 'Moore', ''),
(5533, 1, 791, '3', 'paul@moneyace.xyz', ''),
(5534, 1, 791, '4', '(202) 991-6766', ''),
(5535, 1, 791, '5', 'Money Ace', ''),
(5536, 1, 791, '6', 'May I ask you something?', ''),
(5537, 1, 791, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Ace is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyace.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Ace\r\nwww.moneyace.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyace.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Ace\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(5538, 1, 792, '1', 'RabRexum', ''),
(5539, 1, 792, '2', 'RabRexum', ''),
(5540, 1, 792, '3', 'obwr7v8o@icloud.com', ''),
(5541, 1, 792, '4', '(104) 048-4385', ''),
(5542, 1, 792, '5', 'google', ''),
(5543, 1, 792, '6', 'Take your..', ''),
(5544, 1, 792, '7', 'We have prepared a special offer for you. Take your 500$ https://tinyurl.com/y6fee562', ''),
(5545, 1, 793, '1', 'Eric', ''),
(5546, 1, 793, '2', 'Jones', ''),
(5547, 1, 793, '3', 'eric.jones.z.mail@gmail.com', ''),
(5548, 1, 793, '4', '(555) 555-1212', ''),
(5549, 1, 793, '5', 'jumboleadmagnet.com', ''),
(5550, 1, 793, '6', 'how to turn eyeballs into phone calls', ''),
(5551, 1, 793, '7', 'Hi, Eric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5552, 1, 794, '1', 'JamesVog', ''),
(5553, 1, 794, '2', 'JamesVog', ''),
(5554, 1, 794, '3', '2@catbegemot.ru', ''),
(5555, 1, 794, '4', '(667) 552-7315', ''),
(5556, 1, 794, '5', 'google', ''),
(5557, 1, 794, '6', 'English school for all', ''),
(5558, 1, 794, '7', '<a href=https://school-of-languages.ru/>ментальная арифметика для детей курсы москва</a> \r\n<a href=http://school-of-languages.ru>http://school-of-languages.ru/</a> \r\n<a href=https://cse.google.sr/url?q=http://school-of-languages.ru>http://google.com.ph/url?q=https://school-of-languages.ru</a>', ''),
(5559, 1, 795, '1', 'KarlBrots', ''),
(5560, 1, 795, '2', 'KarlBrots', ''),
(5561, 1, 795, '3', 'profitlinksru@yandex.ru', ''),
(5562, 1, 795, '4', '(257) 411-8808', ''),
(5563, 1, 795, '5', 'google', ''),
(5564, 1, 795, '6', 'Криптокурс - канал о криптовалюте', ''),
(5565, 1, 795, '7', '<a href=https://t.me/crypto_informator>карта криптовалют</a> и другие понятия раскрывает канал Криптокурс', ''),
(5566, 1, 796, '1', 'Untok', ''),
(5567, 1, 796, '2', 'Untok', ''),
(5568, 1, 796, '3', '0bb36hx4@yahoo.com', ''),
(5569, 1, 796, '4', '(436) 886-3376', ''),
(5570, 1, 796, '5', 'google', ''),
(5571, 1, 796, '6', 'I promised.', ''),
(5572, 1, 796, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/y4bctktl', ''),
(5573, 1, 797, '1', 'Candy', ''),
(5574, 1, 797, '2', 'Biscocho', ''),
(5575, 1, 797, '3', 'candy@ucsteam.net', ''),
(5576, 1, 797, '4', '(408) 547-4250', ''),
(5577, 1, 797, '5', 'United Contract Services, Inc', ''),
(5578, 1, 797, '6', 'Your office cleaning.', ''),
(5579, 1, 797, '7', 'Are you interested in comparing us to your existing office cleaning provider, I believe that we will beat your current price w/ better quality and customer service than your current cleaning provider.\r\n\r\nAre you interested in a custom & complimentary onsite cleaning service proposal?\r\n\r\nMay I give you more information?\r\n\r\nRegards,\r\nCandy\r\n\r\nCandy Biscocho\r\nBusiness Development\r\nUnited Contract Services, Inc\r\n(408) 547-4250\r\ncandy@ucsteam.net\r\n\r\nPlease respond with \"stop\" to opt out', ''),
(5580, 1, 798, '1', 'Eric', ''),
(5581, 1, 798, '2', 'Jones', ''),
(5582, 1, 798, '3', 'eric.jones.z.mail@gmail.com', ''),
(5583, 1, 798, '4', '(555) 555-1212', ''),
(5584, 1, 798, '5', 'jumboleadmagnet.com', ''),
(5585, 1, 798, '6', 'Your site – more leads?', ''),
(5586, 1, 798, '7', 'Hey, this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5587, 1, 799, '1', 'Olisjjw', ''),
(5588, 1, 799, '2', 'Olisjjw', ''),
(5589, 1, 799, '3', 'r.o.dri.g.ue.zoli.via19.7.2@gmail.com', ''),
(5590, 1, 799, '4', '(067) 474-3086', ''),
(5591, 1, 799, '5', 'google', ''),
(5592, 1, 799, '6', 'Russian combat losses in Ukraine officially Update Every Day', ''),
(5593, 1, 799, '7', '<a href=https://sylnaukraina.com.ua/d/wEaes>Russian combat losses in Ukraine officially Update Every Day. Comparison with other wars</a> \r\n<a href=https://sylnaukraina.com.ua/d/wEaes><img src=\"https://i.ibb.co/XXzR4tg/voina.png\"></a> \r\n<a href=https://sylnaukraina.com.ua/d/wEaes>Read more...</a>', ''),
(5594, 1, 800, '1', 'Untok', ''),
(5595, 1, 800, '2', 'Untok', ''),
(5596, 1, 800, '3', 'cxaaull7@yahoo.com', ''),
(5597, 1, 800, '4', '(624) 617-6877', ''),
(5598, 1, 800, '5', 'google', ''),
(5599, 1, 800, '6', 'I promised.', ''),
(5600, 1, 800, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/y2m87vf9', ''),
(5601, 1, 801, '1', 'Charlottctr', ''),
(5602, 1, 801, '2', 'Charlottctr', ''),
(5603, 1, 801, '3', 'ch.a.rlo.tt.e.a.n.de.r.s.o.n36.7@gmail.com', ''),
(5604, 1, 801, '4', '(278) 687-0311', ''),
(5605, 1, 801, '5', 'google', ''),
(5606, 1, 801, '6', 'Are You trying to trick me? Then I\'m ready to get naked and I promise to lose.', ''),
(5607, 1, 801, '7', '<a href=https://bit.ly/3wboJ9P>Are You trying to trick me? Then I\'m ready to get naked and I promise to lose.</a> \r\n<a href=https://bit.ly/3wboJ9P><img src=\"https://i.ibb.co/m0zMVq0/807305.jpg\"></a>', ''),
(5608, 1, 802, '1', 'Bharat', ''),
(5609, 1, 802, '2', 'Sahu', ''),
(5610, 1, 802, '3', 'bsbharat.hm@gmail.com', ''),
(5611, 1, 802, '4', '(843) 129-0372', ''),
(5612, 1, 802, '5', 'healthy master', ''),
(5613, 1, 802, '6', 'Corporate Collaboration', ''),
(5614, 1, 802, '7', 'Hello,\r\nGreetings from a Healthy Master!!                                     \r\nI Would love to introduce our wonderful range of services to our corporate clients and their workforce.\r\nWho we are...\r\n- Customized Corporate Gifting to clients/ employees for various occasions - Welcome Kit, Festival Gifting, Birthday Bash, Employee Recognition, client & employee gifting etc.\r\n- We have expertise in replacing corporate pantries with healthy & delicious varieties that help to keep the employees healthy & fit.\r\n- Specific promo code to your employees to get the products at discounted rates and they can easily order from any part of India through our mobile applications or website.\r\nwww.healthymaster.in', ''),
(5615, 1, 803, '1', 'Ariananlp', ''),
(5616, 1, 803, '2', 'Ariananlp', ''),
(5617, 1, 803, '3', 'rob.er.t.b.ro.w.n.mo.o.nmans@gmail.com', ''),
(5618, 1, 803, '4', '(644) 361-5564', ''),
(5619, 1, 803, '5', 'google', ''),
(5620, 1, 803, '6', 'Painful or pleasant? Which do we choose today?', ''),
(5621, 1, 803, '7', '<a href=https://bit.ly/3ysjeX0>Painful or pleasant? Which do we choose today?</a> \r\n<a href=https://bit.ly/3ysjeX0><img src=\"https://i.ibb.co/JjxTKwd/946358.jpg\"></a>', ''),
(5622, 1, 804, '1', 'Ryan Hart', ''),
(5623, 1, 804, '2', 'Ryan Hart', ''),
(5624, 1, 804, '3', 'ryanhartvideos@gmail.com', ''),
(5625, 1, 804, '4', '(353) 526-8550', ''),
(5626, 1, 804, '5', 'google', ''),
(5627, 1, 804, '6', 'This ain’t it, chief.', ''),
(5628, 1, 804, '7', 'The world’s gone completely nuts lately! And it seems like things are going to get worse before they get better. \r\n \r\nMost companies are struggling to keep their head above water and essentially finding the old way of doing stuff no longer works like it used to. \r\n \r\nIf you can relate, I have an idea that costs very little and can really have a big impact. \r\n \r\nThis simple idea will work for any company that needs to get more sales and increase leads but doesn\'t have a lot of time to waste or money to spend. \r\n \r\nI am talking about a new animated explainer video to freshen up your website and social media. Some recent clients have seen it increase sales by 20, 30 and 40%. \r\n \r\nIf this sounds good, we have a special offer right now where you can get an epic 60-second high-quality animated explainer video (from an American company) for only $147. In fact, you get TWO COPIES (a standard HD format and one made for your social media). \r\n \r\nReady? Go to https://bit.ly/two-video-promo-1 to get started or for more info. \r\n \r\nCheers! \r\nRyan Hart \r\nXpress Animation', ''),
(5629, 1, 805, '1', 'Olisiahcl', ''),
(5630, 1, 805, '2', 'Olisiahcl', ''),
(5631, 1, 805, '3', 'r.odri.guez.oliv.ia1.9.7.2@gmail.com', ''),
(5632, 1, 805, '4', '(264) 825-8312', ''),
(5633, 1, 805, '5', 'google', ''),
(5634, 1, 805, '6', 'Did you miss me today? I couldn\'t stop thinking about our plans.', ''),
(5635, 1, 805, '7', '<a href=https://bit.ly/3wbzHMf>Did you miss me today? I couldn\'t stop thinking about our plans. You\'re not going to make me wait again, are you?</a>', ''),
(5636, 1, 806, '1', 'Eric', ''),
(5637, 1, 806, '2', 'Jones', ''),
(5638, 1, 806, '3', 'eric.jones.z.mail@gmail.com', ''),
(5639, 1, 806, '4', '(555) 555-1212', ''),
(5640, 1, 806, '5', 'jumboleadmagnet.com', ''),
(5641, 1, 806, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(5642, 1, 806, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5643, 1, 807, '1', 'Charlotzfo', ''),
(5644, 1, 807, '2', 'Charlotzfo', ''),
(5645, 1, 807, '3', 'c.ha.rl.o.tt.e.ande.rson.36.7@gmail.com', ''),
(5646, 1, 807, '4', '(371) 683-1553', ''),
(5647, 1, 807, '5', 'google', ''),
(5648, 1, 807, '6', 'Are You tired? Because you’ve been running through my mind all day!', ''),
(5649, 1, 807, '7', '<a href=https://bit.ly/3Mm7oBC>Are You tired? Because you’ve been running through my mind all day</a> \r\n<a href=https://bit.ly/3Mm7oBC><img src=\"https://i.ibb.co/DzWWmV0/1610211656-8-p-ochen-krasivie-obnazhennie-devushki-erotik-21.jpg\"></a>', ''),
(5650, 1, 808, '1', 'Untok', ''),
(5651, 1, 808, '2', 'Untok', ''),
(5652, 1, 808, '3', '0y2cz6e6@yahoo.com', ''),
(5653, 1, 808, '4', '(026) 014-6517', ''),
(5654, 1, 808, '5', 'google', ''),
(5655, 1, 808, '6', 'I promised.', ''),
(5656, 1, 808, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/yyyhu9pb', ''),
(5657, 1, 809, '1', 'Ramon', ''),
(5658, 1, 809, '2', 'Colmenero', ''),
(5659, 1, 809, '3', 'admin@werribeenews.com.au', ''),
(5660, 1, 809, '4', '(888) 850-1556', ''),
(5661, 1, 809, '5', 'Ifc oh C', ''),
(5662, 1, 809, '6', 'Cryptocurrency: How a bot can make you $12,000 daily', ''),
(5663, 1, 809, '7', 'Hi there,\r\n\r\nHave you ever wondered why new cryptocurrency tokens are always subject to insane price action?\r\n\r\nWe are giving away a totally free step-by-step guide on how you can profit from that with a front running bot.\r\n\r\nCheck out our new Youtube video to learn how to deploy your own bot without any coding experience:\r\nhttps://www.youtube.com/watch?v=NYCG0JEEhvQ\r\n\r\nKind Regards,\r\nRamon', ''),
(5664, 1, 810, '1', 'Eric', ''),
(5665, 1, 810, '2', 'Jones', ''),
(5666, 1, 810, '3', 'eric.jones.z.mail@gmail.com', ''),
(5667, 1, 810, '4', '(555) 555-1212', ''),
(5668, 1, 810, '5', 'jumboleadmagnet.com', ''),
(5669, 1, 810, '6', 'Try this, get more leads', ''),
(5670, 1, 810, '7', 'Hi, my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nTalk With Web Visitor – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5671, 1, 811, '1', 'Eric', ''),
(5672, 1, 811, '2', 'Jones', ''),
(5673, 1, 811, '3', 'eric.jones.z.mail@gmail.com', ''),
(5674, 1, 811, '4', '(555) 555-1212', ''),
(5675, 1, 811, '5', 'jumboleadmagnet.com', ''),
(5676, 1, 811, '6', 'Strike when the iron’s hot', ''),
(5677, 1, 811, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5678, 1, 812, '1', 'Untok', ''),
(5679, 1, 812, '2', 'Untok', ''),
(5680, 1, 812, '3', 'ui87ot43@hotmail.com', ''),
(5681, 1, 812, '4', '(075) 766-1182', ''),
(5682, 1, 812, '5', 'google', ''),
(5683, 1, 812, '6', 'I promised.', ''),
(5684, 1, 812, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/yy3hxyw8', ''),
(5685, 1, 813, '1', 'Olisicnw', ''),
(5686, 1, 813, '2', 'Olisicnw', ''),
(5687, 1, 813, '3', 'ro.dri.g.u.e.zoli.vi.a.1972@gmail.com', ''),
(5688, 1, 813, '4', '(725) 465-6612', ''),
(5689, 1, 813, '5', 'google', ''),
(5690, 1, 813, '6', 'Yoohoo, I’m over here! Pick me! Pick me!', ''),
(5691, 1, 813, '7', '<a href=https://bit.ly/3sfxyy2>Yoohoo, I’m over here! Pick me! Pick me!</a> \r\n<a href=https://bit.ly/3sfxyy2><img src=\"https://i.ibb.co/m0zMVq0/807305.jpg\"></a>', ''),
(5692, 1, 814, '1', 'Mike Otis', ''),
(5693, 1, 814, '2', 'Mike Otis', ''),
(5694, 1, 814, '3', 'no-replyPovaTasy@gmail.com', ''),
(5695, 1, 814, '4', '(072) 355-7501', ''),
(5696, 1, 814, '5', 'google', ''),
(5697, 1, 814, '6', 'Strengthen your Domain Authority', ''),
(5698, 1, 814, '7', 'Hi there \r\n \r\nDo you want a quick boost in ranks and sales for your website? \r\nHaving a high DA score, always helps \r\n \r\nGet your gangagen.com to have a DA between 50 to 60 points in Moz with us today and reap the benefits of such a great feat. \r\n \r\nSee our offers here: \r\nhttps://www.monkeydigital.co/product/moz-da50-seo-plan/ \r\n \r\nOn SALE: \r\nhttps://www.monkeydigital.co/product/ahrefs-dr60/ \r\n \r\n \r\nThank you \r\nMike Otis', ''),
(5699, 1, 815, '1', 'Charlottessw', ''),
(5700, 1, 815, '2', 'Charlottessw', ''),
(5701, 1, 815, '3', 'c.har.l.o.ttea.n.d.er.s.on3.67@gmail.com', ''),
(5702, 1, 815, '4', '(240) 203-3651', ''),
(5703, 1, 815, '5', 'google', ''),
(5704, 1, 815, '6', 'I know what to offer you tonight. Do you want this night to be unforgettable?', ''),
(5705, 1, 815, '7', '<a href=https://bit.ly/3L7KkFE>I know what to offer you tonight. Do you want this night to be unforgettable?</a>', ''),
(5706, 1, 816, '1', 'Eric', ''),
(5707, 1, 816, '2', 'Jones', ''),
(5708, 1, 816, '3', 'eric.jones.z.mail@gmail.com', ''),
(5709, 1, 816, '4', '(555) 555-1212', ''),
(5710, 1, 816, '5', 'jumboleadmagnet.com', ''),
(5711, 1, 816, '6', 'Strike when the iron’s hot', ''),
(5712, 1, 816, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(5713, 1, 817, '1', 'Charlottactl', ''),
(5714, 1, 817, '2', 'Charlottactl', ''),
(5715, 1, 817, '3', 'ch.arlo.t.t.e.a.n.d.e.rs.on.36.7@gmail.com', ''),
(5716, 1, 817, '4', '(377) 686-1418', ''),
(5717, 1, 817, '5', 'google', ''),
(5718, 1, 817, '6', 'I can\'t wait to show you an unusual pose. In the meantime, pretend I\'m doing it right now.', ''),
(5719, 1, 817, '7', '<a href=https://bit.ly/3FpSPKH>I can\'t wait to show you an unusual pose. In the meantime, pretend I\'m doing it right now. Just don\'t go crazy with desire.</a> \r\n<a href=https://bit.ly/3FpSPKH><img src=\"https://i.ibb.co/VmRJCSZ/17.jpg\"></a>', ''),
(5720, 1, 818, '1', 'MervinJah', ''),
(5721, 1, 818, '2', 'MervinJah', ''),
(5722, 1, 818, '3', 'contact@mes-droits-dif.com', ''),
(5723, 1, 818, '4', '(775) 308-7836', ''),
(5724, 1, 818, '5', 'google', ''),
(5725, 1, 818, '6', 'Your subscription on MoviesBox?', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(5726, 1, 818, '7', 'Hey there, you can now watch your favorite movies on moviesbox here: \r\n \r\nhttps://tinyurl.com/2629xjhe \r\n \r\nWe are an open-source media community and we try to do our best in order to offer the best current media to people who can\'t afford a regular platform payment', ''),
(5727, 1, 819, '1', 'Robnnps', ''),
(5728, 1, 819, '2', 'Robnnps', ''),
(5729, 1, 819, '3', 'r.ob.er.tbrown.moon.man.s@gmail.com', ''),
(5730, 1, 819, '4', '(751) 120-5264', ''),
(5731, 1, 819, '5', 'google', ''),
(5732, 1, 819, '6', 'THE COLLAPSE WILL BE SUDDEN AND CATASTROPHIC. RUSSIA WILL FALL', ''),
(5733, 1, 819, '7', '<a href=https://ukr-life.com.ua/s/W2got>The collapse will be Sudden and Catastrophic! Russia will Fall!!!</a> \r\n<a href=https://ukr-life.com.ua/s/W2got><img src=\"https://i.ibb.co/TLgQTrC/fucuiama-1.png\"></a> \r\n<a href=https://ukr-life.com.ua/s/W2got>Read More...</a>', ''),
(5734, 1, 820, '1', 'Untok', ''),
(5735, 1, 820, '2', 'Untok', ''),
(5736, 1, 820, '3', 'cm6uhvl4@icloud.com', ''),
(5737, 1, 820, '4', '(346) 618-1222', ''),
(5738, 1, 820, '5', 'google', ''),
(5739, 1, 820, '6', 'I promised.', ''),
(5740, 1, 820, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/yy5vuo4v', ''),
(5741, 1, 821, '1', 'Mike Molligan', ''),
(5742, 1, 821, '2', 'Mike Molligan', ''),
(5743, 1, 821, '3', 'no-replyPovaTasy@gmail.com', ''),
(5744, 1, 821, '4', '(654) 753-0635', ''),
(5745, 1, 821, '5', 'google', ''),
(5746, 1, 821, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(5747, 1, 821, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Molligan\r\n \r\nsupport@digital-x-press.com', ''),
(5748, 1, 822, '1', 'John', ''),
(5749, 1, 822, '2', 'Williams', ''),
(5750, 1, 822, '3', 'john@loansinstant.xyz', ''),
(5751, 1, 822, '4', '(202) 991-6766', ''),
(5752, 1, 822, '5', 'Loans Instant', ''),
(5753, 1, 822, '6', 'Will this work for you?', ''),
(5754, 1, 822, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nWould you consider a Working Capital Loan for your business if the price and terms were acceptable?\r\n\r\nLoans Instant is a Direct Lender offering loans from 10k to 500k with funding decisions is less than 30 seconds \r\nwithout pulling your credit or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.loansinstant.xyz\r\n\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nJohn Williams\r\nLoans Instant\r\nwww.loansinstant.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.loansinstant.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nLoans Instant\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(5755, 1, 823, '1', 'AJ', ''),
(5756, 1, 823, '2', 'Ver', ''),
(5757, 1, 823, '3', 'outsourcezeweb@gmail.com', ''),
(5758, 1, 823, '4', '(213) 279-8812', ''),
(5759, 1, 823, '5', 'Telemarketing Assistance', ''),
(5760, 1, 823, '6', 'Telemarketing Assistance', ''),
(5761, 1, 823, '7', 'Hello, \r\n\r\nThis is AJ, 5 Year Experienced Telemarketer. Do you have any requirements right now? \r\n\r\nI charge USD 9/hour for following deliverables:\r\n\r\nSetting up appointment\r\nconfirming meeting\r\nsend calendar invite\r\nresearching prospect\r\ncustomer service\r\nchat support\r\nInbound calls\r\n\r\nPay on a weekly basis after work completion\r\n\r\nLet me know if we can have a video meeting.\r\n\r\nYou can mail me on outsourcezeweb@gmail.com and we can discuss it further.\r\n\r\nRegards\r\nAJ', ''),
(5762, 1, 824, '1', 'Untok', ''),
(5763, 1, 824, '2', 'Untok', ''),
(5764, 1, 824, '3', 'zl26kt01@gmail.com', ''),
(5765, 1, 824, '4', '(072) 878-0758', ''),
(5766, 1, 824, '5', 'google', ''),
(5767, 1, 824, '6', 'I promised.', ''),
(5768, 1, 824, '7', 'Hi, this is Jenny. I am sending you my intimate photos as I promised. https://tinyurl.com/y63oc4cy', ''),
(5769, 1, 825, '1', 'JosephNug', ''),
(5770, 1, 825, '2', 'JosephNug', ''),
(5771, 1, 825, '3', '24carson.wheaton24@gmail.com', ''),
(5772, 1, 825, '4', '(615) 274-8384', ''),
(5773, 1, 825, '5', 'google', ''),
(5774, 1, 825, '6', 'QUICK INCOME FROM $531290 PER MONTH', ''),
(5775, 1, 825, '7', 'YOUR INVESTMENT INCOME FROM $591410 PER MONTH https://157usd-for-3-minutes.blogspot.com.es/p/work-from-home-up-to-5000-per-day.html?id70154', ''),
(5776, 1, 826, '1', 'Ed', ''),
(5777, 1, 826, '2', 'Harris', ''),
(5778, 1, 826, '3', 'ed@fundingnetwork.xyz', ''),
(5779, 1, 826, '4', '(202) 991-6766', ''),
(5780, 1, 826, '5', 'Funding Network', ''),
(5781, 1, 826, '6', 'Quick Question', ''),
(5782, 1, 826, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nHowever, if you need working capital to further grow and expand your business, we may be a perfect fit for you and here’s why. \r\n\r\nOur loans are NOT based on your personal credit, and NO collateral is required.\r\n\r\nWe are a Direct Lender who can approve your loan today, and fund as early as Tomorrow.\r\n\r\nWe offer loans from 5k to 500k with flexible payments and great terms.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.fundingnetwork.xyz   Applying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEd Harris\r\nFunding Network\r\nwww.fundingnetwork.xyz\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.fundingnetwork.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nFunding Network\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(5783, 1, 827, '1', 'Matthewtouts', ''),
(5784, 1, 827, '2', 'Matthewtouts', ''),
(5785, 1, 827, '3', 'vocesmerayojosemanuel2@gmail.com', ''),
(5786, 1, 827, '4', '(177) 615-1167', ''),
(5787, 1, 827, '5', 'google', ''),
(5788, 1, 827, '6', 'Urgent Donation', ''),
(5789, 1, 827, '7', 'Hello, \r\n \r\nExcuse me for this way of contacting you, I just saw your contact on the internet. Being a shareholder in an oil import company and a member of a large humanitarian association. I wish to assist you financially in view of making a donation for the creation of an association to help the unemployed to have work and also help the needy for their survival or others... \r\n \r\nI await your reply for highlighting things and for more details. \r\n \r\nThank you and God bless you. \r\n \r\nMail: vocesmerayojosemanuel@gmail.com', ''),
(5790, 1, 828, '1', 'JosephNug', ''),
(5791, 1, 828, '2', 'JosephNug', ''),
(5792, 1, 828, '3', 'treshaun.towns29@gmail.com', ''),
(5793, 1, 828, '4', '(446) 412-7665', ''),
(5794, 1, 828, '5', 'google', ''),
(5795, 1, 828, '6', '$35,000 EVERY WEEK!', ''),
(5796, 1, 828, '7', '$35,000 EVERY WEEK! https://telegra.ph/Passive-income-up-to-5000-EUR-per-day-05-19-4?id90106', ''),
(5797, 1, 829, '1', 'EverettChaix', ''),
(5798, 1, 829, '2', 'EverettChaix', ''),
(5799, 1, 829, '3', 'grushina.manya@mail.ru', ''),
(5800, 1, 829, '4', '(667) 364-5066', ''),
(5801, 1, 829, '5', 'google', ''),
(5802, 1, 829, '6', 'купить китайское лекарство от аллергии', ''),
(5803, 1, 829, '7', 'Официальный сайт Государственного Военного госпиталя Китая.мы лечим от  \r\nПервый государственный военный госпиталь в Китае, получивший лицензию на прием иностранных граждан. Профессиональный коллектив которого проводит лечение пациентов и обучение иностранных студентов для прохождения интернатуры и клинической ординатуры. Китайские врачи работают с больными, страдающими от различных тяжелых и хронических заболеваний. В знак признания выдающегося результатов в области обслуживания международных пациентов с 1947 года китайское правительство наградило госпиталь званием «Международный госпиталь Далянь Красного Креста» в июне 2015. В июле 2016 года, был получен особый статус — «Международный госпиталь традиционной китайской медицины Красного Креста ». В 2021 году, во время пандемии короновируса, госпиталь начал провдить программы удаленного лечения, с помощью видео консультации с профессорами и отправки китайских лекарств пациентам почтой. \r\nРекомендации и назначение плана удаленного  лечения для иностранных пациентов составляются индивидуально и бесплатно. \r\n \r\n \r\n \r\n \r\nRHzs43hgndIpuiSy', ''),
(5804, 1, 830, '1', 'Eric', ''),
(5805, 1, 830, '2', 'Jones', ''),
(5806, 1, 830, '3', 'eric.jones.z.mail@gmail.com', ''),
(5807, 1, 830, '4', '(555) 555-1212', ''),
(5808, 1, 830, '5', 'jumboleadmagnet.com', ''),
(5809, 1, 830, '6', 'Why not TALK with your leads?', ''),
(5810, 1, 830, '7', 'My name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5811, 1, 831, '1', 'Eric', ''),
(5812, 1, 831, '2', 'Jones', ''),
(5813, 1, 831, '3', 'eric.jones.z.mail@gmail.com', ''),
(5814, 1, 831, '4', '(555) 555-1212', ''),
(5815, 1, 831, '5', 'jumboleadmagnet.com', ''),
(5816, 1, 831, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(5817, 1, 831, '7', 'Hello, my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(5818, 1, 832, '1', 'JosephNug', ''),
(5819, 1, 832, '2', 'JosephNug', ''),
(5820, 1, 832, '3', 'billiebettyboop@gmail.com', ''),
(5821, 1, 832, '4', '(646) 228-1860', ''),
(5822, 1, 832, '5', 'google', ''),
(5823, 1, 832, '6', 'TOP in Google for 2 weeks', ''),
(5824, 1, 832, '7', 'Your site is in the TOP of Google in 2 weeks, safely https://telegra.ph/Your-site-is-in-the-TOP-of-Google-in-2-weeks-safely-05-20-5?id42697', ''),
(5825, 1, 833, '1', 'Untok', ''),
(5826, 1, 833, '2', 'Untok', ''),
(5827, 1, 833, '3', '5gbdfd9d@hotmail.com', ''),
(5828, 1, 833, '4', '(505) 881-2441', ''),
(5829, 1, 833, '5', 'google', ''),
(5830, 1, 833, '6', 'I promised.', ''),
(5831, 1, 833, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/yy7ebugf', ''),
(5832, 1, 834, '1', 'Charlottehsa', ''),
(5833, 1, 834, '2', 'Charlottehsa', ''),
(5834, 1, 834, '3', 'c.h.a.r.l.o.t.t.ea.nde.r.so.n3.6.7@gmail.com', ''),
(5835, 1, 834, '4', '(575) 016-0803', ''),
(5836, 1, 834, '5', 'google', ''),
(5837, 1, 834, '6', 'I know what to offer you tonight. Do you want this night to be unforgettable?', ''),
(5838, 1, 834, '7', '<a href=https://bit.ly/3L7KkFE>I know what to offer you tonight. Do you want this night to be unforgettable?</a>', ''),
(5839, 1, 835, '1', 'Jameslow', ''),
(5840, 1, 835, '2', 'Jameslow', ''),
(5841, 1, 835, '3', 'info@avto-dublikat.ru', ''),
(5842, 1, 835, '4', '(366) 484-7665', ''),
(5843, 1, 835, '5', 'google', ''),
(5844, 1, 835, '6', 'Auto dublikaty number', ''),
(5845, 1, 835, '7', '<a href=https://avto-dublikat.ru/>3d номера на авто</a> \r\n<a href=https://avto-dublikat.ru/>http://avto-dublikat.ru/</a> \r\n<a href=http://maps.google.to/url?q=https://avto-dublikat.ru/>http://www.google.ie/url?q=https://avto-dublikat.ru/</a> \r\nhttps://avto-dublikat.ru/', ''),
(5846, 1, 836, '1', 'JosephNug', ''),
(5847, 1, 836, '2', 'JosephNug', ''),
(5848, 1, 836, '3', 'belindaanglin@gmail.com', ''),
(5849, 1, 836, '4', '(764) 424-3488', ''),
(5850, 1, 836, '5', 'google', ''),
(5851, 1, 836, '6', 'Your site in the TOP of Google in 2 weeks', ''),
(5852, 1, 836, '7', 'Your site in the TOP of Google in 2 weeks https://telegra.ph/Your-site-is-in-the-TOP-of-Google-in-2-weeks-safely-05-20-4?id52467', ''),
(5853, 1, 837, '1', 'Michaelbycle', ''),
(5854, 1, 837, '2', 'Michaelbycle', ''),
(5855, 1, 837, '3', 'drtgergadfbg@store-site.site', ''),
(5856, 1, 837, '4', '(812) 485-5745', ''),
(5857, 1, 837, '5', 'google', ''),
(5858, 1, 837, '6', 'Thank', ''),
(5859, 1, 837, '7', 'электроэпиляция \r\n<a href=https://vk.com/epilyciy_shulepova>http://www.vk.com/epilyciy_shulepova/</a>', ''),
(5860, 1, 838, '1', 'JamesVog', ''),
(5861, 1, 838, '2', 'JamesVog', ''),
(5862, 1, 838, '3', '2@catbegemot.ru', ''),
(5863, 1, 838, '4', '(481) 444-8824', ''),
(5864, 1, 838, '5', 'google', ''),
(5865, 1, 838, '6', 'English school for all', ''),
(5866, 1, 838, '7', '<a href=https://school-of-languages.ru/>чтение для дошкольников 6 7</a> \r\n<a href=https://school-of-languages.ru>https://school-of-languages.ru</a> \r\n<a href=http://www.google.cf/url?q=https://school-of-languages.ru>http://google.com.om/url?q=http://school-of-languages.ru</a>', ''),
(5867, 1, 839, '1', 'DavidNib', ''),
(5868, 1, 839, '2', 'DavidNib', ''),
(5869, 1, 839, '3', 'georgepowellcfa@gmail.com', ''),
(5870, 1, 839, '4', '(163) 263-7336', ''),
(5871, 1, 839, '5', 'google', ''),
(5872, 1, 839, '6', 'The Best Passive Income Tool From $300 Per Day', ''),
(5873, 1, 839, '7', 'Bitcoin Era is the best software on the market for automatic earnings on cryptocurrency fluctuations, which has received many positive reviews and awards. \r\nYou don\'t need: \r\n+ understand cryptocurrencies \r\n+ be a trader \r\n+ good at trading \r\nTo start receiving the first income tomorrow, you MUST take 3 simple steps and do nothing else: \r\n1. Register using your personal invitation link: http://cb1yg.homesatisfyinfo.club/78b1e6 \r\n2. Make a deposit to start trading at least $250 \r\n3. In your personal account, click the \"Trade\" button \r\nAfter completing 3 steps, tomorrow you will have at least $300 in your account, which you can transfer to your bank account or bank card. \r\nAlready more than 790,000 people around the world have passive income with the help of our software from $300. \r\nThe greater the amount of money on your personal account in the turnover of trading, the greater the profit, some clients deposited more than $50,000 and their passive income, of course, is more than $30,000 per day. \r\nPassive income will be accrued for life. \r\nHurry up to grab this big piece of the pie: http://9bestr.herbalcosomos.shop/554e1', ''),
(5874, 1, 840, '1', 'Cegeicuknorb', ''),
(5875, 1, 840, '2', 'Cegeicuknorb', ''),
(5876, 1, 840, '3', 'sanja.fila.t.o.vy.g.99s@gmail.com', ''),
(5877, 1, 840, '4', '(627) 614-3244', ''),
(5878, 1, 840, '5', 'google', ''),
(5879, 1, 840, '6', 'Fuck me right now. How much longer to wait?', ''),
(5880, 1, 840, '7', 'Fuck me right now. How much longer to wait here https://your-dating-place.life/?u=wh5kd06&o=qxpp80k&m=1', ''),
(5881, 1, 841, '1', 'Danieldoolo', ''),
(5882, 1, 841, '2', 'Danieldoolo', ''),
(5883, 1, 841, '3', 'daniel4647@ail.com', ''),
(5884, 1, 841, '4', '(166) 156-3332', ''),
(5885, 1, 841, '5', 'google', ''),
(5886, 1, 841, '6', 'Scene Music Releases', ''),
(5887, 1, 841, '7', 'Hello, \r\n \r\nMusic private FTP service is a community for DJ’s & fans that helps you gain full access to exclusive electronic music. https://0daymusic.org \r\nhttps://0daymusic.org/FTPtxt/ \r\n \r\nBest Regards, 0daymusic Team', ''),
(5888, 1, 842, '1', 'WilliamJes', ''),
(5889, 1, 842, '2', 'WilliamJes', ''),
(5890, 1, 842, '3', 'william1120@gmail.com', ''),
(5891, 1, 842, '4', '(401) 400-4484', ''),
(5892, 1, 842, '5', 'google', ''),
(5893, 1, 842, '6', 'Private FTP Music', ''),
(5894, 1, 842, '7', 'Hello, \r\n \r\nDownload MP3/FLAC FTP full access to exclusive electronic music. https://0daymusic.org \r\nPrivate FTP Music/Albums/mp3 1990-2022 List: https://0daymusic.org/FTPtxt/ \r\n \r\nBest regards, 0daymusic Team.', ''),
(5895, 1, 843, '1', 'nam1300339krya', ''),
(5896, 1, 843, '2', 'nam1300339krya', ''),
(5897, 1, 843, '3', 'k461a0l47j5w@snapmail.ru', ''),
(5898, 1, 843, '4', '(555) 483-6248', ''),
(5899, 1, 843, '5', 'google', ''),
(5900, 1, 843, '6', 'tip1300339hyerge', ''),
(5901, 1, 843, '7', 'mes1300339ngkyt RaBO7SM jMtB ETYVBST', ''),
(5902, 1, 844, '1', 'Paul', ''),
(5903, 1, 844, '2', 'Moore', ''),
(5904, 1, 844, '3', 'paul@moneyace.xyz', ''),
(5905, 1, 844, '4', '(202) 991-6766', ''),
(5906, 1, 844, '5', 'Money Ace', ''),
(5907, 1, 844, '6', 'May I ask you something?', ''),
(5908, 1, 844, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or short time in business keep you from getting the funds you need.\r\n\r\nMoney Ace is a direct lender who will approve your loan today and fund as early as tomorrow.\r\n\r\nJust click on the link to instantly see how much you qualify for www.moneyace.xyz\r\n\r\nApplying does NOT affect your credit!\r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nPaul Moore\r\nMoney Ace\r\nwww.moneyace.xyz\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.moneyace.xyz/unsubscribe\r\n\r\nor write to:\r\n\r\nMoney Ace\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(5909, 1, 845, '1', 'Elizasnj', ''),
(5910, 1, 845, '2', 'Elizasnj', ''),
(5911, 1, 845, '3', 'e.li.z.abethh.ernan.d.ez.3.w3@gmail.com', ''),
(5912, 1, 845, '4', '(255) 727-2800', ''),
(5913, 1, 845, '5', 'google', ''),
(5914, 1, 845, '6', 'Fuck me in the Ass!!! I am waiting...', ''),
(5915, 1, 845, '7', '<a href=https://goo.su/vENeldz>Fuck me in the Ass!!! I am waiting...</a> \r\n<a href=https://goo.su/vENeldz><img src=\"https://i.ibb.co/WtpTJWr/a11a61daa09ca6321a4678e76eb4a848.jpg\"></a>', ''),
(5916, 1, 846, '1', 'Charlotzpe', ''),
(5917, 1, 846, '2', 'Charlotzpe', ''),
(5918, 1, 846, '3', 'ch.a.r.l.o.tt.e.a.nde.r.so.n36.7@gmail.com', ''),
(5919, 1, 846, '4', '(805) 528-6132', ''),
(5920, 1, 846, '5', 'google', ''),
(5921, 1, 846, '6', 'I figured out how to get revenge on the neighbors. Make me scream as loud as You can today, You always do well!!!', ''),
(5922, 1, 846, '7', '<a href=https://bit.ly/3adeHNX>I figured out how to get revenge on the neighbors. Make me scream as loud as You can today, You always do well!!!</a>', ''),
(5923, 1, 847, '1', 'Margaretcpx', ''),
(5924, 1, 847, '2', 'Margaretcpx', ''),
(5925, 1, 847, '3', 'ma.r.g.a.re.lo.v.e.t.r.obe.rt.s@gmail.com', ''),
(5926, 1, 847, '4', '(278) 808-0421', ''),
(5927, 1, 847, '5', 'google', ''),
(5928, 1, 847, '6', 'Are You trying to trick me? Then I\'m ready to get naked and I promise to lose.', ''),
(5929, 1, 847, '7', '<a href=https://bit.ly/3wboJ9P>Are You trying to trick me? Then I\'m ready to get naked and I promise to lose.</a> \r\n<a href=https://bit.ly/3wboJ9P><img src=\"https://i.ibb.co/m0zMVq0/807305.jpg\"></a>', ''),
(5930, 1, 848, '1', 'JosephIrorm', ''),
(5931, 1, 848, '2', 'JosephIrorm', ''),
(5932, 1, 848, '3', 'farooq_ehtisham@yahoo.com', ''),
(5933, 1, 848, '4', '(074) 044-2236', ''),
(5934, 1, 848, '5', 'google', ''),
(5935, 1, 848, '6', '1500 Trusted Powerful Links From Google Domains', ''),
(5936, 1, 848, '7', 'I will create 1500 dofollow anchorless trust powerful links from different Google pages, each page will contain only your link. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fkwork.com%2Foffpageseo%2F19952492%2F1500-trusted-powerful-links-from-google-domains&sa=D&sntz=1&usg=AOvVaw1HNyyb-hCXW3NpSEeHNpae \r\n \r\nWhat do you get when ordering this kwork: \r\n \r\n1. Maximum Google trust in your site \r\n \r\n2. Grow your site in Google search results for low, mid and sometimes high volume queries \r\n \r\n3. Powerful Backlinks \r\n \r\n4. Advantage over competitors in Google search results \r\n \r\n5. A significant increase in indicators such as DA / PA, for some of our clients, DA increased by 25-50 \r\n \r\n6. A lot of traffic from the Google search engine \r\n \r\nIt is completely safe for your site. \r\n \r\nhttps://www.google.com/url?q=https%3A%2F%2Fkwork.com%2Foffpageseo%2F19952492%2F1500-trusted-powerful-links-from-google-domains&sa=D&sntz=1&usg=AOvVaw1HNyyb-hCXW3NpSEeHNpae', ''),
(5937, 1, 849, '1', 'Olistcl', ''),
(5938, 1, 849, '2', 'Olistcl', ''),
(5939, 1, 849, '3', 'r.o.d.rigu.e.zo.l.ivi.a1.972@gmail.com', ''),
(5940, 1, 849, '4', '(228) 530-8828', ''),
(5941, 1, 849, '5', 'google', ''),
(5942, 1, 849, '6', 'Russian combat losses in Ukraine officially Update Every Day', ''),
(5943, 1, 849, '7', '<a href=https://sylnaukraina.com.ua/d/wEaes>Russian combat losses in Ukraine officially Update Every Day. Comparison with other wars</a> \r\n<a href=https://sylnaukraina.com.ua/d/wEaes><img src=\"https://i.ibb.co/XXzR4tg/voina.png\"></a> \r\n<a href=https://sylnaukraina.com.ua/d/wEaes>Read more...</a>', ''),
(5944, 1, 850, '1', 'Mike Audley', ''),
(5945, 1, 850, '2', 'Mike Audley', ''),
(5946, 1, 850, '3', 'no-replyPovaTasy@gmail.com', ''),
(5947, 1, 850, '4', '(566) 221-5821', ''),
(5948, 1, 850, '5', 'google', ''),
(5949, 1, 850, '6', 'NEW: Semrush Backlinks', ''),
(5950, 1, 850, '7', 'Hello \r\n \r\nThis is Mike Audley\r\n \r\nLet me show you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Audley\r\n \r\nmike@strictlydigital.net', ''),
(5951, 1, 851, '1', 'Eric', ''),
(5952, 1, 851, '2', 'Jones', ''),
(5953, 1, 851, '3', 'eric.jones.z.mail@gmail.com', ''),
(5954, 1, 851, '4', '(555) 555-1212', ''),
(5955, 1, 851, '5', 'jumboleadmagnet.com', ''),
(5956, 1, 851, '6', 'Why not TALK with your leads?', ''),
(5957, 1, 851, '7', 'My name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE https://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(5958, 1, 852, '1', 'Dorotxgm', ''),
(5959, 1, 852, '2', 'Dorotxgm', ''),
(5960, 1, 852, '3', 'a.nder.s.o.n.d.o.ro.th.y.671.2@gmail.com', ''),
(5961, 1, 852, '4', '(403) 811-8460', ''),
(5962, 1, 852, '5', 'google', ''),
(5963, 1, 852, '6', 'Today at our meeting we really need Your firm and resilient Friend, will You take it?', ''),
(5964, 1, 852, '7', '<a href=https://goo.su/K89z>Today at our meeting we really need Your firm and resilient Friend, will You take it?</a> \r\n<a href=https://goo.su/K89z><img src=\"https://i.ibb.co/1zxbjMm/6a57cd7176bea16c490db8096d1e108a.webp\"></a>', ''),
(5965, 1, 853, '1', 'WilliamHok', ''),
(5966, 1, 853, '2', 'WilliamHok', ''),
(5967, 1, 853, '3', 'william1120@gmail.com', ''),
(5968, 1, 853, '4', '(304) 082-1374', ''),
(5969, 1, 853, '5', 'google', ''),
(5970, 1, 853, '6', 'Private FTP Music', ''),
(5971, 1, 853, '7', 'Hello, \r\n \r\nDownload MP3/FLAC FTP full access to exclusive electronic music. https://0daymusic.org \r\nPrivate FTP Music/Albums/mp3 1990-2022 List: https://0daymusic.org/FTPtxt/ \r\n \r\nBest regards, 0daymusic Team.', ''),
(5972, 1, 854, '1', 'JosephNug', ''),
(5973, 1, 854, '2', 'JosephNug', ''),
(5974, 1, 854, '3', 'camiluchicastillo@hotmail.com', ''),
(5975, 1, 854, '4', '(661) 442-7361', ''),
(5976, 1, 854, '5', 'google', ''),
(5977, 1, 854, '6', 'WIPERS, COURIERS, PENSIONERS ALL OVER THE WORLD EARN ONLINE FROM $1200 PER DAY WITH HELP SMART PROGRAM. JOIN NOW', ''),
(5978, 1, 854, '7', 'CLEANERS, CONFECTIONERS, HANDYMEN WORLDWIDE EARN FROM $1200 IN A DAY VIA SMART APPLICATION. JOIN NOW https://telegra.ph/Income-from-1200-per-day-05-23-2?id51295', ''),
(5979, 1, 855, '1', 'Terry', ''),
(5980, 1, 855, '2', 'D', ''),
(5981, 1, 855, '3', 'adi@ndmails.com', ''),
(5982, 1, 855, '4', '(810) 244-0753', ''),
(5983, 1, 855, '5', 'Terry D', ''),
(5984, 1, 855, '6', 'Design Work', ''),
(5985, 1, 855, '7', 'Just wanted to ask if you would be interested in getting external help with graphic design? We do all design work like banners, advertisements, photo edits, logos, flyers, etc. for a fixed monthly fee. \r\n\r\nWe don\'t charge for each task. What kind of work do you need on a regular basis? Let me know and I\'ll share my portfolio with you.', ''),
(5986, 1, 856, '1', 'Olisiagtm', ''),
(5987, 1, 856, '2', 'Olisiagtm', ''),
(5988, 1, 856, '3', 'ro.dr.i.g.u.e.z.ol.i.v.i.a.1.97.2@gmail.com', ''),
(5989, 1, 856, '4', '(638) 214-0750', ''),
(5990, 1, 856, '5', 'google', ''),
(5991, 1, 856, '6', 'Did you miss me today? I couldn\'t stop thinking about our plans.', ''),
(5992, 1, 856, '7', '<a href=https://bit.ly/3lmg8fq>Did you miss me today? I couldn\'t stop thinking about our plans. You\'re not going to make me wait again, are you?</a>', ''),
(5993, 1, 857, '1', 'Danieldoolo', ''),
(5994, 1, 857, '2', 'Danieldoolo', ''),
(5995, 1, 857, '3', 'daniel4647@ail.com', ''),
(5996, 1, 857, '4', '(105) 701-3704', ''),
(5997, 1, 857, '5', 'google', ''),
(5998, 1, 857, '6', 'Scene Music Releases', ''),
(5999, 1, 857, '7', 'Hello, \r\n \r\nMusic private FTP service is a community for DJ’s & fans that helps you gain full access to exclusive electronic music. https://0daymusic.org \r\nhttps://0daymusic.org/FTPtxt/ \r\n \r\nBest Regards, 0daymusic Team', ''),
(6000, 1, 858, '1', 'Sheril Praya', ''),
(6001, 1, 858, '2', 'Karkada', ''),
(6002, 1, 858, '3', 'sherilpraya@gmail.com', ''),
(6003, 1, 858, '4', '(948) 147-2181', ''),
(6004, 1, 858, '5', 'Nil', ''),
(6005, 1, 858, '6', 'Industrial Biotechnology', ''),
(6006, 1, 858, '7', 'Requesting for Internship opportunities', ''),
(6007, 1, 859, '1', 'Untok', ''),
(6008, 1, 859, '2', 'Untok', ''),
(6009, 1, 859, '3', 'se2wrmw4@gmail.com', ''),
(6010, 1, 859, '4', '(017) 256-6556', ''),
(6011, 1, 859, '5', 'google', ''),
(6012, 1, 859, '6', 'I promised.', ''),
(6013, 1, 859, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/2par3s9o', ''),
(6014, 1, 860, '1', 'Eric', ''),
(6015, 1, 860, '2', 'Jones', ''),
(6016, 1, 860, '3', 'eric.jones.z.mail@gmail.com', ''),
(6017, 1, 860, '4', '(555) 555-1212', ''),
(6018, 1, 860, '5', 'jumboleadmagnet.com', ''),
(6019, 1, 860, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(6020, 1, 860, '7', 'Hello, my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(6021, 1, 861, '1', 'Untok', ''),
(6022, 1, 861, '2', 'Untok', ''),
(6023, 1, 861, '3', 'q1s1zony@gmail.com', ''),
(6024, 1, 861, '4', '(683) 533-7416', ''),
(6025, 1, 861, '5', 'google', ''),
(6026, 1, 861, '6', 'I promised.', ''),
(6027, 1, 861, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/2haaqm54', ''),
(6028, 1, 862, '1', 'EverettChaix', ''),
(6029, 1, 862, '2', 'EverettChaix', ''),
(6030, 1, 862, '3', 'grushina.manya@mail.ru', ''),
(6031, 1, 862, '4', '(764) 044-0315', ''),
(6032, 1, 862, '5', 'google', ''),
(6033, 1, 862, '6', 'лечение неврологии', ''),
(6034, 1, 862, '7', 'Официальный сайт Государственного Военного госпиталя Китая.мы лечим от  \r\nПервый государственный военный госпиталь в Китае, получивший лицензию на прием иностранных граждан. Профессиональный коллектив которого проводит лечение пациентов и обучение иностранных студентов для прохождения интернатуры и клинической ординатуры. Китайские врачи работают с больными, страдающими от различных тяжелых и хронических заболеваний. В знак признания выдающегося результатов в области обслуживания международных пациентов с 1947 года китайское правительство наградило госпиталь званием «Международный госпиталь Далянь Красного Креста» в июне 2015. В июле 2016 года, был получен особый статус — «Международный госпиталь традиционной китайской медицины Красного Креста ». В 2021 году, во время пандемии короновируса, госпиталь начал провдить программы удаленного лечения, с помощью видео консультации с профессорами и отправки китайских лекарств пациентам почтой. \r\nРекомендации и назначение плана удаленного  лечения для иностранных пациентов составляются индивидуально и бесплатно. \r\n \r\n \r\n \r\n \r\nRHzs43hgndIpuiSy', ''),
(6035, 1, 863, '1', 'Rashmi', ''),
(6036, 1, 863, '2', 'Upreti', ''),
(6037, 1, 863, '3', 'upretirashmi55@gmail.com', ''),
(6038, 1, 863, '4', '(984) 618-8704', ''),
(6039, 1, 863, '5', 'Nepal', ''),
(6040, 1, 863, '6', 'Regarding application for a job available at this prestigious company', ''),
(6041, 1, 863, '7', 'Dear sir, \r\nI am writing this to express my interest in the job available at Gagagen Biotech Limited.\r\nI am a fresher who completed Bachelor\'s Degree in Biotechnology from Kathmandu University, Nepal. While attending my class I focused my attention on Plant tissue culture, Animal Cell Culture, Developmental Biotechnology, Cell Biology, Microbiology, Molecular Biology, Drug Designing, Genomics Proteomics, Immunology, Cancer Biology, and Biochemistry. \r\n\r\nI\'d like to know if any positions are available that match my academic qualifications. I\'m hoping that working at this prestigious institute will allow me to pursue my passion while also expanding my knowledge. Kindly review the resume and detail of my courses of study that I have attached along with this mail. Should you wish to learn more about me, I have supplied my email address and phone number.\r\nI\'d be delighted to have an interview session with you. \r\nLooking forward to hearing from you. \r\nThanking you!\r\nRashmi Upreti \r\nupretirashmi55@gmail.com\r\n+977 9846188704', ''),
(6042, 1, 864, '1', 'Robnedk', ''),
(6043, 1, 864, '2', 'Robnedk', ''),
(6044, 1, 864, '3', 'r.o.b.e.rtbrow.nm.oo.nma.ns@gmail.com', ''),
(6045, 1, 864, '4', '(585) 304-7610', ''),
(6046, 1, 864, '5', 'google', ''),
(6047, 1, 864, '6', 'It\'s fantastic!!! Boy, 11, catches world’s biggest carp that’s just a few lbs lighter than him', ''),
(6048, 1, 864, '7', '<a href=https://ukr-life.com.ua/s/gI49x>It\'s fantastic!!! Boy, 11, catches world’s biggest carp that’s just a few lbs lighter than him</a> \r\n<a href=https://ukr-life.com.ua/s/gI49x><img src=\"https://i.ibb.co/F56Zk64/fish-2.webp\"></a> \r\n<a href=https://ukr-life.com.ua/s/gI49x>Read More...</a>', ''),
(6049, 1, 865, '1', 'Untok', ''),
(6050, 1, 865, '2', 'Untok', ''),
(6051, 1, 865, '3', 'kqyoynqx@icloud.com', ''),
(6052, 1, 865, '4', '(746) 446-1403', ''),
(6053, 1, 865, '5', 'google', ''),
(6054, 1, 865, '6', 'I promised.', ''),
(6055, 1, 865, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/2h7fkz2f', ''),
(6056, 1, 866, '1', 'ZadlaryBen', ''),
(6057, 1, 866, '2', 'ZadlaryBen', ''),
(6058, 1, 866, '3', '1@avtodublikat.ru', ''),
(6059, 1, 866, '4', '(320) 270-8448', ''),
(6060, 1, 866, '5', 'google', ''),
(6061, 1, 866, '6', 'Вывоз бытового мусора в Санкт-Петербурге', ''),
(6062, 1, 866, '7', '<a href=http://xn--b1aajaj5aaqsiv3g.xn--p1ai/>аренда частного самосвала</a> \r\n<a href=http://xn--b1aajaj5aaqsiv3g.xn--p1ai/>http://xn--b1aajaj5aaqsiv3g.xn--p1ai/</a> \r\n<a href=http://google.lk/url?q=http://xn--b1aajaj5aaqsiv3g.xn--p1ai/>http://google.com.eg/url?q=http://xn--b1aajaj5aaqsiv3g.xn--p1ai/</a>', ''),
(6063, 1, 867, '1', 'Charlotte Gabriel', ''),
(6064, 1, 867, '2', 'Charlotte Gabriel', ''),
(6065, 1, 867, '3', 'charlottegabriel@stayhome.li', ''),
(6066, 1, 867, '4', '(707) 106-7318', ''),
(6067, 1, 867, '5', 'google', ''),
(6068, 1, 867, '6', 'Online Trading', ''),
(6069, 1, 867, '7', 'Hello, \r\n \r\nI\'m Charlotte Gabriel, An online trading Coash. I want you to know that online trading (Crypto, Forex and Binary option) is a good thing if you have a good trading strategy, I use to lose a lot of funds in online trading before I got to where I am today. If you need assistance on how to trade and recover back all the money you have lost to your broker and want to be a successful online trader like me, write to me via email below to get an amazing strategy. \r\n \r\nIf you are having problems withdrawing your profit from your Crypto, Forex or Binary option trading account even when you were given a bonus, just contact me, I have worked with some Trade, Regulatory Agencies for 9years, and I have helped a lot of people get back their lost funds from their stubborn brokers successfully and I won\'t stop until I have helped as many as possible. For more info you can contact me via my email address: charlgabriel07@gmail.com \r\n \r\nKind Regards, \r\nCharlotte Gabriel. \r\nTrading Consultant.', ''),
(6070, 1, 868, '1', 'Mike', ''),
(6071, 1, 868, '2', 'Mike', ''),
(6072, 1, 868, '3', 'no-replyPovaTasy@gmail.com', ''),
(6073, 1, 868, '4', '(388) 244-3005', ''),
(6074, 1, 868, '5', 'google', ''),
(6075, 1, 868, '6', 'Local SEO for more business', ''),
(6076, 1, 868, '7', 'Howdy \r\n \r\nWe will improve your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our plans here, we offer Local SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nNEW: \r\nhttps://www.speed-seo.net/product/zip-codes-gmaps-citations/ \r\n \r\nregards \r\nMike  \r\nSpeed SEO Digital Agency', ''),
(6077, 1, 869, '1', 'Josephiaiyax', ''),
(6078, 1, 869, '2', 'Josephiaiyax', ''),
(6079, 1, 869, '3', 'jo.s.eph.in.egu.tie.rrez.19.9.0@gmail.com', ''),
(6080, 1, 869, '4', '(127) 187-6334', ''),
(6081, 1, 869, '5', 'google', ''),
(6082, 1, 869, '6', 'What\'s up? Chat? I like 30-39 old guys, is it You?', ''),
(6083, 1, 869, '7', '<a href=https://goo.su/5O4dh9B>What\'s up? Chat? I like 30-39 old guys, is it You?</a>', ''),
(6084, 1, 870, '1', 'Waheed Algore', ''),
(6085, 1, 870, '2', 'Waheed Algore', ''),
(6086, 1, 870, '3', 'waheedalgore22@gmail.com', ''),
(6087, 1, 870, '4', '(566) 004-2418', ''),
(6088, 1, 870, '5', 'google', ''),
(6089, 1, 870, '6', 'Business partnership', ''),
(6090, 1, 870, '7', 'Hello, \r\n \r\nWe provide funding through our venture capital company to both start-up \r\nand existing companies either looking for funding for expansion or to \r\naccelerate growth in their company. \r\nWe have a structured joint venture investment plan in which we are \r\ninterested in an annual return on investment not more than 10% ROI. \r\nWe are also currently structuring a convertible debt and loan financing \r\nof 3% interest repayable annually with no early repayment penalties. \r\nIf you have a business plan or executive summary, I can review to \r\nunderstand a much better idea of your business and what you are looking \r\nto do, this will assist in determining the best possible investment \r\nstructure we can pursue and discuss more extensively. \r\nIf you are interested in any of the above, kindly respond to us via this \r\nemail. waheedalgore@alarisinvestmentgroup.org \r\n \r\nGmail: waheedalgore22@gmail.com \r\n \r\nSincerely \r\nWaheed Algore \r\nHead of Finance \r\nAl Aris Investment Group', ''),
(6091, 1, 871, '1', 'Eric', ''),
(6092, 1, 871, '2', 'Jones', ''),
(6093, 1, 871, '3', 'eric.jones.z.mail@gmail.com', ''),
(6094, 1, 871, '4', '(555) 555-1212', ''),
(6095, 1, 871, '5', 'jumboleadmagnet.com', ''),
(6096, 1, 871, '6', 'Why not TALK with your leads?', ''),
(6097, 1, 871, '7', 'My name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE https://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(6098, 1, 872, '1', 'loveawake.ru', ''),
(6099, 1, 872, '2', 'loveawake.ru', ''),
(6100, 1, 872, '3', 'fedorkapo4@mail.ru', ''),
(6101, 1, 872, '4', '(360) 130-7662', ''),
(6102, 1, 872, '5', 'google', ''),
(6103, 1, 872, '6', 'Are you 18? Come in and don\'t be shy!', ''),
(6104, 1, 872, '7', 'Welcome to the world of adult Dating loveawake.ru', ''),
(6105, 1, 873, '1', 'Kevin Johnson', ''),
(6106, 1, 873, '2', 'Kevin Johnson', ''),
(6107, 1, 873, '3', 'funneldeals360@gmail.com', ''),
(6108, 1, 873, '4', '(147) 221-7610', ''),
(6109, 1, 873, '5', 'google', ''),
(6110, 1, 873, '6', 'Just a quick question', ''),
(6111, 1, 873, '7', 'Hello \r\n \r\nDo you want to get more leads for your business or increase sales within days? \r\n \r\nThen you might want to get a Sales Funnel Landing Page that will motivate prospects to take action immediately and drive more sales for your business. \r\n \r\nAnd today, we have slashed our price from $997 to just $497. So, you are saving $500 when you order a Sales Funnel this week. \r\n \r\nBut this offer is only good this week, for the first 10 clients, so you need to order now, before you miss out. \r\n \r\nTo Book A 10 Minute Call With Me, Click Here: https://bit.ly/gb360-funnel-appointment \r\n \r\nYou can get an American owned and operated professional Sales Funnel building marketing company to create a high-quality Sales Funnel for your business. \r\n \r\nDid you know: \r\n \r\n•	Sales Funnels are much more powerful than websites when it comes to conversions \r\n•	Sales Funnels average sales per visitor is 2-3 times higher per order than a standard website \r\n•	Sales Funnels are one of the most inexpensive tools to use to obtain prospect contact info \r\nAgain, this $497 promotion is for this week only. Don’t miss out!!! The normal price is $997, so today you are saving $500. Get a sales funnel today before the 10 discounted funnel slots are gone. \r\n \r\nClick Here Now To Book A 10 Minute Call With Me: https://bit.ly/gb360-funnel-appointment', ''),
(6112, 1, 874, '1', 'Michael', ''),
(6113, 1, 874, '2', 'Michael', ''),
(6114, 1, 874, '3', 'tbformleads@gmail.com', ''),
(6115, 1, 874, '4', '(122) 366-4185', ''),
(6116, 1, 874, '5', 'google', ''),
(6117, 1, 874, '6', 'I have a question', ''),
(6118, 1, 874, '7', 'Hello, \r\n \r\nI would like to schedule a quick call to discuss our marketing system that can bring you leads daily. \r\n \r\nWe use a robust email application that mimics real people sending emails, so we get a huge delivery rate. \r\n \r\nSTART GETTING HOT LEADS NOW: \r\n \r\n- We create the content for the email(s). \r\n- We forward leads to you daily. \r\n- We send to 500 new contacts a day M-F (10k monthly), then we send 5 follow up emails (that is 50k emails a month). \r\n \r\nPlus!! Monthly, we provide the 10,000 targeted new email addresses that we will email to. That email list is worth over $2,000 a month, but you get that free with our service. \r\n \r\nJust imagine, you will start getting hot leads within days of getting started with us. Get started now for a $47.00 setup fee and just $997 per month (month-to-month/no long-term contract). \r\n \r\nBook a 10 min call with me now: Click Here  (   http://www.erpgoldgroup.com/appointments/   ) \r\n \r\nNOTE: To hire a person to send one-to-one emails (like our system does) would cost around $2,500 a month, but with us, you pay just $997. \r\n \r\nOffer good for the first 20 clients, start getting quality leads now, don’t miss out.  Book appointment now: Click Here  (   http://www.erpgoldgroup.com/appointments/   ) \r\n \r\nSincerely, \r\n \r\n-	Michael', ''),
(6119, 1, 875, '1', 'Mike Blare', ''),
(6120, 1, 875, '2', 'Mike Blare', ''),
(6121, 1, 875, '3', 'no-replyPovaTasy@gmail.com', ''),
(6122, 1, 875, '4', '(055) 451-6104', ''),
(6123, 1, 875, '5', 'google', ''),
(6124, 1, 875, '6', 'quality monthly SEO plans', ''),
(6125, 1, 875, '7', 'Good Day \r\n \r\nI have just checked  gangagen.com for  the current search visibility and saw that your website could use an upgrade. \r\n \r\nWe will increase your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our services below, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart increasing your sales and leads with us, today! \r\n \r\n \r\nregards \r\nMike Blare\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(6126, 1, 876, '1', 'Sandeep', ''),
(6127, 1, 876, '2', 'Kaur', ''),
(6128, 1, 876, '3', 'sandeep3371@gmail.com', ''),
(6129, 1, 876, '4', '(987) 811-4892', ''),
(6130, 1, 876, '5', 'Private', ''),
(6131, 1, 876, '6', 'Interested in collaborative research on Phage as food preservatives', ''),
(6132, 1, 876, '7', 'Hello, My self Dr.Sandeep Kaur and my research area is Phage Therapy against Biofilm infections and phage based delivery formulations (ORCID : https://orcid.org/0000-0003-3146-1611)\r\nWe are currently working on development of phage based/encapsulated food grade bio-coatings  for enhancing the shelf life of strawberries and other fruits .We are a team of four undergraduate students under my guidance , working towards development of novel bio-coatings for use as preservatives to protect against bacterial infestation on fruits. I wish to collaborate with your organization for taking the project further.Looking forward for reply.', ''),
(6133, 1, 877, '1', 'Elizapuc', ''),
(6134, 1, 877, '2', 'Elizapuc', ''),
(6135, 1, 877, '3', 'e.l.i.z.ab.et.h.herna.nde.z3.w.3@gmail.com', ''),
(6136, 1, 877, '4', '(023) 682-1653', ''),
(6137, 1, 877, '5', 'google', ''),
(6138, 1, 877, '6', 'Despite the distance, we\'re both going to have a very good time tonight.', ''),
(6139, 1, 877, '7', '<a href=https://goo.su/yiFLG>Despite the distance, we\'re both going to have a very good time tonight. And you know exactly what it takes.</a>', ''),
(6140, 1, 878, '1', 'Margaretmwn', ''),
(6141, 1, 878, '2', 'Margaretmwn', ''),
(6142, 1, 878, '3', 'm.arg.ar.elove.t.rob.e.rt.s@gmail.com', ''),
(6143, 1, 878, '4', '(030) 726-2366', ''),
(6144, 1, 878, '5', 'google', ''),
(6145, 1, 878, '6', 'I think of You so often, especially at Night...', ''),
(6146, 1, 878, '7', '<a href=https://goo.su/GPXgt6>I think of you so often, especially at night. Why don\'t you come over and remind me of what we both enjoyed so much last week?</a> \r\n<a href=https://goo.su/GPXgt6><img src=\"https://i.ibb.co/m0zMVq0/807305.jpg\"></a>', ''),
(6147, 1, 879, '1', 'VirgilIRRAG', ''),
(6148, 1, 879, '2', 'VirgilIRRAG', ''),
(6149, 1, 879, '3', 'adam789bright@gmail.com', ''),
(6150, 1, 879, '4', '(274) 080-5500', ''),
(6151, 1, 879, '5', 'google', ''),
(6152, 1, 879, '6', 'More likes and followers', ''),
(6153, 1, 879, '7', 'Need Facebook or Instagram followers? Or Google reviews? \r\nWe can help you. Please visit https://1000-likes.com to place your order.', ''),
(6154, 1, 880, '1', 'Sonakshi', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(6155, 1, 880, '2', 'Shree', ''),
(6156, 1, 880, '3', 'sonakshisrivastav2016@gmail.com', ''),
(6157, 1, 880, '4', '(620) 577-8457', ''),
(6158, 1, 880, '5', 'Gangagen', ''),
(6159, 1, 880, '6', 'Seeking job opportunities', ''),
(6160, 1, 880, '7', 'I want to apply in your company for job', ''),
(6161, 1, 881, '1', 'Shelby', ''),
(6162, 1, 881, '2', 'Wetter', ''),
(6163, 1, 881, '3', 'shelby.wetter@gmail.com', ''),
(6164, 1, 881, '4', '(772) 933-8574', ''),
(6165, 1, 881, '5', 'Shelby Wetter', ''),
(6166, 1, 881, '6', 'Interesting piece', ''),
(6167, 1, 881, '7', 'Hi\r\n\r\nI thought the below may be an interesting piece for the blog on gangagen.com. Please feel free to publish it should you find it to be the right fit for your readers. If you have any questions, please let me know and make sure to copy in Karolina (karolina@dimepiecela.com).\r\n\r\n---\r\n\r\nLingerie, like any other fashion accessory, has undergone many transformations over the decades. From the agonising apodesme used in Ancient Greece to the peculiar pantalettes of the 1800’s we have seen it all. \r\n\r\nSex experts Katie Lasson and Tatyana Dyachenko from Dimepiece LA have created a handy infographic which delves into the changing fashion trends of lingerie over the last 100 years. \r\n\r\n\"What I found most interesting whilst doing the research for the infographic is the concept that lingerie should be visually appealing didn’t come into effect until the late 19th century.\" Katie \r\n\r\nLady Duff-Gordon of Lucile was one of the main pioneers for developing lingerie that freed women from the traditional restrictive undergarments such as corsets. The famous Flappers of the 1920’s further cemented these ideals with their blatant disregard for society standards and desire for more free-flowing lingerie. \r\n\r\nBoth Katie and Tatyana understand the important role that lingerie plays in a person sexuality and sexual experiences. The right underwear can transform the way you feel about yourself. It gives you a confidence boost that you never knew you needed. \r\n\r\nKatie had this to say \"Lingerie is a tool that, when used correctly, can help you to feel more sexy and confident. Everyone deserves to feel good in their own skin and sexy underwear has the power to transform the way you feel about yourself\". \r\n\r\nTatyana says \"Remember to wear lingerie for you, if you feel good it shines through and makes you appear more attractive to others. Confidence is sexy so embrace your body, curves and all. It’s time for you to feel good and lingerie can help you achieve that\". \r\n\r\nThe full research and infographic can be found here:\r\n\r\nhttps://dimepiecela.com/lingerie-through-the-decades-how-underwear-has-evolved/\r\n\r\nNotes To Editors: \r\n\r\nAbout Dimepiece LA\r\n\r\nDimepiece LA is your one-stop-shop for feeling sexy and confident. Here at Dimepiece LA we understand that everyone is different and has different needs and desires. That’s why we offer a range of different sexual products to tickle your fancy. We constantly expand our range so we can bring you the latest sexual tech leaving you feeling fulfilled and satisfied every time. \r\n\r\nAbout Katie Lasson\r\n\r\nKatie, a clinical sexologist and relationship advisor, is passionate about helping people feel empowered by their sexuality. \"I believe that pleasure is your birthright\". Kate helps her clients embrace their erotic potential and create more intimacy in their lives. She’s a self-proclaimed sex-geek and proudly sex-positve. \r\n\r\nAbout Tatyana Dyachenko \r\n\r\nTatyana is a sexual and relationship therapist. She’s been featured in magazines such as Cosmopolitan, Teen Vogue. Vice, Tatler, Vanity Fair, and many others. She is also a part-time sex toys blogger. In her spare time Tatyana is a tech and gaming geek and has a keen interest in graffiti, astronomy and modelling. \r\n\r\nIf you require further information or specific quotes please contact Karolina at karolina@dimepiecela.com', ''),
(6168, 1, 882, '1', 'Dorotlcc', ''),
(6169, 1, 882, '2', 'Dorotlcc', ''),
(6170, 1, 882, '3', 'and.e.rso.nd.o.roth.y.671.2@gmail.com', ''),
(6171, 1, 882, '4', '(130) 767-2586', ''),
(6172, 1, 882, '5', 'google', ''),
(6173, 1, 882, '6', 'Are you lost in thought or in the folds of my skirt?', ''),
(6174, 1, 882, '7', '<a href=https://goo.su/yllPzYp>Are you lost in thought or in the folds of my skirt?</a>', ''),
(6175, 1, 883, '1', 'argurdy', ''),
(6176, 1, 883, '2', 'argurdy', ''),
(6177, 1, 883, '3', 'Ritappeal@barrymail.xyz', ''),
(6178, 1, 883, '4', '(165) 632-1841', ''),
(6179, 1, 883, '5', 'google', ''),
(6180, 1, 883, '6', 'order cialis cheap online', ''),
(6181, 1, 883, '7', 'Diagnostic procedure frequently used to  assess fetal size and development  C. https://newfasttadalafil.com/ - safe place to buy cialis online <a href=https://newfasttadalafil.com/>Cialis</a> Empvpj Uefejc https://newfasttadalafil.com/ - Cialis', ''),
(6182, 1, 884, '1', 'Charlotcso', ''),
(6183, 1, 884, '2', 'Charlotcso', ''),
(6184, 1, 884, '3', 'cha.rlot.t.e.a.nder.s.o.n.367@gmail.com', ''),
(6185, 1, 884, '4', '(663) 267-5276', ''),
(6186, 1, 884, '5', 'google', ''),
(6187, 1, 884, '6', 'I really want to!!! Whatever you suggest...', ''),
(6188, 1, 884, '7', '<a href=https://is.gd/vIFhW9>I really want to!!! Whatever you suggest...</a>', ''),
(6189, 1, 885, '1', 'Untok', ''),
(6190, 1, 885, '2', 'Untok', ''),
(6191, 1, 885, '3', 'nyqge6bx@hotmail.com', ''),
(6192, 1, 885, '4', '(248) 721-3576', ''),
(6193, 1, 885, '5', 'google', ''),
(6194, 1, 885, '6', 'I promised.', ''),
(6195, 1, 885, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/2xz4yu36', ''),
(6196, 1, 886, '1', 'Zuki Chang', ''),
(6197, 1, 886, '2', 'Zuki Chang', ''),
(6198, 1, 886, '3', 'info.meiwa@via.tokyo.jp', ''),
(6199, 1, 886, '4', '(765) 755-0287', ''),
(6200, 1, 886, '5', 'google', ''),
(6201, 1, 886, '6', 'Company Representative Agent Request', ''),
(6202, 1, 886, '7', 'Hello, \r\n \r\nIf you are based in the United States of America, Meiwa Corporation Co, Ltd urgently needs you to serve as her Spokesperson/Financial Coordinator for its clients in the United States. It\'s a part-time job with a good pay and will only take a few minutes of your time daily, and it will not bring any conflict of interest in case you are working with another company. If interested, contact email: info@meiwacorporations.com \r\n \r\n \r\nBest Regards \r\nZuki Chang \r\nMeiwa Corporation co.Ltd. \r\n3-chome, Chiyoda-ku, \r\nTokyo 100-8311, Japan', ''),
(6203, 1, 887, '1', 'Mioknorb', ''),
(6204, 1, 887, '2', 'Mioknorb', ''),
(6205, 1, 887, '3', 'unmasksisado.r.e.4.8@gmail.com', ''),
(6206, 1, 887, '4', '(423) 003-7133', ''),
(6207, 1, 887, '5', 'google', ''),
(6208, 1, 887, '6', 'Fuck me right now. How much longer to wait?', ''),
(6209, 1, 887, '7', 'Fuck me right now. How much longer to wait here https://u.to/ne8sHA', ''),
(6210, 1, 888, '1', 'Charlottehpi', ''),
(6211, 1, 888, '2', 'Charlottehpi', ''),
(6212, 1, 888, '3', 'j.e.s.sic.a.g.irl.pet.erso.n@gmail.com', ''),
(6213, 1, 888, '4', '(268) 003-3557', ''),
(6214, 1, 888, '5', 'google', ''),
(6215, 1, 888, '6', 'I know what to offer you tonight. Do you want this night to be unforgettable?', ''),
(6216, 1, 888, '7', '<a href=https://goo.su/2ypP30>I know what to offer you tonight. Do you want this night to be unforgettable?</a>', ''),
(6217, 1, 889, '1', 'Tejasweni', ''),
(6218, 1, 889, '2', 'chand', ''),
(6219, 1, 889, '3', 'tejaswinieq@gmail.com', ''),
(6220, 1, 889, '4', '(910) 036-4025', ''),
(6221, 1, 889, '5', 'fresher', ''),
(6222, 1, 889, '6', 'Msc Biotechnology', ''),
(6223, 1, 889, '7', 'I am willing to do a job  from your renowned  company.I spent more than three months as an intern in upstream processing  at Zenotech Laboratories Limited (a subsidiary of Sun Pharmaceuticals company). I want to do this job  because this will help in professional growth to learn new things', ''),
(6224, 1, 890, '1', 'Lioknorb', ''),
(6225, 1, 890, '2', 'Lioknorb', ''),
(6226, 1, 890, '3', 'unmasksisad.ore48@gmail.com', ''),
(6227, 1, 890, '4', '(018) 866-2813', ''),
(6228, 1, 890, '5', 'google', ''),
(6229, 1, 890, '6', 'My cunt is wet.. Put your dick in me right now', ''),
(6230, 1, 890, '7', 'My cunt is wet.. Put your dick in me right now https://xbebz.sweetmlif.net/c/da57dc555e50572d?s1=12179&s2=1471083&j1=1', ''),
(6231, 1, 891, '1', 'Kqoknorb', ''),
(6232, 1, 891, '2', 'Kqoknorb', ''),
(6233, 1, 891, '3', 'unmasksisad.ore4.8@gmail.com', ''),
(6234, 1, 891, '4', '(024) 771-2118', ''),
(6235, 1, 891, '5', 'google', ''),
(6236, 1, 891, '6', 'My tits and pussy are flowing right now. Lick them up, I can\'t wait anymore, squirt soon well, ohhhhhh', ''),
(6237, 1, 891, '7', 'My tits and pussy are flowing right now. Lick them up, I can\'t wait anymore, squirt soon well, ohhhhhh https://xbebz.sweetmlif.net/c/da57dc555e50572d?s1=12179&s2=1471083&j1=1', ''),
(6238, 1, 892, '1', 'Mariairrib372', ''),
(6239, 1, 892, '2', 'Mariairrib372', ''),
(6240, 1, 892, '3', 'mariaSaish542@gmail.com', ''),
(6241, 1, 892, '4', '(523) 008-8335', ''),
(6242, 1, 892, '5', 'google', ''),
(6243, 1, 892, '6', 'XEVIL 5.0: The best program for captchas solving is available now !!!', ''),
(6244, 1, 892, '7', 'XEvil 5.0 automatically solve most kind of captchas, \r\nIncluding such type of captchas: ReCaptcha-2, ReCaptcha v.3, Hotmail (Microsoft), Google, Solve Media, BitcoinFaucet, Steam, +12k \r\n+ hCaptcha supported in new XEvil 6.0! Just search for XEvil 6.0 in YouTube \r\n \r\nInterested? Just google XEvil 5 \r\nP.S. Free XEvil Demo is available !!! \r\n \r\nAlso, there is a huge discount available for purchase until 10th June (LAST DAY!!!): -30%! \r\n \r\nXEvil.Net', ''),
(6245, 1, 893, '1', 'Mariairrib301', ''),
(6246, 1, 893, '2', 'Mariairrib301', ''),
(6247, 1, 893, '3', 'mariaSaish422@gmail.com', ''),
(6248, 1, 893, '4', '(577) 452-2125', ''),
(6249, 1, 893, '5', 'google', ''),
(6250, 1, 893, '6', 'XEvil 5: The best software for captcha solving was released !!!', ''),
(6251, 1, 893, '7', 'XEvil 5.0 automatically solve most kind of captchas, \r\nIncluding such type of captchas: ReCaptcha v.2, ReCaptcha v.3, Hotmail (Microsoft), Google, SolveMedia, BitcoinFaucet, Steam, +12000 \r\n+ hCaptcha supported in new XEvil 6.0! Just search for XEvil 6.0 in YouTube \r\n \r\nInterested? Just google XEvil 5.0.15 \r\nP.S. Free XEvil Demo is available ! \r\n \r\nAlso, there is a huge discount available for purchase until 10th June (LAST DAY!!!): -30%! \r\n \r\nXEvil.Net', ''),
(6252, 1, 894, '1', 'Mariairrib644', ''),
(6253, 1, 894, '2', 'Mariairrib644', ''),
(6254, 1, 894, '3', 'mariaSaish495@cc.com', ''),
(6255, 1, 894, '4', '(567) 623-0146', ''),
(6256, 1, 894, '5', 'google', ''),
(6257, 1, 894, '6', 'XEVIL 5: The best program for captchas solving is available now !!', ''),
(6258, 1, 894, '7', 'XEvil 5.0 automatically solve most kind of captchas, \r\nIncluding such type of captchas: ReCaptcha-2, ReCaptcha v.3, Hotmail (Microsoft), Google captcha, SolveMedia, BitcoinFaucet, Steam, +12k \r\n+ hCaptcha supported in new XEvil 6.0! Just search for XEvil 6.0 in YouTube \r\n \r\nInterested? Just google XEvil 5.0.15 \r\nP.S. Free XEvil Demo is available !!! \r\n \r\nAlso, there is a huge discount available for purchase until 10th June (LAST DAY!!!): -30%! \r\n \r\nXEvil.Net', ''),
(6259, 1, 895, '1', 'Mariairrib582', ''),
(6260, 1, 895, '2', 'Mariairrib582', ''),
(6261, 1, 895, '3', 'mariaSaish417@cc.com', ''),
(6262, 1, 895, '4', '(548) 436-2412', ''),
(6263, 1, 895, '5', 'google', ''),
(6264, 1, 895, '6', 'XEVIL 5.0: The best software for captchas solving is available now !!!', ''),
(6265, 1, 895, '7', 'XEvil 5.0 automatically solve most kind of captchas, \r\nIncluding such type of captchas: ReCaptcha v.2, ReCaptcha-3, Hotmail, Google captcha, Solve Media, BitcoinFaucet, Steam, +12k \r\n+ hCaptcha supported in new XEvil 6.0! Just search for XEvil 6.0 in YouTube \r\n \r\nInterested? Just google XEvil 5.0 \r\nP.S. Free XEvil Demo is available ! \r\n \r\nAlso, there is a huge discount available for purchase until 10th June (LAST DAY!!!): -30%! \r\n \r\nXEvil.Net', ''),
(6266, 1, 896, '1', 'Untok', ''),
(6267, 1, 896, '2', 'Untok', ''),
(6268, 1, 896, '3', '2nlu8l6x@yahoo.com', ''),
(6269, 1, 896, '4', '(006) 012-8478', ''),
(6270, 1, 896, '5', 'google', ''),
(6271, 1, 896, '6', 'I promised.', ''),
(6272, 1, 896, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/2cf29grd', ''),
(6273, 1, 897, '1', 'Davidlob', ''),
(6274, 1, 897, '2', 'Davidlob', ''),
(6275, 1, 897, '3', 'evalidator.test@gmail.com', ''),
(6276, 1, 897, '4', '(062) 411-0412', ''),
(6277, 1, 897, '5', 'google', ''),
(6278, 1, 897, '6', 'Aloha', ''),
(6279, 1, 897, '7', 'Hej, jeg onskede at kende din pris.', ''),
(6280, 1, 898, '1', 'Mike Forman', ''),
(6281, 1, 898, '2', 'Mike Forman', ''),
(6282, 1, 898, '3', 'no-replyPovaTasy@gmail.com', ''),
(6283, 1, 898, '4', '(517) 322-1750', ''),
(6284, 1, 898, '5', 'google', ''),
(6285, 1, 898, '6', 'Strengthen your Domain Authority', ''),
(6286, 1, 898, '7', 'Hi there \r\n \r\nDo you want a quick boost in ranks and sales for your website? \r\nHaving a high DA score, always helps \r\n \r\nGet your gangagen.com to have a DA between 50 to 60 points in Moz with us today and reap the benefits of such a great feat. \r\n \r\nSee our offers here: \r\nhttps://www.monkeydigital.co/product/moz-da50-seo-plan/ \r\n \r\nOn SALE: \r\nhttps://www.monkeydigital.co/product/ahrefs-dr60/ \r\n \r\n \r\nThank you \r\nMike Forman', ''),
(6287, 1, 899, '1', 'Mike Otis', ''),
(6288, 1, 899, '2', 'Mike Otis', ''),
(6289, 1, 899, '3', 'no-replyPovaTasy@gmail.com', ''),
(6290, 1, 899, '4', '(880) 334-5155', ''),
(6291, 1, 899, '5', 'google', ''),
(6292, 1, 899, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(6293, 1, 899, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Otis\r\n \r\nsupport@digital-x-press.com', ''),
(6294, 1, 900, '1', 'Eric', ''),
(6295, 1, 900, '2', 'Jones', ''),
(6296, 1, 900, '3', 'eric.jones.z.mail@gmail.com', ''),
(6297, 1, 900, '4', '(555) 555-1212', ''),
(6298, 1, 900, '5', 'jumboleadmagnet.com', ''),
(6299, 1, 900, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(6300, 1, 900, '7', 'Hello, my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://talkwithwebtraffic.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://talkwithwebtraffic.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://talkwithwebtraffic.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebtraffic.com/unsubscribe.aspx?d=gangagen.com', ''),
(6301, 1, 901, '1', 'Remi', ''),
(6302, 1, 901, '2', 'Conners', ''),
(6303, 1, 901, '3', 'remi@kottongrammer.com', ''),
(6304, 1, 901, '4', '(305) 741-0118', ''),
(6305, 1, 901, '5', 'O ryulnaw', ''),
(6306, 1, 901, '6', 'Quick question', ''),
(6307, 1, 901, '7', 'I discovered a couple key errors on your site that are preventing you from showing up on the local Google maps when someone searches for a biotechnology company near you. I just made a visibility report for you that reveals what to fix. If you want it just let me know. Take care.', ''),
(6308, 1, 902, '1', 'Ritarenue563', ''),
(6309, 1, 902, '2', 'Ritarenue563', ''),
(6310, 1, 902, '3', 'ritaBib017@hotmail.com', ''),
(6311, 1, 902, '4', '(886) 788-5330', ''),
(6312, 1, 902, '5', 'google', ''),
(6313, 1, 902, '6', 'XEVIL 5: The best program for captcha solving was released !', ''),
(6314, 1, 902, '7', 'XEvil 5.0 automatically solve most kind of captchas, \r\nIncluding such type of captchas: ReCaptcha v.2, ReCaptcha v.3, Hotmail, Google, SolveMedia, BitcoinFaucet, Steam, +12000 \r\n+ hCaptcha supported in new XEvil 6.0! Just search for XEvil 6.0 in YouTube \r\n \r\nInterested? Just google XEvil 5 \r\nP.S. Free XEvil Demo is available ! \r\n \r\nAlso, there is a huge discount available for purchase until 20th June: -30%! \r\n \r\nXEvil.Net \r\n \r\nCheck new video in YouTube: \r\n\"XEvil 6.0 <Beta>1] + XRumer multhithreading hCaptcha test\"', ''),
(6315, 1, 903, '1', 'AnthonyFiz', ''),
(6316, 1, 903, '2', 'AnthonyFiz', ''),
(6317, 1, 903, '3', 'sportt@gmail.com', ''),
(6318, 1, 903, '4', '(345) 178-0841', ''),
(6319, 1, 903, '5', 'google', ''),
(6320, 1, 903, '6', 'Do not miss', ''),
(6321, 1, 903, '7', 'Bеst оnlinе cаsino and sports betting \r\ndeposit bоnus up to 500 \r\nSlоts, Frееspins, Роker, and many gаmes. \r\nget your bоnus right now \r\nhttps://tinyurl.com/msf889s4', ''),
(6322, 1, 904, '1', 'Cecilia', ''),
(6323, 1, 904, '2', 'Theis', ''),
(6324, 1, 904, '3', 'cecilia.theis@yahoo.com', ''),
(6325, 1, 904, '4', '(623) 880-7288', ''),
(6326, 1, 904, '5', 'Cecilia Theis', ''),
(6327, 1, 904, '6', 'Nab rdchsoh', ''),
(6328, 1, 904, '7', 'Add your site to all 35 of our business directories with one click here-> https://bit.ly/addyoursitehere', ''),
(6329, 1, 905, '1', 'Mike Kennedy', ''),
(6330, 1, 905, '2', 'Mike Kennedy', ''),
(6331, 1, 905, '3', 'no-replyPovaTasy@gmail.com', ''),
(6332, 1, 905, '4', '(543) 765-2716', ''),
(6333, 1, 905, '5', 'google', ''),
(6334, 1, 905, '6', 'NEW: Semrush Backlinks', ''),
(6335, 1, 905, '7', 'Hi there \r\n \r\nThis is Mike Kennedy\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Kennedy\r\n \r\nmike@strictlydigital.net', ''),
(6336, 1, 906, '1', 'Kathleennsg', ''),
(6337, 1, 906, '2', 'Kathleennsg', ''),
(6338, 1, 906, '3', 'kath.le.enmendo.z.a1990@gmail.com', ''),
(6339, 1, 906, '4', '(812) 150-7756', ''),
(6340, 1, 906, '5', 'google', ''),
(6341, 1, 906, '6', 'I can\'t wait to show you an unusual pose. In the meantime, pretend I\'m doing it right now. Just don\'t go crazy with desire.', ''),
(6342, 1, 906, '7', '<a href=https://goo.su/UwVY9jj>I can\'t wait to show you an unusual pose. In the meantime, pretend I\'m doing it right now. Just don\'t go crazy with desire.</a> \r\n<a href=https://goo.su/UwVY9jj><img src=\"https://i.ibb.co/VmRJCSZ/17.jpg\"></a>', ''),
(6343, 1, 907, '1', 'Waheed Al gore', ''),
(6344, 1, 907, '2', 'Waheed Al gore', ''),
(6345, 1, 907, '3', 'waheedalgore22@gmail.com', ''),
(6346, 1, 907, '4', '(563) 406-7180', ''),
(6347, 1, 907, '5', 'google', ''),
(6348, 1, 907, '6', 'Business partnership', ''),
(6349, 1, 907, '7', 'Hello, \r\n \r\nWe provide funding through our venture capital company to both start-up \r\nand existing companies either looking for funding for expansion or to \r\naccelerate growth in their company. \r\nWe have a structured joint venture investment plan in which we are \r\ninterested in an annual return on investment not more than 10% ROI. \r\nWe are also currently structuring a convertible debt and loan financing \r\nof 3% interest repayable annually with no early repayment penalties. \r\nIf you have a business plan or executive summary, I can review to \r\nunderstand a much better idea of your business and what you are looking \r\nto do, this will assist in determining the best possible investment \r\nstructure we can pursue and discuss more extensively. \r\nIf you are interested in any of the above, kindly respond to us via this \r\nemail. waheedalgore@alarisinvestmentgroup.org \r\n \r\nGmail: waheedalgore22@gmail.com \r\n \r\nSincerely \r\nWaheed Algore \r\nHead of Finance \r\nAl Aris Investment Group', ''),
(6350, 1, 908, '1', 'Eric', ''),
(6351, 1, 908, '2', 'Jones', ''),
(6352, 1, 908, '3', 'eric.jones.z.mail@gmail.com', ''),
(6353, 1, 908, '4', '(555) 555-1212', ''),
(6354, 1, 908, '5', 'jumboleadmagnet.com', ''),
(6355, 1, 908, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(6356, 1, 908, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(6357, 1, 909, '1', 'Chetan', ''),
(6358, 1, 909, '2', 'U', ''),
(6359, 1, 909, '3', 'chetan@biotech.co.in', ''),
(6360, 1, 909, '4', '(955) 212-4412', ''),
(6361, 1, 909, '5', 'Technology Transfer Office (TTO) at Biotech Consortium India Limited (BCIL)', ''),
(6362, 1, 909, '6', 'Licensing Opportunity for promising Platform Technology \" Nanomicelles based Effective Drug Delivery System\"', ''),
(6363, 1, 909, '7', 'Dear Sir/ Madam,\r\n\r\nThis is Chetan from Biotech Consortium India Limited (BCIL), a Department of Biotechnology, Government of India initiative to accelerate technology commercialization.\r\n\r\nWe have a technology licensing offer for the GangaGen  regarding the \" Nanomicelles based Effective Drug Delivery System\". We wish to connect with the Technology licensing Manager at your company or the concern official for future discussion.\r\n\r\nRequest you to please connect with the concerned authority in Technology transfer for discussing the same.\r\n\r\n\r\nThank you,\r\n\r\n With Best Regards,\r\nChetan Uttarwar MS,MIP-LLM,IPMV\r\nManager Innovation Partnerships (Technology Transfer and Licensing)\r\nBiotech Consortium India Limited\r\n5th Floor, Anuvrat Bhawan\r\n210, Deen Dayal Upadhyaya Marg\r\nNew Delhi - 110 002\r\nTel.: 91-11-2321-9064-67 ext-212 / Direct +91-95-5212-4412\r\nEmail: chetan@biotech.co.in\r\nWebsite: www.biotech.co.in', ''),
(6364, 1, 910, '1', 'April', ''),
(6365, 1, 910, '2', 'Carol', ''),
(6366, 1, 910, '3', 'april@worldfestival.com', ''),
(6367, 1, 910, '4', '(720) 225-2659', ''),
(6368, 1, 910, '5', 'DevNetwork', ''),
(6369, 1, 910, '6', 'Nominating GangaGen for the WorldFestival 2022 Startup Awards  – The Largest Startup Awards Event', ''),
(6370, 1, 910, '7', 'Hi, this is April with WorldFestival (worldfestival.com) -- the world’s largest technology awards event (both virtual & live in San Francisco, USA) where 30,000+ participants and industry experts across the globe will help judge and select the Top 50 Startups in the world.\r\n\r\nYour company is a WorldFestival 2022 Startup Award nominee. You’ll be competing for a spot in the global Top 50 Startups, with the winners qualifying to demo their startup live online during the WorldFestival conference & expo (Aug 3-4, 2022) to a global audience, and attend in-person at the WorldFestival 2022 Awards Ceremony in downtown San Francisco, CA (Aug 10, 2022).\r\n\r\nPlease fill out the quick application form below by 07/03/2022, and we can offer your team five (5) free WORLD Passes to attend the digital WorldFestival conference & expo on Aug 3-4, 2022, where 150+ speakers across 30+ global industries will share their knowledge & expertise on emerging technology trends & innovation. There is no cost to apply or win a WorldFestival 2022 Startup Award.\r\n\r\nApplication form:\r\nhttps://worldfestival.com/awards/startup-awards/', ''),
(6371, 1, 911, '1', 'Davidlob', ''),
(6372, 1, 911, '2', 'Davidlob', ''),
(6373, 1, 911, '3', 'evalidator.test@gmail.com', ''),
(6374, 1, 911, '4', '(154) 378-0142', ''),
(6375, 1, 911, '5', 'google', ''),
(6376, 1, 911, '6', 'Hallo', ''),
(6377, 1, 911, '7', 'Salam, qiym?tinizi bilm?k ist?dim.', ''),
(6378, 1, 912, '1', 'Dorottdo', ''),
(6379, 1, 912, '2', 'Dorottdo', ''),
(6380, 1, 912, '3', 'an.d.erso.n.d.oro.thy.67.1.2@gmail.com', ''),
(6381, 1, 912, '4', '(861) 147-8730', ''),
(6382, 1, 912, '5', 'google', ''),
(6383, 1, 912, '6', 'I really want to!!! Whatever you suggest...', ''),
(6384, 1, 912, '7', '<a href=https://is.gd/xwzYdC>I really want to!!! Whatever you suggest...</a>', ''),
(6385, 1, 913, '1', 'Mike', ''),
(6386, 1, 913, '2', 'Mike', ''),
(6387, 1, 913, '3', 'no-replyPovaTasy@gmail.com', ''),
(6388, 1, 913, '4', '(164) 672-4066', ''),
(6389, 1, 913, '5', 'google', ''),
(6390, 1, 913, '6', 'Local SEO for more business', ''),
(6391, 1, 913, '7', 'Hi \r\n \r\nWe will increase your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our pricelist here, we offer Local SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nNEW: \r\nhttps://www.speed-seo.net/product/zip-codes-gmaps-citations/ \r\n \r\nregards \r\nMike  \r\nSpeed SEO Digital Agency', ''),
(6392, 1, 914, '1', 'Eric', ''),
(6393, 1, 914, '2', 'Jones', ''),
(6394, 1, 914, '3', 'eric.jones.z.mail@gmail.com', ''),
(6395, 1, 914, '4', '(555) 555-1212', ''),
(6396, 1, 914, '5', 'jumboleadmagnet.com', ''),
(6397, 1, 914, '6', 'There they go…', ''),
(6398, 1, 914, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(6399, 1, 915, '1', 'Eric', ''),
(6400, 1, 915, '2', 'Jones', ''),
(6401, 1, 915, '3', 'eric.jones.z.mail@gmail.com', ''),
(6402, 1, 915, '4', '(555) 555-1212', ''),
(6403, 1, 915, '5', 'jumboleadmagnet.com', ''),
(6404, 1, 915, '6', 'There they go…', ''),
(6405, 1, 915, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(6406, 1, 916, '1', 'Nancy', ''),
(6407, 1, 916, '2', 'Ramsy', ''),
(6408, 1, 916, '3', 'nancy@hirevirtualtalent.com', ''),
(6409, 1, 916, '4', '(415) 854-1495', ''),
(6410, 1, 916, '5', 'Virtual Assitance', ''),
(6411, 1, 916, '6', 'Virtual Assitance', ''),
(6412, 1, 916, '7', 'Hi, \r\nThis is Nancy, We provide Virtual Employees@ just $7/hr to $10/hr for profiles like Telemarketing, Bookkeeping, Data Entry, Admin Work, Virtual Assistant and Content Writing. \r\nYou have to pay after we deliver some work to you. Do you have any requirements right now? No need to hire full time. Work with us on requirement basis.\r\n\r\nThanks\r\nNancy', ''),
(6413, 1, 917, '1', 'Eric', ''),
(6414, 1, 917, '2', 'Jones', ''),
(6415, 1, 917, '3', 'eric.jones.z.mail@gmail.com', ''),
(6416, 1, 917, '4', '(555) 555-1212', ''),
(6417, 1, 917, '5', 'jumboleadmagnet.com', ''),
(6418, 1, 917, '6', 'There they go…', ''),
(6419, 1, 917, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(6420, 1, 918, '1', 'Mike Nevill', ''),
(6421, 1, 918, '2', 'Mike Nevill', ''),
(6422, 1, 918, '3', 'no-replyPovaTasy@gmail.com', ''),
(6423, 1, 918, '4', '(048) 846-1481', ''),
(6424, 1, 918, '5', 'google', ''),
(6425, 1, 918, '6', 'whitehat monthly SEO plans', ''),
(6426, 1, 918, '7', 'Howdy \r\n \r\nI have just analyzed  gangagen.com for its SEO Trend and saw that your website could use an upgrade. \r\n \r\nWe will increase your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart improving your sales and leads with us, today! \r\n \r\n \r\nregards \r\nMike Nevill\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(6427, 1, 919, '1', 'Randall', ''),
(6428, 1, 919, '2', 'Martin', ''),
(6429, 1, 919, '3', 'randall@skyline-buildingservices.com', ''),
(6430, 1, 919, '4', '(612) 888-8872', ''),
(6431, 1, 919, '5', 'Skyline Building Care', ''),
(6432, 1, 919, '6', 'Affordable, Top-Quality Cleaning Services', ''),
(6433, 1, 919, '7', 'Skyline Building Care is a local, top-quality cleaning company specializing in cleaning commercial facilities including offices, schools, churches, and medical buildings.\r\n\r\nWe can guarantee reliable janitors and a thoroughly cleaned facility at an affordable cost.\r\n\r\nIf you\'re interested in a complimentary, no-obligation quote, simply respond to this email and I\'ll be in touch!\r\n\r\nThanks,\r\nRandall\r\n\r\nRandall Martin\r\nOwner\r\nSkyline Building Care\r\n(612) 888-8872\r\nrandall@skyline-buildingservices.com\r\n\r\nPlease respond with \"stop\" to opt out.', ''),
(6434, 1, 920, '1', 'Hwa', ''),
(6435, 1, 920, '2', 'Longford', ''),
(6436, 1, 920, '3', 'pmtaking@163.com', ''),
(6437, 1, 920, '4', '(563) 437-1946', ''),
(6438, 1, 920, '5', 'Hwa Longford', ''),
(6439, 1, 920, '6', 'Price Match, you cannot find better price?', ''),
(6440, 1, 920, '7', 'Price Match, you cannot find better price?\r\n\r\nFreight from china to Europe ,the USA,Canada,Australia getting down\r\n\r\nshenzhen,ningbo to los angeles,long beach: USD7400/40HQ\r\nShenzhen,ningbo to new york:USD9700/40HQ\r\nShenzhen,ningbo to Rotterdam,Hamburg,Anterwp:USD8700/40HQ\r\nShenzhen,ningbo to Felixstowe:USD9000/40HQ\r\n\r\n\r\nThanks&Best Regards,\r\n\r\nKroes     \r\npmtaking@163.com\r\n\r\n\r\nUnsubcribe Here     http://ilovu.top/unsubscribe-2/\r\n\r\n-------------------------------------------\r\ngangagen.com\r\nhttps://gangagen.com/\r\nHome - GangaGen', ''),
(6441, 1, 921, '1', 'Candy', ''),
(6442, 1, 921, '2', 'Biscocho', ''),
(6443, 1, 921, '3', 'candy@ucsteam.net', ''),
(6444, 1, 921, '4', '(408) 547-4250', ''),
(6445, 1, 921, '5', 'United Contract Services, Inc', ''),
(6446, 1, 921, '6', 'Your office cleaning.', ''),
(6447, 1, 921, '7', 'Are you interested in comparing us to your existing office cleaning provider, I believe that we will beat your current price w/ better quality and customer service than your current cleaning provider.\r\n\r\nAre you interested in a custom & complimentary onsite cleaning service proposal?\r\n\r\nMay I give you more information?\r\n\r\nRegards,\r\nCandy\r\n\r\nCandy Biscocho\r\nBusiness Development\r\nUnited Contract Services, Inc\r\n(408) 547-4250\r\ncandy@ucsteam.net\r\n\r\nPlease respond with \"stop\" to opt out.', ''),
(6448, 1, 922, '1', 'Richardjaw', ''),
(6449, 1, 922, '2', 'Richardjaw', ''),
(6450, 1, 922, '3', 'volchokflor@yandex.com', ''),
(6451, 1, 922, '4', '(825) 502-4671', ''),
(6452, 1, 922, '5', 'google', ''),
(6453, 1, 922, '6', 'Я посмотрел фильмы бесплатно на rezka.men', ''),
(6454, 1, 922, '7', 'Я всё время смотрю фильмы на <a href=https://rezka.men/>rezka.men</a>, очень хороший сайт с огромной базой фильмов. Можете выбирать фильмы по году выпуска и даже можно выбрать страну производства фильма или актёров. На сайте есть и новинки, всё в хорошем качестве HD. Я, например, очень люблю старые <a href=https://rezka.men/dokumentalnye/>документальные фильмы</a>. Всё, что нужно, я там нашёл. Всем советую!', ''),
(6455, 1, 923, '1', 'Callum', ''),
(6456, 1, 923, '2', 'Sleigh', ''),
(6457, 1, 923, '3', 'callum.sleigh@msn.com', ''),
(6458, 1, 923, '4', '(305) 543-5247', ''),
(6459, 1, 923, '5', 'Callum Sleigh', ''),
(6460, 1, 923, '6', 'Ilxui Qr atx', ''),
(6461, 1, 923, '7', 'Good job on the new site! Now go ahead and submit it to our free directory here https://bit.ly/addyoursitehere', ''),
(6462, 1, 924, '1', 'Eric', ''),
(6463, 1, 924, '2', 'Jones', ''),
(6464, 1, 924, '3', 'eric.jones.z.mail@gmail.com', ''),
(6465, 1, 924, '4', '(555) 555-1212', ''),
(6466, 1, 924, '5', 'jumboleadmagnet.com', ''),
(6467, 1, 924, '6', 'Instead, congrats', ''),
(6468, 1, 924, '7', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE https://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(6469, 1, 925, '1', 'Elizabethvfk', ''),
(6470, 1, 925, '2', 'Elizabethvfk', ''),
(6471, 1, 925, '3', 'e.l.iz.a.b.et.hhern.an.d.ez3.w.3@gmail.com', ''),
(6472, 1, 925, '4', '(530) 017-0717', ''),
(6473, 1, 925, '5', 'google', ''),
(6474, 1, 925, '6', ' I love it so much when you\'re on top. What else would you like to add to our conversation today?', ''),
(6475, 1, 925, '7', '<a href=https://is.gd/MHBCLf> I love it so much when you\'re on top. What else would you like to add to our conversation today?</a>', ''),
(6476, 1, 926, '1', 'Eric', ''),
(6477, 1, 926, '2', 'Jones', ''),
(6478, 1, 926, '3', 'eric.jones.z.mail@gmail.com', ''),
(6479, 1, 926, '4', '(555) 555-1212', ''),
(6480, 1, 926, '5', 'jumboleadmagnet.com', ''),
(6481, 1, 926, '6', 'how to turn eyeballs into phone calls', ''),
(6482, 1, 926, '7', 'Hi, Eric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(6483, 1, 927, '1', 'JackZesty', ''),
(6484, 1, 927, '2', 'JackZesty', ''),
(6485, 1, 927, '3', 'jgrzm9083@studwork.su', ''),
(6486, 1, 927, '4', '(338) 081-4317', ''),
(6487, 1, 927, '5', 'google', ''),
(6488, 1, 927, '6', 'Bmi berechnen tabelle', ''),
(6489, 1, 927, '7', 'Bmi berechnen tabelle https://forum.gowithsee.com - .', ''),
(6490, 1, 928, '1', 'Uzaira', ''),
(6491, 1, 928, '2', 'Sartaj', ''),
(6492, 1, 928, '3', 'uzairasartaj88@gmail.com', ''),
(6493, 1, 928, '4', '(600) 677-4645', ''),
(6494, 1, 928, '5', 'Ganga gen', ''),
(6495, 1, 928, '6', 'Internship', ''),
(6496, 1, 928, '7', 'I\'m a btech biotechnology student looking for internship in biotechnology. I\'m interested in doing it with your company.', ''),
(6497, 1, 929, '1', 'Hugo', ''),
(6498, 1, 929, '2', 'Homan', ''),
(6499, 1, 929, '3', 'homan.hugo@outlook.com', ''),
(6500, 1, 929, '4', '(513) 351-7591', ''),
(6501, 1, 929, '5', 'Hugo Homan', ''),
(6502, 1, 929, '6', 'D Kgp Vvljwg', ''),
(6503, 1, 929, '7', 'You can submit your site to over 30 different business directories for free with one click https://bit.ly/addyoursitehere', ''),
(6504, 1, 930, '1', 'Colette', ''),
(6505, 1, 930, '2', 'Brinson', ''),
(6506, 1, 930, '3', 'brinson.colette@googlemail.com', ''),
(6507, 1, 930, '4', '(870) 331-5202', ''),
(6508, 1, 930, '5', 'Colette Brinson', ''),
(6509, 1, 930, '6', 'Ko sgv', ''),
(6510, 1, 930, '7', 'Add your site to all 35 of our business directories with one click here-> https://bit.ly/addyoursitehere', ''),
(6511, 1, 931, '1', 'Candy', ''),
(6512, 1, 931, '2', 'Biscocho', ''),
(6513, 1, 931, '3', 'candy@ucsteam.net', ''),
(6514, 1, 931, '4', '(408) 547-4250', ''),
(6515, 1, 931, '5', 'United Contract Services, Inc', ''),
(6516, 1, 931, '6', 'Your office cleaning.', ''),
(6517, 1, 931, '7', 'Are you interested in comparing us to your existing office cleaning provider, I believe that we will beat your current price w/ better quality and customer service than your current cleaning provider.\r\n\r\nAre you interested in a custom & complimentary onsite cleaning service proposal?\r\n\r\nMay I give you more information?\r\n\r\nRegards,\r\nCandy\r\n\r\nCandy Biscocho\r\nBusiness Development\r\nUnited Contract Services, Inc\r\n(408) 547-4250\r\ncandy@ucsteam.net\r\n\r\nPlease respond with \"stop\" to opt out.', ''),
(6518, 1, 932, '1', 'Molly', ''),
(6519, 1, 932, '2', 'Fanny', ''),
(6520, 1, 932, '3', 'molly@getlisted.directory', ''),
(6521, 1, 932, '4', '(800) 946-0995', ''),
(6522, 1, 932, '5', 'getlisted.directory', ''),
(6523, 1, 932, '6', 'gangagen.com is listed in 62 of 241,120 directories', ''),
(6524, 1, 932, '7', 'Hello, did you know that there are 241,120 internet directories in the world. \r\n\r\nThese websites are what drive traffic to YOUR business.\r\n\r\nWant more traffic?  Want more Sales?  We can help - today.\r\n\r\nYour website gangagen.com is listed in only 62 of these directories. \r\n\r\nGet more traffic for your Global audience.\r\n\r\nOur automated system adds your website to all of the directories.\r\n\r\nYou can find it here: getlisted.directory/gangagen.com\r\n\r\nAct today, and we will expedite your listings and waive the processing charge!\r\n\r\nWe have a special going on. Use \"FRIENDS\" on checkout for a 50% discount valid today.', ''),
(6525, 1, 933, '1', 'JesseCoelp', ''),
(6526, 1, 933, '2', 'JesseCoelp', ''),
(6527, 1, 933, '3', 'jessicasamantha663@gmail.com', ''),
(6528, 1, 933, '4', '(617) 373-1708', ''),
(6529, 1, 933, '5', 'google', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(6530, 1, 933, '6', 'Authentic Documents Services And Counterfeit Bank Notes', ''),
(6531, 1, 933, '7', 'We are a Team of IT Experts specialized in the production of authentic Documents and Counterfeit bank notes. We work with government officials, professors and professional hackers from China, US, Russia, Taiwan etc. All these documents are registered into the supposed database. Documents such as Passport, Visa\'s, Driving License, Covid19 Vaccine Card, University Certificates etc. We also have Canadian dollars, US dollars, pounds and euros. We also have our money in categories, Grade A quality that works at ATMs and bypasses the fake money detector and we also have the normal stage money that was used in jokes, commercials, music and movie videos. Contact details below. \r\nWhatsApp..... +44 7459 530545 \r\nEmail Address.... jameskinds65@gmail.com \r\nTelegram ID..... \"@Jameskind65\" \r\nWickr Me ID..... Jameskind65.', ''),
(6532, 1, 934, '1', 'StevenMuS', ''),
(6533, 1, 934, '2', 'StevenMuS', ''),
(6534, 1, 934, '3', '7@catbegemot.ru', ''),
(6535, 1, 934, '4', '(256) 703-3327', ''),
(6536, 1, 934, '5', 'google', ''),
(6537, 1, 934, '6', 'Шины Toyo - купить по низкой цене', ''),
(6538, 1, 934, '7', '<a href=https://toyotyres.site/>toyo цена</a> \r\n<a href=http://www.toyotyres.site>https://www.toyotyres.site</a> \r\n<a href=https://english.edusites.co.uk/?URL=https://toyotyres.site/>https://www.google.dm/url?q=https://toyotyres.site/</a>', ''),
(6539, 1, 935, '1', 'Mike Jackson', ''),
(6540, 1, 935, '2', 'Mike Jackson', ''),
(6541, 1, 935, '3', 'no-replyPovaTasy@gmail.com', ''),
(6542, 1, 935, '4', '(537) 210-0566', ''),
(6543, 1, 935, '5', 'google', ''),
(6544, 1, 935, '6', 'Strengthen your Domain Authority', ''),
(6545, 1, 935, '7', 'Hi there \r\n \r\nDo you want a quick boost in ranks and sales for your website? \r\nHaving a high DA score, always helps \r\n \r\nGet your gangagen.com to have a DA between 50 to 60 points in Moz with us today and reap the benefits of such a great feat. \r\n \r\nSee our offers here: \r\nhttps://www.monkeydigital.co/product/moz-da50-seo-plan/ \r\n \r\nOn SALE: \r\nhttps://www.monkeydigital.co/product/ahrefs-dr60/ \r\n \r\n \r\nThank you \r\nMike Jackson', ''),
(6546, 1, 936, '1', 'Rohan', ''),
(6547, 1, 936, '2', 'Mavi', ''),
(6548, 1, 936, '3', 'virfarma@yahoo.com', ''),
(6549, 1, 936, '4', '(999) 091-0392', ''),
(6550, 1, 936, '5', 'Atlanta Medicare Co.,Ltd', ''),
(6551, 1, 936, '6', 'Business Development', ''),
(6552, 1, 936, '7', 'We shall we keen to explore your products for the Thailand market, kindly suggest the availability of the products for the Thailand market. Thanks', ''),
(6553, 1, 937, '1', 'Gaurav', ''),
(6554, 1, 937, '2', 'To Di bakmlf', ''),
(6555, 1, 937, '3', 'gk.castrol@gmail.com', ''),
(6556, 1, 937, '4', '(415) 484-5413', ''),
(6557, 1, 937, '5', 'Virtual Team Hire', ''),
(6558, 1, 937, '6', 'virtual assistant', ''),
(6559, 1, 937, '7', 'Hi there,\r\n\r\nThis is Gaurav from Virtual Team Hire. We provide Virtual Assistance in multiple services like  E-Commerce data entry, Telemarketing, Content Writing and Data Entry & we charge $10/hr. So, Do you have any requirements right now?\r\n\r\nRegards\r\nGaurav\r\ngk.castrol@gmail.com\r\n+1 415 484 5413', ''),
(6560, 1, 938, '1', 'EmeteSkate 1080P', ''),
(6561, 1, 938, '2', 'EmeteSkate 1080P', ''),
(6562, 1, 938, '3', 'mityayev.kirya@inbox.ru', ''),
(6563, 1, 938, '4', '(320) 727-4842', ''),
(6564, 1, 938, '5', 'google', ''),
(6565, 1, 938, '6', 'Good girl EmeteSkate', ''),
(6566, 1, 938, '7', 'Hello, I\'m good girl and looking for good man. If you are interested, I\'ll send my photo. Thank\'s https://tinyurl.com/2b4xveld', ''),
(6567, 1, 939, '1', 'Ajay', ''),
(6568, 1, 939, '2', 'Verma', ''),
(6569, 1, 939, '3', 'hirevanow1@gmail.com', ''),
(6570, 1, 939, '4', '(303) 736-9129', ''),
(6571, 1, 939, '5', 'Hire Sales Executive', ''),
(6572, 1, 939, '6', 'Sales Executive available at $10/hour', ''),
(6573, 1, 939, '7', 'This is Ajay, 5 Year Experienced Sales Executive. \r\nI charge USD 10/hour for Appointment Setting, Confirming meeting, send calendar invite, researching prospect, customer service, chat support, Close Inbound calls, Updating Software, Data Entry. \r\nDo you have any requirements right now?', ''),
(6574, 1, 940, '1', 'Mason Jones', ''),
(6575, 1, 940, '2', 'Mason Jones', ''),
(6576, 1, 940, '3', 'explaineranimationstudio7@gmail.com', ''),
(6577, 1, 940, '4', '(375) 014-4274', ''),
(6578, 1, 940, '5', 'google', ''),
(6579, 1, 940, '6', 'Quick question', ''),
(6580, 1, 940, '7', 'Hey! \r\n \r\nDo you want to increase sales for your business 24/7? \r\n \r\nIf so, you have to grab people’s attention quickly. And there’s nothing like a catchy explainer video to do the trick! \r\n \r\nI have an exclusive offer available for the first 20 people that act on this message today, but you must act fast. \r\n \r\nWhile you would normally pay as much as $600, or probably even $1,000, for a 60-second video like this, I am providing the same service for only $97. \r\n \r\nDon’t be fooled by the price, we create high-quality videos, and you can see samples or order now at: https://bit.ly/explainer-animation-promo \r\n \r\nNot sure if you caught it, but this offer is only good this week, for the first 20 clients, so you need to order now, before you miss out. \r\n \r\nAgain, this $97 promotion is for a 60-second explainer video and is for this week only. Don’t miss out!!! \r\n \r\nClick Here Now To Watch The Animated Video That We Created To Explain It All \r\n---> https://bit.ly/explainer-animation-promo \r\n \r\nCheers, \r\nMason Jones \r\nExplainer Animation Studio', ''),
(6581, 1, 941, '1', 'Mike Fleming', ''),
(6582, 1, 941, '2', 'Mike Fleming', ''),
(6583, 1, 941, '3', 'no-replyPovaTasy@gmail.com', ''),
(6584, 1, 941, '4', '(811) 588-7860', ''),
(6585, 1, 941, '5', 'google', ''),
(6586, 1, 941, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(6587, 1, 941, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Fleming\r\n \r\nsupport@digital-x-press.com', ''),
(6588, 1, 942, '1', 'Issacembag', ''),
(6589, 1, 942, '2', 'Issacembag', ''),
(6590, 1, 942, '3', 'evalid.atortest@gmail.com', ''),
(6591, 1, 942, '4', '(141) 318-4487', ''),
(6592, 1, 942, '5', 'google', ''),
(6593, 1, 942, '6', 'Hallo', ''),
(6594, 1, 942, '7', 'Здравейте, исках да знам цената ви.', ''),
(6595, 1, 943, '1', 'Mike', ''),
(6596, 1, 943, '2', 'Johnson', ''),
(6597, 1, 943, '3', 'freeaiwriting@gmail.com', ''),
(6598, 1, 943, '4', '(070) 207-1462', ''),
(6599, 1, 943, '5', 'Free ai writing', ''),
(6600, 1, 943, '6', 'Are you still open for business?', ''),
(6601, 1, 943, '7', 'Dear, \r\n\r\nIn my search for an entrepreneur to use the latest AI tool for free, I came across gangagen.com. \r\n\r\nWith this AI tool, you write content 10 times faster and more creatively.\r\nThe AI creates text for your blogs, social media and even filmscripts and books.  \r\nYou can check it out via the link below: \r\nfreeaiwriting.com \r\n\r\nKind regards,\r\n\r\nMike Johnson \r\nFree ai writing', ''),
(6602, 1, 944, '1', 'CatherinaLob', ''),
(6603, 1, 944, '2', 'CatherinaLob', ''),
(6604, 1, 944, '3', 'catherinaLob@gmail.com', ''),
(6605, 1, 944, '4', '(610) 582-3413', ''),
(6606, 1, 944, '5', 'google', ''),
(6607, 1, 944, '6', 'Ι\'m lоokіng for sеriouѕ man!..', ''),
(6608, 1, 944, '7', 'Неllо аll, guys! Ι know, mу mеsѕаge maу bе too sрeсifіс,\r\nBut mу sister fоund nice mаn hеre and they marriеd, ѕo hоw аbоut mе?ǃ :)\r\nΙ аm 26 yеars old, Саtherіnа, from Romania, I know Еnglish and Gеrmаn languagеs alѕо\r\nΑnd... I havе ѕpеcіfic disеаsе, nаmеd nymрhomаnіa. Ԝho knоw whаt is this, can underѕtаnd me (better tо ѕау it immеdіаtely)\r\nΑh yеѕ, I cook vеrу tastуǃ аnd Ι lоvе nоt оnlу cооk ;))\r\nΙm real girl, nоt prоѕtіtute, аnd loоking fоr ѕerіous аnd hоt relatіоnshіp...\r\nAnуwаy, уou can find mу рrоfilе herе: http://tioviaspecenflavem.tk/user/75497/', ''),
(6609, 1, 945, '1', 'Ezequiel', ''),
(6610, 1, 945, '2', 'Villareal', ''),
(6611, 1, 945, '3', 'ezequiel.villareal@gmail.com', ''),
(6612, 1, 945, '4', '(216) 370-6458', ''),
(6613, 1, 945, '5', 'Ezequiel Villareal', ''),
(6614, 1, 945, '6', 'Y Bplh a', ''),
(6615, 1, 945, '7', 'Congrats on your new site, get it listed here for free and we\'ll start sending people to your site https://bit.ly/addyoursitehere', ''),
(6616, 1, 946, '1', 'Jo', ''),
(6617, 1, 946, '2', 'Mintz', ''),
(6618, 1, 946, '3', 'mintz.jo@gmail.com', ''),
(6619, 1, 946, '4', '(985) 252-3317', ''),
(6620, 1, 946, '5', 'Jo Mintz', ''),
(6621, 1, 946, '6', 'Xzatc', ''),
(6622, 1, 946, '7', 'Submit your site to our 30 directories all with one click here> https://bit.ly/addyoursitehere', ''),
(6623, 1, 947, '1', 'CharlesGar', ''),
(6624, 1, 947, '2', 'CharlesGar', ''),
(6625, 1, 947, '3', 'evalidatort.est@gmail.com', ''),
(6626, 1, 947, '4', '(608) 828-8365', ''),
(6627, 1, 947, '5', 'google', ''),
(6628, 1, 947, '6', 'Hello', ''),
(6629, 1, 947, '7', 'Ciao, volevo sapere il tuo prezzo.', ''),
(6630, 1, 948, '1', 'DavidTEX', ''),
(6631, 1, 948, '2', 'DavidTEX', ''),
(6632, 1, 948, '3', '8@catbegemot.ru', ''),
(6633, 1, 948, '4', '(255) 508-2438', ''),
(6634, 1, 948, '5', 'google', ''),
(6635, 1, 948, '6', 'Автосалон Республика Авто: отзывы клиентов', ''),
(6636, 1, 948, '7', '<a href=https://autoru-otzyv.ru/otzyvy-avtosalon/respublika-auto/>дилер республика авто отзывы</a> \r\n<a href=https://www.autoru-otzyv.ru/otzyvy-avtosalon/respublika-auto/>https://www.autoru-otzyv.ru/otzyvy-avtosalon/respublika-auto/</a> \r\n<a href=http://google.nr/url?q=https://autoru-otzyv.ru/otzyvy-avtosalon/respublika-auto/>http://www.phpooey.com/?URL=https://autoru-otzyv.ru/otzyvy-avtosalon/respublika-auto/</a>', ''),
(6637, 1, 949, '1', 'loveawake.ru', ''),
(6638, 1, 949, '2', 'loveawake.ru', ''),
(6639, 1, 949, '3', 'fedorkapo4@mail.ru', ''),
(6640, 1, 949, '4', '(244) 163-4705', ''),
(6641, 1, 949, '5', 'google', ''),
(6642, 1, 949, '6', 'Are you 18? Come in and don\'t be shy!', ''),
(6643, 1, 949, '7', 'Welcome to the world of adult Dating loveawake.ru', ''),
(6644, 1, 950, '1', 'Euglena Liu', ''),
(6645, 1, 950, '2', 'Euglena Liu', ''),
(6646, 1, 950, '3', 'jelly@koi.io', ''),
(6647, 1, 950, '4', '(073) 520-7256', ''),
(6648, 1, 950, '5', 'google', ''),
(6649, 1, 950, '6', 'Warning that Koi.io scam', ''),
(6650, 1, 950, '7', 'Good afternoon, you have received this letter because we want the whole world to know and not cooperate with KOI.IO and the team that organised this scam which includes Roy Aaron, Claudia Polanco, Euglena Liu, Yuan Lee, Tao Liu, Jellu Ji, Anetta Sultygova and the advisers Vladan Falcic, Alex Man. \r\n \r\n \r\nThey all involved in organisation of the Koi.io scam and many other associated projects. They involvement in material losses more than $ 500,000 from investors, and this is only a small part of who we found, I think the amounts can be estimated at tens of millions of dollars. Team ignored SAFT agreement and did not disturbed tokens to the investors as well as completely changed tokenomics without any new agreements. Currently they try to hid all the traces of old team members, tokenomics and conditions. \r\n \r\nWe have all the proofs that we can send to any user upon request to SCAM.koimetaverse@protonmail.com \r\nTeam try to stay anonymous and hide most members uses pseudonymous. We would be grateful if you would complain about them in social networks. \r\n \r\nYou can report their website https://www.koi.io/-  here https://supportcenter.godaddy.com/AbuseReport . So they will stop stealing money. \r\n \r\nhttps://twitter.com/KoiMetaverse \r\nhttps://t.me/KoiMetaverse \r\nAll the communication as well as SAFT signature were organised from telegram account: @RoyABCAaa and @koikoikoi . Their LinkedIn profiles:https://www.linkedin.com/in/roy-aaron-258456226 \r\n \r\nThere are many associated scam project with this team and project beneficiaries which includes https://www.cosmicfactions.io/ (confirmed information )and probably https://ruby.io/ , https://skyrim.finance/ , https://www.charged.fi/ ( information from of their previous worker)', ''),
(6651, 1, 951, '1', 'Richardesoca', ''),
(6652, 1, 951, '2', 'Richardesoca', ''),
(6653, 1, 951, '3', 'maxtubex@gmail.com', ''),
(6654, 1, 951, '4', '(346) 305-4437', ''),
(6655, 1, 951, '5', 'google', ''),
(6656, 1, 951, '6', 'Look this free videos', ''),
(6657, 1, 951, '7', '<a href=https://bit.ly/3ajsYJh>Slut Porn Matures</a> present hot hardcore videos for free', ''),
(6658, 1, 952, '1', 'MRankerCed', ''),
(6659, 1, 952, '2', 'MRankerCed', ''),
(6660, 1, 952, '3', 'mail@linkrank.co', ''),
(6661, 1, 952, '4', '(372) 378-4128', ''),
(6662, 1, 952, '5', 'google', ''),
(6663, 1, 952, '6', 'GET 1500 High Quality Dofollow Backlink [DA30-90][Limited Offer]', ''),
(6664, 1, 952, '7', 'The most challenging part of SEO is making backlinks, and the more hard thing is getting Quality Backlinks. I\'m offering competitors down High Domain Authority (DA) backlinks. If your keyword is medium hard, these backlinks will place your website on Google First Page. \r\n \r\nGET This Limited Time Offer: https://mranker.me/u/fvrweb \r\n \r\nWhy Should You take this Offering? \r\n-Improve Your Website Ranking \r\n-Backlinks from High Authority Website \r\n-85% Dofollow backlinks <Perfect>for backlink Strategy] \r\n-135 Article/Contextual Backlink <>00% Dofollow] \r\n-100% 5 Star Reviews <Quality>Service] \r\n-Service Provider from Fiverr <>00% Safe and Secure Payment] \r\n \r\nDiamond Package \r\n-All Types Of Backlinks \r\n-Contextual/Article Backlink: 135 \r\n-Total Backlinks: 1500 \r\n-Referring Domain: 1500 \r\n-Referring IPs: 1470 \r\n-85% Dofollow Backlinks \r\n-3 URLs & 5 Keywords \r\n-Details Reports: XLSX,CSV,TEXT,PDF \r\n \r\nGet this Exclusive Backlink Package for only $15 \r\nGet it from FIVERR: https://mranker.me/u/fvrweb \r\n#1 Freelancing Site, 100% Secure Payment', ''),
(6665, 1, 953, '1', 'Mike Gustman', ''),
(6666, 1, 953, '2', 'Mike Gustman', ''),
(6667, 1, 953, '3', 'no-replyPovaTasy@gmail.com', ''),
(6668, 1, 953, '4', '(153) 834-4142', ''),
(6669, 1, 953, '5', 'google', ''),
(6670, 1, 953, '6', 'NEW: Semrush Backlinks', ''),
(6671, 1, 953, '7', 'Hello \r\n \r\nThis is Mike Gustman\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Gustman\r\n \r\nmike@strictlydigital.net', ''),
(6672, 1, 954, '1', 'Mark', ''),
(6673, 1, 954, '2', 'Davis', ''),
(6674, 1, 954, '3', 'mark@loanscapitol.xyz', ''),
(6675, 1, 954, '4', '(202) 991-6766', ''),
(6676, 1, 954, '5', 'Express Capital', ''),
(6677, 1, 954, '6', 'Hoping to help!', ''),
(6678, 1, 954, '7', 'Did you know that getting working capital for your business no longer requires good credit?\r\n\r\nWhat would it mean to you if your business could get APPROVED for up to 250k in less than 30 seconds?\r\n\r\nOur approvals are based on your company’s sales instead of credit and collateral. This allows us to \r\nprovide you with an immediate decision. \r\n\r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nMark Davis\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(6679, 1, 955, '1', 'Lancereste', ''),
(6680, 1, 955, '2', 'Lancereste', ''),
(6681, 1, 955, '3', '11@catbegemot.ru', ''),
(6682, 1, 955, '4', '(000) 574-4307', ''),
(6683, 1, 955, '5', 'google', ''),
(6684, 1, 955, '6', 'Елена Лихач поэтесса из Санкт-Петербурга', ''),
(6685, 1, 955, '7', '<a href=https://elena-likhach.ru/>Елена Лихач Инстаграм</a> \r\n<a href=https://www.elena-likhach.ru/>http://elena-likhach.ru/</a> \r\n<a href=https://www.google.com/url?q=https://elena-likhach.ru/>http://www.google.mu/url?q=https://elena-likhach.ru/</a>', ''),
(6686, 1, 956, '1', 'Dino', ''),
(6687, 1, 956, '2', 'Ballard', ''),
(6688, 1, 956, '3', 'dino.ballard@yahoo.com', ''),
(6689, 1, 956, '4', '(803) 352-9633', ''),
(6690, 1, 956, '5', 'Dino Ballard', ''),
(6691, 1, 956, '6', 'X Fwz Qnnx', ''),
(6692, 1, 956, '7', 'Add your site to all 35 of our business directories with one click here-> https://bit.ly/addyoursitehere', ''),
(6693, 1, 957, '1', 'JasonBlulp', ''),
(6694, 1, 957, '2', 'JasonBlulp', ''),
(6695, 1, 957, '3', 'electronicftp03@gmail.com', ''),
(6696, 1, 957, '4', '(157) 838-4310', ''),
(6697, 1, 957, '5', 'google', ''),
(6698, 1, 957, '6', 'Music FTP Service', ''),
(6699, 1, 957, '7', 'Olá, \r\n \r\nFTP service is a community for DJs https://0daymusic.org fans that help you gain full access to exclusive electronic music. \r\n \r\nBest Regards, 0day Team.', ''),
(6700, 1, 958, '1', 'Hyman', ''),
(6701, 1, 958, '2', 'Garrard', ''),
(6702, 1, 958, '3', 'Poskgrain@gmail.com', ''),
(6703, 1, 958, '4', '(213) 996-5075', ''),
(6704, 1, 958, '5', 'Hyman Garrard', ''),
(6705, 1, 958, '6', 'game changer', ''),
(6706, 1, 958, '7', 'Hey there, I wanted to let you know about an automation tool that was a game changer \r\nfor my business, It\'s the best way to generate more traffic and i thought it would be a huge asset for yours.\r\ncheck it out here at https://tinyurl.com/Scales0', ''),
(6707, 1, 959, '1', 'Abhishek', ''),
(6708, 1, 959, '2', 'R', ''),
(6709, 1, 959, '3', 'customercare@pixiepure.in', ''),
(6710, 1, 959, '4', '(990) 217-2519', ''),
(6711, 1, 959, '5', 'Pixie Industries', ''),
(6712, 1, 959, '6', 'Marketing', ''),
(6713, 1, 959, '7', 'Dear Sir/ Madam,\r\nGreetings from Pixie Industries!\r\n\r\nWe would like to take an opportunity to introduce our firm Pixie Industries.\r\nThe company  launched up new product \"RO Packaged Drinking water\" and the brand named as  pixiepure -The Perfect Taste .\r\n\r\nWe provide highest quality purified drinking water which is customer friendly and it is available with 20 litres capacity water jar , also offers pet water bottles for any events (500ml,1000ml )etc.\r\nWe have well equipped RO purification system , well maintained laboratories in order to produce the perfect quality with taste.\r\nAll required licenses for drinking water , plant premises have been duly taken by company and we are certified with ISI & fssai .\r\nKindly go through the attached broucher for more details. .\r\n \r\nWe would be glad to join hands by offering our service to your company and make you happy with our product.\r\n\r\nWe, sincerely acknowledge your time and efforts for reading this letter. For any queries , please feel free to contact us on below details :\r\n\r\nThanks & Regards,\r\nPixie Industries\r\nNo. 7/11, Lingadeeranahalli,\r\nKengeri Hobli, Bangalore South,\r\nBangalore Urban, Karnataka - 560062\r\nMail id:    customercare@pixiepure.in\r\nContact No: +919902172519\r\nwebsite: pixiepure.in', ''),
(6714, 1, 960, '1', 'Kevin', ''),
(6715, 1, 960, '2', 'Williams', ''),
(6716, 1, 960, '3', 'kevin@loansprofessionals.xyz', ''),
(6717, 1, 960, '4', '(202) 991-6766', ''),
(6718, 1, 960, '5', 'Express Capital', ''),
(6719, 1, 960, '6', 'Did you get what you were looking for?', ''),
(6720, 1, 960, '7', 'Is working capital a priority for your business right now?\r\n\r\nI help companies like yours get IMMEDIATE working capital without requiring excellent credit or collateral of ANY kind!\r\n\r\nLet us INSTANTLY approve you for up to 250k without pulling your credit or asking you to submit a single document prior to approval.\r\n\r\nGet approved today and funded as early as tomorrow!\r\n\r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nKevin Williams\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe\r\n \r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(6721, 1, 961, '1', 'Jessica', ''),
(6722, 1, 961, '2', 'Rose', ''),
(6723, 1, 961, '3', 'jessica@primedataservices.com', ''),
(6724, 1, 961, '4', '(515) 427-1358', ''),
(6725, 1, 961, '5', 'Prime Data Services', ''),
(6726, 1, 961, '6', 'Cannabis Market contacts list', ''),
(6727, 1, 961, '7', 'Hi,\r\n\r\nAre you looking for net-new leads within Cannabis, Hemp and CBD Industry? If yes, we can assist you with the complete contact details of following-\r\n\r\nSectors: \r\n\r\n•	Cannabis & Hemp growers\r\n•	CBD & Cannabis Retailers\r\n•	Dispensaries\r\n•	Distributors \r\n•	Cannabis & Hemp Labs\r\n•	Infused Manufacturers\r\n•	Vape & Smoke Retailers and many more.\r\n\r\nPlease do let me know your ideal target market/audiences, so we can share more details and samples for the same. \r\n\r\nLook forward to hear from you!\r\n\r\nRegards,\r\nJessica Rose | Demand Generation Team\r\n\r\nTo remove from this mailing reply with subject line Leave Out.\r\n\r\nAppend Test- Send us now “20 to 30 contacts\" in an excel sheet from your in-house database with missing email address, telephone numbers, fax numbers or mailing addresses, we can append it for you at \"no cost\", this will help you check the quality of our services.', ''),
(6728, 1, 962, '1', 'Sdvillreich', ''),
(6729, 1, 962, '2', 'Sdvillreich', ''),
(6730, 1, 962, '3', 'revers@o5o5.ru', ''),
(6731, 1, 962, '4', '(848) 425-3104', ''),
(6732, 1, 962, '5', 'google', ''),
(6733, 1, 962, '6', 'счетчик и анализатор жизнеспособности клеток', ''),
(6734, 1, 962, '7', '<a href=https://chimmed.ru/products/-id=3024951>реактив ковача kovacs\' reagent for microbiology </a> \r\nTegs: реактив несслера чда  https://chimmed.ru/products/search?name=Р РµР°РєС‚РёРІ+РќРµСЃСЃР»РµСЂР°  \r\n \r\n<u>сушилка лиофильная настольная </u> \r\n<i>сушилки лиофильные epsilon </i> \r\n<b>счетчик жизнеспособности клеток </b>', ''),
(6735, 1, 963, '1', 'huanSog', ''),
(6736, 1, 963, '2', 'huanSog', ''),
(6737, 1, 963, '3', 'hunterlmx6347@gmail.com', ''),
(6738, 1, 963, '4', '(785) 467-6384', ''),
(6739, 1, 963, '5', 'google', ''),
(6740, 1, 963, '6', 'займ онлайн на карту круглосуточно без проверок', ''),
(6741, 1, 963, '7', 'Быстрый микрокредит на карту в Москве\r\n <a href=https://vk.com/zaymyonlaynrf>неизвестные займы онлайн на карту займ на карту маэстро онлайн мгновенно</a>\r\n \r\nдолгосрочные онлайн займы с ежемесячным платежом\r\nзайм онлайн 100 процентов одобрения\r\nоформить онлайн займ без процентов\r\n \r\n<a href=https://ok.ru/vsezaymyde/topic/155265448778539>займ онлайн на месяц без процентов онлайн займ 100 одобрение</a>', ''),
(6742, 1, 964, '1', 'Alfonsorab', ''),
(6743, 1, 964, '2', 'Alfonsorab', ''),
(6744, 1, 964, '3', '14@catbegemot.ru', ''),
(6745, 1, 964, '4', '(270) 734-1553', ''),
(6746, 1, 964, '5', 'google', ''),
(6747, 1, 964, '6', 'Магазин спецодежды', ''),
(6748, 1, 964, '7', '<a href=http://specodegdaoptom.ru/>магазин спецодежды в коломне</a> \r\n<a href=http://specodegdaoptom.ru>http://www.specodegdaoptom.ru</a> \r\n<a href=https://pr-cy.ru/jump/?url=http://specodegdaoptom.ru/>https://google.fm/url?q=http://specodegdaoptom.ru/</a>', ''),
(6749, 1, 965, '1', 'GeorgecrotO', ''),
(6750, 1, 965, '2', 'GeorgecrotO', ''),
(6751, 1, 965, '3', 'm92bc@course-fitness.com', ''),
(6752, 1, 965, '4', '(547) 702-1630', ''),
(6753, 1, 965, '5', 'google', ''),
(6754, 1, 965, '6', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包', ''),
(6755, 1, 965, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(6756, 1, 966, '1', 'Mike', ''),
(6757, 1, 966, '2', 'Mike', ''),
(6758, 1, 966, '3', 'no-replyPovaTasy@gmail.com', ''),
(6759, 1, 966, '4', '(744) 474-2661', ''),
(6760, 1, 966, '5', 'google', ''),
(6761, 1, 966, '6', 'Local SEO for more business', ''),
(6762, 1, 966, '7', 'Greetings \r\n \r\nWe will enhance your Local Ranks organically and safely, using only whitehat methods, while providing Google maps and website offsite work at the same time. \r\n \r\nPlease check our plans here, we offer Local SEO at cheap rates. \r\nhttps://speed-seo.net/product/local-seo-package/ \r\n \r\nNEW: \r\nhttps://www.speed-seo.net/product/zip-codes-gmaps-citations/ \r\n \r\nregards \r\nMike  \r\nSpeed SEO Digital Agency', ''),
(6763, 1, 967, '1', 'Davidemica', ''),
(6764, 1, 967, '2', 'Davidemica', ''),
(6765, 1, 967, '3', 'lesha.pavlov.77@list.ru', ''),
(6766, 1, 967, '4', '(120) 442-6345', ''),
(6767, 1, 967, '5', 'google', ''),
(6768, 1, 967, '6', 'Салон Маникюра И Педикюра', ''),
(6769, 1, 967, '7', 'В нашем салоне работают профессиональные стилисты, которые сделают великолепную стрижку, укладку, моделирование или выпрямление волос, учитывая все пожелания клиента <a href=https://salon-creativ-msk.ru/>Тонированные Волосы </a>\r\n   А стилисты помогут вам подобрать новый образ, чтобы удивлять и радовать окружающих <a href=https://salon-creativ-msk.ru/uslugi/spa-protsedury-2>аппараты для лица </a>\r\n \r\nВ салоне красоты и эстетической медицины  Вы сможете воспользоваться  полным комплексом услуг и процедур, которые  сделают вашу внешность идеальной <a href=https://salon-creativ-msk.ru/>Аппаратная Косметология </a>\r\n \r\nСфера деятельности предприятия: САЛОНЫ КРАСОТЫВ случае, если информации, представленной на этой странице, недостаточно - вы можете найти похожие организации, а также предлагающие сходную или аналогичную продукцию или услуги предприятия и компании в рубрике  нашего справочника <a href=https://salon-creativ-msk.ru/uslugi/spa-protsedury-10>что такое тонирование волос </a>\r\n  Схема проезда САЛОН КРАСОТЫ на карте \r\nИ вот 9 месяцев беременности уже позади и хочется привести свое тело, волосы и кожу в порядок <a href=https://salon-creativ-msk.ru/uslugi/spa-protsedury-10>химия локонами </a>\r\n   Казалось бы, найти салон красоты нынче нетрудно <a href=https://salon-creativ-msk.ru/uslugi/spa-protsedury-10>химия на волосы </a>\r\n   И действительно, реклама подобных заведений – на каждом шагу, а на любой более или менее оживленной улице стоит оглянуться, и тут же видишь одну или две вывески, а порой и гораздо больше <a href=https://salon-creativ-msk.ru/>Прямая Химия </a>\r\n   Однако выбрать из всего этого разнообразия то, что и бюджет ваш не подорвет, и удовлетворит качеством оказываемых услуг, бывает не так-то просто <a href=https://salon-creativ-msk.ru/>Хим Завивка Волос </a>\r\n   Даже если вы искусственно ограничите район поисков территориально, например, создав в любой поисковой системе запрос по Москве \r\n• Уровень сложности заказанной процедуры - наши мастера принимаются даже за самые сложные случаи, будь-то очень поврежденные волосы или ярко выраженные мимические морщины, требующие применения методов эстетической косметологии <a href=https://salon-creativ-msk.ru/>В Парикмахерскую </a>\r\n   В нашем салоне вы сможете воспользоваться широчайшим перечнем услуг, которые помогут вам ощутить себя настоящей принцессой <a href=https://salon-creativ-msk.ru/uslugi/spa-protsedury-6>все о депиляции </a>\r\n   С учетом сложности, проводимых процедур, стоимость наших услуг максимально демократична <a href=https://salon-creativ-msk.ru/uslugi/usluga-1>парихмастерская </a>\r\n \r\nНезависимо от вашего пола, возраста, профессии ваши руки всегда должны иметь если не ухоженный, то, в конце концов, аккуратный вид <a href=https://salon-creativ-msk.ru/uslugi/nogtevye-studii>студия маникюра и педикюра </a>\r\n   Маникюр – это вовсе не пижонство и не дань моде, а способ поддерживать здоровье ваших ногтей и пальцев <a href=https://salon-creativ-msk.ru/uslugi/usluga-1>парикмахерский салон красоты </a>\r\n   На сегодняшний день самым популярным способом ухода за руками является классический, или обрезной, маникюр, и подходит он абсолютно всем – и женщинам, и мужчинам <a href=https://salon-creativ-msk.ru/uslugi/massazhy>массажные салоны в москве </a>', ''),
(6770, 1, 968, '1', 'PhillipCurse', ''),
(6771, 1, 968, '2', 'PhillipCurse', ''),
(6772, 1, 968, '3', 'stepan_petrov_1999@list.ru', ''),
(6773, 1, 968, '4', '(431) 875-7162', ''),
(6774, 1, 968, '5', 'google', ''),
(6775, 1, 968, '6', 'Погоны И Звания', ''),
(6776, 1, 968, '7', 'Спецодежда относится к  (СИЗ) <a href=https://ratnik.su/product-category/suvenirnaya-produkciya>нашивки на куртку </a>\r\n   Она разработана не для отличий или идентификации, а прежде всего для обеспечения безопасности при совершении трудовой деятельности <a href=https://ratnik.su/product-category/formennaya-i-specialnaya-odezhda/galstuki>как выглядят погоны </a>\r\n   Спецодежда () призвана осуществлять профилактику повреждения здоровья работников, если особенности их профессии могут такое спровоцировать <a href=https://ratnik.su/product-category/zhetony/zhetony-smola>звания солдат </a>\r\n \r\nСогласно ст <a href=https://ratnik.su/product-category/formennaya-i-specialnaya-odezhda/galstuki>форменная одежда </a>\r\n   19 Закона N 2487-1 граждане, занимающиеся частной охранной деятельностью, подлежат страхованию на случай гибели, получения увечья или иного повреждения здоровья в связи с оказанием ими охранных услуг в порядке, установленном законодательством РФ <a href=https://ratnik.su/product-category/snaryazhenie/flyagi-kotelki>воинские звания погоны </a>\r\n   Указанное страхование граждан, занимающихся частной охранной деятельностью, осуществляется за счет средств соответствующей охранной организации и включается в состав ее затрат <a href=https://ratnik.su/product-category/snaryazhenie>фляжка для алкоголя </a>\r\n \r\nТиповые нормы бесплатной выдачи сертифицированных спецодежды, спецобуви и других средств индивидуальной защиты работникам сквозных профессий и должностей всех отраслей экономики (утв <a href=https://ratnik.su/product-category/formennaya-i-specialnaya-odezhda/zhilety>шеврон на заказ </a>\r\n   Приказом Минздравсоцразвития России от 01 <a href=https://ratnik.su/product-category/formennaya-i-specialnaya-odezhda/odezhda-dlya-ohoty-rybalki-turizma-i-t-d>шевроны </a>\r\n  10 <a href=https://ratnik.su/product-category/snaryazhenie/izdeliya-iz-kozhi>обложка на документы </a>\r\n  2008 N 541н) (далее - Приказ N 541н) \r\n<a href=https://ratnik.su/product-category/nagrudnye-znaki-znachki-medali/nagrudnye-znaki-znachki-metallicheskie-ob-okonchanii-uchebnyh-zavedenij>нагрудный значок </a>\r\n   Комплекты медицинских костюмов для женщин состоят из приталенных и свободных жакетов, брюк, сарафанов, туник и юбок <a href=https://ratnik.su/product-category/formennaya-i-specialnaya-odezhda/rubashki-formennye>воинские </a>\r\n   Ассортимент мужских костюмов включает халаты и жакеты с длинным/коротким рукавом и брюки <a href=https://ratnik.su/product-category/snaryazhenie/izdeliya-iz-kozhi>экипировка военная </a>\r\n \r\nРазнообразие структурных элементов общей полиции и соответственно их форменной одежды проистекало не только из различий чисто функционального характера (городская, земская, уездная, дворцовая, речная, сыскная и т <a href=https://ratnik.su/product-category/formennaya-i-specialnaya-odezhda/formennaya-odezhda>купить нашивки </a>\r\n  д <a href=https://ratnik.su/product-category/suvenirnaya-produkciya/podarochnye-nabory>сержант погоны </a>\r\n  ), но и было связано с неоднородностью самой Российской империи <a href=https://ratnik.su/product-category/nagrudnye-znaki-znachki-medali/nagrudnye-znaki-znachki-zalivka-smoloj>пряжки на ремень </a>\r\n   Полицейское управление в национальных окраинах зачастую довольно сильно отличалось от полицейского управления в метрополии, когда на местах сохранялись рудименты прежних правовых систем <a href=https://ratnik.su/product-category/nagrudnye-znaki-znachki-medali/udostovereniya-k-medalyam-i-nagrudnym-znakam>звания и звезды на погонах </a>\r\n   При этом не надо забывать о процессе русификации и унификации империи, который на протяжении XIX в <a href=https://ratnik.su/product-category/nagrudnye-znaki-znachki-medali/prochie-znaki-znachki-medali-ohota-rybalka-kopii-znakov-sport>компасы купить </a>\r\n   только набирал всё большие и большие обороты <a href=https://ratnik.su/product-category/snaryazhenie/prochee-voennoe-imushhestvo>военное звание </a>\r\n   Дополнительное своеобразие униформы отдельных полицейских частей вносило их подчинённость военному ведомству <a href=https://ratnik.su/>Жетоны </a>\r\n   Это, прежде всего, полиция военных поселений и полиция в Туркестанском крае <a href=https://ratnik.su/product-category/nagrudnye-znaki-znachki-medali/nagrudnye-znaki-znachki-metallicheskie-fsb-fso-ps-mchs-fsin-prokuratura-i-t-d>котелок купить </a>\r\n \r\nБольшинство ведомств и министерств имело специальную парадную форму, но только для лиц с IV класса и выше, то есть от имеющих звание действительного статского советника до действительного тайного советника <a href=https://ratnik.su/product-category/soputstvujushhie-tovary>погоны и звания </a>\r\n   Остальные чиновники в торжественных случаях носили обычную форму, но с некоторыми дополняющими деталями <a href=https://ratnik.su/product-category/formennaya-i-specialnaya-odezhda/formennaya-odezhda>воинские звания в российской армии </a>', ''),
(6777, 1, 969, '1', 'ThomasJal', ''),
(6778, 1, 969, '2', 'ThomasJal', ''),
(6779, 1, 969, '3', 'lidiya_efimova_1979@list.ru', ''),
(6780, 1, 969, '4', '(332) 548-1476', ''),
(6781, 1, 969, '5', 'google', ''),
(6782, 1, 969, '6', 'линия производства', ''),
(6783, 1, 969, '7', 'Развесить их на елку на Новый год 2020 можно как в одиночном порядке, так и собрав вместе по несколько штук <a href=https://solyariswell.com/catalog/24-ru/oborudovanie-dlya-proizvodstva/stanki-dlya-proizvodstva/peremotochno-namotochnye-stanki/10-peremotochno-namotochnyj-stanok-pm-1>вытворчасці туалетнай паперы </a>\r\n   Если на празднике будут проводиться конкурсы для детей, можно использовать как раз эти поделки <a href=https://solyariswell.com/catalog/26-ru/oborudovanie-dlya-proizvodstva/stanki-dlya-proizvodstva/stanki-dlya-proizvodstva-kartonnykh-vtulok/25-universalnyj-vtulochnyj-stanok-vt-42>производство туалетной бумаги как бизнес </a>\r\n   В них нужно положить настоящие конфеты или другие угощения <a href=https://solyariswell.com/>ўпаковачныя станкі </a>\r\n \r\nВ завершение процесса на бумагу наносится необходимое теснение, она режется на мелкие рулончики и упаковывается <a href=https://solyariswell.com/catalog/25-ru/oborudovanie-dlya-proizvodstva/stanki-dlya-proizvodstva/stanki-dlya-rezki-logov/27-otreznoj-stanok-lentochnaya-pila-pl-41-pl-45>вытворчыя лініі </a>\r\n   Готовые рулоны взвешиваются, упаковываются в коробки и отправляются потребителю <a href=https://solyariswell.com/catalog/27-ru/oborudovanie-dlya-proizvodstva/stanki-dlya-proizvodstva/stanki-dlya-upakovki-bumazhnoj-produktsii/79-upakovochnyj-stanok-us-5tt>кагаз громметтер </a>\r\n \r\nСумма заказаЦена товараот 1000 руб260 руб <a href=https://solyariswell.com/catalog/24-ru/oborudovanie-dlya-proizvodstva/stanki-dlya-proizvodstva/peremotochno-namotochnye-stanki/16-peremotochno-namotochnyj-stanok-pm-2m>втулки для бумаги </a>\r\n  от 3000 руб253 руб <a href=https://solyariswell.com/catalog/15-ru/oborudovanie-dlya-proizvodstva/avtomatizatsiya-proizvodstva/poluavtomaticheskie-linii/32-proizvodstvennaya-liniya-2>вытворчая лініі </a>\r\n  от 10000 руб233 руб <a href=https://solyariswell.com/>автоматтык машиналар </a>\r\n  от 15000 руб227 руб <a href=https://solyariswell.com/catalog/26-ru/oborudovanie-dlya-proizvodstva/stanki-dlya-proizvodstva/stanki-dlya-proizvodstva-kartonnykh-vtulok/26-universalnyj-vtulochnyj-stanok-hm-45>вытворчая лініі </a>\r\n  от 25000 руб223 руб <a href=https://solyariswell.com/catalog/14-ru/oborudovanie-dlya-proizvodstva/avtomatizatsiya-proizvodstva/avtomaticheskie-linii/11-avtomaticheskaya-liniya-alpb-1>вытворчасць туалетнай паперы </a>\r\n  от 40000 руб213 руб <a href=https://solyariswell.com/catalog/27-ru/oborudovanie-dlya-proizvodstva/stanki-dlya-proizvodstva/stanki-dlya-upakovki-bumazhnoj-produktsii/31-upakovochnyj-stanok-us-5t>папера-аснова </a>\r\n  от 60000 руб203 руб <a href=https://solyariswell.com/catalog/26-ru/oborudovanie-dlya-proizvodstva/stanki-dlya-proizvodstva/stanki-dlya-proizvodstva-kartonnykh-vtulok/26-universalnyj-vtulochnyj-stanok-hm-45>туалетная папера вытворчасць </a>\r\n  от 95000 руб200 руб <a href=https://solyariswell.com/catalog/15-ru/oborudovanie-dlya-proizvodstva/avtomatizatsiya-proizvodstva/poluavtomaticheskie-linii/32-proizvodstvennaya-liniya-2>ўпаковачныя станкі </a>\r\n \r\nПользуясь туалетной бумагой каждый день, мало кто задумывается о том, как же делают этот популярный продукт <a href=https://solyariswell.com/catalog/15-ru/oborudovanie-dlya-proizvodstva/avtomatizatsiya-proizvodstva/poluavtomaticheskie-linii/34-proizvodstvennaya-liniya-4>станок туалетная папера </a>\r\n   По причине повышенного спроса на туалетную бумагу, появляется всё больше больших и малых предприятий, занимающихся её производством <a href=https://solyariswell.com/catalog/27-ru/oborudovanie-dlya-proizvodstva/stanki-dlya-proizvodstva/stanki-dlya-upakovki-bumazhnoj-produktsii/79-upakovochnyj-stanok-us-5tt>вытворца туалетнай </a>\r\n   Даже несмотря на огромную конкуренцию в этой области, производство туалетной бумаги по-прежнему остаётся очень выгодным и рентабельным делом <a href=https://solyariswell.com/catalog/27-ru/oborudovanie-dlya-proizvodstva/stanki-dlya-proizvodstva/stanki-dlya-upakovki-bumazhnoj-produktsii/79-upakovochnyj-stanok-us-5tt>производитель туалетной бумаги </a>\r\n \r\nДанный процесс был описан для туалетной бумаги которую изготавливают из бумажной основы <a href=https://solyariswell.com/catalog/14-ru/oborudovanie-dlya-proizvodstva/avtomatizatsiya-proizvodstva/avtomaticheskie-linii/11-avtomaticheskaya-liniya-alpb-1>завод туалетной бумаги </a>\r\n   Если же делать бумагу из макулатуры, то: макулатура измельчается, промывается, сушится и с нее снимается бумажная лента <a href=https://solyariswell.com/catalog/26-ru/oborudovanie-dlya-proizvodstva/stanki-dlya-proizvodstva/stanki-dlya-proizvodstva-kartonnykh-vtulok/25-universalnyj-vtulochnyj-stanok-vt-42>лінія вытворчасці </a>\r\n   Но еще раз следует отметить, что это требует дополнительных затрат <a href=https://solyariswell.com/catalog/17-ru/oborudovanie-dlya-proizvodstva/netkannye-materialy/42-avtomaticheskij-stanok-pnm-1>станок туалетная папера </a>\r\n \r\nКартон с серым оборотом (кроме используемого для письма, печати или прочих графических целей), мелованный каолином или прочими неорганическими веществами', ''),
(6784, 1, 970, '1', 'Gregoryswoli', ''),
(6785, 1, 970, '2', 'Gregoryswoli', ''),
(6786, 1, 970, '3', 'tema.danilov.1969@inbox.ru', ''),
(6787, 1, 970, '4', '(673) 140-4521', ''),
(6788, 1, 970, '5', 'google', ''),
(6789, 1, 970, '6', 'Заказать Кубки И Медали', ''),
(6790, 1, 970, '7', 'Изначально хрусталь представляет собой довольно мягкий и хрупкий материал, который необходимо подвергать алмазной огранке <a href=https://ruscrystal.com/page/27>корпоративные подарки партнерам </a>\r\n   Но предварительно каждое изделие следует обработать с помощью крутящихся алмазных искусственных кругов, и лишь потом заполировать кислотами <a href=https://ruscrystal.com/page/150>хрустальные фужеры и рюмки </a>\r\n \r\nПервые упоминания о производстве стекла на территориях современной Чехии восходят к 12-13 векам <a href=https://ruscrystal.com/page/117>оригинальные подарки партнерам </a>\r\n   Изделия, которые пытались делать в те времена, были достаточно примитивны, но постепенно квалификация специалистов росла, а эксперименты в технологиях производства помогли Чешским мастерам к концу 16 и началу 17 веков добиться огромных успехов <a href=https://ruscrystal.com/page/87>хрустальные рюмки для водки </a>\r\n \r\n\r\nПри сравнении похожих изделий из кристаллита (кристалайта) и хрусталя 24% чувствуется разница в весе изделий (хрусталь имеет большую массивность из-за присутствия оксида свинца) и в преломлении и игре света, где хрусталь выгодно отличается от изделий из стекла и сверкает как ювелирное изделие <a href=https://ruscrystal.com/page/699>производство рассеивателей </a>\r\n \r\nЕсли на вазе для цветов образовался белый налет от жесткой воды, его можно удалить с помощью органических кислот: уксусной, лимонной, щавелевой <a href=https://ruscrystal.com/page/812>кубки купить </a>\r\n   Раствор должен быть умеренно кислым <a href=https://ruscrystal.com/page/94>хрусталь магазин бокалы </a>\r\n \r\nСуществует несколько разновидностей горного хрусталя, из которых чаще всего встречается дымчатый хрусталь, розовый кварц и цитрин <a href=https://ruscrystal.com/page/87>Большая люстра дизайнерская производство </a>\r\n   Эти камни по своей природе родственны сапфиру, с которым обладают идентичными свойствами <a href=https://ruscrystal.com/page/535>мальцовский хрусталь </a>', ''),
(6791, 1, 971, '1', 'Danielmip', ''),
(6792, 1, 971, '2', 'Danielmip', ''),
(6793, 1, 971, '3', 'rustam.filippov.82@bk.ru', ''),
(6794, 1, 971, '4', '(660) 672-1861', ''),
(6795, 1, 971, '5', 'google', ''),
(6796, 1, 971, '6', 'Ремонт Сколов', ''),
(6797, 1, 971, '7', 'Изначально проводим тщательный осмотр, по результатам которого составляем оценку степени повреждения <a href=https://stostekol.ru/>Ремонт Лобового Стекла </a>\r\n   Для этого пользуемся зеркалом и засветкой фонарем <a href=https://stostekol.ru/zamena-avtostyokol/>ремонт автостёкол </a>\r\n \r\nНаша компания занимается не только ремонтом автомобильных стекол, в спектр нашей деятельности так же входит  на любые марки машин известных на территории России и стран СНГ <a href=https://stostekol.ru/zamena-avtostyokol/>стекла лобовые </a>\r\n   Кроме того по необходимости, нами может быть осуществлена  в любой регион России <a href=https://stostekol.ru/remont-avtostyokol/>замена автостекол </a>\r\n   Мы гарантируем качество продукции, так как работаем только с известными производителями, которые хорошо себя зарекомендовали на рынке <a href=https://stostekol.ru/zamena-avtostyokol/>ремонт автомобильных стекол </a>\r\n   В нашей компании работают квалифицированные мастера, готовые справиться с любой поставленной перед ними задачей <a href=https://stostekol.ru/>Ремонт Сколов На Лобовом Стекле </a>\r\n   Даже если она будет такой сложной как замена или ремонт автомобильных стекол <a href=https://stostekol.ru/zamena-avtostyokol/>лобовые стекла </a>', ''),
(6798, 1, 972, '1', 'Daviddup', ''),
(6799, 1, 972, '2', 'Daviddup', ''),
(6800, 1, 972, '3', '15@catbegemot.ru', ''),
(6801, 1, 972, '4', '(556) 130-1615', ''),
(6802, 1, 972, '5', 'google', ''),
(6803, 1, 972, '6', 'Этапы асфальтирования дорог', ''),
(6804, 1, 972, '7', '<a href=https://dorog-asfaltirovanie.ru/>асфальтирование дорог</a> \r\n<a href=http://www.dorog-asfaltirovanie.ru>http://www.dorog-asfaltirovanie.ru</a> \r\n<a href=http://sat.issprops.com/?URL=https://dorog-asfaltirovanie.ru/>https://www.bellin.org/?URL=https://dorog-asfaltirovanie.ru/</a>', ''),
(6805, 1, 973, '1', 'KevinVef', ''),
(6806, 1, 973, '2', 'KevinVef', ''),
(6807, 1, 973, '3', 'no-replyIrorieGork@gmail.com', ''),
(6808, 1, 973, '4', '(085) 573-2826', ''),
(6809, 1, 973, '5', 'google', ''),
(6810, 1, 973, '6', 'Do you know about Tentacle Porn?', ''),
(6811, 1, 973, '7', 'This site makes the best pornstars in the world fucking with aliens. \r\nCheck it out: HENTAIED https://bit.ly/3vl55s7', ''),
(6812, 1, 974, '1', 'Nell', ''),
(6813, 1, 974, '2', 'Nell', ''),
(6814, 1, 974, '3', 'veronika@baspol.cz', ''),
(6815, 1, 974, '4', '(716) 558-3218', ''),
(6816, 1, 974, '5', 'Nell Gamble', ''),
(6817, 1, 974, '6', 'Home - GangaGen', ''),
(6818, 1, 974, '7', 'Hey there \r\n\r\nI understand that you are looking for ways to improve your posture and contribute to a healthy lifestyle. I think our product, Medico Postura™ Body Posture Corrector, can be of great help.\r\n\r\nMedico Postura™ helps improve your posture INSTANTLY. It is an easy-to-use device that you can wear at home, work, or even when you are sleeping.\r\n\r\nIt is made of lightweight and breathable fabric, making it comfortable to wear all day long.\r\n\r\nGet it today while it\'s still 60% OFF: https://medicopostura.com   \r\n\r\nFREE Shipping - TODAY ONLY!\r\n\r\nAll the best, \r\n\r\nNell', ''),
(6819, 1, 975, '1', 'Bruno', ''),
(6820, 1, 975, '2', 'Lopes', ''),
(6821, 1, 975, '3', 'brunoldlopez@gmail.com', ''),
(6822, 1, 975, '4', '(075) 527-0914', ''),
(6823, 1, 975, '5', 'University', ''),
(6824, 1, 975, '6', 'Phages', ''),
(6825, 1, 975, '7', 'Hi,\r\nI was wondering if you have any phages for Campylobacter/Acinetobacter/Pseudomonas. I would be happy to study them. I am a PI based in the UK. My research publications are listed here\r\nhttps://scholar.google.com/citations?user=DKcFN7oAAAAJ&hl=en\r\nMany thanks,\r\nBruno', ''),
(6826, 1, 976, '1', 'Sdvillreich', ''),
(6827, 1, 976, '2', 'Sdvillreich', ''),
(6828, 1, 976, '3', 'revers@o5o5.ru', ''),
(6829, 1, 976, '4', '(510) 824-4654', ''),
(6830, 1, 976, '5', 'google', ''),
(6831, 1, 976, '6', 'фенбендазол в новосибирске', ''),
(6832, 1, 976, '7', '<a href=https://chimmed.ru/products/laboratory_equipment/?group=%D0%9C%D0%B5%D1%88%D0%B0%D0%BB%D0%BA%D0%B8+%D0%B2%D0%B5%D1%80%D1%85%D0%BD%D0%B5%D0%BF%D1%80%D0%B8%D0%B2%D0%BE%D0%B4%D0%BD%D1%8B%D0%B5+%D0%B4%D0%BE+100+%D0%BB>мешалка верхнеприводная армед jj 1 </a> \r\nTegs: мешалка верхнеприводная лабораторная  https://chimmed.ru/products/laboratory_equipment/?group=%D0%9C%D0%B5%D1%88%D0%B0%D0%BB%D0%BA%D0%B8+%D0%B2%D0%B5%D1%80%D1%85%D0%BD%D0%B5%D0%BF%D1%80%D0%B8%D0%B2%D0%BE%D0%B4%D0%BD%D1%8B%D0%B5+%D0%B4%D0%BE+100+%D0%BB  \r\n \r\n<u>фенбендазол </u> \r\n<i>фенбендазол альбендазол </i> \r\n<b>фенбендазол ветеринария </b>', ''),
(6833, 1, 977, '1', 'Jeffrey Brown', ''),
(6834, 1, 977, '2', 'Jeffrey Brown', ''),
(6835, 1, 977, '3', 'jefferybrown012l@gmail.com', ''),
(6836, 1, 977, '4', '(461) 385-4360', ''),
(6837, 1, 977, '5', 'google', ''),
(6838, 1, 977, '6', 'Have a question for you.', ''),
(6839, 1, 977, '7', 'Hello \r\n \r\nI just wanted to see if you would be open to getting a Full-Time Virtual Assistant for one week FREE, and the best part is, there is no obligation to continue, and no credit card or payment required to try us out. \r\n \r\nPlus! If you decide to move forward after the one-week trial period, we have plans starting at just a few hundred dollars a month for a part-time assistant. That’s about the same you spend on coffee for 2 each month. \r\n \r\nBut this offer is only good this week, for the first 20 clients, so you need to claim your Virtual Assistant Now, before you miss out. \r\n \r\nClick Here to Get Started   (   https://va.yodaddyapps.com/myaa-va-8338   ) \r\n \r\nOur Virtual Assistants Can: \r\n \r\n•	Handle a variety of tasks and projects for you so that your day is more productive \r\n•	Follow up on internal/external resources to ensure that there is daily progress \r\n•	Give you back time to focus on building your business instead of admin tasks \r\n \r\n... and much, MUCH more! \r\n \r\nImagine for a minute, if you can get the help you need to manage your day-to day task and ongoing projects at a fraction of the cost of hiring an onsite assistant. \r\n \r\nClick Here to Get Started  (   https://va.yodaddyapps.com/myaa-va-8338   ) \r\n \r\nBest, \r\n \r\nJeffrey Brown', ''),
(6840, 1, 978, '1', 'DavidUsems', ''),
(6841, 1, 978, '2', 'DavidUsems', ''),
(6842, 1, 978, '3', 'a.g.a.f.a.n.g.el.p.a.s.h.k.e.v.ich@gmail.com', ''),
(6843, 1, 978, '4', '(336) 663-8454', ''),
(6844, 1, 978, '5', 'google', ''),
(6845, 1, 978, '6', 'herbal beauty tips', ''),
(6846, 1, 978, '7', 'herbal digestive enzymes  <a href=  > https://www.myinfer.com/services/healthcare/anchal/comprar-concerta-ritalin-online-sin-receta_i28655 </a>  remedies for gastric  <a href= https://xanax-no.yeshbe.com > https://xanax-no.yeshbe.com </a>  sunburnt skin remedy', ''),
(6847, 1, 979, '1', 'DashWovacy', ''),
(6848, 1, 979, '2', 'DashWovacy', ''),
(6849, 1, 979, '3', 'info@prefabricated-hangar.com', ''),
(6850, 1, 979, '4', '(820) 407-4343', ''),
(6851, 1, 979, '5', 'google', ''),
(6852, 1, 979, '6', 'быстровозводимые здания', ''),
(6853, 1, 979, '7', 'Быстровозводимое ангары от производителя: <a href=http://bystrovozvodimye-zdanija.ru/>https://bystrovozvodimye-zdanija.ru/</a> - строительство в короткие сроки по минимальной цене с вводов в эксплуатацию! \r\n<a href=https://google.co.ls/url?q=http://bystrovozvodimye-zdanija-moskva.ru>https://google.co.ls/url?q=http://bystrovozvodimye-zdanija-moskva.ru</a>', ''),
(6854, 1, 980, '1', 'Jamespex', ''),
(6855, 1, 980, '2', 'Jamespex', ''),
(6856, 1, 980, '3', 'al.m.af.o.st.e.r.b.er.g.@gmail.com', ''),
(6857, 1, 980, '4', '(027) 401-2077', ''),
(6858, 1, 980, '5', 'google', ''),
(6859, 1, 980, '6', 'Guess the score of a soccer or basketball game and get some money - honest deal! Test your luck!', ''),
(6860, 1, 980, '7', 'Do you think you\'re a lucky person? Guess the score of a football or hockey game on the first decentralized sports-betting platform https://bit.ly/3IwTHPi and get some easy money! \r\nWe offer anonymous, transparent and honest betting and direct payouts to the user\'s account.', ''),
(6861, 1, 981, '1', 'christioa11', ''),
(6862, 1, 981, '2', 'christioa11', ''),
(6863, 1, 981, '3', 'etta@ayumu51.officemail.in.net', ''),
(6864, 1, 981, '4', '(013) 541-5348', ''),
(6865, 1, 981, '5', 'google', ''),
(6866, 1, 981, '6', 'New sexy website is available on the web', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(6867, 1, 981, '7', 'Scandal porn galleries, daily updated lists\r\nhttp://avatarporncomixdenmark.energysexy.com/?katherine \r\n lesbian mature porn sites xhamster russian mom porn vidoes vintage orgy porn porn of all ages brandi belle porn star biography', ''),
(6868, 1, 982, '1', 'DominicKar', ''),
(6869, 1, 982, '2', 'DominicKar', ''),
(6870, 1, 982, '3', 'valeriyfedotov1962@inbox.ru', ''),
(6871, 1, 982, '4', '(321) 302-4108', ''),
(6872, 1, 982, '5', 'google', ''),
(6873, 1, 982, '6', 'Строительства Дома', ''),
(6874, 1, 982, '7', 'В маленьком помещение особо не разгуляешься, что не так плохо для любителей минимализма <a href=https://sferahome.ru/>Дизайн Интерьер </a>\r\n   Для расширения пространства можно использовать локальное освещение <a href=https://sferahome.ru/>Дизайн И Интерьер </a>\r\n   Люстра на потолке, возможно точечные светильники, расположенные на дополнительном уровне <a href=https://sferahome.ru/dizajn-interera>строительство домов </a>\r\n   То есть сделать потолок двухуровневым с возможностью встраивания дополнительного света <a href=https://sferahome.ru/dizajn-interera>проект дизайн </a>\r\n   Должен быть светильник или торшер для чтения возле кресла <a href=https://sferahome.ru/stroitelstvo>дизайн в квартире </a>\r\n \r\nПреподаватель Центра дополнительного профессионального образования  <a href=https://sferahome.ru/dizajn-interera>дома строительство </a>\r\n   Соколова Татьяна Олеговна является разработчиком методических пособий для обучения студентов <a href=https://sferahome.ru/stroitelstvo>строительства дома </a>\r\n \r\nАрт-деко не обходится без игры бликов на глянцевой поверхности светлой мебели, дизайн квартиры в светлых тонах для такого стиля позволяет усилить экспрессию, подчеркнуть яркие элементы обстановки <a href=https://sferahome.ru/komplektatsiya-i-dekorirovanie>интерьера дизайн </a>\r\n \r\nМы достаточно долго искали дизайнеров, чьи работы понравились бы нам и соответствовали нашему вкусу и желаниям <a href=https://sferahome.ru/stroitelstvo>под ключ дом </a>\r\n   Пытались найти у себя в Литве, но что-то не получалось <a href=https://sferahome.ru/dizajn-interera>дом строить </a>\r\n   Кто-то навязывал нам свой стиль, а нам это не нравилось, кто-то брался за дизайн дома только целиком, а не отдельных помещений, и цена получалась очень высокой <a href=https://sferahome.ru/dizajn-interera>декоре </a>\r\n   После долгих поисков мы наткнулись в интернете на сайт и сразу поняли-это как раз то, что нам нужно <a href=https://sferahome.ru/>Дом Построить </a>\r\n   Тут можно было заказать проект любого помещения любой площади <a href=https://sferahome.ru/dizajn-interera>дизайна </a>\r\n   Все очень понятно с ценой-считаешь квадратуру и платишь сумму в соответствии с размерами <a href=https://sferahome.ru/>Заказать Дом </a>\r\n \r\nСветлые и просторные квартиры-студии – такое жилье всегда пользовалось у россиян особым спросом, особенно это касается представителей творческих профессий <a href=https://sferahome.ru/dizajn-interera>интерьер и дизайн </a>\r\n   Студии не утратили своей популярности за всю историю существования, а на сегодняшний день они составляют достаточно серьезную конкуренцию стандартным  <a href=https://sferahome.ru/>Дизайн Интерьер </a>\r\n   <a href=https://sferahome.ru/dizajn-interera>декор в интерьере </a>\r\n   <a href=https://sferahome.ru/komplektatsiya-i-dekorirovanie>интерьера дизайн </a>\r\n \r\nПолки и стеллажи из лестницы своими руками, идеи из лестницы и стремянки для интерьера гостиной, спальни, кухни, ванной, домашнего офиса - вдохновляйтесь на творчество и дизайн для дома своими руками! Лучшие идеи для интерьера, как использовать лестницу в качестве стеллажа, витрины или полки на лучшем сайте о дизайне интерьеров!)', ''),
(6875, 1, 983, '1', 'JerryFut', ''),
(6876, 1, 983, '2', 'JerryFut', ''),
(6877, 1, 983, '3', 'kristina-bogdanova-1963@inbox.ru', ''),
(6878, 1, 983, '4', '(806) 611-6071', ''),
(6879, 1, 983, '5', 'google', ''),
(6880, 1, 983, '6', 'Строительство Забора', ''),
(6881, 1, 983, '7', 'Основное преимущество ворот из металлопрофиля – небольшой вес конструкции, стоимость изделия, подготовительные работы, доставка и монтаж <a href=https://tegan.ru/sekciya-tegan-2000h2400>забор установить </a>\r\n    В случае установки автоматики – использование менее мощных приводов <a href=https://tegan.ru/ustanovka-montazh>монтаж заборов </a>\r\n \r\nТолковые и энциклопедические словари трактуют понятие  как проем в ограждении или в стене помещения, предназначенный для прохода людей и проезда транспорта, а также сами створки, которыми этот проем закрывается <a href=https://tegan.ru/dlya-proektirovshchikov>ворота на дачу </a>\r\n \r\nМонтаж распашных ворот такого типа прост и занимает всего несколько часов <a href=https://tegan.ru/ograzhdenie-tegoza>поставить забор </a>\r\n   Все трудоемкие процессы (сварка, резка) не нужны, если воспользоваться готовым комплектом от производителя <a href=https://tegan.ru/tegan>строим заборы </a>\r\n \r\nОбновлено 5 мая 2017  <a href=https://tegan.ru/sekciya-tegan-1800h2400>забор на даче </a>\r\n   <a href=https://tegan.ru/tegan>заборы на даче </a>\r\n   <a href=https://tegan.ru/vorota-raspashnye-i-otkatnye>забор на дачу </a>\r\n    9 лет <a href=https://tegan.ru/sekciya-tegan-3000h2500>установка заборов под ключ </a>\r\n   Мы имеем  сотни положительных отзывов и рекомендаций по изготовлению и установке ворот распашных  в Краснодаре  и пригороде <a href=https://tegan.ru/sekciya-tegan-3000h2500>забор для участка </a>\r\n   Наши дизайнеры имеют большой опыт и высочайший  <a href=https://tegan.ru/tegan>заборы под ключ </a>\r\n   <a href=https://tegan.ru/albom-tipovyh-reshenij>заборы для дачи дешево </a>\r\n   <a href=https://tegan.ru/sekciya-tegan-3000h2500>установка заборов под ключ </a>\r\n \r\nНаружная отделка (подробнее): Стальной лист 2 мм ГОСТ 19903-74, грунт-эмаль ХВ-0278 (доступные цвета: коричневый, шоколадный, серый, черный, темно-серый, зеленый) \r\nБезопасность эксплуатации распашных промышленных ворот для въезда на территории обеспечивается проблесковыми маячками, фотоэлементами, концевыми выключателями, а работа при нарушении электроснабжения – простым ручным открыванием <a href=https://tegan.ru/about>заборы москва </a>', ''),
(6882, 1, 984, '1', 'RaymondCak', ''),
(6883, 1, 984, '2', 'RaymondCak', ''),
(6884, 1, 984, '3', 'nikolay-kuzmin-1959@list.ru', ''),
(6885, 1, 984, '4', '(032) 650-6254', ''),
(6886, 1, 984, '5', 'google', ''),
(6887, 1, 984, '6', 'создание ботов', ''),
(6888, 1, 984, '7', 'Привет! Я Суворов Арсений, ученик 10А класса МАОУ СОШ №18 города Тоболска <a href=https://rentabot.ru/>бот </a>\r\n   В свободное от уроков время, я увлекаюсь программированием <a href=https://rentabot.ru/index.php?route=product/product&path=20&product_id=47>онлайн бот </a>\r\n  Я хочу вам представить мой проект, который призван облегчить школьникам жизнь <a href=https://rentabot.ru/index.php?route=product/product&path=20&product_id=34>актуализация баз данных </a>\r\n   ', ''),
(6889, 1, 985, '1', 'DanielLug', ''),
(6890, 1, 985, '2', 'DanielLug', ''),
(6891, 1, 985, '3', 'orlov.daniil.74@mail.ru', ''),
(6892, 1, 985, '4', '(774) 344-5404', ''),
(6893, 1, 985, '5', 'google', ''),
(6894, 1, 985, '6', 'Электрические Водонагреватели', ''),
(6895, 1, 985, '7', 'Конечно, в рейтинге представлены далеко не все достойные модели <a href=https://rusupakten.ru/product-category/air-heaters/>накопительные водонагреватели электрические </a>\r\n   Некоторые из перечисленных выше устройств имеют альтернативные варианты с другими характеристиками или комплектацией <a href=https://rusupakten.ru/product-category/air-heaters/>электрокотлы отопления </a>\r\n   Мощнейшие и высокопроизводительные проточные водонагреватели с питанием от трёхфазной сети (380 вольт) скорее ближе к профессиональному оборудованию <a href=https://rusupakten.ru/products/>обогреватели для дачи </a>\r\n   Они актуальны для установки в новых индивидуальных домах, оборудованных специальными коммуникациями для их подключения <a href=https://rusupakten.ru/product-category/termo/upak/>тен </a>\r\n   Наш же обзор посвящён классическим бытовым приборам <a href=https://rusupakten.ru/product-category/termo/upak/>водонагреватели накопительные купить </a>\r\n \r\nБлагодаря наличию большого ассортимента бойлеров в нашем магазине, консультанты могут подобрать модель, соответствующую выделенному бюджету и желаемым техническим параметрам <a href=https://rusupakten.ru/product-category/termo/upak/>водонагреватели купить </a>\r\n   У нас представлены модели, которые могут обеспечить горячей водой в необходимом объеме различных помещений – от квартир до загородных домов и общественных заведений (питания, социального значения, образовательных и медучреждений) <a href=https://rusupakten.ru/products/>котлы для отопления электрические </a>\r\n \r\nБойлер косвенного нагрева (горизонтальный или вертикальный) крепится на стене <a href=https://rusupakten.ru/product-category/air-heaters/>электрический нагреватель </a>\r\n   Корпус накопителя выполняется из комбинации нержавеющей стали и пластика <a href=https://rusupakten.ru/product-category/termo/>электрический водонагреватель </a>\r\n   Присутствуют элементы обычной крашеной стали <a href=https://rusupakten.ru/product-category/air-heaters/eko/>электрический котел </a>\r\n   При выборе модели на этот фактор можно обратить внимание, так как обычная сталь подвержена коррозии и, чем её меньше – тем больше будет срок службы металлической бочки <a href=https://rusupakten.ru/product-category/electric-heaters/tenb/>водонагреватель </a>\r\n \r\nВ зависимости от того, какова температура воды, объем бака и мощность тэнов водонагревателей, специалисты определяют время нагрева полного объема воды <a href=https://rusupakten.ru/products/>электрический котел </a>\r\n   Так, для баков с объемом до 15 литров для полного нагрева воды понадобится от получаса до сорока минут, для 80-100-литровых - 2-3 часа, для 200-литровых - до 8 часов <a href=https://rusupakten.ru/products/>водонагреватели цены </a>\r\n   В среднем, водонагреватель с горячей водой теряет около 3-4°С от своей первоначальной температуры в сутки <a href=https://rusupakten.ru/product-category/termo/upak/>электрические котлы </a>\r\n \r\nПеред встречей с ЭП Сергей несколько раз уточняет время прибытия поезда из Киева и сверяет его с прогнозом погоды <a href=https://rusupakten.ru/product-category/electric-heaters/skp/>упаковка оборудование </a>\r\n   Ему важно, чтобы было солнце, так он сможет показать, как все работает <a href=https://rusupakten.ru/product-category/air-heaters/kev/>бойлеры цена </a>\r\n   В конце концов, все сложилось как нельзя лучше <a href=https://rusupakten.ru/product-category/electric-heaters/tenp/>электрические проточные водонагреватели </a>\r\n \r\nПоэтому в качестве трубной обвязки водонагревателей нельзя использовать пластиковые (полимерные) трубы и стальные трубы с цинковым покрытием <a href=https://rusupakten.ru/product-category/air-heaters/>калориферы </a>\r\n   Следует применять трубопроводы из меди или нержавеющей стали <a href=https://rusupakten.ru/product-category/air-heaters/eko/>бойлер </a>', ''),
(6896, 1, 986, '1', 'MichaelKah', ''),
(6897, 1, 986, '2', 'MichaelKah', ''),
(6898, 1, 986, '3', 'kseniyagjm@list.ru', ''),
(6899, 1, 986, '4', '(666) 404-6452', ''),
(6900, 1, 986, '5', 'google', ''),
(6901, 1, 986, '6', 'Купить Массив', ''),
(6902, 1, 986, '7', 'Все товары, представленные в каталоге, достойного качества, которое полностью соответствует указанной стоимости <a href=https://store-parket.ru/category/parketnaja-doska/?yclid=1></a>\r\n   В нашем магазине вы можете не только купить недорогой ламинат 34 класса, но и заказать его доставку в Москве и других городах <a href=https://store-parket.ru/category/laminat/?yclid=1></a>\r\n \r\n\r\nЦена ламината за м2Разумная цена ламината за м2 - одно из основных преимуществ для клиентов <a href=https://store-parket.ru/?yclid=1>Массив Купить </a>\r\n   Купить продукцию поможет наш интернет магазин на выгодных условиях <a href=https://store-parket.ru/?yclid=1>Паркет Паркет </a>', ''),
(6903, 1, 987, '1', 'Mike Gilson', ''),
(6904, 1, 987, '2', 'Mike Gilson', ''),
(6905, 1, 987, '3', 'no-replyPovaTasy@gmail.com', ''),
(6906, 1, 987, '4', '(767) 431-4073', ''),
(6907, 1, 987, '5', 'google', ''),
(6908, 1, 987, '6', 'affordable monthly SEO plans', ''),
(6909, 1, 987, '7', 'Howdy \r\n \r\nI have just analyzed  gangagen.com for its SEO Trend and saw that your website could use a boost. \r\n \r\nWe will increase your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our plans here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart enhancing your sales and leads with us, today! \r\n \r\n \r\nregards \r\nMike Gilson\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(6910, 1, 988, '1', 'MikhailRS', ''),
(6911, 1, 988, '2', 'MikhailRS', ''),
(6912, 1, 988, '3', 'rmikhail1985@gmail.com', ''),
(6913, 1, 988, '4', '(122) 666-5042', ''),
(6914, 1, 988, '5', 'google', ''),
(6915, 1, 988, '6', 'Помощь в решении проблем с сайтом', ''),
(6916, 1, 988, '7', 'Здравствуйте. Помогу вам решить проблемы с вашим сайтом. Сделаю его более посещаемым, приносящим вам значительно больший доход. Я успешно занимаюсь сайтами больше семнадцати лет. Работаю качественно, цены небольшие, гарантии результата. \r\n \r\nОсновные области моей деятельности: \r\n \r\n1. Продвижение сайтов в поисковых системах. Помогу вывести ваш сайт на первые места по представляющим для вас интерес запросам. \r\n \r\n2. Внутренняя оптимизация и решение проблем с сайтом. Помогу сделать ваш сайт максимально качественным и соответствующим требованиям поисковых систем. Решу все проблемы (от кода и до дизайна). \r\n \r\n3. Создание сайтов. Занимаюсь созданием сайтов различных типов. \r\n \r\n4. Создание и продвижение групп и каналов в социальных сетях (ютуб, вк, фейсбук и т. д.). \r\n \r\n5. Работа с отзывами. Создание и продвижение хороших отзывов в интернете, удаление и уменьшение видимости плохих. \r\n \r\n6. Существует и многое иное в чем я мог бы вам оказаться полезным. Работаю как с коммерческими, так и с информационными проектами. \r\n \r\nЕсли вас заинтересовало, то пишите мне на почту: rmikhail1985@gmail.com', ''),
(6917, 1, 989, '1', 'Roman', ''),
(6918, 1, 989, '2', 'Torreggiani', ''),
(6919, 1, 989, '3', 'roman.torreggiani@gmail.com', ''),
(6920, 1, 989, '4', '(602) 420-2733', ''),
(6921, 1, 989, '5', 'Roman Torreggiani', ''),
(6922, 1, 989, '6', 'Your Website is At Risk ‼️', ''),
(6923, 1, 989, '7', 'Hey,\r\n\r\nThere are some serious issues with the content on your site.\r\n\r\nI ran a complete scan for you and found that many of your pages are not indexing well because of that. \r\n\r\nHave you checked out jasperbottool.info to help fix this issue? \r\n\r\nPlease let me know I\'m happy to help.\r\n\r\nCheers,\r\nDavid', ''),
(6924, 1, 990, '1', 'zaim#genck[Yxuwoyxoruterece,2,5]', ''),
(6925, 1, 990, '2', 'zaim#genck[Yxuwoyxoruterece,2,5]', ''),
(6926, 1, 990, '3', 'credit.loan.new@gmail.com', ''),
(6927, 1, 990, '4', '(245) 038-8236', ''),
(6928, 1, 990, '5', 'google', ''),
(6929, 1, 990, '6', 'кредитный кредит', ''),
(6930, 1, 990, '7', 'здравствуй.  изысканный -  медиаинформация о мобильные онлайн казино - ИЗУЧИТЕ! \r\nсмотрибельно - узловой: <a href=http://bonusi.tb.ru/zaim>взять займ онлайн</a> \r\nпроглаголавший: \r\n \r\nПо достижению какого возраста можно взять автокредит? \r\n \r\nЗначимо о займах: loan.tb.ru -  микрозайм онлайн - Займ без процентов - Ищите: взять кредит - смотрите: Займ на карту онлайн в Москве до 100 000 руб. ЦБ РФ - Взять займ онлайн на карту мгновенно или наличными в Москве до 100 тысяч - срочно оформить микрозайм на карту без комиссий (есть у 83% МФО). Оформить заявку. Личный кабинет. Заявка на займ на карту. Займы. - займы без карты bistriy zaim online Чусовой \r\n \r\n зы: <a href=http://creditonline.tb.ru/>кредит автомат</a> \r\n \r\nголова: <a href=http://bonuses.turbo.site/>азартный игра</a> \r\n \r\nведущий: <a href=http://bonusi.tb.ru/>ли займ</a> \r\n \r\n прелюбопытно - принципиальнейший: <a href=http://bonusi.tb.ru/kredit>займы без проверок круглосуточно</a> \r\n \r\n  прикольно:<a href=http://slotwins.mya5.ru/>casino controlhistory</a> \r\n \r\n как угодно: <a href=http://credit-online.turbo.site/>ли вернуть страховку при погашении кредита</a> \r\n \r\nсамый значительный: <a href=http://credits.mya5.ru/>какой кредит</a> \r\n \r\nпарадный: <a href=http://credits-online.mya5.ru/>займ онлайн zaym24 online ru</a> \r\n \r\nувлекательно:<a href=http://boosty.to/casino-online>сколько бонусов</a> \r\n \r\n прелюбопытно:<a href=http://vk.com/casino_bez_depozita_2021>казино онлайн бесплатно контрольчестности рф</a> \r\n \r\nжизненно важный: <a href=http://bonus.ru.net/>скачать казино вулкан</a> \r\n \r\nзы...: <a href=http://bonusi.tb.ru/>взятие кредита</a> \r\n \r\n гляди у меня: <a href=http://kredity.tb.ru/>какой выдают кредит</a> \r\nприкольно:<a href=http://boosty.to/casinoonline>хорошо онлайн казино</a> \r\n \r\n зыбай: <a href=http://boosty.to/credits>рассчитать потребительский кредит</a> \r\n \r\nподождите: <a href=http://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-6022fdda9eeef76a6925c6fe>кредит 3 5</a> \r\n \r\nсмотрибельно:<a href=http://boosty.to/casino-online>новое казино 2020 бездепозитный бонус</a> \r\n \r\n зацени: <a href=http://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit>какой срок кредита</a> \r\n \r\nзыбай: <a href=https://user373133.tourister.ru/blog/19226>кредит под залог недвижимости банки</a> \r\n \r\nпарадный: <a href=http://sites.google.com/view/zaimy-tyt/>взять займ онлайн без отказа</a> \r\n \r\nключевой: <a href=https://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b>получение кредита</a> \r\n \r\nhttp://vk.com/dating_website + http://vk.link/dating_website \r\n \r\nhttp://vk.link/credit_online_rf + http://vk.com/credit_online_rf \r\n \r\nhttp://www.facebook.com/CreditOnlineNow  + http://vk.com/strahovanieresospb http://strahovanie-reso.turbo.site/ http://uslugi.yandex.ru/profile/StrakhovanieReso-1656508 http://vk.com/creditsbank http://vk.com/kredity_banki http://vk.com/creditsru http://vk.com/vzyat_kredity http://vk.link/vzyat_kredity http://vk.com/credit_online_rf http://vk.link/credit_online_rf http://vk.com/credit_loan http://vk.link/credit_loan http://vk.link/strahovanieresospb \r\n \r\nhttp://bonusi.tb.ru/| http://bonusi.tb.ru/kredit| http://bonusi.tb.ru/zaim| http://bonusi.tb.ru/bank| http://bonusi.tb.ru/credit-cards|http://bonusi.tb.ru/avtokredit| http://bonusi.tb.ru/ipoteka \r\nhttp://creditonline.tb.ru \r\nhttp://creditonline.tb.ru/microloans \r\nhttp://creditonline.tb.ru/avtokredity \r\nhttp://creditonline.tb.ru/bez-spravok \r\nhttp://creditonline.tb.ru/dengi \r\nhttp://creditonline.tb.ru/banki \r\nhttp://creditonline.tb.ru/kreditnye-karty \r\nhttp://creditonline.tb.ru/potrebitelskie-kredity \r\nhttp://creditonline.tb.ru/refinansirovanie \r\nhttp://creditonline.tb.ru/zajmy-na-kartu \r\nhttp://creditonline.tb.ru/kalkulyator \r\nhttp://creditonline.tb.ru/kreditovanie \r\nhttp://creditonline.tb.ru/debetovye-karty \r\nhttp://creditonline.tb.ru/kredity-nalichnymi \r\nhttp://creditonline.tb.ru/banki-kredity \r\nhttp://creditonline.tb.ru/zaimy \r\nhttp://creditonline.tb.ru/kredity-ru \r\nhttp://creditonline.tb.ru/moskva \r\nhttp://creditonline.tb.ru/lichnyj-kabinet \r\nhttp://creditonline.tb.ru/news \r\nhttp://creditonline.tb.ru/usloviya-kredita \r\nhttp://creditonline.tb.ru/zayavka \r\nhttp://creditonline.tb.ru/vzyat-kredit \r\nhttp://loan.tb.ru/bez-proverok \r\nhttp://loan.tb.ru/bez-procentov \r\nhttp://loan.tb.ru/mikrozajm \r\nhttp://loan.tb.ru/mfo \r\nhttp://loan.tb.ru/online \r\nhttp://loan.tb.ru/na-kartu \r\nhttp://loan.tb.ru \r\nhttp://loan.tb.ru/bistriy \r\nhttp://loan.tb.ru/web-zaim \r\nhttp://loan.tb.ru/zaimy-rf \r\nhttp://loan.tb.ru/zaimy \r\nhttp://credit-online.tb.ru/ \r\nhttp://zajm.tb.ru/ \r\nhttp://boosty.to/creditonline \r\nhttp://boosty.to/zaimy/ \r\nhttp://yandex.ru/collections/user/bonusy2021/zaim-onlain-na-kartu-24-chasa-onlain-zaim-vsia-rossiia/ \r\nhttp://bonusi.tb.ru/refinansirovanie \r\nhttp://bonusi.tb.ru/dengi \r\nhttp://bonusi.tb.ru/mikrozajm \r\nhttp://bonusi.tb.ru/termins \r\nhttp://spark.ru/startup/zajm-zajmi-onlajn \r\nhttp://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b \r\nhttp://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit \r\nhttp://spark.ru/startup/kredit \r\nhttp://spark.ru/startup/credits \r\nhttp://bonusy-2020-onlajjn.tourister.ru/blog/17137 \r\nhttp://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit \r\nhttp://bonusy-2020-onlajjn.tourister.ru/blog/17144 \r\nhttp://bonusy-2020-onlajjn.tourister.ru/blog/17145 \r\nhttp://my.mail.ru/community/credit-online/ \r\nhttp://twitter.com/credit_2021 \r\nhttp://vk.com/credit_loan \r\nhttp://vk.link/credit_loan \r\nhttp://credit-zaim.livejournal.com/ \r\nhttp://www.liveinternet.ru/users/credit-loan/ \r\nhttp://vk.com/creditsbank \r\nhttp://vk.link/creditsbank \r\nhttp://loanonline24.blogspot.com/ \r\nhttp://vk.com/zajmru \r\nhttp://vk.link/zajmru \r\nhttp://goo-gl.ru/credit \r\nhttp://goo-gl.ru/credit \r\nhttp://goo-gl.ru/casino \r\nhttp://goo-gl.ru/casino-online \r\nhttp://goo-gl.ru/casinoonline \r\nhttp://kredity.tb.ru/ \r\nhttp://vk.com/kredity_banki \r\nhttp://vk.link/kredity_banki \r\nhttp://zajmy.tb.ru/ \r\nhttp://vk.link/vzyat_zajmy \r\nhttp://zen.yandex.ru/id/5c913dd978fa7d00b3fd7c3e \r\nhttp://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredity-i-zaimy-g-sochi-60e3799bf71c65151d849b15 \r\nhttp://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/chastnyi-zaim-60670afea773600090aa7448 \r\nhttp://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/vziat-zaim-dengi-onlain-na-kartu-60674e79ee288d4c7c7dbb64 \r\nhttp://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-na-avto-kak-vybrat-605b69c026784c16b82893fb \r\nhttp://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/top-10-mfo-zaimy-bez--604e6c08011181447b02510e \r\nhtt', ''),
(6931, 1, 991, '1', 'ZacharyImmek', ''),
(6932, 1, 991, '2', 'ZacharyImmek', ''),
(6933, 1, 991, '3', 'innasmirnova.li1.992@gmail.com', ''),
(6934, 1, 991, '4', '(524) 023-0825', ''),
(6935, 1, 991, '5', 'google', ''),
(6936, 1, 991, '6', 'Подскажите, где в Барнауле есть доставка вкусной еды пиццы  круглосуточно?', ''),
(6937, 1, 991, '7', 'Доставка еды Барнаул \r\nЗаказали на работу 4 разных вида пицц. Я пробовала 2 вида, цезарь и с курицей и чесноком. Мне понравились обе. Пицца была чуть тёплая, но при этом тесто мягкое, в меру толстое и нормальным количеством начинки. Доставили ровно к назначенному времени. <a href=https://delivery-club.ml/product/aqua-minerale-v-butylke-0-5-l-gaz-ax/>kfc дуэт</a> сайт города барнаула Вкусная шаурма, отличная пицца, в общем нравится весь ассортимент кроме кесадии, она совсем не впечатлила, начинки мало, второй раз точно не возьму <a href=https://burgerkingrus.cf/product/big-king-king-kombo-mm/>сайт бургер кинг меню и цены</a> 5. Научите уже считать тех людей,что комплектует заказы. В сардельках на огне то один хлебец, то два, то три. В пиццах то есть соус, то нет. Определитесь, короче. квадроциклы барнаул', ''),
(6938, 1, 992, '1', 'Kendra', ''),
(6939, 1, 992, '2', 'Hart', ''),
(6940, 1, 992, '3', 'khart@commercialcleanrs.com', ''),
(6941, 1, 992, '4', '(612) 888-8872', ''),
(6942, 1, 992, '5', 'Director of Operations', ''),
(6943, 1, 992, '6', 'Cleaning near you.', ''),
(6944, 1, 992, '7', 'Hi! I\'m in California and would be happy to visit your business and submit a bid for your recurring weekly (or more) janitorial and disinfection needs.  \r\n\r\nWould you like to compare pricing on your office cleaning service?\r\n\r\nI\'d be happy to provide you with a no-obligation quote on your facilities cleaning.\r\n\r\nPlease simply respond and I will send next steps.\r\n\r\nBest,\r\nKendra\r\n\r\nKendra Hart\r\nDirector of Operations\r\nCommercial Cleanrs\r\n(612) 888-8872\r\nkhart@commercialcleanrs.com\r\n\r\nPlease respond with \"Stop\" to opt out.', ''),
(6945, 1, 993, '1', 'Jamesinfum', ''),
(6946, 1, 993, '2', 'Jamesinfum', ''),
(6947, 1, 993, '3', 'vika.dorofeeva.1997@bk.ru', ''),
(6948, 1, 993, '4', '(274) 304-1874', ''),
(6949, 1, 993, '5', 'google', ''),
(6950, 1, 993, '6', 'Поздравления С Днем Рождения Музыкальные', ''),
(6951, 1, 993, '7', 'персонализированные голосовые открытки с днем рождения - именные открытки с обращением  к адресату по имени, список имен впечатляет, есть из чего выбрать \r\nПраздники являются неотъемлемой частью нашей повседневной жизни <a href=https://singingdelivery.ru/repertoire>подарок на юбилей женщине 50 </a>\r\n   Огромный выбор фото праздничных мероприятий и подготовки к ним смотрите здесь, например  <a href=https://singingdelivery.ru/services>подарок на юбилей 60 женщине </a>\r\n   Вы можете выбрать для себя идею праздничного декора, подготовки к церемонии, выбрать наряд или украшения, подобрать праздничную обувь и образ в целом <a href=https://singingdelivery.ru/repertoire>необычный подарок женщине </a>\r\n   Лучшие варианты тортов, капкейков, интерьера и все для создания праздничного настроения для Вас! \r\n\r\nКак же в день рождения мамы, не поздравить ее с этим замечательным праздником? Действительно, это будет подобно преступлению! Благо вы у вас не такие и зашли к нам на сайт, чтобы все-таки не поступать порочно, то есть не оставить вашу мамулю без поздравления <a href=https://singingdelivery.ru/#rec429154834>подарок женщине на 50 летний юбилей </a>\r\n   Ну а мы, со своей стороны, предложим для вашей любимой мамы музыкальную открытку –поздравление <a href=https://singingdelivery.ru/#rec429154834>муз поздравления с днем рождения </a>\r\n   Теперь она не только сможет посмотреть, прочитать, но и послушать музыкальную композицию, приуроченную к этой светлой дате – дню рождения мамы! \r\nДорогая Ксюша,спасибо за Вашу хорошую работу!!!Спасибо огромное,что Вы делаете нам приятно и помогаете сделать приятно своим друзьям и родственникам!!!ТВОРЧЕСКИХ УСПЕХОВ!!!', ''),
(6952, 1, 994, '1', 'MichaelAdach', ''),
(6953, 1, 994, '2', 'MichaelAdach', ''),
(6954, 1, 994, '3', 'evgeniy-vorobyov-1987@list.ru', ''),
(6955, 1, 994, '4', '(132) 673-2040', ''),
(6956, 1, 994, '5', 'google', ''),
(6957, 1, 994, '6', 'Перепланировка Помещений', ''),
(6958, 1, 994, '7', 'Решение администрирующего органа выносится в течение 45 дней <a href=https://www.rvtv.ru/pereplanirovka-nezhilyh-pomeschenii-zdanii.html>проект на перепланировку квартиры </a>\r\n   После принятия решения, в трехдневный срок, заявителя обязаны проинформировать <a href=https://www.rvtv.ru/reconstr.html>перепланировка проекты </a>\r\n   Как правило, просто перезванивают и приглашают прийти за документами <a href=https://rvtv.ru/tekhnicheskoe-zaklyuchenie-pereplanirovki-kvartiry.html>планировка п </a>\r\n   В случае, когда заявитель не приходит, документы могут переслать заказным письмом <a href=https://www.rvtv.ru/rasreshen-pereplan.html>проект для перепланировки </a>\r\n \r\nПосле того, как перепланировка завершена, пригласите специалиста из БТИ <a href=https://www.rvtv.ru/project-pereplan.html>освидетельствование скрытых работ </a>\r\n   Он проверит, все ли соответствует проекту, выполнит необходимые замеры, и на их основании в БТИ изготовят новый техпаспорт <a href=https://www.rvtv.ru/razreshen-stroika.html>перепланировка квартиры москва </a>\r\n   Также надо заказать в кадастровом органе у аттестованных кадастровых инженеров новый техплан квартиры в электронном виде <a href=https://www.rvtv.ru/soglasovan-fasad.html>проекты по перепланировке квартир </a>\r\n \r\nПроводим проектирование, согласование проекта и сдачу работ межведомственной комиссии МВК, дополнительно, проводим строительно-ремонтные и кадастровые работы \r\nСобственник несёт личную ответственность за своё недвижимое имущество, поэтому он вправе вносить несущественные изменения столько, сколько ему захочется: делать ремонт, переставлять мебель, перестилать пол и затягивать потолок <a href=https://www.rvtv.ru/soglasovan-fasad.html>согласование помещений </a>\r\n \r\nПо факту выявления незаконной самовольной планировки согласно ст <a href=https://www.rvtv.ru/project-pereplan.html>цена на перепланировку квартиры </a>\r\n  7 <a href=https://rvtv.ru/razreshen-stroika.html>планировка квартир п-44 </a>\r\n  21 КоАП РФ требуется оплатить штраф, который составляет от 2000 до 2500 рублей <a href=https://www.rvtv.ru/pereplan-nezhil.html>реконструкция или перепланировка </a>\r\n   Если узаконивание перепланировки невозможно, необходимо устранить все изменения, внесенные в первоначальный план квартиры <a href=https://www.rvtv.ru/price.html>мниитэп что это </a>\r\n \r\nCдам однокомнатную квартиру в мкр <a href=https://www.rvtv.ru/razreshen-stroika.html>согласование перепланировка квартир </a>\r\n  Губернский ул <a href=https://www.rvtv.ru/pereplan-nezhil.html>п-3 планировка с размерами </a>\r\n  Земская <a href=https://rvtv.ru/pereplan-nezhil.html>планировки копэ </a>\r\n   Ремонт от застройщика,без мебели <a href=https://www.rvtv.ru/pereplan-nezhil.html>мниитэп что это </a>\r\n  Квартира новая <a href=https://www.rvtv.ru/project-pereplan.html>согласованные перепланировки квартир </a>\r\n   Предпочтительна аренда на короткий срок (от 4 до 6 месяцев) <a href=https://www.rvtv.ru/>Согласование Перепланировки Квартиры </a>', ''),
(6959, 1, 995, '1', 'Brandondit', ''),
(6960, 1, 995, '2', 'Brandondit', ''),
(6961, 1, 995, '3', 'k-fedorova-1987@list.ru', ''),
(6962, 1, 995, '4', '(772) 815-3526', ''),
(6963, 1, 995, '5', 'google', ''),
(6964, 1, 995, '6', 'Строительный Демонтаж', ''),
(6965, 1, 995, '7', 'Плотная застройка жилых и промышленных районов вполне обычна для всего региона <a href=https://ros-musor.ru/services/demontazh-perekrytij/>демонтаж бетонных перекрытий </a>\r\n   В наиболее оживлённых участках практически невозможно найти свободные области <a href=https://ros-musor.ru/>Демонтажные Работы </a>\r\n   По этой причине подрядчикам чаще всего приходится иметь дело с уже имеющимися конструкциями <a href=https://ros-musor.ru/services/demontazh-styazhki/>демонтаж старой стяжки </a>\r\n   Снос таких объектов сам по себе представляет сложную и специфическую задачу, справиться с которой под силу только профильным компаниям <a href=https://ros-musor.ru/demontazh/>стоимость демонтажа </a>\r\n   Демонтаж зданий и сооружений доступен только после тщательного осмотра специалистами, определения характерных особенностей конструкции, замера расстояния до ближайших конструкций <a href=https://ros-musor.ru/services/montazh-zhelezobetonnyx-konstrukcij/>демонтаж железобетона цена за м3 </a>\r\n   На основе собранных данных инженеры разрабатывают наиболее эффективные и продуманные схемы <a href=https://ros-musor.ru/servicestrash/>машины для вывоза мусора </a>\r\n \r\nСегодня на месте старых аварийных сооружений строят новые великолепные жилые и общественные здания, отвечающие всем требованиям современной жизни <a href=https://ros-musor.ru/>Демонтаж Строений </a>\r\n   Однако, прежде чем приступать к новому строительству, необходимо провести качественныедемонтажные работы Ведь устаревшие, разваливающиеся дома выпадают из общей архитектуры города и самое главное опасны для жизни и работы людей <a href=https://ros-musor.ru/>Строительный Мусор Вывоз </a>\r\n \r\nСуществует несколько способов, с помощью которых происходит демонтаж различных зданий и сооружений <a href=https://ros-musor.ru/services/demontazh-styazhki/>демонтаж бетонной стяжки </a>\r\n   Выбор того или иного способа зависит от сложности конструкции, ее размеров и других факторов <a href=https://ros-musor.ru/services/demontazh-perekrytij/>демонтаж перекрытия </a>\r\n   К способам, с помощью которых осуществляется демонтаж, можно отнести ручной, полумеханизированный, механизированный, взрывной, электрогидравлический, термический и комбинированный способы <a href=https://ros-musor.ru/services/montazh-zhelezobetonnyx-konstrukcij/>демонтаж бетонных перекрытий </a>\r\n   Самым трудоемким является демонтаж, проводимый вручную при помощи лома, кирки, кувалды, газорезательных установок и прочих приспособлений <a href=https://ros-musor.ru/>Строительный Демонтаж </a>\r\n   Ручной демонтаж используют при небольших объемах работ или там, где другой способ применить невозможно <a href=https://ros-musor.ru/services/demontazh-kirpichnyx-sten/>демонтаж обшивки стен </a>\r\n \r\nМеталл <a href=https://ros-musor.ru/>Вывоз Строительного Мусора </a>\r\n   Металл сегодня самый популярный товар на рынке б/у стройматериалов <a href=https://ros-musor.ru/services/demontazh-zdanij/>демонтажа </a>\r\n   Изделия из металла, арматуру, швеллеры, уголки и т <a href=https://ros-musor.ru/demontazh/>демонтаж зданий москва </a>\r\n   п <a href=https://ros-musor.ru/services/demontazh-zdanij/>услуги по демонтажу зданий </a>\r\n   можно продать или использовать в новом строительстве <a href=https://ros-musor.ru/demontazh/>демонтаж покрытий </a>\r\n \r\nСНОС ПРОМЫШЛЕННЫХ СООРУЖЕНИЙДемонтаж промышленных сооружений позволяет освободить место под монтаж или строительство новых объектов <a href=https://ros-musor.ru/services/montazh-zhelezobetonnyx-konstrukcij/>сколько стоит демонтаж бетона </a>\r\n   Например, после демонтажа на месте старого объекта можно возвести новый ангар, склад или другое сооружение <a href=https://ros-musor.ru/services/demontazh-styazhki/>демонтаж стяжки пола расценка </a>\r\n \r\nКроме того, к ППР предъявляются дополнительные требования, учитывающие, что производство работ осуществляется на территории жилого массива <a href=https://ros-musor.ru/services/demontazh-kirpichnyx-sten/>демонтаж стоимость </a>\r\n   К таким требованиям относятся: монтаж защитных устройств пешеходных переходов, работа механизмов в стесненных условиях, обеспечение бесперебойной работы сантехнических систем и систем энергоснабжения и др <a href=https://ros-musor.ru/>Разбор Зданий </a>', ''),
(6966, 1, 996, '1', 'Margaritarenue', ''),
(6967, 1, 996, '2', 'Margaritarenue', ''),
(6968, 1, 996, '3', 'lyudochka_kharichkova@mail.ru', ''),
(6969, 1, 996, '4', '(760) 403-8673', ''),
(6970, 1, 996, '5', 'google', ''),
(6971, 1, 996, '6', 'XEvil 5.0: The best program for captcha solving is available now !', ''),
(6972, 1, 996, '7', 'XEvil 5.0 automatically solve most kind of captchas, \r\nIncluding such type of captchas: ReCaptcha-2, ReCaptcha-3, Hotmail (Microsoft), Google, SolveMedia, BitcoinFaucet, Steam, +12k \r\n+ hCaptcha supported in new XEvil 6.0! Just search for XEvil 6.0 in YouTube \r\n \r\nInterested? Just google XEvil 6.0 \r\nP.S. Free XEvil Demo is available ! \r\n \r\nAlso, there is a huge discount available for purchase until 30th July: -30%! \r\nStand-alone full license of XEvil price is Just 59 USD \r\n \r\nhttp://xrumersale.site/ \r\n \r\nCheck new video in YouTube: \r\n\"XEvil 6.0 <Beta>1] + XRumer multhithreading hCaptcha test\"', ''),
(6973, 1, 997, '1', 'JoshuaTuple', ''),
(6974, 1, 997, '2', 'JoshuaTuple', ''),
(6975, 1, 997, '3', 'valeriyaazdy@inbox.ru', ''),
(6976, 1, 997, '4', '(022) 851-2343', ''),
(6977, 1, 997, '5', 'google', ''),
(6978, 1, 997, '6', 'БЛОКИ НАГРЕВА ВОЗДУХА', ''),
(6979, 1, 997, '7', '«Термопроцесс инжиниринг» это: \r\n \r\nотлаженное производство и высококачественные комплектующие, позволяющие компании выпускать продукцию высокого качества. <a href=http://www.termoprocess.ru/>сушильная камера</a> оборудование для клееной древесины: прессы для бруса, прессы для щита; \r\nдеревообрабатывающее оборудование: линии оптимизации поперечного раскроя, торцовочные станки', ''),
(6980, 1, 998, '1', 'RichardPlaug', ''),
(6981, 1, 998, '2', 'RichardPlaug', ''),
(6982, 1, 998, '3', 'pyotr.mikhaylov.1989@inbox.ru', ''),
(6983, 1, 998, '4', '(536) 607-0166', ''),
(6984, 1, 998, '5', 'google', ''),
(6985, 1, 998, '6', 'Пробка На Пол', ''),
(6986, 1, 998, '7', 'Паркетная доска также может сильно отличаться по цене <a href=https://store-parket.ru/category/massivnaya-doska/?yclid=1>массивная доска для пола </a>\r\n   Ведь она имеет разный верхний лаковый слой и толщину <a href=https://store-parket.ru/category/inzhenernaja-doska/?yclid=1>купить инженерную доску </a>\r\n   Многое зависит от породы дерева, из которого она изготовлена <a href=https://store-parket.ru/category/inzhenernaja-doska/?yclid=1>инженерная доска цена </a>\r\n   Если на паркете попадаются сучки, разномастные рисунки, то он не будет дорогим <a href=https://store-parket.ru/category/laminat/?yclid=1>купить дешевый ламинат </a>\r\n   А вот если это продукция мирового бренда, из отличной древесины без единого пятнышка, то цена такого паркета может быть весьма высокой <a href=https://store-parket.ru/?yclid=1>Покрытие Для Пола Пробка </a>\r\n \r\nСтроительный рынок предлагает столько материалов на любой вкус и цвет, что несложно растеряться <a href=https://store-parket.ru/category/inzhenernaja-doska/?yclid=1>купить инженерную доску </a>\r\n   И касается это не только обоев, плитки или потолочных панелей, но и напольного покрытия <a href=https://store-parket.ru/category/inzhenernaja-doska/?yclid=1>инженерная паркетная доска </a>\r\n \r\nНередко монтаж садового паркета производится на основание из гравия и песка, которое тщательно утрамбовано – при этом другие материалы можно не использовать <a href=https://store-parket.ru/category/inzhenernaja-doska/?yclid=1>инженерная доска цена за м2 </a>\r\n \r\nАнализируя, какой лак лучше, стоит рассмотреть положительные и отрицательные свойства достаточно популярной смеси с растворителями в основе <a href=https://store-parket.ru/category/inzhenernaja-doska/?yclid=1>инженерная доска купить </a>\r\n   По сравнению с водными лаками она не обладает такими клеящими свойствам, поэтому попадая в зазор между досками не склеит элементы покрытия <a href=https://store-parket.ru/category/laminat/?yclid=1>сколько стоит ламинат за квадратный метр </a>\r\n   Раствор влияет на конечный цвет пола, делая его более темным и ярким <a href=https://store-parket.ru/category/probkovoe-pokrytie/?yclid=1>пробковое покрытие для пола цена </a>\r\n \r\nНе забывайте о стоках, чтобы вода не скапливалась <a href=https://store-parket.ru/category/probkovoe-pokrytie/?yclid=1>пробковый пол купить </a>\r\n   Качественный дренаж — залог долговечности деревянной конструкции в саду <a href=https://store-parket.ru/category/inzhenernaja-doska/?yclid=1>инженерная доска цена </a>\r\n   Секции укладываются на специальные регулируемые опоры <a href=https://store-parket.ru/category/massivnaya-doska/?yclid=1>паркетная доска массив </a>\r\n   Они дополнительно сглаживают перепады высоты <a href=https://store-parket.ru/category/laminat/?yclid=1>где купить ламинат </a>\r\n   Их можно располагать по прямой, в шахматном порядке, по диагонали или выкладывать целые узоры, как художественным паркетом <a href=https://store-parket.ru/category/probkovoe-pokrytie/?yclid=1>полы пробковые </a>\r\n \r\nПосле правильной шлифовки древесина должна иметь натуральный красивый цвет <a href=https://store-parket.ru/category/probkovoe-pokrytie/?yclid=1>пробковое покрытие </a>\r\n   Грубая обработка позволяет снять верхний слой старого покрытия, которое потеряло свой презентабельный вид <a href=https://store-parket.ru/category/parketnaja-doska/?yclid=1>паркет паркет </a>', ''),
(6987, 1, 999, '1', 'Anthony', ''),
(6988, 1, 999, '2', 'Thomas', ''),
(6989, 1, 999, '3', 'anthony@moneyheadquarters.xyz', ''),
(6990, 1, 999, '4', '(202) 991-6766', ''),
(6991, 1, 999, '5', 'Express Capital', ''),
(6992, 1, 999, '6', 'I might be off-base here but....', ''),
(6993, 1, 999, '7', 'I have a solution to address how to help small business owners get immediate working capital without all the insane bank requirements.\r\n\r\nGone are the days of needing perfect credit, huge amounts of collateral and the endless list of items required to get approved.\r\n\r\nExpress Capital will offer you up to 250k (RIGHT NOW) based on your company’s sales. Rather than make you \r\nqualify based on having perfect credit or some crazy collateral requirement.\r\n\r\nIt’s the fastest and easiest way to be approved. Get your decision in 30 seconds or less and receive funding the very next day.\r\n \r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nAnthony Thomas\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(6994, 1, 1000, '1', 'Duncan Smith', ''),
(6995, 1, 1000, '2', 'Duncan Smith', ''),
(6996, 1, 1000, '3', '5rdhp2fe29yb@beconfidential.com', ''),
(6997, 1, 1000, '4', '(811) 545-7088', ''),
(6998, 1, 1000, '5', 'google', ''),
(6999, 1, 1000, '6', 'Investment Portfolio', ''),
(7000, 1, 1000, '7', 'Dear Sir/Madam \r\n \r\nYou can only achieve financial freedom when you create multiple streams of income. \r\n \r\nI have an investment portfolio that will benefit both of us and I hope it will be appealing to you. \r\n \r\nIf interested contact me for more information via my E-mail: duncansmith280@gmail.com \r\n \r\nI look forward to your quick reply. \r\n \r\nRegards \r\nDuncan Smith', ''),
(7001, 1, 1001, '1', 'ElenaPa', ''),
(7002, 1, 1001, '2', 'ElenaPa', ''),
(7003, 1, 1001, '3', 'elenaPa@outlook.com', ''),
(7004, 1, 1001, '4', '(545) 011-2504', ''),
(7005, 1, 1001, '5', 'Czechia', ''),
(7006, 1, 1001, '6', 'I\'m not jealоuѕ. Саn I find hеrе sеrіоuѕ mаn? :)', ''),
(7007, 1, 1001, '7', 'Ηelloǃ\r\nРеrhaрѕ mу meѕsаge is tоo ѕрecifiс.\r\nBut mу older ѕіѕter fоund а wоnderful mаn hеre and they havе а great relatiоnѕhiр, but what abоut me?\r\nI am 27 yeаrs оld, Elеna, frоm thе Czесh Reрubliс, know Еnglish languаgе alѕo\r\nAnd... better tо say it immediatelу. I аm bisеxual. Ι аm nоt jeаlоus оf anоthеr wоman... eѕpeсiallу if wе makе lovе tоgеther.\r\nΑh yeѕ, I сook verу tastуǃ аnd Ι lovе not оnlу cook ;))\r\nΙm real girl аnd loоkіng for ѕеriоuѕ аnd hot relatiоnѕhіp...\r\nАnуwаy, you cаn find mу prоfile hеrе: http://alarliwe.ml/usr-90854/', ''),
(7008, 1, 1002, '1', 'RodneyItale', ''),
(7009, 1, 1002, '2', 'RodneyItale', ''),
(7010, 1, 1002, '3', 'timurodk@inbox.ru', ''),
(7011, 1, 1002, '4', '(165) 372-6135', ''),
(7012, 1, 1002, '5', 'google', ''),
(7013, 1, 1002, '6', 'ремонт двигателя', ''),
(7014, 1, 1002, '7', 'Наш автосервис занимается оказанием услуг по устранению одной из самых частых неисправностей автомобилей — ремонт сцепления или замена сцепления в Москве. Мы даем гарантию на проделанную нами работу, ведь её качество неоднократно проверено временем и нашими довольными клиентами!  \r\n<a href=http://dmalmotors.ru/zamena-masel-i-filtrov.html>замена масла и масляного фильтра</a> Как известно, болезнь лучше предупредить, чем проводить лечение тяжелой формы.', ''),
(7015, 1, 1003, '1', 'RandySoine', ''),
(7016, 1, 1003, '2', 'RandySoine', ''),
(7017, 1, 1003, '3', 'tosha.prokofev.96@bk.ru', ''),
(7018, 1, 1003, '4', '(427) 504-1773', ''),
(7019, 1, 1003, '5', 'google', ''),
(7020, 1, 1003, '6', 'Щебнем', ''),
(7021, 1, 1003, '7', 'В настоящее время строительная индустрия развивается в направлении создания теплосберегающих строительных материалов <a href=https://www.cemstroykom.ru/products/>смеси купить </a>\r\n   Наиболее перспективными энергосберегающими материалами считаются ячеистые бетоны и бетоны на легких заполнителях <a href=https://www.cemstroykom.ru/products/suhie-smesi/suxaya-styazhka/>песок москва </a>\r\n \r\nЕще до подписания договора строительная компания несёт предварительные затраты, которые нужно отразить на счете 97  (РБП) <a href=https://www.cemstroykom.ru/products/shheben/>цена щебень </a>\r\n   Это могут быть, например, расходы на участие в тендере или оплату банковской гарантии <a href=https://www.cemstroykom.ru/products/>купить шифер </a>\r\n \r\nРасходы на страхование также можно отражать в качестве РБП, как это было показано выше <a href=https://www.cemstroykom.ru/products/suhie-smesi/m300/>цемент в </a>\r\n   Однако допускается и другой вариант <a href=https://www.cemstroykom.ru/products/suhie-smesi/suxaya-styazhka/>цементы </a>\r\n   Сумму, выплаченную страховщику, можно учесть, как аванс, а затем списывать затраты на страхование постепенно, по мере истечения периода <a href=https://www.cemstroykom.ru/products/suhie-smesi/m150/>купить смесь </a>\r\n   Чаще всего страховые суммы распределяются равными долями на весь период строительства <a href=https://www.cemstroykom.ru/products/shheben/>шифер купить </a>\r\n    \r\nПодрядчик обязан осуществлять строительство и связанные с ним работы в соответствии с технической документацией, определяющей объем, содержание работ и другие предъявляемые к ним требования, и со сметой, определяющей цену работ <a href=https://www.cemstroykom.ru/products/suhie-smesi/m200/>песок купить с доставкой </a>\r\n \r\nЕсли после завершения строительства остались неиспользованные давальческие материалы, их нужно вернуть заказчику <a href=https://www.cemstroykom.ru/products/suhie-smesi/suxaya-styazhka/>песка </a>\r\n   Данная операция не является для подрядчика реализацией <a href=https://www.cemstroykom.ru/products/pesok/>блок газосиликатный </a>\r\n    \r\n1 <a href=https://www.cemstroykom.ru/products/cement/m400/>песок купить с доставкой </a>\r\n  1 <a href=https://www.cemstroykom.ru/>Куплю Цемент </a>\r\n   В случае, если документацией по планировке территории предусмотрено размещение объекта транспортной инфраструктуры федерального значения либо линейного объекта транспортной инфраструктуры регионального значения или местного значения или в случае, если подготовка проектной документации такого объекта осуществляется до утверждения документации по планировке территории в соответствии с  настоящей статьи, архитектурно-строительное проектирование осуществляется путем подготовки проектной документации, рабочей документации (в том числе путем внесения в них изменений в соответствии с настоящим Кодексом) применительно к такому объекту и его частям, строящимся, реконструируемым, в том числе в границах не принадлежащего застройщику или иному правообладателю (которому при осуществлении бюджетных инвестиций в объекты капитального строительства государственной (муниципальной) собственности органы государственной власти (государственные органы), Государственная корпорация по атомной энергии , органы управления государственными внебюджетными фондами или органы местного самоуправления передали в случаях, установленных бюджетным законодательством Российской Федерации, на основании соглашений свои полномочия государственного (муниципального) заказчика) земельного участка <a href=https://www.cemstroykom.ru/products/suhie-smesi/m150/>песок москва </a>', ''),
(7022, 1, 1004, '1', 'Josephlit', ''),
(7023, 1, 1004, '2', 'Josephlit', ''),
(7024, 1, 1004, '3', 'arkadiy_nikolaev_1988@inbox.ru', ''),
(7025, 1, 1004, '4', '(541) 733-8604', ''),
(7026, 1, 1004, '5', 'google', ''),
(7027, 1, 1004, '6', 'Плитка Терракот', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(7028, 1, 1004, '7', 'Если вы хотите сделать интерьер своей квартиры более изящным, если вы хотите произвести впечатление на своих гостей, коллекционная плитка будет лучшим решением <a href=https://avancompany.ru/terrakotovaya_plitka>Керамогранит Дешево Купить </a>\r\n   Купить коллекционную плитку в Москве и по России в целом Вы можете в интернет-магазине Тепло Дома <a href=https://avancompany.ru/kollekcionnaya_oblicovoc>Доска Террасная Цена </a>\r\n \r\nВсем привет! Облицованная керамической плиткой печь выглядит солидно и стильно <a href=https://avancompany.ru/>Заказать Окно Пластиковое </a>\r\n   Заменить отделку старой печи или облицевать новую, можно самостоятельно, если внимательно подойти к выбору материалов и изучить технологию работ <a href=https://avancompany.ru/suhie_smesi_i_zatirki>Плитка И Керамогранит </a>\r\n \r\nВыбирая комплект для своей ванной, обратите внимание на качество предлагаемого материала и обязательно уточните устойчивость к влажной среде, толщину плитки для пола и гарантийный срок эксплуатации <a href=https://avancompany.ru/laminat>Купить Плитку Для Ванной В Москве </a>\r\n   При желании на белую керамическую плитку можно нанести рисунок который подойдет к дизайну вашей ванной <a href=https://avancompany.ru/keramicheskaya-plitka-vannaya-komnata>Окно Пластиковое Купить </a>\r\n \r\nСопротивление на изгиб <a href=https://avancompany.ru/>Терракот </a>\r\n   Данный показатель будет тем больше, чем ниже степень поглощения воды <a href=https://avancompany.ru/terrasnaya-doska>Плитка В Ванную Комнату Купить </a>\r\n   У керамогранита данный показатель составляет 0,5%, а у пористой плитки, прошедшей одинарный обжиг, - 10% <a href=https://avancompany.ru/podvesnye_potolki,_svetilniki>Компания Пластиковых Окон </a>\r\n \r\nРекомендуется применять при сложных резах: на краях или криволинейных <a href=https://avancompany.ru/terrasnaya-doska>Купить Пластиковые Окна  В Москве </a>\r\n   Дело в том, что при таком способе много пыли, расход режущего полотна, временные затраты и трудозатраты <a href=https://avancompany.ru/>Пластиковые Окна Москва Купить </a>\r\n   Обычную прямую линию можно отрезать гораздо более простыми способами <a href=https://avancompany.ru/kollekcionnaya_oblicovoc>Купить Пвх Окна </a>\r\n \r\nНаиболее простым способом считается использование обычного роликового стеклореза <a href=https://avancompany.ru/keramogranit>Окна На Дом </a>\r\n   Его применяют при небольшом объеме работ <a href=https://avancompany.ru/svp>Пластиковые Окна От Производителя </a>\r\n   Линия разреза намечается карандашом с помощью линейки <a href=https://avancompany.ru/svp>Керамическая Плитка Ванной </a>\r\n   По намеченной линии стеклорезом проводится неглубокая борозда <a href=https://avancompany.ru/keramogranit>Доска Террасная Композитная </a>\r\n   Надлом происходит аккуратным нажимом на край плитки, установленным на уголок столешницы <a href=https://avancompany.ru/terrasnaya-doska>Каталог Плитки Для Ванной </a>\r\n   Полученный таким способом край разреза имеет заметные неровности и нуждается в дополнительной обработке абразивами <a href=https://avancompany.ru/keramogranit_iz_kitaya>Плитка В Ванной Цена </a>\r\n   Принято считать, что этот вариант может подойти лишь для тонкой плитки настенного покрытия, а резка плитки напольной уже вряд ли получится <a href=https://avancompany.ru/svp>Окна Окна </a>\r\n   Многие мастера считают, что невозможно обычным стеклорезом разрезать керамогранит <a href=https://avancompany.ru/terrasnaya-doska>Пластиковые Окна От Производителя Недорого </a>', ''),
(7029, 1, 1005, '1', 'RobertHopay', ''),
(7030, 1, 1005, '2', 'RobertHopay', ''),
(7031, 1, 1005, '3', 'rita_kudryavtseva_1973@inbox.ru', ''),
(7032, 1, 1005, '4', '(500) 550-4422', ''),
(7033, 1, 1005, '5', 'google', ''),
(7034, 1, 1005, '6', 'Увлажнение Лица', ''),
(7035, 1, 1005, '7', 'Скажу свое сугубо частное мнение об этом обучающем заведении :если Вы совсем не имеете ни малейшего представления об области визажа, не владеете хоть мало-мальски информацией  об индустрии красоты , и хотели бы начать свои первые шаги на этом поприще , обучившись  базовым основам  искусства макияжа , то \r\n\r\nПришла сюда после 5-летнего опыта в маникюре <a href=https://bioreformed.ru/>Какой Крем </a>\r\n   Появляются новые техники, и клиентки все чаще начали спрашивать, а что такое японский маникюр, а что такое', ''),
(7036, 1, 1006, '1', 'Dennissuich', ''),
(7037, 1, 1006, '2', 'Dennissuich', ''),
(7038, 1, 1006, '3', 'lenya_baranov_1996@inbox.ru', ''),
(7039, 1, 1006, '4', '(367) 654-8210', ''),
(7040, 1, 1006, '5', 'google', ''),
(7041, 1, 1006, '6', 'панель на стену', ''),
(7042, 1, 1006, '7', 'Монтаж и регулировка раздвижных дверей – это ответственный этап работ, от которых будет зависеть комфорт при эксплуатации любого жилого или общественного помещения <a href=https://profildoorskzn.ru/stat/%D0%90%D0%BB%D1%8E%D0%BC%D0%B8%D0%BD%D0%B8%D0%B5%D0%B2%D1%8B%D0%B5%20%D0%BA%D0%BE%D0%BC%D0%BF%D0%BE%D0%B7%D0%B8%D1%82%D0%BD%D1%8B%D0%B5%20%D0%BF%D0%B0%D0%BD%D0%B5%D0%BB%D0%B8/>дверь цена </a>\r\n   При покупке или заказе раздвижных конструкций, следует доверить установку профессионалам <a href=https://profildoorskzn.ru/seriya-agn/>магазин двери </a>\r\n   Данная работа выполняется в соответствии со следующим алгоритмом: \r\nВерхняя часть рамы балконного блока в сталинке может быть выполнена в виде глухой (неоткрывающейся) части или открывающейся фрамуги <a href=https://profildoorskzn.ru/furnitura/>цена двери межкомнатные </a>\r\n   Для удобства ее использования на производстве устанавливается дистанционный механизм открывания, который позволяет без помощи стремянки (и прочих средств) открывать створку для проветривания <a href=https://profildoorskzn.ru/stat/%D0%A1%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0%20%D0%BE%D1%82%D0%BA%D1%80%D1%8B%D0%B2%D0%B0%D0%BD%D0%B8%D1%8F%20%D0%B4%D0%B2%D0%B5%D1%80%D0%B5%D0%B9%20%D0%9A%D0%A3%D0%9F%D0%95/>композитная панель </a>\r\n \r\nМежкомнатные двери – одна из важнейших деталей интерьера <a href=https://profildoorskzn.ru/seriya-ax/>куплю двери межкомнатные </a>\r\n   Помимо дизайна и материала изготовления, в данных изделиях большую роль играет эргономика <a href=https://profildoorskzn.ru/seriya-smk/>магазин дверей </a>\r\n   Далеко не всегда помещение располагает достаточным количеством места для открывания распашной створки двери <a href=https://profildoorskzn.ru/furnitura/>панель на стену </a>\r\n   В таких ситуациях, многие производители предлагают альтернативные варианты открывания дверного полотна <a href=https://profildoorskzn.ru/furnitura/>сколько стоит дверь </a>\r\n   Наиболее востребованными дверьми с нестандартным типом открывания считаются раздвижные полотна, которые представлены в продаже в широком ассортименте <a href=https://profildoorskzn.ru/stat/%D0%9A%D0%BE%D1%80%D0%BE%D0%B1%20%D0%BC%D0%BE%D0%BD%D0%BE%D0%B1%D0%BB%D0%BE%D0%BA%20%D0%B0%D0%BB%D1%8E%D0%BC%D0%B8%D0%BD%D0%B8%D0%B5%D0%B2%D1%8B%D0%B9/>межкомнатные двери с </a>\r\n \r\nМатериалом для качественных металлических, или   			как их еще называют бронированных дверей, являются сверхпрочные   			стальные листы, профиль, а также тепло и звукоизолирующий   			наполнитель <a href=https://profildoorskzn.ru/stat/%D0%A1%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0%20%D0%BE%D1%82%D0%BA%D1%80%D1%8B%D0%B2%D0%B0%D0%BD%D0%B8%D1%8F%20Magic2%20Uniq/>двери межкомнатные </a>\r\n   Любые стальные двери должны выдерживать серьезные   			механические нагрузки, обладая при этом целым рядом особых   			технических характеристик <a href=https://profildoorskzn.ru/seriya-ax/>межкомнатных дверей </a>\r\n   При этом немаловажную роль играет   			конструкция дверной коробки и запорная система, включающая замки,   			противосъемные штыри и задвижки <a href=https://profildoorskzn.ru/stat/%D0%90%D0%BB%D1%8E%D0%BC%D0%B8%D0%BD%D0%B8%D0%B5%D0%B2%D1%8B%D0%B5%20%D0%BA%D0%BE%D0%BC%D0%BF%D0%BE%D0%B7%D0%B8%D1%82%D0%BD%D1%8B%D0%B5%20%D0%BF%D0%B0%D0%BD%D0%B5%D0%BB%D0%B8/>панелей </a>\r\n   По-настоящему качественные стальные   			двери способны стать огромным разочарованием для самоуверенного   			взломщика <a href=https://profildoorskzn.ru/seriya-u>панели стеновые </a>\r\n   Если для взлома дверей требуется как минимум 40 или 50   			минут, то перед вами высококачественные стальные двери <a href=https://profildoorskzn.ru/stat/sistem-otkriv/%D0%A1%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0%20%D0%BE%D1%82%D0%BA%D1%80%D1%8B%D0%B2%D0%B0%D0%BD%D0%B8%D1%8F%20INFINITY/>двер </a>\r\n \r\nСвет из окон пропускается через двери, что помогает зрительно увеличить пространство <a href=https://profildoorskzn.ru/stat/sistem-otkriv>дверь </a>\r\n   Прозрачность материала подбирается под собственные предпочтения хозяев квартиры <a href=https://profildoorskzn.ru/seriya-lk/>дверь купить </a>\r\n \r\nдва листа металла три ребра жесткости три противосъёмных штыря любая отделка внутри и снаружи всегда есть на складе возможна установка за один день! Вес от 80 кг Шумоизоляция от 30дб <a href=https://profildoorskzn.ru/stat/sistem-otkriv/%D0%A1%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0%20%D0%BE%D1%82%D0%BA%D1%80%D1%8B%D0%B2%D0%B0%D0%BD%D0%B8%D1%8F%20INFINITY/>межкомнатные двери в </a>\r\n   Сертификаты: ГОСТ 31173-2003 Класс прочности: М3', ''),
(7043, 1, 1007, '1', 'Davidemica', ''),
(7044, 1, 1007, '2', 'Davidemica', ''),
(7045, 1, 1007, '3', 'lesha.pavlov.77@list.ru', ''),
(7046, 1, 1007, '4', '(503) 848-2602', ''),
(7047, 1, 1007, '5', 'google', ''),
(7048, 1, 1007, '6', 'Парикмахерские Москвы', ''),
(7049, 1, 1007, '7', 'Биоэпиляция верхней губы – механическое удаление стержней волос над верхней губой с помощью косметического воска <a href=https://salon-creativ-msk.ru/uslugi/spa-protsedury-6>депеляция </a>\r\n   Данный способ эпиляции верхней губы позволяет избавиться от пушковых волос, стержневых  светлого или темного цвета <a href=https://salon-creativ-msk.ru/uslugi/usluga-1>парихмастерская </a>\r\n   В процессе эпиляции верхней губы происходит механическое выдергивание волосков вместе с наложенным на них термопластичным материалом без разрушения волосяного фолликула <a href=https://salon-creativ-msk.ru/uslugi/spa-protsedury-10>химическая завивка виды </a>\r\n \r\nСтоимость: 4000 рублей В салон хожу регулярно в течении полтора года, очень нравится качество маникюра, и материалов, НО за все это время наблюдала хамское отношение администрации, такое чувство что это не я пришла к ним в салон, а они ко мне, и я им… \r\nОгромное спасибо Марусе, прекрасный мастер, учла все пожелания, предложила несколько вариантов стрижек, дала много полезных советов по уходу за волосами, с удовольствием буду продолжать стричься у нее <a href=https://salon-creativ-msk.ru/uslugi/spa-protsedury-8>креативные покраски </a>\r\n   Всем советую этот салон <a href=https://salon-creativ-msk.ru/uslugi/massazhy>спа салон сайт </a>\r\n  )) \r\nДобрый день!  Хочу поблагодарить Ольгу и отметить её, как специалиста, знающего своё дело <a href=https://salon-creativ-msk.ru/uslugi/spa-protsedury-8>необычное окрашивание волос </a>\r\n    Пыталась избавиться от вида апельсиновой корки на коже разными способами и средствами, но не помогало <a href=https://salon-creativ-msk.ru/uslugi/massazhy>салон массаж </a>\r\n   Обратилась к Ольге по совету подруги и не пожалела <a href=https://salon-creativ-msk.ru/uslugi/nogtevye-studii>студии маникюра в москве </a>\r\n   Она сразу поняла проблему и составила план по ее решению, так как у всех разный организм и подход должен быть индивидуальный <a href=https://salon-creativ-msk.ru/uslugi/spa-protsedury-4>недорогое наращивание волос </a>\r\n    После 2го сеанса я уже заметила улучшения состояния кожи, она выровнялась, стала более гладкой <a href=https://salon-creativ-msk.ru/uslugi/spa-protsedury-10>сделать химию </a>\r\n   Я даже не поверила своим глазам, ведь этот результат был достигнут только массажем, без диет <a href=https://salon-creativ-msk.ru/>Спа Процедуры Это </a>\r\n    После 4го сеанса кожа стала ещё ровнее и мягче, ушли лишние сантиметры и вес стал меньше, появилась лёгкость <a href=https://salon-creativ-msk.ru/uslugi/usluga-1>парикмахерские услуги </a>\r\n    Продолжаю и дальше делать и собираюсь поддерживать результат <a href=https://salon-creativ-msk.ru/uslugi/spa-protsedury-10>тонирование цвета волос </a>\r\n   К тому же Ольга открытый, добрый человек, к которому идёшь на сеанс с радостью и отличный, честный специалист, которому доверяешь <a href=https://salon-creativ-msk.ru/uslugi/usluga-1>парикмахерская </a>\r\n    \r\nВ своей деятельности мы всегда используем только лучшие и самые последние достижения в сфере красоты <a href=https://salon-creativ-msk.ru/uslugi/massazhy>спа салон сайт </a>\r\n   Индивидуальный подход наших мастеров к каждому клиенту создаст Вам уникальный и неповторимый образ <a href=https://salon-creativ-msk.ru/uslugi/nogtevye-studii>студии маникюра </a>\r\n   Мы всегда используем только самое современное оборудование и материалы <a href=https://salon-creativ-msk.ru/uslugi/massazhy>массажный салон в москве </a>\r\n \r\nРемонт натурального ногтя производится в том случае, если он треснул или потерял свою прочность <a href=https://salon-creativ-msk.ru/uslugi/nogtevye-studii>студии маникюра </a>\r\n   Для ремонта ногтей мы используем покрытие акрилом , гелем или же лечение при помощи шелка <a href=https://salon-creativ-msk.ru/uslugi/usluga-1>салон красоты парикмахерская </a>', ''),
(7050, 1, 1008, '1', 'PhillipCurse', ''),
(7051, 1, 1008, '2', 'PhillipCurse', ''),
(7052, 1, 1008, '3', 'stepan_petrov_1999@list.ru', ''),
(7053, 1, 1008, '4', '(123) 001-0878', ''),
(7054, 1, 1008, '5', 'google', ''),
(7055, 1, 1008, '6', 'Шевроны Нашивки', ''),
(7056, 1, 1008, '7', 'Давно хотел написать статью о том, какую форму носят в полиции разных стран <a href=https://ratnik.su/product-category/formennaya-i-specialnaya-odezhda/formennaya-odezhda-mvd-policiya-dps-vnutrennie-vojska>экипировка военная </a>\r\n   Вот нашел интересные материалы, но получилась скорее не статья, а своеобразный фоторепортаж о форме сотрудников полиции <a href=https://ratnik.su/product-category/metallofurnitura>военные шевроны </a>\r\n \r\n2 <a href=https://ratnik.su/product-category/suvenirnaya-produkciya/podarochnye-nabory>погоны и звания </a>\r\n  6 <a href=https://ratnik.su/>Застежка Для Ремня </a>\r\n   Форменная одежда женщин - работников Ространснадзора, относящихся к высшей, главной, ведущей, старшей и младшей группам должностей гражданской службы <a href=https://ratnik.su/product-category/zhetony/zhetony-metallicheskie>четыре звезды </a>\r\n \r\nВ нашем магазине всегда можно купить:  камуфляж различных расцветок армий стран, входящих в НАТО комбинезоны, непромокаемые штаны и куртки, ветровки, армейские толстовки, майки, футболки, брюки, шорты, термобелье, рубашки, блузы, шапки, панамы, фуражки, пилотки, кепки, перчатки, аксессуары,  военно-походные принадлежности, а также специальную военную обувь <a href=https://ratnik.su/product-category/nagrudnye-znaki-znachki-medali/portretnye-znaki-znachki-medali>нашивки на форму </a>\r\n \r\n<a href=https://ratnik.su/product-category/formennaya-i-specialnaya-odezhda/odezhda-dlya-ohoty-rybalki-turizma-i-t-d>звания по погонам </a>\r\n   Источник: Но что говорится в документах о пробковых шлемах?Вместо пробковых шлемов – каски, причём, судя по этому фото, какого-то английского образца!Да, это не каски Адриана, распространенные в РККА: <a href=https://ratnik.su/product-category/nagrudnye-znaki-znachki-medali/udostovereniya-k-medalyam-i-nagrudnym-znakam>одежда охота рыбалка </a>\r\n   <a href=https://ratnik.su/product-category/formennaya-i-specialnaya-odezhda/formennaya-odezhda-mvd-policiya-dps-vnutrennie-vojska>аксельбант </a>\r\n   <a href=https://ratnik.su/product-category/snaryazhenie>звании </a>\r\n  а, скорее, стальной шлем Броди:Или же это шлем МПВО образца 1938 года:А что? На фоне того, что со времен РИА в России были все же распространены СШ Адриана, а не Броди, датировка фото девушек на параде вполне соответствует (в порядке последовательности событий) введению шлема для МПВО <a href=https://ratnik.su/product-category/metallofurnitura>нашивка </a>\r\n  Юрий Петрович, а то фото, что у Вас выставлено крайним – это, ведь, кажется Ленинград, Невский проспект? Припоминаю, кстати, что шлемами для МПВО экипировалось Ленинградское народное ополчение <a href=https://ratnik.su/product-category/soputstvujushhie-tovary>воинские звания в российской армии </a>\r\n   <a href=https://ratnik.su/product-category/snaryazhenie/prochee-voennoe-imushhestvo>звании </a>\r\n   <a href=https://ratnik.su/product-category/nagrudnye-znaki-znachki-medali/nagrudnye-znaki-znachki-metallicheskie-fsb-fso-ps-mchs-fsin-prokuratura-i-t-d>пряжки на ремень </a>\r\n \r\nГосударство предусмотрело достаточно много нюансов, связанных с ношением работниками потенциально вредных и опасных профессий специальной одежды <a href=https://ratnik.su/product-category/zhetony/zhetony-metallicheskie>армейский жетон </a>\r\n   Эти нормы закреплены в различных нормативных актах, среди которых: \r\nНа поле наплечного знака работников, относящихся к младшей группе должностей гражданской службы, располагаются одна поперечная полоска золотистого цвета на расстоянии 10 мм от нижнего края наплечного знака и 1 - 3 металлические звезды диаметром 13 мм золотистого цвета с сиянием золотистого цвета между лучами и эмблема (малая) Ространснадзора <a href=https://ratnik.su/product-category/suvenirnaya-produkciya/brelki-metallicheskie-na-vinilovoj-podlozhke>компас москва </a>\r\n   В центре звезды располагается звезда меньшего размера, залитая эмалью синего цвета <a href=https://ratnik.su/product-category/soputstvujushhie-tovary>обложки на паспорт купить </a>', ''),
(7057, 1, 1009, '1', 'Carltonlet', ''),
(7058, 1, 1009, '2', 'Carltonlet', ''),
(7059, 1, 1009, '3', 'syoma_shults_1982@bk.ru', ''),
(7060, 1, 1009, '4', '(087) 234-4221', ''),
(7061, 1, 1009, '5', 'google', ''),
(7062, 1, 1009, '6', 'Столешницы Камень', ''),
(7063, 1, 1009, '7', 'КухниКухни на заказ в Иркутске от производителя мебельной фирмы АлИвиЯ <a href=https://www.raidstone.ru/katalog-kamnya/travertin.html>столешницы камень </a>\r\n  Кухни на заказ в ИркутскеРамка: массив ЯСЕНЯ с соединением контропрофилем <a href=https://www.raidstone.ru/services/montazhnye-raboty/oblicovka-kruglyh-sten-lestnichnogo-marsha-mramorom.html>подоконники из </a>\r\n   Панель: МДФ, шпонированная массивом ЯСЕНЯ <a href=https://www.raidstone.ru/services/montazhnye-raboty/oblicovka-pola-pomeshheniya-i-bassejna.html>столешница на кухню </a>\r\n   Накладка на ящик: массив ЯСЕНЯСоната сильвер-массив ЯСЕНЯРамка: массив ЯСЕНЯ с соединением контропрофилем <a href=https://www.raidstone.ru/services/montazhnye-raboty/montazh-kamina-iz-mramora.html>оникс с </a>\r\n   Панель: МДФ, шпонированная массивом ЯСЕНЯ <a href=https://www.raidstone.ru/services/montazhnye-raboty/montazh-karniza-iz-dekorativnogo-betona-na-belveder.html>подоконники из </a>\r\n   Накладка на ящик: массив ЯСЕНЯСоренто-массив ЯСЕНЯРамка: массив ЯСЕНЯ с соединением контропрофилем <a href=https://www.raidstone.ru/services/oblicovka-eksterera/oblicovka-vhodnoj-gruppy.html>камень столешница </a>\r\n   Панель: МДФ, шпонированная массивом ЯСЕНЯ <a href=https://www.raidstone.ru/katalog-kamnya/oniks.html>столешница </a>\r\n   Накладка на ящик: массив ЯСЕНЯ <a href=https://www.raidstone.ru/services/montazhnye-raboty/oblicovka-vhodnoj-gruppy-granitom-marpl-red-i-royal-vajt.html>столешницы камень </a>', ''),
(7064, 1, 1010, '1', 'Gregoryswoli', ''),
(7065, 1, 1010, '2', 'Gregoryswoli', ''),
(7066, 1, 1010, '3', 'tema.danilov.1969@inbox.ru', ''),
(7067, 1, 1010, '4', '(318) 511-0724', ''),
(7068, 1, 1010, '5', 'google', ''),
(7069, 1, 1010, '6', 'Кубки Награды', ''),
(7070, 1, 1010, '7', 'Прекрасно влияет камень на болезни зубов и костей, дыхательной системы, помогает при заболеваниях почек, печени, желчного и мочевого пузыря, способствует выведению камней из организма <a href=https://ruscrystal.com/page/811>хрустальные изделия купить </a>\r\n   Горный хрусталь дарит носящему его жизненную энергию, но не возбуждает, а успокаивает, и улучшает память и речь <a href=https://ruscrystal.com/page/812>элитный хрусталь </a>\r\n \r\nГорный хрусталь считался могущественным охотничьим талисманом <a href=https://ruscrystal.com/page/730>Хрустальный герб учебного заведения </a>\r\n   Его считали живым существом, которому нужна еда, и  его, окуная в кровь жертвенных животных <a href=https://ruscrystal.com/page/93>бахметьевское стекло </a>\r\n                    Этот камень, если положить его под подушку, спасает человека от ночных кошмаров, избавляет от бессонницы и беспричинных страхов <a href=https://ruscrystal.com/page/812>купить хрустальный графин </a>', ''),
(7071, 1, 1011, '1', 'Daviduters', ''),
(7072, 1, 1011, '2', 'Daviduters', ''),
(7073, 1, 1011, '3', 'jonnydesuzaa@gmail.com', ''),
(7074, 1, 1011, '4', '(676) 605-5156', ''),
(7075, 1, 1011, '5', 'google', ''),
(7076, 1, 1011, '6', 'Jackpot Bet online Tips', ''),
(7077, 1, 1011, '7', 'At Jackpotbetonline.com we bring you latest gambling news, casino bonuses and offers from top operators, <a href=https://www.jackpotbetonline.com/><b>sports betting</b></a> tips, odds etc', ''),
(7078, 1, 1012, '1', 'Ernestrap', ''),
(7079, 1, 1012, '2', 'Ernestrap', ''),
(7080, 1, 1012, '3', 'no-replyIrorieGork@gmail.com', ''),
(7081, 1, 1012, '4', '(481) 845-1562', ''),
(7082, 1, 1012, '5', 'google', ''),
(7083, 1, 1012, '6', 'The best advertising of your products and services!', ''),
(7084, 1, 1012, '7', 'Good day!  gangagen.com \r\n \r\nWe advance \r\n \r\nSending your commercial offer through the feedback form which can be found on the sites in the Communication section. Contact form are filled in by our software and the captcha is solved. The superiority of this method is that messages sent through feedback forms are whitelisted. This method raise the probability that your message will be read. \r\n \r\nOur database contains more than 27 million sites around the world to which we can send your message. \r\n \r\nThe cost of one million messages 49 USD \r\n \r\nFREE TEST mailing Up to 50,000 messages. \r\n \r\n \r\nThis message is created automatically.  Use our contacts for communication. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype  live:contactform_18 \r\nWhatsApp - +375259112693 \r\nWe only use chat.', ''),
(7085, 1, 1013, '1', 'Darrel', ''),
(7086, 1, 1013, '2', 'Darrel', ''),
(7087, 1, 1013, '3', 'eugen.schmidt@dvag.de', ''),
(7088, 1, 1013, '4', '(807) 925-6447', ''),
(7089, 1, 1013, '5', 'Darrel Arrowood', ''),
(7090, 1, 1013, '6', 'Home - GangaGen', ''),
(7091, 1, 1013, '7', 'Good day, \r\n\r\nI hope this email finds you well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\r\n\r\nThe bags are waterproof and anti-theft, and have a built-in USB cable that can recharge your phone while you\'re on the go.\r\n\r\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\r\n\r\nOrder yours now at 50% OFF with FREE Shipping: https://bangeonline.shop\r\n\r\nEnjoy,\r\n\r\nDarrel', ''),
(7092, 1, 1014, '1', 'Jessie', ''),
(7093, 1, 1014, '2', 'Bayliss', ''),
(7094, 1, 1014, '3', 'jessie@ipharmaexpo.co', ''),
(7095, 1, 1014, '4', '(619) 378-4851', ''),
(7096, 1, 1014, '5', 'iPharma Expo', ''),
(7097, 1, 1014, '6', 'invitation to participate', ''),
(7098, 1, 1014, '7', 'Greetings from iPharma Expo\r\n\r\nOn behalf of iPharma advisory board and supporting partners, I have taken this opportunity to invite you and “ GangaGen Life Sciences Inc” to participate at iPharma Expo USA to be held during October 20-21, 2022 in Boston, USA. The expo will witness over 150 exhibitors from leading pharma and healthcare industry.\r\n\r\nAlong with various branding benefits, we are sure participating/ exhibiting at iPharma will help you meet new prospects and increase your business opportunities providing a guaranteed return on the time invested.\r\n\r\nRegister your interest- https://www.ipharmaexpo.com/exhibitor-registration/\r\n\r\nThe show is designed to maximise the networking benefits and will witness a footfall of over 1500 visitors that include industry leaders and key decision makers from Active Pharmaceutical Ingredients, Generic APIs, Packaging Materials, Biopharmaceuticals, Clean Rooms, Lab Equipment, Machinery & Process, Fine Chemicals, Intermediates & Excipient, Contract Manufacturing and more.\r\n\r\nFree visitor registration- https://www.ipharmaexpo.com/visitor-registration/\r\n\r\nWe would be glad if you accept our humble request to participate at the prestigious iPharma Expo. Kindly let me know your interest so that I can send you more details and other branding benefits.\r\n\r\nThank you for your time and looking forward to hearing from you.\r\n\r\nSincerely,\r\nJessie Bayliss,\r\nShow Manager | iPharma Expo\r\nE: jessie@ipharmaexpo.com', ''),
(7099, 1, 1015, '1', 'Mike Mansfield', ''),
(7100, 1, 1015, '2', 'Mike Mansfield', ''),
(7101, 1, 1015, '3', 'no-replyPovaTasy@gmail.com', ''),
(7102, 1, 1015, '4', '(817) 724-7054', ''),
(7103, 1, 1015, '5', 'google', ''),
(7104, 1, 1015, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(7105, 1, 1015, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Mansfield\r\n \r\nsupport@digital-x-press.com', ''),
(7106, 1, 1016, '1', 'DanielLug', ''),
(7107, 1, 1016, '2', 'DanielLug', ''),
(7108, 1, 1016, '3', 'orlov.daniil.74@mail.ru', ''),
(7109, 1, 1016, '4', '(045) 410-8538', ''),
(7110, 1, 1016, '5', 'google', ''),
(7111, 1, 1016, '6', 'Упаковочное', ''),
(7112, 1, 1016, '7', 'Оценка — 4 <a href=https://rusupakten.ru/>Электрический Обогреватель </a>\r\n   В котле исправили многие недочеты более дешевых моделей в линейке, что прямо отразилось на цене <a href=https://rusupakten.ru/product-category/air-heaters/>водонагреватель накопительный купить </a>\r\n   Стоимость простого водонагревателя на 50 литров в представлении потребителя должна быть пониже, однако повышенный ценник оправдан <a href=https://rusupakten.ru/product-category/electric-heaters/tenr/>водонагреватели цена </a>\r\n \r\nПроточно-накопительные нагреватели имеют маленький вес и компактные размеры, которые позволят увозить устройство, например, с дачи, когда сезон уже закончен <a href=https://rusupakten.ru/product-category/air-heaters/>что такое калорифер </a>\r\n   Обычно он легко и просто устанавливается даже неспециалистом <a href=https://rusupakten.ru/product-category/electric-heaters/keramic/>накопительный водонагреватель </a>\r\n \r\nРекомендуется доверить монтаж бойлера  профессионалам, но если планируется собственноручная установка, то вначале следует ознакомиться со всеми особенностями подключения <a href=https://rusupakten.ru/products/>накопительный водонагреватель </a>\r\n   Более того, следует помнить, что такое решение приведет к аннуляции гарантии производителя <a href=https://rusupakten.ru/product-category/electric-heaters/tenr/>бойлеры для воды </a>\r\n \r\nМощность потребления – до 7 <a href=https://rusupakten.ru/product-category/electric-heaters/tenr/>тепловые завесы </a>\r\n  5 кВт <a href=https://rusupakten.ru/product-category/electric-heaters/filled/>электрические проточные водонагреватели </a>\r\n   Имеется встроенная система защиты от перегрева и низкого давления, что позволяет эффективно использовать AEG RMC 75 даже в условиях нестабильной подачи воды <a href=https://rusupakten.ru/product-category/electric-heaters/washing/>электрические котлы </a>\r\n   Кроме того, в конструкции предусмотрено предохранительное тепловое реле <a href=https://rusupakten.ru/product-category/electric-heaters/teny/>завесы </a>\r\n \r\nСолнечные водонагреватели могут быть активного или пассивного типов <a href=https://rusupakten.ru/product-category/electric-heaters/washing/>купить проточный водонагреватель </a>\r\n   Активная система использует электрический насос для циркуляции жидкости через коллекто пассивная система не имеет насоса и полагается только на естественную циркуляцию <a href=https://rusupakten.ru/product-category/electric-heaters/filled/>электрокотёл для отопления </a>\r\n   Есть экспериментальные образцы, где перекачка теплоносителя производится стирлинг-насосом, получающим энергию от солнца <a href=https://rusupakten.ru/product-category/electric-heaters/clamp-heaters/>электрический водонагреватель купить </a>\r\n \r\nКорректировать работу электроводонагревателя (изменять степень нагрева) можно при помощи нескольких регуляторов, которые располагаются на панели управления <a href=https://rusupakten.ru/product-category/electric-heaters/skp/>обогреватели для дома </a>\r\n   Управление бывает гидравлическим и электронным <a href=https://rusupakten.ru/product-category/electric-heaters/washing/>бойлер цена </a>', ''),
(7113, 1, 1017, '1', 'DominicKar', ''),
(7114, 1, 1017, '2', 'DominicKar', ''),
(7115, 1, 1017, '3', 'valeriyfedotov1962@inbox.ru', ''),
(7116, 1, 1017, '4', '(607) 803-8288', ''),
(7117, 1, 1017, '5', 'google', ''),
(7118, 1, 1017, '6', 'Дизайны', ''),
(7119, 1, 1017, '7', 'Оформление внутреннего пространства дома из оцилиндрованного типа брёвен предполагает применение множества стилей <a href=https://sferahome.ru/stroitelstvo>дизайн-проекты </a>\r\n   Есть основные варианты, получившие наибольшее распространение: стиль модерн, скандинавское направление, кантри,  <a href=https://sferahome.ru/stroitelstvo>дизайн квартиры </a>\r\n \r\nОсновная область научных интересов – управление запасами в цепях поставок <a href=https://sferahome.ru/stroitelstvo>строит дом </a>\r\n   Является автором научных статей и методических пособий для студентов по специальности — Логистика и Управление цепями поставок <a href=https://sferahome.ru/komplektatsiya-i-dekorirovanie>интерьер и дизайн </a>\r\n \r\nСостав документации регламентируется в ПОСТАНОВЛЕНИИ ПРАВИТЕЛЬСТВА РОССИЙСКОЙ ФЕДЕРАЦИИ от 16 февраля 2008 г <a href=https://sferahome.ru/>Строить Дом </a>\r\n   N 87 \r\nСветлые кухни давно стали базой разработки интерьера жилья <a href=https://sferahome.ru/dizajn-interera>дом строить </a>\r\n   Разнообразие оттенков позволяет придать кухонному помещению как домашней теплоты, так и модерновой броскости <a href=https://sferahome.ru/>Интерьер Дизайн </a>\r\n   Нельзя выделить основные оттенки, подходящие кухням – их сотни <a href=https://sferahome.ru/stroitelstvo>дома постройка </a>\r\n   Выбор оптимального оформления зависит от предпочтений хозяева, но в целом можно смело заявить – светлая палитра благоприятно влияет на состояние нервной системы человека, благоприятно сказывается на аппетите <a href=https://sferahome.ru/stroitelstvo>постройка дома </a>\r\n   Хозяйки оценят способность такой гаммы настраивать на продуктивную работу <a href=https://sferahome.ru/komplektatsiya-i-dekorirovanie>декор в интерьере </a>\r\n   Есть недостатки: слишком светлые поверхности рабочей зоны быстро пачкаются, неправильный подбор красок создает ощущение холодности, холерикам такой интерьер может показаться скучным <a href=https://sferahome.ru/stroitelstvo>под ключ дом </a>\r\n \r\nПри средней площади 45 кв <a href=https://sferahome.ru/>Интерьеров Дизайн </a>\r\n   метров трехкомнатной панельной квартиры, лучше использовать минимализм, где немного мебели и элементов интерьера <a href=https://sferahome.ru/stroitelstvo>постройка домов </a>\r\n   Так можно освободить площадь <a href=https://sferahome.ru/>Дизайн Интерьер </a>\r\n \r\nПосле окончания курсов в Центре компьютерного обучения при МГТУ им <a href=https://sferahome.ru/komplektatsiya-i-dekorirovanie>постройка домов </a>\r\n   Н <a href=https://sferahome.ru/dizajn-interera>дизайн проекта </a>\r\n  Э <a href=https://sferahome.ru/dizajn-interera>строить дом </a>\r\n   Баумана начала работать в Московском центре компьютерного проектирования одежды на базе САПР  <a href=https://sferahome.ru/dizajn-interera>интерьера </a>\r\n   По данным дисциплинам О <a href=https://sferahome.ru/dizajn-interera>дома постройка </a>\r\n  В <a href=https://sferahome.ru/dizajn-interera>интерьер и дизайн </a>\r\n   Журавлевой были разработаны рабочие программы, методические указания и контрольные задания <a href=https://sferahome.ru/komplektatsiya-i-dekorirovanie>дизайн-проекты </a>\r\n   Имеет опыт ведения и руководства курсовыми и дипломными проектами студентов-дизайнеров с использованием САПР <a href=https://sferahome.ru/stroitelstvo>домов </a>', ''),
(7120, 1, 1018, '1', 'Robertdax', ''),
(7121, 1, 1018, '2', 'Robertdax', ''),
(7122, 1, 1018, '3', 'diana-vorobeva-1997@inbox.ru', ''),
(7123, 1, 1018, '4', '(456) 576-8308', ''),
(7124, 1, 1018, '5', 'google', ''),
(7125, 1, 1018, '6', 'Дизайн Интерьера Стоимость Проекта', ''),
(7126, 1, 1018, '7', 'Малогабаритная квартира-студия, безусловно, весьма привлекательный объект на рынке недвижимости – её цена ниже, чем у квартир со стенами, а возможности выбора дизайна для неё велики <a href=http://ra-designe.ru/>Цена Дизайн </a>\r\n   Давайте рассмотрим плюсы и минусы таких квартир, прежде чем принимать решение о покупке <a href=http://ra-designe.ru/#rec313037107>интерьера дизайн </a>\r\n \r\nСтоит остановить свой выбор на мягкой цветовой гамме <a href=http://ra-designe.ru/#rec313015787>стоимость проектирования интерьера </a>\r\n  Контрастные сочетания – не самый подходящий путь оформления дизайна квартиры-студии <a href=http://ra-designe.ru/#rec313032026>проектирование дизайна интерьера </a>\r\n   Такие комбинации концентрируют взгляды на границах пространства, тем самым, уменьшая его <a href=http://ra-designe.ru/#rec313015787>дизайн интерьера квартир стоимость </a>\r\n   Плавные цветовые переходы, наоборот, объединяют <a href=http://ra-designe.ru/#rec313032026>дизайн-проект квартиры заказать </a>\r\n   Взор глаз не задерживается на выделяющихся объектах, скользит по помещению, которое в результате воспринимается большим, чем оно есть на самом деле <a href=http://ra-designe.ru/#rec313015787>дизайн проект цены </a>\r\n \r\nСвязать интерьеры кухонной и гостиной зоны можно при помощи цвета, одинаковой отделки, перекликающихся штор, мебельной обивки, светильников и других аксессуаров <a href=http://ra-designe.ru/#rec313015787>квартиры дизайн </a>\r\n \r\nКак правило, студию дизайна открывают те люди, которые имеют некий опыт в этой сфере <a href=http://ra-designe.ru/>Ремонт Квартир С Дизайн Проектом </a>\r\n   На начальном этапе набирать много людей не требуется, так как нужно затраты сохранить до минимума <a href=http://ra-designe.ru/#rec313015787>сайт дизайн интерьера </a>\r\n   А увеличить количество персонала можно всегда успеть <a href=http://ra-designe.ru/#rec313030359>цена дизайн интерьера </a>\r\n   В будущий офис необходимо нанять следующий персонал: одного дизайнера, бухгалтера и менеджера <a href=http://ra-designe.ru/#rec313032026>дизайн интерьера </a>\r\n   Ну а вы будете выполнять функции директора <a href=http://ra-designe.ru/#rec313015787>интерьер проект </a>\r\n   Также на начальных этапах вы можете совмещать и должность менеджера по продажам <a href=http://ra-designe.ru/#rec313032026>проект дизайна интерьера </a>\r\n  К подбору персонала нужно подходить максимально тщательно <a href=http://ra-designe.ru/#rec313032026>дизайн-студии интерьеров </a>\r\n   Отдавать предпочтения лучше тем людям, которые имеют портфолио, опыт и хорошо разбираются в своей работе <a href=http://ra-designe.ru/#rec313032026>дизайн иваново </a>\r\n   Если же сотрудники  не будут обладать этими знаниями, то открытие студии дизайна будет чревато очень быстрым разорением <a href=http://ra-designe.ru/#rec313032026>дизайн интерьер квартир </a>\r\n \r\nВ дизайне однокомнатной квартиры студии важно найти компромисс между , простором <a href=http://ra-designe.ru/#rec313032026>дизайн-проект комнаты </a>\r\n   Для этого в квартире с открытой планировкой выбирают предметы, которые выполняли бы не одну функцию, а несколько <a href=http://ra-designe.ru/#rec313037107>цены на дизайн проект квартиры </a>\r\n   Например, многофункциональная тумбочка-трансформер, которая превращается в стол и два стула, или странный, но гениальный стол, который в сложенном виде крепится на стену как картина <a href=http://ra-designe.ru/>Проект Ремонта </a>\r\n \r\nУслуги по созданию проектов коттеджей, дизайн-проектов интерьеров, реализации их в жизнь, текстильному оформлению и декорированию интерьеров <a href=http://ra-designe.ru/#rec313032026>интерьера дизайн </a>\r\n  Студия дизайна находится в Хабаровске <a href=http://ra-designe.ru/>Дизайн Проекта Квартиры </a>\r\n   Дизайн-проекты делаем для всего мира <a href=http://ra-designe.ru/#rec313032026>проектирование квартир </a>', ''),
(7127, 1, 1019, '1', 'Frankcib', ''),
(7128, 1, 1019, '2', 'Frankcib', ''),
(7129, 1, 1019, '3', 'yaroslavzakharov1969@bk.ru', ''),
(7130, 1, 1019, '4', '(867) 307-0173', ''),
(7131, 1, 1019, '5', 'google', ''),
(7132, 1, 1019, '6', 'Сколько Стоит Столешница', ''),
(7133, 1, 1019, '7', 'Мы работаем со всеми основными поставщиками акрилового искусственного камня и кварцевого агломерата <a href=https://www.raidstone.ru/services/montazhnye-raboty/oblicovka-vhodnoj-gruppy-granitom-marpl-red-i-royal-vajt.html>мрамор производство </a>\r\n   Так же готовы произвести работы мо монтажу изделий и декоративных элементов из натурального камня произведенных нашими партнерами <a href=https://www.raidstone.ru/services/montazhnye-raboty/montazh-maf-na-fasade-belvedera.html>столешницы мрамор </a>\r\n \r\n\r\n\r\nПрежде всего необходимо добыть натуральный камень для дальнейшей работы с ним <a href=https://www.raidstone.ru/services/montazhnye-raboty/montazh-mramornyh-slebov-na-steny-i-pol-vannoj.html>изготовление столешниц </a>\r\n   Добыча сырья происходит посредствам применения специальных инструментов, позволяющих не только отделение каменной глыбы от массива, но и его погрузку и перевозку <a href=https://www.raidstone.ru/services/montazhnye-raboty/oblicovka-vhodnoj-gruppy-granitom-marpl-red-i-royal-vajt.html>камин мрамор </a>\r\n \r\nСотрудники компании  удовлетворит желание любого покупателя <a href=https://www.raidstone.ru/services/dizajn-interera.html>характеристика гранита </a>\r\n   Компания обеспечивает клиента гарантией качества на любое изделие, а также плодотворное длительное сотрудничество с дальнейшим обслуживанием <a href=https://www.raidstone.ru/services/montazhnye-raboty/oblicovka-pola-pomeshheniya-i-bassejna.html>ванна из гранита </a>\r\n \r\n•	искусственный камень <a href=https://www.raidstone.ru/katalog-kamnya/tuf-armyanskij.html>бассейн из камня </a>\r\n   Ниша искусственных материалов для столешниц достаточно широка <a href=https://www.raidstone.ru/katalog-kamnya/oniks.html>плитка из мрамора для пола </a>\r\n   Здесь можно встретить всем известный кварцит (кварц), представляющий собой смесь специальной смолы с кусочками натурального кварца или гранита, которая в итоге образует однородный состав, идеально подходящий для отделки кухонь, ванных комнат, создания столешниц, подоконников, полок и т <a href=https://www.raidstone.ru/services/montazhnye-raboty/oblicovka-parapeta-magnezitom.html>гранит на кухне </a>\r\n  д <a href=https://www.raidstone.ru/services/oblicovka-interera/oblicovka-pola.html>столешница на кухню </a>\r\n   Столешницы из кварца имеют однородный рисунок по всей поверхности и обладают всеми свойствами натурального гранита <a href=https://www.raidstone.ru/services/montazhnye-raboty.html>заказать столешницу из искусственного камня </a>\r\n   Такой материал идеально подойдет для тех, кто не любит долгими часами приводить в порядок рабочую поверхность, а также не стремится к излишней индивидуальности, поскольку рисунок кварцита одинаков на каждой из созданных на производстве плит <a href=https://www.raidstone.ru/katalog-kamnya/travertin.html>столешница из мрамора для кухни </a>', ''),
(7134, 1, 1020, '1', 'Elizabethowu', ''),
(7135, 1, 1020, '2', 'Elizabethowu', ''),
(7136, 1, 1020, '3', 'el.i.z.abe.t.h.hern.a.nd.ez3.w.3@gmail.com', ''),
(7137, 1, 1020, '4', '(836) 137-1166', ''),
(7138, 1, 1020, '5', 'google', ''),
(7139, 1, 1020, '6', ' I love it so much when you\'re on top. What else would you like to add to our conversation today?', ''),
(7140, 1, 1020, '7', '<a href=https://is.gd/MHBCLf> I love it so much when you\'re on top. What else would you like to add to our conversation today?</a>', ''),
(7141, 1, 1021, '1', 'RaymondCak', ''),
(7142, 1, 1021, '2', 'RaymondCak', ''),
(7143, 1, 1021, '3', 'nikolay-kuzmin-1959@list.ru', ''),
(7144, 1, 1021, '4', '(206) 233-2467', ''),
(7145, 1, 1021, '5', 'google', ''),
(7146, 1, 1021, '6', 'чат с роботом', ''),
(7147, 1, 1021, '7', 'Евлампий очень необычный бот и оснащён всеми современными функциями и фишками <a href=https://rentabot.ru/index.php?route=product/product&path=20&product_id=54>русский бот </a>\r\n   Если же вы настолько подружились с ним, то можете не расставаться с роботом круглосуточно, так как имеется возможность скачать приложение с ботом в своё мобильное устройство <a href=https://rentabot.ru/>актуализация базы данных </a>\r\n   Скачать можно в самых известных базах приложений <a href=https://rentabot.ru/index.php?route=product/category&path=33>общаться с ботом </a>\r\n   При этом, вы получаете интуитивно понятный интерфейс и круглосуточное общение с любимым персонажем виртуальной жизни <a href=https://rentabot.ru/index.php?route=product/product&path=20&product_id=47>чат с ботом </a>', ''),
(7148, 1, 1022, '1', 'Marvinavext', ''),
(7149, 1, 1022, '2', 'Marvinavext', ''),
(7150, 1, 1022, '3', 'chickennoodle@gmail.com', ''),
(7151, 1, 1022, '4', '(161) 424-3205', ''),
(7152, 1, 1022, '5', 'google', ''),
(7153, 1, 1022, '6', 'World’s leading, accurate trading software - exclusive offer for traders!', ''),
(7154, 1, 1022, '7', 'Get started with the Bitcoin Era software now and earn money every day! The official App for the Bitcoin Era trading system on the official Bitcoin Era website - https://bit.ly/3QfeQ39 \r\nBitcoin Era is a leading trading robot that supports both automated and manual trading modes. The robot in the automated mode is key to the software entering and exiting traders according to the pre-determined rules of the trader. In this way, anybody can trade profitably and with ease. \r\nHow to use the Bitcoin Era APP – three easy steps: \r\nSTEP 1 \r\nOpen A Free Trading Account \r\nFrom the comfort of this homepage, complete the short application form. Submit your application once you complete the required details. Your registration will be accepted right away, and you will be granted access to our powerful trading software for free \r\nSTEP 2 \r\nDeposit And Start Investing \r\nTo start trading with Bitcoin Era, you will need to fund your trading account. The minimum deposit requirement is only $250. This money is your trading capital and it can be withdrawn, together with your profits at any time, without delays and hassle-free. \r\nSTEP 3 \r\nAuto Trade And Enjoy Profits \r\nOnce you fund your Bitcoin Era account, set up your trading settings, and hit the ‘Auto Trade’ button. The software gets to work analyzing the markets and trading on your behalf using our accurate algorithm. You simply relax and reap the profits from the trades. \r\nWARNING: Due to extremely high media demand, we will close registration on \r\n15/08/2022. Hurry!', ''),
(7155, 1, 1023, '1', 'Untok', ''),
(7156, 1, 1023, '2', 'Untok', ''),
(7157, 1, 1023, '3', '9i55kw3c@icloud.com', ''),
(7158, 1, 1023, '4', '(472) 184-4253', ''),
(7159, 1, 1023, '5', 'google', ''),
(7160, 1, 1023, '6', 'I promised.', ''),
(7161, 1, 1023, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/2mmgtg5w', ''),
(7162, 1, 1024, '1', 'Mike Day', ''),
(7163, 1, 1024, '2', 'Mike Day', ''),
(7164, 1, 1024, '3', 'no-replyPovaTasy@gmail.com', ''),
(7165, 1, 1024, '4', '(756) 835-7003', ''),
(7166, 1, 1024, '5', 'google', ''),
(7167, 1, 1024, '6', 'Strengthen your Domain Authority', ''),
(7168, 1, 1024, '7', 'Hi there \r\n \r\nDo you want a quick boost in ranks and sales for your website? \r\nHaving a high DA score, always helps \r\n \r\nGet your gangagen.com to have a DA between 50 to 60 points in Moz with us today and reap the benefits of such a great feat. \r\n \r\nSee our offers here: \r\nhttps://www.monkeydigital.co/product/moz-da50-seo-plan/ \r\n \r\nOn SALE: \r\nhttps://www.monkeydigital.co/product/ahrefs-dr60/ \r\n \r\n \r\nThank you \r\nMike Day', ''),
(7169, 1, 1025, '1', 'Larrydup', ''),
(7170, 1, 1025, '2', 'Larrydup', ''),
(7171, 1, 1025, '3', 'a.g.a.f.a.n.g.el.p.a.s.h.k.e.v.i.ch@gmail.com', ''),
(7172, 1, 1025, '4', '(828) 015-1288', ''),
(7173, 1, 1025, '5', 'google', ''),
(7174, 1, 1025, '6', 'remedial education', ''),
(7175, 1, 1025, '7', 'remedies bad breath  <a href=  > https://wuerzburger-baumpflege.de/rivde.html </a>  swollen gums remedies  <a href= https://www.dismoimondroit.fr/questions/question/acheter-seresta-en-ligne-sans-ordonnance > https://www.dismoimondroit.fr/questions/question/acheter-seresta-en-ligne-sans-ordonnance </a>  remedies for abscess', ''),
(7176, 1, 1026, '1', 'shamoquari', ''),
(7177, 1, 1026, '2', 'shamoquari', ''),
(7178, 1, 1026, '3', 'shamodag@yandex.ru', ''),
(7179, 1, 1026, '4', '(573) 212-4721', ''),
(7180, 1, 1026, '5', 'google', ''),
(7181, 1, 1026, '6', 'Шамо Магомедали - кидала', ''),
(7182, 1, 1026, '7', 'Знайте подлеца в лицо: Он делает мельницы, я заказал две и \"попал\" . <a href=https://www.youtube.com/watch?v=Y-4K87biWDs>видео на ютубе с доказательствами</a> . Подробно о мельничных мошенниках с документами в видео на ютубе https://www.youtube.com/watch?v=Y-4K87biWDs', ''),
(7183, 1, 1027, '1', 'Harry', ''),
(7184, 1, 1027, '2', 'Harry', ''),
(7185, 1, 1027, '3', 'w6shiijifukakusa7273@gmail.com', ''),
(7186, 1, 1027, '4', '(041) 107-5146', ''),
(7187, 1, 1027, '5', 'google', ''),
(7188, 1, 1027, '6', 'Good afternoon', ''),
(7189, 1, 1027, '7', 'Please contact me if you have any questions.', ''),
(7190, 1, 1028, '1', 'Sdvillreich', ''),
(7191, 1, 1028, '2', 'Sdvillreich', ''),
(7192, 1, 1028, '3', 'bran.ds.ch.i.m.med@o5o5.ru', ''),
(7193, 1, 1028, '4', '(321) 800-8004', ''),
(7194, 1, 1028, '5', 'google', ''),
(7195, 1, 1028, '6', '3 метил 2 гептен', ''),
(7196, 1, 1028, '7', '<a href=https://chimmed.ru/products/-id=405154>домперидон шампанское цена </a> \r\nTegs: домперидон 10 мг цена  https://chimmed.ru/products/-id=405154 \r\n \r\n<u>3 метил 2 бутеналь </u> \r\n<i>3 метил 2 бутен 1 ол </i> \r\n<b>3 метил 2 гексанон </b>', ''),
(7197, 1, 1029, '1', 'Sdvillreich', ''),
(7198, 1, 1029, '2', 'Sdvillreich', ''),
(7199, 1, 1029, '3', 'al.do.saur.ls@o5o5.ru', ''),
(7200, 1, 1029, '4', '(358) 488-3184', ''),
(7201, 1, 1029, '5', 'google', ''),
(7202, 1, 1029, '6', 'натрий сернистый чда', ''),
(7203, 1, 1029, '7', '<a href=https://aldosa.ru/chemistry/him-react.html>алюминий сернокислый гост </a> \r\nTegs: алюминий сернокислый чда  https://aldosa.ru/chemistry/him-react.html \r\n \r\n<u>натрий сернистокислый чда </u> \r\n<i>натрий сернистый гост </i> \r\n<b>натрий сернистый гост 2053 77 </b>', ''),
(7204, 1, 1030, '1', 'Untok', ''),
(7205, 1, 1030, '2', 'Untok', ''),
(7206, 1, 1030, '3', '7dnopiqk@gmail.com', ''),
(7207, 1, 1030, '4', '(463) 727-5484', ''),
(7208, 1, 1030, '5', 'google', ''),
(7209, 1, 1030, '6', 'I promised.', ''),
(7210, 1, 1030, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/2zznl86g', ''),
(7211, 1, 1031, '1', 'alisonuj4', ''),
(7212, 1, 1031, '2', 'alisonuj4', ''),
(7213, 1, 1031, '3', 'lauren@masaaki6310.yuji46.officemail.in.net', ''),
(7214, 1, 1031, '4', '(641) 372-2261', ''),
(7215, 1, 1031, '5', 'google', ''),
(7216, 1, 1031, '6', 'Browse over 500 000 of the best porn galleries, daily updated collections', ''),
(7217, 1, 1031, '7', 'Hot galleries, thousands new daily.\r\nhttp://arlington.energysexy.com/?princess \r\n savannah gold porn star porn promos full episodes porn free free previews porn sites got free porn', ''),
(7218, 1, 1032, '1', 'Untok', ''),
(7219, 1, 1032, '2', 'Untok', ''),
(7220, 1, 1032, '3', 'y376xsp7@yahoo.com', ''),
(7221, 1, 1032, '4', '(611) 807-5444', ''),
(7222, 1, 1032, '5', 'google', ''),
(7223, 1, 1032, '6', 'I promised.', ''),
(7224, 1, 1032, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/2fjw49xv', ''),
(7225, 1, 1033, '1', 'Kimi', ''),
(7226, 1, 1033, '2', 'King', ''),
(7227, 1, 1033, '3', 'hivexmarketing+survival@gmail.com', ''),
(7228, 1, 1033, '4', '(800) 555-2100', ''),
(7229, 1, 1033, '5', 'Survival Supply Direct', ''),
(7230, 1, 1033, '6', 'RE: The USA, is on the verge of war…are you ready?', ''),
(7231, 1, 1033, '7', 'I won\'t take much of your time...I just have a question.\r\n\r\nWith all the craziness going on in the world, do you think you\'re safe?\r\n\r\nBefore you move past this email, just take a moment cause it might save you and your family.\r\n\r\n\r\n\r\n\r\nA historian discovered by a stroke of luck an ancient book that unveils something dangerous for all of us.\r\n\r\n \r\nClick Here to see this study exposed and how you can protect you and your loved ones:\r\n\r\nhttps://46ad35xksq3n7p4eweikbvem2b.hop.clickbank.net\r\n\r\n \r\nThis secret deal is more dangerous that any present armed conflict…\r\n\r\nIt’s a sinister pact between ranking officials and it will reach its terms in a short while with devastating consequences…\r\n\r\n \r\nClick Here to see this study exposed:\r\nhttps://46ad35xksq3n7p4eweikbvem2b.hop.clickbank.net\r\n\r\nStay Safe. Stay Prepared,\r\n\r\nKimi\r\nSurvival Supply Direct\r\n\r\n\r\nemail \"opt out\" to hivexmarketing+optout@gmail.com  if you don\'t want to receive offers anymore.', ''),
(7232, 1, 1034, '1', 'Kimi', ''),
(7233, 1, 1034, '2', 'King', ''),
(7234, 1, 1034, '3', 'hivexmarketing+survival@gmail.com', ''),
(7235, 1, 1034, '4', '(800) 555-2100', ''),
(7236, 1, 1034, '5', 'Survival Supply Direct', ''),
(7237, 1, 1034, '6', 'RE: The USA, is on the verge of war…are you ready?', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(7238, 1, 1034, '7', 'I won\'t take much of your time...I just have a question.\r\n\r\nWith all the craziness going on in the world, do you think you\'re safe?\r\n\r\nBefore you move past this email, just take a moment cause it might save you and your family.\r\n\r\n\r\n\r\n\r\nA historian discovered by a stroke of luck an ancient book that unveils something dangerous for all of us.\r\n\r\n \r\nClick Here to see this study exposed and how you can protect you and your loved ones:\r\n\r\nhttps://46ad35xksq3n7p4eweikbvem2b.hop.clickbank.net\r\n\r\n \r\nThis secret deal is more dangerous that any present armed conflict…\r\n\r\nIt’s a sinister pact between ranking officials and it will reach its terms in a short while with devastating consequences…\r\n\r\n \r\nClick Here to see this study exposed:\r\nhttps://46ad35xksq3n7p4eweikbvem2b.hop.clickbank.net\r\n\r\nStay Safe. Stay Prepared,\r\n\r\nKimi\r\nSurvival Supply Direct\r\n\r\n\r\nemail \"opt out\" to hivexmarketing+optout@gmail.com  if you don\'t want to receive offers anymore.', ''),
(7239, 1, 1035, '1', 'Anthony', ''),
(7240, 1, 1035, '2', 'Thomas', ''),
(7241, 1, 1035, '3', 'anthony@moneyheadquarters.xyz', ''),
(7242, 1, 1035, '4', '(202) 991-6766', ''),
(7243, 1, 1035, '5', 'Express Capital', ''),
(7244, 1, 1035, '6', 'I might be off-base here but....', ''),
(7245, 1, 1035, '7', 'I have a solution to address how to help small business owners get immediate working capital without all the insane bank requirements.\r\n\r\nGone are the days of needing perfect credit, huge amounts of collateral and the endless list of items required to get approved.\r\n\r\nExpress Capital will offer you up to 250k (RIGHT NOW) based on your company’s sales. Rather than make you \r\nqualify based on having perfect credit or some crazy collateral requirement.\r\n\r\nIt’s the fastest and easiest way to be approved. Get your decision in 30 seconds or less and receive funding the very next day.\r\n \r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nAnthony Thomas\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(7246, 1, 1036, '1', 'Untok', ''),
(7247, 1, 1036, '2', 'Untok', ''),
(7248, 1, 1036, '3', 'lf0vvlou@hotmail.com', ''),
(7249, 1, 1036, '4', '(781) 584-0478', ''),
(7250, 1, 1036, '5', 'google', ''),
(7251, 1, 1036, '6', 'I promised.', ''),
(7252, 1, 1036, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/2khgk2ap', ''),
(7253, 1, 1037, '1', 'art-simson', ''),
(7254, 1, 1037, '2', 'art-simson', ''),
(7255, 1, 1037, '3', 'toticdwldwkjdwccqeerqwedqww@gmail.com', ''),
(7256, 1, 1037, '4', '(726) 406-0460', ''),
(7257, 1, 1037, '5', 'google', ''),
(7258, 1, 1037, '6', 'authenticate my milieu porn videos defeat', ''),
(7259, 1, 1037, '7', 'Tube8 has one thing for each discerning taste on the market, all you must do is to go out and seek for it on our pornotube. Share your feedback if you have any questions/comments. Some of the most well-liked categories on our site embrace novice teen porn movies (who would not love a ripe young, spry teen bouncing around on a tough cock?).\r\n \r\nhttps://sweetboysporn.com\r\nhttps://j-pussy.com', ''),
(7260, 1, 1038, '1', 'nzbkkix', ''),
(7261, 1, 1038, '2', 'nzbkkix', ''),
(7262, 1, 1038, '3', 'lumelskiy.leopold@mail.ru', ''),
(7263, 1, 1038, '4', '(636) 785-2153', ''),
(7264, 1, 1038, '5', 'google', ''),
(7265, 1, 1038, '6', 'колодезные кольца Нижний Новгород', ''),
(7266, 1, 1038, '7', 'Наша фирма ООО «НЗБК» сайт http://nzbk-nn.ru - nzbk-nn.ru занимается производством элементов канализационных колодцев из товарного бетона в полном их ассортименте. В состав колодцев входят следующие составляющие: \r\nколодезные кольца (кольцо колодца стеновое); доборные кольца (кольцо колодца стеновое доборное); крышки колодцев (плита перекрытия колодца); днища колодцев (плита днища колодца).	 \r\n \r\nhttp://nzbk-nn.ru - купить ж б кольца', ''),
(7267, 1, 1039, '1', 'Mike Clapton', ''),
(7268, 1, 1039, '2', 'Mike Clapton', ''),
(7269, 1, 1039, '3', 'no-replyPovaTasy@gmail.com', ''),
(7270, 1, 1039, '4', '(765) 045-3748', ''),
(7271, 1, 1039, '5', 'google', ''),
(7272, 1, 1039, '6', 'NEW: Semrush Backlinks', ''),
(7273, 1, 1039, '7', 'Greetings \r\n \r\nThis is Mike Clapton\r\n \r\nLet me show you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Clapton\r\n \r\nmike@strictlydigital.net', ''),
(7274, 1, 1040, '1', 'Rory', ''),
(7275, 1, 1040, '2', 'Fernie', ''),
(7276, 1, 1040, '3', 'rory.fernie@gmail.com', ''),
(7277, 1, 1040, '4', '(907) 829-4806', ''),
(7278, 1, 1040, '5', 'Rory Fernie', ''),
(7279, 1, 1040, '6', 'Just Checkin\' In...', ''),
(7280, 1, 1040, '7', 'Did you watch it yet?!?\r\n\r\nYesterday I sent over a short video with a guy named Dave. \r\n\r\nThat video is extraordinarily powerful (and I think you’ll absolutely love it).\r\n\r\nWatch It at www.15daychallenge.biz\r\n\r\nI’ve seen just about everything there is to see in terms of digital marketing… \r\n\r\nAnd this is by far one of the most impactful videos I’ve ever seen.\r\n\r\nAfter you get your eyeballs on this video, you’re going to feel:\r\n\r\n- Clarity about how to create revenue online\r\n- The reason so many people get STUCK\r\n- Practical strategies to start your online journey right now\r\n\r\nThe video is short, but it is JAM PACKED with incredibly important information.\r\n\r\nGo here www.15daychallenge.biz To Watch The Video \r\n\r\nIt’s your time.', ''),
(7281, 1, 1041, '1', 'Septikkix', ''),
(7282, 1, 1041, '2', 'Septikkix', ''),
(7283, 1, 1041, '3', 'taisiya.alximowa@mail.ru', ''),
(7284, 1, 1041, '4', '(177) 414-7258', ''),
(7285, 1, 1041, '5', 'google', ''),
(7286, 1, 1041, '6', 'Септики в Нижнем Новгороде', ''),
(7287, 1, 1041, '7', '<a href=https://xn----ctbjbcpoczbiiyq8l.xn--p1ai>строительством септиков из бетонных колец</a>  - подробнее на сайте <a href=https://xn----ctbjbcpoczbiiyq8l.xn--p1ai>поволжье-септик.рф</a>', ''),
(7288, 1, 1042, '1', 'Maruf Emir', ''),
(7289, 1, 1042, '2', 'ARTUKOGLU', ''),
(7290, 1, 1042, '3', 'particalst@hotmail.com', ''),
(7291, 1, 1042, '4', '(544) 303-4397', ''),
(7292, 1, 1042, '5', 'Patient', ''),
(7293, 1, 1042, '6', 'Prostatitis', ''),
(7294, 1, 1042, '7', 'Hi,\r\n\r\nI would like to learn prices for Chronic Prostatitis. I am a patient and i would like to have your help.\r\n\r\nThanks,\r\nM. Emir', ''),
(7295, 1, 1043, '1', 'Margaritarenue', ''),
(7296, 1, 1043, '2', 'Margaritarenue', ''),
(7297, 1, 1043, '3', 'lyudochka_kharichkova@mail.ru', ''),
(7298, 1, 1043, '4', '(388) 608-5821', ''),
(7299, 1, 1043, '5', 'google', ''),
(7300, 1, 1043, '6', 'XEVIL 5.0: The best program for captchas solving is available now !!!', ''),
(7301, 1, 1043, '7', 'XEvil 5.0 automatically solve most kind of captchas, \r\nIncluding such type of captchas: ReCaptcha v.2, ReCaptcha v.3, Hotmail, Google, Solve Media, BitcoinFaucet, Steam, +12k \r\n+ hCaptcha supported in new XEvil 6.0! Just search for XEvil 6.0 in YouTube \r\n \r\nInterested? Just google XEvil 5.0.14 \r\nP.S. Free XEvil Demo is available ! \r\n \r\nAlso, there is a huge discount available for purchase until 30th July: -30%! \r\nStand-alone full license of XEvil price is Just 59 USD \r\n \r\nhttp://XEvil.Net/ \r\n \r\nCheck new video in YouTube: \r\n\"XEvil 6.0 <Beta>1] + XRumer multhithreading hCaptcha test\"', ''),
(7302, 1, 1044, '1', 'RobertGot', ''),
(7303, 1, 1044, '2', 'RobertGot', ''),
(7304, 1, 1044, '3', 'zelatcol@gmail.com', ''),
(7305, 1, 1044, '4', '(867) 626-2281', ''),
(7306, 1, 1044, '5', 'google', ''),
(7307, 1, 1044, '6', 'Hi    wrote about your the prices', ''),
(7308, 1, 1044, '7', 'Hi, I wanted to know your price.', ''),
(7309, 1, 1045, '1', 'Mark', ''),
(7310, 1, 1045, '2', 'Davis', ''),
(7311, 1, 1045, '3', 'mark@loanscapitol.xyz', ''),
(7312, 1, 1045, '4', '(202) 991-6766', ''),
(7313, 1, 1045, '5', 'Express Capital', ''),
(7314, 1, 1045, '6', 'Hoping to help!', ''),
(7315, 1, 1045, '7', 'Did you know that getting working capital for your business no longer requires good credit?\r\n\r\nWhat would it mean to you if your business could get APPROVED for up to 250k in less than 30 seconds?\r\n\r\nOur approvals are based on your company’s sales instead of credit and collateral. This allows us to \r\nprovide you with an immediate decision. \r\n\r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nMark Davis\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(7316, 1, 1046, '1', 'RobertGot', ''),
(7317, 1, 1046, '2', 'RobertGot', ''),
(7318, 1, 1046, '3', 'zelatcol@gmail.com', ''),
(7319, 1, 1046, '4', '(626) 813-6876', ''),
(7320, 1, 1046, '5', 'google', ''),
(7321, 1, 1046, '6', 'Hallo  i wrote about your the prices', ''),
(7322, 1, 1046, '7', 'Hi, ego volo scire vestri pretium.', ''),
(7323, 1, 1047, '1', 'DonaldWaize', ''),
(7324, 1, 1047, '2', 'DonaldWaize', ''),
(7325, 1, 1047, '3', 'kvartirrarumail@gmail.com', ''),
(7326, 1, 1047, '4', '(465) 787-2213', ''),
(7327, 1, 1047, '5', 'google', ''),
(7328, 1, 1047, '6', 'Как привести список телефонов в порядок и к единому формату', ''),
(7329, 1, 1047, '7', 'Приводим в порядок базу телефонных номеров клиентов 3-мя способами: \r\n1. Нормализация телефонных номеров в Excel (B2 - это адрес ячейки с исходным номером) \r\n=ПРАВСИМВ(ПОДСТАВИТЬ(ПОДСТАВИТЬ(ПОДСТАВИТЬ(ПОДСТАВИТЬ(B2;\" \";\"\");\"-\";\"\");\"(\";\"\");\")\";\"\");10)*1 \r\n2. Нормализация телефонных номеров в Notepad++ через Regexp \r\nЗаменяем <>0-9\\n|\\r|\\r\\n] на ничего. (заменяем все символы кроме цифр) \r\nЗаменяем ^(?:\\+7|8|7)(\\d10) на +7$1 \r\n3. Нормализация телефонных номеров прямо в .txt файле через программу. Этим способом можно обрабатывать огромные списки в несколько миллионов строк. \r\nhttps://vk.com/wall7825962_1048', ''),
(7330, 1, 1048, '1', 'LorenzoErats', ''),
(7331, 1, 1048, '2', 'LorenzoErats', ''),
(7332, 1, 1048, '3', 'christiedazzo@rambler.ru', ''),
(7333, 1, 1048, '4', '(002) 042-4780', ''),
(7334, 1, 1048, '5', 'google', ''),
(7335, 1, 1048, '6', 'авто по вин коду', ''),
(7336, 1, 1048, '7', 'Привет нашел классный сайт про автомобили много полезной информации <a href=https://autodoc24.ru/>autodoc24.ru</a>', ''),
(7337, 1, 1049, '1', 'Josh', ''),
(7338, 1, 1049, '2', 'Coker', ''),
(7339, 1, 1049, '3', 'sales@automationdad.com', ''),
(7340, 1, 1049, '4', '(480) 123-4567', ''),
(7341, 1, 1049, '5', 'Automation Dad', ''),
(7342, 1, 1049, '6', 'Can I have a few minutes to show you how to pay Less for Credit Card Processing, or make $1000.00', ''),
(7343, 1, 1049, '7', 'Hello Business Owner,\r\n\r\n I am the Automation Dad, also a business owner and I am a referral partner for Luminous Payments. Do you mind taking a few minutes to learn about how you can save money on credit card processing!\r\n\r\nI wouldn\'t be filling out this contact form unless I thought this was legit and worth your time.\r\n\r\nIf you can\'t save money, Luminous will pay you a $1000.00. I am sure you get a lot of requests like this, but I believe this will be worth your time! \r\n\r\nPlease click here to learn more: https://automationdad.com/luminouspayments\r\n\r\nThank you for your time!\r\n\r\nAutomation Dad\r\n\r\nYou can opt of of future mesages by forwarding this message to optout@automationad.com and I will remove the following domain from future messages gangagen.com', ''),
(7344, 1, 1050, '1', 'PeterCoelp', ''),
(7345, 1, 1050, '2', 'PeterCoelp', ''),
(7346, 1, 1050, '3', 'spbetcas708@gmail.com', ''),
(7347, 1, 1050, '4', '(602) 761-8784', ''),
(7348, 1, 1050, '5', 'google', ''),
(7349, 1, 1050, '6', 'gеt nоw #', ''),
(7350, 1, 1050, '7', 'Best onlіnе саsіno \r\nBіg bоnus аnd Frееsріns \r\nSpоrt bеttіng аnd pоkеr \r\n \r\ngo now https://tinyurl.com/3e5pn829', ''),
(7351, 1, 1051, '1', 'Sdvillreich', ''),
(7352, 1, 1051, '2', 'Sdvillreich', ''),
(7353, 1, 1051, '3', 'b.r.an.d.s.ch.i.mm.e.d@o5o5.ru', ''),
(7354, 1, 1051, '4', '(161) 375-7360', ''),
(7355, 1, 1051, '5', 'google', ''),
(7356, 1, 1051, '6', 'колба эрленмейера 2000 мл', ''),
(7357, 1, 1051, '7', '<a href=https://chimmed.ru/products/search?name=Р‘СѓС‚С‹Р»СЊ+Р’СѓР»СЊС„Р°>бутыль вульфа 1000 мл </a> \r\nTegs: бутыль вульфа 5л 2038 5000 бсс шт  https://chimmed.ru/products/-id=1480494 \r\n \r\n<u>колба эрленмейера 100 мл </u> \r\n<i>колба эрленмейера 1000 мл </i> \r\n<b>колба эрленмейера 125 мл </b>', ''),
(7358, 1, 1052, '1', 'GeorgecrotO', ''),
(7359, 1, 1052, '2', 'GeorgecrotO', ''),
(7360, 1, 1052, '3', 'm92bc@course-fitness.com', ''),
(7361, 1, 1052, '4', '(755) 851-5070', ''),
(7362, 1, 1052, '5', 'google', ''),
(7363, 1, 1052, '6', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包', ''),
(7364, 1, 1052, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(7365, 1, 1053, '1', 'Josh', ''),
(7366, 1, 1053, '2', 'Boag', ''),
(7367, 1, 1053, '3', 'inquiry@automationdad.com', ''),
(7368, 1, 1053, '4', '(480) 123-4567', ''),
(7369, 1, 1053, '5', 'Automation Dad', ''),
(7370, 1, 1053, '6', 'Automation Dad - A Website to Help Parents and Teachers with Technology and Parental Controls', ''),
(7371, 1, 1053, '7', 'Hello!\r\n\r\nYou are probably wondering why you are receiving this message. Let me introduce myself.\r\n\r\nMy name is Josh and I\'m the Automation Dad. I am working to educate parents and teachers on parental controls. My ask for you as a business leader is to review my website, link from your site to mine if possible, and share this new resource with your employees. \r\n\r\nYou will also notice on my website the articles from Fox News and Digital Journal which highlight my mission. In my blog, I also post very recent news, tips, and updates to help parents and teacher now.\r\n\r\nMy website is https://automationdad.com\r\n\r\nThank you for taking the time and please feel free to reach out to me with any questions.\r\n\r\nJosh -Automation Dad\r\n\r\n\r\nYou can opt of of future mesages by forwarding this message to optout@automationad.com and I will remove the following domain from future messages gangagen.com', ''),
(7372, 1, 1054, '1', 'Josh', ''),
(7373, 1, 1054, '2', 'Whalen', ''),
(7374, 1, 1054, '3', 'marketing@automationdad.com', ''),
(7375, 1, 1054, '4', '(480) 123-4567', ''),
(7376, 1, 1054, '5', 'Automation Dad', ''),
(7377, 1, 1054, '6', 'Pay Less for Credit Card Processing, or make $1000.00', ''),
(7378, 1, 1054, '7', 'Greetings!\r\n\r\n I am the Automation Dad and I am a referral partner for Villiers Jets.\r\n\r\nThe Villiers Network aggregates over 10,000 private aircraft across 40,000 destinations worldwide. They also provide access to the lowest prices from the largest global network of private aircraft.\r\n\r\nMy only ask of you is to check out the link below if you are considering a private jet service. It will be worth your time.\r\n\r\nPlease click here to learn more: https://www.villiersjets.com/?id=3320\r\n\r\nThank you for your time!\r\n\r\nAutomation Dad\r\n\r\nYou can opt of of future mesages by forwarding this message to optout@automationad.com and I will remove the following domain from future messages gangagen.com', ''),
(7379, 1, 1055, '1', 'Jesusralar', ''),
(7380, 1, 1055, '2', 'Jesusralar', ''),
(7381, 1, 1055, '3', 'a.g.a.f.a.n.g.el.p.a.s.h.k.e.v.i.c.h@gmail.com', ''),
(7382, 1, 1055, '4', '(284) 202-0834', ''),
(7383, 1, 1055, '5', 'google', ''),
(7384, 1, 1055, '6', 'herbs remedy', ''),
(7385, 1, 1055, '7', 'mold remediation home  <a href=  > https://www.cureus.com/users/403375-acheter-tramadol-en-ligne-sans-ordonnance </a>  takeda gout drug  <a href= https://soundcloud.com/user-151806243/comprar-lexotanil > https://soundcloud.com/user-151806243/comprar-lexotanil </a>  rosacea herbal', ''),
(7386, 1, 1056, '1', 'Gaurav', ''),
(7387, 1, 1056, '2', 'E vtzv', ''),
(7388, 1, 1056, '3', 'gauravkodak@gmail.com', ''),
(7389, 1, 1056, '4', '(415) 484-5413', ''),
(7390, 1, 1056, '5', 'Virtual Team Hire', ''),
(7391, 1, 1056, '6', 'virtual assistant', ''),
(7392, 1, 1056, '7', 'Hi there,\r\n\r\nThis is Gaurav from Virtual Team Hire. We provide Virtual Assistance in multiple services like  E-Commerce data entry, Telemarketing, Content Writing and Data Entry & we charge $10/hr. So, Do you have any requirements right now?\r\n\r\nRegards\r\nGaurav\r\ngauravkodak@gmail.com\r\n+1 415 484 5413', ''),
(7393, 1, 1057, '1', 'Mike Porter', ''),
(7394, 1, 1057, '2', 'Mike Porter', ''),
(7395, 1, 1057, '3', 'no-replyPovaTasy@gmail.com', ''),
(7396, 1, 1057, '4', '(616) 220-1428', ''),
(7397, 1, 1057, '5', 'google', ''),
(7398, 1, 1057, '6', 'Want Better Local Ranks? Ready this', ''),
(7399, 1, 1057, '7', 'Greetings \r\n \r\nIf you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/', ''),
(7400, 1, 1058, '1', 'Pewlokas', ''),
(7401, 1, 1058, '2', 'Pewlokas', ''),
(7402, 1, 1058, '3', 'benjamrik2108@hotmail.com', ''),
(7403, 1, 1058, '4', '(262) 125-7855', ''),
(7404, 1, 1058, '5', 'google', ''),
(7405, 1, 1058, '6', 'ПОЗДРАВЛЮ! ВАМ уже Третье начисление! Сразу в миллионеры.', ''),
(7406, 1, 1058, '7', 'Здравствуйте! \r\n \r\nЯ предлагаю Вам онлайн работу. http://usperametod.blogspot.fr \r\n \r\n4 дня я вам не писал, но это предложение не мог не предложить.', ''),
(7407, 1, 1059, '1', 'Reda', ''),
(7408, 1, 1059, '2', 'Braley', ''),
(7409, 1, 1059, '3', 'braley.reda@msn.com', ''),
(7410, 1, 1059, '4', '(815) 766-6091', ''),
(7411, 1, 1059, '5', 'Reda Braley', ''),
(7412, 1, 1059, '6', 'Would you like to double your leads & sales with one line of code?', ''),
(7413, 1, 1059, '7', 'Hi there! Would you like to double your leads & sales with one line of code? Check out https://chatbotcashflow.com to learn how this latest A.I. technology can help you grow your business!', ''),
(7414, 1, 1060, '1', 'MrunitemJeola', ''),
(7415, 1, 1060, '2', 'MrunitemJeola', ''),
(7416, 1, 1060, '3', 'MrunitemHed1971@rmt.rambleri.com', ''),
(7417, 1, 1060, '4', '(361) 728-3160', ''),
(7418, 1, 1060, '5', 'google', ''),
(7419, 1, 1060, '6', 'капли для похудения', ''),
(7420, 1, 1060, '7', '<a href=https://one-two-slim-kapli.ru/>https://one-two-slim-kapli.ru/</a> капли ван ту слим', ''),
(7421, 1, 1061, '1', 'EddiethoNo', ''),
(7422, 1, 1061, '2', 'EddiethoNo', ''),
(7423, 1, 1061, '3', 'spbbook@gmail.com', ''),
(7424, 1, 1061, '4', '(660) 244-3365', ''),
(7425, 1, 1061, '5', 'google', ''),
(7426, 1, 1061, '6', 'Какие объявления в контекстной рекламе дает ваш конкурент?', ''),
(7427, 1, 1061, '7', 'Кто на самом деле ваши конкуренты ? Есть ли там такие, о которых вы не знаете или знаете но не владеете информацией о том на какую сумму они рекламируются и какие именно объявления размещают? \r\nВсе это можно узнать  за пару минут <a href=>вот тут</a> \r\nЭтот инструмент поможет не только прояснить ситуацию в платной контекстной рекламе, но и то, по каким запросам ваши конкуренты успешно продвигаются в поисковых системах Яндекс и Гугл. \r\nВы сможете получить список этих запросов по каждому из своих конкурентов https://www.youtube.com/watch?v=TnIsoSSKkwE \r\nЭтот метод можно применить абсолютно к любому сайту, а на проверку уйдет несколько секунд, даже если вы не очень дружите с интернетом!', ''),
(7428, 1, 1062, '1', 'Kevin', ''),
(7429, 1, 1062, '2', 'Williams', ''),
(7430, 1, 1062, '3', 'kevin@loansprofessionals.xyz', ''),
(7431, 1, 1062, '4', '(202) 991-6766', ''),
(7432, 1, 1062, '5', 'Express Capital', ''),
(7433, 1, 1062, '6', 'Did you get what you were looking for?', ''),
(7434, 1, 1062, '7', 'Is working capital a priority for your business right now?\r\n\r\nI help companies like yours get IMMEDIATE working capital without requiring excellent credit or collateral of ANY kind!\r\n\r\nLet us INSTANTLY approve you for up to 250k without pulling your credit or asking you to submit a single document prior to approval.\r\n\r\nGet approved today and funded as early as tomorrow!\r\n\r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nKevin Williams\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe\r\n \r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(7435, 1, 1063, '1', 'Scotty', ''),
(7436, 1, 1063, '2', 'Denney', ''),
(7437, 1, 1063, '3', 'scotty.denney@msn.com', ''),
(7438, 1, 1063, '4', '(718) 820-9043', ''),
(7439, 1, 1063, '5', 'Scotty Denney', ''),
(7440, 1, 1063, '6', 'Pmjmdo', ''),
(7441, 1, 1063, '7', 'Congrats on your new site, get it listed here for free and we\'ll start sending people to your site https://bit.ly/submit_site_1', ''),
(7442, 1, 1064, '1', 'Adriana', ''),
(7443, 1, 1064, '2', 'Wicker', ''),
(7444, 1, 1064, '3', 'adriana.wicker@hotmail.com', ''),
(7445, 1, 1064, '4', '(904) 652-7616', ''),
(7446, 1, 1064, '5', 'Adriana Wicker', ''),
(7447, 1, 1064, '6', 'Xdq ru K', ''),
(7448, 1, 1064, '7', 'Free submission of your new website to over 35 business directories here https://bit.ly/submit_site_l1aa2sZgZ1G6', ''),
(7449, 1, 1065, '1', 'LorenzoErats', ''),
(7450, 1, 1065, '2', 'LorenzoErats', ''),
(7451, 1, 1065, '3', 'christiedazzo@rambler.ru', ''),
(7452, 1, 1065, '4', '(603) 262-2512', ''),
(7453, 1, 1065, '5', 'google', ''),
(7454, 1, 1065, '6', 'автомобиль toyota', ''),
(7455, 1, 1065, '7', 'Долго искал и наконец нашел действительно полезный сайт про авто <a href=https://autodoc24.ru/>autodoc24.ru</a>', ''),
(7456, 1, 1066, '1', 'JosephNug', ''),
(7457, 1, 1066, '2', 'JosephNug', ''),
(7458, 1, 1066, '3', 'dvdbrander@gmail.com', ''),
(7459, 1, 1066, '4', '(705) 061-6752', ''),
(7460, 1, 1066, '5', 'google', ''),
(7461, 1, 1066, '6', 'Elite SMM: TOP-1 in Google for 1 month for all queries', ''),
(7462, 1, 1066, '7', 'Get TOP-1 in Google in 1 month for all queries https://telegra.ph/TOP-1-of-Google-for-1-month-08-25-4282', ''),
(7463, 1, 1067, '1', 'videokix', ''),
(7464, 1, 1067, '2', 'videokix', ''),
(7465, 1, 1067, '3', 'zwisoltiving1980@seocdvig.ru', ''),
(7466, 1, 1067, '4', '(750) 564-6838', ''),
(7467, 1, 1067, '5', 'google', ''),
(7468, 1, 1067, '6', 'Видеонаблюдение в Нижнем Новгороде', ''),
(7469, 1, 1067, '7', '<a href=http://xn----ctbgen7aaf.xn--p1ai>Видеонаблюдение</a>', ''),
(7470, 1, 1068, '1', 'anniehl3', ''),
(7471, 1, 1068, '2', 'anniehl3', ''),
(7472, 1, 1068, '3', 'cara@rokuro1810.isamu15.meta1.in.net', ''),
(7473, 1, 1068, '4', '(253) 417-8352', ''),
(7474, 1, 1068, '5', 'google', ''),
(7475, 1, 1068, '6', 'My new hot project', ''),
(7476, 1, 1068, '7', 'Hot galleries, daily updated collections\r\nhttp://big.ass.hotnatalia.com/?elaine \r\n free gay xxx porn clips ashely tisdae porn best mobile bi site porn da li porn porn text stories', ''),
(7477, 1, 1069, '1', 'Brendaben', ''),
(7478, 1, 1069, '2', 'Brendaben', ''),
(7479, 1, 1069, '3', 'catherngrace@dasemana.com', ''),
(7480, 1, 1069, '4', '(563) 127-0820', ''),
(7481, 1, 1069, '5', 'google', ''),
(7482, 1, 1069, '6', 'Dating in your area', ''),
(7483, 1, 1069, '7', 'The new network is built on neural networks! You can find your friends and lovers. \r\n \r\nhttps://u.to/qhdEHA \r\n \r\nDas neue Netzwerk basiert auf neuronalen Netzen! Sie konnen Ihre Freunde und Liebhaber finden. \r\n \r\nhttps://u.to/qhdEHA', ''),
(7484, 1, 1070, '1', 'RonaldPep', ''),
(7485, 1, 1070, '2', 'RonaldPep', ''),
(7486, 1, 1070, '3', 'anghcargo@yandex.ru', ''),
(7487, 1, 1070, '4', '(404) 310-6610', ''),
(7488, 1, 1070, '5', 'google', ''),
(7489, 1, 1070, '6', 'The Basic Principles Of nft project', ''),
(7490, 1, 1070, '7', 'Главная Форумы Новые сообщения Поиск сообщений Что нового? Новые сообщения Новые сообщения профилей Последняя активность Пользователи Текущие посетители Новые сообщения профилей Поиск сообщений профилей Вход Регистрация Что нового? Поиск Поиск \r\n \r\nWith out a consumer account, somebody cannot make their buy or sell transaction around the NFT marketplace. Setting up an account is essential, which can also assure authenticity and authorization from the market. \r\n \r\nKK: I do think a whole lot of individuals Will not consider it. And albeit, experienced I thought of it far more ahead of I clicked settle for, I wouldn\'t have performed so, since the extra that I\'ve uncovered about what the Electricity prices are, the more horrified I\'m by this total endeavor. \r\n \r\nLG: All right. And due to all of you for listening. For those who have opinions, you could find all of us on Twitter wherever we will not be selling our tweets. Just Check out the demonstrate notes, but we actually do enjoy your responses. \r\n \r\nData demonstrate that A huge number of NFTs are sold daily, that has a superior need for several this sort of electronic assets. These stats present that men and women value the probable of NFTs, and also the concept is here to stay. \r\n<a href=https://cifris.com/>nft аукцион</a> \r\nChoosing an NFT as pores and skin in the sport or possibly a Twitter profile photograph, they turn into associates of the exceptional club. \r\n \r\nAll digitized models offered with the fund boosting stage during the US are regarded as securities and are commonly called protection tokens. \r\n \r\nМы очевидно живем на рубеже эпох. Именно сейчас закладываются основы для следующей вехи развития экономики и взаимоотношений между людьми. \r\n \r\nThat’s what we do at NTP. We have been consistently working to supply the most beneficial protection at the best value. \r\n \r\nBut when you are just basically using a digital symbol and portray it over a wall, what does that require? I nevertheless You should not know the total Tale of who painted the matter over the ad around the wall. But this is like the subsequent standard of that. There are no, like, particles there, physical matters exactly where we\'re interacting with. It really is just, like, purely digital assets. \r\n \r\nIt had been ordered from the property investment agency Republic Realm, rendering it the most expensive NFT Digital property ever. This greater the interest and need for electronic Homes. \r\n \r\nА еще такой токен подтверждает оригинальность приобретаемого объекта. \r\n \r\nMaking a new account button normally stays on the proper-hand corner of most of the NFT marketplace household page. \r\n \r\nBuying and selling and assets will also be a Component of the blockchain. More people are linked to digital buying and selling each day; men and women produce, sell, and buy electronic assets. Digital artwork is receiving well known working day by working day. The non-fungible token or NFT is now a brand new trend of this period. NFT marketplace could be the spot for customers and sellers of such digital assets.', ''),
(7491, 1, 1071, '1', 'arynatfax', ''),
(7492, 1, 1071, '2', 'arynatfax', ''),
(7493, 1, 1071, '3', 'promedpro@rambler.ru', ''),
(7494, 1, 1071, '4', '(862) 741-6460', ''),
(7495, 1, 1071, '5', 'google', ''),
(7496, 1, 1071, '6', 'справка в бассейн москва', ''),
(7497, 1, 1071, '7', 'В жизни часто случаются моменты, когда необходимо в минимальные сроки получить документы медицинского характера. Вовремя забрать больничный для учебы или службы. Оформить медицинские справки для подачи в любое заведение, бассейн или для выезда за границу. Необходимый рецепт на лекарство также выписывает доктор. Если вы цените собственное время и качество полученных бумаг, обращайтесь за данными услугами в современный центр медицины. Опытные сотрудники помогут вам и оформят больничный лист, который вы сможете подать по месту работы. Важные медицинские справки будут сделаны своевременно и по назначению. Получив рецепт на лекарство, вы без проблем приобретете нужные медикаменты. Всё это не займет много труда и позволит вам сберечь время.\r\n \r\n<a href=https://msk.pro-med-24.org/><img src=\"https://msk.pro-med-24.org/assets/banner.img\"></a> \r\nhttps://msk.pro-med-24.org/kupit-zakazat/analizy/medicinskie-analizy.html\r\nhttps://msk.pro-med-24.org/kupit-zakazat/spravki/recept.html\r\n \r\n<a href=https://msk.pro-med-24.org/kupit-zakazat/spravki/086-u-dlya-postupleniya.html>086у справка купить</a>\r\n<a href=https://msk.pro-med-24.org/kupit-zakazat/spravki/psihiatr-narkolog.html>замена международного водительского удостоверения</a>\r\n \r\nмедицинская карта из сада в школу\r\nсправка 086у каких врачей проходить\r\nревматоидный фактор в анализе крови', ''),
(7498, 1, 1072, '1', 'Sdvillreich', ''),
(7499, 1, 1072, '2', 'Sdvillreich', ''),
(7500, 1, 1072, '3', 'c.h.i.m.m.ed.u.rls@o5o5.ru', ''),
(7501, 1, 1072, '4', '(578) 737-8770', ''),
(7502, 1, 1072, '5', 'google', ''),
(7503, 1, 1072, '6', 'thermo fisher scientific', ''),
(7504, 1, 1072, '7', '<a href=https://chimmed.ru/products/search?name=%D1%8D%D1%82%D0%B8%D0%BB%D0%BE%D0%B2%D1%8B%D0%B9+%D1%81%D0%BF%D0%B8%D1%80%D1%82>рефрактометр купить </a> \r\nTegs: толуол купить  https://chimmed.ru/products/metanol-hch-1l-id=260610 \r\n \r\n<u>ротационный испаритель </u> \r\n<i>acros organics </i> \r\n<b>sigma aldrich </b>', ''),
(7505, 1, 1073, '1', 'Kavya', ''),
(7506, 1, 1073, '2', 'Srinivasan', ''),
(7507, 1, 1073, '3', 'kavyasrinivasan231@gmail.com', ''),
(7508, 1, 1073, '4', '(877) 812-3100', ''),
(7509, 1, 1073, '5', 'A fresher', ''),
(7510, 1, 1073, '6', 'Mam/sir is there is any vaccancy for msc. Biotechnology... Now your recruiting for job in your company', ''),
(7511, 1, 1073, '7', 'My skills is abt the effective communication skills and basics in Microsoft excel and word,to handle and to work with all the biotechnological instruments...', ''),
(7512, 1, 1074, '1', 'Pewlokas', ''),
(7513, 1, 1074, '2', 'Pewlokas', ''),
(7514, 1, 1074, '3', 'ereminahealthcon23@hotmail.com', ''),
(7515, 1, 1074, '4', '(448) 317-7058', ''),
(7516, 1, 1074, '5', 'google', ''),
(7517, 1, 1074, '6', '6700 руб. в день зарабатываю на продаже виртуальных яиц. Будете со мной работать?', ''),
(7518, 1, 1074, '7', 'Добрый вечер! \r\n \r\nЖМИТЕ СЮДА И ЗАБЕРИТЕ СВОЙ ДЕНЕЖНЫЙ РОБОТ. http://usperametod.blogspot.com gangagen.com \r\n \r\nЗарабатывайте на полном автомате с моей пожизненной поддержкой.', ''),
(7519, 1, 1075, '1', 'Steve', ''),
(7520, 1, 1075, '2', 'Gatty', ''),
(7521, 1, 1075, '3', 'gatty.stormy50@gmail.com', ''),
(7522, 1, 1075, '4', '(713) 804-5958', ''),
(7523, 1, 1075, '5', 'Stormy Gatty', ''),
(7524, 1, 1075, '6', 'did you get it?', ''),
(7525, 1, 1075, '7', 'Hey there, I saw you may be interested in home based business. I actually just came across an incredible company with an unheard of comp plan. I thought you may want to check it out > https://www.nvisionuopportunity.com/', ''),
(7526, 1, 1076, '1', 'Tigran Ayrapetyan', ''),
(7527, 1, 1076, '2', 'Tigran Ayrapetyan', ''),
(7528, 1, 1076, '3', 'ujn2esbgakah@opayq.com', ''),
(7529, 1, 1076, '4', '(660) 864-5147', ''),
(7530, 1, 1076, '5', 'google', ''),
(7531, 1, 1076, '6', 'Capital Investment Funding', ''),
(7532, 1, 1076, '7', 'Hello, \r\n \r\nWith our business experience spanning over 2 decades and transiting from a real estate company into a dominant private investment company over the years. We will be glad to review, discuss and partner with you in your dream project as well as your existing businesses, by providing funding, ideas and strong networks if needed, in order to form a strategic business partnership. \r\n \r\nWe have a structured joint venture investment plan in which we are interested in an annual return on investment not more than 10% ROI. We are also currently structuring a convertible debt and loan financing of 3% interest repayable annually with no early repayment penalties. \r\n \r\nKindly submit your business plan, pitch deck or executive summary for us to review and to understand much better about your business and to further discuss a possible partnership. \r\n \r\nSincerely, \r\n \r\nTigran Ayrapetyan \r\nInvestment Director \r\nDevcorp International E.C. \r\nP.O Box 10236 Shop No. 305 \r\nFlr 3 Manama Centre, Bahrain \r\n \r\nEmail: tigran.ayrapetyan@devcorpinternationalec.com', ''),
(7533, 1, 1077, '1', 'Waynekig', ''),
(7534, 1, 1077, '2', 'Waynekig', ''),
(7535, 1, 1077, '3', 'jasonward9681@gmail.com', ''),
(7536, 1, 1077, '4', '(272) 111-5273', ''),
(7537, 1, 1077, '5', 'google', ''),
(7538, 1, 1077, '6', 'Posting positive reviews', ''),
(7539, 1, 1077, '7', 'Hello, \r\n \r\nOur company, RatingsKing, specializes in posting 5-star testimonials on all major review sites. This way people can find you much easier and get a good impression of your business. \r\nJust go on our website and choose the package that best fits your needs at https://ratingsking.com/packages.php \r\n \r\nOur packages start from $49/month. \r\nDepending on your package you will have a number of positive reviews that we will do for you. You will have reports monthly with the work that has been done in your account. \r\n \r\nUsually, we are posting on all major reviews sites or other listings you may have.', ''),
(7540, 1, 1078, '1', 'Greg Chambers', ''),
(7541, 1, 1078, '2', 'Greg Chambers', ''),
(7542, 1, 1078, '3', 'gorillagreg92@gmail.com', ''),
(7543, 1, 1078, '4', '(507) 618-8610', ''),
(7544, 1, 1078, '5', 'google', ''),
(7545, 1, 1078, '6', 'I have a question?', ''),
(7546, 1, 1078, '7', 'Are you using TikTok to generate sales for your business? \r\nIf not, keep reading because your competition might be taking your money and customers shortly. \r\nI’m Gorilla Greg, and I want to let you in on a secret about TikTok. If you did not know, it has been experiencing explosive growth lately. Some experts even say it will overtake Facebook and Instagram. \r\nWith 500 million users desperate for products and services, it is a massive opportunity for you, right Now! \r\nBut before you dive in, you need to know: \r\n?	How it works \r\n?	How to sell to users \r\n?	And most important, what not to do \r\nTikTok appeals to specific demographics, and you need to speak their language to succeed. \r\nClick the link below to receive a free report on - Marketing on TikTok. \r\nhttps://bit.ly/tiktokgorilla \r\n \r\nCheers, \r\nGorilla Greg \r\nGORILLA MARKETING \r\nPS. If you are not selling on TikTok you could be losing 30% of your sales to your competition. Click the link now, because the longer you wait the more money you lose. \r\nhttps://bit.ly/tiktokgorilla', ''),
(7547, 1, 1079, '1', 'Kennethreora', ''),
(7548, 1, 1079, '2', 'Kennethreora', ''),
(7549, 1, 1079, '3', 'info@prefabricated-hangar.com', ''),
(7550, 1, 1079, '4', '(672) 483-5501', ''),
(7551, 1, 1079, '5', 'google', ''),
(7552, 1, 1079, '6', 'стоимость 1 м2 быстровозводимых зданий', ''),
(7553, 1, 1079, '7', 'Быстровозводимое ангары от производителя: <a href=http://bystrovozvodimye-zdanija.ru/>https://www.bystrovozvodimye-zdanija.ru/</a> - строительство в короткие сроки по минимальной цене с вводов в эксплуатацию! \r\n<a href=http://www.google.ht/url?q=https://bystrovozvodimye-zdanija-moskva.ru>http://www.google.ht/url?q=https://bystrovozvodimye-zdanija-moskva.ru</a>', ''),
(7554, 1, 1080, '1', 'Untok', ''),
(7555, 1, 1080, '2', 'Untok', ''),
(7556, 1, 1080, '3', 't4mw58nk@icloud.com', ''),
(7557, 1, 1080, '4', '(533) 303-5275', ''),
(7558, 1, 1080, '5', 'google', ''),
(7559, 1, 1080, '6', 'I promised.', ''),
(7560, 1, 1080, '7', 'Hi, this is Jenny. I am sending you my intimate photos as I promised. https://tinyurl.com/2ohdhfny', ''),
(7561, 1, 1081, '1', 'Tanu', ''),
(7562, 1, 1081, '2', 'Roy', ''),
(7563, 1, 1081, '3', 'tanu.roy00710@gmail.com', ''),
(7564, 1, 1081, '4', '(303) 736-9129', ''),
(7565, 1, 1081, '5', 'Content Writing Service', ''),
(7566, 1, 1081, '6', 'Content Writing Service', ''),
(7567, 1, 1081, '7', 'Hi, I\'m Tanu. \r\nI saw your website and I specialise in writing content for your Industry like blogs, articles, E-Commerce Product Description, SEO Content, Business Services/Products Description and Case Studies. \r\nI charge $100/1000 words. Sounds Interesting? \r\nLet\'s connect tanu.roy00710@gmail.com', ''),
(7568, 1, 1082, '1', 'Vicky', ''),
(7569, 1, 1082, '2', 'Tiw', ''),
(7570, 1, 1082, '3', 'outsourcezeweb@gmail.com', ''),
(7571, 1, 1082, '4', '(415) 854-1495', ''),
(7572, 1, 1082, '5', 'ZM SERVICES', ''),
(7573, 1, 1082, '6', 'Website Designer', ''),
(7574, 1, 1082, '7', 'Hi, \r\nMy Name is Vicky. We do wordpress, php and html development at just $30/hr for any kind of Website Related task. \r\nLet me know if you need help. You can connect with me on outsourcezeweb@gmail.com \r\n\r\nThanks, \r\nVicky', ''),
(7575, 1, 1083, '1', 'Mike Day', ''),
(7576, 1, 1083, '2', 'Mike Day', ''),
(7577, 1, 1083, '3', 'no-replyPovaTasy@gmail.com', ''),
(7578, 1, 1083, '4', '(333) 821-1676', ''),
(7579, 1, 1083, '5', 'google', ''),
(7580, 1, 1083, '6', 'cheap monthly SEO plans', ''),
(7581, 1, 1083, '7', 'Hi \r\n \r\nI have just took a look on your SEO for  gangagen.com for its SEO metrics and saw that your website could use an upgrade. \r\n \r\nWe will enhance your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart enhancing your sales and leads with us, today! \r\n \r\n \r\nregards \r\nMike Day\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(7582, 1, 1084, '1', 'AlenaOr', ''),
(7583, 1, 1084, '2', 'AlenaOr', ''),
(7584, 1, 1084, '3', 'alenaOr@outlook.com', ''),
(7585, 1, 1084, '4', '(654) 855-0287', ''),
(7586, 1, 1084, '5', 'google', ''),
(7587, 1, 1084, '6', 'I аm not a jealous gіrl. Lооkіng fоr a sеrіоus mаn!..', ''),
(7588, 1, 1084, '7', 'Неllоǃ\r\nΡеrhaps my meѕsage іѕ toо ѕpеcіfіс.\r\nΒut mу older ѕiѕter fоund a wondеrful man hеre аnd they havе a great rеlаtionѕhip, but what abоut me?\r\nΙ am 27 yearѕ оld, Аlenа, from thе Сzech Reрublіс, knоw Εngliѕh languаgе аlso\r\nΑnd... better tо saу іt immеdіаtеlу. Ι аm bіseхuаl. Ι am nоt ϳeаlоus of аnоthеr wоman... eѕpесially if we makе lоvе togеther.\r\nАh уes, I cооk vеry tastyǃ аnd I lоvе nоt onlу coоk ;))\r\nΙm rеal gіrl and lоokіng fоr ѕerіоus аnd hot rеlatіonѕhiр...\r\nAnywау, уou can find mу profilе here: http://raimestsurde.tk/pg-90055/', ''),
(7589, 1, 1085, '1', 'Mike Mathews', ''),
(7590, 1, 1085, '2', 'Mike Mathews', ''),
(7591, 1, 1085, '3', 'no-replyPovaTasy@gmail.com', ''),
(7592, 1, 1085, '4', '(442) 503-5560', ''),
(7593, 1, 1085, '5', 'google', ''),
(7594, 1, 1085, '6', 'Strengthen your Domain Authority', ''),
(7595, 1, 1085, '7', 'Hi there \r\n \r\nDo you want a quick boost in ranks and sales for your website? \r\nHaving a high DA score, always helps \r\n \r\nGet your gangagen.com to have a DA between 50 to 60 points in Moz with us today and reap the benefits of such a great feat. \r\n \r\nSee our offers here: \r\nhttps://www.monkeydigital.co/product/moz-da50-seo-plan/ \r\n \r\nOn SALE: \r\nhttps://www.monkeydigital.co/product/ahrefs-dr60/ \r\n \r\n \r\nThank you \r\nMike Mathews', ''),
(7596, 1, 1086, '1', 'Marlintroma', ''),
(7597, 1, 1086, '2', 'Marlintroma', ''),
(7598, 1, 1086, '3', 'praskovyagracheva3808@rambler.ru', ''),
(7599, 1, 1086, '4', '(642) 583-2714', ''),
(7600, 1, 1086, '5', 'google', ''),
(7601, 1, 1086, '6', 'тренировка выполнения упражнения 40 бег на 60 м', ''),
(7602, 1, 1086, '7', 'Любите заниматься спортом в зале или дома тогда вам необходимо подписаться на сайт <a href=https://sportdush.ru>sportdush.ru</a> \r\nздесь много полезной инофрмации для любителей спорта', ''),
(7603, 1, 1087, '1', 'JosephNug', ''),
(7604, 1, 1087, '2', 'JosephNug', ''),
(7605, 1, 1087, '3', 'tina.hermine@yahoo.com', ''),
(7606, 1, 1087, '4', '(404) 540-5415', ''),
(7607, 1, 1087, '5', 'google', ''),
(7608, 1, 1087, '6', 'The Telegraph: What Is The Bitcoin And How It Works', ''),
(7609, 1, 1087, '7', 'Crypto Insider Summit http://crypto-insiders-ervaringen.compresoresbitzer.com/id-4950', ''),
(7610, 1, 1088, '1', 'GeraldHoart', ''),
(7611, 1, 1088, '2', 'GeraldHoart', ''),
(7612, 1, 1088, '3', 'oooctap@yandex.ru', ''),
(7613, 1, 1088, '4', '(204) 868-4820', ''),
(7614, 1, 1088, '5', 'google', ''),
(7615, 1, 1088, '6', 'Продажа газобетонных блоков в СПб и Лен. области', ''),
(7616, 1, 1088, '7', 'Купить <a href=\"https://stroy-ka.spb.ru/\">газобетонные блоки</a>с доставкой в Санкт-Петербурге', ''),
(7617, 1, 1089, '1', 'Dexter', ''),
(7618, 1, 1089, '2', 'Dexter', ''),
(7619, 1, 1089, '3', 'flawfmifs@gmail.com', ''),
(7620, 1, 1089, '4', '(805) 861-5673', ''),
(7621, 1, 1089, '5', 'google', ''),
(7622, 1, 1089, '6', 'Maybe you are interested', ''),
(7623, 1, 1089, '7', 'I can\'t get through to you, please answer my email.', ''),
(7624, 1, 1090, '1', 'Ernesto', ''),
(7625, 1, 1090, '2', 'Coppin', ''),
(7626, 1, 1090, '3', 'ernesto.coppin30@gmail.com', ''),
(7627, 1, 1090, '4', '(416) 881-2006', ''),
(7628, 1, 1090, '5', 'Ernesto Coppin', ''),
(7629, 1, 1090, '6', 'Hh Lha', ''),
(7630, 1, 1090, '7', '14x conversion rate + $500 Google Ads Credit!\r\nHey,\r\nI saw your ad on Google and thought you might want free Google Ad Credits.\r\nI am an affiliate for this website that gives you a 7 days free Google Ad trial to people who already run ads on Google and want to \r\ngenerate their business by highly trained Artificial Intelligence.\r\nYou can check it out by clicking here.\r\nThe tool is called AdCreative.ai and not only can you use it to get some extra ad credit - but it can also help you get 14x Better \r\nConversion Rates!\r\nLet me know if you have any questions, and I would be happy to help.\r\nI would also love to hear your thoughts about AdCreative\r\n\r\ntry it from here = >> https://adcreative.grsm.io/500-dollar-free\r\n\r\nSincerely,\r\ntareq', ''),
(7631, 1, 1091, '1', 'Mark', ''),
(7632, 1, 1091, '2', 'Davis', ''),
(7633, 1, 1091, '3', 'mark@loanscapitol.xyz', ''),
(7634, 1, 1091, '4', '(202) 991-6766', ''),
(7635, 1, 1091, '5', 'Express Capital', ''),
(7636, 1, 1091, '6', 'Hoping to help!', ''),
(7637, 1, 1091, '7', 'Did you know that getting working capital for your business no longer requires good credit?\r\n\r\nWhat would it mean to you if your business could get APPROVED for up to 250k in less than 30 seconds?\r\n\r\nOur approvals are based on your company’s sales instead of credit and collateral. This allows us to \r\nprovide you with an immediate decision. \r\n\r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nMark Davis\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(7638, 1, 1092, '1', 'PhilipTed', ''),
(7639, 1, 1092, '2', 'PhilipTed', ''),
(7640, 1, 1092, '3', 'mordvinovmilano+qioz@mail.ru', ''),
(7641, 1, 1092, '4', '(735) 268-0205', ''),
(7642, 1, 1092, '5', 'google', ''),
(7643, 1, 1092, '6', 'gangagen.com ofeiifeodwpdeofijesdwsfeiiejokdwpdoefigjfidoksfihigjskodwsfiheghifegergsdfsregsfggrgr', ''),
(7644, 1, 1092, '7', 'gangagen.com ofeiifeodwpdeofijesdwsfeiiejokdwpdoefigjfidoksfihigjskodwsfiheghifegergsdfsregsfggrgr', ''),
(7645, 1, 1093, '1', 'leannke60', ''),
(7646, 1, 1093, '2', 'leannke60', ''),
(7647, 1, 1093, '3', 'vincent@riku7410.satoshi36.officemail.fun', ''),
(7648, 1, 1093, '4', '(648) 310-4281', ''),
(7649, 1, 1093, '5', 'google', ''),
(7650, 1, 1093, '6', 'Scandal porn galleries, daily updated lists', ''),
(7651, 1, 1093, '7', 'Hot teen pics\r\nhttp://topaz.moesexy.com/?ashly \r\n free mexican granny porn movies iphone plastic porn look fo ronline porn chat family sex porn vids free rihannon porn video free massage', ''),
(7652, 1, 1094, '1', 'Sdvillreich', ''),
(7653, 1, 1094, '2', 'Sdvillreich', ''),
(7654, 1, 1094, '3', 'c.h.i.m.med.u.rl.s@o5o5.ru', ''),
(7655, 1, 1094, '4', '(063) 244-6075', ''),
(7656, 1, 1094, '5', 'google', ''),
(7657, 1, 1094, '6', 'пробоотборник для нефтепродуктов', ''),
(7658, 1, 1094, '7', '<a href=https://chimmed.ru/>сульфат ртути </a> \r\nTegs: ohaus  https://chimmed.ru/ \r\n \r\n<u>сульфадимидин </u> \r\n<i>тетрациклин гидрохлорид </i> \r\n<b>иономеры </b>', ''),
(7659, 1, 1095, '1', 'Stevenbog', ''),
(7660, 1, 1095, '2', 'Stevenbog', ''),
(7661, 1, 1095, '3', 'qqeegg79@gmail.com', ''),
(7662, 1, 1095, '4', '(810) 831-3254', ''),
(7663, 1, 1095, '5', 'google', ''),
(7664, 1, 1095, '6', 'Collection on steam', ''),
(7665, 1, 1095, '7', 'Hi all. Please vote for my collection on steam) \r\nhttps://steamcommunity.com/workshop/filedetails/?id=2831103770', ''),
(7666, 1, 1096, '1', 'Leroy', ''),
(7667, 1, 1096, '2', 'Leroy', ''),
(7668, 1, 1096, '3', 'zelatcol@gmail.com', ''),
(7669, 1, 1096, '4', '(643) 532-3070', ''),
(7670, 1, 1096, '5', 'google', ''),
(7671, 1, 1096, '6', 'Hello,   write about     price', ''),
(7672, 1, 1096, '7', 'Zdravo, htio sam znati vašu cijenu.', ''),
(7673, 1, 1097, '1', 'Mike Fisher', ''),
(7674, 1, 1097, '2', 'Mike Fisher', ''),
(7675, 1, 1097, '3', 'no-replyPovaTasy@gmail.com', ''),
(7676, 1, 1097, '4', '(115) 016-2102', ''),
(7677, 1, 1097, '5', 'google', ''),
(7678, 1, 1097, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(7679, 1, 1097, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Fisher\r\n \r\nsupport@digital-x-press.com', ''),
(7680, 1, 1098, '1', 'Vomeriafax', ''),
(7681, 1, 1098, '2', 'Vomeriafax', ''),
(7682, 1, 1098, '3', 'mos-med24@rambler.ru', ''),
(7683, 1, 1098, '4', '(511) 536-8867', ''),
(7684, 1, 1098, '5', 'google', ''),
(7685, 1, 1098, '6', 'запись к врачу железногорск красноярский край', ''),
(7686, 1, 1098, '7', 'В жизни часто случаются моменты, когда необходимо в минимальные сроки получить документы медицинского характера. Вовремя забрать больничный для учебы или службы. Оформить медицинские справки для подачи в любое заведение, бассейн или для выезда за границу. Необходимый рецепт на лекарство также выписывает доктор. Если вы цените собственное время и качество полученных бумаг, обращайтесь за данными услугами в современный центр медицины. Опытные сотрудники помогут вам и оформят больничный лист, который вы сможете подать по месту работы. Важные медицинские справки будут сделаны своевременно и по назначению. Получив рецепт на лекарство, вы без проблем приобретете нужные медикаменты. Всё это не займет много труда и позволит вам сберечь время.\r\n \r\n<a href=https://msk.mos-med.online/><img src=\"https://msk.mos-med.online/img/banner.img\"></a> \r\nhttps://odincovo.mos-med.online/kupit-zakazat/spravka-v-gai.html\r\nhttps://dolgoprudnyy.mos-med.online/kupit-zakazat/spravka/spravka-086-u-v-vuz.html\r\n \r\n<a href=https://msk.mos-med.online/kupit-zakazat/bolnichnyj-list/cao/brateevo.html>больничный лист месяц</a>\r\n<a href=https://mytishchi.mos-med.online/kupit-zakazat/spravka/medspravka-dlya-postupleniya-v-kolledzh.html>справка для гибдд сколько стоит</a>|\r\n \r\nпокраска дисков в спб цены\r\nсертификат антидвойка шаблон для начальной школы\r\nкупить справку о нетрудоспособности', ''),
(7687, 1, 1099, '1', 'Gwen', ''),
(7688, 1, 1099, '2', 'Brown', ''),
(7689, 1, 1099, '3', 'gbrown@stevensbusinessservice.com', ''),
(7690, 1, 1099, '4', '(978) 275-8825', ''),
(7691, 1, 1099, '5', 'Stevens Business Service, Inc.', ''),
(7692, 1, 1099, '6', 'Charles River Laboratories', ''),
(7693, 1, 1099, '7', 'Hello, The above captioned creditor has retained this office to collect the balance due of $8,162.14. Charles River has been extremely patient on this matter and your full and prompt payment is expected. Kindly forward the balance to this office. Please call me to wokr out the payment details. Other wise, you can mail payment to:\r\nStevens Business Service, Inc.\r\nPO BOX 1233\r\nLowell, MA 01853 Please reference no: 4979474. \"THIS IS AN ATTEMPT TO COLLECT A DEBT AND ANY INFORMATION OBTAINED WILL BE USED FOR THAT PURPOSE\".', ''),
(7694, 1, 1100, '1', 'Eric', ''),
(7695, 1, 1100, '2', 'Jones', ''),
(7696, 1, 1100, '3', 'ericjonesmyemail@gmail.com', ''),
(7697, 1, 1100, '4', '(555) 555-1212', ''),
(7698, 1, 1100, '5', 'boostleadgeneration.com', ''),
(7699, 1, 1100, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(7700, 1, 1100, '7', 'Hello, my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(7701, 1, 1101, '1', 'Kevin', ''),
(7702, 1, 1101, '2', 'Williams', ''),
(7703, 1, 1101, '3', 'kevin@loansprofessionals.xyz', ''),
(7704, 1, 1101, '4', '(202) 991-6766', ''),
(7705, 1, 1101, '5', 'Express Capital', ''),
(7706, 1, 1101, '6', 'Did you get what you were looking for?', ''),
(7707, 1, 1101, '7', 'Is working capital a priority for your business right now?\r\n\r\nI help companies like yours get IMMEDIATE working capital without requiring excellent credit or collateral of ANY kind!\r\n\r\nLet us INSTANTLY approve you for up to 250k without pulling your credit or asking you to submit a single document prior to approval.\r\n\r\nGet approved today and funded as early as tomorrow!\r\n\r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nKevin Williams\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe\r\n \r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(7708, 1, 1102, '1', 'Daniel Todercan', ''),
(7709, 1, 1102, '2', 'Daniel Todercan', ''),
(7710, 1, 1102, '3', 'support@newlightdigital.com.hubspot-inbox.com', ''),
(7711, 1, 1102, '4', '(123) 680-7870', ''),
(7712, 1, 1102, '5', 'google', ''),
(7713, 1, 1102, '6', 'Triple your sales with our amazing digital marketing strategies. Killer deal inside', ''),
(7714, 1, 1102, '7', 'Hey guys, \r\n \r\nI am offering a significant discount on all our digital marketing services through the end of the year. If you were ever thinking about doing stuff like this, now is the time. This is a killer deal. We help companies just like yours generate leads every day. \r\n \r\n1. Write, optimize, and format 3 blog posts per month \r\n(Value: $1,350) - Now $800/month \r\n \r\n2. 12 hours of SEO per month \r\n(Value: $1,200) - Now $800/month \r\n \r\n3. Email marketing -- two emails per month to your list of prospects \r\n(Value $750) - Now $350/month \r\n \r\n4. Social media posting -- 12 posts per month on your social channels (FB + TW + LN) \r\n(Value $900) - Now $450/month \r\n \r\nPlease let me know. \r\n \r\nPS: Need a new website? We build AMAZING sites. Check out our portfolio here: https://bit.ly/3AnkCKV \r\n \r\n \r\n-Daniel Todercan \r\nFounder and Chief Strategist \r\nNew Light Digital \r\n \r\n+1 (917) 744-9170 \r\nhttp://www.newlightdigital.com/', ''),
(7715, 1, 1103, '1', 'Marlintroma', ''),
(7716, 1, 1103, '2', 'Marlintroma', ''),
(7717, 1, 1103, '3', 'praskovyagracheva3808@rambler.ru', ''),
(7718, 1, 1103, '4', '(653) 660-8433', ''),
(7719, 1, 1103, '5', 'google', ''),
(7720, 1, 1103, '6', 'креатин спортивное питание вред', ''),
(7721, 1, 1103, '7', 'Привет, переходите на сайт <a href=https://sportdush.ru>sportdush.ru</a> \r\nпро спортивные упражнения', ''),
(7722, 1, 1104, '1', 'KarinaZem', ''),
(7723, 1, 1104, '2', 'KarinaZem', ''),
(7724, 1, 1104, '3', 'karinaZem@hotmail.com', ''),
(7725, 1, 1104, '4', '(860) 704-5802', ''),
(7726, 1, 1104, '5', 'Czechia', ''),
(7727, 1, 1104, '6', 'I аm аn оrdinarу girl. I want to meеt аn ordіnary seriоuѕ man.', ''),
(7728, 1, 1104, '7', 'Ηі!\r\nΙ\'vе noticed that mаny guys prеfer rеgular girlѕ.\r\nI aррlaudе thе men оut thеrе whо had the bаllѕ tо еnϳoу the lovе of manу womеn and сhооse the оnе thаt he knew would bе hіs best friend during thе bumpy аnd сrazу thіng callеd lіfе.\r\nI wаntеd to bе that frіеnd, nоt ϳuѕt a ѕtаblе, rеliаblе аnd bоrіng hоuѕеwife.\r\nI am 24 yеars оld, Κarinа, frоm the Сzech Republіc, know Еngliѕh languаge аlѕо.\r\nAnуway, you can find mу profilе here: http://novigventprenkaydesk.tk/page-38578/', ''),
(7729, 1, 1105, '1', 'Riley', ''),
(7730, 1, 1105, '2', 'Resources', ''),
(7731, 1, 1105, '3', 'riley.resources.heretohelp@gmail.com', ''),
(7732, 1, 1105, '4', '(323) 607-1217', ''),
(7733, 1, 1105, '5', 'Riley Resources', ''),
(7734, 1, 1105, '6', 'RE: Do you still need funding for your Business?', ''),
(7735, 1, 1105, '7', 'Hey I just wanted to reach out to see if you were still looking for funding for your Business?\r\n\r\nKevin Harrington from the hit TV show, Shark Tank has created a network to loan out over $10 Million a month to Small Business Owners\r\n\r\nusing the latest in A.I Technology and without having to show any Tax Returns, a W2 or a 1099! \r\n\r\nOnly the Gross Revenue of your business. Not the profit!\r\n\r\n\r\n⭐ https://XFlowsBusinessFunding.com is part of that network he created and\r\n\r\nThey provide funding for all your Marketing, Inventory or Expansion needs.\r\n\r\n(  Even funding for any type of Real Estate Investment )\r\n\r\n\r\n⭐ It’s Free to Apply and there is no hard pull to your credit to see if you Pre-Qualify.\r\n\r\nWith a 95% Approval Rate, it’s definitely worth submitting a 4 question application.\r\n\r\n\r\nIt is an excellent resource to have if you need funding for any Marketing, Inventory or Expansion.\r\n\r\nEspecially when their motto is, “When the banks say no. We say Yes!”\r\n\r\nA much needed resource in this current Nightmare Economy where Small Businesses are dropping like flies every day due to lack of funding.\r\n\r\nIf it wasn\'t you that I saw, then I hope you find value in this resource.\r\n\r\n\r\nApply for Free here:\r\n\r\n⭐ https://XFlowsBusinessFunding.com', ''),
(7736, 1, 1106, '1', 'JamesEpilm', ''),
(7737, 1, 1106, '2', 'JamesEpilm', ''),
(7738, 1, 1106, '3', 'mymail@mymails.con', ''),
(7739, 1, 1106, '4', '(625) 817-8234', ''),
(7740, 1, 1106, '5', 'google', ''),
(7741, 1, 1106, '6', 'Leak from Wall Street or passive income from $1500 per day', ''),
(7742, 1, 1106, '7', 'The other day there was a very interesting leak from one of the Wall Street insiders. \r\nHe mistakenly sent a letter to the wrong person and that person managed to copy this information. \r\nThe letter spoke about the future of cryptocurrency and the fact that soon each person will be able to earn on cryptocurrency from $1,500 per day. \r\nhttps://telegra.ph/Leak-from-Wall-Street-or-passive-income-from-1500-per-day-09-11 \r\nHe was extremely concerned about this, since already now there is a trading robot that makes ordinary people millionaires around the world every day. \r\nIt is enough for a person to register on the site, make a deposit of at least $250 once, launch the trading robot and do nothing else (here is this trading robot). \r\nhttps://telegra.ph/Leak-from-Wall-Street-or-passive-income-from-1500-per-day-09-11 \r\nAnd only to receive passive income from $1500 per day. \r\nIn the same letter, a Wall Street insider asked his man to denigrate the reputation of this trading robot that makes ordinary people millionaires. \r\nThe site of this trading robot has already announced a limited set of new users due to the negative advertising campaign of bad people from Wall Street who do not want us ordinary people to be rich and lack nothing. \r\nGet on this train. Perhaps this is the only chance in your life to get rich and not need anything. \r\nhttps://telegra.ph/Leak-from-Wall-Street-or-passive-income-from-1500-per-day-09-11', ''),
(7743, 1, 1107, '1', 'lestnicakix', ''),
(7744, 1, 1107, '2', 'lestnicakix', ''),
(7745, 1, 1107, '3', 'taisiya.alximowa@mail.ru', ''),
(7746, 1, 1107, '4', '(150) 573-6606', ''),
(7747, 1, 1107, '5', 'google', ''),
(7748, 1, 1107, '6', 'Лестницы в Нижнем Новгороде', ''),
(7749, 1, 1107, '7', '<a href=http://lestnica-nn.ru/>лестницы деревянные изготовление</a>  - подробнее на сайте <a href=http://lestnica-nn.ru/>lestnica-nn.ru</a>', ''),
(7750, 1, 1108, '1', 'Mike Chapman', ''),
(7751, 1, 1108, '2', 'Mike Chapman', ''),
(7752, 1, 1108, '3', 'no-replyPovaTasy@gmail.com', ''),
(7753, 1, 1108, '4', '(277) 367-6774', ''),
(7754, 1, 1108, '5', 'google', ''),
(7755, 1, 1108, '6', 'NEW: Semrush Backlinks', ''),
(7756, 1, 1108, '7', 'Hi there \r\n \r\nThis is Mike Chapman\r\n \r\nLet me show you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Chapman\r\n \r\nmike@strictlydigital.net', ''),
(7757, 1, 1109, '1', 'DarrellEtess', ''),
(7758, 1, 1109, '2', 'DarrellEtess', ''),
(7759, 1, 1109, '3', 'agafangelp.a.s.h.k.e.v.i.c.h@gmail.com', ''),
(7760, 1, 1109, '4', '(550) 465-4722', ''),
(7761, 1, 1109, '5', 'google', ''),
(7762, 1, 1109, '6', 'razor burn remedy', ''),
(7763, 1, 1109, '7', 'navy drug testing  <a href=  > http://www.captionsolutions.com/diaes.html </a>  himalaya herbals products  <a href= https://www.cureus.com/users/403385-acheter-diazepam-en-ligne-sans-ordonnance > https://www.cureus.com/users/403385-acheter-diazepam-en-ligne-sans-ordonnance </a>  meth drug abuse', ''),
(7764, 1, 1110, '1', 'Sdvillreich', ''),
(7765, 1, 1110, '2', 'Sdvillreich', ''),
(7766, 1, 1110, '3', 'ch.i.m.me.du.r.l.s@o5o5.ru', ''),
(7767, 1, 1110, '4', '(454) 347-8687', ''),
(7768, 1, 1110, '5', 'google', ''),
(7769, 1, 1110, '6', 'магния хлорида гексагидрат', ''),
(7770, 1, 1110, '7', '<a href=https://chimmed.ru/>цезия хлорид </a> \r\nTegs: полисорбат 80 купить  https://chimmed.ru/ \r\n \r\n<u>l цистеин купить </u> \r\n<i>стрептомицин сульфат </i> \r\n<b>анализаторы газов </b>', ''),
(7771, 1, 1111, '1', 'Candy', ''),
(7772, 1, 1111, '2', 'Biscocho', ''),
(7773, 1, 1111, '3', 'candy@ucsteam.net', ''),
(7774, 1, 1111, '4', '(408) 547-4250', ''),
(7775, 1, 1111, '5', 'United Contract Services, Inc', ''),
(7776, 1, 1111, '6', 'Your office cleaning.', ''),
(7777, 1, 1111, '7', 'Are you interested in comparing us to your existing office cleaning provider, I believe that we will beat your current price w/ better quality and customer service than your current cleaning provider.\r\n\r\nAre you interested in a custom & complimentary onsite cleaning service proposal?\r\n\r\nMay I give you more information?\r\n\r\nRegards,\r\nCandy\r\n\r\nCandy Biscocho\r\nBusiness Development\r\nUnited Contract Services, Inc\r\n(408) 547-4250\r\ncandy@ucsteam.net\r\n\r\nPlease respond with \"stop\" to opt out.', ''),
(7778, 1, 1112, '1', 'grandleowhort', ''),
(7779, 1, 1112, '2', 'grandleowhort', ''),
(7780, 1, 1112, '3', 'sashaperepelkin9883@mail.ru', ''),
(7781, 1, 1112, '4', '(405) 574-5070', ''),
(7782, 1, 1112, '5', 'google', ''),
(7783, 1, 1112, '6', 'Школьная форма', ''),
(7784, 1, 1112, '7', 'http://grandleo.ru/YuBKA-MOD-7026.html - брюки текстильные для девочек  -  подробнее на нашем сайте http://grandleo.ru - grandleo.ru', ''),
(7785, 1, 1113, '1', 'stroykix', ''),
(7786, 1, 1113, '2', 'stroykix', ''),
(7787, 1, 1113, '3', 'svetaryabushkina196@mail.ru', ''),
(7788, 1, 1113, '4', '(723) 613-2413', ''),
(7789, 1, 1113, '5', 'google', ''),
(7790, 1, 1113, '6', 'Строительство в Крыму', ''),
(7791, 1, 1113, '7', '<a href=http://krym-stroy.ru>Строительная компания в Крыму</a>  - подробнее на сайте <a href=http://krym-stroy.ru>krym-stroy.ru</a>', ''),
(7792, 1, 1114, '1', 'DonaldBix', ''),
(7793, 1, 1114, '2', 'DonaldBix', ''),
(7794, 1, 1114, '3', 'satelkagashkin+2cs@mail.ru', ''),
(7795, 1, 1114, '4', '(454) 460-1685', ''),
(7796, 1, 1114, '5', 'google', ''),
(7797, 1, 1114, '6', 'Ihfkhdjadhvfej jdhjkdwshjfhwh jwsfishfuwsjdksldfheiudhfe', ''),
(7798, 1, 1114, '7', 'gangagen.com Mfuehdwkjdwjfjwfwjhfdwkdwkhfjweh hidwhdjwskfawdhfwhkjdwdhqhfbejkdw fejkdlwjakdwefjkewndwfhwefjwehfew kjwjalkdheahfbejkfnjkewbfhegbfewjgjfkewsbjk', ''),
(7799, 1, 1115, '1', 'Jarrodchamy', ''),
(7800, 1, 1115, '2', 'Jarrodchamy', ''),
(7801, 1, 1115, '3', 'mymail@mymails.cmo', ''),
(7802, 1, 1115, '4', '(333) 032-2838', ''),
(7803, 1, 1115, '5', 'google', ''),
(7804, 1, 1115, '6', 'The Sun: WE REFUSE TO BELIEVE IT: Johnny Depp is fabulously rich again!', ''),
(7805, 1, 1115, '7', 'The Sun: News, sport, celebrities and gossip \r\nWE REFUSE TO BELIEVE IT: Johnny Depp is fabulously rich again! https://87bil.co/thesun.co.uk/?news-id-365641', ''),
(7806, 1, 1116, '1', 'Olymgoyfax', ''),
(7807, 1, 1116, '2', 'Olymgoyfax', ''),
(7808, 1, 1116, '3', 'ort-med2@rambler.ru', ''),
(7809, 1, 1116, '4', '(008) 560-6138', ''),
(7810, 1, 1116, '5', 'google', ''),
(7811, 1, 1116, '6', 'купить больничный лист в москве официально', ''),
(7812, 1, 1116, '7', 'Нашим медицинским центром предоставляется возможность получить больничный лист без необходимости стояния в долгих и утомительных очередях, а также при действительно человеческом отношении к клиенту. К тому же вам для того, чтобы купить больничный лист, вовсе нет нужды реально заболевать. Также нами предоставляются услуги по выписке рецептов на лекарства. Когда медицинская помощь нужна незамедлительно и стоит вопрос жизни или смерти, длительное обивание бюрократических порогов врачей может иметь самые негативные последствия! Потому лучше купить рецепт на лекарство у нас, и его сразу же привезут из ближайшей поликлиники. Кроме того, медицинский центр «Pro Med Pro» предоставляет и медицинские справки широкого спектра назначения, к примеру, психиатра и нарколога или же о состояния здоровья для школьников и оформляющихся на работу.\r\n \r\n<a href=https://msk.ort-med24.com/><img src=\"https://msk.ort-med24.com/img/banner.img\"></a> \r\nhttps://zelenograd.ort-med24.com/nashi-uslugi/profosmotr-302h.html\r\nhttps://lyubercy.ort-med24.com/kupit/bolnichnyj-list/moskovskaya-oblast/zheleznodorozhnyy.html\r\n \r\n<a href=https://msk.ort-med24.com/nashi-uslugi/meditsinskie-spravki.html>купить больничный лист в москве задним числом</a>\r\n<a href=https://msk.ort-med24.com/nashi-uslugi/spravka-v-bassejn.html>купить рецепт на лекарство</a>\r\n \r\nбольничный лист купить официально в москве юао\r\nкупить больничный лист самаре задним\r\nкупить больничный лист официально в волгограде', ''),
(7813, 1, 1117, '1', 'Lohitorik', ''),
(7814, 1, 1117, '2', 'Lohitorik', ''),
(7815, 1, 1117, '3', 'ereminahealthcon23@hotmail.com', ''),
(7816, 1, 1117, '4', '(280) 300-4202', ''),
(7817, 1, 1117, '5', 'google', ''),
(7818, 1, 1117, '6', 'Заработок на криптовалюте с нуля. Подробная информация.', ''),
(7819, 1, 1117, '7', 'Добрый день! \r\n \r\nПрошу перейти по этой ссылке и ознакомится с инструкцией. http://tesispovest.blogspot.hu gangagen.com \r\n \r\nБудете работать со мной, поддержку гарантирую. \r\n \r\nЖмите сюда и смотрите. http://tesispovest.blogspot.kr gangagen.com \r\n \r\nПрошу отнестись самым серьёзным образом к нашей совместной работе.', ''),
(7820, 1, 1118, '1', 'Anthony', ''),
(7821, 1, 1118, '2', 'Thomas', ''),
(7822, 1, 1118, '3', 'anthony@moneyheadquarters.xyz', ''),
(7823, 1, 1118, '4', '(202) 991-6766', ''),
(7824, 1, 1118, '5', 'Express Capital', ''),
(7825, 1, 1118, '6', 'I might be off-base here but....', ''),
(7826, 1, 1118, '7', 'I have a solution to address how to help small business owners get immediate working capital without all the insane bank requirements.\r\n\r\nGone are the days of needing perfect credit, huge amounts of collateral and the endless list of items required to get approved.\r\n\r\nExpress Capital will offer you up to 250k (RIGHT NOW) based on your company’s sales. Rather than make you \r\nqualify based on having perfect credit or some crazy collateral requirement.\r\n\r\nIt’s the fastest and easiest way to be approved. Get your decision in 30 seconds or less and receive funding the very next day.\r\n \r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nAnthony Thomas\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(7827, 1, 1119, '1', 'Mike Brickman', ''),
(7828, 1, 1119, '2', 'Mike Brickman', ''),
(7829, 1, 1119, '3', 'no-replyPovaTasy@gmail.com', ''),
(7830, 1, 1119, '4', '(107) 202-4664', ''),
(7831, 1, 1119, '5', 'google', ''),
(7832, 1, 1119, '6', 'Want Better Local Ranks? Ready this', ''),
(7833, 1, 1119, '7', 'Howdy \r\n \r\nIf you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/', ''),
(7834, 1, 1120, '1', 'BarryLooli', ''),
(7835, 1, 1120, '2', 'BarryLooli', ''),
(7836, 1, 1120, '3', 'mymail@mymails.cmo', ''),
(7837, 1, 1120, '4', '(416) 428-0278', ''),
(7838, 1, 1120, '5', 'google', ''),
(7839, 1, 1120, '6', 'SPECIAL REPORT: $593 for 3 minutes', ''),
(7840, 1, 1120, '7', 'SPECIAL REPORT: Last week, he appeared on The Late Show with Stephen Colbert and announced a new \"wealth loophole\" which can transform anyone into a millionaire within 3-4 months https://87bil.co/EN-CA-2124.html?news-id-124981', ''),
(7841, 1, 1121, '1', 'nsrpnkix', ''),
(7842, 1, 1121, '2', 'nsrpnkix', ''),
(7843, 1, 1121, '3', 'lumelskiy.leopold@mail.ru', ''),
(7844, 1, 1121, '4', '(233) 543-8573', ''),
(7845, 1, 1121, '5', 'google', ''),
(7846, 1, 1121, '6', 'Ритуальное агенство в Нижнем Новгороде', ''),
(7847, 1, 1121, '7', '<a href=https://www.nsrpnn.ru>Ритуальное агенство в Нижнем Новгороде</a>', ''),
(7848, 1, 1122, '1', 'Randall', ''),
(7849, 1, 1122, '2', 'Martin', ''),
(7850, 1, 1122, '3', 'randall.martin@skyline-buildingservices.net', ''),
(7851, 1, 1122, '4', '(612) 888-8872', ''),
(7852, 1, 1122, '5', 'Skyline Building Care', ''),
(7853, 1, 1122, '6', 'Affordable, Top-Quality Cleaning Services', ''),
(7854, 1, 1122, '7', 'Skyline Building Care is a local, top-quality cleaning company specializing in cleaning commercial facilities including offices, schools, churches, and medical buildings.\r\n\r\nWe can guarantee reliable janitors and a thoroughly cleaned facility at an affordable cost.\r\n\r\nIf you\'re interested in a complimentary, no-obligation quote, simply respond to this email and I\'ll be in touch!\r\n\r\nThanks,\r\nRandall\r\n\r\nRandall Martin\r\nOwner\r\nSkyline Building Care\r\n(612) 888-8872\r\nrandall.martin@skyline-buildingservices.net\r\n	\r\nPlease respond with \"stop\" to opt out.', ''),
(7855, 1, 1123, '1', 'Leroy', ''),
(7856, 1, 1123, '2', 'Leroy', ''),
(7857, 1, 1123, '3', 'zelatcol@gmail.com', ''),
(7858, 1, 1123, '4', '(011) 031-6215', ''),
(7859, 1, 1123, '5', 'google', ''),
(7860, 1, 1123, '6', 'Aloha, i wrote about     price for reseller', ''),
(7861, 1, 1123, '7', 'Hi, მინდოდა ვიცოდე თქვენი ფასი.', ''),
(7862, 1, 1124, '1', 'IsabellaZem', ''),
(7863, 1, 1124, '2', 'IsabellaZem', ''),
(7864, 1, 1124, '3', 'isabellaZem@gmail.com', ''),
(7865, 1, 1124, '4', '(130) 015-1204', ''),
(7866, 1, 1124, '5', 'Czechia', ''),
(7867, 1, 1124, '6', 'I am аn ordіnаry gіrl. I wаnt to meеt an оrdinаry ѕеrіous mаn.', ''),
(7868, 1, 1124, '7', 'Ηi!\r\nI\'ve nоticed that many guys рrеfer regular gіrlѕ.\r\nI aррlaude the men оut there who had the ballѕ tо enjoу the lovе of mаny wоmеn and chоose thе onе thаt he knеw would be hiѕ bеѕt frіеnd during thе bumpy and сrаzу thing called lіfe.\r\nI wanted tо bе thаt frіend, not just а stаblе, rеliable аnd boring houѕеwіfe.\r\nI аm 25 yеаrѕ old, Ιsаbеlla, from the Czech Reрublіc, know Еnglish lаnguagе аlsо.\r\nAnуway, уоu cаn fіnd my prоfіle here: http://loidafor.ga/pg-20892/', ''),
(7869, 1, 1125, '1', 'Eric', ''),
(7870, 1, 1125, '2', 'Jones', ''),
(7871, 1, 1125, '3', 'ericjonesmyemail@gmail.com', ''),
(7872, 1, 1125, '4', '(555) 555-1212', ''),
(7873, 1, 1125, '5', 'boostleadgeneration.com', ''),
(7874, 1, 1125, '6', 'Strike when the iron’s hot', ''),
(7875, 1, 1125, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(7876, 1, 1126, '1', 'Anthony', ''),
(7877, 1, 1126, '2', 'Thomas', ''),
(7878, 1, 1126, '3', 'anthony@moneyheadquarters.xyz', ''),
(7879, 1, 1126, '4', '(202) 991-6766', ''),
(7880, 1, 1126, '5', 'Express Capital', ''),
(7881, 1, 1126, '6', 'I might be off-base here but....', ''),
(7882, 1, 1126, '7', 'I have a solution to address how to help small business owners get immediate working capital without all the insane bank requirements.\r\n\r\nGone are the days of needing perfect credit, huge amounts of collateral and the endless list of items required to get approved.\r\n\r\nExpress Capital will offer you up to 250k (RIGHT NOW) based on your company’s sales. Rather than make you \r\nqualify based on having perfect credit or some crazy collateral requirement.\r\n\r\nIt’s the fastest and easiest way to be approved. Get your decision in 30 seconds or less and receive funding the very next day.\r\n \r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nAnthony Thomas\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(7883, 1, 1127, '1', 'Mark', ''),
(7884, 1, 1127, '2', 'Davis', ''),
(7885, 1, 1127, '3', 'mark@loanscapitol.xyz', ''),
(7886, 1, 1127, '4', '(202) 991-6766', ''),
(7887, 1, 1127, '5', 'Express Capital', ''),
(7888, 1, 1127, '6', 'Hoping to help!', ''),
(7889, 1, 1127, '7', 'Did you know that getting working capital for your business no longer requires good credit?\r\n\r\nWhat would it mean to you if your business could get APPROVED for up to 250k in less than 30 seconds?\r\n\r\nOur approvals are based on your company’s sales instead of credit and collateral. This allows us to \r\nprovide you with an immediate decision. \r\n\r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nMark Davis\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(7890, 1, 1128, '1', 'musorkix', ''),
(7891, 1, 1128, '2', 'musorkix', ''),
(7892, 1, 1128, '3', 'lumelskiy.leopold@mail.ru', ''),
(7893, 1, 1128, '4', '(005) 703-6110', ''),
(7894, 1, 1128, '5', 'google', ''),
(7895, 1, 1128, '6', 'Вывоз мусора в Нижнем Новгороде', ''),
(7896, 1, 1128, '7', '<a href=https://eps-nn.ru/>заказ мусорного контейнера</a>  \r\n \r\n	<a href=http://www.eps-nn.ru>Вывоз мусора</a>', ''),
(7897, 1, 1129, '1', 'Liam', ''),
(7898, 1, 1129, '2', 'Smith', ''),
(7899, 1, 1129, '3', 'wesavesmallbusinesses@gmail.com', ''),
(7900, 1, 1129, '4', '(401) 599-3510', ''),
(7901, 1, 1129, '5', 'Bottom Line Concepts, LLC', ''),
(7902, 1, 1129, '6', '“Question for you”', ''),
(7903, 1, 1129, '7', 'Hello are you the owner of this business?\r\nI was just on your website and I have a question about your business.', ''),
(7904, 1, 1130, '1', 'RonaldZella', ''),
(7905, 1, 1130, '2', 'RonaldZella', ''),
(7906, 1, 1130, '3', 'webmaster@gameplayin.net', ''),
(7907, 1, 1130, '4', '(852) 147-0213', ''),
(7908, 1, 1130, '5', 'google', ''),
(7909, 1, 1130, '6', 'смотрите геймплей игр', ''),
(7910, 1, 1130, '7', '<a href=https://cutt.ly/FVrknf2>Геймплей</a> разных игр', ''),
(7911, 1, 1131, '1', 'Pedroapola', ''),
(7912, 1, 1131, '2', 'Pedroapola', ''),
(7913, 1, 1131, '3', 'laliagrah@outlook.com', ''),
(7914, 1, 1131, '4', '(551) 680-3315', ''),
(7915, 1, 1131, '5', 'google', ''),
(7916, 1, 1131, '6', 'что из нижеперечисленного относится к портфельным инвестициям', ''),
(7917, 1, 1131, '7', 'Привет нашел классный сайт где можно найти много полезной финансовой информации <a href=https://npo-invest.ru/>npo-invest.ru</a>', ''),
(7918, 1, 1132, '1', 'RonnieHom', ''),
(7919, 1, 1132, '2', 'RonnieHom', ''),
(7920, 1, 1132, '3', 'arteto@niceart.club', ''),
(7921, 1, 1132, '4', '(701) 478-3537', ''),
(7922, 1, 1132, '5', 'google', ''),
(7923, 1, 1132, '6', 'картинки пуделей', ''),
(7924, 1, 1132, '7', 'Смешные фото шпицей на sobakovod.club', ''),
(7925, 1, 1133, '1', 'EdwardLop', ''),
(7926, 1, 1133, '2', 'EdwardLop', ''),
(7927, 1, 1133, '3', 'mahkotahoteltomakaka@gmail.com', ''),
(7928, 1, 1133, '4', '(406) 176-8284', ''),
(7929, 1, 1133, '5', 'google', ''),
(7930, 1, 1133, '6', 'OpenSea: Get a lot of NFT right now, details in your account', ''),
(7931, 1, 1133, '7', 'Get NFT in the amount of $50,000 or more, details in your personal account http://how-to-get-on-foundation-nft.stinglhamber.tech/news-4183', ''),
(7932, 1, 1134, '1', 'Peeme', ''),
(7933, 1, 1134, '2', 'Peeme', ''),
(7934, 1, 1134, '3', '2.8.3.5.1s.b.9.xm@dynainbox.com', ''),
(7935, 1, 1134, '4', '(211) 633-6344', ''),
(7936, 1, 1134, '5', 'google', ''),
(7937, 1, 1134, '6', 'amateur sex', ''),
(7938, 1, 1134, '7', 'Свежее порно на любой вкус! Лучшие порно видео, 100% бесплатно. \r\n<a href=\"https://www.pekarstas.com\">skinny porno</a> \r\n<a href=\"http://www.pekarstas.com\">tok porno</a> \r\n<a href=https://www.pekarstas.com>porno online</a> \r\n<a href=https://www.pekarstas.com>seks sex</a>', ''),
(7939, 1, 1135, '1', 'WilliamEluri', ''),
(7940, 1, 1135, '2', 'WilliamEluri', ''),
(7941, 1, 1135, '3', 'miheevyura155@gmail.com', ''),
(7942, 1, 1135, '4', '(386) 662-7820', ''),
(7943, 1, 1135, '5', 'google', ''),
(7944, 1, 1135, '6', 'можно дарить часы мужу бюро', ''),
(7945, 1, 1135, '7', 'Услуга <a href=https://lyubertsy.1bb.ru>работа муж на час сборка кухонной мебели своими руками видео</a> Звоните +7 965-323-21-03  Сумская улица  наш оператор назначит вам лучшего мастера для решения вашей проблемы. Не можете позвонить сейчас? Тогда воспользуйтесь формой обратной связи и мы свяжемся с вами в течении часа! Приемущества наших специалистов. Профессиональные Мастера.  http://lermontovsky.mybb.online сборка кухонной мебели', ''),
(7946, 1, 1136, '1', 'Sdvillreich', ''),
(7947, 1, 1136, '2', 'Sdvillreich', ''),
(7948, 1, 1136, '3', 'c.h.immedur.l.s@o5o5.ru', ''),
(7949, 1, 1136, '4', '(412) 563-5443', ''),
(7950, 1, 1136, '5', 'google', ''),
(7951, 1, 1136, '6', 'гидроксид калия купить', ''),
(7952, 1, 1136, '7', '<a href=https://chimmed.ru/>триптофан аминокислота </a> \r\nTegs: капиллярный электрофорез  https://chimmed.ru/ \r\n \r\n<u>мельница лабораторная </u> \r\n<i>натрий формиат </i> \r\n<b>нитрат калия купить </b>', ''),
(7953, 1, 1137, '1', 'Mike Morrison', ''),
(7954, 1, 1137, '2', 'Mike Morrison', ''),
(7955, 1, 1137, '3', 'no-replyPovaTasy@gmail.com', ''),
(7956, 1, 1137, '4', '(205) 223-2555', ''),
(7957, 1, 1137, '5', 'google', ''),
(7958, 1, 1137, '6', 'whitehat monthly SEO plans', ''),
(7959, 1, 1137, '7', 'Hi there \r\n \r\nI have just analyzed  gangagen.com for its SEO metrics and saw that your website could use a push. \r\n \r\nWe will increase your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our services below, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart improving your sales and leads with us, today! \r\n \r\n \r\nregards \r\nMike Morrison\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de', ''),
(7960, 1, 1138, '1', 'Anthony', ''),
(7961, 1, 1138, '2', 'Thomas', ''),
(7962, 1, 1138, '3', 'anthony@moneyheadquarters.xyz', ''),
(7963, 1, 1138, '4', '(202) 991-6766', ''),
(7964, 1, 1138, '5', 'Express Capital', ''),
(7965, 1, 1138, '6', 'I might be off-base here but....', ''),
(7966, 1, 1138, '7', 'I have a solution to address how to help small business owners get immediate working capital without all the insane bank requirements.\r\n\r\nGone are the days of needing perfect credit, huge amounts of collateral and the endless list of items required to get approved.\r\n\r\nExpress Capital will offer you up to 250k (RIGHT NOW) based on your company’s sales. Rather than make you \r\nqualify based on having perfect credit or some crazy collateral requirement.\r\n\r\nIt’s the fastest and easiest way to be approved. Get your decision in 30 seconds or less and receive funding the very next day.\r\n \r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nAnthony Thomas\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(7967, 1, 1139, '1', 'Tim', ''),
(7968, 1, 1139, '2', 'Kai', ''),
(7969, 1, 1139, '3', 'fixourwebsite001@gmail.com', ''),
(7970, 1, 1139, '4', '(917) 460-0466', ''),
(7971, 1, 1139, '5', 'FOW', ''),
(7972, 1, 1139, '6', 'Our Beta-testing For B2B Prospects Is On The House', ''),
(7973, 1, 1139, '7', '--\r\nI called but didn\'t reach anyone, so I sent this from your contact form on gangagen.com\r\n--\r\n\r\nWe’re launching a new B2B data service, and we need beta-testers to offer feedback.\r\n\r\nWe will pick up the bill during the test, so it’s all on the house.\r\n\r\nOur service provides you the ability to reach your target B2B prospects directly to their mobile phone.  \r\n\r\nKnow your options and learn the details here: https://fixourwebsite.com/mobile-data/     \r\n\r\nCall or text us at (917) 460-0466 anytime.\r\n\r\nFOW  \r\nCanada - USA  \r\n\r\nTo opt out of all contact from us, please reply to this email and say: opt out or stop\r\n\r\n\r\n\r\nReport Spam: https://trustbuddi.com/', ''),
(7974, 1, 1140, '1', 'Tim', ''),
(7975, 1, 1140, '2', 'Kai', ''),
(7976, 1, 1140, '3', 'fixourwebsite001@gmail.com', ''),
(7977, 1, 1140, '4', '(917) 460-0466', ''),
(7978, 1, 1140, '5', 'FOW', ''),
(7979, 1, 1140, '6', 'Our Beta-testing For B2B Prospects Is On The House', ''),
(7980, 1, 1140, '7', '--\r\nI called but didn\'t reach anyone, so I sent this from your contact form on gangagen.com\r\n--\r\n\r\nWe’re launching a new B2B data service, and we need beta-testers to offer feedback.\r\n\r\nWe will pick up the bill during the test, so it’s all on the house.\r\n\r\nOur service provides you the ability to reach your target B2B prospects directly to their mobile phone.  \r\n\r\nKnow your options and learn the details here: https://fixourwebsite.com/mobile-data/     \r\n\r\nCall or text us at (917) 460-0466 anytime.\r\n\r\nFOW  \r\nCanada - USA  \r\n\r\nTo opt out of all contact from us, please reply to this email and say: opt out or stop\r\n\r\n\r\n\r\nReport Spam: https://trustbuddi.com/', ''),
(7981, 1, 1141, '1', 'Handelsregisterdipsy', ''),
(7982, 1, 1141, '2', 'Handelsregisterdipsy', ''),
(7983, 1, 1141, '3', 'johnyyjohnson1@gmail.com', ''),
(7984, 1, 1141, '4', '(543) 851-7864', ''),
(7985, 1, 1141, '5', 'google', ''),
(7986, 1, 1141, '6', 'Kostenloser Handelsregisterauszug', ''),
(7987, 1, 1141, '7', 'Hier kann man jederzeit gratis einen <a href=https://online-handelsregister.info/>Handelsregisterauszug</a> aus dem deutschen Handelsregisterauszug downloaden. \r\n \r\nKostenlos. \r\n \r\nRattenschwanztierballade', ''),
(7988, 1, 1142, '1', 'Dave', ''),
(7989, 1, 1142, '2', 'G', ''),
(7990, 1, 1142, '3', 'info@myguestbuilder.com', ''),
(7991, 1, 1142, '4', '(424) 341-5267', ''),
(7992, 1, 1142, '5', 'GBPLevelup', ''),
(7993, 1, 1142, '6', 'Re: Quick Question for you?', ''),
(7994, 1, 1142, '7', 'Hi there, \r\n        Want to recession proof your business? A fully optimized Google Listing can be the difference between success and failure for a business. \r\n\r\nWith Google Business Profile (GMB), I\'m getting 40+ leads every month for free on Google. Each would cost $150 on Google Ads or $80 on Yelp.\r\nGoogle Business Profile is the most overlooked source of customers in 2022.\r\n\r\nThat\'s why I created https://myguestbuilder.com - To help business owners build revenue engines - with their Google Business Profile(GMB) and ditch ADS.\r\n\r\nHttps://myguestbuilder.com/gbp for our BEST DEAL to Rank your Google Listing on the 1st Page of Google in 14-days or you don\'t pay (even if you don\'t have one)!\r\nWe even offer 50 five star Google Reviews for $247 or have Claiming and Boosting Services to help your business RANK and get more customers!\r\n\r\n\r\nGet more information here or respond \"INTERESTED\" to this message!\r\n\r\n\r\n\r\nGet the most Powerful CRM on the Planet - https://myguestbuilder.com/ghl\r\nForever Free CRM - https://myguestbuilder.com/crm\r\n\r\nThanks for your Time!\r\n\r\nDave G \r\nHttps://MyGuestBuilder.com\r\n4243415267\r\n\r\n\r\n\r\nWant to opt out, you can do so here!\r\nhttps://myguestbuilder.com/optout', ''),
(7995, 1, 1143, '1', 'UlyssesIG', ''),
(7996, 1, 1143, '2', 'UlyssesIG', ''),
(7997, 1, 1143, '3', 'nlfnslkd@gmail.com', ''),
(7998, 1, 1143, '4', '(278) 487-3726', ''),
(7999, 1, 1143, '5', 'google', ''),
(8000, 1, 1143, '6', 'Leaked videos from Onlyfans!', ''),
(8001, 1, 1143, '7', 'Here is access to a private <a href=https://t.me/nlfnslkd>Telegram channel</a>, \r\nwhere there are leaked videos from <b>Onlyfans</b>! \r\n \r\n<a href=https://t.me/nlfnslkd>Come in and enjoy</a>! 18+ \r\n \r\n<b><a href=https://t.me/nlfnslkd>Leaked videos from Onlyfans</a></b> - only here! 18+ \r\n \r\n#nude #leaked #video #onlyfans #girls \r\n#nudegirls #sex #blowjob #masturbate #anal #dildo', ''),
(8002, 1, 1144, '1', 'Doylechert', ''),
(8003, 1, 1144, '2', 'Doylechert', ''),
(8004, 1, 1144, '3', 'tizwtv@course-fitness.com', ''),
(8005, 1, 1144, '4', '(577) 011-7321', ''),
(8006, 1, 1144, '5', 'google', ''),
(8007, 1, 1144, '6', '點子數位科技有限公司', ''),
(8008, 1, 1144, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(8009, 1, 1145, '1', 'Stacy', ''),
(8010, 1, 1145, '2', 'Montes', ''),
(8011, 1, 1145, '3', 'billtatum@myleadingedge.online', ''),
(8012, 1, 1145, '4', '(302) 433-6706', ''),
(8013, 1, 1145, '5', 'Auto Review Submitter', ''),
(8014, 1, 1145, '6', 'This Proven Trick Will REALLY Boost Your Sales Guaranteed!', ''),
(8015, 1, 1145, '7', 'Good Day!\r\n\r\nDo you want to boost sales for your business fivefold with this proven WordPress plugin that creates\r\na reviews and ratings feature on your website and auto submits positive product or service reviews \r\nand ratings hands free? Once configured the application adds reviews on your site and will backdate\r\nsome reviews to make it seem you\'ve been having great user-generated customer reviews for a very\r\nlong time. This easy to use software submits reviews on your site every day or as often as you like!\r\n\r\nTo see live demo and how it works please go to https://myleadingedge.online/auto-review-submitter/\r\n\r\nBest Regards,\r\n\r\nTeam At Auto Review Submitter.\r\n\r\nIf you received this email in error and would like to unsubscribe click the link below:\r\nhttps://myleadingedge.online/opt-out/?customer_domain=gangagen.com', ''),
(8016, 1, 1146, '1', 'Lakshmi Annapurna', ''),
(8017, 1, 1146, '2', 'Anivella', ''),
(8018, 1, 1146, '3', 'annapurna.anivella@genesysbiologics.com', ''),
(8019, 1, 1146, '4', '(789) 355-0975', ''),
(8020, 1, 1146, '5', 'GeneSys Biologics Pvt Ltd', ''),
(8021, 1, 1146, '6', 'Bacteriophage detection services', ''),
(8022, 1, 1146, '7', 'I would like to know about the bacteriophage testing service provided by your organization.  I want to get my E coli cell banks tested for bacteriophage. Would like to know more details about the same', ''),
(8023, 1, 1147, '1', 'Marcus', ''),
(8024, 1, 1147, '2', 'Anthony', ''),
(8025, 1, 1147, '3', 'erlinda.escamilla@gmail.com', ''),
(8026, 1, 1147, '4', '(830) 865-7369', ''),
(8027, 1, 1147, '5', 'GrAnd Venture Media LLC', ''),
(8028, 1, 1147, '6', 'Ernj', ''),
(8029, 1, 1147, '7', 'Hey,\r\n\r\nI came across this unique article writer tool \r\nthat you may be interested in. If you\'ve ever struggled\r\nto write unigue articles for a website or blog...\r\nThen you should at least check it out at www.aiarticlebot.com\r\nI now use it for all my articles and blog posts.\r\n\r\nHope this helps,\r\nMarcus Anthony', ''),
(8030, 1, 1148, '1', 'etherSog', ''),
(8031, 1, 1148, '2', 'etherSog', ''),
(8032, 1, 1148, '3', 'hunterlmx6347@gmail.com', ''),
(8033, 1, 1148, '4', '(534) 828-8148', ''),
(8034, 1, 1148, '5', 'google', ''),
(8035, 1, 1148, '6', 'Быстрый займ в Нижнем Новгороде на карту', ''),
(8036, 1, 1148, '7', 'Займ в Саратове на карту\r\n <a href=https://ok.ru/vsezaymyde/topic/155265448778539>онлайн без отказа кредит микрозаймы Быстрый займ в Самаре без справок</a>\r\n \r\nонлайн быстрый займ на карту без процентов\r\nДеньги онлайн срочно в Стерлитамаке\r\nБыстрый займ на карту онлайн в Таганроге\r\n \r\n<a href=https://ok.ru/vsezaymyde>займ срочно онлайн новые малоизвестные круглосуточные онлайн займы на карту</a>', ''),
(8037, 1, 1149, '1', 'Andrewswark', ''),
(8038, 1, 1149, '2', 'Andrewswark', ''),
(8039, 1, 1149, '3', 'e2cva@course-fitness.com', ''),
(8040, 1, 1149, '4', '(345) 115-8122', ''),
(8041, 1, 1149, '5', 'google', ''),
(8042, 1, 1149, '6', 'Game LIFE 遊戲情報', ''),
(8043, 1, 1149, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(8044, 1, 1150, '1', 'JamesBum', ''),
(8045, 1, 1150, '2', 'JamesBum', ''),
(8046, 1, 1150, '3', 'agafangelpa.s.h.k.e.v.i.c.h@gmail.com', ''),
(8047, 1, 1150, '4', '(438) 746-0606', ''),
(8048, 1, 1150, '5', 'google', ''),
(8049, 1, 1150, '6', 'ritalin erectile dysfunction', ''),
(8050, 1, 1150, '7', 'research chemical pills  <a href=  > https://soundcloud.com/doctoronline/kopa-reductil </a>  new impotence drug  <a href= https://wuerzburger-baumpflege.de/adipde.html > https://wuerzburger-baumpflege.de/adipde.html </a>  chantix online pharmacy', ''),
(8051, 1, 1151, '1', 'Mariel', ''),
(8052, 1, 1151, '2', 'Mariel', ''),
(8053, 1, 1151, '3', 'studio@dottoressafavero.it', ''),
(8054, 1, 1151, '4', '(418) 239-4498', ''),
(8055, 1, 1151, '5', 'Mariel Paten', ''),
(8056, 1, 1151, '6', 'Regarding gangagen.com', ''),
(8057, 1, 1151, '7', 'Hi there!\r\n\r\nI understand that you are looking for ways to improve your posture and contribute to a healthy lifestyle. I think our product, Medico Postura™ Body Posture Corrector, can be of great help.\r\n\r\nMedico Postura™ helps improve your posture INSTANTLY. It is an easy-to-use device that you can wear at home, work, or even when you are sleeping.\r\n\r\nIt is made of lightweight and breathable fabric, making it comfortable to wear all day long.\r\n\r\nGet it today while it\'s still 60% OFF: https://medicopostura.com   \r\n\r\nFREE Shipping - TODAY ONLY!\r\n\r\nMany Thanks, \r\n\r\nMariel', ''),
(8058, 1, 1152, '1', 'Julianiwq7', ''),
(8059, 1, 1152, '2', 'Julianiwq7', ''),
(8060, 1, 1152, '3', 'hj9986vbepys@gmail.com', ''),
(8061, 1, 1152, '4', '(576) 326-6045', ''),
(8062, 1, 1152, '5', 'google', ''),
(8063, 1, 1152, '6', 'Tell me your recommendations please.', ''),
(8064, 1, 1152, '7', 'Guys just made a site for me, look at the link:  \r\n<a href=\"https://beckettzddc33444.wiki-cms.com/5654858/not_known_factual_statements_about_essay_writing\">https://beckettzddc33444.wiki-cms.com/5654858/not_known_factual_statements_about_essay_writing</a> \r\nTell me your guidances. THX!', ''),
(8065, 1, 1153, '1', 'Sdvillreich', ''),
(8066, 1, 1153, '2', 'Sdvillreich', ''),
(8067, 1, 1153, '3', 'ch.imme.du.rls@o5o5.ru', ''),
(8068, 1, 1153, '4', '(031) 683-4270', ''),
(8069, 1, 1153, '5', 'google', ''),
(8070, 1, 1153, '6', 'хлорид калия купить', ''),
(8071, 1, 1153, '7', '<a href=https://chimmed.ru/>энрофлоксацин </a> \r\nTegs: денситометры  https://chimmed.ru/ \r\n \r\n<u>натрия гидрокарбонат купить </u> \r\n<i>газовый анализатор </i> \r\n<b>микофеноловая кислота </b>', ''),
(8072, 1, 1154, '1', 'ThomasToups', ''),
(8073, 1, 1154, '2', 'ThomasToups', ''),
(8074, 1, 1154, '3', 'aq5aqa@rambler.ru', ''),
(8075, 1, 1154, '4', '(431) 160-3031', ''),
(8076, 1, 1154, '5', 'google', ''),
(8077, 1, 1154, '6', 'ничего особенного', ''),
(8078, 1, 1154, '7', 'большое спасибо  \r\n_________________ \r\n777 onlayn casino oyunu, <a href=https://az.playtoprealmoneygame.xyz/57.html>bahisçilərinin surebet proqramını yükləyin</a>, casino en vivo onlayn qazaxıstan', ''),
(8079, 1, 1155, '1', 'Mike Laird', ''),
(8080, 1, 1155, '2', 'Mike Laird', ''),
(8081, 1, 1155, '3', 'no-replyPovaTasy@gmail.com', ''),
(8082, 1, 1155, '4', '(836) 840-2153', ''),
(8083, 1, 1155, '5', 'google', ''),
(8084, 1, 1155, '6', 'Get more dofollow backlinks for gangagen.com', ''),
(8085, 1, 1155, '7', 'Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Laird\r\n \r\nsupport@digital-x-press.com', ''),
(8086, 1, 1156, '1', 'DonaldStasp', ''),
(8087, 1, 1156, '2', 'DonaldStasp', ''),
(8088, 1, 1156, '3', 'bertaer34@rambler.ua', ''),
(8089, 1, 1156, '4', '(360) 826-2204', ''),
(8090, 1, 1156, '5', 'google', ''),
(8091, 1, 1156, '6', 'Гороскоп майя на этот год. Узнайте сами что вас ждет!', ''),
(8092, 1, 1156, '7', '<a href=https://chel-week.ru/33713-goroskop-majja-na-2022-god-po-date-rozhdenija.html><img src=\"https://chel-week.ru/uploads/posts/2022-09/1664125863_goroskop-mayya1.jpg\"></a> \r\n \r\n<a href=https://chel-week.ru/33713-goroskop-majja-na-2022-god-po-date-rozhdenija.html>Гороскоп Майя</a> — предсказание древней цивилизации, которое основано на дате рождения. Узнаем, кто же из нас будет жить в этом году полной и яркой жизнью, а кого ждут лишения. Итак, встречайте гороскоп майя на этот год! \r\n \r\nСчитается, что цивилизация Майя была невероятно мудрой и умела заглядывать в будущее. О гороскопе индейцев майя, которые якобы предсказали конец света в 2012 году, слышали все. Катастрофа, к счастью, не случилась — оказывается, ученые неправильно расшифровали сакральную дату. \r\nПодробнее обэтом <a href=https://chel-week.ru/33713-goroskop-majja-na-2022-god-po-date-rozhdenija.html>читайте здесь...</a> \r\n \r\nРассчитать свой Гороскоп можете <a href=https://chel-week.ru/33713-goroskop-majja-na-2022-god-po-date-rozhdenija.html>по ссылке</a>', ''),
(8093, 1, 1157, '1', 'Lucas', ''),
(8094, 1, 1157, '2', 'Dawson', ''),
(8095, 1, 1157, '3', 'lucas@wikiprofessionalsllc.net', ''),
(8096, 1, 1157, '4', '(855) 244-2051', ''),
(8097, 1, 1157, '5', 'Wiki Professionals LLC', ''),
(8098, 1, 1157, '6', 'Get A Wikipedia Page For Yourself Or For Your Company.', ''),
(8099, 1, 1157, '7', 'Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\r\n\r\nIf you are interested in getting more information just respond back to this email.\r\n\r\nThanks,\r\n\r\nLucas Dawson\r\n(855) 244-2051\r\nWiki Professionals LLC\r\nlucas@wikiprofessionalsllc.net\r\n\r\nRespond with stop to optout.', ''),
(8100, 1, 1158, '1', 'Richardnam', ''),
(8101, 1, 1158, '2', 'Retail', ''),
(8102, 1, 1158, '3', 'frendlys@outlook.com', ''),
(8103, 1, 1158, '4', '(686) 784-6153', ''),
(8104, 1, 1158, '5', 'google', ''),
(8105, 1, 1158, '6', 'mega онион', ''),
(8106, 1, 1158, '7', 'Contact - GangaGen \r\n- \r\nAdmin  - \": \r\n \r\nMega сайт официальный - ссылка на платформу в теневом интернете. Приветствуем вас на флагманском сайте русского darknet. МЕГА https://megam3or5tbkmhzixu52rwj7ivuwa7uu7uzyk47lp6i4mvbaha2scrad.xyz платформа позволяет вам приобретать позиции, которые были недоступны после закрытия Гидры. Перейдите на mega и довольствуетесь старыми добрыми магазинами на новом единственном фаворите среди даркнет сервисов. Наш ресурс поддерживает самое мгновенное и безопасное соединение, что позволяет клиентам, чувствовать безопасность, за сохраность своих личных данных.\r\n \r\n \r\n<a href=https://kyohou.jp/pages/3/step=confirm/b_id=7/r_id=1/fid=e2dc59b924f445c41bd80f59e4be4c41>mega tor</a>\r\n<a href=https://talleresz.com/2020/05/01/makra/#comment-5946>мега тор</a>\r\n<a href=http://liecebnarieka.sk/forums/topic/%d0%bc%d0%b5%d0%b3%d0%b0-%d0%ba%d0%b0%d0%ba-%d0%b7%d0%b0%d0%b9%d1%82%d0%b8/>мега как зайти</a>\r\n<a href=https://rays.com.pk/picking-the-best-range-hood-for-your-kitchen-2022/#comment-1289>mega darkshop</a>\r\n<a href=https://www.artkala.com/product/atlantic-salmon/#comment-42390>mega площадка</a>\r\n 82472f0', ''),
(8107, 1, 1159, '1', 'ThomasNet', ''),
(8108, 1, 1159, '2', 'ThomasNet', ''),
(8109, 1, 1159, '3', 'desuzaranveer@gmail.com', ''),
(8110, 1, 1159, '4', '(433) 747-4464', ''),
(8111, 1, 1159, '5', 'google', ''),
(8112, 1, 1159, '6', 'Top World News Today', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(8113, 1, 1159, '7', 'Breaking news, sport, TV, radio and a whole lot more. The <a href=https://www.topworldnewstoday.com/>Top World News Today</a> informs, educates and entertains - wherever you are, whatever your age', ''),
(8114, 1, 1160, '1', 'Charlesblefs', ''),
(8115, 1, 1160, '2', 'Charlesblefs', ''),
(8116, 1, 1160, '3', 'azteca-chimalli@hotmail.com', ''),
(8117, 1, 1160, '4', '(174) 333-5601', ''),
(8118, 1, 1160, '5', 'google', ''),
(8119, 1, 1160, '6', 'VIP Promotion on Facebook', ''),
(8120, 1, 1160, '7', 'Facebook Promotion >>> http://facebook-promo-for-tnt.khadijatulabayat.com/id-2363 <<<', ''),
(8121, 1, 1161, '1', 'DavidLusly', ''),
(8122, 1, 1161, '2', 'DavidLusly', ''),
(8123, 1, 1161, '3', 'rawnadesuza@gmail.com', ''),
(8124, 1, 1161, '4', '(662) 358-5582', ''),
(8125, 1, 1161, '5', 'google', ''),
(8126, 1, 1161, '6', 'World News Today', ''),
(8127, 1, 1161, '7', 'Breaking news, sport, TV, radio and a whole lot more. The Top <a href=https://www.topworldnewstoday.com/>World News Today</a> informs, educates and entertains - wherever you are, whatever your age', ''),
(8128, 1, 1162, '1', 'Craigeverb', ''),
(8129, 1, 1162, '2', 'Craigeverb', ''),
(8130, 1, 1162, '3', 'mymail@mymails.cmo', ''),
(8131, 1, 1162, '4', '(352) 881-4784', ''),
(8132, 1, 1162, '5', 'google', ''),
(8133, 1, 1162, '6', 'Staan de gas- en elektriciteitsprijzen u dwars?', ''),
(8134, 1, 1162, '7', 'Hallo. \r\nNeem contact op met Scott Ritter. \r\nAls u de prijs van gas, elektriciteit en brandstof onder druk zet, dan is deze informatie iets voor u. \r\nHet blijkt dat absoluut elke persoon ter wereld, die slechts eenmaal $ 250 heeft geinvesteerd, een passief inkomen van $ 1000 per dag kan hebben: https://telegra.ph/Staan-de-gas--en-elektriciteitsprijzen-u-dwars-10-03?news-20442160', ''),
(8135, 1, 1163, '1', 'Leroy', ''),
(8136, 1, 1163, '2', 'Leroy', ''),
(8137, 1, 1163, '3', 'zelatcol@gmail.com', ''),
(8138, 1, 1163, '4', '(316) 125-3284', ''),
(8139, 1, 1163, '5', 'google', ''),
(8140, 1, 1163, '6', 'Hallo    wrote about     price', ''),
(8141, 1, 1163, '7', 'হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.', ''),
(8142, 1, 1164, '1', 'Jameserent', ''),
(8143, 1, 1164, '2', 'Jameserent', ''),
(8144, 1, 1164, '3', 'miawn221@gmx.com', ''),
(8145, 1, 1164, '4', '(061) 578-2306', ''),
(8146, 1, 1164, '5', 'google', ''),
(8147, 1, 1164, '6', 'vhearts social', ''),
(8148, 1, 1164, '7', 'There are many ways to get high quality backlinks. One way is to post a guest post on Vhearts blog . \r\nGuest posts are great for getting high quality backlinks because they provide the opportunity for you to reach out to people who might not be aware of your company and brand. \r\nYou can also use guest posts as an opportunity for SEO. Guest posts can be used as a way of getting links from Vhearts which can help boost your rankings in search engines. \r\n[url]https://bit.ly/3Rzvo6B[/url]', ''),
(8149, 1, 1165, '1', 'Josephbaw', ''),
(8150, 1, 1165, '2', 'Josephbaw', ''),
(8151, 1, 1165, '3', 'felisahdqam@outlook.com', ''),
(8152, 1, 1165, '4', '(107) 081-8613', ''),
(8153, 1, 1165, '5', 'google', ''),
(8154, 1, 1165, '6', 'авто honda', ''),
(8155, 1, 1165, '7', 'Долго искал и наконец нашел действительно полезный сайт про авто <a href=https://aboutmycar.ru/>aboutmycar.ru</a>', ''),
(8156, 1, 1166, '1', 'nsrpnkix', ''),
(8157, 1, 1166, '2', 'nsrpnkix', ''),
(8158, 1, 1166, '3', 'lumelskiy.leopold@mail.ru', ''),
(8159, 1, 1166, '4', '(122) 813-6107', ''),
(8160, 1, 1166, '5', 'google', ''),
(8161, 1, 1166, '6', 'Ритуальное агенство в Нижнем Новгороде', ''),
(8162, 1, 1166, '7', '<a href=https://www.nsrpnn.ru>Ритуальное агенство в Нижнем Новгороде</a>', ''),
(8163, 1, 1167, '1', 'Frankwar', ''),
(8164, 1, 1167, '2', 'Frankwar', ''),
(8165, 1, 1167, '3', 'polocastorena@gmail.com', ''),
(8166, 1, 1167, '4', '(366) 701-6162', ''),
(8167, 1, 1167, '5', 'google', ''),
(8168, 1, 1167, '6', 'The Wolf of Wall Street accidentally told how to make from $1000 per day', ''),
(8169, 1, 1167, '7', 'The Wolf of Wall Street accidentally told how to make from $1000 a day on autopilot >>> https://telegra.ph/The-Wolf-of-Wall-Street-accidentally-told-how-to-make-from-1000-per-day-10-06?id-69814710057 <<<', ''),
(8170, 1, 1168, '1', 'PamelanaG', ''),
(8171, 1, 1168, '2', 'PamelanaG', ''),
(8172, 1, 1168, '3', 'Aeucklandoneeurk@gmail.com', ''),
(8173, 1, 1168, '4', '(757) 034-2018', ''),
(8174, 1, 1168, '5', 'google', ''),
(8175, 1, 1168, '6', 'Let us play an Adult Game tonight! I will suck you off if you win!', ''),
(8176, 1, 1168, '7', 'Let us play an Adult Game tonight! I will suck you off if you win! If I win, just like me. Will be waiting for you there https://cutt.us/ZerbK till the end of the day. \r\nThis offer comes once in a lifetime.', ''),
(8177, 1, 1169, '1', 'Jamesevoms', ''),
(8178, 1, 1169, '2', 'Jamesevoms', ''),
(8179, 1, 1169, '3', 'yourmail@gmail.com', ''),
(8180, 1, 1169, '4', '(557) 421-4048', ''),
(8181, 1, 1169, '5', 'google', ''),
(8182, 1, 1169, '6', 'Buy and trade cryptocurrency', ''),
(8183, 1, 1169, '7', 'Any longer is the age to bump into b pay up in. There won\'t be another wager like this \r\n<a href=https://accounts.binance.com/ru/register?ref=25293193>Buy and push cryptocurrency in minutes </a>', ''),
(8184, 1, 1170, '1', 'Mike Adrian', ''),
(8185, 1, 1170, '2', 'Mike Adrian', ''),
(8186, 1, 1170, '3', 'no-replyPovaTasy@gmail.com', ''),
(8187, 1, 1170, '4', '(248) 637-5481', ''),
(8188, 1, 1170, '5', 'google', ''),
(8189, 1, 1170, '6', 'Increase the DA of your gangagen.com in MOZ', ''),
(8190, 1, 1170, '7', 'Hi there \r\n \r\nJust checked your gangagen.com in Moz and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed Moz DA 40+ score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nThanks and regards \r\nMike Adrian\r\n \r\n \r\n \r\nPS: For a limited time, we`ll add ahrefs UR40+ for free.', ''),
(8191, 1, 1171, '1', 'Sochimic', ''),
(8192, 1, 1171, '2', 'Sochimic', ''),
(8193, 1, 1171, '3', 'i5si5@yandex.ru', ''),
(8194, 1, 1171, '4', '(361) 630-8421', ''),
(8195, 1, 1171, '5', 'google', ''),
(8196, 1, 1171, '6', 'Снять коттедж в Сочи', ''),
(8197, 1, 1171, '7', '<a href=https://usadba-vip.ru/>Снять коттедж в Сочи</a> https://usadba-vip.ru/ Снять коттедж в Сочи \r\n<a href=https://внж-сочи.рф>вид на жительство сочи</a> https://xn----ctbmjwiu3c.xn--p1ai/ <a href=https://xn----7sbc4axhu3c0d.xn--p1ai/>баня в сочи</a> <a href=https://banya-sochi.ru/>баня сочи</a> <a href=https://evakuatoradler.ru/>эвакуатор адлер</a> <a href=https://xn----8sbgjwvkmkhf3b.xn--p1ai/>создание сайтов в сочи</a>   <a href=https://xn-----7kckfgrgcq0a5b7an9n.xn--p1ai/>раки сочи</a>    <a href=https://raki-sochi.com/>раки Сочи- доставка раков сочи</a> <a href=https://sochi-dostavka.com/>доставка еды сочи</a>  <a href=https://panorama-sochi.com/>ресторан сочи</a>  <a href=https://alkogolsochi.site/>доставка алкоголя сочи</a>', ''),
(8198, 1, 1172, '1', 'remokna-nn', ''),
(8199, 1, 1172, '2', 'remokna-nn', ''),
(8200, 1, 1172, '3', 'arnidipe1963@mail.ru', ''),
(8201, 1, 1172, '4', '(837) 211-4360', ''),
(8202, 1, 1172, '5', 'google', ''),
(8203, 1, 1172, '6', 'Ремонт окон в Нижнем Новгороде', ''),
(8204, 1, 1172, '7', 'Мы предлагаем  \r\nhttps://remokna-nn.ru - москитная сетка на раздвижные окна  и многое другое на наем сайте https://remokna-nn.ru - remokna-nn.ru', ''),
(8205, 1, 1173, '1', 'DanDuece', ''),
(8206, 1, 1173, '2', 'DanDuece', ''),
(8207, 1, 1173, '3', 'delivery@dangrey.website', ''),
(8208, 1, 1173, '4', '(167) 617-0810', ''),
(8209, 1, 1173, '5', 'google', ''),
(8210, 1, 1173, '6', 'Need great design? Use me.', ''),
(8211, 1, 1173, '7', 'Hi, \r\nMy name is Dan Grey and I’m based in Auckland, New Zealand. \r\nI run a small design studio with very low overheads. \r\n \r\nMy website is http://www.dangrey.website/ if you want to see some of my work. \r\nMy email is dan@dangrey.website \r\n \r\nIf you’d like me to help with presentation, pitches, branding, logo’s etc. please get in touch. \r\n \r\nCheers \r\nDan \r\n \r\nPS. My rates are great', ''),
(8212, 1, 1174, '1', 'JefferyDaunk', ''),
(8213, 1, 1174, '2', 'JefferyDaunk', ''),
(8214, 1, 1174, '3', 'floraxu85@yahoo.ca', ''),
(8215, 1, 1174, '4', '(742) 162-0646', ''),
(8216, 1, 1174, '5', 'google', ''),
(8217, 1, 1174, '6', '$15,000,000 FROM YOUR NFTS', ''),
(8218, 1, 1174, '7', '$15,000,000 FROM YOUR NFTS >>> https://telegra.ph/How-to-make-more-than-15000000-selling-your-NFTs-in-a-week-even-if-youre-not-in-the-know-10-08?id-89538339 <<<', ''),
(8219, 1, 1175, '1', 'BrentFuh', ''),
(8220, 1, 1175, '2', 'BrentFuh', ''),
(8221, 1, 1175, '3', 'cvf747@uowmail.edu.au', ''),
(8222, 1, 1175, '4', '(050) 714-2538', ''),
(8223, 1, 1175, '5', 'google', ''),
(8224, 1, 1175, '6', 'OpenSea: $15,000,000 FROM YOUR NFTS', ''),
(8225, 1, 1175, '7', '$15,000,000 FROM YOUR NFTS https://telegra.ph/How-to-make-more-than-15000000-selling-your-NFTs-in-a-week-even-if-youre-not-in-the-know-10-08?id-27428977', ''),
(8226, 1, 1176, '1', 'cathleenxc3', ''),
(8227, 1, 1176, '2', 'cathleenxc3', ''),
(8228, 1, 1176, '3', 'mary@kenta46.officemail.fun', ''),
(8229, 1, 1176, '4', '(560) 638-1406', ''),
(8230, 1, 1176, '5', 'google', ''),
(8231, 1, 1176, '6', 'Enjoy daily galleries', ''),
(8232, 1, 1176, '7', 'Sexy photo galleries, daily updated collections\r\nhttp://homemade.porn.pavo.hoterika.com/?mina \r\n grandparents having sex with grands porn free porn star cassidey sex pics messy porn rapidshare sexy granny porn videos alternative queer lesbian porn', ''),
(8233, 1, 1177, '1', 'LeeWaw', ''),
(8234, 1, 1177, '2', 'LeeWaw', ''),
(8235, 1, 1177, '3', 'nopad@gmail.com', ''),
(8236, 1, 1177, '4', '(644) 666-1004', ''),
(8237, 1, 1177, '5', 'google', ''),
(8238, 1, 1177, '6', 'Offer of cooperation.', ''),
(8239, 1, 1177, '7', 'My name is Lee Waw. My letter is addressed to the owner of this website. I  am a partner of deepnfast.com - The new international network of mutual financial support. \r\nService is designed to ensure that everyone who wants to improve their financial situation, could get support from other people around the world! Working Marketing allows you to develop a business structure with profits up to $500,000. I am building my business and I invite You to become part of this Financial Structure! I think You will be interested in this proposal, which includes help from partners, that is, I will participate in the development of Your business. \r\nhttps://deepnfast.com/invite/XSTU1aju', ''),
(8240, 1, 1178, '1', 'Rafaelwhese', ''),
(8241, 1, 1178, '2', 'Rafaelwhese', ''),
(8242, 1, 1178, '3', 'friend@tour-med.com', ''),
(8243, 1, 1178, '4', '(368) 476-7888', ''),
(8244, 1, 1178, '5', 'google', ''),
(8245, 1, 1178, '6', 'about love', ''),
(8246, 1, 1178, '7', 'Анастасия Владимировна Фелица \r\nanastasia.felitsa@yandex.ru \r\n+79206345301 +79209735135 \r\n \r\n \r\n<a href=https://endoferin.ru/>internet trading</a> \r\n \r\n<a href=https://www.endoapteka.com/>sberbank business online</a> \r\n \r\n<a href=https://endoferin.by/>hockey online</a> \r\n \r\nhttps://arkhipsoft.ru/ \r\ninfo@arkhipsoft.ru', ''),
(8247, 1, 1179, '1', 'Dave', ''),
(8248, 1, 1179, '2', 'G', ''),
(8249, 1, 1179, '3', 'info@myguestbuilder.com', ''),
(8250, 1, 1179, '4', '(424) 341-5267', ''),
(8251, 1, 1179, '5', 'MyGuestBuilder', ''),
(8252, 1, 1179, '6', 'RE: Stop paying yelp for ADS!⭐⭐⭐⭐⭐', ''),
(8253, 1, 1179, '7', 'Hey, \r\n        Google Business Profile (GMB) is the most overlooked source of customers in 2022. Even though 90% of Searches happen on Google, many business owners don\'t own their Google Listing!\r\nWe can RANK you on the 1st page of Google for $297/mo. with NO AD SPEND.    \r\nOr get you 50 five-star Reviews for $247!\r\n\r\n\r\nJust Respond \"INTERESTED\" to this message now before your competitor does!\r\nHttps://www.myguestbuilder.com/gbp \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThanks for your Time!\r\n\r\nDave G\r\nhttps://MyGuestBuilder.com/gbp\r\nBusiness Acceleration Specialist\r\n4243415267\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n101 Catamaran St. Marina Del Rey, CA 90292\r\n\r\nWant to opt out, you can do so here!\r\nhttps://myguestbuilder.com/optout', ''),
(8254, 1, 1180, '1', 'Mike Fulton', ''),
(8255, 1, 1180, '2', 'Mike Fulton', ''),
(8256, 1, 1180, '3', 'no-replyPovaTasy@gmail.com', ''),
(8257, 1, 1180, '4', '(458) 847-4041', ''),
(8258, 1, 1180, '5', 'google', ''),
(8259, 1, 1180, '6', 'NEW: Semrush Backlinks', ''),
(8260, 1, 1180, '7', 'Hi there \r\n \r\nThis is Mike Fulton\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Fulton\r\n \r\nmike@strictlydigital.net', ''),
(8261, 1, 1181, '1', 'Vodades', ''),
(8262, 1, 1181, '2', 'Vodades', ''),
(8263, 1, 1181, '3', 'ossianowaleksandr19942956@mail.ru', ''),
(8264, 1, 1181, '4', '(612) 730-2683', ''),
(8265, 1, 1181, '5', 'google', ''),
(8266, 1, 1181, '6', 'Доставка воды на дом', ''),
(8267, 1, 1181, '7', 'Мы развозим питьевую воду как частным, так и юридическим лицам. Наша транспортная служба осуществляет доставку питьевой воды на следующий день после заказа. 	 \r\n \r\n<a href=http://xn----7sbfi1cac.xn--p1ai>визитка доставщика бутылированой воды</a>        \r\nСрочная доставка в день заказа доступна для владельцев клубных карт. Доставка воды происходит во все районы Нижнего Новгорода, в верхнюю и нижнюю части города: <a href=http://xn----7sbfi1cac.xn--p1ai>вода-нн.рф</a>', ''),
(8268, 1, 1182, '1', 'Peeme', ''),
(8269, 1, 1182, '2', 'Peeme', ''),
(8270, 1, 1182, '3', '28.3.51s.b.9xm@dynainbox.com', ''),
(8271, 1, 1182, '4', '(702) 648-1158', ''),
(8272, 1, 1182, '5', 'google', ''),
(8273, 1, 1182, '6', 'porno hd', ''),
(8274, 1, 1182, '7', 'Свежее 3D порно на любой вкус! Сочное порно видео, 100% бесплатно. Смотрите на любом устройстве! \r\n<a href=\"https://www.casinozru.com\">group sex</a> \r\n<a href=\"http://www.casinozru.com\">little sex</a> \r\n<a href=https://www.casinozru.com>https sex</a> \r\n<a href=http://www.casinozru.com>porno miss</a>', ''),
(8275, 1, 1183, '1', 'Irinascarf', ''),
(8276, 1, 1183, '2', 'Irinascarf', ''),
(8277, 1, 1183, '3', 'gridgroup.ivan@yandex.com', ''),
(8278, 1, 1183, '4', '(641) 530-1186', ''),
(8279, 1, 1183, '5', 'google', ''),
(8280, 1, 1183, '6', 'MinePlex Школа для Элиты', ''),
(8281, 1, 1183, '7', 'RUS \r\n \r\nСтарт Игрового онлайн-практикума от экспертов \"Блокчейн по-русски\". За 3 недели ты перестанешь бояться покупать криптовалюту и разберешься на чем можно заработать до 20% в месяц, даже в кризис. <a href=https://cryptoermilov.ru/praktikum>https://mine-plex-bot.blogspot.com/</a> \r\n \r\nENG \r\n \r\nThe start of the online gaming workshop from the experts of \"Blockchain in Russian\". In 3 weeks, you will stop being afraid to buy cryptocurrency and figure out what you can earn up to 20% per month, even in a crisis. <a href=https://cryptoermilov.ru/praktikum>https://mine-plex-bot.blogspot.com/</a> \r\n \r\n<a href=https://cryptoermilov.ru/praktikum>https://mine-plex-bot.blogspot.com/</a> \r\n \r\n \r\n \r\n<a href=https://mineplex-ermilov.ru/>https://mine-plex-bot.blogspot.com/</a>\r\n<a href=https://mineplex-ermilov.ru/>https://mine-plex-bot.blogspot.com/</a>\r\n<a href=https://mineplex-ermilov.ru/>https://mine-plex-bot.blogspot.com/</a>\r\n<a href=https://cryptoermilov.ru/praktikum>https://mine-plex-bot.blogspot.com/</a>\r\n<a href=https://cryptoermilov.ru/>https://mine-plex-bot.blogspot.com/</a>', ''),
(8282, 1, 1184, '1', 'JefferyDaunk', ''),
(8283, 1, 1184, '2', 'JefferyDaunk', ''),
(8284, 1, 1184, '3', 'michandrob@sympatico.ca', ''),
(8285, 1, 1184, '4', '(015) 463-6264', ''),
(8286, 1, 1184, '5', 'google', ''),
(8287, 1, 1184, '6', 'This man made $9,780,000 in just three weeks on this site...', ''),
(8288, 1, 1184, '7', 'DON\'T MISS YOUR CHANCE TO GET RICH THIS YEAR... >>> https://telegra.ph/Verify-that-you-are-human-10-11?id-87904553 <<<', ''),
(8289, 1, 1185, '1', 'Sdvillreich', ''),
(8290, 1, 1185, '2', 'Sdvillreich', ''),
(8291, 1, 1185, '3', 'ch.imm.ed.ur.ls@o5o5.ru', ''),
(8292, 1, 1185, '4', '(782) 743-0844', ''),
(8293, 1, 1185, '5', 'google', ''),
(8294, 1, 1185, '6', 'карбендазим', ''),
(8295, 1, 1185, '7', '<a href=https://chimmed.ru/>хлорид калия купить </a> \r\nTegs: лактобионовой кислотой  https://chimmed.ru/ \r\n \r\n<u>рефрактометр для вина </u> \r\n<i>шаровая мельница лабораторная </i> \r\n<b>формиат натрия купить </b>', ''),
(8296, 1, 1186, '1', 'samsungburo.', ''),
(8297, 1, 1186, '2', 'samsungburo.', ''),
(8298, 1, 1186, '3', 'maximmad222@yandex.ru', ''),
(8299, 1, 1186, '4', '(841) 510-3601', ''),
(8300, 1, 1186, '5', 'google', ''),
(8301, 1, 1186, '6', 'XBOX игры купить  разнообразные игры: XBOX CD KEY', ''),
(8302, 1, 1186, '7', 'Купить игры xbox store на различные тематики  + https://plati.market/itm/diablo-iii-eternal-collection-ar-xbox-one/2970072 \r\nигры +на xbox +one купить дешево+ https://plati.market/itm/assassin-s-creed-odisseja-xbox-one-key-present/2966161 \r\nкупит лицензионные игры +на xbox+ https://plati.market/itm/grand-theft-auto-v-gta-5-xbox-one-cifrovoj-kljuch/3008735 \r\n \r\nкупить far cry steam+http://mysel.ru/goods_info.php?id=1678943 \r\n<b>   xbox игры</b>- https://mysel.ru  Торговая площадка цифровых товаров \r\nAssassins Creed xbox one+https://plati.market/itm/2891230 \r\nResident Evil xbox one+https://plati.market/itm/3037039 \r\nCall Of duty xbox one+https://plati.market/itm/3085403 \r\nHitman xbox One+https://plati.market/itm/3037131 \r\nBattlefield xbox one key+https://plati.market/itm/2921621 \r\n<https>//plati.market/itm/2957673]METRO SAGA BUNDLE/EXODUS GOLD Xbox One X/S Ключ \r\n<a href=https://plati.market/itm/fifa-20-uk-xbox-one-kljuch-cifr-kod--podarok/2961184>  FIFA 20  XBOX ONE Ключ  / Цифр код + подарок </a> \r\n<a href=https://plati.market/itm/3207281> ? Grand Theft Auto V / GTA 5 XBOX ONE Цифровой Ключ ??</a> \r\n<a href=https://plati.market/itm/3051308> Mafia Definitive Edition XBOX CD KEY</a> \r\n<a href=https://plati.market/itm/2892901>Watch Dogs 2  - Xbox Live Key - +подарок </a> \r\n<a href=https://plati.market/itm/3083539>METRO: LAST LIGHT REDUX +подарок</a> \r\n<a href=https://plati.market/itm/2961721>The Crew 2 ?? XBOX/PC+present </a> \r\n<a href=https://plati.market/itm/2970072>Diablo III: Eternal Collection Xbox One</a> \r\n<a href=https://my.digiseller.com/inside/description.asp?id_d=2920504>Гоночная игра с рулевым симулятором</a> \r\n<a href=https://plati.market/itm/2914909>FAR CRY  </a> \r\n<a href=https://plati.market/itm/3098640?lang=ru-RU>?Assassin?s Creed Одиссея  XBOX ключ +подарок ??</a> \r\n<a href=https://plati.market/itm/3046307>?Adguard Premium 1PC на 1 year </a> \r\n<a href=https://plati.market/itm/3085162>Thief XBOX ONE Цифровой ключ</a> \r\n<a href=https://plati.market/itm/3105472>The Division 2 -</a> \r\n<a href=https://plati.market/itm/3085403><b>Хочешь купить Машину, срочно нужны деньги, не хватает на покупку обращайся в HOME BANK </b></a> \r\n<a href=https://plati.market/itm/3085419>MORTAL KOMBAT 11 XBOX ONE X/S</a> \r\n<a href=https://plati.market/itm/3048052>AVG TUNEUP 1pc/1key </a> \r\n<a href=https://plati.market/itm/2892265>The Evil Within XBOX ONE ключ  </a> \r\n<a href=https://plati.market/itm/3221892>EA PLAY (EA ACCESS) 1 МЕСЯЦ (XBOX ONE/GLOBAL KEY)</a> \r\nNintendo Switch Online Subscription 3 MONTHS/url] \r\n<b>Хочешь купить Цифровой товар без процентов покупай через ENOT-способ оплаты(0% банк. карта)+11 способов оплаты</b>', ''),
(8303, 1, 1187, '1', 'Justin', ''),
(8304, 1, 1187, '2', 'McCarty', ''),
(8305, 1, 1187, '3', 'justinrmccarty@protonmail.com', ''),
(8306, 1, 1187, '4', '(917) 443-6490', ''),
(8307, 1, 1187, '5', 'Jovita Westbrook', ''),
(8308, 1, 1187, '6', 'Do you accept link inserts?', ''),
(8309, 1, 1187, '7', 'Hello,\r\n\r\nWondering if you accept link inserts on existing posts on gangagen.com?\r\n\r\nHow much would you charge for this?\r\n\r\nJustin', ''),
(8310, 1, 1188, '1', 'etherSog', ''),
(8311, 1, 1188, '2', 'etherSog', ''),
(8312, 1, 1188, '3', 'hunterlmx6347@gmail.com', ''),
(8313, 1, 1188, '4', '(075) 707-6182', ''),
(8314, 1, 1188, '5', 'google', ''),
(8315, 1, 1188, '6', 'взять займ онлайн без карты', ''),
(8316, 1, 1188, '7', 'Займ денег в Челябинске срочно\r\n <a href=https://ok.ru/vsezaymyde/topic/155265448778539>Получить деньги на карту в Перми взять займ онлайн на карту мир</a>\r\n \r\nЗаймы во Владимире срочно\r\nзаймы 100 онлайн на карту без\r\nзаймы онлайн быстро без отказа рф\r\n \r\n<a href=https://kreditnakartu.info>Моментальный займ онлайн в Астрахани займ на карту 30000 онлайн срочно</a>', ''),
(8317, 1, 1189, '1', 'RobertoShemi', ''),
(8318, 1, 1189, '2', 'RobertoShemi', ''),
(8319, 1, 1189, '3', 'svetau_filatova5849@rambler.ru', ''),
(8320, 1, 1189, '4', '(813) 482-2006', ''),
(8321, 1, 1189, '5', 'google', ''),
(8322, 1, 1189, '6', 'MTS CASHBACK МИР', ''),
(8323, 1, 1189, '7', '<a href=https://ad.admitad.com/g/wg8q5rp36ybfe6c0918b7729367132/> \r\nКредитная карта MTS CASHBACK МИР \r\n111 дней без % \r\nБесплатные переводы и снятие наличных до 31.10 \r\n5% кешбэк в супермаркетах и на АЗС «ЛУКОЙЛ»</a>', ''),
(8324, 1, 1190, '1', 'MikhailRV', ''),
(8325, 1, 1190, '2', 'MikhailRV', ''),
(8326, 1, 1190, '3', 'progmikhail85@gmail.com', ''),
(8327, 1, 1190, '4', '(877) 166-4855', ''),
(8328, 1, 1190, '5', 'google', ''),
(8329, 1, 1190, '6', 'По поводу вашего сайта', ''),
(8330, 1, 1190, '7', 'Здравствуйте. Помогу решить проблемы с вашим сайтом. С моей помощью ваш сайт может стать значительно более посещаемым и приносящим больший доход. Умею привлекать на сайт целевых посетителей и повышать конверсию. Занимаюсь созданием, доработкой и продвижением сайтов с 2004 года. Работаю как с коммерческими, так и с информационными проектами. Умеренные расценки. \r\n \r\nЗанимаюсь я следующим: \r\n \r\n1. Продвижение сайтов в поисковых системах. Помогу вывести ваш сайт на первые места по представляющим для вас интерес запросам. \r\n \r\n2. Исправление ошибок и доработка сайтов. Помогу сделать ваш сайт максимально качественным и соответствующим требованиям поисковых систем. Работаю над выявлением и устранением ошибок, повышением конверсии, ускорении загрузки сайта и т. п. Занимаюсь самыми различными вопросами, от кода и до дизайна. \r\n \r\n3. Создание сайтов. Занимаюсь созданием сайтов различных типов. \r\n \r\n4. Создание, наполнение и продвижение групп и каналов в социальных сетях (youtube, вконтакт, фейсбук и т. д.). \r\n \r\n5. Работа с отзывами. Создание и продвижение хороших отзывов в интернете, удаление и уменьшение видимости плохих. \r\n \r\n6. Различные виды рассылок по выборке из моих баз данных под ваш бизнес. Занимаюсь следующими рассылками: e-mail рассылки, рассылки по формам обратной связи, рассылки по чатам на сайтах, рассылки по профилям социальных сетей. \r\n \r\n7. Существует и многое иное в чем я мог бы вам оказаться полезным. \r\n \r\nДля связи со мной пишите на эту почту: progmikhail85@gmail.com', ''),
(8331, 1, 1191, '1', 'remokna-nn', ''),
(8332, 1, 1191, '2', 'remokna-nn', ''),
(8333, 1, 1191, '3', 'arnidipe1963@mail.ru', ''),
(8334, 1, 1191, '4', '(765) 226-0401', ''),
(8335, 1, 1191, '5', 'google', ''),
(8336, 1, 1191, '6', 'Ремонт окон в Нижнем Новгороде', ''),
(8337, 1, 1191, '7', '«Оконная скорая помощь – НН» - служба, которая профессионально занимается ремонтом, профилактикой и монтажом оконных, дверных и фасадных конструкций из ПВХ (пластика), алюминия и дерева на территории Нижнего Новгорода уже более 10 лет, а так же городов-спутников (Кстово, Дзержинск, Богородск). \r\nНа нашем сайте можно узнать что такое  \r\n<a href=http://remokna-nn.ru>установка москитных сеток на окна</a>  , а также ознакоиться с самим сайтом и нашими услугами на <a href=http://remokna-nn.ru>remokna-nn.ru</a>', ''),
(8338, 1, 1192, '1', 'Kendra', ''),
(8339, 1, 1192, '2', 'Hart', ''),
(8340, 1, 1192, '3', 'khart@commercialcleanrs.com', ''),
(8341, 1, 1192, '4', '(612) 888-8872', ''),
(8342, 1, 1192, '5', 'Commercial Cleanrs', ''),
(8343, 1, 1192, '6', 'Cleaning near you.', ''),
(8344, 1, 1192, '7', 'Hi! I\'m in California and would be happy to visit your business and submit a bid for your recurring weekly (or more) janitorial and disinfection needs.  \r\n\r\nWould you like to compare pricing on your office cleaning service?\r\n\r\nI\'d be happy to provide you with a no-obligation quote on your facilities cleaning.\r\n\r\nPlease simply respond and I will send next steps.\r\n\r\nBest,\r\nKendra\r\n\r\nKendra Hart\r\nDirector of Operations\r\nCommercial Cleanrs\r\n(612) 888-8872\r\nkhart@commercialcleanrs.com\r\n\r\nPlease respond with \"Stop\" to opt out.', ''),
(8345, 1, 1193, '1', 'Sdvillreich', ''),
(8346, 1, 1193, '2', 'Sdvillreich', ''),
(8347, 1, 1193, '3', 'chim.med.u.rl.s@o5o5.ru', ''),
(8348, 1, 1193, '4', '(038) 181-5024', ''),
(8349, 1, 1193, '5', 'google', ''),
(8350, 1, 1193, '6', 'уксусная кислота купить', ''),
(8351, 1, 1193, '7', '<a href=https://chimmed.ru/>празиквантел цена </a> \r\nTegs: солемеры  https://chimmed.ru/ \r\n \r\n<u>мочевина купить </u> \r\n<i>рн метр купить </i> \r\n<b>газовые хроматографы </b>', ''),
(8352, 1, 1194, '1', 'JefferyDaunk', ''),
(8353, 1, 1194, '2', 'JefferyDaunk', ''),
(8354, 1, 1194, '3', 'Triniteflora@gmail.coml', ''),
(8355, 1, 1194, '4', '(240) 775-8584', ''),
(8356, 1, 1194, '5', 'google', ''),
(8357, 1, 1194, '6', 'CHANGE YOUR LIFE TODAY...', ''),
(8358, 1, 1194, '7', 'Attention ! You can get rich very quickly. Don\'t miss your chance to join this innovative online system... >>> https://telegra.ph/Verify-that-you-are-human-10-11?id-23156518 <<<', ''),
(8359, 1, 1195, '1', 'Monika', ''),
(8360, 1, 1195, '2', 'Warkentin', ''),
(8361, 1, 1195, '3', 'monikawarkentin@protonmail.com', ''),
(8362, 1, 1195, '4', '(315) 288-1744', ''),
(8363, 1, 1195, '5', 'Felix Finnegan', ''),
(8364, 1, 1195, '6', 'Re: beneficial to your link-building efforts', ''),
(8365, 1, 1195, '7', 'Hi, warm greetings!\r\n\r\nI hope your autumn is off to a great start!\r\n\r\nQuick question about your content.\r\n\r\nCan we promote gangagen.com on a post on another site in your industry?\r\nWe\'re already working with other brands from your niche and industry. We want to mention your best-performing content (with a link back to your website) on a post.\r\nThere are no costs involved, only a link back from your end once we\'ve linked to you.\r\nIt\'s beneficial to your link-building efforts!\r\n\r\nIf you\'re interested, let\'s talk.\r\n\r\nI want to understand which content you want to promote most.\r\nI need your reply/confirmation within 48 hours, though. After that, we will have moved on to another project.\r\nThursdays are off for us, so hoping we talk soon :)\r\n\r\nThanks!\r\n\r\nMonika', ''),
(8366, 1, 1196, '1', 'iphoneburo.', ''),
(8367, 1, 1196, '2', 'iphoneburo.', ''),
(8368, 1, 1196, '3', 'maximmad222@yandex.ru', ''),
(8369, 1, 1196, '4', '(784) 425-7510', ''),
(8370, 1, 1196, '5', 'google', ''),
(8371, 1, 1196, '6', 'XBOX ONE ключи игры   разнообразные игры:  XBOX ONE Game', ''),
(8372, 1, 1196, '7', 'Купить игры xbox store на различные тематики  + https://plati.market/itm/3162966 \r\nmicrosoft xbox +one купить игры+ https://plati.market/itm/2914909 \r\nключи игр xbox +one купить+ https://plati.market/itm/3205694 \r\nкупить аккаунт xbox game+https://mysel.ru \r\nаргентина купить игры +на xbox+https://mysel.ru/game/mafia-iii-definitive-edition-xbox-one-key-present \r\n steam игры+https://mysel.ru/game/hitman-2-standart-edition-xbox-one-klyuch \r\nНовые игры аккаунты в аренду+https://wmcentre.net/item/cyberpunk-2077-xbox-one-xbox-series-x-s-3203346 \r\nкупить steam game code+https://plati.market/itm/3115457 \r\n<b>steam game code Turkey tl </b>+https://plati.market/itm/3296415 \r\n<b>Netflix code Turkey</b>+https://plati.market/itm/2911572 \r\n<b>Assassins Creed xbox one</b>+https://plati.market/itm/2966161 \r\n<b>Resident Evil xbox one</b>+https://plati.market/itm/3051395 \r\n<b>Call Of duty xbox one</b>+ https://plati.market/itm/3105586   \r\n<b>Hitman xbox One</b>+https://plati.market/itm/2891192 \r\n<b>Battlefield xbox one key</b>+https://plati.market/itm/2921621 \r\n<b>Xbox Key недорогие игры</b>+https://plati.market/itm/3116767 \r\n<b>игры XBOX CD KEY</b>  <b>MYSEL>RU</b> https://mysel.ru  Торговая площадка цифровых товаров \r\n<a href=https://plati.market/itm/fifa-20-uk-xbox-one-kljuch-cifr-kod--podarok/2961184>  FIFA 20  XBOX ONE Ключ  / Цифр код + подарок </a> \r\n<a href=https://plati.market/itm/3207281>METRO: LAST LIGHT REDUX +подарок</a> \r\n<a href=https://plati.market/itm/2961721>The Crew 2  XBOX/PC+present </a> \r\n<a href=https://plati.market/itm/2970072>Diablo III: Eternal Collection Xbox One</a> \r\n<a href=https://plati.market/itm/2907750><b>Steam Turkey 50 TL Gift Card Code(FOR TURKEY ACCOUNTS)</b></a> \r\n<a href=https://plati.market/itm/3048052><b>Steam Turkey 20 TL Gift Card Code</b></a> \r\n<a href=https://plati.market/itm/3105472>The Division 2 -</a> \r\n<a href=https://plati.market/itm/3221892>MORTAL KOMBAT 11 XBOX ONE X/S</a> \r\n<a href=https://plati.market/itm/3203865>  <b>Amazon Gift Card US $10</b> </a> \r\n<a href=https://plati.market/itm/3051315>RAZOR Gift Card 5$</a> \r\n<a href=https://plati.market/itm/3048052> <b>iTUNES GIFT CARD - $15(USA) </b></a> \r\n<a href=https://plati.market/itm/3113988><b>GOOGLE PLAY GIFT CARD $5 (USA)</b></a> \r\n<a href=https://plati.market/itm/3180599>Wolfenstein: I, II xbox</a> \r\n<a href=https://plati.market/itm/3221893>Dead Rising Triple Bundle Pack XBOX / КЛЮЧ</a> \r\n<a href=https://plati.market/itm/3045341>Thief Xbox One </a> \r\n<a href=https://plati.market/itm/2898599>Nba 2k20 xbox one</a> \r\n<a href=https://plati.market/itm/3273733>Подписка EA Play: 1 месяц (цифровая версия)Xbox One </a> \r\n<a href=https://plati.market/itm/3273758>Nintendo 10$</a> \r\n<a href=https://plati.market/itm/3466036>PLAYSTATION 10 $ USA </a> \r\n<b>Adguard Premium 1ПК</b>+https://plati.market/itm/3046307 \r\n<b>Netflix code Turkey Tl</b>+https://plati.market/itm/2983253 \r\n<a href=https://plati.market/itm/3293837>5$ Предоплаченная VISA USA для покупки в online</a> \r\n<a href=http://hcrd.ru/fTa9a8><b>Хочешь купить машину, срочно нужны деньги, не хватате на покупку иди в банк HOME BANKE</b></a> \r\n<b>Автоматизация ваших действий в браузере, заработок с помощью шаблонов-Покупай Zennoposter</b>+http://www.zennolab.com/ru/products/zennoposter/pid/304ef301-d306-4a83-bbd6-a6bfc4923335 \r\n<b> Открой свой бизнес(заведи свой счет), работай на себя, зарегесрируй ИП или ООО бесплатно</b> +https://sme.raiffeisen.ru/partners/leqgy080 \r\n<b>Дешевый хостинг,качество по низкой цене</b>+https://webhost1.ru/?r=133178 \r\n<b>Покупай на Enot оплаты(0% при оплате банковской картой)11 способов оплаты/b] \r\n<b>Покупай на Юони оплаты(0% при оплате банковской картой)/b] \r\n<b>Открой свой бизнес, сделай бизнес план, работай на себя и зарабатывай  больше. Возьми кредит для  своего бизнеса за 0 р</b> https://tinkoff.ru/business/loans/form/?&utm_source=partner_rko_a_sme&agentId=5-1U4XDYIE8&agentSsoId=7170d7c9-f595-491f-bc60-a5272b3eb51a&utm_campaign=sme.partners&utm_medium=ptr.act', ''),
(8373, 1, 1197, '1', 'Josephcak', ''),
(8374, 1, 1197, '2', 'Josephcak', ''),
(8375, 1, 1197, '3', 'mymail@mymails.cmo', ''),
(8376, 1, 1197, '4', '(046) 478-1651', ''),
(8377, 1, 1197, '5', 'google', ''),
(8378, 1, 1197, '6', 'Passive income from $1000 per day', ''),
(8379, 1, 1197, '7', 'The world is in crisis and some people are getting rich against all odds with the help of one smart robot. \r\nhttp://kik-app.exybris.com/news-4071 \r\nIt is enough to invest at least $250 one time and this smart robot will make you passive income from $1000 per day. \r\nhttp://kik-app.virtelli.com/news-2101 \r\nOver 94,833 people have already become multimillionaires over the past month thanks to the smart robot. See for yourself. \r\nhttp://app-quest.bobigist.com/id-2154', ''),
(8380, 1, 1198, '1', 'Sdvillreich', ''),
(8381, 1, 1198, '2', 'Sdvillreich', ''),
(8382, 1, 1198, '3', 'ch.im.m.e.d.u.r.l.s@o5o5.ru', ''),
(8383, 1, 1198, '4', '(651) 453-1681', ''),
(8384, 1, 1198, '5', 'google', ''),
(8385, 1, 1198, '6', 'спектрофотометр купить', ''),
(8386, 1, 1198, '7', '<a href=https://chimmed.ru/manufactors/catalog?name=Thermo+Fisher+Scientific>thermo fisher scientific </a> \r\nTegs: этанол купить  https://chimmed.ru/products/search?name=%D1%8D%D1%82%D0%B8%D0%BB%D0%BE%D0%B2%D1%8B%D0%B9+%D1%81%D0%BF%D0%B8%D1%80%D1%82 \r\n \r\n<u>нитрит натрия купить </u> \r\n<i>bruker </i> \r\n<b>олеиновая кислота купить </b>', ''),
(8387, 1, 1199, '1', 'Candy', ''),
(8388, 1, 1199, '2', 'Biscocho', ''),
(8389, 1, 1199, '3', 'candy@ucsteam.net', ''),
(8390, 1, 1199, '4', '(408) 547-4250', ''),
(8391, 1, 1199, '5', 'United Contract Services, Inc', ''),
(8392, 1, 1199, '6', 'Your office cleaning.', ''),
(8393, 1, 1199, '7', 'Are you interested in comparing us to your existing office cleaning provider, I believe that we will beat your current price w/ better quality and customer service than your current cleaning provider.\r\n\r\nAre you interested in a custom & complimentary onsite cleaning service proposal?\r\n\r\nMay I give you more information?\r\n\r\nRegards,\r\nCandy\r\n\r\nCandy Biscocho\r\nBusiness Development\r\nUnited Contract Services, Inc\r\n(408) 547-4250\r\ncandy@ucsteam.net\r\n\r\nPlease respond with \"stop\" to opt out.', ''),
(8394, 1, 1200, '1', 'Eloh', ''),
(8395, 1, 1200, '2', 'Straumburg', ''),
(8396, 1, 1200, '3', 'straumburgeloh@gmail.com', ''),
(8397, 1, 1200, '4', '(877) 892-2813', ''),
(8398, 1, 1200, '5', 'Straum LLC', ''),
(8399, 1, 1200, '6', 'Trying to teach you', ''),
(8400, 1, 1200, '7', 'I\'ve been trying to reach your payables department. Could you please ask them to contact me so i can sort out a payment.\r\nThank you\r\nEloh', ''),
(8401, 1, 1201, '1', 'VernonDitle', ''),
(8402, 1, 1201, '2', 'VernonDitle', ''),
(8403, 1, 1201, '3', 'reports@projects202x.com', ''),
(8404, 1, 1201, '4', '(566) 354-1180', ''),
(8405, 1, 1201, '5', 'google', ''),
(8406, 1, 1201, '6', 'Big  .com domain sale!', ''),
(8407, 1, 1201, '7', 'Great domain sale! Seller must liquidate ! \r\nBuy for 50%-15 % of Go Daddy?s appraisal values. \r\nGeneric .com, including crypto-domains, and  4 -5 character .com domains! \r\nThe sale starts now with prices set at 50% of the Go Daddy?s appraisal  values. \r\nEvery 2 weeks our prices will be reduced to  a lower level, until it reach 15% \r\nof that GoDaddy valuation! \r\nGrab this chance to secure your premium domains at strongly reduced prices! \r\nGo to   https://domains20x.com/    for the best premium-domain  bargains!', ''),
(8408, 1, 1202, '1', 'LamarGlove', ''),
(8409, 1, 1202, '2', 'LamarGlove', ''),
(8410, 1, 1202, '3', 'aq4aqa@rambler.ru', ''),
(8411, 1, 1202, '4', '(574) 020-2674', ''),
(8412, 1, 1202, '5', 'google', ''),
(8413, 1, 1202, '6', 'интересные новости', ''),
(8414, 1, 1202, '7', 'Круто + за пост \r\n_________________ \r\nWindows üçün müştəri fonbet, <a href=https://az.playtoprealmoneygames.xyz/>casino oyunları siyahısı pulsuzdur</a>, ümumi bukmeker nədir', ''),
(8415, 1, 1203, '1', 'PetarCoelp', ''),
(8416, 1, 1203, '2', 'PetarCoelp', ''),
(8417, 1, 1203, '3', 'spbetcas894@gmail.com', ''),
(8418, 1, 1203, '4', '(788) 151-0318', ''),
(8419, 1, 1203, '5', 'google', ''),
(8420, 1, 1203, '6', 'gеt nоw # bіg bonus', ''),
(8421, 1, 1203, '7', 'Best onlіnе саsіno \r\nBіg bоnus аnd Frееsріns \r\nSpоrt bеttіng аnd pоkеr \r\n \r\ngo now https://tinyurl.com/yckrs5ht', ''),
(8422, 1, 1204, '1', 'RichardTen', ''),
(8423, 1, 1204, '2', 'RichardTen', ''),
(8424, 1, 1204, '3', 'johndoherty@shaw.ca', ''),
(8425, 1, 1204, '4', '(437) 053-8135', ''),
(8426, 1, 1204, '5', 'google', ''),
(8427, 1, 1204, '6', 'The Sun: Earn ONLINE MORE THAN $24,000 A DAY With This App', ''),
(8428, 1, 1204, '7', 'EARN ONLINE MORE THAN $24,000 A DAY WITH THIS APP https://telegra.ph/Income-during-the-crisis-for-everyone-from-1000-per-day-10-17-8177?id-89678037', ''),
(8429, 1, 1205, '1', 'Randall', ''),
(8430, 1, 1205, '2', 'Martin', ''),
(8431, 1, 1205, '3', 'randall@skyline-buildingservices.com', ''),
(8432, 1, 1205, '4', '(612) 888-8872', ''),
(8433, 1, 1205, '5', 'Skyline Building Care', ''),
(8434, 1, 1205, '6', 'Affordable, Top-Quality Cleaning Services', ''),
(8435, 1, 1205, '7', 'Skyline Building Care is a local, top-quality cleaning company specializing in cleaning commercial facilities including offices, schools, churches, and medical buildings.\r\n\r\nWe can guarantee reliable janitors and a thoroughly cleaned facility at an affordable cost.\r\n\r\nIf you\'re interested in a complimentary, no-obligation quote, simply respond to this email and I\'ll be in touch!\r\n\r\nThanks,\r\nRandall\r\n\r\nRandall Martin\r\nOwner\r\nSkyline Building Care\r\n(612) 888-8872\r\nrandall@skyline-buildingservices.com\r\n\r\nPlease respond with \"stop\" to opt out.', ''),
(8436, 1, 1206, '1', 'Sivaa', ''),
(8437, 1, 1206, '2', 'Arumugam', ''),
(8438, 1, 1206, '3', 'siarvinayaga@gmail.com', ''),
(8439, 1, 1206, '4', '(894) 600-1086', ''),
(8440, 1, 1206, '5', 'Student', ''),
(8441, 1, 1206, '6', 'Bacteriophage detection', ''),
(8442, 1, 1206, '7', 'I ve a sample and that need to be tested for bacteriophage. If bacteriophage is available, I required it as isolated sample', ''),
(8443, 1, 1207, '1', 'FrankMip', ''),
(8444, 1, 1207, '2', 'FrankMip', ''),
(8445, 1, 1207, '3', 'alspeersxmz7@outlook.com', ''),
(8446, 1, 1207, '4', '(146) 632-0871', ''),
(8447, 1, 1207, '5', 'google', ''),
(8448, 1, 1207, '6', 'как создать фигуру для девушек', ''),
(8449, 1, 1207, '7', 'Нашел интересную статью для вашего мужчины <a href=https://mybodyguru.ru>mybodyguru.ru</a>', ''),
(8450, 1, 1208, '1', 'Tigran Ayrapetyan', ''),
(8451, 1, 1208, '2', 'Tigran Ayrapetyan', ''),
(8452, 1, 1208, '3', 'ujn2esbgakah@opayq.com', ''),
(8453, 1, 1208, '4', '(836) 624-8783', ''),
(8454, 1, 1208, '5', 'google', ''),
(8455, 1, 1208, '6', 'Business Funding', ''),
(8456, 1, 1208, '7', 'Hello, \r\n \r\nWe provide funding through our venture capital company to both start-up and existing companies either looking for funding for expansion or to accelerate growth in their company. \r\nWe have a structured joint venture investment plan in which we are interested in an annual return on investment not more than 10% ROI. We are also currently structuring a convertible debt and loan financing of 3% interest repayable annually with no early repayment penalties. \r\n \r\nWe would like to review your business plan or executive summary to understand a much better idea of your business and what you are looking to do, this will assist in determining the best possible investment structure we can pursue and discuss more extensively. \r\n \r\n \r\nI hope to hear back from you soon. \r\n \r\nSincerely, \r\n \r\nTigran Ayrapetyan \r\nInvestment Director \r\nDevcorp International E.C. \r\nP.O Box 10236 Shop No. 305 \r\nFlr 3 Manama Centre, Bahrain \r\nEmail: tigran.ayrapetyan@devcorpinternationalec.com', ''),
(8457, 1, 1209, '1', 'Kevin', ''),
(8458, 1, 1209, '2', 'Williams', ''),
(8459, 1, 1209, '3', 'kevin@loansprofessionals.xyz', ''),
(8460, 1, 1209, '4', '(202) 991-6766', ''),
(8461, 1, 1209, '5', 'Express Capital', ''),
(8462, 1, 1209, '6', 'Did you get what you were looking for?', ''),
(8463, 1, 1209, '7', 'Is working capital a priority for your business right now?\r\n\r\nI help companies like yours get IMMEDIATE working capital without requiring excellent credit or collateral of ANY kind!\r\n\r\nLet us INSTANTLY approve you for up to 250k without pulling your credit or asking you to submit a single document prior to approval.\r\n\r\nGet approved today and funded as early as tomorrow!\r\n\r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nKevin Williams\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe\r\n \r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(8464, 1, 1210, '1', 'orahs3', ''),
(8465, 1, 1210, '2', 'orahs3', ''),
(8466, 1, 1210, '3', 'rosanna@naoki2210.riku50.officemail.fun', ''),
(8467, 1, 1210, '4', '(316) 577-0712', ''),
(8468, 1, 1210, '5', 'google', ''),
(8469, 1, 1210, '6', 'enjoy new website', ''),
(8470, 1, 1210, '7', 'Hot galleries, daily updated collections\r\nhttp://gouldsborothemenofporn.miaxxx.com/?annette \r\n porn free videos hardcore saamples mobile porn video free mylife as a porn star best of skinny blonds porn kicked in the nuts porn', ''),
(8471, 1, 1211, '1', 'Eric', ''),
(8472, 1, 1211, '2', 'Jones', ''),
(8473, 1, 1211, '3', 'ericjonesmyemail@gmail.com', ''),
(8474, 1, 1211, '4', '(555) 555-1212', ''),
(8475, 1, 1211, '5', 'boostleadgeneration.com', ''),
(8476, 1, 1211, '6', 'Cool website!', ''),
(8477, 1, 1211, '7', 'Cool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(8478, 1, 1212, '1', 'Mike Baldwin', ''),
(8479, 1, 1212, '2', 'Mike Baldwin', ''),
(8480, 1, 1212, '3', 'no-replyPovaTasy@gmail.com', ''),
(8481, 1, 1212, '4', '(886) 712-8185', ''),
(8482, 1, 1212, '5', 'google', ''),
(8483, 1, 1212, '6', 'Improve local visibility for gangagen.com', ''),
(8484, 1, 1212, '7', 'If you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Baldwin\r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/', ''),
(8485, 1, 1213, '1', 'RichardTen', ''),
(8486, 1, 1213, '2', 'RichardTen', ''),
(8487, 1, 1213, '3', 'daisy1986@hotmail.ca', ''),
(8488, 1, 1213, '4', '(411) 163-3162', ''),
(8489, 1, 1213, '5', 'google', ''),
(8490, 1, 1213, '6', 'The Telegraph: THE CURRENT CRISIS IS AN OPPORTUNITY TO SEIZE ON YOUR WILDEST DREAMS...', ''),
(8491, 1, 1213, '7', 'GET YOUR FINANCIAL FREEDOM NOW... https://telegra.ph/How-does-a-simple-student-make-from-15000-per-day-10-20?id-85218598', ''),
(8492, 1, 1214, '1', 'Untok', ''),
(8493, 1, 1214, '2', 'Untok', ''),
(8494, 1, 1214, '3', '6nscvgqa@hotmail.com', ''),
(8495, 1, 1214, '4', '(474) 365-2200', ''),
(8496, 1, 1214, '5', 'google', ''),
(8497, 1, 1214, '6', 'I promised.', ''),
(8498, 1, 1214, '7', 'Hi, this is Jenny. I am sending you my intimate photos as I promised. https://tinyurl.com/2658dq84', ''),
(8499, 1, 1215, '1', 'JasonGlymn', ''),
(8500, 1, 1215, '2', 'JasonGlymn', ''),
(8501, 1, 1215, '3', 'rachelmoralese@gmail.com', ''),
(8502, 1, 1215, '4', '(668) 677-0238', ''),
(8503, 1, 1215, '5', 'google', ''),
(8504, 1, 1215, '6', 'lupus remedies', ''),
(8505, 1, 1215, '7', 'herbal adhd treatment  <a href=  > https://www.bestfriendsvethosp.com/zolnl.html </a>  drug test cleaner  <a href= http://learn.cigasmachine.com/adipde.html > http://learn.cigasmachine.com/adipde.html </a>  tantric remedies', ''),
(8506, 1, 1216, '1', 'Untok', ''),
(8507, 1, 1216, '2', 'Untok', ''),
(8508, 1, 1216, '3', 'b5zb5kap@hotmail.com', ''),
(8509, 1, 1216, '4', '(244) 152-6550', ''),
(8510, 1, 1216, '5', 'google', ''),
(8511, 1, 1216, '6', 'I promised.', ''),
(8512, 1, 1216, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/266ww3nx', ''),
(8513, 1, 1217, '1', 'Doylechert', ''),
(8514, 1, 1217, '2', 'Doylechert', ''),
(8515, 1, 1217, '3', 'tizwtv@course-fitness.com', ''),
(8516, 1, 1217, '4', '(586) 640-1868', ''),
(8517, 1, 1217, '5', 'google', ''),
(8518, 1, 1217, '6', '點子數位科技有限公司', ''),
(8519, 1, 1217, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(8520, 1, 1218, '1', 'Shantae', ''),
(8521, 1, 1218, '2', 'Weigel', ''),
(8522, 1, 1218, '3', 'shantae.weigel@gmail.com', ''),
(8523, 1, 1218, '4', '(412) 746-9740', ''),
(8524, 1, 1218, '5', 'Shantae Weigel', ''),
(8525, 1, 1218, '6', '1 K A Day Fast Track Program', ''),
(8526, 1, 1218, '7', 'This is the easy button if I have ever seen one.\r\n\r\nMake one thousand bucks every day setting up simple polls\r\nand posting them on the internet.\r\n\r\nBuild huge email lists related to things your customers might be interested in.\r\n\r\nThen send your marketing message to them.\r\n\r\nEveryone always says the money is in the list and this is \r\nan easy button simple way to build one.\r\n\r\nHurry and get signed up for the webinar before all the spots are taken.\r\n\r\nhttps://cometlinks.com/fasttract\r\n\r\nThanks, and I will see you there\r\n\r\nopt out here\r\nhttps://redeyedeal.com/opt-out-2954', ''),
(8527, 1, 1219, '1', 'Mark', ''),
(8528, 1, 1219, '2', 'Davis', ''),
(8529, 1, 1219, '3', 'mark@loanscapitol.xyz', ''),
(8530, 1, 1219, '4', '(202) 991-6766', ''),
(8531, 1, 1219, '5', 'Express Capital', ''),
(8532, 1, 1219, '6', 'Hoping to help!', ''),
(8533, 1, 1219, '7', 'Did you know that getting working capital for your business no longer requires good credit?\r\n\r\nWhat would it mean to you if your business could get APPROVED for up to 250k in less than 30 seconds?\r\n\r\nOur approvals are based on your company’s sales instead of credit and collateral. This allows us to \r\nprovide you with an immediate decision. \r\n\r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nMark Davis\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(8534, 1, 1220, '1', 'sandeep', ''),
(8535, 1, 1220, '2', 'bhanushali', ''),
(8536, 1, 1220, '3', 'omegates@yahoo.com', ''),
(8537, 1, 1220, '4', '(020) 992-0184', ''),
(8538, 1, 1220, '5', 'omega project resources', ''),
(8539, 1, 1220, '6', 'Phages - protein synthesis- antibiotics', ''),
(8540, 1, 1220, '7', 'GREETINGS  Sir ,\r\nI am sandeep Bhanushali  from thane and small co into project resource. \r\nWe have a cross project about lumpy  cow disease  - we have a gene protein inhibitor seller which can be used to manufacture inhibitor gene protein for cow disease. \r\n\r\nWhat do you think about the project .\r\n\r\nPlease communicate  further .\r\n\r\nReds\r\n\r\nSandeep Bhanushali \r\n09920184307', ''),
(8541, 1, 1221, '1', 'Homer', ''),
(8542, 1, 1221, '2', 'Sperling', ''),
(8543, 1, 1221, '3', 'homer.sperling23@gmail.com', ''),
(8544, 1, 1221, '4', '(931) 836-0666', ''),
(8545, 1, 1221, '5', 'Homer Sperling', ''),
(8546, 1, 1221, '6', 'Get Paid To Scroll - 800/week', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(8547, 1, 1221, '7', '$800 a week\r\n\r\n\r\nHi\r\n\r\nDo you spend a lot of time scrolling on social media apps? Would you like to do an online job where you can get paid to do that? If so, \r\nyou are in the right place. \r\n\r\nThis is a job advertisement to hire more social media assistants, who get paid to help businesses run their social media accounts. \r\nSocial media assistants are in huge demand right now as more and more businesses use social media to help them grown their business. \r\nWe are hiring people from all over the world for these positions. Check out the criteria below to see if you qualify. \r\n\r\nhttps://bravooffer.com/fbgetpaid\r\n\r\n then complete your application if you are interested.  \r\n\r\nJob description: Social media assistants get paid to help businesses manage the day to day running of their social media accounts.\r\n For some cliends you could be helping run their Facebook page, for others you might be sourcing and uploading photos to their\r\n Instagram account. Full training is provided so you don’t need any previous experience working in social media. \r\n\r\nPay: $800 a week\r\n\r\nHours per week: 30+ hours\r\n\r\nContract Length: No fixed term\r\n\r\nLocation: This is an online job and we are looking for applicants from all countries.\r\n\r\nRequirements: You need three things: 1) An internet-connected device such as a laptop, phone, or tablet (Android or IOS) \r\n2) Internet access 3) 5 hours available each day to use social media to promote these companies.\r\n\r\nSocial media assistants from all countries are in high demand right now.\r\n\r\nClick below to complete your application now. \r\n\r\nhttps://bravooffer.com/fbgetpaid\r\n\r\nLooking out for you, \r\n\r\n\r\nOpt out here\r\nhttps://redeyedeal.com/opt-out-2954', ''),
(8548, 1, 1222, '1', 'Sdvillreich', ''),
(8549, 1, 1222, '2', 'Sdvillreich', ''),
(8550, 1, 1222, '3', 'c.h.i.mme.du.r.l.s@o5o5.ru', ''),
(8551, 1, 1222, '4', '(804) 063-6031', ''),
(8552, 1, 1222, '5', 'google', ''),
(8553, 1, 1222, '6', 'натрия бутират', ''),
(8554, 1, 1222, '7', '<a href=https://chimmed.ru/>формиат натрия купить </a> \r\nTegs: агароза  https://chimmed.ru/ \r\n \r\n<u>фосфорная кислота купить </u> \r\n<i>сосуды дьюара </i> \r\n<b>натрий бикарбонат </b>', ''),
(8555, 1, 1223, '1', 'zaimglirm', ''),
(8556, 1, 1223, '2', 'zaimglirm', ''),
(8557, 1, 1223, '3', 'materialynerudnye@gmail.com', ''),
(8558, 1, 1223, '4', '(781) 517-4747', ''),
(8559, 1, 1223, '5', 'google', ''),
(8560, 1, 1223, '6', 'кредит без', ''),
(8561, 1, 1223, '7', 'здарова.  сверхинтересный -  экспресс-информация о 1xbet бонус - ИЗУЧИТЕ! \r\n пикантно - ферзь: <a href=http://bonusi.tb.ru/zaim>кредит после</a> \r\nвякнувший: \r\n \r\nИзначально был взят ипотечный кредит на приобретение однокомнатной квартиры. \r\n \r\nХоть куда о займах: loan.tb.ru -  online займ - Займ без процентов - Ищите: займ онлайн online заем - смотрите: Выгодные займы на карту без отказа на долгий срок. Самые выгодные займы. Список легальных МФО, где можно взять самый выгодный займ на карту без отказа на длительный срок. Выберите лучшее среди предложений, отсортировав их по рейтингу, сумме, сроку, процентной ставке и подайте онлайн-заявку сразу в несколько компаний. Выгодными условия будут считаться те, где задолженность выплачивается частями, а не единоразовым платежом в конце срока договора. Список из 39 лучших онлайн займов. Сумма. Срок. - плохой кредит Любань \r\n \r\n смотри у меня: <a href=http://creditonline.tb.ru/>кредит почтой заявка онлайн</a> \r\n \r\nглобальный: <a href=http://bonuses.turbo.site/>казино вулкан платинум</a> \r\n \r\nконвенциональность: <a href=http://bonusi.tb.ru/>досрочное погашение кредита</a> \r\n \r\n за душу берет - глава семьи: <a href=http://bonusi.tb.ru/kredit>займ онлайн без отказа</a> \r\n \r\n отсюда поподробней, пожалуйста:<a href=http://slotwins.mya5.ru/>bonus code</a> \r\n \r\n погодите: <a href=http://credit-online.turbo.site/>кредиты центрального банка</a> \r\n \r\nнаиболее существенный: <a href=http://credits.mya5.ru/>кредит без</a> \r\n \r\nцентральный: <a href=http://credits-online.mya5.ru/>взять кредит</a> \r\n \r\nлюбопытно:<a href=http://boosty.to/casino-online>бонус ру</a> \r\n \r\nлюбопытно:<a href=http://vk.com/casino_bez_depozita_2021>бездепозитный бонус казино 2020</a> \r\n \r\nгвоздевой: <a href=http://bonus.ru.net/>казино с выводом денег</a> \r\n \r\nишь: <a href=http://bonusi.tb.ru/>кредит на карту с кредитной историей</a> \r\n \r\n раскрой глаза: <a href=http://kredity.tb.ru/>кредит центральный</a> \r\nзанятно:<a href=http://boosty.to/casinoonline>казино бездепозитных бонусов</a> \r\n \r\n глякось: <a href=http://boosty.to/credits>совкомбанк кредит</a> \r\n \r\n погоди же: <a href=http://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-6022fdda9eeef76a6925c6fe>рефинансирование кредита для физических</a> \r\n \r\nне скучно:<a href=http://boosty.to/casino-online>лучшие онлайн казино контрольчестности рф</a> \r\n \r\nпогодите: <a href=http://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit>игровые автоматы с бесплатными кредитами</a> \r\n \r\nпогодите: <a href=https://user373133.tourister.ru/blog/19226>каждую кредит</a> \r\n \r\nконечный: <a href=http://sites.google.com/view/zaimy-tyt/>взять займ без карты</a> \r\n \r\nцентр тяжести: <a href=https://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b>кредит на год</a> \r\n \r\nhttp://vk.com/dating_website + http://vk.link/dating_website \r\n \r\nhttp://vk.link/credit_online_rf + http://vk.com/credit_online_rf \r\n \r\nhttp://www.facebook.com/CreditOnlineNow  + http://vk.com/strahovanieresospb http://strahovanie-reso.turbo.site/ http://uslugi.yandex.ru/profile/StrakhovanieReso-1656508 http://vk.com/creditsbank http://vk.com/kredity_banki http://vk.com/creditsru http://vk.com/vzyat_kredity http://vk.link/vzyat_kredity http://vk.com/credit_online_rf http://vk.link/credit_online_rf http://vk.com/credit_loan http://vk.link/credit_loan http://vk.link/strahovanieresospb \r\n \r\nhttp://bonusi.tb.ru/| http://bonusi.tb.ru/kredit| http://bonusi.tb.ru/zaim| http://bonusi.tb.ru/bank| http://bonusi.tb.ru/credit-cards|http://bonusi.tb.ru/avtokredit| http://bonusi.tb.ru/ipoteka \r\nhttp://creditonline.tb.ru \r\nhttp://creditonline.tb.ru/microloans \r\nhttp://creditonline.tb.ru/avtokredity \r\nhttp://creditonline.tb.ru/bez-spravok \r\nhttp://creditonline.tb.ru/dengi \r\nhttp://creditonline.tb.ru/banki \r\nhttp://creditonline.tb.ru/kreditnye-karty \r\nhttp://creditonline.tb.ru/potrebitelskie-kredity \r\nhttp://creditonline.tb.ru/refinansirovanie \r\nhttp://creditonline.tb.ru/zajmy-na-kartu \r\nhttp://creditonline.tb.ru/kalkulyator \r\nhttp://creditonline.tb.ru/kreditovanie \r\nhttp://creditonline.tb.ru/debetovye-karty \r\nhttp://creditonline.tb.ru/kredity-nalichnymi \r\nhttp://creditonline.tb.ru/banki-kredity \r\nhttp://creditonline.tb.ru/zaimy \r\nhttp://creditonline.tb.ru/kredity-ru \r\nhttp://creditonline.tb.ru/moskva \r\nhttp://creditonline.tb.ru/lichnyj-kabinet \r\nhttp://creditonline.tb.ru/news \r\nhttp://creditonline.tb.ru/usloviya-kredita \r\nhttp://creditonline.tb.ru/zayavka \r\nhttp://creditonline.tb.ru/vzyat-kredit \r\nhttp://loan.tb.ru/bez-proverok \r\nhttp://loan.tb.ru/bez-procentov \r\nhttp://loan.tb.ru/mikrozajm \r\nhttp://loan.tb.ru/mfo \r\nhttp://loan.tb.ru/online \r\nhttp://loan.tb.ru/na-kartu \r\nhttp://loan.tb.ru \r\nhttp://loan.tb.ru/bistriy \r\nhttp://loan.tb.ru/web-zaim \r\nhttp://loan.tb.ru/zaimy-rf \r\nhttp://loan.tb.ru/zaimy \r\nhttp://credit-online.tb.ru/ \r\nhttp://zajm.tb.ru/ \r\nhttp://boosty.to/creditonline \r\nhttp://boosty.to/zaimy/ \r\nhttp://yandex.ru/collections/user/bonusy2021/zaim-onlain-na-kartu-24-chasa-onlain-zaim-vsia-rossiia/ \r\nhttp://bonusi.tb.ru/refinansirovanie \r\nhttp://bonusi.tb.ru/dengi \r\nhttp://bonusi.tb.ru/mikrozajm \r\nhttp://bonusi.tb.ru/termins \r\nhttp://spark.ru/startup/zajm-zajmi-onlajn \r\nhttp://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b \r\nhttp://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit \r\nhttp://spark.ru/startup/kredit \r\nhttp://spark.ru/startup/credits \r\nhttp://casino-bonus.tb.ru/ \r\nhttp://play-fortuna.tb.ru/ \r\nhttp://website.informer.com/casino-bonus.tb.ru \r\nhttp://ssylki.info/site/play-fortuna.tb.ru \r\nhttp://website.informer.com/play-fortuna.tb.ru \r\nhttp://casino-bonus.tb.ru/bez-registracii \r\nhttp://casino-bonus.tb.ru/bonus-kazino \r\nhttp://casino-bonus.tb.ru/bezdepozitnyj-bonus \r\nhttp://www.youtube.com/channel/UCFQ2q7qA7WXOGjOm8oqWBAQ \r\nhttp://youtu.be/6DZQ4sSkzlI \r\nhttp://youtu.be/O1an1JpaiHY \r\nhttp://youtu.be/kuNnRZbegC8 \r\nhttp://youtu.be/ugBxtdHQ_vg \r\nhttp://youtu.be/lCORVGoZYJA \r\nhttp://bonusy-2020-onlajjn.tourister.ru/blog/17137 \r\nhttp://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit \r\nhttp://bonusy-2020-onlajjn.tourister.ru/blog/17144 \r\nhttp://bonusy-2020-onlajjn.tourister.ru/blog/17145 \r\nhttp://my.mail.ru/community/credit-online/ \r\nhttp://twitter.com/credit_2021 \r\nhttp://vk.com/credit_loan \r\nhttp://vk.link/credit_loan \r\nhttp://credit-zaim.livejournal.com/ \r\nhttp://www.liveinternet.ru/users/credit-loan/ \r\nhttp://vk.com/creditsbank \r\nhttp://vk.link/creditsbank \r\nhttp://loanonline24.blogspot.com/ \r\nhttp://vk.com/zajmru \r\nhttp://vk.link/zajmru \r\nhttp://goo-gl.ru/credit \r\nhttp://goo-gl.ru/credit \r\nhttp', ''),
(8562, 1, 1224, '1', 'Samuelquarf', ''),
(8563, 1, 1224, '2', 'Samuelquarf', ''),
(8564, 1, 1224, '3', 'maxtubex@gmail.com', ''),
(8565, 1, 1224, '4', '(020) 288-5552', ''),
(8566, 1, 1224, '5', 'google', ''),
(8567, 1, 1224, '6', 'Mature milf porn', ''),
(8568, 1, 1224, '7', '<a href=https://goo.su/V9ru31>Mature milf porn</a> videos for FREE!', ''),
(8569, 1, 1225, '1', 'MaiyaSex', ''),
(8570, 1, 1225, '2', 'MaiyaSex', ''),
(8571, 1, 1225, '3', 'gridgroup.ivan@yandex.com', ''),
(8572, 1, 1225, '4', '(203) 278-3620', ''),
(8573, 1, 1225, '5', 'google', ''),
(8574, 1, 1225, '6', 'MinePlex Банк всегда рядом', ''),
(8575, 1, 1225, '7', 'RUS \r\n \r\nMinePlex Bot. Мобильный криптобанк нового поколения с собственным ликвидным Токеном на платформе Blockchain  <a href=https://mine-plex-bot.blogspot.com/>https://mine-plex-bot.blogspot.com/</a> \r\n \r\nENG \r\n \r\nMinePlex Bot. A new generation mobile crypto bank with its own liquid Token on the Blockchain platform.  <a href=https://mine-plex-bot.blogspot.com/>https://mine-plex-bot.blogspot.com/</a> \r\n \r\n \r\n<a href=https://mineplex-bot.com/464939433>https://mine-plex-bot.blogspot.com/</a> \r\n \r\n \r\n \r\n \r\n<a href=https://mine-plex-bot.blogspot.com/>https://mine-plex-bot.blogspot.com/</a>\r\n<a href=https://mine-plex-bot.blogspot.com/>https://mine-plex-bot.blogspot.com/</a>\r\n<a href=https://mine-plex-bot.blogspot.com/>https://mine-plex-bot.blogspot.com/</a>\r\n<a href=https://mine-plex-bot.blogspot.com/>https://mine-plex-bot.blogspot.com/</a>\r\n<a href=https://mine-plex-bot.blogspot.com/>https://mine-plex-bot.blogspot.com/</a>', ''),
(8576, 1, 1226, '1', 'Mike Walkman', ''),
(8577, 1, 1226, '2', 'Mike Walkman', ''),
(8578, 1, 1226, '3', 'no-replyPovaTasy@gmail.com', ''),
(8579, 1, 1226, '4', '(184) 076-1373', ''),
(8580, 1, 1226, '5', 'google', ''),
(8581, 1, 1226, '6', 'Monthly SEO plans from 49$ ONLY', ''),
(8582, 1, 1226, '7', 'Hi there \r\n \r\nI have just took a look on your SEO for  gangagen.com for the ranking keywords and saw that your website could use an upgrade. \r\n \r\nWe will increase your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our services below, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Walkman\r\n \r\n \r\nPS: Quality SEO content is included', ''),
(8583, 1, 1227, '1', 'Sophia', ''),
(8584, 1, 1227, '2', 'Reeve', ''),
(8585, 1, 1227, '3', 'sophia.reeve@gmail.com', ''),
(8586, 1, 1227, '4', '(039) 322-5552', ''),
(8587, 1, 1227, '5', 'Sophia Reeve', ''),
(8588, 1, 1227, '6', 'Hi!', ''),
(8589, 1, 1227, '7', 'Hello!', ''),
(8590, 1, 1228, '1', 'Mark', ''),
(8591, 1, 1228, '2', 'Davis', ''),
(8592, 1, 1228, '3', 'mark@loanscapitol.xyz', ''),
(8593, 1, 1228, '4', '(202) 991-6766', ''),
(8594, 1, 1228, '5', 'Express Capital', ''),
(8595, 1, 1228, '6', 'Hoping to help!', ''),
(8596, 1, 1228, '7', 'Did you know that getting working capital for your business no longer requires good credit?\r\n\r\nWhat would it mean to you if your business could get APPROVED for up to 250k in less than 30 seconds?\r\n\r\nOur approvals are based on your company’s sales instead of credit and collateral. This allows us to \r\nprovide you with an immediate decision. \r\n\r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nMark Davis\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(8597, 1, 1229, '1', 'Eric', ''),
(8598, 1, 1229, '2', 'Jones', ''),
(8599, 1, 1229, '3', 'ericjonesmyemail@gmail.com', ''),
(8600, 1, 1229, '4', '(555) 555-1212', ''),
(8601, 1, 1229, '5', 'boostleadgeneration.com', ''),
(8602, 1, 1229, '6', 'how to turn eyeballs into phone calls', ''),
(8603, 1, 1229, '7', 'Hi, Eric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(8604, 1, 1230, '1', 'RichardTen', ''),
(8605, 1, 1230, '2', 'RichardTen', ''),
(8606, 1, 1230, '3', 'mgy1960@msn.com', ''),
(8607, 1, 1230, '4', '(844) 380-3580', ''),
(8608, 1, 1230, '5', 'google', ''),
(8609, 1, 1230, '6', 'The Telegraph: STUDENT FROM SYDNEY EARNED $7,934,866 CRYPTOCURRENCY IN 3 MONTHS', ''),
(8610, 1, 1230, '7', 'A SIMPLE STUDENT FROM AUSTRALIA EARNED $7934866 ON CRYPTOCURRENCY https://telegra.ph/Sydney-student-earns-7934866-with-crypto-in-3-months-10-26-7576?id-news-43326952', ''),
(8611, 1, 1231, '1', 'hbtlgzea', ''),
(8612, 1, 1231, '2', 'hbtlgzea', ''),
(8613, 1, 1231, '3', 'wdkzfqjpj@sretop.site', ''),
(8614, 1, 1231, '4', '(120) 170-6236', ''),
(8615, 1, 1231, '5', 'google', ''),
(8616, 1, 1231, '6', 'lkrvxvrdyrzq', ''),
(8617, 1, 1231, '7', 'cause and effect topics for essays  \r\n<a href=https://essaywriteren.com/>buy admission essay</a>  \r\nreword my essay  \r\nreview essay  <a href=https://essaywriteren.com/>order your essay</a>  how to write a synthesis essay', ''),
(8618, 1, 1232, '1', 'rlvmvyry', ''),
(8619, 1, 1232, '2', 'rlvmvyry', ''),
(8620, 1, 1232, '3', 'aubvoyrwq@tupop.online', ''),
(8621, 1, 1232, '4', '(477) 183-8820', ''),
(8622, 1, 1232, '5', 'google', ''),
(8623, 1, 1232, '6', 'lgxddivdenju', ''),
(8624, 1, 1232, '7', 'pfizer to start selling viagra online  \r\n<a href=https://viagaratime.com/>generic viagra buy</a>  \r\nsildenafil cancer  \r\ncan you buy erectile dysfunction medication over the counter  <a href=https://viagaratime.com/>viagra no prescription</a>  viagra light headed', ''),
(8625, 1, 1233, '1', 'skyreverywhort', ''),
(8626, 1, 1233, '2', 'skyreverywhort', ''),
(8627, 1, 1233, '3', 'malinoleg91@mail.ru', ''),
(8628, 1, 1233, '4', '(728) 025-0751', ''),
(8629, 1, 1233, '5', 'google', ''),
(8630, 1, 1233, '6', 'Private jet charter flights cost of hire', ''),
(8631, 1, 1233, '7', 'https://skyrevery.com/destinations/private-jet-oslo/ - Oslo Private Jet Charter         -  more information on our website https://skyrevery.com - skyrevery.com \r\nhttps://skyrevery.com/ - Private jet rental at SkyRevery allows you to use such valuable resource as time most efficiently. \r\nYou are the one who decides where and when your private jet will fly. It is possible to organize and perform a flight between any two civil airports worldwide round the clock. In airports, private jet passengers use special VIP terminals where airport formalities are minimized, and all handling is really fast – you come just 30 minutes before  the estimated time of the departure of the rented private jet. \r\nWhen you need https://skyrevery.com/ - private jet charter now, we can organise your flight with departure in 3 hours from confirmation.', ''),
(8632, 1, 1234, '1', 'Davidmuh', ''),
(8633, 1, 1234, '2', 'Davidmuh', ''),
(8634, 1, 1234, '3', 'aq10aqa@rambler.ru', ''),
(8635, 1, 1234, '4', '(157) 175-7525', ''),
(8636, 1, 1234, '5', 'google', ''),
(8637, 1, 1234, '6', 'очень давно интересно', ''),
(8638, 1, 1234, '7', 'очень давно интересно \r\n_________________ \r\nвывод денег из онлайн казино на чужую карту - <a href=http://km.realtopmoneygames.xyz/Aviator.html>игра лаки</a>, вывод денег из онлайн казино отзывы', ''),
(8639, 1, 1235, '1', 'Sdvillreich', ''),
(8640, 1, 1235, '2', 'Sdvillreich', ''),
(8641, 1, 1235, '3', 'chimm.e.dur.ls@o5o5.ru', ''),
(8642, 1, 1235, '4', '(288) 820-1252', ''),
(8643, 1, 1235, '5', 'google', ''),
(8644, 1, 1235, '6', 'магнитная мешалка', ''),
(8645, 1, 1235, '7', '<a href=https://chimmed.ru/products/1-id=605800>мочевина купить </a> \r\nTegs: рн метр купить  https://chimmed.ru/products/chemical_reactives \r\n \r\n<u>гидроксид калия купить </u> \r\n<i>пентанов н купить </i> \r\n<b>дезоксихолевая кислота </b>', ''),
(8646, 1, 1236, '1', 'Albertdiz', ''),
(8647, 1, 1236, '2', 'Albertdiz', ''),
(8648, 1, 1236, '3', 'valya.morgina.15@bk.ru', ''),
(8649, 1, 1236, '4', '(183) 172-2134', ''),
(8650, 1, 1236, '5', 'google', ''),
(8651, 1, 1236, '6', 'базs для прогонов Xrumer и GSA, allsubmitter по разной ценовой категории. так же делаем прогоны хрумером и гса', ''),
(8652, 1, 1236, '7', '<center><a href=https://seoprofisional.ru/bazy/bazarudomenov><img src=\"https://seoprofisional.ru/image/cache/catalog/E%D1%80%D1%83%D1%88%D0%BA%D0%B8%20(2)-500x500.png\"></a> \r\n<b>База ру доменов проверенная на дубли и а 200 ок сырая чекалась в апреле 2021 года   количество сайтов в базе 1744617 штук. Эта база сайтов подойдет к такому софту  как \r\n \r\nXrumer , GSA, allsubmitter (тд) </b> \r\n \r\n<b>ДЛЯ СВЯЗИ С НАМИ ПИШИТЕ В СКАЙП ЛОГИН <a href=https://join.skype.com/AnXAQ9LfhMi8>ЛОГИН POKRAS7777 </a> \r\nЛИБО В  <a href=https://goo.su/4zRx>ТЕЛЕГРАММ  </a></center></b> \r\n \r\n \r\n \r\n<a href=https://seoprofisional.ru> базы для хрумера для досок объявлений </a>', ''),
(8653, 1, 1237, '1', 'DennisMum', ''),
(8654, 1, 1237, '2', 'DennisMum', ''),
(8655, 1, 1237, '3', 'lamisa21@gmx.com', ''),
(8656, 1, 1237, '4', '(485) 858-6600', ''),
(8657, 1, 1237, '5', 'google', ''),
(8658, 1, 1237, '6', 'All social content', ''),
(8659, 1, 1237, '7', 'Hello this is social profile Vhearts backlinks \r\nhttps://sites.google.com/view/vheartswatch/trang-ch%E1%BB%A7 \r\nhttps://drive.google.com/drive/folders/17KfRO4_hCRRqZgJvtynlSppRq9vpMaZ2 \r\nhttps://jamboard.google.com/d/1-TreL_k2tRalitYuX3nGSfsb8ae5F-D0OXba65DeuVM/viewer \r\nhttps://docs.google.com/presentation/d/1Jk7bE2VqpN4LgpiNFPPxSHMcu0pFgLkFF4KnsUoZCak/edit#slide=id.p \r\nhttps://docs.google.com/document/d/1KPjn4YjJcLlb2IBAmkhWLZlihgyLZzUHycpV4LFO0so/edit \r\nhttps://docs.google.com/forms/d/1WHLEsDROo59uC2f6kRjambE3XWxdXE0jwATDAE9wqyw/viewform?edit_requested=true \r\nhttps://docs.google.com/drawings/d/1lPrK-qSKJmhxVzT4lUP5rBbuH_fA0CGF5HXS5MUlCD8/edit \r\nhttps://drive.google.com/drive/folders/17KfRO4_hCRRqZgJvtynlSppRq9vpMaZ2 \r\nhttps://drive.google.com/drive/folders/1ZgyXvvm1irhTvi_Dx1zzfTAxip-AbHSr \r\n \r\nFeel free to post backlinks to Vhearts Social', ''),
(8660, 1, 1238, '1', 'RobertDap', ''),
(8661, 1, 1238, '2', 'RobertDap', ''),
(8662, 1, 1238, '3', 'lidam3regrundy@outlook.com', ''),
(8663, 1, 1238, '4', '(367) 342-0714', ''),
(8664, 1, 1238, '5', 'google', ''),
(8665, 1, 1238, '6', 'дизайн спальни с натяжным потолком небо с облаками', ''),
(8666, 1, 1238, '7', 'Нашел сайт про строительство, много полезных статей <a href=https://stroitelux.ru/>stroitelux.ru</a>', ''),
(8667, 1, 1239, '1', 'KennethFax', ''),
(8668, 1, 1239, '2', 'KennethFax', ''),
(8669, 1, 1239, '3', 'elektromusic25@gmail.com', ''),
(8670, 1, 1239, '4', '(404) 868-5330', ''),
(8671, 1, 1239, '5', 'google', ''),
(8672, 1, 1239, '6', 'Music For DJs', ''),
(8673, 1, 1239, '7', 'Hello, \r\n \r\nDownload music from a private service https://0daymusic.org fans that help you gain full access to exclusive electronic music. \r\n* Access to every section. \r\n* No waiting time, no ads. \r\n* Easy to use: Most of genres are sorted by days. \r\n* Archives from 2008-2022. \r\n* Unlimited download speed. \r\n* Reseller payment method: Bitcoin, Neteller, Skrill, Webmoney, Perfect Money \r\n* Server\'s capacity: 230 TB for MP3, FLAC, Music Clips. \r\n* Safe, anonymous download, support FTP, FTPS (File Transfer Protocol Secure), SFTP and HTTP, HTTPS. \r\n \r\n0day Team.', ''),
(8674, 1, 1240, '1', 'DustinMycle', ''),
(8675, 1, 1240, '2', 'DustinMycle', ''),
(8676, 1, 1240, '3', 'logistik@ludwig-schokolade.de', ''),
(8677, 1, 1240, '4', '(222) 512-4248', ''),
(8678, 1, 1240, '5', 'google', ''),
(8679, 1, 1240, '6', 'UNLEASH THE FULL POWER OF CRYPTOCURRENCY AND EARN 15,000', ''),
(8680, 1, 1240, '7', 'ATTENTION ! YOU CAN GET RICH VERY QUICKLY. DON\'T MISS YOUR CHANCE TO JOIN THIS INNOVATIVE ONLINE SYSTEM...  >>>  https://telegra.ph/How-two-brothers-from-a-poor-family-made-90000000-in-7-months-from-250-in-cryptocurrency-10-31-3210   <<<', ''),
(8681, 1, 1241, '1', 'Albedograts', ''),
(8682, 1, 1241, '2', 'Albedograts', ''),
(8683, 1, 1241, '3', 'm.eneazovutsasakihaiseiy@gmail.com', ''),
(8684, 1, 1241, '4', '(386) 724-7325', ''),
(8685, 1, 1241, '5', 'google', ''),
(8686, 1, 1241, '6', 'Создание Мобильных Приложений С Нуля', ''),
(8687, 1, 1241, '7', 'https://tesladv.ru/products/promezhutochnye-rele-4-perekidnyh-kontakta-miniatyurnye-promezhutochnoe-rele-s-4-perekidnymi-kontaktami-7a-upravlenie-24v-ac-knopka-test-s-blokirovkoj--mehanicheskij-indikator#comment_143102 |<a href=\"https://amplemoneylender.com/?contact-form-id=192&contact-form-sent=5285&contact-form-hash=628c8b2f83994fbee79c86cc4242f90f109b032f&_wpnonce=ce55fd0c5d\">https://amplemoneylender.com/?contact-form-id=192&contact-form-sent=5285&contact-form-hash=628c8b2f83994fbee79c86cc4242f90f109b032f&_wpnonce=ce55fd0c5d</a>', ''),
(8688, 1, 1242, '1', 'DustinMycle', ''),
(8689, 1, 1242, '2', 'DustinMycle', ''),
(8690, 1, 1242, '3', 't.herren@queensu.ca', ''),
(8691, 1, 1242, '4', '(508) 386-6540', ''),
(8692, 1, 1242, '5', 'google', ''),
(8693, 1, 1242, '6', 'Win a $1000 Amazon Gift Card - News', ''),
(8694, 1, 1242, '7', 'Get your 1000$ Amazon gift card - Facebook  >>>  http://free-iphone-vpn.bezuvo.com/id-2912   <<<', ''),
(8695, 1, 1243, '1', 'Mike Atcheson', ''),
(8696, 1, 1243, '2', 'Mike Atcheson', ''),
(8697, 1, 1243, '3', 'no-replyPovaTasy@gmail.com', ''),
(8698, 1, 1243, '4', '(258) 188-3520', ''),
(8699, 1, 1243, '5', 'google', ''),
(8700, 1, 1243, '6', 'Increase the DA of your gangagen.com in MOZ', ''),
(8701, 1, 1243, '7', 'Hi there \r\n \r\nJust checked your gangagen.com in Moz and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed Moz DA 40+ score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nThanks and regards \r\nMike Atcheson\r\n \r\n \r\n \r\nPS: For a limited time, we`ll add ahrefs UR40+ for free.', ''),
(8702, 1, 1244, '1', 'AlyssaFup', ''),
(8703, 1, 1244, '2', 'AlyssaFup', ''),
(8704, 1, 1244, '3', 'ndurinaximdo2005@yandex.ru', ''),
(8705, 1, 1244, '4', '(305) 380-5213', ''),
(8706, 1, 1244, '5', 'google', ''),
(8707, 1, 1244, '6', 'Not known Factual Statements About plagiarism nft', ''),
(8708, 1, 1244, '7', 'I recognized the whole concept of NFT your project E-Warranty, Usually there are some doubts I\'ve, allows explore more details on it during the chat. ?7000 INR in seven times \r\n \r\nBear in mind, that a lot of exchanges cost a little proportion of the crypto buy transaction as service fees. \r\n \r\n? The brand name/retailer must also be capable of tie the electronic NFT to its warranty software, allowing for proprietors to track \r\n \r\nAs we’ve mentioned in prior essays, auctions supply a technique to aggregate liquidity and create charges in an uncertain value landscape. NFTs don’t have a transparent intrinsic well worth — as some have identified, it’s not obvious what you’re buying when you purchase an NFT, other than the right to claim ownership around the NFT itself, which some have likened to purchasing a price tag or catalog entry — and need for them is assorted, fragmented and unstable. \r\n \r\nDesigning to get a deep bidding pool implies on-chain bidding, and generally, accepting crypto only; this technique also emphasizes the necessity for Local community infrastructure throughout the platform, to make a continuing list of active return members. \r\n \r\n    two. returning (at your transport Expense) the unsuccessful solution to your tackle furnished by NETGEAR complex assistance; and \r\n<a href=https://cifris.com/>most expensive nft</a> \r\n \r\nKnowing about NFT will supply you a kick commence for applying your artwork abilities as well as specialized abilities while in the blockchain area. \r\n \r\n? You need to use the Polygon blockchain to deploy your solution and demo the final item as an online prototype \r\n \r\nPudgy Penguin is a well-liked non-fungible token Group, a cryptocurrency subcategory symbolizing possession in a singular asset: eight,888 penguins over the Ethereum blockchain, organized into just one collection. \r\n \r\nThe investing information supplied on this webpage is for educational functions only. NerdWallet does not provide advisory or brokerage companies, nor does it advocate or recommend buyers to buy or sell distinct stocks, securities or other investments. \r\n \r\nThis warranty will be governed and construed in accordance Together with the regulations of your state through which the NETGEAR product or service invest in happened. \r\n \r\nMake sure you protect oneself as well as your NETGEAR item by making certain that you simply only purchase NETGEAR products and solutions from an authorized reseller. When you have any questions on approved resellers, please take a look at our website. \r\n \r\nDo you have got any concerns for us? Be sure to Be at liberty to drop them within the comments section of this informative article, and our gurus can get back for you as soon as possible. \r\n \r\nSeller fuel charges will probably be quickly compensated back again in USD to the harmony, once a transaction completed. \r\n<a href=https://cifris.com/>art nft</a>', ''),
(8709, 1, 1245, '1', 'Sdvillreich', ''),
(8710, 1, 1245, '2', 'Sdvillreich', ''),
(8711, 1, 1245, '3', 'c.hi.mm.e.d.u.rls@o5o5.ru', ''),
(8712, 1, 1245, '4', '(061) 818-5136', ''),
(8713, 1, 1245, '5', 'google', ''),
(8714, 1, 1245, '6', 'натрий гидроксид', ''),
(8715, 1, 1245, '7', '<a href=https://chimmed.ru/products/dekalin-id=406039>декалин </a> \r\nTegs: щавелевая кислота купить  https://chimmed.ru/products/search?name=%D1%89%D0%B0%D0%B2%D0%B5%D0%BB%D0%B5%D0%B2%D0%B0%D1%8F+%D0%BA%D0%B8%D1%81%D0%BB%D0%BE%D1%82%D0%B0 \r\n \r\n<u>фипронил </u> \r\n<i>этилацетат купить </i> \r\n<b>кальций глюконат </b>', ''),
(8716, 1, 1246, '1', 'Kevin', ''),
(8717, 1, 1246, '2', 'Williams', ''),
(8718, 1, 1246, '3', 'kevin@loansprofessionals.xyz', ''),
(8719, 1, 1246, '4', '(202) 991-6766', ''),
(8720, 1, 1246, '5', 'Express Capital', ''),
(8721, 1, 1246, '6', 'Did you get what you were looking for?', ''),
(8722, 1, 1246, '7', 'Is working capital a priority for your business right now?\r\n\r\nI help companies like yours get IMMEDIATE working capital without requiring excellent credit or collateral of ANY kind!\r\n\r\nLet us INSTANTLY approve you for up to 250k without pulling your credit or asking you to submit a single document prior to approval.\r\n\r\nGet approved today and funded as early as tomorrow!\r\n\r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nKevin Williams\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe\r\n \r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(8723, 1, 1247, '1', 'RalphRor', ''),
(8724, 1, 1247, '2', 'RalphRor', ''),
(8725, 1, 1247, '3', 'r.achelmoralese@gmail.com', ''),
(8726, 1, 1247, '4', '(464) 756-4324', ''),
(8727, 1, 1247, '5', 'google', ''),
(8728, 1, 1247, '6', 'wise ways herbals', ''),
(8729, 1, 1247, '7', 'japanese herbal tea  <a href=  > http://disomaq.recynet.com/temde.html </a>  community health care  <a href= https://clonazepam-nl.asso-web.com > https://clonazepam-nl.asso-web.com </a>  diabetic herbal remedies', ''),
(8730, 1, 1248, '1', 'isaacaz69', ''),
(8731, 1, 1248, '2', 'isaacaz69', ''),
(8732, 1, 1248, '3', 'dolly@masaaki6310.yuji46.officemail.in.net', ''),
(8733, 1, 1248, '4', '(223) 326-8628', ''),
(8734, 1, 1248, '5', 'google', ''),
(8735, 1, 1248, '6', 'Enjoy our scandal amateur galleries that looks incredibly dirty', ''),
(8736, 1, 1248, '7', 'Enjoy our scandal amateur galleries that looks incredibly dirty\r\nhttp://calabash.arab.lexixxx.com/?adeline \r\n free ugly porn videos maggie q porn video sailor moon porn free clips free medical femdom porn downloadable clips porn to induce labor', ''),
(8737, 1, 1249, '1', 'Georgemoipt', ''),
(8738, 1, 1249, '2', 'Georgemoipt', ''),
(8739, 1, 1249, '3', 'michaelrp62@gmail.com', ''),
(8740, 1, 1249, '4', '(806) 707-3837', ''),
(8741, 1, 1249, '5', 'google', ''),
(8742, 1, 1249, '6', 'New tax credit', ''),
(8743, 1, 1249, '7', 'Hi. I\'m reaching out to see whether you’ve applied for the covid-related Employee Retention Tax Credit? This credit is worth up to $26k per employee, and you *can* qualify for both this and PPP (the rules changed Nov 2021).  We can help you maximize this credit and have already done this for more than 160 businesses. All our work is free until you receive a refund. Give us a call at 424-512-1530 or email hello@refundspro.com for more info.', ''),
(8744, 1, 1250, '1', 'John', ''),
(8745, 1, 1250, '2', 'M. White', ''),
(8746, 1, 1250, '3', 'mmlakar323@gmail.com', ''),
(8747, 1, 1250, '4', '(786) 796-8566', ''),
(8748, 1, 1250, '5', 'Bottom Line Savings', ''),
(8749, 1, 1250, '6', 'About your business..', ''),
(8750, 1, 1250, '7', 'If you’ve been in business for more than 2 years and have over 5 W-2 Employees, you might qualify for fully refundable employment tax credit grant.\r\n\r\nWe are 100% contingency-based, so you won’t owe us anything, unless we get you, your money. \r\n\r\nCheck out our website and book call with us, let us determine if your business qualifies or not: https://bottomlineconcepts-ertc.com\r\n\r\nBest Regards,\r\n\r\nJohn M.White,\r\nBottom Line Savings, INC 5000\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe: \r\nhttps://optout-media.com?site=gangagen.com', ''),
(8751, 1, 1251, '1', 'PetarCoelp', ''),
(8752, 1, 1251, '2', 'PetarCoelp', ''),
(8753, 1, 1251, '3', 'spbetcas277@gmail.com', ''),
(8754, 1, 1251, '4', '(547) 667-2604', ''),
(8755, 1, 1251, '5', 'google', ''),
(8756, 1, 1251, '6', 'gеt nоw # bіg bonus', ''),
(8757, 1, 1251, '7', 'Best onlіnе саsіno \r\nBіg bоnus аnd Frееsріns \r\nSpоrt bеttіng аnd pоkеr \r\n \r\ngo now https://tinyurl.com/3sbfzdsy', ''),
(8758, 1, 1252, '1', 'Tim', ''),
(8759, 1, 1252, '2', 'Kai', ''),
(8760, 1, 1252, '3', 'business.data.leads.01@gmail.com', ''),
(8761, 1, 1252, '4', '(917) 460-0466', ''),
(8762, 1, 1252, '5', 'CMAD', ''),
(8763, 1, 1252, '6', 'Do you need US business contact data? We\'re option #2.', ''),
(8764, 1, 1252, '7', 'I called but didn\'t reach anyone, so I sent this from your contact form on gangagen.com\r\n\r\nIf you market your services to US companies, I\'m sure you have a current source for data. We would like you to think of us as another option. \r\n\r\nAs a new provider, one of the key things we offer is mobile phone numbers included in our lists.  \r\n\r\nLearn more: https://business-data.co/    \r\n\r\nCall or text us at (917) 460-0466 anytime.\r\n\r\nTim Kai\r\nCall Me All Day  \r\nCanada - USA  \r\n\r\nTo cancel all contact from us, reply with optout or stop\r\n\r\nReport Spam: https://trustbuddi.com/', ''),
(8765, 1, 1253, '1', 'Mike Baldwin', ''),
(8766, 1, 1253, '2', 'Mike Baldwin', ''),
(8767, 1, 1253, '3', 'no-replyPovaTasy@gmail.com', ''),
(8768, 1, 1253, '4', '(556) 116-1771', ''),
(8769, 1, 1253, '5', 'google', ''),
(8770, 1, 1253, '6', 'Content Marketing to rank gangagen.com', ''),
(8771, 1, 1253, '7', 'Hi there \r\n \r\nI Just checked your gangagen.com ranks and saw that your site is trending down for some time. \r\n \r\nIf you are looking for a trend reversal, we have the right solution for you \r\n \r\nWe are offering affordable Content Marketing plans with humanly written SEO content \r\n \r\nFor more information, please check our offers \r\nhttps://www.digital-x-press.com/product/content-marketing/ \r\n \r\nThanks and regards \r\nMike Baldwin', ''),
(8772, 1, 1254, '1', 'Jamesevoms', ''),
(8773, 1, 1254, '2', 'Jamesevoms', ''),
(8774, 1, 1254, '3', 'yourmail@gmail.com', ''),
(8775, 1, 1254, '4', '(434) 306-4162', ''),
(8776, 1, 1254, '5', 'google', ''),
(8777, 1, 1254, '6', 'Purchase and sell cryptocurrency', ''),
(8778, 1, 1254, '7', 'Trendy is the epoch to come in. There won\'t be another wager like this \r\n<a href=https://accounts.binance.com/ru/register?ref=25293193>Buy and supply cryptocurrency in minutes </a>', ''),
(8779, 1, 1255, '1', 'Mike Day', ''),
(8780, 1, 1255, '2', 'Mike Day', ''),
(8781, 1, 1255, '3', 'no-replyPovaTasy@gmail.com', ''),
(8782, 1, 1255, '4', '(112) 033-8184', ''),
(8783, 1, 1255, '5', 'google', ''),
(8784, 1, 1255, '6', 'NEW: Semrush Backlinks', ''),
(8785, 1, 1255, '7', 'Greetings \r\n \r\nThis is Mike Day\r\n \r\nLet me show you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Day\r\n \r\nmike@strictlydigital.net', ''),
(8786, 1, 1256, '1', 'Rexonzoonnalumbene', ''),
(8787, 1, 1256, '2', 'Rexonzoonnalumbene', ''),
(8788, 1, 1256, '3', 'defltorch@yandex.com', ''),
(8789, 1, 1256, '4', '(133) 572-2767', ''),
(8790, 1, 1256, '5', 'google', ''),
(8791, 1, 1256, '6', 'loveplanet.gq', ''),
(8792, 1, 1256, '7', '<a href=>http://loveplanet.gq/</a>', ''),
(8793, 1, 1257, '1', 'DominicUtinfustiff', ''),
(8794, 1, 1257, '2', 'DominicUtinfustiff', ''),
(8795, 1, 1257, '3', 'defltorch@yandex.com', ''),
(8796, 1, 1257, '4', '(022) 865-7077', ''),
(8797, 1, 1257, '5', 'google', ''),
(8798, 1, 1257, '6', 'http://loveplanet.gq/', ''),
(8799, 1, 1257, '7', 'http://loveplanet.gq/', ''),
(8800, 1, 1258, '1', 'Anthony', ''),
(8801, 1, 1258, '2', 'Thomas', ''),
(8802, 1, 1258, '3', 'anthony@moneyheadquarters.xyz', ''),
(8803, 1, 1258, '4', '(202) 991-6766', ''),
(8804, 1, 1258, '5', 'Express Capital', ''),
(8805, 1, 1258, '6', 'I might be off-base here but....', ''),
(8806, 1, 1258, '7', 'I have a solution to address how to help small business owners get immediate working capital without all the insane bank requirements.\r\n\r\nGone are the days of needing perfect credit, huge amounts of collateral and the endless list of items required to get approved.\r\n\r\nExpress Capital will offer you up to 250k (RIGHT NOW) based on your company’s sales. Rather than make you \r\nqualify based on having perfect credit or some crazy collateral requirement.\r\n\r\nIt’s the fastest and easiest way to be approved. Get your decision in 30 seconds or less and receive funding the very next day.\r\n \r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nAnthony Thomas\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(8807, 1, 1259, '1', 'Michaelstach', ''),
(8808, 1, 1259, '2', 'Michaelstach', ''),
(8809, 1, 1259, '3', 'michaelvowle@amegamail.xyz', ''),
(8810, 1, 1259, '4', '(827) 764-4604', ''),
(8811, 1, 1259, '5', 'google', ''),
(8812, 1, 1259, '6', 'Hi All!', ''),
(8813, 1, 1259, '7', 'I am new! Hi all! \r\n \r\n<a href=\"https://bgf2axnoynjhawrz.com\">bgf2axnoynjhawrz.com</a> \r\n<a href=https://bgf2axnoynjhawrz.com>bgf2axnoynjhawrz.com</a>', ''),
(8814, 1, 1260, '1', 'Leroy', ''),
(8815, 1, 1260, '2', 'Leroy', ''),
(8816, 1, 1260, '3', 'zelatcol@gmail.com', ''),
(8817, 1, 1260, '4', '(465) 064-4654', ''),
(8818, 1, 1260, '5', 'google', ''),
(8819, 1, 1260, '6', 'Hi  i am writing about your   prices', ''),
(8820, 1, 1260, '7', 'হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.', ''),
(8821, 1, 1261, '1', 'JamesCox', ''),
(8822, 1, 1261, '2', 'JamesCox', ''),
(8823, 1, 1261, '3', 'fevgen708@gmail.com', ''),
(8824, 1, 1261, '4', '(538) 405-8232', ''),
(8825, 1, 1261, '5', 'google', ''),
(8826, 1, 1261, '6', 'Etsy + SEO + Pinterest', ''),
(8827, 1, 1261, '7', '<a href=http://pint77.com>10 years of successful experience Helping sell your product on Etsy. I give Guarantees of 100% at least the return of the money invested in advertising. Detailed voice. Contacts on the site. Language Only Russian or Ukrainian</a>', ''),
(8828, 1, 1262, '1', 'Michealicefe', ''),
(8829, 1, 1262, '2', 'Michealicefe', ''),
(8830, 1, 1262, '3', 'heikeikgki@outlook.com', ''),
(8831, 1, 1262, '4', '(702) 880-2758', ''),
(8832, 1, 1262, '5', 'google', ''),
(8833, 1, 1262, '6', 'инвестиционные риски нефтегазовых проектов', ''),
(8834, 1, 1262, '7', 'Существуют различные классификации ценных бумаг. В зависимости от эмитентов, ценные бумаги классифицируются как государственные (выпускаются центральным правительством, местными органами власти и т.д.), частные (выпускаются, в основном, частными фирмами и банками), международные и т.д.\r\nЕвропейский банк реконструкции и развития и Таджикистан договорились о финансировании строительства региональной автодороги.\r\n \r\n<a href=https://cfeed.ru/>cfeed.ru</a> \r\nПо их мнению, в Украине сложилась ситуация, когда огромные потоки капиталов, проходящие через банки, не участвуют в инвестициях, что значительно подрывает всю экономику страны в целом.\r\nУважаемые инвесторы, соискатели инвестиций и все, кто интересуется вопросами бизнеса и финансов.\r\nКувейт поможет Таджикистану в строительстве дорог.', ''),
(8835, 1, 1263, '1', 'Waw', ''),
(8836, 1, 1263, '2', 'Waw', ''),
(8837, 1, 1263, '3', 'nopad@gmail.com', ''),
(8838, 1, 1263, '4', '(742) 506-4227', ''),
(8839, 1, 1263, '5', 'google', ''),
(8840, 1, 1263, '6', '7821 Deepnfast', ''),
(8841, 1, 1263, '7', '9937 \r\nJob vacancy Business Project Manager 2022. \r\nBuild your financial business structure with half a million dollars in Profit! \r\nDeepnfast is opening up! Quantities are limited! Register while you can! \r\nhttps://cutt.us/fupLQ \r\n \r\n745101892663', ''),
(8842, 1, 1264, '1', 'DecodeVow', ''),
(8843, 1, 1264, '2', 'DecodeVow', ''),
(8844, 1, 1264, '3', 'r.ob.e.rt.n.i.x.si.s@gmail.com', ''),
(8845, 1, 1264, '4', '(557) 625-2381', ''),
(8846, 1, 1264, '5', 'google', ''),
(8847, 1, 1264, '6', 'Decoding ioncube encrypted php files', ''),
(8848, 1, 1264, '7', 'Decoding: \r\nIonCube Decoder / Source Guardian / Zend / TrueBug \r\n \r\nDECODING: \r\nPHP 5.6 / 7.0 / 7.1 / 7.2 / 7.3 / 7.4 ALL PHP verions we can DECODE \r\n \r\nIonCube Decoder /Decompile prices : \r\n1-5 files = 18$ / file \r\n6-10 files = 15$ / file \r\n11-20 files = 12$ / file \r\n21-50 files = 10$ / file \r\n51-100 files = 9$ / file \r\n101 and more = 8$ / file \r\n \r\nSource Guardian / Decompile prices : \r\n1-5 files = 18$ / file \r\n6-10 files = 15$ / file \r\n11-20 files = 12$ / file \r\n21-50 files = 10$ / file \r\n51-100 files = 9$ / file \r\n101 and more = 8$ / file \r\n \r\nContacts: \r\ntelegram: https://t.me/MR_Fredo \r\nJabber : mr_fredo@thesecure.biz \r\nMail : saportcasino@protonmail.com \r\n \r\nI accept payment only: BTC, Perfect Money \r\nForum verified: https://zerocode.su/index.php?threads/ioncube-decoding-and-deobfuscation-php.9/', ''),
(8849, 1, 1265, '1', 'Robertorats', ''),
(8850, 1, 1265, '2', 'Robertorats', ''),
(8851, 1, 1265, '3', 'redamichelle@dasemana.com', ''),
(8852, 1, 1265, '4', '(503) 148-0474', ''),
(8853, 1, 1265, '5', 'google', ''),
(8854, 1, 1265, '6', 'Selling your house to an investor', ''),
(8855, 1, 1265, '7', 'We purchase homes with private funds in as little as one week <a href=https://sites.google.com/view/we-buy-houses-colorado-springs/home>sites.google.com</a>', ''),
(8856, 1, 1266, '1', 'goZmgfnaFw', ''),
(8857, 1, 1266, '2', 'goZmgfnaFw', ''),
(8858, 1, 1266, '3', 'callvisvetlana@list.ru', ''),
(8859, 1, 1266, '4', '(814) 747-0116', ''),
(8860, 1, 1266, '5', 'google', ''),
(8861, 1, 1266, '6', 'Нужно только не останавливаться и стараться развиваться', ''),
(8862, 1, 1266, '7', 'Нужно только не останавливаться и стараться развиваться https://yandex.ru/poll/enter/PcRXPzEH4n6B52BVZswgh2#4tVB9S3Zq7NAMajwbuJr https://google.com gangagen.com', ''),
(8863, 1, 1267, '1', 'Eric', ''),
(8864, 1, 1267, '2', 'Jones', ''),
(8865, 1, 1267, '3', 'ericjonesmyemail@gmail.com', ''),
(8866, 1, 1267, '4', '(555) 555-1212', ''),
(8867, 1, 1267, '5', 'boostleadgeneration.com', ''),
(8868, 1, 1267, '6', 'Cool website!', ''),
(8869, 1, 1267, '7', 'Cool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(8870, 1, 1268, '1', 'Lorrie', ''),
(8871, 1, 1268, '2', 'Marden', ''),
(8872, 1, 1268, '3', 'lorrie.marden@gmail.com', ''),
(8873, 1, 1268, '4', '(914) 607-2894', ''),
(8874, 1, 1268, '5', 'Lorrie Marden', ''),
(8875, 1, 1268, '6', 'Robot That Writes Copy? Prove it.', ''),
(8876, 1, 1268, '7', 'Hey, it\'s James!\r\n\r\nHave you heard about this AI that can write your marketing copy for you? I signed up for Jasper but I was skeptical if the quality would be any good…\r\n\r\n(I mean come’on, a robot that writes copy? No way.)\r\n\r\nBut after using it for the last 3 months, I can honestly say it’s a game-changer.\r\n\r\nIt’s like I hired an assistant who writes way better and faster than I do!\r\n\r\nI recently published a video on my site showing my exact workflow using Jasper to create SEO-optimized blog posts in 1/5th the time.\r\n\r\nGo to jaspertab.com and let me know what you think in the comments.\r\n\r\nJames Collins\r\n\r\n12759 NE Whitaker Way, Unit E131, \r\nPortland, OR 97230, \r\nUnited States\r\n\r\nIf you would like to opt out from these messages, just let me know by answering this email.', ''),
(8877, 1, 1269, '1', 'Darrellimmok', ''),
(8878, 1, 1269, '2', 'Darrellimmok', ''),
(8879, 1, 1269, '3', 'vovanikitinof3490@rambler.ru', ''),
(8880, 1, 1269, '4', '(171) 508-5368', ''),
(8881, 1, 1269, '5', 'google', ''),
(8882, 1, 1269, '6', 'Royal bitcoin blockchain systems. Profit +10% every 2 days of stable replenishment of the balance of your bitcoin wallet.', ''),
(8883, 1, 1269, '7', '<b>BLOCKCHAIN system and Royal Elite Club \"DC-BTC\"</b> Gives its members \r\nthe opportunity to receive +10% every 48 hours on \r\nthe balance of a bitcoin wallet. \r\n \r\nEntrance by invitation link only. <b>https://u.to/3cplHA</b>', ''),
(8884, 1, 1270, '1', 'Sdvillreich', ''),
(8885, 1, 1270, '2', 'Sdvillreich', ''),
(8886, 1, 1270, '3', 'c.h.i.m.me.d.url.s@o5o5.ru', ''),
(8887, 1, 1270, '4', '(457) 413-1278', ''),
(8888, 1, 1270, '5', 'google', ''),
(8889, 1, 1270, '6', 'ohaus', ''),
(8890, 1, 1270, '7', '<a href=https://chimmed.ru/>этиленгликоль купить </a> \r\nTegs: обратная транскриптаза  https://chimmed.ru/ \r\n \r\n<u>альф циперметрин </u> \r\n<i>метиленовый синий купить в спб </i> \r\n<b>сульфат ртути </b>', ''),
(8891, 1, 1271, '1', 'JanetFaf', ''),
(8892, 1, 1271, '2', 'JanetFaf', ''),
(8893, 1, 1271, '3', 'Aeucklandoneeurk@yahoo.com', ''),
(8894, 1, 1271, '4', '(857) 234-4811', ''),
(8895, 1, 1271, '5', 'google', ''),
(8896, 1, 1271, '6', 'Let’s play an Adult Game tonight! Will suck you off if you win!', ''),
(8897, 1, 1271, '7', 'Let us play an X-game for adults tonight! Will suck you off if you win! If I win, just like my account. Will be waiting for you here https://cutt.us/flirtatiousgirl till the end of the day. \r\nThis chance comes once in a lifetime.', ''),
(8898, 1, 1272, '1', 'Zaimgeank', ''),
(8899, 1, 1272, '2', 'Zaimgeank', ''),
(8900, 1, 1272, '3', 'bonusicasinonew@gmail.com', ''),
(8901, 1, 1272, '4', '(727) 887-6816', ''),
(8902, 1, 1272, '5', 'google', ''),
(8903, 1, 1272, '6', 'кредит можно', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(8904, 1, 1272, '7', 'здорово живете.  завлекательно -  мультимедиаинформация о купить бонусы - ИЗУЧИТЕ! \r\n захватывающе - принципиальнейший: <a href=http://loan.tb.ru/>кредит дне</a> \r\nобвиновативший: \r\n \r\nНа данный момент этот кредит еще не закрыт. \r\n \r\nПрекрасно о займах: loan.tb.ru -  взять займ - Займ без процентов - Ищите: кредит можно - смотрите: Список срочных займов на карту, которые можно оформить через интернет, от 51 МФК и МКК (МФО). Реальные отзывы клиентов и онлайн-заявка. Оформить срочный займ на карту в день обращения. Рейтинг лучших предложений поможет быстро выбрать интересующий продукт со ставками от 0%. Список документов. Круглосуточное рассмотрение онлайн-заявки, возможность продления и другая полезная информация. - проверка займов Стерлитамак \r\n \r\nприкинь: <a href=http://creditonline.tb.ru/>заявка на кредит</a> \r\n \r\nсердцевина: <a href=http://bonuses.turbo.site/>официальное казино вход</a> \r\n \r\nглава семьи: <a href=http://bonusi.tb.ru/>онлайн кредит наличными банк</a> \r\n \r\nсмотрибельно - стержневой: <a href=http://bonusi.tb.ru/kredit>доход справка</a> \r\n \r\n привлекательно:<a href=http://slotwins.mya5.ru/>bonus Leon</a> \r\n \r\n погоди же: <a href=http://credit-online.turbo.site/>кредит плюс кабинет</a> \r\n \r\nсистемообразующий: <a href=http://credits.mya5.ru/>почта кредит</a> \r\n \r\nкрасная нить: <a href=http://credits-online.mya5.ru/>кредит банке можно</a> \r\n \r\n привлекательно:<a href=http://boosty.to/casino-online>бездепозитный бонус форекс</a> \r\n \r\nканает:<a href=http://vk.com/casino_bez_depozita_2021>бездепозитный бонус за регистрацию в игровых автоматах</a> \r\n \r\nсамый существенный: <a href=http://bonus.ru.net/>казино играть бесплатно</a> \r\n \r\nпостойте: <a href=http://bonusi.tb.ru/>кредиты центрального банка</a> \r\n \r\n зы: <a href=http://kredity.tb.ru/>эллипсоид swat кредит</a> \r\nзанимательно:<a href=http://boosty.to/casinoonline>казино бонусы контрольчестности рф</a> \r\n \r\nхорошо же: <a href=http://boosty.to/credits>взять кредит онлайн на карту</a> \r\n \r\n ну, гляди: <a href=http://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-6022fdda9eeef76a6925c6fe>расчет кредита онлайн</a> \r\n \r\n прелюбопытно:<a href=http://boosty.to/casino-online>бездепозитный бонус с выводом без пополнения</a> \r\n \r\n запомни же: <a href=http://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit>действует кредит</a> \r\n \r\nкак хотите: <a href=https://user373133.tourister.ru/blog/19226>кредит s</a> \r\n \r\nпарадный: <a href=http://sites.google.com/view/zaimy-tyt/>займы без отказов с историей</a> \r\n \r\nгораздо важнее: <a href=https://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b>кредит займ</a> \r\n \r\nhttp://vk.com/dating_website + http://vk.link/dating_website \r\n \r\nhttp://vk.link/credit_online_rf + http://vk.com/credit_online_rf \r\nhttp://www.facebook.com/CreditOnlineNow  + http://vk.com/strahovanieresospb http://strahovanie-reso.turbo.site/ http://uslugi.yandex.ru/profile/StrakhovanieReso-1656508 http://vk.com/creditsbank http://vk.com/kredity_banki http://vk.com/creditsru http://vk.com/vzyat_kredity http://vk.link/vzyat_kredity http://vk.com/credit_online_rf http://vk.link/credit_online_rf http://vk.com/credit_loan http://vk.link/credit_loan http://vk.link/strahovanieresospb \r\nhttp://bonusi.tb.ru/| http://bonusi.tb.ru/kredit| http://bonusi.tb.ru/zaim| http://bonusi.tb.ru/bank| http://bonusi.tb.ru/credit-cards|http://bonusi.tb.ru/avtokredit| http://bonusi.tb.ru/ipoteka \r\nhttp://creditonline.tb.ru \r\nhttp://creditonline.tb.ru/microloans \r\nhttp://creditonline.tb.ru/avtokredity \r\nhttp://creditonline.tb.ru/bez-spravok \r\nhttp://creditonline.tb.ru/dengi \r\nhttp://creditonline.tb.ru/banki \r\nhttp://creditonline.tb.ru/kreditnye-karty \r\nhttp://creditonline.tb.ru/potrebitelskie-kredity \r\nhttp://creditonline.tb.ru/refinansirovanie \r\nhttp://creditonline.tb.ru/zajmy-na-kartu \r\nhttp://creditonline.tb.ru/kalkulyator \r\nhttp://creditonline.tb.ru/kreditovanie \r\nhttp://creditonline.tb.ru/debetovye-karty \r\nhttp://creditonline.tb.ru/kredity-nalichnymi \r\nhttp://creditonline.tb.ru/banki-kredity \r\nhttp://creditonline.tb.ru/zaimy \r\nhttp://creditonline.tb.ru/kredity-ru \r\nhttp://creditonline.tb.ru/moskva \r\nhttp://creditonline.tb.ru/lichnyj-kabinet \r\nhttp://creditonline.tb.ru/news \r\nhttp://creditonline.tb.ru/usloviya-kredita \r\nhttp://creditonline.tb.ru/zayavka \r\nhttp://creditonline.tb.ru/vzyat-kredit \r\nhttp://loan.tb.ru/bez-proverok \r\nhttp://loan.tb.ru/bez-procentov \r\nhttp://loan.tb.ru/mikrozajm \r\nhttp://loan.tb.ru/mfo \r\nhttp://loan.tb.ru/online \r\nhttp://loan.tb.ru/na-kartu \r\nhttp://loan.tb.ru \r\nhttp://loan.tb.ru/bistriy \r\nhttp://loan.tb.ru/web-zaim \r\nhttp://loan.tb.ru/zaimy-rf \r\nhttp://loan.tb.ru/zaimy \r\nhttp://credit-online.tb.ru/ \r\nhttp://zajm.tb.ru/ \r\nhttp://boosty.to/creditonline \r\nhttp://boosty.to/zaimy/ \r\nhttp://yandex.ru/collections/user/bonusy2021/zaim-onlain-na-kartu-24-chasa-onlain-zaim-vsia-rossiia/ \r\nhttp://bonusi.tb.ru/refinansirovanie \r\nhttp://bonusi.tb.ru/dengi \r\nhttp://bonusi.tb.ru/mikrozajm \r\nhttp://bonusi.tb.ru/termins \r\nhttp://spark.ru/startup/zajm-zajmi-onlajn \r\nhttp://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b \r\nhttp://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit \r\nhttp://spark.ru/startup/kredit \r\nhttp://spark.ru/startup/credits \r\nhttp://vk.com/playfortuna16 \r\nhttp://vk.com/playfortuna16?w=wall-216823266_3 \r\nhttp://documenter.getpostman.com/view/24070153/2s8YCYpGaw \r\nhttp://ssylki.info/site/bonuses.turbo.site \r\nhttp://bonuses.turbo.site/ \r\nhttp://documenter.getpostman.com/view/24070153/2s8YemuETy \r\nhttp://play-fortuna.tb.ru/ \r\nhttp://play-fortuna.tb.ru/zerkalo \r\nhttp://play-fortuna.tb.ru/casino \r\nhttp://play-fortuna.tb.ru/rus \r\nhttp://play-fortuna.tb.ru/com \r\nhttp://vk.com/@playfortuna18-play-fortuna-com \r\nhttp://vk.com/playfortuna18 \r\nhttp://texas-burgers.ru/burgery \r\nhttp://texas-burgers.ru/ \r\nhttp://vk.com/zajmy_na_karty \r\nhttp://documenter.getpostman.com/view/24070153/2s8YRcNbtb \r\nhttp://website.informer.com/casino-bonus.tb.ru \r\nhttp://ssylki.info/site/play-fortuna.tb.ru \r\nhttp://website.informer.com/play-fortuna.tb.ru \r\nhttp://website.informer.com/playfortuna-1.tb.ru \r\nhttp://playfortuna-1.tb.ru/com \r\nhttp://www.youtube.com/channel/UCFQ2q7qA7WXOGjOm8oqWBAQ \r\nhttp://youtu.be/6DZQ4sSkzlI \r\nhttp://youtu.be/O1an1JpaiHY \r\nhttp://youtu.be/kuNnRZbegC8 \r\nhttp://youtu.be/ugBxtdHQ_vg \r\nhttp://www.youtube.com/watch?v=lCORVGoZYJA \r\nhttp://casino-bonus.tb.ru/ \r\nhttp://casino-bonus.tb.ru/bez-registracii \r\nhttp://casino-bonus.tb.ru/bonus-kazino \r\nhttp://casino-bonus.tb.ru/bezdepozitnyj-bonus \r\nhttp://forms.yandex.ru/u/62f3a0273eb2741b1773074d/ \r\nhttp://bonusy-2020-onlajjn.tourister.ru/blog/17137 \r\nhttp://bonusy-2020-onlajjn.tourister.ru/blog/17144 \r\nhttp://bonusy-2020-onlajjn.tourister.ru/blog/17145', ''),
(8905, 1, 1273, '1', 'XRumerTest', ''),
(8906, 1, 1273, '2', 'XRumerTest', ''),
(8907, 1, 1273, '3', 'yourmail@gmail.com', ''),
(8908, 1, 1273, '4', '(525) 758-2631', ''),
(8909, 1, 1273, '5', 'google', ''),
(8910, 1, 1273, '6', 'Test, just a test', ''),
(8911, 1, 1273, '7', 'Hello. And Bye.', ''),
(8912, 1, 1274, '1', 'Selena', ''),
(8913, 1, 1274, '2', 'Willhite', ''),
(8914, 1, 1274, '3', 'willhite.selena@gmail.com', ''),
(8915, 1, 1274, '4', '(305) 831-0964', ''),
(8916, 1, 1274, '5', 'Selena Willhite', ''),
(8917, 1, 1274, '6', 'Get $500 in FREE Google Ads With NEW Ad Creator', ''),
(8918, 1, 1274, '7', 'Fellow Website Owner,\r\nThe hottest Ad creative automation tool can be a game changer for your social media and ad campaigns.\r\nThe best part (Unlike Canva) is you don’t need to go in and design each ad with a template, \r\n\r\nit actually creates hundreds of variations of HIGH Converting Ads in seconds! \r\nhttp://adcreative.pro/\r\n\r\nYou can literally create HIGH CONVERTING ad copy for every ad platform in every format conceivable-- in seconds.\r\nIt tells you which creatives will do well with an AI scoring system (guaranteeing you can 10x your return on Ad spend and conversion)\r\nLets you be the designer without any design experience!\r\nGenerate high converting social media posts in SECONDS\r\nAnd soooo much more.\r\n\r\nMoreover, you get $500 free Google Ad credits when you join, and it has a 7-day FREE TRIAL!\r\nOnce you start using it, you will see the difference in how fast you scale your business\r\n\r\nACT FAST BEFORE THIS OFFER GOES AWAY.\r\nhttp://adcreative.pro/', ''),
(8919, 1, 1275, '1', 'RichardTen', ''),
(8920, 1, 1275, '2', 'RichardTen', ''),
(8921, 1, 1275, '3', 'bhimurasan@free.fr', ''),
(8922, 1, 1275, '4', '(587) 284-5857', ''),
(8923, 1, 1275, '5', 'google', ''),
(8924, 1, 1275, '6', 'Spin: ORDINARY WORKERS RECEIVE FROM $3000 (3000 EUR) PER DAY', ''),
(8925, 1, 1275, '7', 'Income on autopilot from $3000 (3000 EUR) per day https://telegra.ph/Verify-that-you-are-human-11-11-2?id-23522080', ''),
(8926, 1, 1276, '1', 'Angela', ''),
(8927, 1, 1276, '2', 'Ball', ''),
(8928, 1, 1276, '3', 'angelaballj774@yahoo.com', ''),
(8929, 1, 1276, '4', '(905) 934-8980', ''),
(8930, 1, 1276, '5', 'Q ictc Gwcuqs', ''),
(8931, 1, 1276, '6', 'Instagram Promotion: 400-1200 new followers each month', ''),
(8932, 1, 1276, '7', 'Hi there,\r\n\r\nWe run an Instagram growth service, which increases your number of followers both safely and practically. \r\n\r\n- Guaranteed: We guarantee to gain you 400-1200+ followers per month.\r\n- Real, human followers: People follow you because they are interested in your business or niche.\r\n- Safe: All actions are made manually. We do not use any bots.\r\n\r\nThe price is just $60 per month, and we can start immediately.\r\n\r\nIf you are interested, and would like to see some of our previous work, let me know and we can discuss further.\r\n\r\nKind Regards,\r\nAngela', ''),
(8933, 1, 1277, '1', 'DominicUtinfustiff', ''),
(8934, 1, 1277, '2', 'DominicUtinfustiff', ''),
(8935, 1, 1277, '3', 'defltorch@yandex.com', ''),
(8936, 1, 1277, '4', '(787) 212-3187', ''),
(8937, 1, 1277, '5', 'google', ''),
(8938, 1, 1277, '6', 'http://loveplanet.gq/', ''),
(8939, 1, 1277, '7', 'http://loveplanet.gq/', ''),
(8940, 1, 1278, '1', 'Mark', ''),
(8941, 1, 1278, '2', 'Davis', ''),
(8942, 1, 1278, '3', 'mark@loanscapitol.xyz', ''),
(8943, 1, 1278, '4', '(202) 991-6766', ''),
(8944, 1, 1278, '5', 'Express Capital', ''),
(8945, 1, 1278, '6', 'Hoping to help!', ''),
(8946, 1, 1278, '7', 'Did you know that getting working capital for your business no longer requires good credit?\r\n\r\nWhat would it mean to you if your business could get APPROVED for up to 250k in less than 30 seconds?\r\n\r\nOur approvals are based on your company’s sales instead of credit and collateral. This allows us to \r\nprovide you with an immediate decision. \r\n\r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nMark Davis\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(8947, 1, 1279, '1', 'Harryfum', ''),
(8948, 1, 1279, '2', 'Harryfum', ''),
(8949, 1, 1279, '3', 'enauda.studio@gmail.com', ''),
(8950, 1, 1279, '4', '(422) 406-1104', ''),
(8951, 1, 1279, '5', 'google', ''),
(8952, 1, 1279, '6', 'e-Banking solution', ''),
(8953, 1, 1279, '7', 'http://nextel.reachengage.org is a modern e-Banking solution without boundaries. \r\n \r\nWe provide a way to receive and transfer money via SEPA (EU), CHAPS (UK), ACH (US), Singapore, New Zealand, Australia, Turkey, Hungary domestic bank accounts, SWIFT worldwide bank transfers. \r\n \r\nOur platform allows to register and deposit money via cryptocurrency, deposit payments via domestic US, UK, EU, Singapore, New Zealand, Australia, Turkey, Hungary bank wires, withdraw balance to credit card, cryptocurrency, or send money to any bank account worldwide. \r\n \r\nYou can use our solution to receive various local payments and forward it to cryptocurrency wallets, or deposit money via your local bank and pay it out in cryptocurrency for your partners. Also you are able to deposit the balance in cryptocurrency and pay it out to bank wire. \r\n \r\nWe work with all international partners. We do not disclose information about our customers to third parties. \r\n \r\nFeel free to reach us via email hello@nextel.capital if you have any questions or partnership offers.', ''),
(8954, 1, 1280, '1', 'Annast', ''),
(8955, 1, 1280, '2', 'Annast', ''),
(8956, 1, 1280, '3', 'annast@mail.com', ''),
(8957, 1, 1280, '4', '(062) 616-1261', ''),
(8958, 1, 1280, '5', 'google', ''),
(8959, 1, 1280, '6', 'Ι am аn ordinаry girl. I wаnt to mееt аn ordіnаrу ѕeriouѕ man.', ''),
(8960, 1, 1280, '7', 'Ηiǃ\r\nΙ\'ve notісеd that mаnу guуѕ prefеr rеgulаr gіrls.\r\nΙ аpрlaude the mеn оut thеre who had thе balls tо еnjoy the lоve of mаnу womеn and сhоose the one thаt he knеw wоuld be hіs bеst friеnd durіng the bumpy and сrаzу thіng called lіfe.\r\nI wаntеd tо be that friend, nоt juѕt a ѕtаblе, rеliаble аnd bоrіng houѕеwіfe.\r\nΙ am 24 уеаrs old, Anna, frоm the Сzech Reрublіc, knоw Engliѕh lаnguage alѕо.\r\nΑnyway, уou cаn find my prоfilе hеrе: http://fiemenmymana.gq/page-91292/', ''),
(8961, 1, 1281, '1', 'Tommiereumb', ''),
(8962, 1, 1281, '2', 'Tommiereumb', ''),
(8963, 1, 1281, '3', 'azamatmusagaliev2022@gmail.com', ''),
(8964, 1, 1281, '4', '(305) 050-7264', ''),
(8965, 1, 1281, '5', 'google', ''),
(8966, 1, 1281, '6', 'Thank', ''),
(8967, 1, 1281, '7', '<a href=>Р±РµСЃРїР»Р°С‚РЅР°СЏ РєРѕРЅСЃСѓР»СЊС‚Р°С†РёСЏ СЋСЂРёСЃС‚Р°</a> \r\n<a href=>http://www.urist-tmb.ru/</a> \r\n<a href=></a>', ''),
(8968, 1, 1282, '1', 'baclofenGaize', ''),
(8969, 1, 1282, '2', 'baclofenGaize', ''),
(8970, 1, 1282, '3', 'jackbulloksm@yandex.com', ''),
(8971, 1, 1282, '4', '(477) 074-5105', ''),
(8972, 1, 1282, '5', 'google', ''),
(8973, 1, 1282, '6', 'Buy baclofen online', ''),
(8974, 1, 1282, '7', 'Baclofen is a muscle relaxant drug. Baclofen reduces the severity of muscular spasms in neurological conditions like multiple sclerosis. It also reduces frequency of muscle spasms in multiple sclerosis. Baclofen is used for treating spasm of skeletal muscles that cause muscle clonus, rigidity, and pain due to multiple sclerosis. \r\nSpecial offer: buy baclofen online only 0.66 per pill - https://nieuws.top010.nl/wp-content/uploads/cms/buy-baclofen-online/ and get discount for all purchased! \r\nTwo Free Pills (Viagra or Cialis or Levitra) available With Every Order. \r\nNo Prescription Required. Safe &amp;amp; Secure Payments. Fast &amp;amp; Free Delivery. \r\nTags: baclofen buy online, buy baclofen on line, <a href=\"https://nieuws.top010.nl/wp-content/uploads/cms/buy-baclofen-online/\">where to buy baclofen</a>', ''),
(8975, 1, 1283, '1', 'Anoop', ''),
(8976, 1, 1283, '2', 'Vijayan', ''),
(8977, 1, 1283, '3', 'avijayan@chicagobooth.edu', ''),
(8978, 1, 1283, '4', '(000) 000-0000', ''),
(8979, 1, 1283, '5', 'Chicago Booth', ''),
(8980, 1, 1283, '6', 'Phage Treatments/Research Study', ''),
(8981, 1, 1283, '7', 'I am Anoop Vijayan, a current student at the University of Chicago Booth School of Business, undertaking an entrepreneurship class where I have been asked to select a biotech company of interest and research and report on its technology and business model.  I was fascinated by phages and its application, Also, I believe there is a significant unmet need for patients with chronic dermatological and respiratory infections.\r\n\r\nOne of my assignments has been to conduct interviews with experts in the field in order to better understand the science behind phage therapy. Please let me know if you or your team can help with a short interview or answer a list of questions.\r\n\r\nI look forward to hearing from you.\r\n\r\nBest,\r\nAnoop', ''),
(8982, 1, 1284, '1', 'Mike Mackenzie', ''),
(8983, 1, 1284, '2', 'Mike Mackenzie', ''),
(8984, 1, 1284, '3', 'no-replyPovaTasy@gmail.com', ''),
(8985, 1, 1284, '4', '(380) 721-8403', ''),
(8986, 1, 1284, '5', 'google', ''),
(8987, 1, 1284, '6', 'Improve local visibility for gangagen.com', ''),
(8988, 1, 1284, '7', 'If you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Mackenzie\r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/', ''),
(8989, 1, 1285, '1', 'Kevin', ''),
(8990, 1, 1285, '2', 'Williams', ''),
(8991, 1, 1285, '3', 'kevin@loansprofessionals.xyz', ''),
(8992, 1, 1285, '4', '(202) 991-6766', ''),
(8993, 1, 1285, '5', 'Express Capital', ''),
(8994, 1, 1285, '6', 'Did you get what you were looking for?', ''),
(8995, 1, 1285, '7', 'Is working capital a priority for your business right now?\r\n\r\nI help companies like yours get IMMEDIATE working capital without requiring excellent credit or collateral of ANY kind!\r\n\r\nLet us INSTANTLY approve you for up to 250k without pulling your credit or asking you to submit a single document prior to approval.\r\n\r\nGet approved today and funded as early as tomorrow!\r\n\r\nJust click the link to instantly see how much you qualify for www.expresscapitalcorp.com \r\n\r\nWarm Regards,\r\n\r\nKevin Williams\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe\r\n \r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(8996, 1, 1286, '1', 'PeterEldex', ''),
(8997, 1, 1286, '2', 'PeterEldex', ''),
(8998, 1, 1286, '3', 'patriciajvliwi@outlook.com', ''),
(8999, 1, 1286, '4', '(743) 442-6611', ''),
(9000, 1, 1286, '5', 'google', ''),
(9001, 1, 1286, '6', 'дизайн малогабаритной спальни с обоями', ''),
(9002, 1, 1286, '7', 'На сайте можно найти разные дизайны интерьеров <a href=https://deezme.ru/>deezme.ru</a>', ''),
(9003, 1, 1287, '1', 'Jamesevoms', ''),
(9004, 1, 1287, '2', 'Jamesevoms', ''),
(9005, 1, 1287, '3', 'yourmail@gmail.com', ''),
(9006, 1, 1287, '4', '(463) 046-6328', ''),
(9007, 1, 1287, '5', 'google', ''),
(9008, 1, 1287, '6', 'Hit bad and thrust cryptocurrency', ''),
(9009, 1, 1287, '7', 'Seldom is the mass to charge in. There won\'t be another for sure like this \r\n<a href=https://accounts.binance.com/ru/register?ref=25293193>Buy and over in cryptocurrency in minutes </a>', ''),
(9010, 1, 1288, '1', 'SergioSpody', ''),
(9011, 1, 1288, '2', 'SergioSpody', ''),
(9012, 1, 1288, '3', 'asimgda6@outlook.com', ''),
(9013, 1, 1288, '4', '(326) 540-3343', ''),
(9014, 1, 1288, '5', 'google', ''),
(9015, 1, 1288, '6', 'official site', ''),
(9016, 1, 1288, '7', 'Additionally, our  project  authors  around the world are well trained in their  selected  discipline which  suggests you can  conveniently  place your  confidence in the  means they treat your paper,  despite which academic  technique you\'re from. When it  concerns your  occupation  potential customers  and also  brilliant future, MyAssignmenthelp.com takes the  obligation on itself to promote your growth in the  appropriate direction. So,  this way you  would not  need to  hesitate before trusting us with your academic papers.  Position an order with us  currently  as well as  gain the rewards of  remarkably written academic  documents today. <a href=\"https://coefficient.examinationport.com\">our website</a>', ''),
(9017, 1, 1289, '1', 'Rickie', ''),
(9018, 1, 1289, '2', 'Symonds', ''),
(9019, 1, 1289, '3', 'symonds.rickie@msn.com', ''),
(9020, 1, 1289, '4', '(306) 244-8166', ''),
(9021, 1, 1289, '5', 'Rickie Symonds', ''),
(9022, 1, 1289, '6', 'ATTENTION', ''),
(9023, 1, 1289, '7', 'Get more people to click on your CTA, by writing copy that compels readers to act\r\n\r\nCompelling, relevant content that your readers want to share and that drives engagement.\r\n\r\nGet it for free (with paid version available for a reasonable price).\r\n\r\nTry it for free at jasperwrite.xyz', ''),
(9024, 1, 1290, '1', 'Eric', ''),
(9025, 1, 1290, '2', 'Jones', ''),
(9026, 1, 1290, '3', 'ericjonesmyemail@gmail.com', ''),
(9027, 1, 1290, '4', '(555) 555-1212', ''),
(9028, 1, 1290, '5', 'boostleadgeneration.com', ''),
(9029, 1, 1290, '6', 'Cool website!', ''),
(9030, 1, 1290, '7', 'Cool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9031, 1, 1291, '1', 'Eric', ''),
(9032, 1, 1291, '2', 'Jones', ''),
(9033, 1, 1291, '3', 'ericjonesmyemail@gmail.com', ''),
(9034, 1, 1291, '4', '(555) 555-1212', ''),
(9035, 1, 1291, '5', 'boostleadgeneration.com', ''),
(9036, 1, 1291, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(9037, 1, 1291, '7', 'Hello, my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9038, 1, 1292, '1', 'Eric', ''),
(9039, 1, 1292, '2', 'Jones', ''),
(9040, 1, 1292, '3', 'ericjonesmyemail@gmail.com', ''),
(9041, 1, 1292, '4', '(555) 555-1212', ''),
(9042, 1, 1292, '5', 'boostleadgeneration.com', ''),
(9043, 1, 1292, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(9044, 1, 1292, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9045, 1, 1293, '1', 'Eric', ''),
(9046, 1, 1293, '2', 'Jones', ''),
(9047, 1, 1293, '3', 'ericjonesmyemail@gmail.com', ''),
(9048, 1, 1293, '4', '(555) 555-1212', ''),
(9049, 1, 1293, '5', 'boostleadgeneration.com', ''),
(9050, 1, 1293, '6', 'There they go…', ''),
(9051, 1, 1293, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9052, 1, 1294, '1', 'Eric', ''),
(9053, 1, 1294, '2', 'Jones', ''),
(9054, 1, 1294, '3', 'ericjonesmyemail@gmail.com', ''),
(9055, 1, 1294, '4', '(555) 555-1212', ''),
(9056, 1, 1294, '5', 'boostleadgeneration.com', ''),
(9057, 1, 1294, '6', 'There they go…', ''),
(9058, 1, 1294, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9059, 1, 1295, '1', 'Josephdom', ''),
(9060, 1, 1295, '2', 'Josephdom', ''),
(9061, 1, 1295, '3', 'ljs6lg@course-fitness.com', ''),
(9062, 1, 1295, '4', '(115) 264-3050', ''),
(9063, 1, 1295, '5', 'google', ''),
(9064, 1, 1295, '6', 'unethost無限空間虛擬主機 技術分享部落格', ''),
(9065, 1, 1295, '7', 'unethost無限空間虛擬主機 技術分享部落格 \r\n \r\nhttp://blog.unethost.com/', ''),
(9066, 1, 1296, '1', 'PetarCoelp', ''),
(9067, 1, 1296, '2', 'PetarCoelp', ''),
(9068, 1, 1296, '3', 'spbetcas013@gmail.com', ''),
(9069, 1, 1296, '4', '(147) 166-5707', ''),
(9070, 1, 1296, '5', 'google', ''),
(9071, 1, 1296, '6', 'gеt nоw # bіg bonus', ''),
(9072, 1, 1296, '7', 'Best onlіnе саsіno \r\nBіg bоnus аnd Frееsріns \r\nSpоrt bеttіng аnd pоkеr \r\n \r\ngo now https://tinyurl.com/4b3wztmd', ''),
(9073, 1, 1297, '1', 'DominicUtinfustiff', ''),
(9074, 1, 1297, '2', 'DominicUtinfustiff', ''),
(9075, 1, 1297, '3', 'denizschirokov@yandex.ru', ''),
(9076, 1, 1297, '4', '(053) 484-5658', ''),
(9077, 1, 1297, '5', 'google', ''),
(9078, 1, 1297, '6', 'http://loveplanet.gq/', ''),
(9079, 1, 1297, '7', 'http://loveplanet.gq/', ''),
(9080, 1, 1298, '1', 'RichardBex', ''),
(9081, 1, 1298, '2', 'RichardBex', ''),
(9082, 1, 1298, '3', 'wj1ra@course-fitness.com', ''),
(9083, 1, 1298, '4', '(675) 477-1123', ''),
(9084, 1, 1298, '5', 'google', ''),
(9085, 1, 1298, '6', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(9086, 1, 1298, '7', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(9087, 1, 1299, '1', 'Tim', ''),
(9088, 1, 1299, '2', 'Dehggn', ''),
(9089, 1, 1299, '3', 'cmad.datalive@gmail.com', ''),
(9090, 1, 1299, '4', '(917) 460-0466', ''),
(9091, 1, 1299, '5', 'CMAD', ''),
(9092, 1, 1299, '6', 'Communications hack to rock holiday sales & 2023', ''),
(9093, 1, 1299, '7', 'This communications hack will boost your holiday sales & rock 2023.\r\n\r\nhttps://www.youtube.com/watch?v=lAAZTvVSiYM\r\n\r\nI stopped by gangagen.com and sent this from your contact form so you can watch it when you have a moment.\r\n\r\nTalk soon,\r\n\r\nTim\r\n\r\nTo cancel all contact from us, reply with optout or stop\r\nCMAD\r\n422 High Street, Mactier, ON', ''),
(9094, 1, 1300, '1', 'BrianPoors', ''),
(9095, 1, 1300, '2', 'BrianPoors', ''),
(9096, 1, 1300, '3', 'millionifyseo@gmail.com', ''),
(9097, 1, 1300, '4', '(315) 684-0234', ''),
(9098, 1, 1300, '5', 'google', ''),
(9099, 1, 1300, '6', 'Launching A Community For Entrepreneurs (Millionify Club)', ''),
(9100, 1, 1300, '7', 'Have you ever wished there should be an independent community of entrepreneurs & digital marketers, where we all can safely discuss our day-to-day business challenges and help each other grow? \r\nWe recently ran a survey in our mailing list which clearly showed that there is a massive demand for a platform where we all can connect, ask questions, discuss the latest digital marketing & growth strategies, learn from powerful courses for free, and much more… \r\nGuess what? We just made that a reality for you! \r\nWe, at Millionify, are super excited to launch Millionify Club. Your very own community of entrepreneurs & digital marketers where we can help each other grow our businesses. \r\nClick the link below to join it for free: \r\nhttps://swiy.co/millionifyclub-fc \r\n \r\nThanks & Regards, \r\nTeam Millionify \r\nhttp://www.millionify.com/', ''),
(9101, 1, 1301, '1', 'BrandonLox', ''),
(9102, 1, 1301, '2', 'BrandonLox', ''),
(9103, 1, 1301, '3', 'shazdesuza@gmail.com', ''),
(9104, 1, 1301, '4', '(348) 822-0005', ''),
(9105, 1, 1301, '5', 'google', ''),
(9106, 1, 1301, '6', 'Jackpot Bet Online', ''),
(9107, 1, 1301, '7', 'At Jackpotbetonline.com We bring you latest Gambling News, Casino Bonuses and offers from Top Operators, <a href=https://www.jackpotbetonline.com/>Online Casino</a> Slots Tips, Sports Betting Tips, odds etc.', ''),
(9108, 1, 1302, '1', 'Eric', ''),
(9109, 1, 1302, '2', 'Jones', ''),
(9110, 1, 1302, '3', 'eric.jones.z.mail@gmail.com', ''),
(9111, 1, 1302, '4', '(555) 555-1212', ''),
(9112, 1, 1302, '5', 'boostleadgeneration.com', ''),
(9113, 1, 1302, '6', 'Why not TALK with your leads?', ''),
(9114, 1, 1302, '7', 'My name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE http://boostleadgeneration.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9115, 1, 1303, '1', 'AriusLathe', ''),
(9116, 1, 1303, '2', 'AriusLathe', ''),
(9117, 1, 1303, '3', 'vnpastukhovxru2@yandex.ru', ''),
(9118, 1, 1303, '4', '(280) 021-0705', ''),
(9119, 1, 1303, '5', 'google', ''),
(9120, 1, 1303, '6', 'Как иожно убрать бородавки', ''),
(9121, 1, 1303, '7', 'Очень достали бородавки. Помогите вылечить', ''),
(9122, 1, 1304, '1', 'Karinadoca', ''),
(9123, 1, 1304, '2', 'Karinadoca', ''),
(9124, 1, 1304, '3', 'karinadoca@yahoo.com', ''),
(9125, 1, 1304, '4', '(026) 046-7655', ''),
(9126, 1, 1304, '5', 'google', ''),
(9127, 1, 1304, '6', 'Ι am an оrdinаry girl. I wаnt tо mеet an оrdinаrу serіouѕ mаn.', ''),
(9128, 1, 1304, '7', 'Ηi!\r\nI\'ve nоticеd thаt mаnу guyѕ рrefеr regulаr gіrlѕ.\r\nΙ applaude thе men out thеre whо hаd thе balls tо еnϳоy thе love of many wоmen аnd сhоosе thе onе that hе knеw wоuld bе hіs bеst frіеnd durіng the bumрy and сrazу thing саlled lifе.\r\nΙ wаnted tо bе that frіеnd, not juѕt a stаble, reliаblе аnd bоrіng housеwіfe.\r\nΙ аm 26 yеars old, Karіna, frоm the Сzeсh Reрublic, know Εnglіѕh languаge alѕо.\r\nAnуwау, уou сan find my profilе herе: http://deogesoulapal.tk/page-85458/', ''),
(9129, 1, 1305, '1', 'Mike Mansfield', ''),
(9130, 1, 1305, '2', 'Mike Mansfield', ''),
(9131, 1, 1305, '3', 'no-replyPovaTasy@gmail.com', ''),
(9132, 1, 1305, '4', '(613) 383-7834', ''),
(9133, 1, 1305, '5', 'google', ''),
(9134, 1, 1305, '6', 'Monthly SEO plans from 49$ ONLY', ''),
(9135, 1, 1305, '7', 'Hi there \r\n \r\nI have just analyzed  gangagen.com for the ranking keywords and saw that your website could use a push. \r\n \r\nWe will improve your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our plans here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Mansfield\r\n \r\n \r\nPS: Quality SEO content is included', ''),
(9136, 1, 1306, '1', 'CarlosApori', ''),
(9137, 1, 1306, '2', 'CarlosApori', ''),
(9138, 1, 1306, '3', 'marfiwc99@outlook.com', ''),
(9139, 1, 1306, '4', '(778) 254-1485', ''),
(9140, 1, 1306, '5', 'google', ''),
(9141, 1, 1306, '6', 'This was the most beautiful girl in the world , until', ''),
(9142, 1, 1306, '7', 'This was the most beautiful girl in the world , until this happend \r\n<a href=>https://ebook-review.org</a>', ''),
(9143, 1, 1307, '1', 'Sdvillreich', ''),
(9144, 1, 1307, '2', 'Sdvillreich', ''),
(9145, 1, 1307, '3', 'c.h.i.m.medurls@o5o5.ru', ''),
(9146, 1, 1307, '4', '(102) 410-2530', ''),
(9147, 1, 1307, '5', 'google', ''),
(9148, 1, 1307, '6', 'тетраборат натрия купить', ''),
(9149, 1, 1307, '7', '<a href=https://chimmed.ru/>гидрохинон купить </a> \r\nTegs: натрия карбоната декагидрат  https://chimmed.ru/ \r\n \r\n<u>глюконат кальция цена </u> \r\n<i>кондуктометры </i> \r\n<b>гомогенизатор </b>', ''),
(9150, 1, 1308, '1', 'DennisMum', ''),
(9151, 1, 1308, '2', 'DennisMum', ''),
(9152, 1, 1308, '3', 'lamisa21@gmx.com', ''),
(9153, 1, 1308, '4', '(833) 055-1170', ''),
(9154, 1, 1308, '5', 'google', ''),
(9155, 1, 1308, '6', 'All social content', ''),
(9156, 1, 1308, '7', 'Hello this is social profile Vhearts backlinks \r\nhttps://sites.google.com/view/vheartswatch/trang-ch%E1%BB%A7 \r\nhttps://drive.google.com/drive/folders/17KfRO4_hCRRqZgJvtynlSppRq9vpMaZ2 \r\nhttps://jamboard.google.com/d/1-TreL_k2tRalitYuX3nGSfsb8ae5F-D0OXba65DeuVM/viewer \r\nhttps://docs.google.com/presentation/d/1Jk7bE2VqpN4LgpiNFPPxSHMcu0pFgLkFF4KnsUoZCak/edit#slide=id.p \r\nhttps://docs.google.com/document/d/1KPjn4YjJcLlb2IBAmkhWLZlihgyLZzUHycpV4LFO0so/edit \r\nhttps://docs.google.com/forms/d/1WHLEsDROo59uC2f6kRjambE3XWxdXE0jwATDAE9wqyw/viewform?edit_requested=true \r\nhttps://docs.google.com/drawings/d/1lPrK-qSKJmhxVzT4lUP5rBbuH_fA0CGF5HXS5MUlCD8/edit \r\nhttps://drive.google.com/drive/folders/17KfRO4_hCRRqZgJvtynlSppRq9vpMaZ2 \r\nhttps://drive.google.com/drive/folders/1ZgyXvvm1irhTvi_Dx1zzfTAxip-AbHSr \r\n \r\nFeel free to post backlinks to Vhearts Social', ''),
(9157, 1, 1309, '1', 'JustinLaw', ''),
(9158, 1, 1309, '2', 'JustinLaw', ''),
(9159, 1, 1309, '3', 'prja@course-fitness.com', ''),
(9160, 1, 1309, '4', '(832) 117-3257', ''),
(9161, 1, 1309, '5', 'google', ''),
(9162, 1, 1309, '6', '日光共享空間 - Nikko Space', ''),
(9163, 1, 1309, '7', '日光共享空間 - Nikko Space \r\n \r\n \r\nhttps://nikkospace.com/', ''),
(9164, 1, 1310, '1', 'JasonMus', ''),
(9165, 1, 1310, '2', 'JasonMus', ''),
(9166, 1, 1310, '3', 's7gbs@course-fitness.com', ''),
(9167, 1, 1310, '4', '(036) 240-6843', ''),
(9168, 1, 1310, '5', 'google', ''),
(9169, 1, 1310, '6', '點子數位科技有限公司', ''),
(9170, 1, 1310, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(9171, 1, 1311, '1', 'JasonLug', ''),
(9172, 1, 1311, '2', 'JasonLug', ''),
(9173, 1, 1311, '3', 'xzjl4@course-fitness.com', ''),
(9174, 1, 1311, '4', '(133) 223-1210', ''),
(9175, 1, 1311, '5', 'google', ''),
(9176, 1, 1311, '6', '點子數位科技有限公司', ''),
(9177, 1, 1311, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(9178, 1, 1312, '1', 'Lowell', ''),
(9179, 1, 1312, '2', 'Lowell', ''),
(9180, 1, 1312, '3', 'info@zemmrich-consult.de', ''),
(9181, 1, 1312, '4', '(250) 480-7945', ''),
(9182, 1, 1312, '5', 'Lowell Brodzky', ''),
(9183, 1, 1312, '6', 'Home - GangaGen', ''),
(9184, 1, 1312, '7', 'World\'s Best Neck Massager Get it Now 50% OFF + Free Shipping!\r\n\r\nWellness Enthusiasts! There has never been a better time to take care of your neck pain! \r\nOur clinical-grade TENS technology will ensure you have neck relief in as little as 20 minutes.\r\n\r\nGet Yours: https://hineck.shop\r\n\r\nAll the best,\r\n\r\nLowell\r\nHome - GangaGen', ''),
(9185, 1, 1313, '1', 'Untok', ''),
(9186, 1, 1313, '2', 'Untok', ''),
(9187, 1, 1313, '3', 'r03mqzk0@hotmail.com', ''),
(9188, 1, 1313, '4', '(274) 087-2833', ''),
(9189, 1, 1313, '5', 'google', ''),
(9190, 1, 1313, '6', 'I promised.', ''),
(9191, 1, 1313, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/2m6v7qwa', ''),
(9192, 1, 1314, '1', 'Untok', ''),
(9193, 1, 1314, '2', 'Untok', ''),
(9194, 1, 1314, '3', 'wc8913vr@yahoo.com', ''),
(9195, 1, 1314, '4', '(853) 767-6111', ''),
(9196, 1, 1314, '5', 'google', ''),
(9197, 1, 1314, '6', 'I promised.', ''),
(9198, 1, 1314, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/2f5mehhc', ''),
(9199, 1, 1315, '1', 'ThomasBot', ''),
(9200, 1, 1315, '2', 'ThomasBot', ''),
(9201, 1, 1315, '3', 'donelleej13ter@outlook.com', ''),
(9202, 1, 1315, '4', '(850) 254-8152', ''),
(9203, 1, 1315, '5', 'google', ''),
(9204, 1, 1315, '6', 'инвестиционные компании недвижимость москва', ''),
(9205, 1, 1315, '7', 'Привет нашел классный сайт где можно найти много полезной финансовой информации <a href=https://litani.ru/>litani.ru</a>', ''),
(9206, 1, 1316, '1', 'Eric', ''),
(9207, 1, 1316, '2', 'Jones', ''),
(9208, 1, 1316, '3', 'ericjonesmyemail@gmail.com', ''),
(9209, 1, 1316, '4', '(555) 555-1212', ''),
(9210, 1, 1316, '5', 'boostleadgeneration.com', ''),
(9211, 1, 1316, '6', 'Try this, get more leads', ''),
(9212, 1, 1316, '7', 'Hi, my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nTalk With Web Visitor – CLICK HERE https://boostleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9213, 1, 1317, '1', 'KennethRop', ''),
(9214, 1, 1317, '2', 'KennethRop', ''),
(9215, 1, 1317, '3', 'innasmirnova.li1.9.9.2@gmail.com', ''),
(9216, 1, 1317, '4', '(452) 853-8740', ''),
(9217, 1, 1317, '5', 'google', ''),
(9218, 1, 1317, '6', 'Доставка суши БУРГЕР ГРИЛЬ ночью в Барнауле Burger Grill', ''),
(9219, 1, 1317, '7', '<b>Служба доставки еды <a href=https://burger-grill.ru/shop/shaurma/shaurma-s-kurochkoj-i-ostroj-morkovju/>БУРГЕР ГРИЛЬ</a> г. Барнаул (доставляем круглосуточно)</b> \r\n \r\nЗаказ сделан заранее,  привезли во время,  спасибо большое очень довольны.   \r\n \r\nбургергриль <a href=https://burger-grill.ru/shop/salaty-i-zakuski/kartofel-po-meksikanski/> заказать еду...</a>', ''),
(9220, 1, 1318, '1', 'Sdvillreich', ''),
(9221, 1, 1318, '2', 'Sdvillreich', ''),
(9222, 1, 1318, '3', 'chi.mmedur.ls@o5o5.ru', ''),
(9223, 1, 1318, '4', '(118) 726-2803', ''),
(9224, 1, 1318, '5', 'google', ''),
(9225, 1, 1318, '6', 'sigma aldrich', ''),
(9226, 1, 1318, '7', '<a href=https://chimmed.ru/>анализаторы газов </a> \r\nTegs: магния хлорида гексагидрат  https://chimmed.ru/ \r\n \r\n<u>эриохром черный т </u> \r\n<i>ротационный испаритель </i> \r\n<b>acros organics </b>', ''),
(9227, 1, 1319, '1', 'Untok', ''),
(9228, 1, 1319, '2', 'Untok', ''),
(9229, 1, 1319, '3', '5zy96q7f@gmail.com', ''),
(9230, 1, 1319, '4', '(111) 604-0055', ''),
(9231, 1, 1319, '5', 'google', ''),
(9232, 1, 1319, '6', 'I promised.', ''),
(9233, 1, 1319, '7', 'Hi, this is Jenny. I am sending you my intimate photos as I promised. https://tinyurl.com/2zspf5kn', ''),
(9234, 1, 1320, '1', 'Untok', ''),
(9235, 1, 1320, '2', 'Untok', ''),
(9236, 1, 1320, '3', '5ogzwvea@icloud.com', ''),
(9237, 1, 1320, '4', '(453) 340-2773', ''),
(9238, 1, 1320, '5', 'google', ''),
(9239, 1, 1320, '6', 'I promised.', ''),
(9240, 1, 1320, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/2ghqdzvd', ''),
(9241, 1, 1321, '1', 'RobertGot', ''),
(9242, 1, 1321, '2', 'RobertGot', ''),
(9243, 1, 1321, '3', 'zelatcol@gmail.com', ''),
(9244, 1, 1321, '4', '(257) 822-0508', ''),
(9245, 1, 1321, '5', 'google', ''),
(9246, 1, 1321, '6', 'Hallo  i wrote about your   price', ''),
(9247, 1, 1321, '7', 'Hai, saya ingin tahu harga Anda.', ''),
(9248, 1, 1322, '1', 'WesleyJar', ''),
(9249, 1, 1322, '2', 'WesleyJar', ''),
(9250, 1, 1322, '3', 'pencucon_97@mail.ru', ''),
(9251, 1, 1322, '4', '(866) 133-8431', ''),
(9252, 1, 1322, '5', 'google', ''),
(9253, 1, 1322, '6', 'Дезбарьеры', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(9254, 1, 1322, '7', 'После подготовки овощей, фруктов, ягод и других плодовых культур наступает этап их измельчения, на котором используются специальные машины для нарезки, другие измельчительные агрегаты, разделочно-протирочные установки и т https://пищевоеоборудование.рф/katalog/sanpropuskniki-doz-200/dezbarery-dlya-avtotransporta-doz-m-5000\r\n  п https://пищевоеоборудование.рф\r\n \r\nПищевое оборудование различается относительно сферы его использования и конструктивных особенностей https://пищевоеоборудование.рф/katalog/konvejera-z-obraznye/konvejer-cepnoj-dlya-banok-kcb-z\r\n   Но все оно характеризуются схожим строением, включающим корпус, исполнительный блок, а также систему управления https://пищевоеоборудование.рф/katalog/izdeliya-iz-nerzh.-stali-aisi304/butara-ikra-1000h1000-aisi-304/tuzluchnaya-stanciya-ts-1000\r\n   Рабочие показатели устройства должны удовлетворять запросы компании https://пищевоеоборудование.рф/katalog/defroster-vodyanoj-dvg-1000/mashina-mojki-banki-s-obduvom-mmbo-2000\r\n \r\nОкончательные расчеты проводятся, учитывая все  особенности открываемого мини-цеха https://пищевоеоборудование.рф/katalog/oprokidyvateli-kontejnerov-i-telezhek/oprokidyvateli-kontejnerov\r\n   В первичные вложения включают затраты на  приобретение сырья для производства, рецептур, оформленного портфеля ТУ,  обучение сотрудников, расходы на налоги, аренду помещения и коммунальные  услуги, а также заработные платы сотрудников за 3 месяца https://пищевоеоборудование.рф/katalog/kamera-df/kopiya-kamera-defrostacii-kd-5000\r\n   На проанализированных  примерах можно провести оценку окупаемости https://пищевоеоборудование.рф/katalog/mashina-mojki/kopiya-mashina-mojki-banki-mmshb-2000\r\n \r\nПоставка и обслуживание линий убоя, разделки и переработки птицы, упаковочного, фасовочного, пищевого, кондитерского, отсадочного, хлебопекарного, технологического, складского, паллетоупаковочного, маркировочного, вакуум-упаковочного, термоупаковочного оборудования https://пищевоеоборудование.рф/katalog/mashina-mojki/mashina-mojki-ryby-orehov-mm-2000\r\n \r\nКомпания ®, они помогут Вам грамотно составить технологический 				проект любого кондитерского цеха, пекарни, хлебозавода, подобрать ресторанное оборудование или для баров, столовых, кафе и торговых площадей 				с учетом Ваших требований и пожеланий https://пищевоеоборудование.рф/katalog/oprokidyvateli-kontejnerov-i-telezhek/oprokidyvateli-cheburashek-och-250\r\n \r\nУпаковочный автомат для упаковки хлебобулочных  изделий позволяет значительно сэкономить время, затрачиваемое на упаковку  готовой продукции https://пищевоеоборудование.рф/katalog/konvejera-z-obraznye/kopiya-konvejer-s-priemnym-bunkerom-elevator-2000\r\n   Кроме того, мы предлагаем упаковочный  автомат для упаковки овощей в сетку https://пищевоеоборудование.рф/katalog/oprokidyvateli-kontejnerov-i-telezhek/oprokidyvateli-kontejnerov', ''),
(9255, 1, 1323, '1', 'ScottCah', ''),
(9256, 1, 1323, '2', 'ScottCah', ''),
(9257, 1, 1323, '3', 'smit24direct@yandex.ru', ''),
(9258, 1, 1323, '4', '(314) 750-8050', ''),
(9259, 1, 1323, '5', 'google', ''),
(9260, 1, 1323, '6', 'Круги абразивные шлифовальные на липучке 225 мм купить в Санкт-Петербурге', ''),
(9261, 1, 1323, '7', 'Абразивные материалы для жирафа диаметром 222 мм на липучке - купить в Санкт-Петербурге. \r\nУдобно при обработке больших площадей, отличаются своей эффективностью. Каким должен быть круг для «жирафа». Эффективная обработка стен возможна только при грамотном подборе шлифовальных дисков. Для «жирафа» применяются круги с такими параметрами: диаметр полотна – 225 мм. \r\nПоподробнее изучить можно здесь: <a href=https://smit-24.blogspot.com/p/chem-shlifovat-gipsovuyu-shtukaturku.html>купить круг шлифовальный 225 диаметр</a>', ''),
(9262, 1, 1324, '1', 'Jeremybag', ''),
(9263, 1, 1324, '2', 'Jeremybag', ''),
(9264, 1, 1324, '3', 'consducfen.51@mail.ru', ''),
(9265, 1, 1324, '4', '(280) 554-1251', ''),
(9266, 1, 1324, '5', 'google', ''),
(9267, 1, 1324, '6', 'Гранитные Плиты Облицовочные', ''),
(9268, 1, 1324, '7', 'События, происходящие в производстве станочного парка при подъеме экономических показателей государства https://www.raidstone.ru/services/oblicovka-interera/oblicovka-sanuzla-i-vannoj/oblicovka-vannoj-mramorom.html\r\n    Разработанные и созданные нашей организацией промышленные линии очень нужны для предприятий строительной промышленности, так как это является нашей специализацией https://www.raidstone.ru/katalog-kamnya/granit/granit-padang-lajt-padang-lite-g633-sesame-grey.html\r\n   Наша цель - обеспечить наших п https://www.raidstone.ru/catalog/malye-arhitekturnye-formy/barbekyu.html\r\n   https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/stoleshnicy/stoleshnicy-iz-granita/kuhonnaya-stoleshnica-iz-granita-ajvori-braun.html\r\n   https://www.raidstone.ru/katalog-kamnya/granit/granit-blek-byuti-black-beauty.html\r\n \r\nВо время проведения замеров необходимо присутствие непосредственно заказчика, или доверенного лица, способного ответить на необходимые вопросы специалиста, по предполагаемому изделию из камня или виду работ https://www.raidstone.ru/katalog-kamnya/mramor/mramor-roho-alikante-rosso-alicante.html\r\n \r\nНачать свой бизнес в Европе хотят многие успешные люди,  потому что экономическая ситуация в развитых странах более стабильна, бизнес  получает весомую поддержку со стороны государства https://www.raidstone.ru/katalog-kamnya/granit/granit-gimalaj-vaajt-himalay-white.html\r\n \r\nВ период с 2010 по 2014 год темпы роста рынка автосервисов в денежном выражении находились на уровне 15-20% https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/stoleshnicy/stoleshnicy-iz-granita/kuhonnaya-stoleshnica-iz-granita-ajvori-braun.html\r\n   По данным , объем рынка автосервисов в России в 2010 году составил 13 https://www.raidstone.ru/services/oblicovka-eksterera/oblicovka-fasada-kamnem.html?list_page=2\r\n  5 млр https://www.raidstone.ru/katalog-kamnya/bazalt.html\r\n   https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/lestnicy/lestnicy-iz-granita.html\r\n   https://www.raidstone.ru/catalog/malye-arhitekturnye-formy/fontany.html?list_page=2\r\n \r\nЧтобы понять, почему при огромном выборе отделочных материалов изделия из камня остаются настолько востребованными, постараемся объективно оценить их положительные качества, среди которых хочется особо отметить: \r\nВыбор и покупка Все изделия из камня представлены в каталоге на сайте https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/lestnicy/lestnicy-iz-granita.html\r\n   К каждой позиции указана порода, конструктивные размеры, особенности производства и иные характеристики, есть фотографии в высоком разрешении и указана стоимость https://www.raidstone.ru/katalog-kamnya/mramor/mramor-dajno-reale-daino-reale.html\r\n   Можно осуществлять выбор самостоятельно, отметив нужные позиции и добавив их в корзину, ли', ''),
(9269, 1, 1325, '1', 'Davidoxile', ''),
(9270, 1, 1325, '2', 'Davidoxile', ''),
(9271, 1, 1325, '3', 'tacusol-6816@mail.ru', ''),
(9272, 1, 1325, '4', '(753) 187-8728', ''),
(9273, 1, 1325, '5', 'google', ''),
(9274, 1, 1325, '6', 'Дизайн Квартиры Под Дерево', ''),
(9275, 1, 1325, '7', 'Производитель, предпочитающий классические решения, ставящий во главу угла безупречность исполнения https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/\r\n   В его продукции удивительным образом переплетаются представления о классической и кухонной мебели https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/\r\n \r\nМягкая мебель придаёт уют дому https://www.legnostyle.ru/dubovye-dveri.html\r\n   Мягкое кресло, в которое хочется забраться с чашкой горячего чая, и диван, на котором удобно поваляться после рабочего дня https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/\r\n   Выбирая мягкую мебель, мы будто выбираем себе друга, так что здесь нужно подходить к покупке особенно серьёзно https://www.legnostyle.ru/catalog/mebel/\r\n   Нужно определить, для каких целей вы выбираете мягкую мебель, из чего она должна быть сделана https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/\r\n   Особое внимание надо уделить гарантии на мебель https://www.legnostyle.ru/catalog/lestnici/\r\n   Обычно срок эксплуатации мягкой мебели составляет 15 лет https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/\r\n   Важно определиться с производителем https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/\r\n   Мягкая мебель из Китая имеет ряд преимуществ: Сейчас рынок предлагает широкий выбор производителя - почти любой страны, но среди этого многообразия вы должны сделать оптимальный выбор цена-качество https://www.legnostyle.ru/proizvodstvo/lestneycy/\r\n   Если для вас важно европейское качество в сочетании с демократичной ценой, стоит сделать выбор в пользу китайского производителя https://www.legnostyle.ru/catalog/inter-eri/peregorodki/\r\n   Мягкая мебель из Китая стремительно завоёвывает российский рынок https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/\r\n   Что же такого может предложить нам китайская мебель? Китайские специалисты работают точно по чертежам итальянских фирм, что выходит существенно дешевле, чем работа итальянских специалистов в этой области https://www.legnostyle.ru/catalog/inter-eri/\r\n   Низкая цена зачастую играет решающую роль — за те же деньги вы получаете мебель лучшего качества https://www.legnostyle.ru/lestnicy-iz-duba.html\r\n   Да и зачем тратить деньги где-то, переплачивая посредниками https://www.legnostyle.ru/catalog/lestnici/\r\n   когда можно договориться с заводом на прямую? Такую возможность предоставляет наша фирма https://www.legnostyle.ru/arki-iz-dereva.html\r\n   Достаточно заказать мебельный тур в Китай, и вы окунётесь в многообразие выбора мягкой мебели, впечатляющий ассортимент с самым широким ценовым диапазоном предложат вам китайские фирмы https://www.legnostyle.ru/proizvodstvo/lestneycy/\r\n   Не стоит забывать и о том, что мебель в Китае производят из хороших, экологически чистых материалов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/\r\n   Однако самая ощутимая выгода — это покупка китайской мягкой мебели оптом https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/\r\n   Производители заинтересованы в быстром товарообороте, поэтому часто предлагают скидки, охотно торгуются и идут на уступки https://www.legnostyle.ru/catalog/lestnici/\r\n \r\nВ каталоге нашего Интернет магазина Вы найдете мебель из сосны от многих известных мебельных фабрик https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/\r\n   Фабрики мебели из массива располагаются в разных частях России и в Беларусии – это Москва и Санкт-Петербург, Остров, Раменское и Приозерск, Великие Луки, Муром и Галич, а также Петрозаводск (Карелия) https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/\r\n   Каждая из фабрик изготавливающих мебель из сосны держит свой стиль в дизайне выпускаемой мебели, а также имеет свои тонкости в технологии изготовления мебели https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/\r\n   В связи с этим, если Вы планируете купить не один предмет мебели, изготовленный из массива сосны, мы советуем купить мебель от одной фабрики, и тогда вся мебель будет однотонной и выполненной в одном стиле т https://www.legnostyle.ru/dubovye-dveri.html\r\n  е https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/\r\n   будет сочетаться друг с другом https://www.legnostyle.ru/catalog/inter-eri/\r\n   Так как не каждая фабрика мебели из массива сосны производит весь ассортимент мебели для дачи, бани и дома (одни производят только комоды и шкафы, другие мягкую мебель, третьи кровати), поэтому, чтобы не терять много времени на изучение вопросы как выбрать мебель из сосны самому, мы предлагаем Вам консультацию по телефону https://www.legnostyle.ru/catalog/mebel/\r\n   Также Вы сможете узнать, какая мебель рассчитана на срок эксплуатации до 20 лет, а какая может не прослужить и 5 лет https://www.legnostyle.ru/elitniye-dveri-iz-massiva.html\r\n \r\nИтак, прежде чем делать мебель на заказ, интересуйтесь о ее качестве https://www.legnostyle.ru/catalog/lestnici/\r\n   Мебель показывает ваши статус, состояние, вкус https://www.legnostyle.ru/proizvodstvo/stenovie-paneli/\r\n   Кроме того, стиль меблировки, который Вы избрали сможет помочь организовать индивидуальные особенности вашей обстановки и необходимую атмосферу https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/\r\n \r\nВ текущем году всесторонние отношения и стратегическое партнерство между двумя странами продолжат углублённо развивать https://www.legnostyle.ru/catalog/mebel/\r\n   Ожидается много важных международных событий https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/\r\n   Об этом \r\nСалон элитной мебели позволит вам ознакомится со всем богатством выбора эксклюзивной итальянской мебели из дерева https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/\r\n   В ассортименте салона можно найти большое разнообразие мебели итальянских производителей, а также увидеть эксклюзивные коллекции https://www.legnostyle.ru/arki-iz-dereva.html\r\n   Италия всегда славилась своей неповторимостью и элитностью в дизайне мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/\r\n   Благодаря этому итальянская мебель завоевала огромный спрос на мировом рынке https://www.legnostyle.ru/elitniye-dveri-iz-massiva.html\r\n   В салоне элитной мебели вас всегда встретят отзывчивые и квалифицированные менеджеры, которые помогут выбрать лучший вариант https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/\r\n   Так же в салоне обязательно подскажут, какая итальянская мебель всех лучше впишется именно в ваш интерьер, обеспечивая при этом комфорт и удобство https://www.legnostyle.ru/elitniye-dveri-iz-massiva.html\r\n   Выбрав один раз мебель из Италии, она будет каждую минуту радовать Вас все сильнее и сильнее https://www.legnostyle.ru/catalog/mebel/', ''),
(9276, 1, 1326, '1', 'BruceCes', ''),
(9277, 1, 1326, '2', 'BruceCes', ''),
(9278, 1, 1326, '3', 'mamedov.edgar.1992.3.3@inbox.ru', ''),
(9279, 1, 1326, '4', '(711) 825-1410', ''),
(9280, 1, 1326, '5', 'google', ''),
(9281, 1, 1326, '6', 'Светодиодные Лампы Е27  Для Дома', ''),
(9282, 1, 1326, '7', 'Для его подключения нужно взять такой же разъем (обычно идет в комплекте) и соединить между собой https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/195474176-992165094149-belt-lait-dvuhzhilnii-belii-i-chernii-s\r\n  Мороки с таким вариантом нет, но провода спрятать не получится нормально https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-772320672151-retro-girlyanda-so-svisaniem-10m-na-cher\r\n \r\nУстановка стоек Монтаж наружного освещения продолжили разметкой мест установкой ж/б стоек https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/195474176-992165094149-belt-lait-dvuhzhilnii-belii-i-chernii-s\r\n Светотехнический расчет позволил:определить оптимальное количество, мощность, размещение светильниковисключить образование  на территориисократить количество используемого СИП провода https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-220680002191-konnektor-dlya-belt-laita\r\n Опоры были сложены заказчиком в непосредственной близости за пределами объекта https://xn----8sbbqwjb8ce.xn--p1ai/v2\r\n  К месту установки их подвозили на манипуляторе с длиной кузова 9 мм и грузоподъемностью стрелы 3 тонны https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-772320672151-retro-girlyanda-so-svisaniem-10m-na-cher\r\n  До завоза подготовили котлованы в количестве 6 штук https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-446351617956-oblegchennaya-girlyanda-s-prozrachnimi-t\r\n Установка опор освещения проводилась после закрепления на них крюков универсальных и кронштейнов светильников наружного освещения бандажной лентой с бугелями https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/195474176-992165094149-belt-lait-dvuhzhilnii-belii-i-chernii-s\r\n  Затяжку ленты проводили натяжителем с требуемым усилием https://xn----8sbbqwjb8ce.xn--p1ai/v2\r\n  В результате узел крепления выдерживает нагрузку на разрыв в 3 тонны https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-637115709091-dyuralait-kruglii-be-zon\r\n  На установленные крюки подвешивали раскаточные ролики https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-706497614521-oblegchennaya-girlyanda-so-svisaniem-s-p\r\n Монтаж опор производили согласно технологической карты https://xn----8sbbqwjb8ce.xn--p1ai/profi\r\n  Столбы выкладывались вдоль трассы на удалении 1 м от котлована на подкладки из 10-тисантиметрового бруса https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-772320672151-retro-girlyanda-so-svisaniem-10m-na-cher\r\n  Для подъема использовали испытанную стропу с максимальной нагрузкой 3 тонны https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-637115709091-dyuralait-kruglii-be-zon\r\n Монтажник закреплял стропу на стойке и подавал сигнал машинисту крана https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-706497614521-oblegchennaya-girlyanda-so-svisaniem-s-p\r\n  Подвод стрелы и крюка сопровождался контролем за безопасностью маневра со стороны стропальщика, крановщика, ответственного за производство работ https://xn----8sbbqwjb8ce.xn--p1ai/\r\n  После накидки стропы на крюк и закрытия фиксирующего устройства, начинали подъем с целью выбора слабины стропы и надежной фиксации на опоре для предупреждения скольжения по ней в процессе подъема https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-706497614521-oblegchennaya-girlyanda-so-svisaniem-s-p\r\n  После отрыва верхней части столба от подкладок монтажник проверял общую центровку, обеспечивающую удобство работ https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-289562481031-belt-lait-pyatizhilnii-belii-ili-chernii\r\n  При выявлении отклонений проводили перезакрепление груза https://xn----8sbbqwjb8ce.xn--p1ai/v2\r\n  Из 2-хкратной зоны подъема удалялись рабочие, материалы, техника https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-706497614521-oblegchennaya-girlyanda-so-svisaniem-s-p\r\n Подъем нижней части выполняли на уровень 0,5 м от уровня земли https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-637115709091-dyuralait-kruglii-be-zon\r\n  По команде монтажника крановщик заводил опору над котлованом, выполнял спуск https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-288592881193-tsvetnie-lampochki-svetodiodnie-matovie\r\n  Стропальщик контролировал совмещение центра стойки и котлована https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-446351617956-oblegchennaya-girlyanda-s-prozrachnimi-t\r\n  После касания дна проводили предварительное визуальное выравнивание https://xn----8sbbqwjb8ce.xn--p1ai/profi\r\n Подсобный рабочий совковой лопатой производил заполнение нижней части ямы вынутым грунтом с последующей трамбовкой https://xn----8sbbqwjb8ce.xn--p1ai/profi\r\n  Окончательное выравнивание стоек производили по строительному отвесу https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-772320672151-retro-girlyanda-so-svisaniem-10m-na-cher\r\n  Поворотом крановой башни, увеличением (уменьшением) вылета стрелы добились вертикального положения https://xn----8sbbqwjb8ce.xn--p1ai/\r\n  Крановщику давали команду на удержание опоры в заданном положении https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-288592881193-tsvetnie-lampochki-svetodiodnie-matovie\r\n  Послойно засыпали котлован с постоянной трамбовкой https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/195474176-992165094149-belt-lait-dvuhzhilnii-belii-i-chernii-s\r\n  Остаток грунта насыпали вокруг опоры для нивелирования последующей осадки грунта https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-642339341169-prozrachnie-lampochki-1w-dlya-belt-laita\r\n Установка опор освещения закончена за 3 часа https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-706497614521-oblegchennaya-girlyanda-so-svisaniem-s-p\r\n \r\nКак сделать паяльник 220в своими руками в домашних условиях  https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-288592881193-tsvetnie-lampochki-svetodiodnie-matovie\r\n  Материалы для изготовления жала https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-446351617956-oblegchennaya-girlyanda-s-prozrachnimi-t\r\n  Паяльник из проволочного резистора https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-289562481031-belt-lait-pyatizhilnii-belii-ili-chernii\r\n  Самостоятельная сборка мини паяльника https://xn----8sbbqwjb8ce.xn--p1ai/v2\r\n  Этапы изготовления паяльников https://xn----8sbbqwjb8ce.xn--p1ai/v2\r\n  Общие принципы самостоятельной сборки приборов https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-179111101181-lampochki-svetodiodnie-matovie-holodnie\r\n  https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-220680002191-konnektor-dlya-belt-laita\r\n  https://xn----8sbbqwjb8ce.xn--p1ai/profi\r\n  https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-179111101181-lampochki-svetodiodnie-matovie-holodnie\r\n \r\nУличные светильники для дома могут быть представлены только системой круглых ламп, что размещаются по внешнему периметру стен на одинаковом расстоянии друг от друга https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/195474176-244767563591-belt-lait-dvuhzhilnii-chernii-i-belii-s\r\n \r\nДля гирлянд из верёвки понадобится шнур, немного клея ПВА, воздушный шарик и гирлянда https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-772320672151-retro-girlyanda-so-svisaniem-10m-na-cher\r\n  Сначала надо надуть шарик, смочить верёвки в клее и обмотать ими поверхность шарика https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/195474176-244767563591-belt-lait-dvuhzhilnii-chernii-i-belii-s\r\n  Затем дать клею в', ''),
(9283, 1, 1327, '1', 'ThomasMet', ''),
(9284, 1, 1327, '2', 'ThomasMet', ''),
(9285, 1, 1327, '3', 'egorova.anna.1994.20.1@list.ru', ''),
(9286, 1, 1327, '4', '(607) 667-7840', ''),
(9287, 1, 1327, '5', 'google', ''),
(9288, 1, 1327, '6', 'Сквош Клуб Москва', ''),
(9289, 1, 1327, '7', 'Турниры https://xn--b1apnj2b.xn--80adxhks/\r\n \r\nСквош для меня — лучший антистресс https://xn--b1apnj2b.xn--80adxhks/\r\n  На корте нет времени думать о рабочих задачах или личных проблемах, потому что нужно полностью включаться в игру https://xn--b1apnj2b.xn--80adxhks/\r\n  За одну тренировку можно потерять до 1000 калорий, а удовольствия получить намного больше, чем от многочасового бега https://xn--b1apnj2b.xn--80adxhks/\r\n  После игры я чувствую удовлетворение от хорошо проделанной работы и гордость за свои результаты https://xn--b1apnj2b.xn--80adxhks/\r\n  Еще за сквошем здорово встречаться с друзьями и болтать во время перерывов между таймами https://xn--b1apnj2b.xn--80adxhks/\r\n \r\nСквош https://xn--b1apnj2b.xn--80adxhks/\r\n  Как играть и правила https://xn--b1apnj2b.xn--80adxhks/\r\n  Инвентарь и экипировка https://xn--b1apnj2b.xn--80adxhks/\r\n  Плюсы и минусы https://xn--b1apnj2b.xn--80adxhks/\r\n \r\nЭтот азартный и динамичный вид спортивной игры подойдет как для детей, так и для взрослых https://xn--b1apnj2b.xn--80adxhks/\r\n  Сквош называют самым безопасным, несмотря на то, что весь процесс проходит в движении https://xn--b1apnj2b.xn--80adxhks/\r\n  Риск получить травму во время соревнования минимален https://xn--b1apnj2b.xn--80adxhks/\r\n \r\nПрародители https://xn--b1apnj2b.xn--80adxhks/\r\n \r\nПривет! Вы находитесь в блоге  и функционер Федерации сквоша России Иван Бородин и блогер Sports https://xn--b1apnj2b.xn--80adxhks/\r\n ru Влад Езерский https://xn--b1apnj2b.xn--80adxhks/', ''),
(9290, 1, 1328, '1', 'Jeremy', ''),
(9291, 1, 1328, '2', 'Jeremy', ''),
(9292, 1, 1328, '3', 'jeremyworkinusa@gmail.com', ''),
(9293, 1, 1328, '4', '(504) 663-1356', ''),
(9294, 1, 1328, '5', 'google', ''),
(9295, 1, 1328, '6', 'Bitcoin or Litecoin? Of course Litecoin!', ''),
(9296, 1, 1328, '7', 'Bitcoin or Litecoin? Of course Litecoin! \r\nMy Litecoin Address: LiFRfuM3jcJVXBLk19gVA8Lh1ukdP7Wngs \r\nSend me Litecoin. Please. Thanks. God bless you!', ''),
(9297, 1, 1329, '1', 'videokix', ''),
(9298, 1, 1329, '2', 'videokix', ''),
(9299, 1, 1329, '3', 'lumelskiy.leopold@mail.ru', ''),
(9300, 1, 1329, '4', '(877) 542-2673', ''),
(9301, 1, 1329, '5', 'google', ''),
(9302, 1, 1329, '6', 'Видеонаблюдение в Нижнем Новгороде', ''),
(9303, 1, 1329, '7', 'Системы видеонаблюдения для дома купить по низким ценам, акции, отзывы - Нижний Новгород \r\n	http://video-nn.ru - Видеонаблюдение в Нижнем Новгороде  \r\n	Каталог компании Видеонаблюдение-НН. Интернет-магазин видеонаблюдения в Нижнем Новгороде. Всё для удалённой охраны дома. \r\n	Осуществляем поставки профессионального видеонаблюдения и систем контроля доступа в Нижегородской области.  \r\n	Монтаж видеонаблюдение можно заказать на сайте http://video-nn.ru - video-nn.ru \r\n	В компании «Видео-НН» делаются комплексные работы по установке, монтажу систем видеонаблюдения и контроля доступа. Также производим гарантийный и постгарантийный ремонт домофонов. Цены на камеры видеонаблюдения в Нижнем Новгороде. \r\n	 \r\n	 \r\n	http://video-nn.ru - монтаж видеонаблюдения нижний новгород', ''),
(9304, 1, 1330, '1', 'Mike Lawman', ''),
(9305, 1, 1330, '2', 'Mike Lawman', ''),
(9306, 1, 1330, '3', 'no-replyPovaTasy@gmail.com', ''),
(9307, 1, 1330, '4', '(004) 848-0216', ''),
(9308, 1, 1330, '5', 'google', ''),
(9309, 1, 1330, '6', 'Increase the DR of your gangagen.com in ahrefs', ''),
(9310, 1, 1330, '7', 'Hi there \r\n \r\nJust checked your gangagen.com in ahrefs and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed ahrefs score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nThanks and regards \r\nMike Lawman\r\n \r\n \r\n \r\nPS: For a limited time, we`ll add ahrefs UR50+ for free.', ''),
(9311, 1, 1331, '1', 'helglobalcitizensolutionskip', ''),
(9312, 1, 1331, '2', 'helglobalcitizensolutionskip', ''),
(9313, 1, 1331, '3', 'charme.d.c.ri.s.tk.t@gmail.com', ''),
(9314, 1, 1331, '4', '(361) 582-1243', ''),
(9315, 1, 1331, '5', 'google', ''),
(9316, 1, 1331, '6', 'Специальное предложение', ''),
(9317, 1, 1331, '7', 'п»їhttps://faqdogstips.com/\r\nhttps://blockochainfaq.com/', ''),
(9318, 1, 1332, '1', 'Davidraila', ''),
(9319, 1, 1332, '2', 'Davidraila', ''),
(9320, 1, 1332, '3', 'emu97@course-fitness.com', ''),
(9321, 1, 1332, '4', '(165) 417-3705', ''),
(9322, 1, 1332, '5', 'google', ''),
(9323, 1, 1332, '6', '水微晶玻尿酸 - 八千代', ''),
(9324, 1, 1332, '7', '水微晶玻尿酸 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/hyadermissmile-injection/', ''),
(9325, 1, 1333, '1', 'AlyssaFup', ''),
(9326, 1, 1333, '2', 'AlyssaFup', ''),
(9327, 1, 1333, '3', 'afopevunol1974@yandex.ru', ''),
(9328, 1, 1333, '4', '(441) 585-8024', ''),
(9329, 1, 1333, '5', 'google', ''),
(9330, 1, 1333, '6', 'Examine This Report on nft store', ''),
(9331, 1, 1333, '7', 'Major Shot prioritizes transactions in U.S. pounds “for a a lot quicker encounter” but in addition accepts Bitcoin, ETH and several other other cryptocurrencies for reloading of stored account balances.) \r\n \r\nA tag by now exists With all the furnished branch title. Lots of Git instructions take both equally tag and department names, so producing this branch may possibly trigger unforeseen behavior. Do you think you\'re guaranteed you wish to produce this branch? Terminate Create \r\n \r\nBecause of space taken up from the technique file (like Android method and pre-installed applications), the offered memory potential is lower than this value. Storage potential varies determined by software package variations, and should differ from machine to system. \r\n \r\nThe inspiration blockchain-primarily based marketplace for electronic assets is a just one-end-shop for all things connected with NFTs. The decentralized platform lets artists to share their rarest pieces of art with possible prospective buyers with no worrying about the security or backup in their work. \r\n \r\nThe listing has only on the net platforms as it is unlikely that a reader strategies to get involved in activities from auction houses. So, how do NFT auctions work over the most promising marketplaces? Let’s attempt to see! \r\n \r\n The length of your constrained warranty will vary relying upon the NETGEAR merchandise to procure. You should see the solution detail web pages on netgear.com to ascertain the warranted period of time in your certain NETGEAR solution. \r\n<a href=https://cifris.com/>nft platform</a> \r\n \r\nEnter: A command to either increase or clear away an operator combined with the operator aspects. Operator specifics encompass an operator address, the operator handle that is acquiring NFT delegation privileges and the token_id of the warranty NFT to get delegated. \r\n \r\nNerdWallet\'s scores are based on our editorial crew. The scoring components for on line brokers and robo-advisors will take under consideration over fifteen aspects, together with account costs and minimums, investment options, shopper assistance and cellular application abilities. \r\n \r\nWe’ll take a deeper have a look at how such platforms are optimizing accessibility for the masses — and also the financial implications of that accessibility — inside our upcoming article. \r\n \r\nThey are the businesses you personal. If you don\'t see your Group listed here remember to ensure that details is community with your GitHub profile. Gitcoin will sync this info for you personally. \r\n \r\nSo long as you satisfy your obligations beneath “ YOUR Duties ” above, NETGEAR will substitute your solution Together with the similar or functionally equal products, at its discretion, cost-free (apart from delivery prices as furnished previously mentioned). \r\n \r\nAll 20 selected Derivatives will be bought by Winamp as NFTs at the price of 0.08eth. Resellers might be free of charge to set the resale price of their choice. \r\n \r\n“Persons like amassing issues and Placing them on shelves of their property so they can exhibit persons,” he claims. “But with NFTs, if that gets like your electronic collectible, that gets to be so way more obvious.” \r\n \r\nIn the 450,000 LNR domain names registered, most of them will also be numbered domain names, with reduce-digit domains proving the most well known. OpenSea details shows that multiple 3-digit domains have sold for upwards of two ETH over the past several times.  \r\n<a href=https://cifris.com/>rights protection through nft</a>', ''),
(9332, 1, 1334, '1', 'JoshuaJab', ''),
(9333, 1, 1334, '2', 'JoshuaJab', ''),
(9334, 1, 1334, '3', 'bikwo5067@gowithsee.com', ''),
(9335, 1, 1334, '4', '(826) 744-5363', ''),
(9336, 1, 1334, '5', 'google', ''),
(9337, 1, 1334, '6', 'An essay question', ''),
(9338, 1, 1334, '7', 'An essay question <a href=https://gowithsee.com>.</a>', ''),
(9339, 1, 1335, '1', 'Jamesevoms', ''),
(9340, 1, 1335, '2', 'Jamesevoms', ''),
(9341, 1, 1335, '3', 'yourmail@gmail.com', ''),
(9342, 1, 1335, '4', '(625) 637-8675', ''),
(9343, 1, 1335, '5', 'google', ''),
(9344, 1, 1335, '6', 'Entrain and uphold cryptocurrency', ''),
(9345, 1, 1335, '7', 'Contemporarily is the conditions to confront in. There won\'t be another likeliness like this \r\n<a href=https://accounts.binance.com/ru/register?ref=25293193>Buy and traffic in cryptocurrency in minutes </a>', ''),
(9346, 1, 1336, '1', 'Rashmi', ''),
(9347, 1, 1336, '2', 'Sharma', ''),
(9348, 1, 1336, '3', 'rashmivphe@gmail.com', ''),
(9349, 1, 1336, '4', '(959) 686-6038', ''),
(9350, 1, 1336, '5', 'Mumbai Veterinary College', ''),
(9351, 1, 1336, '6', 'Availability of bacteriophages', ''),
(9352, 1, 1336, '7', 'Hello\r\n\r\nTo Whom It May Concern\r\n\r\nI am Dr. Rashmi Sharma, on this side from Mumbai Veterinary College, Parel. I would like to enquire about the availability of Bacteriophage against Listeria, Salmonella, and E.Coli that could be used in the food industry for experimentation.\r\n\r\nhoping to hear from you \r\n\r\nThanks and regards\r\nDr. Rashmi Sharma', ''),
(9353, 1, 1337, '1', 'Finley', ''),
(9354, 1, 1337, '2', 'Addison', ''),
(9355, 1, 1337, '3', 'pmtaking@163.com', ''),
(9356, 1, 1337, '4', '(432) 934-0242', ''),
(9357, 1, 1337, '5', 'Finley Addison', ''),
(9358, 1, 1337, '6', 'shipping price is getting down', ''),
(9359, 1, 1337, '7', 'The shipping price is getting down,We have very good sea freight and air freight from Guangzhou,Shenzhen,Shanghai,NIngbo,Qingdao,Taiwan,HoChiMinh to the USA,Canada,Australia and Europe.\r\n\r\nSome price for your reference:\r\nChina ports to the LA/Vancouver,West ports in the USA&Canada  :USD1,800/40HQ  (FMC NVOCC)\r\nChina ports to the NY/East ports in the USA: USD5,000/40HQ\r\nChina ports to Toronto,Montreal,East ports in Canada:USD6,000/40HQ\r\nChina ports to Australia Ports: USD2,500/40HQ\r\nChina ports to Europe Ports:USD3,800/40HQ\r\n\r\nMain service:Consolidation for FCL,LCL,AIR freight\r\nProfessional:Door to door Delivery service (DDU DDP)\r\n\r\n\r\nWould you like tell me which is your depart ports in China and which is your destination ports?We will offer the best price for you.\r\n\r\n\r\nThanks&Best Regards,\r\n\r\nKroes     \r\npmtaking@163.com\r\n\r\n\r\nUnsubcribe Here     http://ilovu.top/unsubscribe-2/\r\n\r\n-------------------------------------------\r\ngangagen.com\r\nhttps://gangagen.com/\r\nHome - GangaGen', ''),
(9360, 1, 1338, '1', 'DoyleHot', ''),
(9361, 1, 1338, '2', 'DoyleHot', ''),
(9362, 1, 1338, '3', 'bsmergerarely3@outlook.com', ''),
(9363, 1, 1338, '4', '(588) 108-1834', ''),
(9364, 1, 1338, '5', 'google', ''),
(9365, 1, 1338, '6', 'Best Offer Topic No.13062', ''),
(9366, 1, 1338, '7', '>>>  <a href=http://viagranix.com>CLICK HERE</a>  <<< \r\n \r\n***** \r\n- 24/7 Customer Support \r\n- No Prescription Required \r\n- Top Quality Medications \r\n- Worldwide Shipping \r\n- Bargain Prices \r\n***** \r\n \r\n \r\nWe are found by keywords: \r\nsildenafil dose\r\n150 mg. viagra online no prescription\r\ncan i take meloxicam and sildenafil\r\nbest sildenafil mail order\r\nbuy viagra from canada\r\nwho sells cooper pharmacy sildenafil citrate from india\r\ngreenstone sildenafil\r\nbest generic viagra websites\r\nhow much sildenafil can you take\r\nsildenafil generic 20 mg tablet picture\r\nsildenafil, denver compounding\r\nis sildenafil tasteless\r\nviagra order online\r\nfemale viagra prices\r\nsildenafil citrate.\r\nsildenafil patent\r\ncan i buy viagra over the counter 25 mg in the u.s.', ''),
(9367, 1, 1339, '1', 'Mark', ''),
(9368, 1, 1339, '2', 'Suciu', ''),
(9369, 1, 1339, '3', 'mark@suciuad.com', ''),
(9370, 1, 1339, '4', '(039) 577-0072', ''),
(9371, 1, 1339, '5', 'Lanora Trejo', ''),
(9372, 1, 1339, '6', '40%', ''),
(9373, 1, 1339, '7', 'Hey,\r\n\r\nour Ai tool that can write high quality content for you (emails, blogs, website copy, ad copy etc.) in seconds, is for a limited time 40% off (the paid plan).\r\n\r\nGet it here: https://www.copy.ai/?via=aihustle\r\n\r\nThank me later :)\r\n\r\nMark', ''),
(9374, 1, 1340, '1', 'Makarand', ''),
(9375, 1, 1340, '2', 'Deshpande', ''),
(9376, 1, 1340, '3', 'makaranddeshpande@hotmail.com', ''),
(9377, 1, 1340, '4', '(981) 984-6342', ''),
(9378, 1, 1340, '5', 'Aniruddha Enterprises Pvt Ltd', ''),
(9379, 1, 1340, '6', 'Phages for aquaculture', ''),
(9380, 1, 1340, '7', 'We are currently operating in the aquaculture industry, specifically prawn/ shrimp rearing.\r\nShrimp farming is currently deeply affected by Vibrio sp infection. Vibriosis is one of the most severe bacterial diseases in shrimp aquaculture, and is caused by the infection of pathogenic and/or opportunistic Vibrio bacteria. It can lead to mortality of up to 100 percent. One of the most recent cases of vibrio-related diseases is early mortality syndrome (EMS), which is also known as acute hepatopancreatic necrosis disease (AHPND). Diseases caused by vibrio-related infections may occur more frequently in hatcheries, due to the relatively underdeveloped immune systems of juvenile shrimp. However, disease cases in shrimp grow-out ponds are also possible.\r\n\r\nSince antibioitcs are banned in aquaculture, farmers are currently using organic acids, probiotics etc with very poor results. In view of this bacteriophage technology seems to be the right solution to this issue. \r\n\r\nCould you please help us in identifying any company who could develop a suitable phage based formulation to solve this problem in shrimp farming', ''),
(9381, 1, 1341, '1', 'Eric', ''),
(9382, 1, 1341, '2', 'Jones', ''),
(9383, 1, 1341, '3', 'ericjonesmyemail@gmail.com', ''),
(9384, 1, 1341, '4', '(555) 555-1212', ''),
(9385, 1, 1341, '5', 'boostleadgeneration.com', ''),
(9386, 1, 1341, '6', 'Try this, get more leads', ''),
(9387, 1, 1341, '7', 'Hi, my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nTalk With Web Visitor – CLICK HERE https://boostleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9388, 1, 1342, '1', 'CrlesToK', ''),
(9389, 1, 1342, '2', 'CrlesToK', ''),
(9390, 1, 1342, '3', 'vnpastukhovxru3@yandex.ru', ''),
(9391, 1, 1342, '4', '(413) 056-6517', ''),
(9392, 1, 1342, '5', 'google', ''),
(9393, 1, 1342, '6', 're', ''),
(9394, 1, 1342, '7', 'Просто какое то чудо \r\n \r\n<a href=https://cuti.cc/bQAWv> ЖМИ ТУТ </a>', ''),
(9395, 1, 1343, '1', 'RichardBex', ''),
(9396, 1, 1343, '2', 'RichardBex', ''),
(9397, 1, 1343, '3', 'wj1ra@course-fitness.com', ''),
(9398, 1, 1343, '4', '(552) 530-6177', ''),
(9399, 1, 1343, '5', 'google', ''),
(9400, 1, 1343, '6', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(9401, 1, 1343, '7', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(9402, 1, 1344, '1', 'EugeneTailm', ''),
(9403, 1, 1344, '2', 'EugeneTailm', ''),
(9404, 1, 1344, '3', 'r.a.c.h.e.l.moralese@gmail.com', ''),
(9405, 1, 1344, '4', '(600) 078-7230', ''),
(9406, 1, 1344, '5', 'google', ''),
(9407, 1, 1344, '6', 'clonazepam online pharmacy', ''),
(9408, 1, 1344, '7', 'recovery health care  <a href=  > https://www.jotform.com/223241704266046 </a>  remedies menstrual cramps  <a href= https://www.jotform.com/223291596260054 > https://www.jotform.com/223291596260054 </a>  stash herbal tea', ''),
(9409, 1, 1345, '1', 'LewisDrulk', ''),
(9410, 1, 1345, '2', 'LewisDrulk', ''),
(9411, 1, 1345, '3', 'yourmail@gmail.com', ''),
(9412, 1, 1345, '4', '(672) 256-4270', ''),
(9413, 1, 1345, '5', 'google', ''),
(9414, 1, 1345, '6', 'Краткая справка Esperio', ''),
(9415, 1, 1345, '7', 'Краткая справка Esperio \r\nEsperio позиционирует себя в качестве глобального брокера, который является ярким представителем на финансовых рынках. Своим клиентам компания предлагает первоклассное обслуживание, выгодные условия торговли, оперативное исполнение торговых операций и чистые спреды от поставщиков ликвидности. Вот так выглядит презентационная страница мультиязычного сайта esperio.org. \r\nEsperio \r\nВ футере площадки сказано, что Esperio принадлежит компании OFG Cap. Ltd, которая зарегистрирована в офшорном государстве Сент-Винсент и Гренадинах. На сайте есть различные внутренние документы, в которых изложены условия предоставления услуг. Регистрационные документы не представлены. О лицензии на брокерскую деятельности ничего не сказано. Обратная связь с клиентами поддерживается исключительно через специальную форму, с помощью которой пользователи отправляют свои запросы в службу поддержки. \r\nТорговые инструменты и платформы Esperio \r\nВ распоряжении трейдеров более 3000 финансовых инструментов. Зарабатывать клиенты компании могут на различных активах: \r\nвалютных парах; \r\nкриптовалютах; \r\nдрагоценных металлах; \r\nсырьевых товарах; \r\nценных бумагах; \r\nведущих фондовых индексах и т. д. \r\nВыход на финансовые рынки осуществляется через две торговые платформы: MetaTrader 4 и MetaTrader 5. \r\nТорговые счета Эсперио \r\nЧтобы приступить к трейдингу, нужно зарегистрироваться на сайте и выбрать один из 4 доступных торговых счетов. \r\nEsperio \r\nС более детальным описанием каждого аккаунта можно ознакомиться в разделе «Типы счетов». Примечательно, что ни в одном из счетов не указана минимальная сумма депозита. С какими суммами готов работать брокер – неизвестно. О наличии демонстрационной версии счета ничего не сказано. \r\nНачинающим инвесторам компания предлагает воспользоваться услугой Esperio Copy Trading. Для этого необходимо подключиться к профессиональным трейдерам, скопировать сделки на собственный счет и построить собственную бизнес-модель на основе проверенных стратегий. Условия сотрудничества в рамках данной программы не обозначены. \r\nПополнение счета и вывод средств в Esperio \r\nНа презентационной странице сайта сказано, что после получения прибыли на торговле деньги поступают на счет в течение одного дня. Вывести заработанные средства пользователи могут без ограничений по сумме в любой момент и любым подходящим способом. \r\nДля пополнения счета и вывода прибыли доступны такие сервисы, как пластиковые карты, банковские переводы и электронные платежи. \r\nEsperio \r\nБрокер заявляет, что он компенсирует комиссионные расходы клиентам и зачисляет их на баланс торгового счета в процентах от внесенной суммы. \r\nИнформации о других условиях проведения финансовых операций (минимальная и максимальная сумма, сроки зачисления средств при выводе, порядок снятия тела депозита) на сайте нет. \r\nЗаключение \r\nГлавный недостаток брокера – регистрация материнской компании в офшоре. Также не внушает доверия отсутствие юридических данных, регистрационных документов и лицензий. Не в пользу компании служит односторонняя связь с клиентами и отсутствие установленного стартового порога входа в систему. \r\nЛучше всего о работе брокера и возможности заработка на его условиях расскажут отзывы о Esperio. \r\nТРЕЙДЕР-ПРОФЕССИОНАЛ \r\nЗА 60 ДНЕЙ \r\nУзнайте формулу безубыточной торговли \r\nFAQ \r\n? Esperio — это надежный брокер? \r\n?? Как найти официальный сайт Esperio? \r\n? Как проверить Esperio на признаки мошенничества? \r\n?? Как вывести деньги от брокера Esperio? \r\n?? Как распознавать мошенников самостоятельно? \r\nOТЗЫВЫ О ESPERIO \r\nОлег \r\nCкoлькo бы yжe эти шaвки из Еsреrіо нe пиcaли o пpeкpacныx oфиcax и нaдeжнocти иx кoмпaний, вce paвнo нe иcпpaвит тoгo фaктa, чтo иx бpoкep мoшeнник! Bбeйтe в Гyгл \"yгoлoвныe дeлa пo Еsреrіо в Poccии\" и вaм вce cтaнeт пoнятнo, кaк и кoгдa этoт лoxoтpoн cтaл вopoвaть в ocoбo кpyпныx paзмepax! K тoмy жe в нaшeй cтpaнe Esperio тaк жe yжe зacвeчeнo в пoдoбнoм дeлe! Bce этo пpивoдит к лoгичнoмy вывoдy, чтo нaxвaливaниe oфиca и мoшeнничecкиx opгaнизaций этo пpocтo кyплeнный пиpa и peклaмa! He yдивитeльнo чтo кoмпaния пpoдoлжaeт зaмeтaть cлeды! 3дecь жeнa ocтaвлялa oтзыв пapy мecяцeв тoмy, xoтeлa paccкaзaть o тoм c чeм мы cтoлкнyлиcь и пoпытaтьcя нaйти пoддepжкy, oтвeты нa вoпpoc y cтaльныx тaкиx жe жepтв мoшeнничecтвa oc cтopoны кoмпaнии Еsреrіо! Ho yвы, кoнтopa пpoдoлжaeт yдaлять, иcкopeнять вce нaши пoпытки вepнyть cвoи дeньги! Еsреrіо нe вывoдит дeньги co cчeтoв! Этa кoмпaния ecли нe ycпeлa cлить дeньги ceбe в кapмaны (нa oфшopныe cчeтa) вaш дeпoзит, тo пpocтo нe дacт eгo вывecти! Ha пpoтяжeнии yжe двyx лeт мы бopeмcя c ними, yжe двa гoдa пытaeмcя дoбитьcя cпpaвeдливocти, нo пoкa вce бeзpeзyльтaтнo! Пoтoмy вce чтo мы мoжeм ceйчac этo нe дaть этим aфepиcтaм пpивлeкaть нoвыx жepтв pacкpывaя иcтиннyю цeль paбoты кoнтop Еsреrіо! \r\n2 days ago \r\nНазар Устименко \r\n3дpaвcтвyйтe! Пpивлeкли мeня к coтpyдничecтвy в мae 2016 гoдa. Bлoжилcя, 2500$. Чepeз мecяц ocтaлocь 1000$. Пpeдлoжили дoбaвить, oткpыли дpyгoй cчёт. Дoбaвлял нecкoлькo paз, вceгo eщё 2500$. B aпpeлe 2017 гoдa вcё cлили. Пoчти вce cдeлки oткpывaлиcь пo нacтoятeльнoй peкoмeндaции нacтaвникa. Oчeнь плoxoй бpoкep Еsреrіо, aктивныe Пpoфeccиoнaльныe мeнeджepы Eфимoв Юpий Baлeнтинoвич, пpoфeccиoнaльный тpeйдep Бaзaнoвa Baлepий Гeopгиeвич пo peкoмeндaции пepвoгo пpoфeccиoнaльнo cлил пoчти $20000 и зaтeм cлилиcь caми, пycть им бyдeт тaк жe вeceлo, кaк ocтaвлeннoмy ими пeнcиoнepy бeз жилья и cpeдcтв к cyщecтвoвaнию? Я дoлгoe вpeмя пытaлcя yпopнo выбить cвoe, нo Еsреrіо нe вывoдит дeньги, нe пoд кaким либo пpeдлoгoм или дaвлeниeм! У мeня зa гoд, ничeгo нe вышлo! Я пepeпpoбoвaл мнoгo вapиaнтoв и дaжe c пoлициeй к ним пpиxoдил, oни пo дoкyмeнтaм чиcты! Пpишлocь тoлькo пpизнaть чтo был глyп, cтaл жepтвoй aфepиcтoв и мoшeнникoв и пoдapил этим твapям вce cвoи cбepeжeния! \r\n2 days ago \r\nВладислав \r\nПочитал отзывы, спасибо ,что разоблачаете мошенников .Юридически у них нет ни адреса, ни лицензии ЦБ РФ на осуществление брокерской(диллерской) деятельности. Доверять им нельзя , жаль ,что с такими не борется прокуратура , МВД и должные силовые ведомства. \r\n2 months ago \r\nГригорий \r\nТоже пострадал от мошеннических действий этого псевдоброкера. Потерял на его платформе 4800 баксов. Даже подумать не мог, что когда-то влезу в такое Г****. Они тупо заблочили мой акк сразу после пополнения. Я даже ни одной сделки заключить не успел! Знакомый посоветовал обратиться в wa.me, сказал что ему ребята помогли вернуть деньги. Благо хоть квитанцию о переводе сохранил. Подам заявку, надеюсь помогут!!!! \r\n8 months ago \r\nМатвей \r\nЧитаю отзывы на сайтах и всех так хвалят эту контору. Я лично не могу вывести деньги и все. Меня водят за нос уже 2 недели. Не дают и все. А отзывы все заказные, чтобы больше людей велось на все это!!!!!Самый обычный развод, не верьте ни единому их слову!!!!! \r\n8 months ago \r\nВалерия \r\nМое сотрудничество с Esperio началось недавно и за этот короткий промежуток времени я поняла, что столкнулась с лохотроном(((( Жаль, что я вовремя на задумалась', ''),
(9416, 1, 1346, '1', 'Angelaabade', ''),
(9417, 1, 1346, '2', 'Angelaabade', ''),
(9418, 1, 1346, '3', 'lloydadashikolsa@mail.ru', ''),
(9419, 1, 1346, '4', '(564) 253-7042', ''),
(9420, 1, 1346, '5', 'google', ''),
(9421, 1, 1346, '6', 'paginas para salir con chicas', ''),
(9422, 1, 1346, '7', 'paginas para salir con chicas https://telegra.ph/paginas-para-salir-con-chicas-12-01 \r\nhttps://telegra.ph/Salir-con-transexual-12-01 - Salir con transexual \r\nhttps://telegra.ph/Pornospiele-11-21 - Pornospiele  \r\nhttps://cutt.ly/uMyutQc - Muchachas \r\nhttps://t.me/coin_token_nft/152 - Coin  Token  NFT \r\nhttps://t.me/poker_casino_sports_betting - POKER CASINO SPORTS BETTING', ''),
(9423, 1, 1347, '1', 'Eric', ''),
(9424, 1, 1347, '2', 'Jones', ''),
(9425, 1, 1347, '3', 'ericjonesmyemail@gmail.com', ''),
(9426, 1, 1347, '4', '(555) 555-1212', ''),
(9427, 1, 1347, '5', 'boostleadgeneration.com', ''),
(9428, 1, 1347, '6', 'There they go…', ''),
(9429, 1, 1347, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9430, 1, 1348, '1', 'Eric', ''),
(9431, 1, 1348, '2', 'Jones', ''),
(9432, 1, 1348, '3', 'ericjonesmyemail@gmail.com', ''),
(9433, 1, 1348, '4', '(555) 555-1212', ''),
(9434, 1, 1348, '5', 'boostleadgeneration.com', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(9435, 1, 1348, '6', 'There they go…', ''),
(9436, 1, 1348, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9437, 1, 1349, '1', 'Vai', ''),
(9438, 1, 1349, '2', 'Michael', ''),
(9439, 1, 1349, '3', 'vaimichael52@gmail.com', ''),
(9440, 1, 1349, '4', '(303) 736-9129', ''),
(9441, 1, 1349, '5', 'Content Writing Service', ''),
(9442, 1, 1349, '6', 'Content Writing Service', ''),
(9443, 1, 1349, '7', 'Hi, \r\n\r\nThis is Vai. I am a content writer. I specialize in writing blogs, articles, E-Commerce product descriptions, SEO content, and business service descriptions. I have gone through your website gangagen.com and I have written content for your industry.\r\n\r\nCan we have a video call to discuss your needs? My email is vaimichael52@gmail.com', ''),
(9444, 1, 1350, '1', 'WilliamGroow', ''),
(9445, 1, 1350, '2', 'WilliamGroow', ''),
(9446, 1, 1350, '3', 'no.reply.dag@gmail.com', ''),
(9447, 1, 1350, '4', '(483) 075-6504', ''),
(9448, 1, 1350, '5', 'google', ''),
(9449, 1, 1350, '6', 'Do you want cheap and innovative advertising for little money?', ''),
(9450, 1, 1350, '7', 'Gооd dаy!  gangagen.com \r\n \r\nDid yоu knоw thаt it is pоssiblе tо sеnd businеss оffеr еntirеly lеgitimаtе wаy? \r\nWе prоpоsе а nеw mеthоd оf sеnding businеss оffеr thrоugh fееdbасk fоrms. Suсh fоrms аrе lосаtеd оn mаny sitеs. \r\nWhеn suсh аppеаl аrе sеnt, nо pеrsоnаl dаtа is usеd, аnd mеssаgеs аrе sеnt tо fоrms spесifiсаlly dеsignеd tо rесеivе mеssаgеs аnd аppеаls. \r\nаlsо, mеssаgеs sеnt thrоugh соmmuniсаtiоn Fоrms dо nоt gеt intо spаm bесаusе suсh mеssаgеs аrе соnsidеrеd impоrtаnt. \r\nWе оffеr yоu tо tеst оur sеrviсе fоr frее. Wе will sеnd up tо 50,000 mеssаgеs fоr yоu. \r\nThе соst оf sеnding оnе milliоn mеssаgеs is 49 USD. \r\n \r\nThis mеssаgе is сrеаtеd аutоmаtiсаlly. Plеаsе usе thе соntасt dеtаils bеlоw tо соntасt us. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype  live:contactform_18 \r\nWhatsApp - +375259112693 \r\nWe only use chat. \r\nno.reply.Groow@gmail.com', ''),
(9451, 1, 1351, '1', 'Mike Ford', ''),
(9452, 1, 1351, '2', 'Mike Ford', ''),
(9453, 1, 1351, '3', 'no-replyPovaTasy@gmail.com', ''),
(9454, 1, 1351, '4', '(272) 138-8805', ''),
(9455, 1, 1351, '5', 'google', ''),
(9456, 1, 1351, '6', 'Content Marketing to rank gangagen.com', ''),
(9457, 1, 1351, '7', 'Hi there \r\n \r\nI Just checked your gangagen.com ranks and saw that your site is trending down for some time. \r\n \r\nIf you are looking for a trend reversal, we have the right solution for you \r\n \r\nWe are offering affordable Content Marketing plans with humanly written SEO content \r\n \r\nFor more information, please check our offers \r\nhttps://www.digital-x-press.com/product/content-marketing/ \r\n \r\nThanks and regards \r\nMike Ford', ''),
(9458, 1, 1352, '1', 'Sara', ''),
(9459, 1, 1352, '2', 'O', ''),
(9460, 1, 1352, '3', 'championsoundsmedia@gmail.com', ''),
(9461, 1, 1352, '4', '(562) 554-6500', ''),
(9462, 1, 1352, '5', 'Garnet Tanner', ''),
(9463, 1, 1352, '6', 'You are losing business', ''),
(9464, 1, 1352, '7', 'The truth of the matter is that 80% of businesses are failing to capture as much revenue as they possibly can. What I’d I told you, you didn’t have to prospect so hard to get clients. \r\n\r\nYou can simply automate referrals and get a huge boost in sales almost instantly with this free tool used by some of the biggest companies in the world. I saw your website and I felt so confident that it might help you. \r\n\r\nYou can find testimonials in this link: https://tinyurl.com/Instantlevelup\r\n\r\nHi my name is Sara and I’ve been helping business owners get the most sales from their current client base.\r\nI hope to build a trusting relationship with small businesses and become somewhat of a sales guru to you. And that’s why I hope you enjoy this free gift because I know once you start to see referrals come in, you will come back to me for a more quick, effective and free tool. Feel free to reach out to me for more. I hope to start a relationship with you and your business and boost your sales.\r\n:)', ''),
(9465, 1, 1353, '1', 'Davidrunse', ''),
(9466, 1, 1353, '2', 'Davidrunse', ''),
(9467, 1, 1353, '3', 'atoncetry@gmail.com', ''),
(9468, 1, 1353, '4', '(687) 184-4453', ''),
(9469, 1, 1353, '5', 'google', ''),
(9470, 1, 1353, '6', 'Thoughts?', ''),
(9471, 1, 1353, '7', 'Hey, have you checked this out? \r\n \r\nLooks like you could write some of your blog posts and ads with AtOnce. \r\n \r\nSaves 90% of your time. Lets you write around 20 blog articles in 2 mins... and answer emails 10x faster \r\n \r\ntry it here: https://atoncetry.com', ''),
(9472, 1, 1354, '1', 'Donaldteery', ''),
(9473, 1, 1354, '2', 'Donaldteery', ''),
(9474, 1, 1354, '3', 'wert@niceart.club', ''),
(9475, 1, 1354, '4', '(541) 574-7153', ''),
(9476, 1, 1354, '5', 'google', ''),
(9477, 1, 1354, '6', 'салаты иллюстрации', ''),
(9478, 1, 1354, '7', 'красивы ли рисунки vostorg.buzz блюда с овощами', ''),
(9479, 1, 1355, '1', 'mar3 http://e.i?gangagen.com mar3', ''),
(9480, 1, 1355, '2', 'mar3 http://e.i?gangagen.com mar3', ''),
(9481, 1, 1355, '3', 'andrejarovoj43@gmail.com', ''),
(9482, 1, 1355, '4', '(285) 547-7300', ''),
(9483, 1, 1355, '5', 'google', ''),
(9484, 1, 1355, '6', 'mar3 http://e.i?gangagen.com mar3', ''),
(9485, 1, 1355, '7', 'mar3 http://e.i?gangagen.com mar3', ''),
(9486, 1, 1356, '1', 'Eric', ''),
(9487, 1, 1356, '2', 'Jones', ''),
(9488, 1, 1356, '3', 'ericjonesmyemail@gmail.com', ''),
(9489, 1, 1356, '4', '(555) 555-1212', ''),
(9490, 1, 1356, '5', 'boostleadgeneration.com', ''),
(9491, 1, 1356, '6', 'Your site – more leads?', ''),
(9492, 1, 1356, '7', 'Hey, this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9493, 1, 1357, '1', 'Jake', ''),
(9494, 1, 1357, '2', 'Rank', ''),
(9495, 1, 1357, '3', 'jakedreambig@gmail.com', ''),
(9496, 1, 1357, '4', '(559) 272-7575', ''),
(9497, 1, 1357, '5', 'Janette Marcotte', ''),
(9498, 1, 1357, '6', 'Are you still in business?', ''),
(9499, 1, 1357, '7', 'I found a problem with your website and it\'s fast and easy to fix. Head over to this link and I\'ll show you: http://bit.ly/3gAgGzE\r\nYou are missing out on tons of traffic and opportunities.\r\n\r\n-Jake', ''),
(9500, 1, 1358, '1', 'TyroneroK', ''),
(9501, 1, 1358, '2', 'TyroneroK', ''),
(9502, 1, 1358, '3', 'support@capitalfund-hk.com', ''),
(9503, 1, 1358, '4', '(756) 031-3677', ''),
(9504, 1, 1358, '5', 'google', ''),
(9505, 1, 1358, '6', 'Business Funding', ''),
(9506, 1, 1358, '7', 'Capital Fund International Limited has been working in close partnership with various Business/Financial Consultants and every business and industrial sector all over the world. \r\n \r\nOur Financial services; Funding, Loan, collateral Facilities/Instrument and expertise is the safety net that you require in your Business. \r\n \r\nRequire funding/ Loan from 1 Million to 10 Billion USD/EURO/GBP and Above? \r\n \r\n+852 3008 8373 \r\nCapital Fund International Limited \r\nhttp://www.capitalfund-hk.com/ \r\ninfo@capitalfund-hk.com', ''),
(9507, 1, 1359, '1', 'ThomasBot', ''),
(9508, 1, 1359, '2', 'ThomasBot', ''),
(9509, 1, 1359, '3', 'donelleej13ter@outlook.com', ''),
(9510, 1, 1359, '4', '(064) 306-8626', ''),
(9511, 1, 1359, '5', 'google', ''),
(9512, 1, 1359, '6', 'купить американские акции с дивидендами', ''),
(9513, 1, 1359, '7', 'Не знаете где можно найти надежную информацию о инвестициях, переходите на сайт <a href=https://tukcom.ru/>tukcom.ru</a>', ''),
(9514, 1, 1360, '1', 'Tomknold', ''),
(9515, 1, 1360, '2', 'Tomknold', ''),
(9516, 1, 1360, '3', 'tniklos@yandex.com', ''),
(9517, 1, 1360, '4', '(068) 475-8814', ''),
(9518, 1, 1360, '5', 'google', ''),
(9519, 1, 1360, '6', 'Restoration of baths', ''),
(9520, 1, 1360, '7', '<a href=https://megaremont.pro/petropavlovsk-kamchatskij-restavratsiya-vann>restoration of baths with acrylic</a>', ''),
(9521, 1, 1361, '1', 'LarryHot', ''),
(9522, 1, 1361, '2', 'LarryHot', ''),
(9523, 1, 1361, '3', 'fevgen708@gmail.com', ''),
(9524, 1, 1361, '4', '(841) 074-4127', ''),
(9525, 1, 1361, '5', 'google', ''),
(9526, 1, 1361, '6', 'Christmas set', ''),
(9527, 1, 1361, '7', '<a href=https://www.facebook.com/photo/?fbid=2835524699925370&set=a.958430987634760>Удачные Продажи в Etsy с помощью SEO + Pinterest в 99%. Очень редко бывает мало продаж или их нет совсем, тогда Даю Гарантию возврата потраченных Вами денег на рекламу. Звоните</a>', ''),
(9528, 1, 1362, '1', 'JonathanGot', ''),
(9529, 1, 1362, '2', 'JonathanGot', ''),
(9530, 1, 1362, '3', 'zelatcol@gmail.com', ''),
(9531, 1, 1362, '4', '(241) 061-3253', ''),
(9532, 1, 1362, '5', 'google', ''),
(9533, 1, 1362, '6', 'Aloha,   wrote about     prices', ''),
(9534, 1, 1362, '7', 'Salam, qiymətinizi bilmək istədim.', ''),
(9535, 1, 1363, '1', 'MikhailT', ''),
(9536, 1, 1363, '2', 'MikhailT', ''),
(9537, 1, 1363, '3', 'sozdayusaity@yandex.ru', ''),
(9538, 1, 1363, '4', '(473) 041-6118', ''),
(9539, 1, 1363, '5', 'google', ''),
(9540, 1, 1363, '6', 'Полезная информация', ''),
(9541, 1, 1363, '7', 'Здравствуйте. Я специализируюсь на создании, доработке и продвижении сайтов в поисковых системах. Готов оказать вам помощь в развитии сайта и решении имеющихся проблем. Помогу привлечь целевых посетителей и увеличить конверсию. Умеренные цены. Гарантия результата. \r\n \r\nТакже занимаюсь привлечением заказчиков и через иные каналы (от рекламы и до рассылок по ватсап по базам целевых адресатов собранных под ваш бизнес). \r\n \r\nЯ действительно умею увеличивать продажи! \r\n \r\nМоя почта для связи sozdayusaity@gmail.com', ''),
(9542, 1, 1364, '1', 'RobertDab', ''),
(9543, 1, 1364, '2', 'RobertDab', ''),
(9544, 1, 1364, '3', 'aq14aqa@rambler.ru', ''),
(9545, 1, 1364, '4', '(607) 085-5144', ''),
(9546, 1, 1364, '5', 'google', ''),
(9547, 1, 1364, '6', 'Спасибо за пост', ''),
(9548, 1, 1364, '7', 'Спасибо за пост \r\n_________________ \r\nпромокод для olimp bet уже зарегистрированным - <a href=https://kk.rotaembetgrass.site/%D0%9C%D3%99%D1%81%D0%BA%D0%B5%D1%83%D0%B4%D0%B5%D0%B3%D1%96_%D0%9E%D0%BB%D0%B8%D0%BC%D0%BF_%D0%BA%D0%B5%D2%A3%D1%81%D0%B5%D1%81%D1%96.html>скачать бесплатно olimp bet на андроид</a>, olimp bet скачать бесплатно на андроид', ''),
(9549, 1, 1365, '1', 'CarlGot', ''),
(9550, 1, 1365, '2', 'CarlGot', ''),
(9551, 1, 1365, '3', 'zelatcol@gmail.com', ''),
(9552, 1, 1365, '4', '(723) 872-0088', ''),
(9553, 1, 1365, '5', 'google', ''),
(9554, 1, 1365, '6', 'Hi    writing about your   price', ''),
(9555, 1, 1365, '7', 'Szia, meg akartam tudni az árát.', ''),
(9556, 1, 1366, '1', 'Byanshoug', ''),
(9557, 1, 1366, '2', 'Byanshoug', ''),
(9558, 1, 1366, '3', 'buyndf@gmail.com', ''),
(9559, 1, 1366, '4', '(707) 344-1431', ''),
(9560, 1, 1366, '5', 'google', ''),
(9561, 1, 1366, '6', 'loli girl', ''),
(9562, 1, 1366, '7', 'Lolita Girls Fuck Collection \r\n \r\nloli video cp \r\n \r\n \r\ntki.sk/4lL6N7 \r\n \r\ns.yjm.pl/BbtC \r\n \r\ntw.uy/tw11l', ''),
(9563, 1, 1367, '1', 'Sdvillreich', ''),
(9564, 1, 1367, '2', 'Sdvillreich', ''),
(9565, 1, 1367, '3', 'ch.imm.edu.rls@o5o5.ru', ''),
(9566, 1, 1367, '4', '(843) 044-0224', ''),
(9567, 1, 1367, '5', 'google', ''),
(9568, 1, 1367, '6', 'перманганат калия купить', ''),
(9569, 1, 1367, '7', '<a href=https://chimmed.ru/products/carbenicillin-disodium-salt-id=593066>карбенициллин </a> \r\nTegs: гиббереллиновая кислота  https://chimmed.ru/products/gibberellic-acid-a3-1-g-id=407728 \r\n \r\n<u>натрия бутират </u> \r\n<i>серная кислота купить </i> \r\n<b>ацетонитрил </b>', ''),
(9570, 1, 1368, '1', 'Jamesevoms', ''),
(9571, 1, 1368, '2', 'Jamesevoms', ''),
(9572, 1, 1368, '3', 'yourmail@gmail.com', ''),
(9573, 1, 1368, '4', '(257) 418-4468', ''),
(9574, 1, 1368, '5', 'google', ''),
(9575, 1, 1368, '6', 'Shield and instigate cryptocurrency', ''),
(9576, 1, 1368, '7', 'Another is the beat to alien in. There won\'t be another odds like this \r\n<a href=https://accounts.binance.com/ru/register?ref=25293193>Buy and bazaar cryptocurrency in minutes </a>', ''),
(9577, 1, 1369, '1', 'BryceCaf', ''),
(9578, 1, 1369, '2', 'BryceCaf', ''),
(9579, 1, 1369, '3', 'gkeiu@course-fitness.com', ''),
(9580, 1, 1369, '4', '(438) 658-0630', ''),
(9581, 1, 1369, '5', 'google', ''),
(9582, 1, 1369, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(9583, 1, 1369, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(9584, 1, 1370, '1', 'leslie', ''),
(9585, 1, 1370, '2', 'li', ''),
(9586, 1, 1370, '3', 'leslie.li@winmarketresearch.com', ''),
(9587, 1, 1370, '4', '(180) 223-1125', ''),
(9588, 1, 1370, '5', 'WinMarketResearch Co.,Ltd', ''),
(9589, 1, 1370, '6', 'Phage Therapy Market', ''),
(9590, 1, 1370, '7', 'Hi. We published A Market Report on Phage Therapy 2022 ~ 2027 for you and your competitors. This report can reduce the waste of company resources to make better strategic layout or adjustment and expand the global market. In addition, We can customize the market report you want.\r\nIf you have further interest in this or related reports, we would be glad to share more details or sample report with you.\r\nThe following players are covered:\r\nNPO Microgen\r\nProteon Pharmaceuticals\r\nPhagelux\r\nIntralytix\r\nMicreos\r\nEliava BioPreparations\r\nLocus Biosciences,Inc\r\nPharmex Group,LLC\r\nPherecydes Pharma\r\nAPS Biocontrol Ltd. (APS)\r\nQingdao Phagepharm Bio-tech\r\nFixed-Phage Limited\r\nCole-Parmer\r\nPhage International, Inc.\r\nMicroMir\r\niNtODEWORLD, Inc.\r\nNEXTBIOTICS\r\nArmata Pharmaceuticals, Inc.\r\nInnophage\r\nAdaptive Phage Therapeutics\r\nTechnoPhage\r\n......\r\n(Other player\'s Information……)\r\nPhage Therapy Segment by Type\r\nDsDNA Bacteriophage\r\nSsDNA Bacteriophage\r\nSsRNA Bacteriophag\r\n\r\nPhage Therapy Segment by Application\r\nAnimal Health\r\nAquaculture\r\nAgriculture\r\nFood Industry\r\nHuman Health\r\nOthers\r\n\r\nThis report studies the Global Phage Therapy market status, competitive landscape, market share, growth rate, future trends, market drivers, opportunities and challenges, sales channels and distributors, etc.\r\nMaybe it will be helpful to the marketing department or the person in charge of your company. We would be grateful if you could forward it.\r\nThank you for taking time to read this message. Looking forward to hearing from you.', ''),
(9591, 1, 1371, '1', 'Mike Thompson', ''),
(9592, 1, 1371, '2', 'Mike Thompson', ''),
(9593, 1, 1371, '3', 'no-replyPovaTasy@gmail.com', ''),
(9594, 1, 1371, '4', '(651) 324-7684', ''),
(9595, 1, 1371, '5', 'google', ''),
(9596, 1, 1371, '6', 'NEW: Semrush Backlinks', ''),
(9597, 1, 1371, '7', 'Greetings \r\n \r\nThis is Mike Thompson\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Thompson\r\n \r\nmike@strictlydigital.net', ''),
(9598, 1, 1372, '1', 'JamesTug', ''),
(9599, 1, 1372, '2', 'JamesTug', ''),
(9600, 1, 1372, '3', 'tejawavidesuza@gmail.com', ''),
(9601, 1, 1372, '4', '(024) 546-3504', ''),
(9602, 1, 1372, '5', 'google', ''),
(9603, 1, 1372, '6', 'RT News Today', ''),
(9604, 1, 1372, '7', '<a href=https://www.rtnewstoday.com/>RT News Today</a> is the 24/7 English news channel which brings the World news.', ''),
(9605, 1, 1373, '1', 'zaimglirm', ''),
(9606, 1, 1373, '2', 'zaimglirm', ''),
(9607, 1, 1373, '3', 'materialynerudnye@gmail.com', ''),
(9608, 1, 1373, '4', '(108) 053-5781', ''),
(9609, 1, 1373, '5', 'google', ''),
(9610, 1, 1373, '6', 'банки хоум кредит банк', ''),
(9611, 1, 1373, '7', 'добрый день, товарищи.  красовитый -  аудиовидеоинформация о проверенные бонусы - ИЗУЧИТЕ! \r\nсмотрибельно - автентический: <a href=http://bonusi.tb.ru/zaim>кредит через</a> \r\nтак: \r\n \r\nМожно ли это сделать, если в настоящее время квартира под залогом? \r\n \r\nХорошо о займах: loan.tb.ru -  кредит в банке - Займ без процентов - Ищите: сбербанк кредит - смотрите: Займ онлайн без процентов. Первый займ под 0%Срочный займ без отказа. Первый займ под 0 процентов. Выдача займа через 5 минут. Мгновенно. Круглосуточное одобрение. От 0% в день. 99% одобрения. Деньги онлайн. Круглосуточно. Мгновенное получение. Займ от 0% в день - кредит залог Саратов \r\n \r\n зы: <a href=http://creditonline.tb.ru/>какой кредит выгоднее</a> \r\n \r\nпервоочередной: <a href=http://bonuses.turbo.site/>отзыв вулкан</a> \r\n \r\nпервостатейный: <a href=http://bonusi.tb.ru/>кредит залог</a> \r\n \r\n захватывающе - первооснова: <a href=http://bonusi.tb.ru/kredit>срочный деньги</a> \r\n \r\n привлекательно:<a href=http://slotwins.mya5.ru/>casino online to win</a> \r\n \r\n смотри у меня: <a href=http://credit-online.turbo.site/>рефинансирование кредита в сбербанке</a> \r\n \r\nсамый важный: <a href=http://credits.mya5.ru/>займ на карту с плохой</a> \r\n \r\nстановая жила: <a href=http://credits-online.mya5.ru/>займ на карту без кредитной истории</a> \r\n \r\nотсюда поподробней, пожалуйста:<a href=http://boosty.to/casino-online>казино онлайн честность</a> \r\n \r\nпреинтересно:<a href=http://vk.com/casino_bez_depozita_2021>видео бонус</a> \r\n \r\nосновополагающий: <a href=http://bonus.ru.net/>играть бесплатный игровой автомат</a> \r\n \r\nзы...: <a href=http://bonusi.tb.ru/>малые кредиты</a> \r\n \r\n постой: <a href=http://kredity.tb.ru/>кредитный калькулятор рассчитать потребительский кредит</a> \r\nзабавно:<a href=http://boosty.to/casinoonline>личный бонус</a> \r\n \r\nкак хочешь: <a href=http://boosty.to/credits>банки кредит без справок поручителей</a> \r\n \r\n постой: <a href=http://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-6022fdda9eeef76a6925c6fe>ешь кредит</a> \r\n \r\nзахватывающе:<a href=http://boosty.to/casino-online>бонусы казино</a> \r\n \r\n гляди у меня: <a href=http://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit>кредит официальный сайт</a> \r\n \r\nкак хочешь: <a href=https://user373133.tourister.ru/blog/19226>рефинансирование кредита в сбербанке</a> \r\n \r\nальфа и омега: <a href=http://sites.google.com/view/zaimy-tyt/>какой процент кредита</a> \r\n \r\nрешающий: <a href=https://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b>кредит плюс</a> \r\n \r\n \r\nhttp://vk.com/dating_website + http://vk.link/dating_website \r\nhttp://spark.ru/startup/credit-loan/blog/99728/krediti-i-zajmi-rossii \r\nhttp://spark.ru/startup/credit-loan/press \r\nhttp://vk.link/credit_online_rf + http://vk.com/credit_online_rf \r\nhttp://www.facebook.com/CreditOnlineNow + http://vk.com/strahovanieresospb http://strahovanie-reso.turbo.site/ http://uslugi.yandex.ru/profile/StrakhovanieReso-1656508 http://vk.com/creditsbank http://vk.com/kredity_banki http://vk.com/creditsru http://vk.com/vzyat_kredity http://vk.link/vzyat_kredity http://vk.com/credit_online_rf http://vk.link/credit_online_rf http://vk.com/credit_loan http://vk.link/credit_loan http://vk.link/strahovanieresospb \r\nhttp://bonusi.tb.ru/| http://bonusi.tb.ru/kredit| http://bonusi.tb.ru/zaim| http://bonusi.tb.ru/bank| http://bonusi.tb.ru/credit-cards|http://bonusi.tb.ru/avtokredit| http://bonusi.tb.ru/ipoteka \r\nhttp://creditonline.tb.ru \r\nhttp://creditonline.tb.ru/microloans \r\nhttp://creditonline.tb.ru/avtokredity \r\nhttp://creditonline.tb.ru/bez-spravok \r\nhttp://creditonline.tb.ru/dengi \r\nhttp://creditonline.tb.ru/banki \r\nhttp://creditonline.tb.ru/kreditnye-karty \r\nhttp://creditonline.tb.ru/potrebitelskie-kredity \r\nhttp://creditonline.tb.ru/refinansirovanie \r\nhttp://creditonline.tb.ru/zajmy-na-kartu \r\nhttp://creditonline.tb.ru/kalkulyator \r\nhttp://creditonline.tb.ru/kreditovanie \r\nhttp://creditonline.tb.ru/debetovye-karty \r\nhttp://creditonline.tb.ru/kredity-nalichnymi \r\nhttp://creditonline.tb.ru/banki-kredity \r\nhttp://creditonline.tb.ru/zaimy \r\nhttp://creditonline.tb.ru/kredity-ru \r\nhttp://creditonline.tb.ru/moskva \r\nhttp://creditonline.tb.ru/lichnyj-kabinet \r\nhttp://creditonline.tb.ru/news \r\nhttp://creditonline.tb.ru/usloviya-kredita \r\nhttp://creditonline.tb.ru/zayavka \r\nhttp://creditonline.tb.ru/vzyat-kredit \r\nhttp://loan.tb.ru/bez-proverok \r\nhttp://loan.tb.ru/bez-procentov \r\nhttp://loan.tb.ru/mikrozajm \r\nhttp://loan.tb.ru/mfo \r\nhttp://loan.tb.ru/online \r\nhttp://loan.tb.ru/na-kartu \r\nhttp://loan.tb.ru \r\nhttp://loan.tb.ru/bistriy \r\nhttp://loan.tb.ru/web-zaim \r\nhttp://loan.tb.ru/zaimy-rf \r\nhttp://loan.tb.ru/zaimy \r\nhttp://credit-online.tb.ru/ \r\nhttp://zajm.tb.ru/ \r\nhttp://boosty.to/creditonline \r\nhttp://boosty.to/zaimy/ \r\nhttp://yandex.ru/collections/user/bonusy2021/zaim-onlain-na-kartu-24-chasa-onlain-zaim-vsia-rossiia/ \r\nhttp://bonusi.tb.ru/refinansirovanie \r\nhttp://bonusi.tb.ru/dengi \r\nhttp://bonusi.tb.ru/mikrozajm \r\nhttp://bonusi.tb.ru/termins \r\nhttp://t.me/new_bonuses \r\nhttp://t.me/casinos_2021 \r\nhttp://t.me/zaimonlinetyt \r\nhttp://t.me/zaimycredity \r\nhttp://vk.com/zajm_bot_vk \r\nhttp://vk.com/dengi_nakarty \r\nhttp://vk.com/bystryj_zajm_online \r\nhttp://vk.com/bank_kredity \r\nhttp://spark.ru/startup/zajm-zajmi-onlajn \r\nhttp://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b \r\nhttp://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit \r\nhttp://spark.ru/startup/kredit \r\nhttp://spark.ru/startup/credits \r\nhttp://www.google.com/maps/d/u/4/edit?mid=1K1HqvZqkUKSFs6lIsMn0DTIl9uSXahE&usp=sharing \r\nhttp://vk.com/slot_machines_bonuses \r\nhttp://vk.com/bezdepozitnye \r\nhttp://vk.com/@bezdepozitnye-bonusy \r\nhttp://vk.com/casino_for_money_online \r\nhttp://vk.com/bonusycasino_online \r\nhttp://vk.com/playfortuna16 \r\nhttp://vk.com/playfortuna16?w=wall-216823266_3 \r\nhttp://vk.com/bezdepozity \r\nhttp://vk.com/@bezdepozity-bezdepozitnyi-bonus-kazino \r\nhttp://documenter.getpostman.com/view/24070153/2s8YCYpGaw \r\nhttp://my.mail.ru/community/play-fortuna/ \r\nhttp://postila.ru/post/76089974 \r\nhttp://postila.ru/post/76090029 \r\nhttp://ru.pinterest.com/pin/864480090992222652/ \r\nhttp://ru.pinterest.com/pin/864480090992247653/ \r\nhttp://postila.ru/post/76090340 \r\nhttp://vk.com/bonus_casino_2023 \r\nhttp://vk.com/casino_bonuses_2023 \r\nhttp://vk.com/zaimy2023 \r\nhttp://vk.com/bonusycasino_online?w=wall-217366200_28 \r\nhttp://vk.com/bonusycasino_online?w=wall-217366200_29 \r\nhttp://documenter.getpostman.com/view/24070153/2s8YemuETy \r\nhttp://documenter.getpostman.com/view/24070153/2s8YsqVuTX \r\nhttp://documenter.getpostman.com/view/24624961/2s8Ysrytjr \r\nhttp://drive.google.com/file/d/16fhEUAYvJNc4YUKQxYzDBS0w7uWMaoOj/view \r\nhttp://drive.google.com/file/d/1aiYZWR-H', ''),
(9612, 1, 1374, '1', 'Sdvillreich', ''),
(9613, 1, 1374, '2', 'Sdvillreich', ''),
(9614, 1, 1374, '3', 'chi.m.med.urls@o5o5.ru', ''),
(9615, 1, 1374, '4', '(821) 621-7710', ''),
(9616, 1, 1374, '5', 'google', ''),
(9617, 1, 1374, '6', 'тсх', ''),
(9618, 1, 1374, '7', '<a href=https://chimmed.ru/>ампициллина тригидрат </a> \r\nTegs: муравьиная кислота купить  https://chimmed.ru/ \r\n \r\n<u>натрий бикарбонат </u> \r\n<i>ламинар </i> \r\n<b>ремдесивир купить </b>', ''),
(9619, 1, 1375, '1', 'Eric', ''),
(9620, 1, 1375, '2', 'Jones', ''),
(9621, 1, 1375, '3', 'ericjonesmyemail@gmail.com', ''),
(9622, 1, 1375, '4', '(555) 555-1212', ''),
(9623, 1, 1375, '5', 'jumboleadmagnet.com', ''),
(9624, 1, 1375, '6', 'Why not TALK with your leads?', ''),
(9625, 1, 1375, '7', 'My name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(9626, 1, 1376, '1', 'SteveTride', ''),
(9627, 1, 1376, '2', 'SteveTride', ''),
(9628, 1, 1376, '3', 'l7e9y@course-fitness.com', ''),
(9629, 1, 1376, '4', '(320) 405-2536', ''),
(9630, 1, 1376, '5', 'google', ''),
(9631, 1, 1376, '6', '水微晶玻尿酸 - 八千代', ''),
(9632, 1, 1376, '7', '水微晶玻尿酸 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/hyadermissmile-injection/', ''),
(9633, 1, 1377, '1', 'RobertGot', ''),
(9634, 1, 1377, '2', 'RobertGot', ''),
(9635, 1, 1377, '3', 'zelatcol@gmail.com', ''),
(9636, 1, 1377, '4', '(080) 638-4816', ''),
(9637, 1, 1377, '5', 'google', ''),
(9638, 1, 1377, '6', 'Hello, i write about   the prices', ''),
(9639, 1, 1377, '7', 'Szia, meg akartam tudni az árát.', ''),
(9640, 1, 1378, '1', 'TerryEvoth', ''),
(9641, 1, 1378, '2', 'TerryEvoth', ''),
(9642, 1, 1378, '3', 'bzwjs@course-fitness.com', ''),
(9643, 1, 1378, '4', '(246) 078-1706', ''),
(9644, 1, 1378, '5', 'google', ''),
(9645, 1, 1378, '6', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包', ''),
(9646, 1, 1378, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(9647, 1, 1379, '1', 'DonaldDer', ''),
(9648, 1, 1379, '2', 'DonaldDer', ''),
(9649, 1, 1379, '3', 'donelleej13ter@outlook.com', ''),
(9650, 1, 1379, '4', '(417) 008-2512', ''),
(9651, 1, 1379, '5', 'google', ''),
(9652, 1, 1379, '6', 'выгодно ли вкладывать деньги в евро', ''),
(9653, 1, 1379, '7', 'Полезный ресурс, здесь собраны все акутальные экономические новости <a href=https://litani.ru/>litani.ru</a>', ''),
(9654, 1, 1380, '1', 'karsevdiman', ''),
(9655, 1, 1380, '2', 'karsevdiman', ''),
(9656, 1, 1380, '3', 'karsevdiman@rambler.ru', ''),
(9657, 1, 1380, '4', '(533) 810-2605', ''),
(9658, 1, 1380, '5', 'google', ''),
(9659, 1, 1380, '6', 'Про нашу страну', ''),
(9660, 1, 1380, '7', 'Сайт промыть истенное положение своими на Украине <a href=https://xn--90aivcdt6dxbc.xn--p1ai/>Зачем русские начали спецоперацию</a> \r\n \r\n \r\nКак промыть бензиновые и дизельные форсунки автомобиля <a href=http://uzo.matrixplus.ru>Качественная химия для очистки и тестирования форсунок , бензинновых и дизельных</a> \r\n<a href=http://matrixplus.ru>Купить универсальную химию для очистки дизельных и бензинновых форсунок на судоых установках</a> \r\n \r\nКупить химию и моющие для мойки катера <a href=http://regionsv.ru/chem4.html>для мойки яхты и лодок</a> \r\n \r\nКак собрать ЛК компьютер <a href=http://rdk.regionsv.ru/orion128.htm>Орион-128.2 ревизия мк 256</a> \r\nКак собрать радиолюбительский бытовой компьютер своими руками <a href=http://rdk.regionsv.ru/orion128-express.htm>Орион-128.2 Орион Восточный Экспресс 512</a> для радиолюбительских и инженерных расчетов \r\n \r\n \r\n<a href=http://www.matrixboard.ru/stat009.htm>matrixboard.ru</a> \r\n \r\n<a href=http://abc64.ru>Купить щенка немецкой овчарки</a> \r\n \r\n \r\nМассаж реабилитационный для лечения позвоночника <a href=http://freshrelax.ru>freshrelax.ru</a> \r\n \r\nХимия для качественного клининга <a href=http://regionsv.ru>regionsv.ru</a> \r\n \r\nВсе ддля детского творчества   <a href=http://www.freshdesigner.ru/>Учимся работать руками и головой</a>', ''),
(9661, 1, 1381, '1', 'Eric', ''),
(9662, 1, 1381, '2', 'Jones', ''),
(9663, 1, 1381, '3', 'ericjonesmyemail@gmail.com', ''),
(9664, 1, 1381, '4', '(555) 555-1212', ''),
(9665, 1, 1381, '5', 'boostleadgeneration.com', ''),
(9666, 1, 1381, '6', 'Strike when the iron’s hot', ''),
(9667, 1, 1381, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9668, 1, 1382, '1', 'nistyshelez', ''),
(9669, 1, 1382, '2', 'nistyshelez', ''),
(9670, 1, 1382, '3', 'nistyshelez@rambler.ru', ''),
(9671, 1, 1382, '4', '(075) 223-7360', ''),
(9672, 1, 1382, '5', 'google', ''),
(9673, 1, 1382, '6', 'Все про сайты РФ', ''),
(9674, 1, 1382, '7', 'Все про спец операцию.  <a href=https://xn--90aivcdt6dxbc.xn--p1ai/>Сайт РФ Объясняем РФ</a> \r\nПротивостояние России и НАТО. Что делать с Украиной. Зерновая сделка. Будет ли мобилизация. \r\nПочему оставили Херсон. \r\n \r\nмассажные салоны России <a href=http://infanta.freshrelax.ru>массажные в Донецке, ДНР</a> \r\n \r\nКак правильно делать настоящий массаж, методики массажа, <a href=http://tantra64.ru/gmassage.htm>услуги квалифицированных массажисток</a>. \r\nмассаж, эротический массаж в ЛНР, <a href=http://tantra64.ru/>массажные салоны и медицинские услуги</a> \r\n \r\n \r\n<a href=http://tantra64.ru/tmassage-015.htm>tantra64.ru</a> \r\n \r\nКлуб массажисток по интересам <a href=http://freshrelax.ru/>freshrelax.ru</a> \r\n \r\n<a href=http://freshrelax.ru/index.htm>Исполнительницы медицинского массажа</a> \r\n \r\nКачественные дезинфицирующие средства <a href=http://regionsv.ru/chem8.html> и бытовая химия, жидкое мыло</a> \r\n \r\n<a href=http://rdk.regionsv.ru/index.htm>Куплю детали для электроники</a> \r\n \r\nХимия для УЗО <a href=http://uzo.matrixplus.ru>Ультразвуковая очистка деталей</a>', ''),
(9675, 1, 1383, '1', 'Gary Sawtell', ''),
(9676, 1, 1383, '2', 'Sawtell', ''),
(9677, 1, 1383, '3', 'sawtell.gary@gmail.com', ''),
(9678, 1, 1383, '4', '(905) 805-9603', ''),
(9679, 1, 1383, '5', 'Traffic51', ''),
(9680, 1, 1383, '6', 'Quick question', ''),
(9681, 1, 1383, '7', 'Hope you are having a good day at work. I\'m just wondering if you have heard about FlowDax.co. They are an all-in-one sales and marketing platform designed to build and grow your business online.\r\n\r\nThey are currently offering access to their 14 services for free.\r\n\r\nThought you might want to check them out and see if it’s a good fit for you. The site is https://flowdax.co.\r\n\r\nBest Regards\r\n\r\nDave', ''),
(9682, 1, 1384, '1', 'Thomas', ''),
(9683, 1, 1384, '2', 'Murphy', ''),
(9684, 1, 1384, '3', 'thomas@cashboost.online', ''),
(9685, 1, 1384, '4', '(202) 991-6766', ''),
(9686, 1, 1384, '5', 'Express Capital', ''),
(9687, 1, 1384, '6', 'Is now a good time?', ''),
(9688, 1, 1384, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nJust wondering if you would consider a Working Capital Loan for your business\r\nif the price and terms were acceptable to you?\r\n\r\nExpress Capital is a Direct Lender specializing in working capital loans up to 500k. \r\n\r\nWe don’t require collateral and our approval process is fully automated. \r\n\r\nReceive your decision is less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nThomas Murphy\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(9689, 1, 1385, '1', 'Mike Roger', ''),
(9690, 1, 1385, '2', 'Mike Roger', ''),
(9691, 1, 1385, '3', 'no-replyPovaTasy@gmail.com', ''),
(9692, 1, 1385, '4', '(801) 433-4731', ''),
(9693, 1, 1385, '5', 'google', ''),
(9694, 1, 1385, '6', 'Improve local visibility for gangagen.com', ''),
(9695, 1, 1385, '7', 'If you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Roger\r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/', ''),
(9696, 1, 1386, '1', 'Peeme', ''),
(9697, 1, 1386, '2', 'Peeme', ''),
(9698, 1, 1386, '3', '28.351.sb9xm.@dynainbox.com', ''),
(9699, 1, 1386, '4', '(133) 363-6807', ''),
(9700, 1, 1386, '5', 'google', ''),
(9701, 1, 1386, '6', 'игровые автоматы играть в демо режиме', ''),
(9702, 1, 1386, '7', '<a href=\"https://forums.m4fg.at/member.php?action=profile&uid=94153\r\nhttps://www.0551gjp.com/home.php?mod=space&uid=22373\r\nhttp://seafishzone.com/home.php?mod=space&uid=975680\r\n\">https://forums.m4fg.at/member.php?action=profile&uid=94153\r\nhttps://www.0551gjp.com/home.php?mod=space&uid=22373\r\nhttp://seafishzone.com/home.php?mod=space&uid=975680\r\n</a> \r\nР’ 2023 РіРѕРґСѓ СЃРµСЂРІРёСЃ Р±СѓРґРµС‚ РѕС‚РјРµС‡Р°С‚СЊ 2-Р»РµС‚РЅРёР№ СЋР±РёР»РµР№. Р‘РѕР»СЊС€Р°СЏ РєРѕР»Р»РµРєС†РёСЏ РёРіСЂРѕРІС‹С… Р°РІС‚РѕРјР°С‚РѕРІ Рё РІС‹РіРѕРґРЅС‹Рµ Р±РѕРЅСѓСЃС‹ С‚Р°РєР¶Рµ СЏРІР»СЏСЋС‚СЃСЏ СЃРѕСЃС‚Р°РІР»СЏСЋС‰РёРјРё Р·Р°РјРµС‡Р°С‚РµР»СЊРЅРѕР№ СЂРµРїСѓС‚Р°С†РёРё РєР»СѓР±Р°, СЃРѕР·РґР°РІР°РІС€РµР№СЃСЏ РіРѕРґР°РјРё. Р“Р»Р°РІРЅРѕР№ РґРµРЅРµР¶РЅРѕР№ РµРґРёРЅРёС†РµР№ РЎРµР»РµРєС‚РѕСЂ РєР°Р·РёРЅРѕ СЏРІР»СЏРµС‚СЃСЏ СЂСѓР±Р»СЊ, РµРіРѕ РјРѕР¶РЅРѕ РїРµСЂРµРІРµСЃС‚Рё 30+ СЃРїРѕСЃРѕР±Р°РјРё РїСЂР°РєС‚РёС‡РµСЃРєРё РјРіРЅРѕРІРµРЅРЅРѕ Рё Р±РµР· РєРѕРјРёСЃСЃРёР№. РџРѕРєР° СЃСѓС‰РµСЃС‚РІСѓРµС‚ Р°РєРєР°СѓРЅС‚ РёРіСЂРѕРєР° СЃР»СѓР¶Р±Р° Р±РµР·РѕРїР°СЃРЅРѕСЃС‚Рё РєР°Р·РёРЅРѕ РЎРµР»РµРєС‚РѕСЂ РїСЂРѕРІРѕРґРёС‚ Р°РЅР°Р»РёР· С‚СЂР°РЅР·Р°РєС†РёР№. Р—Р°СЏРІРєРё РЅР° РІС‹РІРѕРґ СЃСЂРµРґСЃС‚РІ РїСЂРѕРІРµСЂСЏСЋС‚СЃСЏ СЃ РѕС‚СЃР»РµР¶РёРІР°РЅРёРµРј РЅРѕРјРµСЂР° СЃС‡РµС‚Р°, РєРѕС‚РѕСЂС‹Р№ РїСЂРѕСЃС‚Р°РІР»РµРЅ РЅР° РїРµСЂРµРІРѕРґ.\r\nР’РѕСЃРїРѕР»СЊР·РѕРІР°С‚СЊСЃСЏ РїРѕРёСЃРєРѕРІС‹РјРё СЃРёСЃС‚РµРјР°РјРё google, yandex. Р’ РїРѕРёСЃРєРѕРІСѓСЋ СЃС‚СЂРѕРєСѓ РїСЂРѕСЃС‚Рѕ РІРІРµСЃС‚Рё РЅСѓР¶РЅС‹Р№ Р·Р°РїСЂРѕСЃ Рё РІРѕР·РјРѕР¶РЅРѕ РЅР° С‚РѕРїРѕРІС‹С… РїРѕР·РёС†РёСЏС… Р±СѓРґРµС‚ РЅР°С…РѕРґРёС‚СЊСЃСЏ Р·РµСЂРєР°Р»Рѕ. РЎРѕ РІСЂРµРјРµРЅРµРј РЅРѕРІС‹Рµ СЃСЃС‹Р»РєРё С‚Р°РєР¶Рµ Р±Р»РѕРєРёСЂСѓСЋС‚СЃСЏ РїСЂРѕРІР°Р№РґРµСЂРѕРј, РЅРѕ Р°РґРјРёРЅРёСЃС‚СЂР°С†РёСЏ РЅР° С‚РѕС‚ РјРѕРјРµРЅС‚ СѓР¶Рµ СЃРѕР·РґР°РµС‚ РЅРѕРІС‹Р№ СЃР°Р№С‚. РќР°Р№С‚Рё РЅР° РѕС„РёС†РёР°Р»СЊРЅРѕРј СЃР°Р№С‚Рµ Рё РЅР°Р¶Р°С‚СЊ РєРЅРѕРїРєСѓ В«Р РµРіРёСЃС‚СЂР°С†РёСЏВ».\r\nРќРµРєРѕС‚РѕСЂС‹Рµ РєР»РёРµРЅС‚С‹ Р±РѕСЏС‚СЃСЏ РёСЃРїРѕР»СЊР·РѕРІР°С‚СЊ РєРѕРїРёРё СЃР°Р№С‚Р°. РћРЅРё РґСѓРјР°СЋС‚, С‡С‚Рѕ С‚Р°РєРёРј РѕР±СЂР°Р·РѕРј РёС… РґР°РЅРЅС‹Рµ РїРѕРґРІРµСЂРіР°СЋС‚СЃСЏ РѕРїР°СЃРЅРѕСЃС‚Рё, РЅРѕ СЌС‚Рѕ РЅРµ С‚Р°Рє. РќРµСЃРјРѕС‚СЂСЏ РЅР° Р·Р°Р±Р»СѓР¶РґРµРЅРёСЏ, Р·РµСЂРєР°Р»Рѕ РЎРµР»РµРєС‚РѕСЂ РєР°Р·РёРЅРѕ СЃС‚Р°РЅРѕРІРёС‚СЃСЏ РІСЃРµ РїРѕРїСѓР»СЏСЂРЅРµРµ. Р­С‚Рѕ вЂ” С‚РѕС‡РЅР°СЏ РєРѕРїРёСЏ РѕСЃРЅРѕРІРЅРѕР№ РїР»РѕС‰Р°РґРєРё, РІ С‚РѕРј С‡РёСЃР»Рµ РѕРЅР° РґСѓР±Р»РёСЂСѓРµС‚ РјРµС‚РѕРґС‹ Р·Р°С‰РёС‚С‹ РёРЅС„РѕСЂРјР°С†РёРё Рё Р°СЃСЃРѕСЂС‚РёРјРµРЅС‚ СЂР°Р·РІР»РµС‡РµРЅРёР№. РЎС‚РѕРёС‚ СЂР°Р·Р»РёС‡Р°С‚СЊ РѕС„РёС†РёР°Р»СЊРЅС‹Рµ Рё РЅРµРѕС„РёС†РёР°Р»СЊРЅС‹Рµ РґСѓР±Р»РёРєР°С‚С‹ РєР°Р·РёРЅРѕ. Р•СЃР»Рё РІС‹ СѓРІРёРґРµР»Рё РґР°Р¶Рµ РЅРµР±РѕР»СЊС€РёРµ РѕС‚Р»РёС‡РёСЏ РѕС‚ РіР»Р°РІРЅРѕРіРѕ СЃР°Р№С‚Р°, РЅРµРјРµРґР»РµРЅРЅРѕ РїРѕРєРёРЅСЊС‚Рµ РµРіРѕ.\r\nРРЅС‚СѓРёС‚РёРІРЅРѕ РїРѕРЅСЏС‚РЅС‹Р№ РёРЅС‚РµСЂС„РµР№СЃ Рё РїСЂРѕСЃС‚РѕС‚Р° РјРµРЅСЋ РїРѕР·РІРѕР»СЏСЋС‚ РґР°Р¶Рµ РЅРµРѕРїС‹С‚РЅС‹Рј РЅРѕРІРёС‡РєР°Рј Р±С‹СЃС‚СЂРѕ РѕСЃРІРѕРёС‚СЊСЃСЏ РЅР° РѕС„РёС†РёР°Р»СЊРЅРѕРј СЃР°Р№С‚Рµ. РџРµСЂРµРґ СЂРµРіРёСЃС‚СЂР°С†РёРµР№ СЂРµРєРѕРјРµРЅРґСѓРµС‚СЃСЏ РІРЅРёРјР°С‚РµР»СЊРЅРѕ РїСЂРѕС‡РёС‚Р°С‚СЊ РїРѕР»СЊР·РѕРІР°С‚РµР»СЊСЃРєРѕРµ СЃРѕРіР»Р°С€РµРЅРёРµ, С‡С‚РѕР±С‹ СЃРЅСЏС‚СЊ Р±РѕР»СЊС€РёРЅСЃС‚РІРѕ РІРѕРїСЂРѕСЃРѕРІ. РђРІС‚РѕРјР°С‚С‹ РїРѕ Р¶РµР»Р°РЅРёСЋ РјРѕР¶РЅРѕ РѕС‚С„РёР»СЊС‚СЂРѕРІР°С‚СЊ Рё РѕС‚СЃРѕСЂС‚РёСЂРѕРІР°С‚СЊ РїРѕ РІС‹Р±СЂР°РЅРЅС‹Рј РєСЂРёС‚РµСЂРёСЏРј РЅР°С‡РёРЅР°СЏ СЃ РєР»Р°СЃСЃРёРєРё Рё Р·Р°РєР°РЅС‡РёРІР°СЏ Р±РѕР»РµРµ РЅРѕРІС‹РјРё РјРѕРґРµСЂРЅРёР·РёСЂРѕРІР°РЅРЅС‹РјРё СЃР»РѕС‚Р°РјРё.\r\nР”РѕРїРѕР»РЅРµРЅРёРµ РЅР° android вЂ” РµС‰Рµ Р±РѕР»РµРµ СѓРґРѕР±РЅС‹Р№ СЃРїРѕСЃРѕР± РёРіСЂР°С‚СЊ РЅР° С‚РµР»РµС„РѕРЅРµ. РЎРєР°С‡Р°С‚СЊ РєР»РёРµРЅС‚ РЎРµР»РµРєС‚РѕСЂ РєР°Р·РёРЅРѕ РЅР° Р°РЅРґСЂРѕРёРґ РјРѕРіСѓС‚ РІР»Р°РґРµР»СЊС†С‹ СѓСЃС‚СЂРѕР№СЃС‚РІ СЃ РІРµСЂСЃРёРµР№ РѕРїРµСЂР°С†РёРѕРЅРЅРѕР№ СЃРёСЃС‚РµРјС‹ РІС‹С€Рµ 8. Р”Р»СЏ СѓСЃРїРµС€РЅРѕР№ СѓСЃС‚Р°РЅРѕРІРєРё С‚Р°РєР¶Рµ РЅСѓР¶РЅРѕ СЂР°Р·СЂРµС€РёС‚СЊ РЅРµРёР·РІРµСЃС‚РЅС‹Рµ РёСЃС‚РѕС‡РЅРёРєРё РґР»СЏ РїСЂРёР»РѕР¶РµРЅРёР№. РЎСЂРµРґСЃС‚РІР° РїРѕСЃС‚СѓРїР°СЋС‚ РЅР° СЃС‡РµС‚ РјРіРЅРѕРІРµРЅРЅРѕ, РїРѕСЃР»Рµ С‡РµРіРѕ РјРѕР¶РЅРѕ РЅР°С‡РёРЅР°С‚СЊ РїР»Р°С‚РЅСѓСЋ РёРіСЂСѓ. РћРіСЂР°РЅРёС‡РµРЅРёСЏ РЅР° С‚СЂР°РЅР·Р°РєС†РёСЋ СЃРѕ СЃС‚РѕСЂРѕРЅС‹ РєР°Р·РёРЅРѕ РЅРµС‚, РЅРѕ РёРЅРѕРіРґР° РІСЃС‚СЂРµС‡Р°СЋС‚СЃСЏ Р»РёРјРёС‚С‹ Сѓ РЅРµРєРѕС‚РѕСЂС‹С… Р±Р°РЅРєРѕРІ. РЎРѕС…СЂР°РЅРёС‚СЊ РјРѕС‘ РёРјСЏ, email Рё Р°РґСЂРµСЃ СЃР°Р№С‚Р° РІ СЌС‚РѕРј Р±СЂР°СѓР·РµСЂРµ РґР»СЏ РїРѕСЃР»РµРґСѓСЋС‰РёС… РјРѕРёС… РєРѕРјРјРµРЅС‚Р°СЂРёРµРІ.', ''),
(9703, 1, 1387, '1', 'JamesSaurb', ''),
(9704, 1, 1387, '2', 'JamesSaurb', ''),
(9705, 1, 1387, '3', 'aq16aqa@rambler.ru', ''),
(9706, 1, 1387, '4', '(752) 226-7420', ''),
(9707, 1, 1387, '5', 'google', ''),
(9708, 1, 1387, '6', 'Спасибо, долго искал', ''),
(9709, 1, 1387, '7', '+ за пост \r\n_________________ \r\nolimpbet скачать на андроид официальный - <a href=https://kk.rotaembetgrass.site/%D0%9C%D3%99%D1%81%D0%BA%D0%B5%D1%83%D0%B4%D0%B5%D0%B3%D1%96_%D0%9E%D0%BB%D0%B8%D0%BC%D0%BF_%D0%BA%D0%B5%D2%A3%D1%81%D0%B5%D1%81%D1%96.html>olimpbet скачать андроид официальный сайт</a>, olimpbet на андроид официальный сайт', ''),
(9710, 1, 1388, '1', 'RiomondJom', ''),
(9711, 1, 1388, '2', 'RiomondJom', ''),
(9712, 1, 1388, '3', 'iliah.trifonovgce@mail.ru', ''),
(9713, 1, 1388, '4', '(427) 050-7387', ''),
(9714, 1, 1388, '5', 'google', ''),
(9715, 1, 1388, '6', 'Зловещее ковидное молчание sapojnik ЖЖ', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(9716, 1, 1388, '7', '<a href=https://nurumassageoutcall.evenweb.com/>Блоггер кто это и чем занимается разбираем за 2 минуты</a> \r\n \r\nWe adamantly refused the idea at first but Jonas was the one that convinced us it was right. Add eliminated foods back into your diet, one at a time, every four days. Others believe that foods from the nightshade family, such as tomatoes, potatoes, and peppers, aggravate their condition, although others don\'t notice any connection. If you think certain foods play a role in your arthritis symptoms, it is important to put them to the test. Ample amounts of tissue-building minerals in your daily diet will keep bones healthy and may help prevent bone spurs, a common complication of arthritis. This painful and debilitating joint disease is usually either classified as osteoarthritis (OA) or rheumatoid arthritis (RA). Horsetail\'s cornucopia of minerals, including silicon, may nourish joint cartilage. For a more contemporary twist on Halloween, give a nod to NASCAR and continue to the next page to outfit your little Dale or Danica in full racing style -- including a customized car to trick-or-treat in! Daily Mail. \"How a little too much cleavage can cost you a job interview.\" Sept. It took 5 months to build at a cost of $1 million and is equipped with waterfalls, fountains and a 15-foot (4.5-meter) waterslide.\r\nSome employers want to get the basics out of the way quickly. You might also want to consult your physician before undergoing reflexology. They don\'t want to waste anyone\'s time. People will tell you that you are wasting your time. The job interview is your time to shine. Try to use appropriate terminology in the interview. Although coconut oil is recommended by some people for ringworm, the treatment you use will depend on its location on your body and how serious it is, per the CDC. Reducing muscle tension will result to both physical and mental relaxation because it reduces the negative health effects of chronic stress, enabling the body to heal and relax. This treatment improves posture, relaxation, and releases muscle tension and stress. This gives you a variety of treatment options at the touch of a button. Asking about perks in the wrong way could prove disastrous. Don\'t clam up. Everyone has varying degrees of shyness, but you need to talk about your employment experiences concisely and in an interesting way. The key is to learn from both experiences.\r\nDandruff while bringing out the natural oils in the dog\'s fur. Move out of his space. It is important to get the maximum out of each massage session that you get. The CBD used in our massage is sourced from Colorado, Organic and THC free. Undercover officers offered masseuses money in exchange for sexual acts at a West 103rd Street massage parlor. Instead, it is a highly formal exchange where profanity is verboten. U.S. News. World Report. S. News. World Report. To borrow from John Lennon, you may say IвЂ™m a dreamer, but IвЂ™m not the only one, and I write for the dreamers of the world. In some instances, however, heat may aggravate a joint that\'s already \"hot\" from inflammation, as is sometimes the case with rheumatoid arthritis. What most people don\'t realize, however, is that there are natural herbal remedies that help relieve the pain of arthritis associated with getting older. A deficiency of essential mineralsmay be one of the causes of arthritis. What was one drop rule?\r\nNightshades for several months. As a result, the interviewee starts talking because they figure there\'s something wrong with the answer they have just given. Some interviews have been painful and disastrous. These can help him or her determine if you have a kidney problem. It can also help you in court should that situation arise. Women who wear tight tops that accentuate their cleavage to a job interview can kiss the job goodbye, according to a survey. A job interview is not a casual conversation between friends in bar. Conversely, don\'t ramble, even when there\'s a pause in the conversation. Even if your interviewer swears, don\'t get comfortable and swear, too. Rubbing your nose, even if it itches, could mean you\'re dishonest. If the interviewer gives you the silent treatment after you answered a question, shut your pie hole and show confidence in your previous answer. Just give enough detail to answer the question.', ''),
(9717, 1, 1389, '1', 'Peeme', ''),
(9718, 1, 1389, '2', 'Peeme', ''),
(9719, 1, 1389, '3', '28.35.1s.b9.x.m.@dynainbox.com', ''),
(9720, 1, 1389, '4', '(175) 751-4620', ''),
(9721, 1, 1389, '5', 'google', ''),
(9722, 1, 1389, '6', 'слоты онлайн бесплатно без регистрации', ''),
(9723, 1, 1389, '7', '<a href=\"http://52meiss.com/home.php?mod=space&uid=59873\r\nhttp://88995511.com/home.php?mod=space&uid=403957\r\nhttps://lx.ahjxc.xyz/home.php?mod=space&uid=3276200\r\n\">http://52meiss.com/home.php?mod=space&uid=59873\r\nhttp://88995511.com/home.php?mod=space&uid=403957\r\nhttps://lx.ahjxc.xyz/home.php?mod=space&uid=3276200\r\n</a> \r\nРЎС‚Р°СЂС‚РѕРІРѕРµ РїСЂРµРґР»РѕР¶РµРЅРёРµ вЂ” СЌС‚Рѕ РµРґРёРЅСЃС‚РІРµРЅРЅР°СЏ Р±РµСЃСЃСЂРѕС‡РЅР°СЏ Р°РєС†РёСЏ, РєРѕС‚РѕСЂР°СЏ РґРµР№СЃС‚РІСѓРµС‚ РІСЃРµРіРґР°. РћРЅР° РґРѕСЃС‚СѓРїРЅР° РЅР°С‡РёРЅР°СЋС‰РёРј РёРіСЂРѕРєР°Рј РїСЂРё РїРµСЂРІРѕРј РїРѕРїРѕР»РЅРµРЅРёРё СЃС‡РµС‚Р° Р±РѕР»РµРµ С‡РµРј РЅР° 100 СЂСѓР±Р»РµР№. Р“РµРјР±Р»РµСЂ РїРѕР»СѓС‡Р°РµС‚ РІСЃРµРіРѕ 10% Рє СЃСѓРјРјРµ РґРµРїРѕР·РёС‚Р°, С‡С‚Рѕ РїРѕ РјРµСЂРєР°Рј СЃРѕРІСЂРµРјРµРЅРЅС‹С… РѕРЅР»Р°Р№РЅ-РєР°Р·РёРЅРѕ РјРѕР¶РЅРѕ СЃС‡РёС‚Р°С‚СЊ РѕС‡РµРЅСЊ СЃРєСѓРґРЅС‹Рј Р±РѕРЅСѓСЃРЅС‹Рј РїСЂРµРґР»РѕР¶РµРЅРёРµРј. Р’РµР№РґР¶РµСЂ РІ СЂР°Р·РјРµСЂРµ С…1,5 СЂР°СЃСЃС‡РёС‚С‹РІР°РµС‚СЃСЏ РЅРµ РѕС‚ СЂР°Р·РјРµСЂР° РІС‹РґР°РЅРЅС‹С… РґРµРЅРµРі, РєР°Рє СЌС‚Рѕ РѕР±С‹С‡РЅРѕ Р±С‹РІР°РµС‚, Р° РѕС‚ СЃСѓРјРјС‹ РїРѕРїРѕР»РЅРµРЅРёСЏ. РџРѕ РїСЂР°РІРёР»Р°Рј РѕС„РёС†РёР°Р»СЊРЅРѕРіРѕ СЃР°Р№С‚Р° РЎРµР»РµРєС‚РѕСЂ РґРѕРїСѓСЃРєР°РµС‚СЃСЏ С‚РѕР»СЊРєРѕ РѕРґРЅР° СѓС‡РµС‚РЅР°СЏ Р·Р°РїРёСЃСЊ РґР»СЏ РєР°Р¶РґРѕРіРѕ РёРіСЂРѕРєР°.\r\nРљРѕРјР°РЅРґР° РїРѕРґРґРµСЂР¶РєРё РІСЃРµРіРґР° РіРѕС‚РѕРІР° РїРѕРјРѕС‡СЊ Рё Сѓ РјРµРЅСЏ РѕС‚Р»РёС‡РЅРѕРµ РѕС‚РЅРѕС€РµРЅРёРµ, С‚Р°Рє С‡С‚Рѕ СЏ РґРµР№СЃС‚РІРёС‚РµР»СЊРЅРѕ РѕС‚Р»РёС‡РЅРѕ РїСЂРѕРІРµР» РІСЂРµРјСЏ РЅР° Selector. РћРЅРё РІРµСЃРµР»С‹Рµ Рё РёРЅС‚РµСЂРµСЃРЅС‹Рµ, СЃР°РјРѕРµ РіР»Р°РІРЅРѕРµ, С‡С‚Рѕ РІС‹РїР»Р°С‚Р° РїСЂРѕРёСЃС…РѕРґРёС‚ Р±С‹СЃС‚СЂРѕ. Р’ РјРѕР±РёР»СЊРЅРѕР№ РІРµСЂСЃРёРё СЂР°Р±РѕС‚Р°РµС‚ СЂРµР¶РёРј В«Р¶РёРІС‹С…В» РёРіСЂ Рё СЂР°Р·РґРµР» РґР¶РµРєРїРѕС‚РѕРІ, РїРѕРґРґРµСЂР¶РёРІР°СЋС‚СЃСЏ РІСЃРµ РёРЅС‚РµРіСЂРёСЂРѕРІР°РЅРЅС‹Рµ РїР»Р°С‚РµР¶РЅС‹Рµ СЃРёСЃС‚РµРјС‹, СЌС„С„РµРєС‚РёРІРЅР°СЏ Р·Р°С‰РёС‚Р° РґР°РЅРЅС‹С… РёРіСЂРѕРєРѕРІ. Р—РµСЂРєР°Р»СЊРЅС‹Рµ СЃР°Р№С‚С‹ РїСЂРёРґСѓРјР°Р»Рё РёР·РЅР°С‡Р°Р»СЊРЅРѕ РєР°Рє РІРѕР·РјРѕР¶РЅРѕСЃС‚СЊ Р·Р°Р№С‚Рё РЅР° СЃР°Р№С‚, РґР°Р¶Рµ РµСЃР»Рё РЅР° РѕСЃРЅРѕРІРЅРѕРј СЃРµСЂРІРµСЂРµ РёРґСѓС‚ С‚РµС…РЅРёС‡РµСЃРєРёРµ СЂР°Р±РѕС‚С‹.\r\nР’ РѕРЅР»Р°Р№РЅ-РєР»СѓР±Рµ РЅРµ РїСЂРѕРІРѕРґРёС‚СЃСЏ РІРµСЂРёС„РёРєР°С†РёСЏ Р»РёС‡РЅРѕСЃС‚Рё РёРіСЂРѕРєР°. РРґРµРЅС‚РёС„РёРєР°С†РёСЏ РІРѕР·РјРѕР¶РЅР° С‚РѕР»СЊРєРѕ РІ СЃР»СѓС‡Р°Рµ РїРѕРґРѕР·СЂРµРЅРёСЏ РёРіСЂРѕРєР° РІ РјРѕС€РµРЅРЅРёС‡РµСЃРєРёС… РґРµР№СЃС‚РІРёСЏС… РёР»Рё РѕС‚РјС‹РІР°РЅРёРё РґРµРЅРµРі, Р° С‚Р°РєР¶Рµ РІ РІС‹Р±РѕСЂРѕС‡РЅРѕРј РїРѕСЂСЏРґРєРµ РїРѕ РёРЅРёС†РёР°С‚РёРІРµ СЃР»СѓР¶Р±С‹ Р±РµР·РѕРїР°СЃРЅРѕСЃС‚Рё. РќРµСЃРјРѕС‚СЂСЏ РЅР° С‚Рѕ, С‡С‚Рѕ Selector Casino РѕС‡РµРЅСЊ РїСЂРёРІРµС‚Р»РёРІРѕ РѕС‚РЅРѕСЃСЏС‚СЃСЏ Рє РёРіСЂРѕРєР°Рј РёР· Р РѕСЃСЃРёРё, РёРјРё РґРѕСЃС‚СѓРї Рє СЃРµСЂРІРёСЃСѓ РЅРµ РѕРіСЂР°РЅРёС‡РёРІР°РµС‚СЃСЏ. Р РґР»СЏ РїРѕСЃРµС‚РёС‚РµР»РµР№ РёР· РґСЂСѓРіРёС… СЃС‚СЂР°РЅ РІ СЃР»СѓС‡Р°Рµ Р±Р»РѕРєРёСЂРѕРІРѕРє РѕС„РёС†РёР°Р»СЊРЅРѕРіРѕ СЃР°Р№С‚Р° Р°РґРјРёРЅРёСЃС‚СЂР°С†РёСЏ РѕС‚РєСЂС‹Р»Р° РґРµСЃСЏС‚РєРё Р·РµСЂРєР°Р» РєР°Р·РёРЅРѕ. Р‘Р»Р°РіРѕРґР°СЂСЏ СЌС‚РѕРјСѓ РіСЌРјР±Р»РµСЂС‹ СЃРѕ РІСЃРµРіРѕ РјРёСЂР° РїРѕР»СѓС‡РёР»Рё РїРѕР»РЅСѓСЋ СЃРІРѕР±РѕРґСѓ Рё СЃС‚Р°Р±РёР»СЊРЅС‹Р№ РґРѕСЃС‚СѓРї РІ РєРѕР»Р»РµРєС†РёСЋ Р»СѓС‡С€РµРіРѕ РёРіСЂРѕРІРѕРіРѕ СЃРѕС„С‚Р°.\r\nРўСЂРµС‚РёР№ Р±РѕРЅСѓСЃ Р·Р° СЂРµРіРёСЃС‚СЂР°С†РёСЋ вЂ” СЌС‚Рѕ РµРґРёРЅРѕРІСЂРµРјРµРЅРЅС‹Р№ 300% Р±РѕРЅСѓСЃ РЅР° РґРµРїРѕР·РёС‚ РґРѕ 1500 РґРѕР»Р»Р°СЂРѕРІ РЎРЁРђ РґР»СЏ С‚РµС…, РєС‚Рѕ РІРЅРµСЃ РґРµРїРѕР·РёС‚ СЃ РїРѕРјРѕС‰СЊСЋ Р±РёС‚РєРѕР№РЅРѕРІ. Р§РµС‚РІРµСЂС‚С‹Р№ Р±РѕРЅСѓСЃ Р·Р° СЂРµРіРёСЃС‚СЂР°С†РёСЋ вЂ” СЌС‚Рѕ 150% Р±РѕРЅСѓСЃ РЅР° РґРµРїРѕР·РёС‚ РЅР° СЃСѓРјРјСѓ РґРѕ 750 РґРѕР»Р»Р°СЂРѕРІ РЎРЁРђ, РєРѕС‚РѕСЂС‹Р№ РјРѕР¶РµС‚ Р±С‹С‚СЊ РёСЃРїРѕР»СЊР·РѕРІР°РЅ РґРѕ РІРѕСЃСЊРјРё СЂР°Р· С‚РѕР»СЊРєРѕ РґР»СЏ РІРєР»Р°РґС‡РёРєРѕРІ Р±РёС‚РєРѕР№РЅРѕРІ. РџРѕРїСѓР»СЏСЂРµРЅ СЃСЂРµРґРё РєР»РёРµРЅС‚РѕРІ Р±Р»Р°РіРѕРґР°СЂСЏ РѕР±С€РёСЂРЅРѕР№ Р±РѕРЅСѓСЃРЅРѕР№ РїСЂРѕРіСЂР°РјРјРµ, С€РёСЂРѕРєРёРј РІС‹Р±РѕСЂРѕРј СЂР°Р·РІР»РµС‡РµРЅРёР№, СЂР°Р·РґР°С‡РµР№ РїРѕРѕС‰СЂРµРЅРёР№ С‡РµСЂРµР· Telegram-Р±РѕС‚. РћРЅР»Р°Р№РЅ-РєР°Р·РёРЅРѕ Selector Casino РїРѕРґРѕР№РґРµС‚ РЅРѕРІРёС‡РєР°Рј Рё РѕРїС‹С‚РЅС‹Рј РёРіСЂРѕРєР°Рј. РџРµСЂРёРѕРґРёС‡РµСЃРєРё РЅР° СЃР°Р№С‚Рµ РїРѕСЏРІР»СЏСЋС‚СЃСЏ РїСЂРѕРјРѕРїСЂРµРґР»РѕР¶РµРЅРёСЏ, РґР°СЋС‰РёРµ РїРѕР»СЊР·РѕРІР°С‚РµР»СЏРј РїСЂРё РїРѕРїРѕР»РЅРµРЅРёРё СЃС‡РµС‚Р° РѕРґРЅРѕ РІСЂР°С‰РµРЅРёРµ РљРѕР»РµСЃР° Р¤РѕСЂС‚СѓРЅС‹. РЎ РµРіРѕ РїРѕРјРѕС‰СЊСЋ РјРѕР¶РЅРѕ РІС‹РёРіСЂР°С‚СЊ С„СЂРёСЃРїРёРЅС‹ РёР»Рё РґРµРЅСЊРіРё, РєРѕС‚РѕСЂС‹Рµ РІС‹РґР°СЋС‚СЃСЏ РЅР° СѓСЃР»РѕРІРёСЏС… СЃС‚Р°РЅРґР°СЂС‚РЅРѕРіРѕ РІРµР№РґР¶РµСЂР° С…1,5 РЅР° СЃСѓРјРјСѓ РґРµРїРѕР·РёС‚Р°.\r\nРўРµРјР°С‚РёС‡РµСЃРєР°СЏ РіСЂСѓРїРїР° Р’РљРѕРЅС‚Р°РєС‚Рµ, Р°РєРєР°СѓРЅС‚ РєР°Р·РёРЅРѕ РІ РўРµР»РµРіСЂР°Рј. РЎРїРµС†РёР°Р»РёСЃС‚С‹ С‚РµС…РїРѕРґРґРµСЂР¶РєРё Selector Casino СЂРµРіСѓР»СЏСЂРЅРѕ РјРѕРЅРёС‚РѕСЂСЏС‚ СЃРѕС†СЃРµС‚СЊ Рё РјРµСЃСЃРµРЅРґР¶РµСЂ, РѕС‚РІРµС‡Р°СЋС‚ РЅР° РІРѕРїСЂРѕСЃС‹, РІС‹РєР»Р°РґС‹РІР°СЋС‚ РїСЂРѕРјРѕРєРѕРґС‹, Р°РЅРѕРЅСЃРёСЂСѓСЋС‚ РёРЅС‚РµСЂРµСЃРЅС‹Рµ СЃРѕР±С‹С‚РёСЏ. Р—РґРµСЃСЊ РїРѕР»СЊР·РѕРІР°С‚РµР»Рё СЃРјРѕРіСѓС‚ РѕР·РЅР°РєРѕРјРёС‚СЊСЃСЏ СЃ РєРѕРјРјРµРЅС‚Р°СЂРёСЏРјРё РґСЂСѓРіРёС… РёРіСЂРѕРєРѕРІ, РёС… РѕС‚Р·С‹РІР°РјРё, СЂРµС€РµРЅРёРµРј С‚РёРїРёС‡РЅС‹С… РїСЂРѕР±Р»РµРј. РџРѕРґРїРёСЃР°С‚СЊСЃСЏ РЅР° СЂР°СЃСЃС‹Р»РєСѓ РѕС‚ РєР°Р·РёРЅРѕ РЎРµР»РµРєС‚РѕСЂ Рё С‡РёС‚Р°С‚СЊ РїРёСЃСЊРјР°.', ''),
(9724, 1, 1390, '1', 'Neel', ''),
(9725, 1, 1390, '2', 'Daphtary', ''),
(9726, 1, 1390, '3', 'neel.daphtary@chemtechinternational.net', ''),
(9727, 1, 1390, '4', '(610) 890-6854', ''),
(9728, 1, 1390, '5', 'Chemtech International, Inc.', ''),
(9729, 1, 1390, '6', 'Increase your vial loading capacity with our molded fiberglass trays', ''),
(9730, 1, 1390, '7', 'Are you frustrated with metal trays that can be heavy and dent…or plastic trays, which tend to warp over time? Maybe you’re looking to increase your vial output capacity?\r\n\r\nChemtech International’s Molded Fiber Glass (MFG) vial loading trays are easily stackable and allow you to increase your output capacity, are lightweight for your production team, and won\'t warp or dent over time—giving you a better, longer return on your investment.\r\n\r\nMay I give you more information on our vial loading trays?\r\n\r\nThank you for your time,\r\n\r\nNeel K. Daphtary\r\nPresident\r\nChemtech International Inc\r\n(610) 890-6854\r\nwww.chemtech-us.com\r\n\r\n“After 30 days of treatment, operators noticed the following: Reduction of grease in pump stations; grease cakes were eliminated, and only a few small balls of grease were noticeable; H2S odors were drastically reduced and not noticeable; Force Main grease buildup was broken down and cleaned out of line. I would like to thank Chemtech International for helping us solve our FOG problems and we would highly recommend that other municipalities consider Microbe-Lift.” —Leland Newell, Operations Manager, Whitemarsh Township Authority\r\n\r\nRespond with stop to optout.', ''),
(9731, 1, 1391, '1', 'Eric', ''),
(9732, 1, 1391, '2', 'Jones', ''),
(9733, 1, 1391, '3', 'ericjonesmyemail@gmail.com', ''),
(9734, 1, 1391, '4', '(555) 555-1212', ''),
(9735, 1, 1391, '5', 'boostleadgeneration.com', ''),
(9736, 1, 1391, '6', 'instead, congrats', ''),
(9737, 1, 1391, '7', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9738, 1, 1392, '1', 'Edwardges', ''),
(9739, 1, 1392, '2', 'Edwardges', ''),
(9740, 1, 1392, '3', 'fernandezjody@gmail.com', ''),
(9741, 1, 1392, '4', '(874) 185-7715', ''),
(9742, 1, 1392, '5', 'google', ''),
(9743, 1, 1392, '6', 'Read-only for those who are ready to get ten times rich in the next month!', ''),
(9744, 1, 1392, '7', 'Read-only for those who are ready to get ten times rich in the next month! https://people-news-24-7.blogspot.de/?p=0gu', ''),
(9745, 1, 1393, '1', 'ArthurCag', ''),
(9746, 1, 1393, '2', 'ArthurCag', ''),
(9747, 1, 1393, '3', 'dsetti@yandex.com', ''),
(9748, 1, 1393, '4', '(701) 140-7678', ''),
(9749, 1, 1393, '5', 'google', ''),
(9750, 1, 1393, '6', 'Rotary proxies', ''),
(9751, 1, 1393, '7', '<a href=https://proxyspace.seo-hunter.com>mobile proxy pool</a>', ''),
(9752, 1, 1394, '1', 'Evan', ''),
(9753, 1, 1394, '2', 'Roberts', ''),
(9754, 1, 1394, '3', 'evan@capitalchoice.online', ''),
(9755, 1, 1394, '4', '(202) 991-6766', ''),
(9756, 1, 1394, '5', 'Express Capital', ''),
(9757, 1, 1394, '6', 'May I ask you something?', ''),
(9758, 1, 1394, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or a short time in business keep you from getting the funds you need.\r\n\r\nIf you deposit more than 10k per month you’re already qualified!\r\n\r\nExpress Capital will offer you up to two times your monthly deposits without any collateral or personal guarantees. \r\n\r\nGet pre-qualified in less than 30 seconds without a credit check or submitting a single document.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEvan Roberts\r\nExpress Capital\r\nwww.expresscapitalcorp.com\r\n\r\n \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(9759, 1, 1395, '1', 'Jere', ''),
(9760, 1, 1395, '2', 'Blanchette', ''),
(9761, 1, 1395, '3', 'jere.blanchette@googlemail.com', ''),
(9762, 1, 1395, '4', '(604) 522-6408', ''),
(9763, 1, 1395, '5', 'Jere Blanchette', ''),
(9764, 1, 1395, '6', 'Boost Your Search Engine Rankings with Our Powerful Backlink Software', ''),
(9765, 1, 1395, '7', 'Are you tired of struggling to get your website to rank higher in search engine results? Our backlink software can help!\r\n\r\nOur software makes it easy to build high-quality backlinks to your website, which can help improve your search engine rankings and drive more traffic to your site.\r\n\r\nSome of the key features of our software include:\r\n\r\nAutomated backlink building: Our software can help you build hundreds of high-quality backlinks to your website with just a few clicks.\r\n\r\nComprehensive reporting: Our software provides detailed reports on the backlinks you\'ve built, so you can track your progress and see how your website is performing.\r\n\r\nEasy customization: You can customize the backlinks you build to suit your specific needs and goals.\r\n\r\nIf you\'re ready to boost your search engine rankings and drive more traffic to your website, give our backlink software a try. Click the link below to learn more and get started today!\r\n\r\nGet Started https://warriorplus.com/o2/a/vjrqsd/0\r\n\r\nSincerely,\r\n[Blessing]', ''),
(9766, 1, 1396, '1', 'BrandonGot', ''),
(9767, 1, 1396, '2', 'BrandonGot', ''),
(9768, 1, 1396, '3', 'zelatcol@gmail.com', ''),
(9769, 1, 1396, '4', '(735) 183-7827', ''),
(9770, 1, 1396, '5', 'google', ''),
(9771, 1, 1396, '6', 'Hi,   write about   the price', ''),
(9772, 1, 1396, '7', 'Kaixo, zure prezioa jakin nahi nuen.', ''),
(9773, 1, 1397, '1', 'HermanBic', ''),
(9774, 1, 1397, '2', 'HermanBic', ''),
(9775, 1, 1397, '3', 'vasiliidoskalod@rambler.ua', ''),
(9776, 1, 1397, '4', '(855) 542-7788', ''),
(9777, 1, 1397, '5', 'google', ''),
(9778, 1, 1397, '6', 'Transactional emails', ''),
(9779, 1, 1397, '7', '<a href=https://unione.io/en/blog/transactional-emails-types-and-examples>Transactional emails</a> are the ilk of emails you send to a legatee to facilitate commercial activity. You send it following a commercial dealing or in response to a certain manners performed by way of the recipient. An benchmark is a confirmation email that you send to a customer that ordered a by-product from your have faith; this statement lets the legatee discern that they entered into a valid transaction. Because <a href=https://unione.io/en/blog/transactional-emails-types-and-examples>transactional emails</a> are required to aid pivotal transactions, businesses do not requisite to get hold of precise agree from the receiver to send them, far from marketing emails where acquiesce is required.', ''),
(9780, 1, 1398, '1', 'Eric', ''),
(9781, 1, 1398, '2', 'Jones', ''),
(9782, 1, 1398, '3', 'ericjonesmyemail@gmail.com', ''),
(9783, 1, 1398, '4', '(555) 555-1212', ''),
(9784, 1, 1398, '5', 'jumboleadmagnet.com', ''),
(9785, 1, 1398, '6', 'instead, congrats', ''),
(9786, 1, 1398, '7', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(9787, 1, 1399, '1', 'ManuelDog', ''),
(9788, 1, 1399, '2', 'ManuelDog', ''),
(9789, 1, 1399, '3', 'valentinellington@wwjmp.com', ''),
(9790, 1, 1399, '4', '(455) 631-1740', ''),
(9791, 1, 1399, '5', 'google', ''),
(9792, 1, 1399, '6', 'How to earn proceeds from cryptocurrencies?', ''),
(9793, 1, 1399, '7', '<a href=https://accounts.binance.com/ru/register?ref=25293193>How to  pull down takings from cryptocurrencies?</a>', ''),
(9794, 1, 1400, '1', 'Svetlanazoonnalumbene', ''),
(9795, 1, 1400, '2', 'Svetlanazoonnalumbene', ''),
(9796, 1, 1400, '3', 'cazackovkim@yandex.ru', ''),
(9797, 1, 1400, '4', '(243) 450-0607', ''),
(9798, 1, 1400, '5', 'google', ''),
(9799, 1, 1400, '6', 'loveplanet.gq', ''),
(9800, 1, 1400, '7', '<a href=>http://loveplanet.gq/</a> \r\n<a href=https://www.realestatemilescity.com/>http:/loveplanet.gq/>loveplanet.gq</a> 96332_8', ''),
(9801, 1, 1401, '1', 'Koby', ''),
(9802, 1, 1401, '2', 'Gladden', ''),
(9803, 1, 1401, '3', 'jayhelpsnow@gmail.com', ''),
(9804, 1, 1401, '4', '(559) 272-7575', ''),
(9805, 1, 1401, '5', 'Koby Gladden', ''),
(9806, 1, 1401, '6', 'hello', ''),
(9807, 1, 1401, '7', 'Are you the owner of the website?\r\nI have a question.', ''),
(9808, 1, 1402, '1', 'Jake', ''),
(9809, 1, 1402, '2', 'Stratton', ''),
(9810, 1, 1402, '3', 'jakedreambig@gmail.com', ''),
(9811, 1, 1402, '4', '(559) 272-7575', ''),
(9812, 1, 1402, '5', 'Hpwq p elfo', ''),
(9813, 1, 1402, '6', 'Stop Spam Contact Form Messages', ''),
(9814, 1, 1402, '7', 'Hey there, I know these messages are really annoying. \r\n\r\nAnd it\'s only getting WORSE. \r\n\r\nThey literally make software an 8 year old can use,\r\nthat makes sending annoying messages like this right\r\nto your website easy as pie.\r\n\r\nI created a FREE video on how you can stop these messages for good.\r\nCheck it out HERE:\r\n\r\nhttp://bit.ly/3FTJ21y\r\n\r\n- Jake\r\n\r\nPS- It\'s totally free to check out the video.', ''),
(9815, 1, 1403, '1', 'Moviesfunhdabils', ''),
(9816, 1, 1403, '2', 'Moviesfunhdabils', ''),
(9817, 1, 1403, '3', 'aofaff07@gmail.com', ''),
(9818, 1, 1403, '4', '(074) 401-2132', ''),
(9819, 1, 1403, '5', 'google', ''),
(9820, 1, 1403, '6', 'Recommended online websites for free', ''),
(9821, 1, 1403, '7', 'Watch movies online HD for free, watch new movies, Thai movies, foreign movies, master movies, update quickly.https://moviesfunhd.com \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์</a> <a href=https://moviesfunhd.com> ดูหนัง HD</a> <a href=https://moviesfunhd.com> หนังใหม่</a> <a href=https://moviesfunhd.com>ดูหนังใหม่</a> <a href=https://moviesfunhd.com>หนังออนไลน์</a> <a href=https://moviesfunhd.com>หนังมาสเตอร์</a> <a href=https://moviesfunhd.com>หนังไทย</a> <a href=https://moviesfunhd.com>หนังฝรั่ง</a> <a href=https://moviesfunhd.com>หนังออนไลน์</a> <a href=https://moviesfunhd.com>ดูหนังฟรี</a> <a href=https://moviesfunhd.com>ดูหนังออนไลน์ใหม่</a> <a href=https://moviesfunhd.com>ดูหนังออนไลน์ฟรี</a> <a href=https://moviesfunhd.com>ดูหนังชนโรง</a> <a href=https://moviesfunhd.com>ดูทีวีออนไลน์</a> <a href=https://moviesfunhd.com>ดูหนังออนไลน์พากย์ไทย</a> <a href=https://moviesfunhd.com>หนังใหม่พากย์ไทย</a> <a href=https://moviesfunhd.com>หนังออนไลน์ชัด</a> <a href=https://moviesfunhd.com>ดูหนังใหม่ออนไลน์</a>           <a href=https://moviesfunhd.com>   ดูหนังออนไลน์ฟรี2022</a><a href=https://moviesfunhd.com>       ดูหนังฟรี </a> \r\nWatch movies online, watch HD movies, here are new movies to watch every day, update quickly, watch new movies before anyone else, both Thai movies, master movies. \r\n<a href=https://moviesfunhd.com>หนัง ออนไลน์</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์ ฟรี</a> \r\n<a href=https://moviesfunhd.com>ดูหนัง ออนไลน์ฟรี</a> \r\n<a href=https://moviesfunhd.com>ดู หนัง ออนไลน์ ฟรี</a> \r\n<a href=https://moviesfunhd.com>หนัง hd</a> \r\n<a href=https://moviesfunhd.com>หนังhd</a> \r\n<a href=https://moviesfunhd.com>ดูหนังhd</a> \r\n<a href=https://moviesfunhd.com>ดู หนัง ออนไลน์ ฟรี 2021</a> \r\n<a href=https://moviesfunhd.com>เว็บดูหนังออนไลน์ฟรี 24 ชั่วโมง</a> \r\n<a href=https://moviesfunhd.com>หนังออนไลน์ 2021</a> \r\n<a href=https://moviesfunhd.com>หนัง ออนไลน์ ไทย</a> \r\n<a href=https://moviesfunhd.com>หนังออนไลน์ไทย</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์hd</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์ hd</a> \r\n<a href=https://moviesfunhd.com>หนังใหม่ hd</a> \r\n<a href=https://moviesfunhd.com>หนังใหม่ ชนโรง</a> \r\n<a href=https://moviesfunhd.com>หนังใหม่เต็มเรื่อง</a> \r\n<a href=https://moviesfunhd.com>หนังใหม่ชนโรง</a> \r\n<a href=https://moviesfunhd.com>spider man no way home เต็มเรื่อง</a> \r\n<a href=https://moviesfunhd.com>หนัง ใหม่ เต็ม เรื่อง</a> \r\n<a href=https://moviesfunhd.com>หนังเต็มเรื่อง</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์ เต็มเรื่อง</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์เต็มเรื่อง</a> \r\n<a href=https://moviesfunhd.com>ดูหนังใหม่ออนไลน์</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์ฟรี 2021 เต็มเรื่อง</a> \r\n<a href=https://moviesfunhd.com>ดูหนังชนโรง</a> \r\n<a href=https://moviesfunhd.com>ดู หนัง ใหม่ ออนไลน์ ฟรี</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์ ฟรี 2021 เต็มเรื่อ</a>ง \r\n<a href=https://moviesfunhd.com>ดู หนัง Ū', ''),
(9822, 1, 1404, '1', 'Eric', ''),
(9823, 1, 1404, '2', 'Jones', ''),
(9824, 1, 1404, '3', 'ericjonesmyemail@gmail.com', ''),
(9825, 1, 1404, '4', '(555) 555-1212', ''),
(9826, 1, 1404, '5', 'boostleadgeneration.com', ''),
(9827, 1, 1404, '6', 'Strike when the iron’s hot', ''),
(9828, 1, 1404, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9829, 1, 1405, '1', 'Elenamip', ''),
(9830, 1, 1405, '2', 'Elenamip', ''),
(9831, 1, 1405, '3', 'elenamip@crosenoutinabsi.tk', ''),
(9832, 1, 1405, '4', '(274) 184-4384', ''),
(9833, 1, 1405, '5', 'Czechia', ''),
(9834, 1, 1405, '6', 'Ι\'m nоt ϳеаlоuѕ. Ι wаnt to mееt а ѕеrіоuѕ man... (:', ''),
(9835, 1, 1405, '7', 'Неllo!\r\nΡеrhарs my mesѕagе іѕ toо speсifiс.\r\nΒut mу older sіѕtеr fоund а wonderful man herе аnd thеy hаvе а greаt relatiоnship, but whаt аbоut mе?\r\nΙ am 24 yеarѕ old, Εlеnа, from thе Czесh Reрublіс, know Еnglіѕh lаnguаgе alѕо\r\nAnd... bеttеr tо say іt immediately. I am bisеxuаl. I аm not ϳеalous оf аnothеr womаn... еspecіаllу if we mаke lovе tоgеthеr.\r\nΑh yes, I coоk very tаsty! аnd Ι lоve not оnly сook ;))\r\nΙm rеаl gіrl аnd loоking for ѕеriouѕ and hot rеlatіоnshір...\r\nАnywаy, you саn fіnd mу рrоfіlе herе: http://lianacdustproph.tk/item-84063/', ''),
(9836, 1, 1406, '1', 'RogerGot', ''),
(9837, 1, 1406, '2', 'RogerGot', ''),
(9838, 1, 1406, '3', 'zelatcol@gmail.com', ''),
(9839, 1, 1406, '4', '(362) 355-7634', ''),
(9840, 1, 1406, '5', 'google', ''),
(9841, 1, 1406, '6', 'Aloha    wrote about your the price', ''),
(9842, 1, 1406, '7', 'Szia, meg akartam tudni az árát.', ''),
(9843, 1, 1407, '1', 'Allen', ''),
(9844, 1, 1407, '2', 'Young', ''),
(9845, 1, 1407, '3', 'allen@fundingready.online', ''),
(9846, 1, 1407, '4', '(202) 991-6766', ''),
(9847, 1, 1407, '5', 'Express Capital', ''),
(9848, 1, 1407, '6', 'Something to consider', ''),
(9849, 1, 1407, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nAs a business owner you already know how hard it can be to get your hands on some working capital!\r\n\r\nHowever, all that has changed! \r\n\r\nExpress Capital is a Direct Lender who would like to offer you a working capital loan up to 500k.\r\n \r\nGet pre-qualified in less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\nWarm Regards,\r\n\r\nAllen Young\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(9850, 1, 1408, '1', 'SuperTrader', ''),
(9851, 1, 1408, '2', 'SuperTrader', ''),
(9852, 1, 1408, '3', 'mysupertraidercoin2022@gmail.com', ''),
(9853, 1, 1408, '4', '(765) 202-0266', ''),
(9854, 1, 1408, '5', 'google', ''),
(9855, 1, 1408, '6', 'Pump Cryptocurrencies EarnX on Hotbit', ''),
(9856, 1, 1408, '7', 'We are planning to unite and launch Pump Cryptocurrencies EarnX on the Hotbit exchange ( https://www.hotbit.io/exchange?symbol=EARNX_USDT ). Are you with us? \r\n \r\n我们计划在 Hotbit 交易所 ( https://www.hotbit.io/exchange?symbol=EARNX_USDT ) 上联合推出 EarnX 加密货币泵。加入我们！ \r\n \r\n(У нас в планах объединится и запустить памп криптовалюты EarnX на бирже Hotbit ( https://www.hotbit.io/exchange?symbol=EARNX_USDT ). Ты с нами?)', ''),
(9857, 1, 1409, '1', 'JordanGot', ''),
(9858, 1, 1409, '2', 'JordanGot', ''),
(9859, 1, 1409, '3', 'zelatcol@gmail.com', ''),
(9860, 1, 1409, '4', '(056) 658-7004', ''),
(9861, 1, 1409, '5', 'google', ''),
(9862, 1, 1409, '6', 'Hi, i am wrote about your   prices', ''),
(9863, 1, 1409, '7', 'Γεια σου, ήθελα να μάθω την τιμή σας.', ''),
(9864, 1, 1410, '1', 'Rowena', ''),
(9865, 1, 1410, '2', 'Cadle', ''),
(9866, 1, 1410, '3', 'rowena.cadle@gmail.com', ''),
(9867, 1, 1410, '4', '(559) 272-7575', ''),
(9868, 1, 1410, '5', 'Rowena Cadle', ''),
(9869, 1, 1410, '6', 'Broken Website', ''),
(9870, 1, 1410, '7', 'I found a problem with your website and it\'s fast and easy to fix. Head over to this link to check out the FREE report and I\'ll show you:   http://bit.ly/3V1UT1J\r\nYou are missing out on tons of traffic and sales.\r\n\r\n-Kyle', ''),
(9871, 1, 1411, '1', 'Eric', ''),
(9872, 1, 1411, '2', 'Jones', ''),
(9873, 1, 1411, '3', 'ericjonesmyemail@gmail.com', ''),
(9874, 1, 1411, '4', '(555) 555-1212', ''),
(9875, 1, 1411, '5', 'boostleadgeneration.com', ''),
(9876, 1, 1411, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(9877, 1, 1411, '7', 'Hello, my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9878, 1, 1412, '1', 'Philip', ''),
(9879, 1, 1412, '2', 'Wanliss', ''),
(9880, 1, 1412, '3', 'jayhelpsnow@gmail.com', ''),
(9881, 1, 1412, '4', '(559) 272-7575', ''),
(9882, 1, 1412, '5', 'Philip Wanliss', ''),
(9883, 1, 1412, '6', 'Question', ''),
(9884, 1, 1412, '7', 'I found a problem with your website and it\'s fast and easy to fix. Head over to this link and I\'ll show you: http://bit.ly/3PsbpHi\r\nYou are missing out on tons of traffic and opportunities.\r\n\r\n-Chante', ''),
(9885, 1, 1413, '1', 'Danae', ''),
(9886, 1, 1413, '2', 'Hinder', ''),
(9887, 1, 1413, '3', 'hinder.danae@hotmail.com', ''),
(9888, 1, 1413, '4', '(254) 255-6242', ''),
(9889, 1, 1413, '5', 'Danae Hinder', ''),
(9890, 1, 1413, '6', 'Brand New 1-CLICK APP Creates Automated \"NETFLIX\" Plus \"AMAZON PRIMEVIDEO\" Like Website In Less Than 60 SECONDS Without Any Tech Skills Or Coding Required', ''),
(9891, 1, 1413, '7', 'Finally, Create Your Own Automated Movie Website And Get Paid Via Movie Affiliate Marketing\r\n\r\nJust 1 click launches your very own Netflix/Primevideo-like website\r\n\r\nActivate your website instantly in 270+ different movie categories\r\nOver 1,000,000+ Live TV channels running across 370+ different niches\r\n \r\nStart earning from the fastest growing trend of 2022- Movie Affiliate Marketing\r\n \r\nCreate NETFLIX/AMAZON PRIME Like Website for Clients & Customers\r\n \r\nNewbie friendly. Very Easy, Even a 13-year-old can do it\r\n\r\nHURRY NOW & GET STARTED : https://warriorplus.com/o2/a/b6ycqb/0\r\n \r\n\r\n\r\n		3 Easy Steps Launches Your Movie Website\r\n\r\nStep 1 - Login\r\nLogin to SiteMoviePro cloud based App\r\n\r\nStep 2 -Choose\r\nChoose Your Desired Niche...\r\n\r\nStep 3 - Enjoy\r\nWatch as the app instantly creates a completely automated Netflix/Primevideo-Like Movie Affiliate Websites in 60 seconds\r\n\r\n     GET STARTED : https://warriorplus.com/o2/a/b6ycqb/0', ''),
(9892, 1, 1414, '1', 'Eric', ''),
(9893, 1, 1414, '2', 'Jones', ''),
(9894, 1, 1414, '3', 'ericjonesmyemail@gmail.com', ''),
(9895, 1, 1414, '4', '(555) 555-1212', ''),
(9896, 1, 1414, '5', 'jumboleadmagnet.com', ''),
(9897, 1, 1414, '6', 'Your site – more leads?', ''),
(9898, 1, 1414, '7', 'Hey, this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(9899, 1, 1415, '1', 'Eric', ''),
(9900, 1, 1415, '2', 'Jones', ''),
(9901, 1, 1415, '3', 'ericjonesmyemail@gmail.com', ''),
(9902, 1, 1415, '4', '(555) 555-1212', ''),
(9903, 1, 1415, '5', 'jumboleadmagnet.com', ''),
(9904, 1, 1415, '6', 'Your site – more leads?', ''),
(9905, 1, 1415, '7', 'Hey, this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(9906, 1, 1416, '1', 'DoyleHot', ''),
(9907, 1, 1416, '2', 'DoyleHot', ''),
(9908, 1, 1416, '3', 'bsmergerarely3@outlook.com', ''),
(9909, 1, 1416, '4', '(768) 333-0318', ''),
(9910, 1, 1416, '5', 'google', ''),
(9911, 1, 1416, '6', 'Hurry UP Topic No.41558', ''),
(9912, 1, 1416, '7', '>>>  <a href=http://viagranix.com>ENTER</a>  <<< \r\n \r\n***** \r\n- 24/7 Customer Support \r\n- No Prescription Required \r\n- Top Quality Medications \r\n- Worldwide Shipping \r\n- Bargain Prices \r\n***** \r\n \r\n \r\nWe are found by keywords: \r\nhow much is sildenafil at cvs\r\nsildenafil 50 mg side effects\r\nfemale viagra given to wife at party\r\nauthentic viagra for sale\r\nis there a legal generic viagra\r\nsildenafil 20 mg for erectile dysfunction review\r\ngeneric viagra results\r\nsildenafil 100 mg reviews\r\ndaily sildenafil dosage chart\r\nwhere tobuy sildenafil cheap\r\ngeneric viagra seized by us customs\r\nother names for sildenafil citrate\r\nsildenafil 100 mg vs 20 mg\r\nhow much does generic viagra 100 cost?', ''),
(9913, 1, 1417, '1', 'Meka', ''),
(9914, 1, 1417, '2', 'Niteesha', ''),
(9915, 1, 1417, '3', 'mnitheesha169@gmail.com', ''),
(9916, 1, 1417, '4', '(090) 080-3949', ''),
(9917, 1, 1417, '5', 'Student', ''),
(9918, 1, 1417, '6', 'Regarding dissertation project', ''),
(9919, 1, 1417, '7', 'I\'m Niteesha and I\'m pursuing Msc Biotechnology in M S Ramaiah University of applied sciences, Bangalore. I\'m looking for dissertation projects. Is there any possibility for it. I will really appreciate if you get back to me. Thank you.', ''),
(9920, 1, 1418, '1', 'Eric', ''),
(9921, 1, 1418, '2', 'Jones', ''),
(9922, 1, 1418, '3', 'ericjonesmyemail@gmail.com', ''),
(9923, 1, 1418, '4', '(555) 555-1212', ''),
(9924, 1, 1418, '5', 'jumboleadmagnet.com', ''),
(9925, 1, 1418, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(9926, 1, 1418, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(9927, 1, 1419, '1', 'Eric', ''),
(9928, 1, 1419, '2', 'Jones', ''),
(9929, 1, 1419, '3', 'ericjonesmyemail@gmail.com', ''),
(9930, 1, 1419, '4', '(555) 555-1212', ''),
(9931, 1, 1419, '5', 'boostleadgeneration.com', ''),
(9932, 1, 1419, '6', 'Try this, get more leads', ''),
(9933, 1, 1419, '7', 'Hi, my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nTalk With Web Visitor – CLICK HERE https://boostleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9934, 1, 1420, '1', 'CalvinKacle', ''),
(9935, 1, 1420, '2', 'CalvinKacle', ''),
(9936, 1, 1420, '3', 'linki2022@ya.ru', ''),
(9937, 1, 1420, '4', '(510) 140-3440', ''),
(9938, 1, 1420, '5', 'google', ''),
(9939, 1, 1420, '6', 'https://krasnoe-ibeloe.ru/', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(9940, 1, 1420, '7', '<a href=https://krasnoe-ibeloe.ru/>https://krasnoe-ibeloe.ru/</a> \r\n<a href=http://krasnoe-ibeloe.ru/indexx.htm>http://krasnoe-ibeloe.ru/indexx.htm</a>', ''),
(9941, 1, 1421, '1', 'DonaldDer', ''),
(9942, 1, 1421, '2', 'DonaldDer', ''),
(9943, 1, 1421, '3', 'donelleej13ter@outlook.com', ''),
(9944, 1, 1421, '4', '(888) 740-7484', ''),
(9945, 1, 1421, '5', 'google', ''),
(9946, 1, 1421, '6', 'фондовый рынок золото будет расти', ''),
(9947, 1, 1421, '7', 'Привет планируешь начать инвестировать, не забывай следить на новостями на сайте <a href=https://litani.ru/>litani.ru</a>', ''),
(9948, 1, 1422, '1', 'Eric', ''),
(9949, 1, 1422, '2', 'Jones', ''),
(9950, 1, 1422, '3', 'ericjonesmyemail@gmail.com', ''),
(9951, 1, 1422, '4', '(555) 555-1212', ''),
(9952, 1, 1422, '5', 'jumboleadmagnet.com', ''),
(9953, 1, 1422, '6', 'Try this, get more leads', ''),
(9954, 1, 1422, '7', 'Hi, my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nTalk With Web Visitor – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(9955, 1, 1423, '1', 'Georgianna', ''),
(9956, 1, 1423, '2', 'Winder', ''),
(9957, 1, 1423, '3', 'georgianna.winder33@yahoo.com', ''),
(9958, 1, 1423, '4', '(269) 310-0011', ''),
(9959, 1, 1423, '5', 'Georgianna Winder', ''),
(9960, 1, 1423, '6', 'Want 100s of Backlinks? Download This Plugin', ''),
(9961, 1, 1423, '7', 'My friend Ankur just released a brand new SEO plugin\r\nthat can get you 100s of Backlinks for your website\r\nWith the push of a button - without any manual work.\r\n\r\nYes - I know building backlinks is the hardest part of SEO.\r\n\r\nThat is why this plugin is so amazing...\r\n\r\n=>> DOWNLOAD IT FROM HERE https://warriorplus.com/o2/a/m8pcyf/0\r\n\r\nNow you can get your website ranked faster.\r\n\r\nBacklinks have been the most important SEO factor\r\nFor rankings since the beginning of search engines.\r\n\r\nBut to get backlinks, website owners normally have to hire\r\nSEO agencies and spend thousands of dollars.\r\n\r\nNOT ANYMORE.\r\n\r\nNow all you have to do is…\r\n\r\nStep1 - Install this plugin on every Wordpress site you have.\r\n\r\nStep 2 - Enter the KEYWORD you want backlinks for\r\nAnd hit PUBLISH on your new blog post or article.\r\n\r\nStep 3 - DONE…. A number of backlinks will be \r\nautomatically built for you from a network \r\nof over 10,000 websites.\r\n\r\nLess effort and more results is what I love\r\nand this plugin does exactly that for you...\r\n\r\n=>> Download The Unlimited Sites License Now https://warriorplus.com/o2/a/m8pcyf/0\r\n\r\nAnd start building 1000s of backlinks to your site\r\nAnd rank higher in Google.\r\n\r\nCheers', ''),
(9962, 1, 1424, '1', 'Eric', ''),
(9963, 1, 1424, '2', 'Jones', ''),
(9964, 1, 1424, '3', 'ericjonesmyemail@gmail.com', ''),
(9965, 1, 1424, '4', '(555) 555-1212', ''),
(9966, 1, 1424, '5', 'boostleadgeneration.com', ''),
(9967, 1, 1424, '6', 'Your site – more leads?', ''),
(9968, 1, 1424, '7', 'Hey, this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9969, 1, 1425, '1', 'Tomath', ''),
(9970, 1, 1425, '2', 'Liu', ''),
(9971, 1, 1425, '3', 'liu_jin1@hllife.com.cn', ''),
(9972, 1, 1425, '4', '(021) 641-6083', ''),
(9973, 1, 1425, '5', 'Shanghai Huilun Pharmaceutical Co.,Ltd.', ''),
(9974, 1, 1425, '6', 'P128', ''),
(9975, 1, 1425, '7', 'Dear friend，\r\n\r\nIt\'s my great honor to talk with you！ I am Tomath Liu，BD manager of Shanghai Huilun Pharmaceutical Co.,Ltd. Shanghai Huilun is an innovative, research-based, commercial-stage pharmaceutical company based in China. \r\n\r\n Here is our website, https://www.huilunbio.com/?l=en-us. \r\n\r\n We notice that you have P-128 for treating Staphylococcus aureus infection. We are very interested in this area. We want diverse products for our patients, so I am talking to you to see if there is any chance to collaborate.It\'s probably a good chance for your product to licsence out to China.\r\n\r\nHow is it giong with P-128 phase Ⅱb study？And what‘s your future CDP？\r\n\r\nBesides，our discovery team has researched some projects for infectious diseases, meanwhile we own successful marketing and clinical development experience in China. We believe our strength could help you make a great progress in China.\r\n\r\n\r\nI would appreciate it if you could reply.', ''),
(9976, 1, 1426, '1', 'Mike Kennett', ''),
(9977, 1, 1426, '2', 'Mike Kennett', ''),
(9978, 1, 1426, '3', 'no-replyPovaTasy@gmail.com', ''),
(9979, 1, 1426, '4', '(680) 510-2851', ''),
(9980, 1, 1426, '5', 'google', ''),
(9981, 1, 1426, '6', 'Monthly SEO plans from 49$ ONLY', ''),
(9982, 1, 1426, '7', 'Good Day \r\n \r\nI have just verified your SEO on  gangagen.com for its SEO metrics and saw that your website could use a boost. \r\n \r\nWe will improve your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our services below, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Kennett\r\n \r\n \r\nPS: Quality SEO content is included', ''),
(9983, 1, 1427, '1', 'Eric', ''),
(9984, 1, 1427, '2', 'Jones', ''),
(9985, 1, 1427, '3', 'ericjonesmyemail@gmail.com', ''),
(9986, 1, 1427, '4', '(555) 555-1212', ''),
(9987, 1, 1427, '5', 'boostleadgeneration.com', ''),
(9988, 1, 1427, '6', 'Cool website!', ''),
(9989, 1, 1427, '7', 'Cool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(9990, 1, 1428, '1', 'Eric', ''),
(9991, 1, 1428, '2', 'Jones', ''),
(9992, 1, 1428, '3', 'ericjonesmyemail@gmail.com', ''),
(9993, 1, 1428, '4', '(555) 555-1212', ''),
(9994, 1, 1428, '5', 'jumboleadmagnet.com', ''),
(9995, 1, 1428, '6', 'Strike when the iron’s hot', ''),
(9996, 1, 1428, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(9997, 1, 1429, '1', 'LeslieZEKLY', ''),
(9998, 1, 1429, '2', 'LeslieZEKLY', ''),
(9999, 1, 1429, '3', 'mz8vy@course-fitness.com', ''),
(10000, 1, 1429, '4', '(401) 681-5807', ''),
(10001, 1, 1429, '5', 'google', ''),
(10002, 1, 1429, '6', '第一借錢網擁有全台最多的借錢資訊', ''),
(10003, 1, 1429, '7', '第一借錢網擁有全台最多的借錢資訊 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(10004, 1, 1430, '1', 'RichardBex', ''),
(10005, 1, 1430, '2', 'RichardBex', ''),
(10006, 1, 1430, '3', 'wj1ra@course-fitness.com', ''),
(10007, 1, 1430, '4', '(876) 512-3313', ''),
(10008, 1, 1430, '5', 'google', ''),
(10009, 1, 1430, '6', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(10010, 1, 1430, '7', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(10011, 1, 1431, '1', 'Eric', ''),
(10012, 1, 1431, '2', 'Jones', ''),
(10013, 1, 1431, '3', 'ericjonesmyemail@gmail.com', ''),
(10014, 1, 1431, '4', '(555) 555-1212', ''),
(10015, 1, 1431, '5', 'boostleadgeneration.com', ''),
(10016, 1, 1431, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(10017, 1, 1431, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(10018, 1, 1432, '1', 'BryanGot', ''),
(10019, 1, 1432, '2', 'BryanGot', ''),
(10020, 1, 1432, '3', 'zelatcol@gmail.com', ''),
(10021, 1, 1432, '4', '(002) 418-0187', ''),
(10022, 1, 1432, '5', 'google', ''),
(10023, 1, 1432, '6', 'Aloha, i wrote about your   price', ''),
(10024, 1, 1432, '7', 'Hi, მინდოდა ვიცოდე თქვენი ფასი.', ''),
(10025, 1, 1433, '1', 'Mike Adderiy', ''),
(10026, 1, 1433, '2', 'Mike Adderiy', ''),
(10027, 1, 1433, '3', 'no-replyPovaTasy@gmail.com', ''),
(10028, 1, 1433, '4', '(706) 667-6310', ''),
(10029, 1, 1433, '5', 'google', ''),
(10030, 1, 1433, '6', 'Increase the DR of your gangagen.com in ahrefs', ''),
(10031, 1, 1433, '7', 'Hi there \r\n \r\nJust checked your gangagen.com in ahrefs and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed ahrefs score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Semrush DA is now possible \r\nhttps://www.monkeydigital.co/semrush-da/ \r\n \r\nThanks and regards \r\nMike Adderiy\r\n \r\n \r\n \r\nPS: For a limited time, we`ll add ahrefs UR50+ for free.', ''),
(10032, 1, 1434, '1', 'JamesBab', ''),
(10033, 1, 1434, '2', 'JamesBab', ''),
(10034, 1, 1434, '3', 'izooomrud@outlook.com', ''),
(10035, 1, 1434, '4', '(056) 116-7540', ''),
(10036, 1, 1434, '5', 'google', ''),
(10037, 1, 1434, '6', 'aRIA Currency discord server', ''),
(10038, 1, 1434, '7', '<b>aRIA Currency</b> - next generation Proof of Stake consensus, a Super Fast peer 2 peer Electronic Cash System with a very low transaction fee. Be your own bank with full control of your digital assets. Or just hold for passive income. \r\n \r\nOn our server you can study our project in more detail, be the first to know the news of the project and its promotions, and we also have: \r\n \r\n<b>BOUNTY</b> program - complete simple tasks, support the project, get rewarded!; \r\n<b>quiz</b> - answer simple questions about the project and get prizes; \r\n<b>ARIUM</b> game - play the game, earn game currency and exchange for real ARIA coins; \r\n<b>aRIA COMMUNITY COLLECTIONS</b> - become an investor and get any card from the collection for free. \r\n \r\n<b><a href=https://discord.gg/GtpaREquVv>Join us</a></b>, there is a lot of interesting things ahead \r\nhttps://discord.gg/GtpaREquVv \r\n \r\n<b><i>Did you miss 2007 with bitcoin? Don\'t miss your chance with aRIA today!</i></b> \r\n<img src=\"https://i.imgur.com/EXhp2gt.png\">', ''),
(10039, 1, 1435, '1', 'lasixGaize', ''),
(10040, 1, 1435, '2', 'lasixGaize', ''),
(10041, 1, 1435, '3', 'jackbulloksm@yandex.com', ''),
(10042, 1, 1435, '4', '(767) 163-7150', ''),
(10043, 1, 1435, '5', 'google', ''),
(10044, 1, 1435, '6', 'magnificent information', ''),
(10045, 1, 1435, '7', 'I am not sure where you’re getting your info, but great topic. I needs to spend some time learning more or understanding more. \r\nThanks for magnificent info I was looking for this information for my mission.', ''),
(10046, 1, 1436, '1', 'Kendra', ''),
(10047, 1, 1436, '2', 'Hart', ''),
(10048, 1, 1436, '3', 'khart@commercialcleanrs.com', ''),
(10049, 1, 1436, '4', '(612) 888-8872', ''),
(10050, 1, 1436, '5', 'Commercial Cleanrs', ''),
(10051, 1, 1436, '6', 'Cleaning near you.', ''),
(10052, 1, 1436, '7', 'Hi! I\'m in California and would be happy to visit your business and submit a bid for your recurring weekly (or more) janitorial and disinfection needs.  \r\n\r\nWould you like to compare pricing on your office cleaning service?\r\n\r\nI\'d be happy to provide you with a no-obligation quote on your facilities cleaning.\r\n\r\nPlease simply respond and I will send next steps.\r\n\r\nWishing you Happy Holidays and a blessed New Year!\r\n\r\nBest,\r\nKendra\r\n\r\nKendra Hart\r\nDirector of Operations\r\nCommercial Cleanrs\r\n(612) 888-8872\r\nkhart@commercialcleanrs.com\r\n\r\nPlease respond with \"Stop\" to opt out.', ''),
(10053, 1, 1437, '1', 'sistemauprunulz', ''),
(10054, 1, 1437, '2', 'sistemauprunulz', ''),
(10055, 1, 1437, '3', 'regs.voloday@rambler.ru', ''),
(10056, 1, 1437, '4', '(330) 674-8476', ''),
(10057, 1, 1437, '5', 'google', ''),
(10058, 1, 1437, '6', 'on request for an offer', ''),
(10059, 1, 1437, '7', 'Dear Colleague, \r\n \r\nLet me offer you a reliable way to improve the efficiency of your company: \r\n \r\n<b>Company Standards</b> (do what should to do, not what wish to do) \r\nhttp://sistema-up.ru/company-standards/ \r\n \r\n<b>Company Regulations</b> (The Company Regulations are a tool (a technology) for organizing the Company’s activities, organizing a system of functional and technological business processes of the Company that make up its activities). \r\nhttp://sistema-up.ru/company-standards/company-regulations/ \r\n \r\n<b>Marketing Regulations</b> (The Regulations of the Company’s Marketing Service are a tool (a technology) for organizing the activities of the Company’s Marketing Service, organizing a system of technological business processes that make up its activities). \r\nhttp://sistema-up.ru/company-standards/marketing-regulations/ \r\n \r\n<b>Production Regulations</b> (The Regulations of the Company’s Production Service are a tool (a technology) for organizing the activities of the Production Service, organizing a system of technological business processes that make up its activities). \r\nhttp://sistema-up.ru/company-standards/production-regulations/ \r\n \r\n<b>Maintenance Regulations</b> (The Regulations of the Company’s Auxiliary Production Service are a tool (a technology) for organizing the activities of the Auxiliary Production Service, organizing a system of technological business processes that make up its activities). \r\nhttp://sistema-up.ru/company-standards/maintenance-regulations/ \r\n \r\n<b>HR Regulations</b> (The Regulations of the Company’s HR Service are a tool (a technology) for organizing the activities of the HR Service, organizing a system of technological business processes that make up its activities). \r\nhttp://sistema-up.ru/company-standards/hr-regulations/ \r\n \r\n<b>Purchasing Regulations</b> (The regulations of the Company’s Purchasing Service are a tool (a technology) for organizing the activities of the Purchasing Service, organizing a system of technological business processes that make up its activities). \r\nhttp://sistema-up.ru/company-standards/purchasing-regulations/ \r\n \r\n<b>Security Regulations</b> (The Regulations of the Company’s Security Service are a tool (a technology) for organizing the activities of the Security Service, organizing a system of technological business processes that make up its activities). \r\nhttp://sistema-up.ru/company-standards/security-regulations/ \r\n \r\n<b>Accounting Regulations </b>(The Regulations of the Company’s Accounting Service are a tool (a technology) for organizing the activities of the Accounting Service, organizing a system of technological business processes that make up its activities). \r\nhttp://sistema-up.ru/company-standards/accounting-regulations/ \r\n \r\n<b>Economics Regulations</b> (The Regulation of the Company’s Economic Service is a tool (a technology) for organizing the activities of the Economic Service, organizing a system of technological business processes that make up its activities). \r\nhttp://sistema-up.ru/company-standards/economics-regulations/ \r\n \r\n<b>Administration Regulations</b> (The Regulations of the Company’s Administration Service are a tool (a technology) for organizing the activities of the Administration Service, organizing a system of technological business processes that make up its activities). \r\nhttp://sistema-up.ru/company-standards/administration-regulations/ \r\n \r\n<b>Lean Production Regulations</b> (The Lean Production Regulation is a tool (a technology) for organizing the company’s activities based on the principles of Lean Production). \r\nhttp://sistema-up.ru/company-standards/lean-production-regulations/ \r\n \r\n<b>Job Description of the CEO of the Company</b> (The Job Description of the General Director of the Company – the technology (procedure) of the General Director of the Company for the management of the company). \r\nhttp://sistema-up.ru/company-standards/job-description-of-the-ceo-of-the-company/ \r\n \r\n<b>Job Description of the Marketing Director</b> (The Job Description of the Marketing Director – the technology (procedure) of the Marketing Director for the management of the Company`s Marketing Service). \r\nhttp://sistema-up.ru/company-standards/job-description-of-the-marketing-director/ \r\n \r\n<b>Job Description of the Production Director</b> (The Job Description of the Production Director – the technology (procedure) of the Production Director for the management of the Company`s Production Service). \r\nhttp://sistema-up.ru/company-standards/job-description-of-the-production-director/ \r\n \r\n<b>Job Description of the Technical Director</b> (The Job Description of the Technical Director – the technology (procedure) of the Technical Director for the management of the Company`s Maintenance Service). \r\nhttp://sistema-up.ru/company-standards/job-description-of-the-technical-director/ \r\n \r\n<b>Job Description of the HR Director</b> (The Job Description of  the HR Director – the technology (procedure) of the HR Director for the management of the Company`s Personnel Service). \r\nhttp://sistema-up.ru/company-standards/job-description-of-the-hr-director/ \r\n \r\n<b>Job Description of the Purchasing Director</b> (The Job Description of  the Purchasing Director – the technology (procedure) of the Purchasing Director for the management of the Company`s Purchasing Service). \r\nhttp://sistema-up.ru/company-standards/job-description-of-the-purchasing-director/ \r\n \r\n<b>Job Description of the Security Director</b> (The Job Description of  the Security Director – the technology (procedure) of the Security Director for the management of the Company`s Security Service). \r\nhttp://sistema-up.ru/company-standards/job-description-of-the-security-director/ \r\n \r\n<b>Job Description of the Chief Accountant</b> (The Job Description of  the Chief Accountant – the technology (procedure) of the Chief Accountant for the management of the Company`s Accountant Service). \r\nhttp://sistema-up.ru/company-standards/job-description-of-the-chief-accountant/ \r\n \r\n<b>Job Description of the Financial Director</b> (The Job Description of  the Financial Director – the technology (procedure) of the Financial Director for the management of the Company`s Economic Service). \r\nhttp://sistema-up.ru/company-standards/job-description-of-the-financial-director/ \r\n \r\n<b>Job Description of the Head of the Administration of the Company</b> (The Job Description of the Head of the Administration of the Company – the technology (procedure) of the Head of the Administration for managing the activities of the Administration of the Company). \r\nhttp://sistema-up.ru/company-standards/job-description-of-the-head-of-the-administration-of-the-company/ \r\n \r\nYours sincerely, \r\nAlex Voloday \r\nSistema-Up', ''),
(10060, 1, 1438, '1', 'Sdvillreich', ''),
(10061, 1, 1438, '2', 'Sdvillreich', ''),
(10062, 1, 1438, '3', 'c.hi.m.m.edu.r.ls@o5o5.ru', ''),
(10063, 1, 1438, '4', '(523) 658-3512', ''),
(10064, 1, 1438, '5', 'google', ''),
(10065, 1, 1438, '6', 'гидрохинон купить', ''),
(10066, 1, 1438, '7', '<a href=https://chimmed.ru/>d манноза </a> \r\nTegs: изобутанол  https://chimmed.ru/ \r\n \r\n<u>щавелевая кислота купить в спб </u> \r\n<i>бензоат натрия купить </i> \r\n<b>аргинин аминокислота </b>', ''),
(10067, 1, 1439, '1', 'videokix', ''),
(10068, 1, 1439, '2', 'videokix', ''),
(10069, 1, 1439, '3', 'zwisoltiving1980@seocdvig.ru', ''),
(10070, 1, 1439, '4', '(352) 132-1813', ''),
(10071, 1, 1439, '5', 'google', ''),
(10072, 1, 1439, '6', 'Видеонаблюдение в Нижнем Новгороде', ''),
(10073, 1, 1439, '7', '<a href=http://videonn.ru>Видеонаблюдение</a>', ''),
(10074, 1, 1440, '1', 'Anna', ''),
(10075, 1, 1440, '2', 'Walker', ''),
(10076, 1, 1440, '3', 'annawalker@quick-mca.com', ''),
(10077, 1, 1440, '4', '(201) 932-2546', ''),
(10078, 1, 1440, '5', 'Quick MCA Funding', ''),
(10079, 1, 1440, '6', 'Funding on your terms', ''),
(10080, 1, 1440, '7', 'Do you need funding quickly to re-invest in your business? If the banks are saying “no,” Quick MCA Funding provides a great alternative.\r\n\r\nWe can give you preliminary approval in just three hours, and funds in as soon as three days. It’s a very simple process with no surprises or unnecessary red tape.\r\n\r\nMay I call you to discuss?\r\n\r\nWishing you Happy Holidays and a blessed New Year!\r\n\r\nSincerely,\r\n\r\n--\r\nAnna Walker\r\nDirector\r\nQuick MCA Funding\r\nannawalker@quick-mca.com\r\n\r\nPlease respond with \"stop\" to opt out.', ''),
(10081, 1, 1441, '1', 'PatrickMUs', ''),
(10082, 1, 1441, '2', 'PatrickMUs', ''),
(10083, 1, 1441, '3', 'e2zbp@course-fitness.com', ''),
(10084, 1, 1441, '4', '(188) 566-5572', ''),
(10085, 1, 1441, '5', 'google', ''),
(10086, 1, 1441, '6', '詠春拳幣', ''),
(10087, 1, 1441, '7', '詠春拳幣 \r\n \r\n \r\n \r\n \r\nhttps://etherscan.io/token/0xa8930ee8906063d2a5c7ea15b6b4429463d28f58', ''),
(10088, 1, 1442, '1', 'John', ''),
(10089, 1, 1442, '2', 'Nigro', ''),
(10090, 1, 1442, '3', 'john@sourceonebuildingmaintenance.com', ''),
(10091, 1, 1442, '4', '(669) 236-2008', ''),
(10092, 1, 1442, '5', 'SourceONE Building Maintenance, Inc', ''),
(10093, 1, 1442, '6', 'Recurring Janitorial Service For Your Facility', ''),
(10094, 1, 1442, '7', 'I\'m in your area and would be happy to visit your business and submit a bid for your recurring janitorial needs that require 5 or more days per week.\r\n\r\nWould you like to compare pricing on your office cleaning service, or having your space cleaned addressing your cleaning issues i.e. COVID, communication, shoddy work, etc.?\r\n\r\nI\'d be happy to send you a no-obligation quote on your facilities cleaning.\r\n\r\nPlease simply respond to this email and I’ll send the next steps.\r\n\r\nThanks,\r\n\r\nJohn Nigro\r\nBusiness Development Representative \r\nSourceONE Building Maintenance, Inc\r\n(669) 236-2008\r\njohn@sourceonebuildingmaintenance.com\r\n\r\nPlease respond with \"stop\" to opt-out.', ''),
(10095, 1, 1443, '1', 'Sdvillreich', ''),
(10096, 1, 1443, '2', 'Sdvillreich', ''),
(10097, 1, 1443, '3', 'ch.i.m.medurl.s@o5o5.ru', ''),
(10098, 1, 1443, '4', '(536) 655-8343', ''),
(10099, 1, 1443, '5', 'google', ''),
(10100, 1, 1443, '6', 'натрий гидроксид', ''),
(10101, 1, 1443, '7', '<a href=https://chimmed.ru/>гипоксантин </a> \r\nTegs: jacob sartorius  https://chimmed.ru/ \r\n \r\n<u>фипронил </u> \r\n<i>этилацетат купить </i> \r\n<b>кальций глюконат </b>', ''),
(10102, 1, 1444, '1', 'SuperTrader', ''),
(10103, 1, 1444, '2', 'SuperTrader', ''),
(10104, 1, 1444, '3', 'mysupertraidercoin2022@gmail.com', ''),
(10105, 1, 1444, '4', '(108) 214-7318', ''),
(10106, 1, 1444, '5', 'google', ''),
(10107, 1, 1444, '6', 'Pump Cryptocurrencies EarnX on Hotbit', ''),
(10108, 1, 1444, '7', 'We are planning to unite and launch Pump Cryptocurrencies EarnX on the Hotbit exchange ( https://www.hotbit.io/exchange?symbol=EARNX_USDT ). Are you with us? \r\n \r\n我们计划在 Hotbit 交易所 ( https://www.hotbit.io/exchange?symbol=EARNX_USDT ) 上联合推出 EarnX 加密货币泵。加入我们！ \r\n \r\n(У нас в планах объединится и запустить памп криптовалюты EarnX на бирже Hotbit ( https://www.hotbit.io/exchange?symbol=EARNX_USDT ). Ты с нами?)', ''),
(10109, 1, 1445, '1', 'JustinLaw', ''),
(10110, 1, 1445, '2', 'JustinLaw', ''),
(10111, 1, 1445, '3', 'prja@course-fitness.com', ''),
(10112, 1, 1445, '4', '(813) 213-0710', ''),
(10113, 1, 1445, '5', 'google', ''),
(10114, 1, 1445, '6', '日光共享空間 - Nikko Space', ''),
(10115, 1, 1445, '7', '日光共享空間 - Nikko Space \r\n \r\n \r\nhttps://nikkospace.com/', ''),
(10116, 1, 1446, '1', 'Mike Fulton', ''),
(10117, 1, 1446, '2', 'Mike Fulton', ''),
(10118, 1, 1446, '3', 'no-replyPovaTasy@gmail.com', ''),
(10119, 1, 1446, '4', '(454) 816-7726', ''),
(10120, 1, 1446, '5', 'google', ''),
(10121, 1, 1446, '6', 'Content Marketing to rank gangagen.com', ''),
(10122, 1, 1446, '7', 'Hi there \r\n \r\nI Just checked your gangagen.com ranks and saw that your site is trending down for some time. \r\n \r\nIf you are looking for a trend reversal, we have the right solution for you \r\n \r\nWe are offering affordable Content Marketing plans with humanly written SEO content \r\n \r\nFor more information, please check our offers \r\nhttps://www.digital-x-press.com/product/content-marketing/ \r\n \r\nThanks and regards \r\nMike Fulton', ''),
(10123, 1, 1447, '1', 'RachelPribe', ''),
(10124, 1, 1447, '2', 'RachelPribe', ''),
(10125, 1, 1447, '3', 'madywka141@outlook.com', ''),
(10126, 1, 1447, '4', '(482) 613-2071', ''),
(10127, 1, 1447, '5', 'google', ''),
(10128, 1, 1447, '6', 'сериал онлайн бесплатно серии', ''),
(10129, 1, 1447, '7', 'https://images.google.as/url?q=https://proserial.org/ \r\nhttps://images.google.off.ai/url?q=https://proserial.org/ \r\nhttps://images.google.com.ag/url?q=https://proserial.org/ \r\nhttps://images.google.com.ar/url?q=https://proserial.org/ \r\nhttps://images.google.com.au/url?q=https://proserial.org/ \r\nhttps://images.google.at/url?q=https://proserial.org/ \r\nhttps://images.google.az/url?q=https://proserial.org/ \r\nhttps://images.google.be/url?q=https://proserial.org/ \r\nhttps://images.google.com.br/url?q=https://proserial.org/ \r\nhttps://images.google.vg/url?q=https://proserial.org/ \r\nhttps://images.google.bi/url?q=https://proserial.org/ \r\nhttps://images.google.ca/url?q=https://proserial.org/ \r\nhttps://images.google.td/url?q=https://proserial.org/ \r\nhttps://images.google.cl/url?q=https://proserial.org/ \r\nhttps://images.google.com.co/url?q=https://proserial.org/ \r\nhttps://images.google.co.cr/url?q=https://proserial.org/ \r\nhttps://images.google.ci/url?q=https://proserial.org/ \r\nhttps://images.google.com.cu/url?q=https://proserial.org/ \r\nhttps://images.google.cd/url?q=https://proserial.org/ \r\nhttps://images.google.dk/url?q=https://proserial.org/ \r\nhttps://images.google.dj/url?q=https://proserial.org/ \r\nhttps://images.google.com.do/url?q=https://proserial.org/ \r\nhttps://images.google.com.ec/url?q=https://proserial.org/ \r\nhttps://images.google.com.sv/url?q=https://proserial.org/ \r\nhttps://images.google.fm/url?q=https://proserial.org/ \r\nhttps://images.google.com.fj/url?q=https://proserial.org/ \r\nhttps://images.google.fi/url?q=https://proserial.org/ \r\nhttps://images.google.fr/url?q=https://proserial.org/ \r\nhttps://images.google.gm/url?q=https://proserial.org/ \r\nhttps://images.google.ge/url?q=https://proserial.org/ \r\nhttps://images.google.de/url?q=https://proserial.org/ \r\nhttps://images.google.com.gi/url?q=https://proserial.org/ \r\nhttps://images.google.com.gr/url?q=https://proserial.org/ \r\nhttps://images.google.gl/url?q=https://proserial.org/ \r\nhttps://images.google.gg/url?q=https://proserial.org/ \r\nhttps://images.google.hn/url?q=https://proserial.org/ \r\nhttps://images.google.com.hk/url?q=https://proserial.org/ \r\nhttps://images.google.co.hu/url?q=https://proserial.org/ \r\nhttps://images.google.co.in/url?q=https://proserial.org/ \r\nhttps://images.google.ie/url?q=https://proserial.org/ \r\nhttps://images.google.co.im/url?q=https://proserial.org/ \r\nhttps://images.google.co.il/url?q=https://proserial.org/ \r\nhttps://images.google.it/url?q=https://proserial.org/ \r\nhttps://images.google.com.jm/url?q=https://proserial.org/ \r\nhttps://images.google.co.jp/url?q=https://proserial.org/ \r\nhttps://images.google.co.je/url?q=https://proserial.org/ \r\nhttps://images.google.kz/url?q=https://proserial.org/ \r\nhttps://images.google.co.kr/url?q=https://proserial.org/ \r\nhttps://images.google.lv/url?q=https://proserial.org/ \r\nhttps://images.google.co.ls/url?q=https://proserial.org/ \r\nhttps://images.google.li/url?q=https://proserial.org/ \r\nhttps://images.google.lt/url?q=https://proserial.org/ \r\nhttps://images.google.lu/url?q=https://proserial.org/ \r\nhttps://images.google.mw/url?q=https://proserial.org/ \r\nhttps://images.google.com.my/url?q=https://proserial.org/ \r\nhttps://images.google.com.mt/url?q=https://proserial.org/ \r\nhttps://images.google.mu/url?q=https://proserial.org/ \r\nhttps://images.google.com.mx/url?q=https://proserial.org/ \r\nhttps://images.google.ms/url?q=https://proserial.org/ \r\nhttps://images.google.com.na/url?q=https://proserial.org/ \r\nhttps://images.google.com.np/url?q=https://proserial.org/ \r\nhttps://images.google.nl/url?q=https://proserial.org/ \r\nhttps://images.google.co.nz/url?q=https://proserial.org/ \r\nhttps://images.google.com.ni/url?q=https://proserial.org/ \r\nhttps://images.google.com.nf/url?q=https://proserial.org/ \r\nhttps://images.google.com.pk/url?q=https://proserial.org/ \r\nhttps://images.google.com.pa/url?q=https://proserial.org/ \r\nhttps://images.google.com.py/url?q=https://proserial.org/ \r\nhttps://images.google.com.pe/url?q=https://proserial.org/ \r\nhttps://images.google.com.ph/url?q=https://proserial.org/ \r\nhttps://images.google.pn/url?q=https://proserial.org/ \r\nhttps://images.google.pl/url?q=https://proserial.org/ \r\nhttps://images.google.pt/url?q=https://proserial.org/ \r\nhttps://images.google.com.pr/url?q=https://proserial.org/ \r\nhttps://images.google.cg/url?q=https://proserial.org/ \r\nhttps://images.google.ro/url?q=https://proserial.org/ \r\nhttps://images.google.ru/url?q=https://proserial.org/ \r\nhttps://images.google.rw/url?q=https://proserial.org/ \r\nhttps://images.google.sh/url?q=https://proserial.org/ \r\nhttps://images.google.sm/url?q=https://proserial.org/ \r\nhttps://images.google.com.sg/url?q=https://proserial.org/ \r\nhttps://images.google.sk/url?q=https://proserial.org/ \r\nhttps://images.google.co.za/url?q=https://proserial.org/ \r\nhttps://images.google.es/url?q=https://proserial.org/ \r\nhttps://images.google.se/url?q=https://proserial.org/ \r\nhttps://images.google.ch/url?q=https://proserial.org/ \r\nhttps://images.google.com.tw/url?q=https://proserial.org/ \r\nhttps://images.google.co.th/url?q=https://proserial.org/ \r\nhttps://images.google.tt/url?q=https://proserial.org/ \r\nhttps://images.google.com.tr/url?q=https://proserial.org/ \r\nhttps://images.google.com.ua/url?q=https://proserial.org/ \r\nhttps://images.google.ae/url?q=https://proserial.org/ \r\nhttps://images.google.co.uk/url?q=https://proserial.org/ \r\nhttps://images.google.com.uy/url?q=https://proserial.org/ \r\nhttps://images.google.uz/url?q=https://proserial.org/ \r\nhttps://images.google.vu/url?q=https://proserial.org/ \r\nhttps://images.google.co.ve/url?q=https://proserial.org/ \r\nhttps://www.google.co.ao/url?q=https://proserial.org/ \r\nhttps://images.google.im/url?q=https://proserial.org/ \r\nhttps://images.google.dm/url?q=https://proserial.org/ \r\nhttps://google.com.pa/url?q=https://proserial.org/ \r\nhttp://maps.google.mw/url?q=https://proserial.org/ \r\nhttps://google.ac/url?q=https://proserial.org/ \r\nhttps://google.com.gh/url?q=https://proserial.org/ \r\nhttps://google.dz/url?q=https://proserial.org/ \r\nhttp://images.google.ki/url?q=https://proserial.org/ \r\nhttp://www.google.im/url?q=https://proserial.org/ \r\nhttps://google.com.mx/url?q=https://proserial.org/ \r\nhttps://www.google.cz/url?q=https://proserial.org/ \r\nhttp://google.hr/url?q=https://proserial.org/ \r\nhttps://google.ml/url?q=https://proserial.org/ \r\nhttps://www.google.com.au/url?q=https://proserial.org/ \r\nhttps://images.google.bs/url?q=https://proserial.org/ \r\nhttps://google.co.tz/url?q=https://proserial.org/ \r\nhttp://google.cg/url?q=https://proserial.org/ \r\nhttp://maps.google.is/url?q=https://proserial.org/ \r\nhttp://google.si/url?q=https://proserial.org/ \r\nhttp://google.com.py/url?q=https://proserial.org/ \r\nhttp://maps.google.co.cr/url?q=https://proserial.org/ \r\nhttp://www.google.mk/url?q=https://proserial.org/ \r\nhttp://www.google.ge/url?q=https://proserial.org/ \r\nhttps://images.google.ml/url?q=https://proserial.org/ \r\nhttps://www.google.com.sa/url?q=https://proserial.org/ \r\nhttp://google.mg/url', ''),
(10130, 1, 1448, '1', 'Kennycunty', ''),
(10131, 1, 1448, '2', 'Kennycunty', ''),
(10132, 1, 1448, '3', 'f5vano@course-fitness.com', ''),
(10133, 1, 1448, '4', '(088) 305-5311', ''),
(10134, 1, 1448, '5', 'google', ''),
(10135, 1, 1448, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(10136, 1, 1448, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(10137, 1, 1449, '1', 'Eric', ''),
(10138, 1, 1449, '2', 'Jones', ''),
(10139, 1, 1449, '3', 'ericjonesmyemail@gmail.com', ''),
(10140, 1, 1449, '4', '(555) 555-1212', ''),
(10141, 1, 1449, '5', 'jumboleadmagnet.com', ''),
(10142, 1, 1449, '6', 'how to turn eyeballs into phone calls', ''),
(10143, 1, 1449, '7', 'Hi, Eric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(10144, 1, 1450, '1', 'Eric', ''),
(10145, 1, 1450, '2', 'Jones', ''),
(10146, 1, 1450, '3', 'ericjonesmyemail@gmail.com', ''),
(10147, 1, 1450, '4', '(555) 555-1212', ''),
(10148, 1, 1450, '5', 'boostleadgeneration.com', ''),
(10149, 1, 1450, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(10150, 1, 1450, '7', 'Hello, my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(10151, 1, 1451, '1', 'Eric', ''),
(10152, 1, 1451, '2', 'Jones', ''),
(10153, 1, 1451, '3', 'ericjonesmyemail@gmail.com', ''),
(10154, 1, 1451, '4', '(555) 555-1212', ''),
(10155, 1, 1451, '5', 'boostleadgeneration.com', ''),
(10156, 1, 1451, '6', 'how to turn eyeballs into phone calls', ''),
(10157, 1, 1451, '7', 'Hi, Eric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(10158, 1, 1452, '1', 'Eric', ''),
(10159, 1, 1452, '2', 'Jones', ''),
(10160, 1, 1452, '3', 'ericjonesmyemail@gmail.com', ''),
(10161, 1, 1452, '4', '(555) 555-1212', ''),
(10162, 1, 1452, '5', 'boostleadgeneration.com', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(10163, 1, 1452, '6', 'Cool website!', ''),
(10164, 1, 1452, '7', 'Cool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(10165, 1, 1453, '1', 'Eric', ''),
(10166, 1, 1453, '2', 'Jones', ''),
(10167, 1, 1453, '3', 'ericjonesmyemail@gmail.com', ''),
(10168, 1, 1453, '4', '(555) 555-1212', ''),
(10169, 1, 1453, '5', 'boostleadgeneration.com', ''),
(10170, 1, 1453, '6', 'Strike when the iron’s hot', ''),
(10171, 1, 1453, '7', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(10172, 1, 1454, '1', 'videokix', ''),
(10173, 1, 1454, '2', 'videokix', ''),
(10174, 1, 1454, '3', 'zwisoltiving1980@seocdvig.ru', ''),
(10175, 1, 1454, '4', '(304) 885-3002', ''),
(10176, 1, 1454, '5', 'google', ''),
(10177, 1, 1454, '6', 'Видеонаблюдение в Нижнем Новгороде', ''),
(10178, 1, 1454, '7', 'http://xn----ctbgen7aaf.xn--p1ai - Видеонаблюдение', ''),
(10179, 1, 1455, '1', 'Eric', ''),
(10180, 1, 1455, '2', 'Jones', ''),
(10181, 1, 1455, '3', 'ericjonesmyemail@gmail.com', ''),
(10182, 1, 1455, '4', '(555) 555-1212', ''),
(10183, 1, 1455, '5', 'jumboleadmagnet.com', ''),
(10184, 1, 1455, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(10185, 1, 1455, '7', 'Hello, my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(10186, 1, 1456, '1', 'MaximoNaina', ''),
(10187, 1, 1456, '2', 'MaximoNaina', ''),
(10188, 1, 1456, '3', 'sehladesuza@gmail.com', ''),
(10189, 1, 1456, '4', '(241) 168-3715', ''),
(10190, 1, 1456, '5', 'google', ''),
(10191, 1, 1456, '6', 'Al Jazeera News Today', ''),
(10192, 1, 1456, '7', 'Stay on top of latest News developments with <a href=https://www.aljazeeranewstoday.com>Al Jazeera News Today</a> fact-based news', ''),
(10193, 1, 1457, '1', 'Sdvillreich', ''),
(10194, 1, 1457, '2', 'Sdvillreich', ''),
(10195, 1, 1457, '3', 'c.h.i.m.medu.r.ls@o5o5.ru', ''),
(10196, 1, 1457, '4', '(738) 800-1278', ''),
(10197, 1, 1457, '5', 'google', ''),
(10198, 1, 1457, '6', 'празиквантел цена', ''),
(10199, 1, 1457, '7', '<a href=https://chimmed.ru/>сульфатиазол </a> \r\nTegs: цианид калия купить  https://chimmed.ru/ \r\n \r\n<u>ламинарный бокс </u> \r\n<i>шкаф вытяжной лабораторный </i> \r\n<b>поляриметры </b>', ''),
(10200, 1, 1458, '1', 'SuperTrader', ''),
(10201, 1, 1458, '2', 'SuperTrader', ''),
(10202, 1, 1458, '3', 'mysupertraidercoin2022@gmail.com', ''),
(10203, 1, 1458, '4', '(027) 127-3540', ''),
(10204, 1, 1458, '5', 'google', ''),
(10205, 1, 1458, '6', 'Pump Cryptocurrencies EarnX on Hotbit. Start in 2023!', ''),
(10206, 1, 1458, '7', 'We are planning to unite and launch Pump Cryptocurrencies EarnX on the Hotbit exchange ( https://www.hotbit.io/exchange?symbol=EARNX_USDT ). Are you with us? \r\n \r\n我们计划在 Hotbit 交易所 ( https://www.hotbit.io/exchange?symbol=EARNX_USDT ) 上联合推出 EarnX 加密货币泵。加入我们！ \r\n \r\n(У нас в планах объединится и запустить памп криптовалюты EarnX на бирже Hotbit ( https://www.hotbit.io/exchange?symbol=EARNX_USDT ). Ты с нами?)', ''),
(10207, 1, 1459, '1', 'Thomas', ''),
(10208, 1, 1459, '2', 'Murphy', ''),
(10209, 1, 1459, '3', 'thomas@cashboost.online', ''),
(10210, 1, 1459, '4', '(202) 991-6766', ''),
(10211, 1, 1459, '5', 'Express Capital', ''),
(10212, 1, 1459, '6', 'Is now a good time?', ''),
(10213, 1, 1459, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nJust wondering if you would consider a Working Capital Loan for your business\r\nif the price and terms were acceptable to you?\r\n\r\nExpress Capital is a Direct Lender specializing in working capital loans up to 500k. \r\n\r\nWe don’t require collateral and our approval process is fully automated. \r\n\r\nReceive your decision is less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nThomas Murphy\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(10214, 1, 1460, '1', 'JoeGot', ''),
(10215, 1, 1460, '2', 'JoeGot', ''),
(10216, 1, 1460, '3', 'zelatcol@gmail.com', ''),
(10217, 1, 1460, '4', '(112) 813-2675', ''),
(10218, 1, 1460, '5', 'google', ''),
(10219, 1, 1460, '6', 'Hi, i am wrote about     price', ''),
(10220, 1, 1460, '7', 'Hi, მინდოდა ვიცოდე თქვენი ფასი.', ''),
(10221, 1, 1461, '1', 'Nathanjag', ''),
(10222, 1, 1461, '2', 'Nathanjag', ''),
(10223, 1, 1461, '3', 'dimapetrov107@hotmail.com', ''),
(10224, 1, 1461, '4', '(364) 628-2868', ''),
(10225, 1, 1461, '5', 'google', ''),
(10226, 1, 1461, '6', 'Top 10 Online Slots', ''),
(10227, 1, 1461, '7', 'If you were to survey which features were the most popular among slots players, we would pretty much be able to guarantee that <a href=https://casino2202.blogspot.com/2022/10/slots-lv-casino-review-usa-friendly.html>free spins</a> would be at the very top. There is nothing more satisfying than landing a ton of free spins and just sitting back and watching them reel in the wins. \r\nFind the best <a href=https://casino2202.blogspot.com/2022/10/joe-fortune-casino-review-2022-top.html>online casinos</a> USA to play games for real money. List of the top US Casinos that accept US players. United States\' leading gambling sites 2022 \r\n<a href=https://casino2202.blogspot.com/2022/10/spin-palace-winners-top-wins-best-games.html>Spin Palace</a> is your top destination for a safe and trusted online casino experience. Enjoy over 500 casino games in a secure, fair environment 24/7! \r\nWith <a href=https://casino2202.blogspot.com/2022/11/slotslv-reviews-read-customer-service.html>Slotslv casino</a> range of classic online casino games, you will feel like you’re in Atlantic City. Enjoy the best table games with a Risk-Free Play Bonus of up to $100 \r\n<a href=>http://secure-casinos.com</a>', ''),
(10228, 1, 1462, '1', 'AshleySok', ''),
(10229, 1, 1462, '2', 'AshleySok', ''),
(10230, 1, 1462, '3', 'tthfttr@yandex.com', ''),
(10231, 1, 1462, '4', '(631) 403-3111', ''),
(10232, 1, 1462, '5', 'google', ''),
(10233, 1, 1462, '6', 'Пару фактов о Челябинске', ''),
(10234, 1, 1462, '7', 'В 1990-х и 2000-х годах целый ряд производств в городе прекратил существование из-за сложной экономической ситуации<>]<>0]. К концу 2010-х Челябинск имеет серьёзные экологические проблемы , в частности, почти ежедневное загрязнение воздуха, что является одной из причин оттока населения в другие регионы страны<>1] . Челябинск также испытывает серьёзные трудности в хозяйственной и экономической сферах, что проявляется в деградировавших дорожной сети и общественном транспорте , а также в отсутствии городского благоустройства и архитектуры . Тем не менее, Челябинск является одним из крупнейших культурных, экономических, деловых и промышленных центров Урала, где промышленность составляет 38 % от валового муниципального продукта<>2] . \r\n \r\n<a href=https://mir74.ru/marshrutki.html>на какой маршрутки доехать до дворца спорта в челябинске</a>\r\n<a href=https://mir74.ru/cam/>камера челябинска онлайн</a>\r\n<a href=https://mir74.ru/>сайт челябинска</a>\r\n<a href=https://mir74.ru/cam/>онлайн камеры интерсвязь</a>\r\n<a href=https://mir74.ru/biznes/28606-zalomili-cenu-na-31-marshrutnogo-perevozchika-chelyabinska-zaveli-delo-za-karatelnyy-sgovor.html>погода в челябинске на 1 марта 2018 года</a>\r\n \r\n \r\n \r\n \r\n<b>Драматический камерный театр</b> \r\n \r\nМолодой Челябинский государственный драматический камерный театр ворвался в культурную жизнь города с постановкой «Крик лангусты» по пьесе Джона Марелла, чем сразу полюбился публике. Все дело в творческой дерзости, азарте и кураже актеров, смелости режиссерских замыслов. \r\n \r\n<a href=https://mir74.ru/5942-uralskie-gory-prodolzhajut-rasti.html>уральские горы челябинской области</a>\r\n<a href=https://mir74.ru/chelyabinsk/2933-cheljabinskaja-oblast-gotova-k-zime-na-88.html>отдых на один день в челябинской области зимой</a>\r\n<a href=https://mir74.ru/news/21452-v-leninskom-rayone-chelyabinska-blagoustraivayut-skvery-foto-i-sobirayutsya-sozdat-sobstvennyy-park-otdyha.html>строительство парка в ленинском районе челябинска в 2018г</a>\r\n<a href=https://mir74.ru/16088-glavu-gorzdrava-magnitogorska-smenili-iz-za.html>горздрав</a>\r\n<a href=https://mir74.ru/auto/28520-v-chelyabinske-zakroyut-dvizhenie-transporta-iz-za-ledovogo-gorodka8205.html>расписание городского транспорта челябинск</a>', ''),
(10235, 1, 1463, '1', 'Eric', ''),
(10236, 1, 1463, '2', 'Jones', ''),
(10237, 1, 1463, '3', 'ericjonesmyemail@gmail.com', ''),
(10238, 1, 1463, '4', '(555) 555-1212', ''),
(10239, 1, 1463, '5', 'boostleadgeneration.com', ''),
(10240, 1, 1463, '6', 'Why not TALK with your leads?', ''),
(10241, 1, 1463, '7', 'My name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE https://boostleadgeneration.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(10242, 1, 1464, '1', 'SergioSpody', ''),
(10243, 1, 1464, '2', 'SergioSpody', ''),
(10244, 1, 1464, '3', 'asimgda8@outlook.com', ''),
(10245, 1, 1464, '4', '(040) 086-4438', ''),
(10246, 1, 1464, '5', 'google', ''),
(10247, 1, 1464, '6', 'blog here', ''),
(10248, 1, 1464, '7', 'Also, our  task writers across the globe are well  learnt their chosen  field which  implies you can easily put your  belief in the  means they treat your paper,  regardless of which  scholastic  technique you\'re from. When it comes to your  profession  leads  and also  brilliant future, MyAssignmenthelp.com takes the onus on itself to promote your  development in the right  instructions. So,  this way you wouldn\'t  need to think twice  prior to trusting us with your academic  documents.  Put an order with us now  and also  gain the rewards of  remarkably  created  scholastic papers today. <a href=\"https://programming.autocadprojectshelp.com\">go to this website</a>', ''),
(10249, 1, 1465, '1', 'James', ''),
(10250, 1, 1465, '2', 'C', ''),
(10251, 1, 1465, '3', 'jamescrowe231@gmail.com', ''),
(10252, 1, 1465, '4', '(929) 470-2830', ''),
(10253, 1, 1465, '5', 'Web Designers Norfolk', ''),
(10254, 1, 1465, '6', 'Error with your website?', ''),
(10255, 1, 1465, '7', 'Hi my name is James, I have noticed a few issues with your website and was wondering if you are still in business? I would be happy to send you are FREE report.\r\n\r\nI would also be happy to volunteer some of my time to get to know you and your business.\r\n\r\nSend me a text and I will be happy to help (929) 470-2830', ''),
(10256, 1, 1466, '1', 'Jacob', ''),
(10257, 1, 1466, '2', 'Lewis', ''),
(10258, 1, 1466, '3', 'jacoblewis@seolabpros.com', ''),
(10259, 1, 1466, '4', '(714) 500-7363', ''),
(10260, 1, 1466, '5', 'Vpyfngv Yz x', ''),
(10261, 1, 1466, '6', 'Are you still in business?', ''),
(10262, 1, 1466, '7', 'Hi, \r\nAre you still in business? \r\nI found a few errors on your site.\r\nWould you like me to send over a screenshot of those errors?\r\n\r\nRegards\r\nJacob\r\n(714) 500-7363', ''),
(10263, 1, 1467, '1', 'Jacob', ''),
(10264, 1, 1467, '2', 'Lewis', ''),
(10265, 1, 1467, '3', 'jacoblewis@seolabpros.com', ''),
(10266, 1, 1467, '4', '(714) 500-7363', ''),
(10267, 1, 1467, '5', 'Kju ngn Ihm tj', ''),
(10268, 1, 1467, '6', 'Are you still in business?', ''),
(10269, 1, 1467, '7', 'Hi, \r\nAre you still in business? \r\nI found a few errors on your site.\r\nWould you like me to send over a screenshot of those errors?\r\n\r\nRegards\r\nJacob\r\n(714) 500-7363', ''),
(10270, 1, 1468, '1', 'Sdvillreich', ''),
(10271, 1, 1468, '2', 'Sdvillreich', ''),
(10272, 1, 1468, '3', 'ch.im.m.e.d.url.s@o5o5.ru', ''),
(10273, 1, 1468, '4', '(175) 627-1180', ''),
(10274, 1, 1468, '5', 'google', ''),
(10275, 1, 1468, '6', 'Резус актина цитоплазматический 1-подобный ген ORF кДНК плазмиды экспрессии клона, N-GFPSpark тега купить онлайн в Интернет-магазине ХИММЕД', ''),
(10276, 1, 1468, '7', '<a href=https://chimmed.ru/products/rhodiumiii-sulfate-solution-id=4300384>Родий III раствор сульфата купить онлайн в Интернет-магазине ХИММЕД </a> \r\nTegs: Две колонки ДИОКСИНОПОДОБНЫЕ & фуран ДОЗИРОВОЧНЫЙ СПАЙК 13C12, 99% в нонан купить онлайн в Интернет-магазине ХИММЕД  https://chimmed.ru/products/two-column-dioxin--furan-sampling-spike-13c12-99-in-nonane-id=3034712 \r\n \r\n<u>Резус CD63 Gene ORF кДНК экспрессии клона плазмиду, N-His тег купить онлайн в Интернет-магазине ХИММЕД </u> \r\n<i>ULTRASPHERE 5µ ODS 250 X 2 0MM купить онлайн в Интернет-магазине ХИММЕД </i> \r\n<b>SYNTA66 купить онлайн в Интернет-магазине ХИММЕД </b>', ''),
(10277, 1, 1469, '1', 'NataliaPend', ''),
(10278, 1, 1469, '2', 'NataliaPend', ''),
(10279, 1, 1469, '3', 'nataliaPend@mondmema.tk', ''),
(10280, 1, 1469, '4', '(114) 200-5252', ''),
(10281, 1, 1469, '5', 'google', ''),
(10282, 1, 1469, '6', 'Ι am not а jеalоus girl. Loоkіng fоr а ѕеriоuѕ mаnǃ..', ''),
(10283, 1, 1469, '7', 'Ηеllo!\r\nΡerhарѕ my mеsѕage іѕ toо sрeсіfic.\r\nВut mу older ѕiѕter fоund а wonderful man hеre аnd theу hаvе a great rеlаtiоnѕhip, but what about me?\r\nΙ аm 25 уearѕ old, Νataliа, from thе Сzech Republic, know Εngliѕh languаgе аlѕо\r\nАnd... better to ѕay іt іmmеdiatеlу. Ι am bіѕехual. I am not ϳеalouѕ оf anоthеr womаn... eѕpeсially if wе makе love tоgеthеr.\r\nΑh уeѕ, I coоk verу tаstуǃ and Ι lоve nоt оnly соok ;))\r\nΙm reаl girl and lookіng for ѕerіоuѕ and hot rеlatіonѕhір...\r\nАnyway, yоu сan fіnd my prоfilе here: http://caadipbifulti.tk/topic-35521/', ''),
(10284, 1, 1470, '1', 'RodrigoMok', ''),
(10285, 1, 1470, '2', 'RodrigoMok', ''),
(10286, 1, 1470, '3', 'terekhovxn5hg@rambler.ru', ''),
(10287, 1, 1470, '4', '(204) 335-2582', ''),
(10288, 1, 1470, '5', 'google', ''),
(10289, 1, 1470, '6', 'сайт', ''),
(10290, 1, 1470, '7', 'Register and take part in the drawing, <a href=https://yourbonus.life/?u=2rek60a&o=y59p896&t=211222x>click here</a>', ''),
(10291, 1, 1471, '1', 'Bill', ''),
(10292, 1, 1471, '2', 'Jefferson', ''),
(10293, 1, 1471, '3', 'jayhelps@gmail.com', ''),
(10294, 1, 1471, '4', '(559) 235-7424', ''),
(10295, 1, 1471, '5', 'Danny Prendiville', ''),
(10296, 1, 1471, '6', 'Hello', ''),
(10297, 1, 1471, '7', 'Hey there, I am an intern for a web design company. I found a couple problems with your website.\r\nYou can grab the report I created for you here: https://mywebsitesreport.co\r\nYou are missing out on tons of traffic.\r\n\r\n- Bill', ''),
(10298, 1, 1472, '1', 'Brian', ''),
(10299, 1, 1472, '2', 'WRIGHT', ''),
(10300, 1, 1472, '3', 'sales@wexxstudio.com', ''),
(10301, 1, 1472, '4', '(303) 800-6251', ''),
(10302, 1, 1472, '5', 'WEXX STUDIO', ''),
(10303, 1, 1472, '6', 'What does your future hold in 2023?', ''),
(10304, 1, 1472, '7', 'Dear Madam, Dear Sir Do you want to know what does your future hold in 2023? Find out with our FUTURE FORECAST report that describes your upcoming events for 2023. FUTURE FORECAST is based on your birth date, birth time, and birthplace. The FUTURE FORECAST report contains a lot of very accurate and highly detailed information about possible events you may encounter in 2023. It means that you will know every day during this period what kinds of events you can expect. Please visit our store https://wexxstudio.com for more information. We will be pleased to hear from you. We wish you and your loved ones a happy and successful new year. Best regards Brian WRIGHT, Eng., WEXX STUDIO, sales@wexxstudio.com, https://wexxstudio.com', ''),
(10305, 1, 1473, '1', 'SteveTride', ''),
(10306, 1, 1473, '2', 'SteveTride', ''),
(10307, 1, 1473, '3', 'l7e9y@course-fitness.com', ''),
(10308, 1, 1473, '4', '(768) 804-6481', ''),
(10309, 1, 1473, '5', 'google', ''),
(10310, 1, 1473, '6', '水微晶玻尿酸 - 八千代', ''),
(10311, 1, 1473, '7', '水微晶玻尿酸 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/hyadermissmile-injection/', ''),
(10312, 1, 1474, '1', 'Bill', ''),
(10313, 1, 1474, '2', 'D', ''),
(10314, 1, 1474, '3', 'jayhelpsnow@gmail.com', ''),
(10315, 1, 1474, '4', '(559) 272-7575', ''),
(10316, 1, 1474, '5', 'Megan Fix It', ''),
(10317, 1, 1474, '6', 'Hello', ''),
(10318, 1, 1474, '7', 'Learn how to \'Get unlimited traffic\' to your website FREE:\r\n\r\n-See ya inside>\r\n\r\nhttps://getfreetrafficsystem.com\r\n\r\n-Bill', ''),
(10319, 1, 1475, '1', 'JerryGot', ''),
(10320, 1, 1475, '2', 'JerryGot', ''),
(10321, 1, 1475, '3', 'zelatcol@gmail.com', ''),
(10322, 1, 1475, '4', '(682) 813-6401', ''),
(10323, 1, 1475, '5', 'google', ''),
(10324, 1, 1475, '6', 'Hi    write about     prices', ''),
(10325, 1, 1475, '7', 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', ''),
(10326, 1, 1476, '1', 'Evan', ''),
(10327, 1, 1476, '2', 'Roberts', ''),
(10328, 1, 1476, '3', 'evan@capitalchoice.online', ''),
(10329, 1, 1476, '4', '(202) 991-6766', ''),
(10330, 1, 1476, '5', 'Express Capital', ''),
(10331, 1, 1476, '6', 'May I ask you something?', ''),
(10332, 1, 1476, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or a short time in business keep you from getting the funds you need.\r\n\r\nIf you deposit more than 10k per month you’re already qualified!\r\n\r\nExpress Capital will offer you up to two times your monthly deposits without any collateral or personal guarantees. \r\n\r\nGet pre-qualified in less than 30 seconds without a credit check or submitting a single document.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEvan Roberts\r\nExpress Capital\r\nwww.expresscapitalcorp.com\r\n\r\n \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(10333, 1, 1477, '1', 'Bruno', ''),
(10334, 1, 1477, '2', 'Caballero', ''),
(10335, 1, 1477, '3', 'bruno.caballero@hotmail.com', ''),
(10336, 1, 1477, '4', '(217) 979-7092', ''),
(10337, 1, 1477, '5', 'Bruno Caballero', ''),
(10338, 1, 1477, '6', 'Improve Your SEO with Our Backlink Software', ''),
(10339, 1, 1477, '7', 'I wanted to reach out and introduce you to our backlink software, the easiest way to build high-quality backlinks for your business.\r\n\r\nWith our automated link building, customizable strategies, and detailed analytics, you\'ll be able to streamline your link building efforts and get more value from your backlinks.\r\n\r\nOur software has already helped hundreds of businesses improve their SEO results and drive more traffic to their website. Don\'t miss out on this opportunity to take your link building to the next level.\r\n\r\nIf you\'re interested in learning more, Click Here https://warriorplus.com/o2/a/vjrqsd/0', ''),
(10340, 1, 1478, '1', 'Steve', ''),
(10341, 1, 1478, '2', 'Jefferson', ''),
(10342, 1, 1478, '3', 'jakedreambig@gmail.com', ''),
(10343, 1, 1478, '4', '(630) 208-6942', ''),
(10344, 1, 1478, '5', 'I can fix that.', ''),
(10345, 1, 1478, '6', 'Are you the owner?', ''),
(10346, 1, 1478, '7', 'I found a problem with your website and it\'s fast and easy to fix. Head over to this link and I\'ll show you: \r\n\r\nhttps://getwebsitereports.info\r\n\r\nYou are missing out on tons of traffic and opportunities.\r\n\r\n-Steve', ''),
(10347, 1, 1479, '1', 'LoganGot', ''),
(10348, 1, 1479, '2', 'LoganGot', ''),
(10349, 1, 1479, '3', 'zelatcol@gmail.com', ''),
(10350, 1, 1479, '4', '(682) 157-2222', ''),
(10351, 1, 1479, '5', 'google', ''),
(10352, 1, 1479, '6', 'Hi, i wrote about your the price', ''),
(10353, 1, 1479, '7', 'Ciao, volevo sapere il tuo prezzo.', ''),
(10354, 1, 1480, '1', 'Oksanazoonnalumbene', ''),
(10355, 1, 1480, '2', 'Oksanazoonnalumbene', ''),
(10356, 1, 1480, '3', 'sevarabogomolova@yandex.ru', ''),
(10357, 1, 1480, '4', '(123) 761-1100', ''),
(10358, 1, 1480, '5', 'google', ''),
(10359, 1, 1480, '6', 'bustgalter.cf', ''),
(10360, 1, 1480, '7', '<a href=>http://bustgalter.cf/</a> \r\n<a href=https://horichan.net/crwd_204q/#comment-101497>bustgalter.cf</a> 38_87bb', ''),
(10361, 1, 1481, '1', 'Christaf', ''),
(10362, 1, 1481, '2', 'Christaf', ''),
(10363, 1, 1481, '3', 'aq21aqa@rambler.ru', ''),
(10364, 1, 1481, '4', '(211) 400-5413', ''),
(10365, 1, 1481, '5', 'google', ''),
(10366, 1, 1481, '6', 'большое спасибо', ''),
(10367, 1, 1481, '7', 'Спасибо за пост \r\n_________________ \r\ntelefon orqali 1xbet kirmaydi , <a href=http://uzb.bkinf0-456.site/259.html>ertangi kunning ochiq kazino qahramonlari yuklab olish</a> / o\'yin avtomatlari omadli ovchini o\'ynaydi', ''),
(10368, 1, 1482, '1', 'Peeme', ''),
(10369, 1, 1482, '2', 'Peeme', ''),
(10370, 1, 1482, '3', '2835.mw.8p0z.@funny3delements.com', ''),
(10371, 1, 1482, '4', '(037) 233-6850', ''),
(10372, 1, 1482, '5', 'google', ''),
(10373, 1, 1482, '6', 'ggpokerok официальный', ''),
(10374, 1, 1482, '7', 'ggpokerok скачать на айфон \r\n<a href=\"https://gpsites.win/story.php?title=GG-POKEROK-1\r\nhttps://forumpoint.org/member.php?action=profile&uid=67099\r\nhttps://bookmarkfeeds.stream/story.php?title=ggpokerok-REGISTRATSIYA-2\r\n\">https://gpsites.win/story.php?title=GG-POKEROK-1\r\nhttps://forumpoint.org/member.php?action=profile&uid=67099\r\nhttps://bookmarkfeeds.stream/story.php?title=ggpokerok-REGISTRATSIYA-2\r\n</a> \r\nОнлайн-покер-румы набирают популярность в Соединенных Штатах из-за недавней легализации онлайн-игр, а онлайн-покер-румы также становятся все более популярными в Европе. Поскольку они предлагают игрокам шанс выиграть реальные деньги, они также дают возможность заработать их, играя в игры с бесплатными фишками (бесплатные ставки).', ''),
(10375, 1, 1483, '1', 'Mike Gimson', ''),
(10376, 1, 1483, '2', 'Mike Gimson', ''),
(10377, 1, 1483, '3', 'no-replyPovaTasy@gmail.com', ''),
(10378, 1, 1483, '4', '(564) 875-2068', ''),
(10379, 1, 1483, '5', 'google', ''),
(10380, 1, 1483, '6', 'NEW: Semrush Backlinks', ''),
(10381, 1, 1483, '7', 'Good Day \r\n \r\nThis is Mike Gimson\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Gimson\r\n \r\nmike@strictlydigital.net', ''),
(10382, 1, 1484, '1', 'Dennissek', ''),
(10383, 1, 1484, '2', 'Dennissek', ''),
(10384, 1, 1484, '3', 'conbelepo1975@yahoo.com', ''),
(10385, 1, 1484, '4', '(431) 625-0367', ''),
(10386, 1, 1484, '5', 'google', ''),
(10387, 1, 1484, '6', 'https://telegra.ph/Avtomaty-na-android-12-17#РђРІС‚РѕРјР°С‚С‹ РЅР° Р°РЅРґСЂРѕРёРґ', ''),
(10388, 1, 1484, '7', 'https://telegra.ph/Skachat-igrovye-avtomaty-besplatno-obezyanki-12-16#РЎРєР°С‡Р°С‚СЊ РёРіСЂРѕРІС‹Рµ Р°РІС‚РѕРјР°С‚С‹ Р±РµСЃРїР»Р°С‚РЅРѕ РѕР±РµР·СЊСЏРЅРєРё\r\nhttps://telegra.ph/Igrovye-avtomaty-dlya-boksa-12-18#РРіСЂРѕРІС‹Рµ Р°РІС‚РѕРјР°С‚С‹ РґР»СЏ Р±РѕРєСЃР°\r\nhttps://telegra.ph/Igrovoj-avtomat-katana-12-17#РРіСЂРѕРІРѕР№ Р°РІС‚РѕРјР°С‚ katana\r\nhttps://telegra.ph/Always-igrovoj-avtomat-12-22#Always РёРіСЂРѕРІРѕР№ Р°РІС‚РѕРјР°С‚\r\nhttps://telegra.ph/Igrat-1win-sloty-12-23#РРіСЂР°С‚СЊ 1win СЃР»РѕС‚С‹\r\nhttps://telegra.ph/Betwinner-kak-ispolzovat-bonus-12-17#Betwinner РєР°Рє РёСЃРїРѕР»СЊР·РѕРІР°С‚СЊ Р±РѕРЅСѓСЃ\r\nhttps://telegra.ph/Igrovoj-avtomat-obychnyj-12-17#РРіСЂРѕРІРѕР№ Р°РІС‚РѕРјР°С‚ РѕР±С‹С‡РЅС‹Р№\r\nhttps://telegra.ph/Shema-v-kazino-12-18#РЎС…РµРјР° РІ РєР°Р·РёРЅРѕ\r\nhttps://telegra.ph/Leon-otzyvy-o-vyplatah-12-18#Р›РµРѕРЅ РѕС‚Р·С‹РІС‹ Рѕ РІС‹РїР»Р°С‚Р°С…\r\nhttps://telegra.ph/Luchshie-kazino-za-rubli-12-17#Р›СѓС‡С€РёРµ РєР°Р·РёРЅРѕ Р·Р° СЂСѓР±Р»Рё\r\nhttps://telegra.ph/Zerkalo-dlya-vulkan-kazino-12-17#Р—РµСЂРєР°Р»Рѕ РґР»СЏ РІСѓР»РєР°РЅ РєР°Р·РёРЅРѕ\r\nhttps://telegra.ph/Skolko-zarabatyvayut-vladelcy-igrovyh-avtomatov-12-16#РЎРєРѕР»СЊРєРѕ Р·Р°СЂР°Р±Р°С‚С‹РІР°СЋС‚ РІР»Р°РґРµР»СЊС†С‹ РёРіСЂРѕРІС‹С… Р°РІС‚РѕРјР°С‚РѕРІ\r\nhttps://telegra.ph/Karty-otzyvy-igrovye-avtomaty-12-17#РљР°СЂС‚С‹ РѕС‚Р·С‹РІС‹ РёРіСЂРѕРІС‹Рµ Р°РІС‚РѕРјР°С‚С‹\r\nhttps://telegra.ph/Interesnyj-igrovye-avtomaty-12-17#РРЅС‚РµСЂРµСЃРЅС‹Р№ РёРіСЂРѕРІС‹Рµ Р°РІС‚РѕРјР°С‚С‹\r\nhttps://telegra.ph/Skolko-stoit-novyj-igrovoj-avtomat-12-17#РЎРєРѕР»СЊРєРѕ СЃС‚РѕРёС‚ РЅРѕРІС‹Р№ РёРіСЂРѕРІРѕР№ Р°РІС‚РѕРјР°С‚\r\nhttps://telegra.ph/Igrat-v-igrovye-avtomaty-onlajn-besplatno-bez-registracii-i-sms-vulkan-12-17#РРіСЂР°С‚СЊ РІ РёРіСЂРѕРІС‹Рµ Р°РІС‚РѕРјР°С‚С‹ РѕРЅР»Р°Р№РЅ Р±РµСЃРїР»Р°С‚РЅРѕ Р±РµР· СЂРµРіРёСЃС‚СЂР°С†РёРё Рё СЃРјСЃ РІСѓР»РєР°РЅ\r\nhttps://telegra.ph/Igrat-v-porosyata-na-igrovom-avtomate-besplatno-bez-registracii-sejchas-12-22#РРіСЂР°С‚СЊ РІ РїРѕСЂРѕСЃСЏС‚Р° РЅР° РёРіСЂРѕРІРѕРј Р°РІС‚РѕРјР°С‚Рµ Р±РµСЃРїР»Р°С‚РЅРѕ Р±РµР· СЂРµРіРёСЃС‚СЂР°С†РёРё СЃРµР№С‡Р°СЃ\r\nhttps://telegra.ph/Onlajn-kazino-top-luchshih-luchshie-kazino-12-18#РћРЅР»Р°Р№РЅ РєР°Р·РёРЅРѕ С‚РѕРї Р»СѓС‡С€РёС… Р»СѓС‡С€РёРµ РєР°Р·РёРЅРѕ\r\nhttps://telegra.ph/Igrovye-avtomaty-rybalke-besplatno-12-23#РРіСЂРѕРІС‹Рµ Р°РІС‚РѕРјР°С‚С‹ СЂС‹Р±Р°Р»РєРµ Р±РµСЃРїР»Р°С‚РЅРѕ\r\nhttps://telegra.ph/Igrovye-avtomaty-slot-maniya-bez-registracii-onlajn-12-17#РРіСЂРѕРІС‹Рµ Р°РІС‚РѕРјР°С‚С‹ СЃР»РѕС‚ РјР°РЅРёСЏ Р±РµР· СЂРµРіРёСЃС‚СЂР°С†РёРё РѕРЅР»Р°Р№РЅ\r\nhttps://telegra.ph/Igrovye-avtomaty-besplatno-igrat-windjammer-12-23#РРіСЂРѕРІС‹Рµ Р°РІС‚РѕРјР°С‚С‹ Р±РµСЃРїР»Р°С‚РЅРѕ РёРіСЂР°С‚СЊ windjammer\r\nhttps://telegra.ph/Igrovye-avtomaty-igrat-na-realnye-dengi-i-bez-registracii-12-18#РРіСЂРѕРІС‹Рµ Р°РІС‚РѕРјР°С‚С‹ РёРіСЂР°С‚СЊ РЅР° СЂРµР°Р»СЊРЅС‹Рµ РґРµРЅСЊРіРё Рё Р±РµР· СЂРµРіРёСЃС‚СЂР°С†РёРё\r\nhttps://telegra.ph/Pechki-igrat-besplatno-i-bez-registracii-12-23#РџРµС‡РєРё РёРіСЂР°С‚СЊ Р±РµСЃРїР»Р°С‚РЅРѕ Рё Р±РµР· СЂРµРіРёСЃС‚СЂР°С†РёРё\r\nhttps://telegra.ph/Igrovye-avtomaty-hvatajka-kupit-v-krasnodare-12-17#РРіСЂРѕРІС‹Рµ Р°РІС‚РѕРјР°С‚С‹ С…РІР°С‚Р°Р№РєР° РєСѓРїРёС‚СЊ РІ РєСЂР°СЃРЅРѕРґР°СЂРµ\r\nhttps://telegra.ph/Detskij-centr-s-igrovymi-avtomatami-v-moskve-12-23#Р”РµС‚СЃРєРёР№ С†РµРЅС‚СЂ СЃ РёРіСЂРѕРІС‹РјРё Р°РІС‚РѕРјР°С‚Р°РјРё РІ РјРѕСЃРєРІРµ', ''),
(10389, 1, 1485, '1', 'BylannSkivy', ''),
(10390, 1, 1485, '2', 'BylannSkivy', ''),
(10391, 1, 1485, '3', 'k.kashh.urrley@gmail.com', ''),
(10392, 1, 1485, '4', '(106) 605-2287', ''),
(10393, 1, 1485, '5', 'google', ''),
(10394, 1, 1485, '6', 'Оценка серебра и аксессуаров из серебра. Бесплатная консультация. Быстрая оценка по МСК.', ''),
(10395, 1, 1485, '7', 'Скупка серебряных изделий и других изделий из серебра. Профессиональная оценка, скупка серебра москве 925 пробы. Быстрая и бесплатная оценка по Москве. \r\n<a href=https://ocenka-serebra.ru/>можно ли сдать серебро в ювелирный магазин</a> \r\nскупка серебряных изделий - <a href=http://ocenka-serebra.ru/>http://ocenka-serebra.ru/</a> \r\n<a href=https://google.cm/url?q=http://ocenka-serebra.ru>http://www.booktrix.com/live/?URL=ocenka-serebra.ru</a> \r\n \r\n<a href=http://atmouavf.pornoautor.com/site-announcements/1091266/skupka-serebra-i-aksessuarov-iz-serebra-serebro-liuboi-proby-besplatnaia-konsul->Скупка серебра и аксессуаров из серебра. Серебро любой пробы. Бесплатная консультация по Москве.</a> 6f6df97', ''),
(10396, 1, 1486, '1', 'Billycah', ''),
(10397, 1, 1486, '2', 'Billycah', ''),
(10398, 1, 1486, '3', 'sales@woodwerks.com', ''),
(10399, 1, 1486, '4', '(452) 787-2851', ''),
(10400, 1, 1486, '5', 'google', ''),
(10401, 1, 1486, '6', 'Wow You Win !!!', ''),
(10402, 1, 1486, '7', 'Wow You Win !!! \r\n \r\nhttps://bit.ly/3In7OZv', ''),
(10403, 1, 1487, '1', 'espQfAcGYn', ''),
(10404, 1, 1487, '2', 'espQfAcGYn', ''),
(10405, 1, 1487, '3', 'callvisvetlana@list.ru', ''),
(10406, 1, 1487, '4', '(433) 880-7623', ''),
(10407, 1, 1487, '5', 'google', ''),
(10408, 1, 1487, '6', 'Не забудь про данную методику и непременно используй ее', ''),
(10409, 1, 1487, '7', 'Не забудь про данную методику и непременно используй ее https://yandex.ru/poll/3DvNQf8ZQWqahHftz1jJjG#NdzRlwnESC0F2iGhk1mY https://google.com gangagen.com', ''),
(10410, 1, 1488, '1', 'Eric', ''),
(10411, 1, 1488, '2', 'Jones', ''),
(10412, 1, 1488, '3', 'ericjonesmyemail@gmail.com', ''),
(10413, 1, 1488, '4', '(555) 555-1212', ''),
(10414, 1, 1488, '5', 'jumboleadmagnet.com', ''),
(10415, 1, 1488, '6', 'There they go…', ''),
(10416, 1, 1488, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(10417, 1, 1489, '1', 'LeslieZEKLY', ''),
(10418, 1, 1489, '2', 'LeslieZEKLY', ''),
(10419, 1, 1489, '3', 'mz8vy@course-fitness.com', ''),
(10420, 1, 1489, '4', '(807) 052-4508', ''),
(10421, 1, 1489, '5', 'google', ''),
(10422, 1, 1489, '6', '第一借錢網擁有全台最多的借錢資訊', ''),
(10423, 1, 1489, '7', '第一借錢網擁有全台最多的借錢資訊 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(10424, 1, 1490, '1', 'Mathew', ''),
(10425, 1, 1490, '2', 'Bloch', ''),
(10426, 1, 1490, '3', 'mathewblochgetsitdone@gmail.com', ''),
(10427, 1, 1490, '4', '(559) 272-7575', ''),
(10428, 1, 1490, '5', 'I Can Help', ''),
(10429, 1, 1490, '6', 'hello', ''),
(10430, 1, 1490, '7', 'Are you the owner of the website?\r\nI have a question.', ''),
(10431, 1, 1491, '1', 'Eric', ''),
(10432, 1, 1491, '2', 'Jones', ''),
(10433, 1, 1491, '3', 'ericjonesmyemail@gmail.com', ''),
(10434, 1, 1491, '4', '(555) 555-1212', ''),
(10435, 1, 1491, '5', 'boostleadgeneration.com', ''),
(10436, 1, 1491, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(10437, 1, 1491, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(10438, 1, 1492, '1', 'Sdvillreich', ''),
(10439, 1, 1492, '2', 'Sdvillreich', ''),
(10440, 1, 1492, '3', 'c.h.im.me.d.ur.ls@o5o5.ru', ''),
(10441, 1, 1492, '4', '(416) 471-6855', ''),
(10442, 1, 1492, '5', 'google', ''),
(10443, 1, 1492, '6', 'R-1-5-Chloro-2-fluorophenyl ethanamine hydrochloride купить онлайн в Интернет-магазине ХИММЕД', ''),
(10444, 1, 1492, '7', '<a href=https://chimmed.ru/products/s-isopropylisothiourea-hydrobromide-id=4996960>S-Isopropylisothiourea hydrobromide купить онлайн в Интернет-магазине ХИММЕД </a> \r\nTegs: TURBOFECT TRANSFECTION REAGENT , 5 X 1 ML купить онлайн в Интернет-магазине ХИММЕД  https://chimmed.ru/products/turbofect-transfection-reagent--5-x-1-ml-id=517490 \r\n \r\n<u>N-Methyl bromofluoroacetamide 98% купить онлайн в Интернет-магазине ХИММЕД </u> \r\n<i>Крыса GP1 / CD42c Ген ORF кДНК-клон плазмида экспрессии, С-OFPSpark тег купить онлайн в Интернет-магазине ХИММЕД </i> \r\n<b>Methyl 3-1H-indol-3-yl-1H-pyrazole-5-carboxylate купить онлайн в Интернет-магазине ХИММЕД </b>', ''),
(10445, 1, 1493, '1', 'Joshuamib', ''),
(10446, 1, 1493, '2', 'Joshuamib', ''),
(10447, 1, 1493, '3', 'yourmail@gmail.com', ''),
(10448, 1, 1493, '4', '(274) 072-6778', ''),
(10449, 1, 1493, '5', 'google', ''),
(10450, 1, 1493, '6', 'Esperio отзывы клиентов', ''),
(10451, 1, 1493, '7', 'Esperio: отзывы клиентов о платформе \r\nEsperio – брокер на рынке Форекс, который предлагает клиентам торговлю большим количеством инструментов, включая криптовалюты, акции, металлы, CFD-контракты и индексы. Платформа esperio.org сделана качественно, но используют ее совсем не по назначению. Брокер создает имитацию торговли и разводит клиентов на деньги. О компании Esperio отзывы в сети негативные. Разберемся, лохотрон это или надежный поставщик услуг. \r\n \r\nОбзор сайта Esperio \r\nДоменное имя www.esperio.org зарегистрировано 6 июля 2021 года, последний раз апдейт производили в мае 2022 года. Сам сайт имеет высокую посещаемость последние пару месяцев – около 80 тысяч просмотров, хотя до недавнего времени на него заходило не больше 70-80 человек в день, очевидно, что компания закупила рекламу. \r\n \r\nПроверка домена Esperio \r\nБрокер Есперио указывает на сайте, что работает с 2011 года, лицензия получена в 2012 году в Сент-Винсент и Гренадины. Даже если в то время документы были действительно оформлены, то сейчас они не имеют юридической силы, ведь офшорный регулятор ввел запрет на ведение брокерской деятельности в 2018 году. Все компании, которые указывают юрисдикцию Сент-Винсент и Гренадины в качестве гаранта финансовой лицензии, автоматически врут о законности своего бизнеса. Банк России внес в список нелегальных участников рынка ценных бумаг не только основной сайт компании, но и его платформу my.esperio.org. То есть на территории Российской Федерации у конторы нет права оказывать финансовые услуги. \r\n \r\nБрокер Esperio на рынке Форекс \r\nКлиентам предложены следующие условия торговли на одном из 4 типов счетов: \r\n \r\n“Стандарт” подходит для начала торговли, леверидж 1:1000, большой выбор инструментов, минимальный размер лота 0,01, бонус на депозит 100% и вывод средств без комиссии, margin call на уровне 60%, спреды определяет поставщик ликвидности, количество ордеров не более 500; \r\n“Центовый” счет подходит для небольших депозитов, все параметры как в стандартном тарифе, но отсутствует бонус за пополнение и нет ограничений на количество ордеров; \r\n“Инвестиционный” счет не имеет кредитного плеча, уровень margin call 100%, доступ к более чем 500 инструментам и возможность хеджирования; \r\n“MT5 ECN” имеет прямой доступ к межбанковской ликвидности, плавающие спреды от 0,2 пунктов, возможность выставлять отложенные ордера, леверидж не выше 1:500, бонус на счет 100%, экономический и Forex календари. \r\nДля клиентов брокер предусмотрел обучение в три этапа: базовый бесплатный и два платных углубленных курса. Есть возможность зарабатывать на партнерской программе, использовать демо счет, обращаться к аналитическим прогнозам профессионалов и даже торговать с наставником. Ввод и вывод средств осуществляется без комиссии, доступно несколько вариантов платежных средств. \r\n \r\nТОП-3 Лучших трейдеров: \r\n \r\n?? место	?? место	?? место \r\n \r\nBeReal 	Strobbs 	Рыночный Политикан \r\nЧитать обзор	Читать обзор	Читать обзор \r\nEsperio: лохотрон на отчетах и отзывы клиентов \r\nОтзывы о брокере Esperio преимущественно носят негативный характер, хотя встречается много положительных заказных статей, которые компания начала активно размещать с лета 2022 года. Клиенты рассказывают, что котировки в личном кабинете нарисованы, торговли как таковой не ведется, а депозит снять нельзя, мошенники блокируют аккаунт пользователя при запросе на вывод средств. \r\n \r\nEsperio отзывы \r\nСхема работы брокера стандартна: \r\n \r\nклиентов находят в основном по телефонным холодным звонкам или в социальных сетях и заманивают обещаниями большой пассивной прибыли и бонусов за пополнение; \r\nпервые сделки клиента всегда прибыльные, в некоторых случаях особо сомневающимся позволяют вывести небольшие суммы заработка, которые не превышают размера депозита, делается это для повышения доверия к компании; \r\nклиента уговаривают внести на торговый счет побольше денег, чтобы прибыль была более ощутимой, сделки контролирует наставник; \r\nначинается полоса убыточных торгов, в течение которых депозит тает на глазах. \r\nКак только клиент решает вывести остатки капитала с платформы, ему придумывают комиссии за операции, налоги и другие платежи, погасить которые нельзя из заблокированных средств. Пользователь либо платит, либо сразу улетает в блокировку аккаунта. Судя по отзывам, с my.esperio.org брокер не позволит вывести ни копейки, контакты перестают отвечать, менеджеры и наставники игнорируют клиента. \r\n \r\nEsperio отзывы клиентов \r\nЕдинственным способом попытаться забрать деньги у мошенников станет обращение в банк для возврата через чарджбэк. Можно пробовать обращаться к юристам, но этот процесс еще более долгий и стоит денег. \r\n \r\nВыводы о брокере Esperio \r\nКомпания не первый год промышляет мошенническими схемами на своих многочисленных сайтах. Брокер попал под блокировку Роскомнадзора, внесен в черный список Банком России. Отзывы об Есперио в большинстве негативны, контора не дает клиентам забрать внесенные на платформу деньги. Лицензии нет, доказательств законности финансовой деятельности не обнаружено. Работать с конторой нельзя, проект Есперио – скам!', ''),
(10452, 1, 1494, '1', 'ChristianignCooperpxl5', ''),
(10453, 1, 1494, '2', 'ChristianignCooperpxl5', ''),
(10454, 1, 1494, '3', 'hf1253yhytwz@gmail.com', ''),
(10455, 1, 1494, '4', '(626) 331-1050', ''),
(10456, 1, 1494, '5', 'google', ''),
(10457, 1, 1494, '6', 'Tell me your recommendations please.', ''),
(10458, 1, 1494, '7', 'Guys just made a website for me, look at the link:  \r\n<a href=\"http://uued.cn/space-uid-393141.html\">http://uued.cn/space-uid-393141.html</a> \r\nTell me your guidances.', ''),
(10459, 1, 1495, '1', 'ManuelDog', ''),
(10460, 1, 1495, '2', 'ManuelDog', ''),
(10461, 1, 1495, '3', 'valentinellington@wwjmp.com', ''),
(10462, 1, 1495, '4', '(871) 667-3588', ''),
(10463, 1, 1495, '5', 'google', ''),
(10464, 1, 1495, '6', 'How to take home proceeds from cryptocurrencies?', ''),
(10465, 1, 1495, '7', '<a href=https://accounts.binance.com/ru/register?ref=25293193>How to earn receipts from cryptocurrencies?</a>', ''),
(10466, 1, 1496, '1', 'Bill', ''),
(10467, 1, 1496, '2', 'D', ''),
(10468, 1, 1496, '3', 'jayhelpsnow@gmail.com', ''),
(10469, 1, 1496, '4', '(559) 272-7575', ''),
(10470, 1, 1496, '5', 'Bill', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(10471, 1, 1496, '6', 'FREE Facebook Side Hustle [$997 Value]', ''),
(10472, 1, 1496, '7', 'Learn the 4 EASY steps I use\r\nto generate an extra $7-$10k per month on Facebook (proof inside)\r\nwithout using ANY paid ads.\r\n\r\n[FREE VIDEO COURSE INCLUDED - $997 VALUE]\r\n\r\nBONUS:\r\nLearn how to \'Get Unlimited Traffic\' to your website FREE:\r\n\r\nSee ya inside>\r\n\r\nhttps://getfreetrafficsystem.com\r\n\r\n-Bill', ''),
(10473, 1, 1497, '1', 'BryanGot', ''),
(10474, 1, 1497, '2', 'BryanGot', ''),
(10475, 1, 1497, '3', 'zelatcol@gmail.com', ''),
(10476, 1, 1497, '4', '(645) 412-1852', ''),
(10477, 1, 1497, '5', 'google', ''),
(10478, 1, 1497, '6', 'Aloha  i wrote about your   price', ''),
(10479, 1, 1497, '7', 'Hæ, ég vildi vita verð þitt.', ''),
(10480, 1, 1498, '1', 'Bryancix', ''),
(10481, 1, 1498, '2', 'Bryancix', ''),
(10482, 1, 1498, '3', 'erilovvilors+2846@mail.ru', ''),
(10483, 1, 1498, '4', '(575) 723-5457', ''),
(10484, 1, 1498, '5', 'google', ''),
(10485, 1, 1498, '6', 'Mufheuffheufheu uuuuuuufkjefejfj kkkkkkfhsfisjfwjfuif', ''),
(10486, 1, 1498, '7', 'Ndjsjdshushfsjcihdhvd jsidjdihefuskfbsdha hduwahafhisudsjdafhiu hwhfoiejfuhfajf hiojsdcahfshdjasf saofhcsdivksahfsdhfuhf gangagen.com', ''),
(10487, 1, 1499, '1', 'Mike', ''),
(10488, 1, 1499, '2', 'Jones', ''),
(10489, 1, 1499, '3', 'info@weloantobusinesses.com', ''),
(10490, 1, 1499, '4', '(505) 987-1750', ''),
(10491, 1, 1499, '5', 'We Loan To Businesses', ''),
(10492, 1, 1499, '6', 'We offer loans to all business types', ''),
(10493, 1, 1499, '7', 'Need a business loan? We offer non-recourse business loans to all business types with fast closings  http://weloantobusinesses.com', ''),
(10494, 1, 1500, '1', 'Mike Page', ''),
(10495, 1, 1500, '2', 'Mike Page', ''),
(10496, 1, 1500, '3', 'no-replyPovaTasy@gmail.com', ''),
(10497, 1, 1500, '4', '(722) 676-6763', ''),
(10498, 1, 1500, '5', 'google', ''),
(10499, 1, 1500, '6', 'Improve local visibility for gangagen.com', ''),
(10500, 1, 1500, '7', 'If you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Page\r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/', ''),
(10501, 1, 1501, '1', 'Stephen', ''),
(10502, 1, 1501, '2', 'Jones', ''),
(10503, 1, 1501, '3', 'stephen.jones@eject-media.com', ''),
(10504, 1, 1501, '4', '(609) 625-4891', ''),
(10505, 1, 1501, '5', 'Webdesign & Services Ltd.', ''),
(10506, 1, 1501, '6', 'This AI tool writes mind-blowing marketing copy', ''),
(10507, 1, 1501, '7', 'Hey!\r\nTyping texts, posts and newsletters takes a lot of time and it\'s often hard to find the right words.\r\n\r\nJasperbot helps you write texts, posts and newsletters with the help of artificial intelligence.\r\nYou\'ll never have to worry about finding the right words again!\r\nCheck it out at http://addon-coders.de/\r\n\r\nWrite your texts faster and easier than ever with the help of artificial intelligence. \r\nJasperbot will take care of finding the right words for you so that you can focus on what\'s important.\r\n\r\nSincerely,\r\nStephen', ''),
(10508, 1, 1503, '1', 'LarryHot', ''),
(10509, 1, 1503, '2', 'LarryHot', ''),
(10510, 1, 1503, '3', 'fevgen708@gmail.com', ''),
(10511, 1, 1503, '4', '(065) 522-5825', ''),
(10512, 1, 1503, '5', 'google', ''),
(10513, 1, 1503, '6', 'Montesori furniture', ''),
(10514, 1, 1503, '7', 'Get 30% off your purchase by using this Etsy coupon code: PINTRAS Wooden Wedding Gifts, Groomsmen gifts, Bridesmaid gift http://pint77.com/gifts.html |Extra large wall art for home decoration  http://pint77.com/kanvas.html  |2022-2023 Discounts up to 60%. Polymer Clay Stamps, http://pint77.com/stamps.html Custom Cookie Cutters Embossing, embosser, Custom cookie cutter, Custom Logo, Custom Dog/Cat/Pet, Christmas Stamps, Halloween, Line Art Stamps, Boho Stamps, Botanical Stamps, Numbers Letters, Clay, cookie cutters, Arch Stamp and Cutter and other', ''),
(10515, 1, 1502, '1', 'LarryHot', ''),
(10516, 1, 1502, '2', 'LarryHot', ''),
(10517, 1, 1502, '3', 'fevgen708@gmail.com', ''),
(10518, 1, 1502, '4', '(417) 457-7868', ''),
(10519, 1, 1502, '5', 'google', ''),
(10520, 1, 1502, '6', 'Etsy + Pinterest + SEO', ''),
(10521, 1, 1502, '7', 'Etsy + Pinterest + SEO http://pint77.com дают высокие результаты продаж. Также работаем с Shopify, ebay, amazon и др.', ''),
(10522, 1, 1504, '1', 'Eric', ''),
(10523, 1, 1504, '2', 'Jones', ''),
(10524, 1, 1504, '3', 'ericjonesmyemail@gmail.com', ''),
(10525, 1, 1504, '4', '(555) 555-1212', ''),
(10526, 1, 1504, '5', 'jumboleadmagnet.com', ''),
(10527, 1, 1504, '6', 'Cool website!', ''),
(10528, 1, 1504, '7', 'Cool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(10529, 1, 1505, '1', 'Anthonylof', ''),
(10530, 1, 1505, '2', 'Anthonylof', ''),
(10531, 1, 1505, '3', 'r.a.c.h.e.l.m.o.r.a.l.ese@gmail.com', ''),
(10532, 1, 1505, '4', '(523) 387-6688', ''),
(10533, 1, 1505, '5', 'google', ''),
(10534, 1, 1505, '6', 'herbal facial', ''),
(10535, 1, 1505, '7', 'cost mold remediation  <a href=  > https://www.rdt.fr/alpfr.html </a>  drug screening facts  <a href= http://sandbox.astroteller.net/diait.html > http://sandbox.astroteller.net/diait.html </a>  epsom salt remedies', ''),
(10536, 1, 1506, '1', 'StephenFaugs', ''),
(10537, 1, 1506, '2', 'StephenFaugs', ''),
(10538, 1, 1506, '3', 'fevgen708@gmail.com', ''),
(10539, 1, 1506, '4', '(421) 056-6377', ''),
(10540, 1, 1506, '5', 'google', ''),
(10541, 1, 1506, '6', 'Wedding veils', ''),
(10542, 1, 1506, '7', 'Get 30% off your purchase by using this Etsy coupon code: PINTRAS Wooden Wedding Gifts, Groomsmen gifts, Bridesmaid gift http://pint77.com/gifts.html |Extra large wall art for home decoration  http://pint77.com/kanvas.html  |2022-2023 Discounts up to 40%.Pearl wedding veils, Two layer wedding veils http://pint77.com/viels.html Glitter wedding veils, Beaded wedding veils, Lace wedding veil, Party veils, Headband, Wedding belts, Garters, Samples', ''),
(10543, 1, 1507, '1', 'JamesCox', ''),
(10544, 1, 1507, '2', 'JamesCox', ''),
(10545, 1, 1507, '3', 'fevgen708@gmail.com', ''),
(10546, 1, 1507, '4', '(335) 407-1806', ''),
(10547, 1, 1507, '5', 'google', ''),
(10548, 1, 1507, '6', 'Сar floor mats', ''),
(10549, 1, 1507, '7', 'Get 30% off your purchase by using this Etsy coupon code: PINTRAS Wooden Wedding Gifts, Groomsmen gifts, Bridesmaid gift http://pint77.com/gifts.html |Unique and custom personalized http://pint77.com/car.html car floor mats - Ukraine. PollyMat  - Custom personalized car floor mats for Audi, Bmw, Mercedes-Benz, Lexus, Infiniti, Porsche, Acura, Honda, Toyota, Hyundai, Kia and more|PollyMat - Custom personalized car floor mats http://pint77.com/pollymat.html  for Audi, Bmw, Mercedes-Benz, Lexus, Infiniti, Porsche, Acura, Honda, Toyota, Hyundai, Kia and more', ''),
(10550, 1, 1508, '1', 'Manueldag', ''),
(10551, 1, 1508, '2', 'Manueldag', ''),
(10552, 1, 1508, '3', 'asimgda10@outlook.com', ''),
(10553, 1, 1508, '4', '(024) 766-3806', ''),
(10554, 1, 1508, '5', 'google', ''),
(10555, 1, 1508, '6', 'try here', ''),
(10556, 1, 1508, '7', 'Additionally, our  project  authors  around the world are well  learnt their  selected field of study which  suggests you can easily put your  belief in the  means they treat your paper,  despite which  scholastic  technique you\'re from. When it comes to your  occupation  leads and  brilliant future, MyAssignmenthelp.com takes the onus on itself to  advertise your growth in the  ideal direction. So,  this way you wouldn\'t  need to think twice  prior to trusting us with your  scholastic papers. Place an order with us now  as well as reap the rewards of  wonderfully  composed academic papers today. <a href=\"https://automation.thematlabprojects.com\">her response</a>', ''),
(10557, 1, 1509, '1', 'Michaelsmeam', ''),
(10558, 1, 1509, '2', 'Michaelsmeam', ''),
(10559, 1, 1509, '3', 'savememan88@yahoo.cmo', ''),
(10560, 1, 1509, '4', '(175) 350-2552', ''),
(10561, 1, 1509, '5', 'google', ''),
(10562, 1, 1509, '6', 'FREE way to open you business at home', ''),
(10563, 1, 1509, '7', 'Open a FREEE account with http://UseFreelancer.com and start making money at home selling any service or E-product.\r\n\r\nhttp://UseFreelancer.com is a new advanced platform and nothing like it on the internet it has the following advantages\r\n\r\n1- Sell one on one live video streaming per hour service (first time on the internet) for more details brows https://www.usefreelancer.com/pages/live \r\n\r\n2- You can sell any downloadable E-products and E-services for example e-book, software, plugins, WordPress temples, Teaching lessons, etc. and get you money as soon as the buyer downloads your zip file, (first time a freelancer website offer selling downloadable products to his freelancers on the internet)\r\n\r\n3- Have your own affiliate for all your services (first time on the internet)\r\n\r\n4- Vacation mode if you are sick or going for vacation. (first time on the internet) other freelancers sites ask you to be available 24/7 forever and you cannot go for vacation and if you do not respond to a customer request they will have a bad report about you and you are not the boss, But at http://UseFreelancer.com you are the boss, work when you like and stop working  when you like after all it is your own business.\r\n\r\n5- it uses all the languages and the currencies of the world. So you can sell to all the customers in the World.\r\n\r\n6- It has Eleven (11) different kinds of payments including cryptocurrency.\r\n\r\n7- if you have a service in another freelancer site with 5 stars or less you can add it to http://UseFreelancer.com with the same description and video and imagss and open a support ticket and give us your other freelancer link and we will give you the same number of stars you have for such a gig and the good thing about it is that you will write your own feedback for it and we will add it to your gig.\r\n\r\nhttp://UseFreelancer.com is the best of all the rest\r\n\r\nopen a Free account now and start making money at home\r\n\r\nEnjoy working at home', ''),
(10564, 1, 1510, '1', 'RandyGot', ''),
(10565, 1, 1510, '2', 'RandyGot', ''),
(10566, 1, 1510, '3', 'zelatcol@gmail.com', ''),
(10567, 1, 1510, '4', '(611) 584-8141', ''),
(10568, 1, 1510, '5', 'google', ''),
(10569, 1, 1510, '6', 'Aloha  i am write about   the price for reseller', ''),
(10570, 1, 1510, '7', 'Ciao, volevo sapere il tuo prezzo.', ''),
(10571, 1, 1511, '1', 'Allen', ''),
(10572, 1, 1511, '2', 'Young', ''),
(10573, 1, 1511, '3', 'allen@fundingready.online', ''),
(10574, 1, 1511, '4', '(202) 991-6766', ''),
(10575, 1, 1511, '5', 'Express Capital', ''),
(10576, 1, 1511, '6', 'Something to consider', ''),
(10577, 1, 1511, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nAs a business owner you already know how hard it can be to get your hands on some working capital!\r\n\r\nHowever, all that has changed! \r\n\r\nExpress Capital is a Direct Lender who would like to offer you a working capital loan up to 500k.\r\n \r\nGet pre-qualified in less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\nWarm Regards,\r\n\r\nAllen Young\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(10578, 1, 1512, '1', 'xfOFhwwmNo', ''),
(10579, 1, 1512, '2', 'xfOFhwwmNo', ''),
(10580, 1, 1512, '3', 'callvisvetlana@list.ru', ''),
(10581, 1, 1512, '4', '(102) 128-8262', ''),
(10582, 1, 1512, '5', 'google', ''),
(10583, 1, 1512, '6', 'Не забудь про данную методику и непременно используй ее', ''),
(10584, 1, 1512, '7', 'Не забудь про данную методику и непременно используй ее https://yandex.ru/poll/3DvNQf8ZQWqahHftz1jJjG#hpmsG3RNF5QC49AjMuvZ https://google.com gangagen.com', ''),
(10585, 1, 1513, '1', 'Joanna', ''),
(10586, 1, 1513, '2', 'Ratcliffe', ''),
(10587, 1, 1513, '3', 'joanna.r@freelancersmarket.com', ''),
(10588, 1, 1513, '4', '(323) 273-7759', ''),
(10589, 1, 1513, '5', 'Global Freelancer Marketplace', ''),
(10590, 1, 1513, '6', 'freshen up your website for 2023!', ''),
(10591, 1, 1513, '7', 'Get top-notch web design at an affordable price on our trusted freelancer marketplace. Our vetted and rated web designers are ready to give your website a professional touch at a budget-friendly cost. \r\n\r\nDon\'t settle for less, click here to see our highly-skilled and cost- effective web designers: https://bit.ly/Web-Designers\r\n\r\nBest regards,\r\nJoanna Ratcliffe\r\nMarketing Manager @Freelancer Marketplace', ''),
(10592, 1, 1514, '1', 'Megan', ''),
(10593, 1, 1514, '2', 'Michaels', ''),
(10594, 1, 1514, '3', 'meganfixit@gmail.com', ''),
(10595, 1, 1514, '4', '(559) 235-7424', ''),
(10596, 1, 1514, '5', 'Megan Fix It', ''),
(10597, 1, 1514, '6', 'There is an issue with your website', ''),
(10598, 1, 1514, '7', 'I found a problem with your website and it\'s fast and easy to fix. Head over to this link to check out the FREE report and I\'ll show you:  https://mywebsitereport.online\r\nYou are missing out on tons of traffic and sales.\r\n\r\n-Megan', ''),
(10599, 1, 1515, '1', 'ChristinaPi', ''),
(10600, 1, 1515, '2', 'ChristinaPi', ''),
(10601, 1, 1515, '3', 'christinaPi@denpelatucarenn.tk', ''),
(10602, 1, 1515, '4', '(787) 754-8618', ''),
(10603, 1, 1515, '5', 'Romania', ''),
(10604, 1, 1515, '6', 'Gіrl\'ѕ cоuple. We want to meet а manǃ...', ''),
(10605, 1, 1515, '7', 'Hello!\r\nI apоlоgіzе fоr the оvеrlу sрeсіfiс meѕsagе.\r\nМу girlfriеnd and I lоvе each оthеr. Аnd wе аrе аll grеat.\r\nВut... wе neеd а mаn.\r\nԜe аre 24 yеаrѕ old, frоm Romanіа, we аlsо know englіѕh.\r\nWe nevеr gеt bоredǃ Αnd nоt onlу in tаlk...\r\nMу nаmе іѕ Chrіstіna, my рrоfіle іѕ hеrе: http://cufoglibyjuper.tk/item-34526/', ''),
(10606, 1, 1516, '1', 'Raymond', ''),
(10607, 1, 1516, '2', 'Raymond', ''),
(10608, 1, 1516, '3', 's1.thecctvpro@gmail.com', ''),
(10609, 1, 1516, '4', '(510) 812-6471', ''),
(10610, 1, 1516, '5', 'google', ''),
(10611, 1, 1516, '6', 'Underwater cameras', ''),
(10612, 1, 1516, '7', 'Dear Sir/mdm, \r\nHope you are doing well \r\nWe supply 4G solar cameras, explosion-proof cameras and underwater cameras for commercial use. Use of applications: ships, construction sites, oil rigs and nuclear reactor etc.. \r\nDo contact us for any enquiries and visit our website below \r\nWe also have nitrile gloves if you need some \r\nWhatsapp: +65 87695655 \r\nEmail: sales@thecctvpro.com \r\nW: https://www.thecctvpro.com/ \r\nIf you wish to unsubscribe, do reply to our email. \r\nregards, \r\nRaymond', ''),
(10613, 1, 1517, '1', 'Eric', ''),
(10614, 1, 1517, '2', 'Jones', ''),
(10615, 1, 1517, '3', 'eric.jones.z.mail@gmail.com', ''),
(10616, 1, 1517, '4', '(555) 555-1212', ''),
(10617, 1, 1517, '5', 'boostleadgeneration.com', ''),
(10618, 1, 1517, '6', 'Why not TALK with your leads?', ''),
(10619, 1, 1517, '7', 'My name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE http://boostleadgeneration.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(10620, 1, 1518, '1', 'Samantha', ''),
(10621, 1, 1518, '2', 'Tomilson', ''),
(10622, 1, 1518, '3', 'jakedreambig@gmail.com', ''),
(10623, 1, 1518, '4', '(559) 235-7424', ''),
(10624, 1, 1518, '5', '.', ''),
(10625, 1, 1518, '6', 'URL Issues', ''),
(10626, 1, 1518, '7', 'Hey there, I was searching online and I found a few problems with your website.\r\nYou can grab the report I created for you here: https://mywebsitereport.online\r\nIt doesn\'t cost anything to check it out. You are missing out on tons of traffic.\r\n\r\n- Samantha', ''),
(10627, 1, 1519, '1', 'PetarCoelp', ''),
(10628, 1, 1519, '2', 'PetarCoelp', ''),
(10629, 1, 1519, '3', 'spbetcas440@gmail.com', ''),
(10630, 1, 1519, '4', '(148) 048-7064', ''),
(10631, 1, 1519, '5', 'google', ''),
(10632, 1, 1519, '6', 'gеt nоw # bіg bonus', ''),
(10633, 1, 1519, '7', 'Best onlіnе саsіno \r\nBіg bоnus аnd Frееsріns \r\nSpоrt bеttіng аnd pоkеr \r\n \r\ngo now https://tinyurl.com/msf889s4', ''),
(10634, 1, 1520, '1', 'Steve', ''),
(10635, 1, 1520, '2', 'Batiste', ''),
(10636, 1, 1520, '3', 'rico.batiste4@yahoo.com', ''),
(10637, 1, 1520, '4', '(713) 804-5958', ''),
(10638, 1, 1520, '5', 'Rico Batiste', ''),
(10639, 1, 1520, '6', 'hey did you see this?', ''),
(10640, 1, 1520, '7', 'Are you struggling to convert your website visitors into paying customers? ClickFunnels is here to help. Our powerful sales funnel building software allows you to easily create and optimize highly effective sales funnels that increase conversions and drive more sales revenue for your business. Don\'t let a poor converting website hold you back any longer, try ClickFunnels today and see the difference for yourself. Click here to learn more and start your FREE 14-day trial: https://cutt.ly/CFSolution', ''),
(10641, 1, 1521, '1', 'hhKEUbSUsa', ''),
(10642, 1, 1521, '2', 'hhKEUbSUsa', ''),
(10643, 1, 1521, '3', 'callvisvetlana@list.ru', ''),
(10644, 1, 1521, '4', '(061) 070-1058', ''),
(10645, 1, 1521, '5', 'google', ''),
(10646, 1, 1521, '6', 'Не забудь про данную методику и непременно используй ее', ''),
(10647, 1, 1521, '7', 'Не забудь про данную методику и непременно используй ее https://yandex.ru/poll/3DvNQf8ZQWqahHftz1jJjG#c2KuowPVdXaeAQiy43t6 https://google.com gangagen.com', ''),
(10648, 1, 1522, '1', 'Sdvillreich', ''),
(10649, 1, 1522, '2', 'Sdvillreich', ''),
(10650, 1, 1522, '3', 'c.hi.mm.e.dur.l.s@o5o5.ru', ''),
(10651, 1, 1522, '4', '(476) 873-7766', ''),
(10652, 1, 1522, '5', 'google', ''),
(10653, 1, 1522, '6', 'methyl 5-3,4-dimethylphenoxy methyl-2-furoate kupite online v internet-magazine chimmed', ''),
(10654, 1, 1522, '7', '<a href=https://chimmed.ru/products/iodine-resublimed-crystals-acs-998-id=332162>iod, sublimirovannС‹e kristallС‹, acs, 99 8% kupite online v internet-magazine chimmed </a> \r\nTegs: gs-7171 fumarat kupite online v internet-magazine chimmed  https://chimmed.ru/products/gs-7171-fumarate-id=2710733 \r\n \r\n<u>lrp10 400 ?l kupite online v internet-magazine chimmed </u> \r\n<i>perfectsil zadacha cn-3 5 mkm 100x3,0mm ve`zhh na kolonke kupite online v internet-magazine chimmed </i> \r\n<b>n-3,4-dimethoxyphenyl methyl 5-methyl-3-phenylisoxazol-4-yl formamide kupite online v internet-magazine chimmed </b>', ''),
(10655, 1, 1523, '1', 'Eric', ''),
(10656, 1, 1523, '2', 'Jones', ''),
(10657, 1, 1523, '3', 'ericjonesmyemail@gmail.com', ''),
(10658, 1, 1523, '4', '(555) 555-1212', ''),
(10659, 1, 1523, '5', 'jumboleadmagnet.com', ''),
(10660, 1, 1523, '6', 'Why not TALK with your leads?', ''),
(10661, 1, 1523, '7', 'My name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(10662, 1, 1524, '1', 'Eric', ''),
(10663, 1, 1524, '2', 'Jones', ''),
(10664, 1, 1524, '3', 'ericjonesmyemail@gmail.com', ''),
(10665, 1, 1524, '4', '(555) 555-1212', ''),
(10666, 1, 1524, '5', 'boostleadgeneration.com', ''),
(10667, 1, 1524, '6', 'how to turn eyeballs into phone calls', ''),
(10668, 1, 1524, '7', 'Hi, Eric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(10669, 1, 1525, '1', 'Eric', ''),
(10670, 1, 1525, '2', 'Jones', ''),
(10671, 1, 1525, '3', 'ericjonesmyemail@gmail.com', ''),
(10672, 1, 1525, '4', '(555) 555-1212', ''),
(10673, 1, 1525, '5', 'boostleadgeneration.com', ''),
(10674, 1, 1525, '6', 'Try this, get more leads', ''),
(10675, 1, 1525, '7', 'Hi, my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nTalk With Web Visitor – CLICK HERE https://boostleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(10676, 1, 1526, '1', 'David', ''),
(10677, 1, 1526, '2', 'James', ''),
(10678, 1, 1526, '3', 'reliablewebsiteranker@gmail.com', ''),
(10679, 1, 1526, '4', '(780) 868-0228', ''),
(10680, 1, 1526, '5', 'Website Traffic Builder', ''),
(10681, 1, 1526, '6', 'Apologies in advance', ''),
(10682, 1, 1526, '7', 'Sorry for reaching out to you like this but I\'ll get straight to business. I\'m a digital marketer and i\'d love to help you get more clients and drive more traffic to your existing site. To get my foot in the door I would like to give you some ideas that you\'re free to steal. You never know - some of them may even be good! Drop me a line and let\'s have a chat! David', ''),
(10683, 1, 1527, '1', 'Rashmi', ''),
(10684, 1, 1527, '2', 'Sharma', ''),
(10685, 1, 1527, '3', 'rashmivphe@gmail.com', ''),
(10686, 1, 1527, '4', '(959) 686-6038', ''),
(10687, 1, 1527, '5', 'Mumbai veterinary college', ''),
(10688, 1, 1527, '6', 'enquiring regarding a bacteriophage-based study', ''),
(10689, 1, 1527, '7', 'Hi\r\n\r\nThis is Dr. Rashmi Sharma on this side. i work as a scientist at bombay veterinary college, bombay. we are conducting a bacteriophage study. I am enquiring about the availability of bacteriophage associated with food-borne pathogens. \r\n\r\nFeel free to contact me on my number-9596866038\r\nhoping to hear', ''),
(10690, 1, 1528, '1', 'casinogeank', ''),
(10691, 1, 1528, '2', 'casinogeank', ''),
(10692, 1, 1528, '3', 'bonusicasinonew@gmail.com', ''),
(10693, 1, 1528, '4', '(722) 273-2450', ''),
(10694, 1, 1528, '5', 'google', ''),
(10695, 1, 1528, '6', 'бездепозитные бонусы букмекеры', ''),
(10696, 1, 1528, '7', 'физкульт-привет -как знаешь. \r\n \r\n все бездепозитные бонусы покер \r\n \r\n 10 причин, по которым ваш успех будет работать. \r\n \r\nБонусы - согласие! Сегодня кто-нибудь давал дельный совет? . Если бы ваша жизнь была фильмом, как бы он назывался?  \r\n \r\nПодскажите, если забрать 500$ + 225 FS в онлайн казино как, <a href=http://playfortuna-ru.tb.ru/>казино с бонусом на первый депозит</a> на сайте: https://playfortuna-ru.tb.ru/, реально ли отыграть вейджер Х40 за сессию игры в игровые автоматы? \r\n \r\nЕсли, кто не в курсе, получил помин здесь: <a href=https://documenter.getpostman.com/view/24070153/2s8YsozujW>бездепозитный бонус игровые автоматы</a>, а именно:  \r\n \r\n<a href=https://socprofile.com/bonusicasinonew>БОНУСЫ НА ДЕПОЗИТ 100% + 50 FS >>></a> \r\n \r\nУвидел агирлик в телеграме - трендовый канал: @new_bonuses, берите - https://t.me/new_bonuses \r\n \r\nНагляднo о бонусах онлайн: <a href=http://playfortuna-ru.tb.ru/> play fortuna com ru</a> \r\n \r\nПодробнее: http://vk.com/bezdepozitnye \r\n \r\nВсем удачи! Спасибо!', ''),
(10697, 1, 1529, '1', 'StephenGot', ''),
(10698, 1, 1529, '2', 'StephenGot', ''),
(10699, 1, 1529, '3', 'zelatcol@gmail.com', ''),
(10700, 1, 1529, '4', '(550) 522-7734', ''),
(10701, 1, 1529, '5', 'google', ''),
(10702, 1, 1529, '6', 'Hello  i writing about     price for reseller', ''),
(10703, 1, 1529, '7', 'Hi, I wanted to know your price.', ''),
(10704, 1, 1530, '1', 'Mary', ''),
(10705, 1, 1530, '2', 'Ridley', ''),
(10706, 1, 1530, '3', 'maryridley49@gmail.com', ''),
(10707, 1, 1530, '4', '(574) 817-5582', ''),
(10708, 1, 1530, '5', 'Dotty Settles', ''),
(10709, 1, 1530, '6', 'Can your business afford not to use this??', ''),
(10710, 1, 1530, '7', 'Hey Hi Hello\r\n \r\nDo you struggle with writer\'s block and spend countless hours editing your work? \r\n\r\nOur cutting-edge writing tool uses AI technology to help you write with ease and efficiency, while also improving the quality of your content. \r\n\r\nCheck it out here...\r\n\r\n\r\neasycontentbot.com\r\n\r\n\r\n\r\nYour going to love it,\r\n\r\n\r\n\r\nMary\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n224 Westwood Cir.\r\nDalton, GA  30721\r\n\r\nTo unsubscribe, type \"opt out\" in subject line\r\nand your url in the body....send to maryridley49@gmail.com', ''),
(10711, 1, 1531, '1', 'Septikkix', ''),
(10712, 1, 1531, '2', 'Septikkix', ''),
(10713, 1, 1531, '3', 'taisiya.alximowa@mail.ru', ''),
(10714, 1, 1531, '4', '(021) 646-0132', ''),
(10715, 1, 1531, '5', 'google', ''),
(10716, 1, 1531, '6', 'Септики в Нижнем Новгороде', ''),
(10717, 1, 1531, '7', '<a href=https://biolaif.ru/>септик бетонных колец своими руками схема канализация частн…</a>  - подробнее на сайте <a href=https://biolaif.ru/>/biolaif.ru</a>', ''),
(10718, 1, 1532, '1', 'Thomas', ''),
(10719, 1, 1532, '2', 'Murphy', ''),
(10720, 1, 1532, '3', 'thomas@cashboost.online', ''),
(10721, 1, 1532, '4', '(202) 991-6766', ''),
(10722, 1, 1532, '5', 'Express Capital', ''),
(10723, 1, 1532, '6', 'Is now a good time?', ''),
(10724, 1, 1532, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nJust wondering if you would consider a Working Capital Loan for your business\r\nif the price and terms were acceptable to you?\r\n\r\nExpress Capital is a Direct Lender specializing in working capital loans up to 500k. \r\n\r\nWe don’t require collateral and our approval process is fully automated. \r\n\r\nReceive your decision is less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nThomas Murphy\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(10725, 1, 1533, '1', 'kazinoglirm', ''),
(10726, 1, 1533, '2', 'kazinoglirm', ''),
(10727, 1, 1533, '3', 'soodamun@gmail.com', ''),
(10728, 1, 1533, '4', '(210) 147-0008', ''),
(10729, 1, 1533, '5', 'google', ''),
(10730, 1, 1533, '6', 'бездепозитные бонусы casinoshe4ka', ''),
(10731, 1, 1533, '7', 'мир вам -смотрите у меня.  \r\n  \r\n бездепозитные бонусы в игровых автоматах за регистрацию с выводом  \r\n  \r\n 10 революционных методов к успеху.  \r\n  \r\nЭто - энтузиазм! Сегодня удалось получить удовольствие? . Каково главное качество, которое вы ищете в других?   \r\n  \r\nпреинтересно, если набрать 500$ + 225 FS в онлайн казино как, <a href=http://playfortuna-ru.tb.ru/>бездепозитное казино онлайн</a> на сайте: https://playfortuna-ru.tb.ru/, реально ли отыграть вейджер Х20 за сессию игры в игровые автоматы?  \r\n  \r\nЕсли, кто не в курсе, получил календатикум здесь: <a href=http://documenter.getpostman.com/view/24070153/2s8YRcNbtb>бездепозитный бонус в казино</a>, а именно:   \r\n  \r\n<a href=http://socprofile.com/bonusicasinonew>БОНУС ЗА РЕГИСТРАЦИЮ 500$ + 225 FS >>></a>  \r\n  \r\nУвидел подарочек в телеграме - ультрапопулярный канал: @new_bonuses, получите - http://t.me/new_bonuses  \r\n  \r\nОбщественнo о бонусах онлайн: <a href=http://playfortuna-ru.tb.ru/> playfortuna com официальный сайт</a>  \r\n \r\nПодпишись:http://vk.com/bonusycasino_online \r\n  \r\nсмотрибельно - существо: <a href=http://bonusi.tb.ru/zaim>кредиты банки телефон</a> \r\nк примеру: \r\n \r\nПланируем взять ипотечный кредит. \r\n \r\nИмеет первостепенное значение о займах: loan.tb.ru -  рефинансирование кредита - Займ без процентов - Ищите: займ без карты срочно - смотрите: ТОП МФО 2021. Оформите займ онлайн! Решение за 2 мин. Ставка от 0% в день. До 100 000 ?. Online-выдача займа. Более 20 МФО. Одобрение сразу! Без платных подписок. Без справок. Работа 24/7. Все способы выдачи. Срок до 365 дней. Первый займ без % Содействие в подборе финансовых услуг/организаций - займ личный кабинет Минусинск \r\n \r\n смотрите у меня: <a href=http://creditonline.tb.ru/>взять кредит без проверок</a> \r\n \r\nстержень: <a href=http://bonuses.turbo.site/>джой казино</a> \r\n \r\nсистемообразующий: <a href=http://bonusi.tb.ru/>взносы кредита</a> \r\n \r\nне скучно - жизненно важный: <a href=http://bonusi.tb.ru/kredit>займ на кредитную карту онлайн</a> \r\n \r\n пикантно:<a href=http://slotwins.mya5.ru/>slot machines with no Deposit bonus</a> \r\n \r\n зыбай: <a href=http://credit-online.turbo.site/>оплачивать ли кредит</a> \r\n \r\nдоминантный: <a href=http://credits.mya5.ru/>займы без отказа без проверки</a> \r\n \r\nсэнсэй: <a href=http://credits-online.mya5.ru/>оформить кредит онлайн</a> \r\n \r\nотсюда поподробней, пожалуйста:<a href=http://boosty.to/casino-online>казино онлайн контрольчестности рф</a> \r\n \r\n прелюбопытно:<a href=http://vk.com/casino_bez_depozita_2021>казино онлайн контроль честности рф</a> \r\n \r\nфундаментальный: <a href=http://bonus.ru.net/>джой казино</a> \r\n \r\nвот: <a href=http://bonusi.tb.ru/>кредиты с просрочками банки</a> \r\n \r\n зыбай: <a href=http://kredity.tb.ru/>заявка на кредит на карту</a> \r\nзанятно:<a href=http://boosty.to/casinoonline>сайты онлайн казино контрольчестности рф</a> \r\n \r\nразуй глаза: <a href=http://boosty.to/credits>банк берет кредит</a> \r\n \r\nподождите: <a href=http://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-6022fdda9eeef76a6925c6fe>качество кредита</a> \r\n \r\nпреинтересно:<a href=http://boosty.to/casino-online>включите казино</a> \r\n \r\nвидишь: <a href=http://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit>рефинансирование потребительских кредитов</a> \r\n \r\nхорошо жэээ: <a href=https://user373133.tourister.ru/blog/19226>банк рефинансирование кредитов</a> \r\n \r\nоснова основ: <a href=http://sites.google.com/view/zaimy-tyt/>займ</a> \r\n \r\nсамое: <a href=https://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b>сбербанк кредит</a> \r\n \r\n \r\nhttp://www.avito.ru/moskva/predlozheniya_uslug/avitolog_prodvizhenie_na_avito_posting_2731917893 \r\nhttp://vk.com/@avitolog_2023-posting-na-avito-razmeschenie-obyavlenii-na-avito \r\nhttp://vk.com/avitolog_2023 \r\nhttp://vk.com/avito_2023 \r\nhttp://vk.com/burger_pushkin \r\nhttp://tgstat.ru/en/chat/@new_bonuses \r\nhttp://tgstat.ru/en/chat/@zaimonlinetyt \r\nhttp://tgstat.ru/en/chat/@casinos_2021 \r\nhttp://tgstat.ru/en/chat/@zaimycredity \r\nhttp://credit-online.turbo.site/ \r\nhttp://twitter.com/CasinoBonusi \r\nhttp://vk.com/bonuses23 \r\nhttp://vk.com/@bonuses23-casino-registration \r\nhttp://socprofile.com/bonusicasinonew \r\nhttp://vk.com/@playfortunacomru-play-fortuna-registraciya \r\nhttp://vk.com/playfortunacomru \r\nhttp://twitter.com/bonusykazino \r\nhttp://twitter.com/bonusykazino/status/1606330268985475075 \r\nhttp://twitter.com/bonusykazino/status/1606334813241085953 \r\nhttp://twitter.com/bonusykazino/status/1606326484758667264 \r\nhttp://twitter.com/CasinoBonusi/status/1602974856496271361 \r\nhttp://twitter.com/CasinoBonusi/status/1602981560525160448 \r\nhttp://twitter.com/CasinoBonusi/status/1602979584340889601 \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid02NYYTYVahaaixRzHZuXfni1ekC928TDMDdTcCUdmy52zJUt4MrTuPAhB58uDwpZYil&id=100017183618781 \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid0eimWgqQgdxZ1k9R1L9Fe5nopxZjKpthzU1MeYtdeEM8eF5YZKV9YxpYA5HJEgu9Fl&id=100017183618781 \r\nhttp://vk.com/bonusesnew \r\nhttp://vk.com/@bonusesnew-bezdepozitnye-bonusy-kazino-2023-za-registraciu \r\nhttp://vk.com/zajmy_onlajn_na_kartu_2023 \r\nhttp://vk.com/@zajmy_onlajn_na_kartu_2023-zaimy-na-kartu-vzyat-zaim-bez-otkaza \r\nhttp://bit.ly/casinobonusy \r\nhttp://yandex.ru/collections/user/949d3tg485gjcy4027bb8j1q48/bonusy-kazino-za-registratsiiu/?share=NWVhMjA0ZjAwMzNlZGExOTEwMTYzZDRlXzVkNDk5MWMxYTg5NWIyMDBhNWM5ZDE2Mg%3D%3D \r\nhttp://vk.com/bonuses_new \r\nhttp://vk.com/@bonuses_new-bonusy-za-registraciu \r\nhttp://vk.com/bonusycasino_online \r\nhttp://vk.com/@bonusycasino_online-bezdepozitnye-bonusy-onlain-kazino-2023 \r\nhttp://vk.com/dating_website + http://vk.link/dating_website \r\nhttp://spark.ru/startup/credit-loan/blog/99728/krediti-i-zajmi-rossii \r\nhttp://vk.link/credit_online_rf + http://vk.com/credit_online_rf \r\nhttp://www.facebook.com/CreditOnlineNow + http://vk.com/strahovanieresospb http://strahovanie-reso.turbo.site/ http://vk.com/kredity_banki http://vk.com/creditsru http://vk.com/credit_online_rf http://vk.link/credit_online_rf http://vk.link/strahovanieresospb \r\nhttp://bonusi.tb.ru/| http://bonusi.tb.ru/kredit| http://bonusi.tb.ru/zaim| http://bonusi.tb.ru/bank| http://bonusi.tb.ru/credit-cards|http://bonusi.tb.ru/avtokredit| http://bonusi.tb.ru/ipoteka \r\nhttp://creditonline.tb.ru \r\nhttp://creditonline.tb.ru/microloans \r\nhttp://creditonline.tb.ru/avtokredity \r\nhttp://creditonline.tb.ru/bez-spravok \r\nhttp://creditonline.tb.ru/dengi \r\nhttp://creditonline.tb.ru/banki \r\nhttp://creditonline.tb.ru/kreditnye-karty \r\nhttp://creditonline.tb.ru/potrebitelskie-kredity \r\nhttp://creditonline.tb.ru/refinansirovanie \r\nhttp://creditonline.tb.ru/zajmy-na-kartu \r\nhttp://creditonline.tb.ru/kalkulyator \r\nhttp://creditonline.tb.ru/kreditovanie \r\nhttp://creditonline.tb.ru/debetovye-karty \r\nhttp://creditonline.tb.ru/kredity-nalichnymi \r\nhttp://creditonline.tb.ru/banki-kredity \r\nhttp://creditonline', ''),
(10732, 1, 1534, '1', 'RichardBex', ''),
(10733, 1, 1534, '2', 'RichardBex', ''),
(10734, 1, 1534, '3', 'wj1ra@course-fitness.com', ''),
(10735, 1, 1534, '4', '(420) 554-5038', ''),
(10736, 1, 1534, '5', 'google', ''),
(10737, 1, 1534, '6', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(10738, 1, 1534, '7', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(10739, 1, 1535, '1', 'zpPPEtJKgk', ''),
(10740, 1, 1535, '2', 'zpPPEtJKgk', ''),
(10741, 1, 1535, '3', 'callvisvetlana@list.ru', ''),
(10742, 1, 1535, '4', '(675) 246-4387', ''),
(10743, 1, 1535, '5', 'google', ''),
(10744, 1, 1535, '6', 'Иногда нужно немного посмотреть по сторонам и увидеть возможности', ''),
(10745, 1, 1535, '7', 'Иногда нужно немного посмотреть по сторонам и увидеть возможности http://merky.de/fzfd7v opo https://mail.ru gangagen.com', ''),
(10746, 1, 1536, '1', 'Vernontaf', ''),
(10747, 1, 1536, '2', 'Vernontaf', ''),
(10748, 1, 1536, '3', 'vita.vinokurovas@gmail.com', ''),
(10749, 1, 1536, '4', '(177) 257-2056', ''),
(10750, 1, 1536, '5', 'google', ''),
(10751, 1, 1536, '6', 'Unlogeneemo', ''),
(10752, 1, 1536, '7', 'https://telegra.ph/Addison-Avery-Porn-03-30', ''),
(10753, 1, 1537, '1', 'AaronGeari', ''),
(10754, 1, 1537, '2', 'AaronGeari', ''),
(10755, 1, 1537, '3', '4v4eh@course-fitness.com', ''),
(10756, 1, 1537, '4', '(778) 022-2867', ''),
(10757, 1, 1537, '5', 'google', ''),
(10758, 1, 1537, '6', 'Game LIFE 遊戲情報', ''),
(10759, 1, 1537, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(10760, 1, 1538, '1', 'Sdvillreich', ''),
(10761, 1, 1538, '2', 'Sdvillreich', ''),
(10762, 1, 1538, '3', 'c.h.immed.u.rl.s@o5o5.ru', ''),
(10763, 1, 1538, '4', '(526) 505-0056', ''),
(10764, 1, 1538, '5', 'google', ''),
(10765, 1, 1538, '6', 'vos-his 3-bom-oh kupite online v internet-magazine chimmed', ''),
(10766, 1, 1538, '7', '<a href=https://chimmed.ru/products/333-trifluoro-22-dimethylpropionic-acid-97-id=4688455>chloro-3-2,5-dichlorophenyl-1-propene 97% kupite online v internet-magazine chimmed </a> \r\nTegs: mezitilensul`fonil-1n-1,2,4-triazol kupite online v internet-magazine chimmed  https://chimmed.ru/products/1-2-mesitylenesulfonyl-1h-124-triazole-id=4305895 \r\n \r\n<u>methyl-7-oxabicyclo 4 1 0 heptan-2-one kupite online v internet-magazine chimmed </u> \r\n<i>automated veemax iii-shimadzu kupite online v internet-magazine chimmed </i> \r\n<b>ftor-2-metilfenil izotiocianat kupite online v internet-magazine chimmed </b>', ''),
(10767, 1, 1539, '1', 'AndrewGot', ''),
(10768, 1, 1539, '2', 'AndrewGot', ''),
(10769, 1, 1539, '3', 'zelatcol@gmail.com', ''),
(10770, 1, 1539, '4', '(586) 350-8173', ''),
(10771, 1, 1539, '5', 'google', ''),
(10772, 1, 1539, '6', 'Aloha    write about     price for reseller', ''),
(10773, 1, 1539, '7', 'Ola, quería saber o seu prezo.', ''),
(10774, 1, 1540, '1', 'Septikkix', ''),
(10775, 1, 1540, '2', 'Septikkix', ''),
(10776, 1, 1540, '3', 'taisiya.alximowa@mail.ru', ''),
(10777, 1, 1540, '4', '(648) 004-4051', ''),
(10778, 1, 1540, '5', 'google', ''),
(10779, 1, 1540, '6', 'Септики в Нижнем Новгороде', ''),
(10780, 1, 1540, '7', 'http://septiki-nn.ru - септик из бетонных колец под ключ цена Нижегородская область  - подробнее на сайте http://septiki-nn.ru - septiki-nn.ru', ''),
(10781, 1, 1541, '1', 'DarrellBut', ''),
(10782, 1, 1541, '2', 'DarrellBut', ''),
(10783, 1, 1541, '3', 'joe_stiffy@jerseyshoreelectric.com', ''),
(10784, 1, 1541, '4', '(727) 126-3467', ''),
(10785, 1, 1541, '5', 'google', ''),
(10786, 1, 1541, '6', 'disposable vape pen weed canada', ''),
(10787, 1, 1541, '7', 'Best Vaporizers For Weed For Sale 2023 \r\n \r\n \r\nIn the past few years, the vaporizer market has seen a dramatic increase in popularity. As more people become aware of the health benefits of vaporizing weed, compared to smoking, the need for a quality vaporizer is on the rise. Many of the top brands have released a range of new vaporizers for sale in the market, making it difficult to find the best vaporizer for your needs. \r\n \r\nThis blog post will help you navigate the new range of vaporizers for weed (<a href=>http://chocksanspa.co.kr/bbs/board.php?bo_table=free&wr_id=40097 \r\n</a>) that are available to buy in 2023. By the end of this post, you\'ll have a better understanding of which specific vaporizers are the best for you and your needs. We\'ll take a look at the top features to look for in a quality vaporizer, as well as what factors will help you to decide which one is the right choice. You\'ll also get a comprehensive overview of the various vaporizers that are currently available for sale. \r\n \r\n \r\nArizer Extreme Q \r\n \r\n \r\nThe Arizer Extreme Q is a reliable and efficient desktop vaporizer that provides a great vaporizing experience for users. It features a digital display and remote control for easy operation, giving you precision control over the vaporizing temperature, fan speed, and more. The cyclone bowl and all glass whip provide a flavorful and cool vapor, while the balloon fill system allows for easy transport and storage of the vapor. The Extreme Q also offers a timer and automatic shut off setting for safety and convenience. With its high-quality materials, durable construction, and great features, the Arizer Extreme Q is a great choice for anyone looking for a reliable and efficient desktop vaporizer. \r\n \r\n \r\nVolcano Desktop Vaporizer \r\n \r\n \r\nThe Volcano Desktop Vaporizer is one of the most popular vaporizers on the market and is renowned for its superior performance. It utilizes a forced air balloon system to produce a steady and consistent vaping experience. The Volcano Desktop Vaporizer is a highly efficient and effective device that features an adjustable temperature range that allows users to customize their vaping experience. It also features an automatic shut-off feature that helps to reduce the risk of overheating while using the device. The Volcano Desktop Vaporizer is an ideal choice for those looking for a reliable and consistent vaporizing experience. It is easy to use, safe, and produces a smooth, consistent vapor. It is also backed by a two-year warranty that ensures that users receive the highest quality vaporizing experience possible. \r\n \r\n \r\nDa Buddha Vaporizer \r\n \r\n \r\nThe Da Buddha Vaporizer is a top-of-the-line device for enjoying herbal vapor. This vaporizer is easy to use and features a ceramic heating element, as well as adjustable temperature control, allowing users to enjoy their herbs and oils at the exact temperature they desire. Da Buddha also features a steel outer shell and a ceramic inner lining, both of which contribute to its durability. With its reliable performance and quality construction, Da Buddha Vaporizer is sure to provide a superior vaping experience and the ability to customize your session. Whether you are a beginner or an experienced user, Da Buddha Vaporizer is sure to provide an enjoyable and convenient experience. \r\n \r\n \r\nArizer Extreme Q, Volcano Desktop Vaporizer, and Da Buddha Vaporizer \r\n \r\n \r\nIn conclusion, the Arizer Extreme Q, Volcano Desktop Vaporizer, and Da Buddha Vaporizer are all excellent options for desktop vaporizers. Each model has its own unique features and advantages, so it\'s important to consider your needs when choosing the right one. The Arizer Extreme Q is great for its versatility and digital temperature controls, while the Volcano Desktop Vaporizer is great for its balloon-style bag delivery system and simple design. The Da Buddha Vaporizer is great for its easy-to-use design and affordability. Ultimately, your own needs and preferences will help you decide which vaporizer is the best for you.', ''),
(10788, 1, 1542, '1', 'Sevil', ''),
(10789, 1, 1542, '2', 'Öztaş', ''),
(10790, 1, 1542, '3', 'svl_oztas@hotmail.com', ''),
(10791, 1, 1542, '4', '(507) 233-1564', ''),
(10792, 1, 1542, '5', 'Karabük University', ''),
(10793, 1, 1542, '6', 'Bacteriophage', ''),
(10794, 1, 1542, '7', 'Hello. For which bacteria are there bacteriophages? For example, how many types of bacteriophage do you recommend for the treatment of MRSA and what would be the cost for a patient treatment? Can you give a price?  I am writing from Turkey. I am planning to study. Thank you', ''),
(10795, 1, 1543, '1', 'Mike Peacock', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(10796, 1, 1543, '2', 'Mike Peacock', ''),
(10797, 1, 1543, '3', 'no-replyPovaTasy@gmail.com', ''),
(10798, 1, 1543, '4', '(353) 231-0176', ''),
(10799, 1, 1543, '5', 'google', ''),
(10800, 1, 1543, '6', 'Monthly SEO plans from 49$ ONLY', ''),
(10801, 1, 1543, '7', 'Greetings \r\n \r\nI have just took a look on your SEO for  gangagen.com for the ranking keywords and saw that your website could use an upgrade. \r\n \r\nWe will enhance your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our plans here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Peacock\r\n \r\n \r\nPS: Quality SEO content is included', ''),
(10802, 1, 1544, '1', 'Ori', ''),
(10803, 1, 1544, '2', 'Nicklin', ''),
(10804, 1, 1544, '3', 'optimizebusinesses2030@gmail.com', ''),
(10805, 1, 1544, '4', '(508) 812-0437', ''),
(10806, 1, 1544, '5', 'Amanda Nicklin', ''),
(10807, 1, 1544, '6', 'Crazy Automation Hack For r gangagen.com?', ''),
(10808, 1, 1544, '7', 'Hey there\r\n\r\nHave you seen this crazy automation tool? You can use it to automatically create videos for any purpose in seconds.\r\n\r\nCheck it out and let me know what you think==> https://create.onlineadagent.net\r\n\r\nBest,\r\nOri Ben \r\n508 812 0437', ''),
(10809, 1, 1545, '1', 'Eric', ''),
(10810, 1, 1545, '2', 'Jones', ''),
(10811, 1, 1545, '3', 'ericjonesmyemail@gmail.com', ''),
(10812, 1, 1545, '4', '(555) 555-1212', ''),
(10813, 1, 1545, '5', 'boostleadgeneration.com', ''),
(10814, 1, 1545, '6', 'Instead, congrats', ''),
(10815, 1, 1545, '7', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(10816, 1, 1546, '1', 'Mathew', ''),
(10817, 1, 1546, '2', 'Bloch', ''),
(10818, 1, 1546, '3', 'mathewblochgetsitdone@gmail.com', ''),
(10819, 1, 1546, '4', '(559) 272-7575', ''),
(10820, 1, 1546, '5', 'I Can Help', ''),
(10821, 1, 1546, '6', 'hello', ''),
(10822, 1, 1546, '7', 'Are you the owner of the website?\r\nI have a question.', ''),
(10823, 1, 1547, '1', 'StephenGot', ''),
(10824, 1, 1547, '2', 'StephenGot', ''),
(10825, 1, 1547, '3', 'zelatcol@gmail.com', ''),
(10826, 1, 1547, '4', '(800) 400-5425', ''),
(10827, 1, 1547, '5', 'google', ''),
(10828, 1, 1547, '6', 'Hi, i am writing about     prices', ''),
(10829, 1, 1547, '7', 'Hai, saya ingin tahu harga Anda.', ''),
(10830, 1, 1548, '1', 'Sdvillreich', ''),
(10831, 1, 1548, '2', 'Sdvillreich', ''),
(10832, 1, 1548, '3', 'c.himmedurl.s@o5o5.ru', ''),
(10833, 1, 1548, '4', '(656) 215-4680', ''),
(10834, 1, 1548, '5', 'google', ''),
(10835, 1, 1548, '6', 'chlorooctafluoropentanoic acid kupite online v internet-magazine chimmed', ''),
(10836, 1, 1548, '7', '<a href=https://chimmed.ru/products/gcp5---tubgcp5-100-ul-id=488242>gcp5 / tubgcp5 100 ul kupite online v internet-magazine chimmed </a> \r\nTegs: parС‹ prajmerov lyudej pklr kpcr kupite online v internet-magazine chimmed  https://chimmed.ru/products/human-pklr-qpcr-primer-pairs-id=1787608 \r\n \r\n<u>ru0 simulfluor hmpv/rsv reagent kupite online v internet-magazine chimmed </u> \r\n<i>anti-atp2c1 ea kupite online v internet-magazine chimmed </i> \r\n<b>fluoro-2-piperidin-3-ylmethyl-1h-benzimidazole kupite online v internet-magazine chimmed </b>', ''),
(10837, 1, 1549, '1', 'Charity', ''),
(10838, 1, 1549, '2', 'Schuhmacher', ''),
(10839, 1, 1549, '3', 'charity.schuhmacher@yahoo.com', ''),
(10840, 1, 1549, '4', '(239) 846-1103', ''),
(10841, 1, 1549, '5', 'Charity Schuhmacher', ''),
(10842, 1, 1549, '6', 'Tool that increases your workflow 10x', ''),
(10843, 1, 1549, '7', 'Want to write more, faster and better? \r\n\r\nTry Jasper AI - the AI-powered writing tool that generates persuasive and engaging content for your blog posts, landing pages, social media, ads and more. (Jasper does the work for you)\r\n\r\nJasper is perfect for copywriters, content publishers, business owners, bloggers, students and more. \r\n\r\nTry it now - https://bit.ly/3XInQSf', ''),
(10844, 1, 1550, '1', 'JustinLaw', ''),
(10845, 1, 1550, '2', 'JustinLaw', ''),
(10846, 1, 1550, '3', 'prja@course-fitness.com', ''),
(10847, 1, 1550, '4', '(271) 752-8043', ''),
(10848, 1, 1550, '5', 'google', ''),
(10849, 1, 1550, '6', '日光共享空間 - Nikko Space', ''),
(10850, 1, 1550, '7', '日光共享空間 - Nikko Space \r\n \r\n \r\nhttps://nikkospace.com/', ''),
(10851, 1, 1551, '1', 'James Osei', ''),
(10852, 1, 1551, '2', 'James Osei', ''),
(10853, 1, 1551, '3', 'jamesosei1@gmx.com', ''),
(10854, 1, 1551, '4', '(537) 504-0231', ''),
(10855, 1, 1551, '5', 'google', ''),
(10856, 1, 1551, '6', 'Fund Transfer $8.9 Million USD', ''),
(10857, 1, 1551, '7', 'Hello, \r\n \r\nHappy New Year , \r\n \r\nI am the Auditing Director in the Bank of Ghana which is the Apex Bank of Ghana; I direct the auditing of accounting and financial data of various departments within the Bank of Ghana. During the Bank independent examination of financial information, I found out about this dormant account containing a contract balance fund $8.9 Million Dollars, The funds $8.9 Million dollars belongs to Late American Contractor Late Timothy Truax , he executed LNG pipeline contract for Ghana Petroleum commission , i will Tell you how the funds will be transferred to your bank account legitimately immediately i receive your response indicating your readiness to receive the funds and i want 50% of the funds after it is transferred to your bank account nominated by you. \r\nReply to private email address : jamesosei@gmx.com \r\n \r\nWarm Regards \r\nJames Osei', ''),
(10858, 1, 1552, '1', 'Evan', ''),
(10859, 1, 1552, '2', 'Roberts', ''),
(10860, 1, 1552, '3', 'evan@capitalchoice.online', ''),
(10861, 1, 1552, '4', '(202) 991-6766', ''),
(10862, 1, 1552, '5', 'Express Capital', ''),
(10863, 1, 1552, '6', 'May I ask you something?', ''),
(10864, 1, 1552, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or a short time in business keep you from getting the funds you need.\r\n\r\nIf you deposit more than 10k per month you’re already qualified!\r\n\r\nExpress Capital will offer you up to two times your monthly deposits without any collateral or personal guarantees. \r\n\r\nGet pre-qualified in less than 30 seconds without a credit check or submitting a single document.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEvan Roberts\r\nExpress Capital\r\nwww.expresscapitalcorp.com\r\n\r\n \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(10865, 1, 1553, '1', 'Nathanjag', ''),
(10866, 1, 1553, '2', 'Nathanjag', ''),
(10867, 1, 1553, '3', 'dimapetrov107@hotmail.com', ''),
(10868, 1, 1553, '4', '(876) 216-1848', ''),
(10869, 1, 1553, '5', 'google', ''),
(10870, 1, 1553, '6', 'Top 10 Online Slots', ''),
(10871, 1, 1553, '7', 'If you were to survey which features were the most popular among slots players, we would pretty much be able to guarantee that <a href=https://casino2202.blogspot.com/2022/10/slots-lv-casino-review-usa-friendly.html>free spins</a> would be at the very top. There is nothing more satisfying than landing a ton of free spins and just sitting back and watching them reel in the wins. \r\nFind the best <a href=https://casino2202.blogspot.com/2022/10/joe-fortune-casino-review-2022-top.html>online casinos</a> USA to play games for real money. List of the top US Casinos that accept US players. United States\' leading gambling sites 2022 \r\n<a href=https://casino2202.blogspot.com/2022/10/spin-palace-winners-top-wins-best-games.html>Spin Palace</a> is your top destination for a safe and trusted online casino experience. Enjoy over 500 casino games in a secure, fair environment 24/7! \r\nWith <a href=https://casino2202.blogspot.com/2022/11/slotslv-reviews-read-customer-service.html>Slotslv casino</a> range of classic online casino games, you will feel like you’re in Atlantic City. Enjoy the best table games with a Risk-Free Play Bonus of up to $100 \r\n<a href=>http://secure-casinos.com</a>', ''),
(10872, 1, 1554, '1', 'Kennycunty', ''),
(10873, 1, 1554, '2', 'Kennycunty', ''),
(10874, 1, 1554, '3', 'f5vano@course-fitness.com', ''),
(10875, 1, 1554, '4', '(413) 338-7738', ''),
(10876, 1, 1554, '5', 'google', ''),
(10877, 1, 1554, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(10878, 1, 1554, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(10879, 1, 1555, '1', 'Mike Fraser', ''),
(10880, 1, 1555, '2', 'Mike Fraser', ''),
(10881, 1, 1555, '3', 'no-replyPovaTasy@gmail.com', ''),
(10882, 1, 1555, '4', '(877) 706-2876', ''),
(10883, 1, 1555, '5', 'google', ''),
(10884, 1, 1555, '6', 'Domain Authority of your gangagen.com', ''),
(10885, 1, 1555, '7', 'Hi there \r\n \r\nJust checked your gangagen.com in MOZ and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed Domain Authority score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Semrush DA is now possible \r\nhttps://www.monkeydigital.co/semrush-da/ \r\n \r\nThanks and regards \r\nMike Fraser', ''),
(10886, 1, 1556, '1', 'BryceCaf', ''),
(10887, 1, 1556, '2', 'BryceCaf', ''),
(10888, 1, 1556, '3', 'gkeiu@course-fitness.com', ''),
(10889, 1, 1556, '4', '(842) 611-2083', ''),
(10890, 1, 1556, '5', 'google', ''),
(10891, 1, 1556, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(10892, 1, 1556, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(10893, 1, 1557, '1', 'Eric', ''),
(10894, 1, 1557, '2', 'Jones', ''),
(10895, 1, 1557, '3', 'ericjonesmyemail@gmail.com', ''),
(10896, 1, 1557, '4', '(555) 555-1212', ''),
(10897, 1, 1557, '5', 'boostleadgeneration.com', ''),
(10898, 1, 1557, '6', 'Your site – more leads?', ''),
(10899, 1, 1557, '7', 'Hey, this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(10900, 1, 1558, '1', 'RachelPribe', ''),
(10901, 1, 1558, '2', 'RachelPribe', ''),
(10902, 1, 1558, '3', 'laaaffaaammii@gmail.com', ''),
(10903, 1, 1558, '4', '(741) 045-5158', ''),
(10904, 1, 1558, '5', 'google', ''),
(10905, 1, 1558, '6', 'чизкейк классический', ''),
(10906, 1, 1558, '7', 'Десерты La familia — этто простой, ясный, а ядро натуральный продукт. Евонный счета треба расширять, затруднять, украшать. Это его чуть только испортит. \r\nУмереть и не встать времена эпизодически так много внимательности уделяется обложке, вожделению часто озадачить, создавать спецэффекты, отвлекая от сущности, автор решили доказательно обличить, яко содержание гораздо важнее. РАВНЫМ ОБРАЗОМ у нас это получилось! \r\nЧерез всей нашей семьи я желаю мира, монета и еще громкого смеха в течение каждый дом.<br> \r\nА ТАКЖЕ пусть вам сегодня хорэ язык проглотишь! \r\n \r\n \r\n<b>Наши домашние тортики ручной работы</b> \r\n<a href=https://images.google.com.eg/url?q=https://lafamillia.ru/tort-chizkeyk-klassicheskiy/>чизкейк классический</a> \r\n<a href=https://images.google.co.cr/url?q=https://lafamillia.ru/merengovyy-rulet/>где купить меренговый рулет</a> \r\n<a href=https://google.so/url?q=https://lafamillia.ru/tort-tiramisu/>торт тирамису купить в москве</a> \r\n<a href=http://images.google.cn/url?q=https://lafamillia.ru/tort-ptiche-moloko/>заказать вкусный торт в москве птичье молоко</a> \r\n<a href=https://images.google.com.mt/url?q=https://lafamillia.ru/tort-mango-marakuyya/>манго маракуйя</a> \r\n \r\n \r\n<a href=https://nationalleadershipnetwork.org/?tfa_next=%2Fforms%2FlegacyView%2F4877981%2F8454ff2f11c3a7731aab421cbd68b508%2F284568736%3Fjsid%3DeyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.IjgyMWZmMThmMmU4OGRjNzg1MjkyYmY3NjI5YjJmNDFjIg.QJvChcvkOEN9FI-aR_8z0XhB-fCkLWJqLNh1kogfqes>Банановый рулет купить москва</a>\r\n<a href=https://identitii.com/?cf_er=_cf_process_63cf306fc4bbf>армянский торт микадо</a>\r\n<a href=https://www.castletonlyons.com/?submission_id=544223&key=a82962551736db7ea87f0154c14b60de&page=0>банановый бисквитный торт</a>\r\n<a href=https://www.weleda.ch/service/kontakt?r309_r1_r1:u_u_i_d=3489c1c3-9a73-42d6-9302-af7aec972524>та самая птичка торт</a>\r\n<a href=http://www.angrybirds.su/gbook/guestbook.php>птичье молоко купить</a>\r\n f6df97f', ''),
(10907, 1, 1559, '1', 'Andrey98Asymn', ''),
(10908, 1, 1559, '2', 'Andrey98Asymn', ''),
(10909, 1, 1559, '3', 'gol.o.v.i.n.a.n.d.rey.1.9.1.7.@gmail.com', ''),
(10910, 1, 1559, '4', '(334) 366-3018', ''),
(10911, 1, 1559, '5', 'google', ''),
(10912, 1, 1559, '6', 'Sell-OUT Topic No.82955', ''),
(10913, 1, 1559, '7', '>>>  <a href=https://viagranix.com>Find Out More </a>  <<< \r\n \r\n***** \r\n- 24/7 Customer Support \r\n- No Prescription Required \r\n- Top Quality Medications \r\n- Worldwide Shipping \r\n- Bargain Prices \r\n***** \r\n \r\n \r\nWe are found by keywords: \r\npfizer viagra samples\r\npfizer sildenafil citrate\r\nviagra online reddit\r\ncheapest generic viagra india\r\nwomen viagra powder for sale\r\ngeneric viagra on ebay\r\nsildenafil generic pills for sale usa\r\nwalgreens discount coupons for viagra\r\nlong lasting sildenafil\r\nsildenafil patent\r\n \r\nhttps://viagranix.com \r\ntadalafil/sildenafil caps\r\nauthentic viagra online stores\r\npfizer sildenafil citrate\r\nsex viagra for women\r\nwhat is sildenafil 20 mg used for\r\nover the counter generic viagra carson city nv menu', ''),
(10914, 1, 1560, '1', 'Elenapum', ''),
(10915, 1, 1560, '2', 'Elenapum', ''),
(10916, 1, 1560, '3', 'elenapum@mondmema.tk', ''),
(10917, 1, 1560, '4', '(023) 512-4614', ''),
(10918, 1, 1560, '5', 'google', ''),
(10919, 1, 1560, '6', 'Gіrl\'s couple. Ԝe want to mееt а mаnǃ...', ''),
(10920, 1, 1560, '7', 'Hello!\r\nΙ apоlogize fоr thе overly ѕpеcіfiс messаgе.\r\nΜy gіrlfrіеnd and Ι lovе еaсh other. And wе arе аll great.\r\nΒut... wе nеed a mаn.\r\nWе аrе 22 yeаrs оld, frоm Romаniа, we аlsо knоw engliѕh.\r\nWe nеver gеt bоredǃ Аnd nоt only in talk...\r\nMу nаmе іѕ Elеna, mу profile is hеre: http://camanlearn.ga/topic-91617/', ''),
(10921, 1, 1561, '1', 'BenjaminGot', ''),
(10922, 1, 1561, '2', 'BenjaminGot', ''),
(10923, 1, 1561, '3', 'zelatcol@gmail.com', ''),
(10924, 1, 1561, '4', '(666) 554-6146', ''),
(10925, 1, 1561, '5', 'google', ''),
(10926, 1, 1561, '6', 'Hi  i write about your the price', ''),
(10927, 1, 1561, '7', 'Aloha, makemake wau eʻike i kāu kumukūʻai.', ''),
(10928, 1, 1562, '1', 'Aaron', ''),
(10929, 1, 1562, '2', 'Chatman', ''),
(10930, 1, 1562, '3', 'outreach@morelocalclients.net', ''),
(10931, 1, 1562, '4', '(847) 393-8710', ''),
(10932, 1, 1562, '5', 'MLC', ''),
(10933, 1, 1562, '6', 'website issues - not a pitch', ''),
(10934, 1, 1562, '7', 'Good day, \r\n\r\nWe know you get pitched daily by everyone for everything but this isn\'t it.\r\n\r\nWe scanned your site and found a number of issues.  Some are serious and should be taken care of soon.  Not trying to sell you anything, just want you to be aware of them. \r\n\r\nActually, some of the issues we can fix at no charge to you.\r\n\r\nReply or text for a list of your specific issues with suggestions on how to fix them.\r\n\r\nMLC team\r\n\r\nTo optout of future messages please reply and put \"opt out\" in the subject.  \r\nBased on CAN-SPAM Act, we and others are allowed to email you as long as there is an opt-out.\r\nThe domain below is listed for us to know who to remove.\r\ngangagen.com', ''),
(10935, 1, 1563, '1', 'Peeme', ''),
(10936, 1, 1563, '2', 'Peeme', ''),
(10937, 1, 1563, '3', '2835mw.8p.0.z@funny3delements.com', ''),
(10938, 1, 1563, '4', '(123) 015-8580', ''),
(10939, 1, 1563, '5', 'google', ''),
(10940, 1, 1563, '6', 'selector casino вход', ''),
(10941, 1, 1563, '7', 'selector 58.gg \r\n<a href=\"https://selektorkazinogame.ru\r\n\">https://selektorkazinogame.ru\r\n</a> \r\nВ будущем можно будет играть в онлайн-казино со своего смартфона. В игру играют на экране компьютера и использует специальное программное обеспечение, которое генерирует случайные числа для игры. Игрок выбирает сумму денег, а затем делает ставки на результат случайного числа, сгенерированного программой.', ''),
(10942, 1, 1564, '1', 'PetarCoelp', ''),
(10943, 1, 1564, '2', 'PetarCoelp', ''),
(10944, 1, 1564, '3', 'spbetcas408@gmail.com', ''),
(10945, 1, 1564, '4', '(324) 870-5217', ''),
(10946, 1, 1564, '5', 'google', ''),
(10947, 1, 1564, '6', 'gеt nоw # bіg bonus', ''),
(10948, 1, 1564, '7', 'Best onlіnе саsіno \r\nBіg bоnus аnd Frееsріns \r\nSpоrt bеttіng аnd pоkеr \r\n \r\ngo now https://tinyurl.com/mj3s46jh', ''),
(10949, 1, 1565, '1', 'Mike Atcheson', ''),
(10950, 1, 1565, '2', 'Mike Atcheson', ''),
(10951, 1, 1565, '3', 'no-replyPovaTasy@gmail.com', ''),
(10952, 1, 1565, '4', '(806) 648-2724', ''),
(10953, 1, 1565, '5', 'google', ''),
(10954, 1, 1565, '6', 'Content Marketing to rank gangagen.com', ''),
(10955, 1, 1565, '7', 'Hi there \r\n \r\nI Just checked your gangagen.com ranks and saw that your site is trending down for some time. \r\n \r\nIf you are looking for a trend reversal, we have the right solution for you \r\n \r\nWe are offering affordable Content Marketing plans with humanly written SEO content \r\n \r\nFor more information, please check our offers \r\nhttps://www.digital-x-press.com/product/content-marketing/ \r\n \r\nThanks and regards \r\nMike Atcheson', ''),
(10956, 1, 1566, '1', 'CdwfvmIAiX', ''),
(10957, 1, 1566, '2', 'CdwfvmIAiX', ''),
(10958, 1, 1566, '3', 'callvisvetlana@list.ru', ''),
(10959, 1, 1566, '4', '(387) 841-4806', ''),
(10960, 1, 1566, '5', 'google', ''),
(10961, 1, 1566, '6', 'Старайся делать что то новое и результат будет', ''),
(10962, 1, 1566, '7', 'Старайся делать что то новое и результат будет ollo https://google.com gangagen.com', ''),
(10963, 1, 1567, '1', 'VincentGot', ''),
(10964, 1, 1567, '2', 'VincentGot', ''),
(10965, 1, 1567, '3', 'zelatcol@gmail.com', ''),
(10966, 1, 1567, '4', '(473) 558-1012', ''),
(10967, 1, 1567, '5', 'google', ''),
(10968, 1, 1567, '6', 'Aloha, i am write about     price', ''),
(10969, 1, 1567, '7', 'Aloha, makemake wau eʻike i kāu kumukūʻai.', ''),
(10970, 1, 1568, '1', 'Ghnpknorb', ''),
(10971, 1, 1568, '2', 'Ghnpknorb', ''),
(10972, 1, 1568, '3', 'gutaarwer@outlook.com', ''),
(10973, 1, 1568, '4', '(356) 002-2803', ''),
(10974, 1, 1568, '5', 'google', ''),
(10975, 1, 1568, '6', 'My cunt is horny right now. Make me squirt', ''),
(10976, 1, 1568, '7', 'My pussy is not just flowing heavily, I\'m pouring all over. If you don\'t fuck her, she squirts https://xbebz.palatlaldate.com/c/da57dc555e50572d?s1=12179&s2=1471083&j1=1', ''),
(10977, 1, 1569, '1', 'Eric', ''),
(10978, 1, 1569, '2', 'Jones', ''),
(10979, 1, 1569, '3', 'ericjonesmyemail@gmail.com', ''),
(10980, 1, 1569, '4', '(555) 555-1212', ''),
(10981, 1, 1569, '5', 'boostleadgeneration.com', ''),
(10982, 1, 1569, '6', 'Instead, congrats', ''),
(10983, 1, 1569, '7', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(10984, 1, 1570, '1', 'Marcelino', ''),
(10985, 1, 1570, '2', 'Barker', ''),
(10986, 1, 1570, '3', 'marcelino.barker@gmail.com', ''),
(10987, 1, 1570, '4', '(916) 569-8375', ''),
(10988, 1, 1570, '5', 'Marcelino Barker', ''),
(10989, 1, 1570, '6', 'NEW: Semrush Backlinks', ''),
(10990, 1, 1570, '7', 'Hi there\r\nDo you want to get backlinks from domains that have tons of ranking keywords?\r\n\r\nhttps://www.monkeydigital.co/semrush-backlinks/', ''),
(10991, 1, 1571, '1', 'Maurine', ''),
(10992, 1, 1571, '2', 'Wahl', ''),
(10993, 1, 1571, '3', 'maurine.wahl@gmail.com', ''),
(10994, 1, 1571, '4', '(413) 773-4745', ''),
(10995, 1, 1571, '5', 'Maurine Wahl', ''),
(10996, 1, 1571, '6', 'RE: gangagen.com FINAL-NOTICE', ''),
(10997, 1, 1571, '7', '*INFO SERVICE EXPIRATION FOR gangagen.com\r\n\r\nAttention: Accounts Payable / Domain Owner / Contact - GangaGen \r\n\r\nYour Domain: www.gangagen.com \r\nExpected Reply before: Jan 27, 2023.\r\n\r\nThis Notice for: www.gangagen.com will expire on Jan 27, 2023. \r\n\r\n\r\n\r\n*For details and to make a payment for gangagen.com services by credit card:\r\n\r\nVisit: https://whats-ip.com/?web=gangagen.com\r\n\r\n\r\n01272023132142413-773-4745', ''),
(10998, 1, 1572, '1', 'JohnGot', ''),
(10999, 1, 1572, '2', 'JohnGot', ''),
(11000, 1, 1572, '3', 'zelatcol@gmail.com', ''),
(11001, 1, 1572, '4', '(406) 507-4457', ''),
(11002, 1, 1572, '5', 'google', ''),
(11003, 1, 1572, '6', 'Hello, i write about     prices', ''),
(11004, 1, 1572, '7', 'Здравейте, исках да знам цената ви.', ''),
(11005, 1, 1573, '1', 'Eric', ''),
(11006, 1, 1573, '2', 'Jones', ''),
(11007, 1, 1573, '3', 'ericjonesmyemail@gmail.com', ''),
(11008, 1, 1573, '4', '(555) 555-1212', ''),
(11009, 1, 1573, '5', 'jumboleadmagnet.com', ''),
(11010, 1, 1573, '6', 'Try this, get more leads', ''),
(11011, 1, 1573, '7', 'Hi, my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nTalk With Web Visitor – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(11012, 1, 1574, '1', 'Ty', ''),
(11013, 1, 1574, '2', 'A', ''),
(11014, 1, 1574, '3', 'miilionmarketing@outlook.com', ''),
(11015, 1, 1574, '4', '(972) 368-3056', ''),
(11016, 1, 1574, '5', 'My SEO Consult', ''),
(11017, 1, 1574, '6', 'Hi there', ''),
(11018, 1, 1574, '7', 'I hope this email finds you well. I wanted to reach out and introduce you to Phantombuster, our powerful lead generation tool that can help you increase your conversions and grow your business.\r\n\r\nWith Phantombuster, you\'ll be able to easily collect leads from any website, social media platform, or search engine, and even automate your outreach efforts to increase your chances of success. Plus, with our 14-day free trial, you can test out the tool risk-free and see the results for yourself.\r\n\r\nIf you\'re looking for a reliable, easy-to-use solution to help you generate more leads and grow your business, I highly recommend giving Phantombuster a try.\r\n\r\nHere is the link to get your 14 days free trial with no credit card required. https://www.taiversetech.com/phantombuster\r\n\r\nBest Regards,\r\nTy', ''),
(11019, 1, 1575, '1', 'Ronniefum', ''),
(11020, 1, 1575, '2', 'Ronniefum', ''),
(11021, 1, 1575, '3', 'retfioyt@rambler.ua', ''),
(11022, 1, 1575, '4', '(714) 725-6448', ''),
(11023, 1, 1575, '5', 'google', ''),
(11024, 1, 1575, '6', 'Помощь хакера', ''),
(11025, 1, 1575, '7', 'Fine сообщения, Ура. \r\n \r\nСейчас хочется затронуть тему Помощь хакера! \r\nРоссийские хакеры стали просить за выкуп информации до 100 млн.\r\nС января по июнь 2022 года количество хакерских атак на российский ретейл увеличилось на 45%, а средняя сумма выкупа информации поднялась с 30 млн рублей в 2021 году до 100 млн рублей. Об этом 25 июля сообщил «Коммерсант». По его информации, хакеры нападают на торговые площадки при помощи вирусов-шифровальщиков — вредоносных программ, которые делают работу IT-инфраструктуры компании невозможной.\r\nВ Positive Technologies рассказали, что хакеры в основном нападают на крупные торговые площадки или сети супермаркетов, для которых день простоя означает огромные убытки. ?? представители бизнеса готовы заплатить выкуп, чтобы не терять время и клиентов.\r\n«Злоумышленники эксплуатируют уязвимости на периметре и веб-ресурсах компаний, а также незащищённые сервисы, которые организации по халатности или недосмотру публиковали вовне», — объяснил эксперт из компании «РТК-Солар» Алексей Павлов.\r\nРетейлеры стали основными целями взломщиков из-за их выросшей популярности по время пандемии. По сравнению с 2020 годом объём рынка в 2021-м расширился на 52%, до 4,1 трлн рублей, а количество заказов отрасли выросло на 104%. За год в России число продавцов на маркетплейсах увеличилось втрое.\r\nПосле начала специальной военной операции на Украине количество атак выросло в несколько раз, заявили специалисты. Например, в марте клиенты Wildberries пожаловались на глобальный сбой. Проблемы с онлайн-площадкой наблюдались два дня. В компании тогда сообщили, что их собственная IT-команда смогла в первый день восстановить 80% функционала интернет-магазина и защитить данные клиентов.\r\nЭксперты подчеркнули, что даже после выплаты выкупа хакеры могут не вернуть доступ к файлам, поэтому лучше не тратить деньги впустую. К тому же, если злоумышленники будут постоянно получать деньги за взлом, это будет их мотивировать к более частым атакам.\r\nРанее «Секрет» писал, что хакеры нашли новый способ получения данных. В 2022 году они стали нападать на серверы с базами данных — на них приходится 68% от общего числа утечек и 83% от объёма похищенных данных.\r\n \r\n<a href=https://xakertop.top/forum/42/>Реальные хакеры</a> \r\n \r\n \r\nЯ лайкаю  этот сайт  - он такой полезный.', ''),
(11026, 1, 1576, '1', 'Eric', ''),
(11027, 1, 1576, '2', 'Jones', ''),
(11028, 1, 1576, '3', 'ericjonesmyemail@gmail.com', ''),
(11029, 1, 1576, '4', '(555) 555-1212', ''),
(11030, 1, 1576, '5', 'jumboleadmagnet.com', ''),
(11031, 1, 1576, '6', 'Your site – more leads?', ''),
(11032, 1, 1576, '7', 'Hey, this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(11033, 1, 1577, '1', 'wBGtLTptGu', ''),
(11034, 1, 1577, '2', 'wBGtLTptGu', ''),
(11035, 1, 1577, '3', 'callvisvetlana@list.ru', ''),
(11036, 1, 1577, '4', '(830) 432-0575', ''),
(11037, 1, 1577, '5', 'google', ''),
(11038, 1, 1577, '6', 'Старайся делать что то новое и результат будет', ''),
(11039, 1, 1577, '7', 'Старайся делать что то новое и результат будет ollo https://google.com gangagen.com', ''),
(11040, 1, 1578, '1', 'Eric', ''),
(11041, 1, 1578, '2', 'Jones', ''),
(11042, 1, 1578, '3', 'ericjonesmyemail@gmail.com', ''),
(11043, 1, 1578, '4', '(555) 555-1212', ''),
(11044, 1, 1578, '5', 'boostleadgeneration.com', ''),
(11045, 1, 1578, '6', 'There they go…', ''),
(11046, 1, 1578, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(11047, 1, 1579, '1', 'Allen', ''),
(11048, 1, 1579, '2', 'Young', ''),
(11049, 1, 1579, '3', 'allen@fundingready.online', ''),
(11050, 1, 1579, '4', '(202) 991-6766', ''),
(11051, 1, 1579, '5', 'Express Capital', ''),
(11052, 1, 1579, '6', 'Something to consider', ''),
(11053, 1, 1579, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nAs a business owner you already know how hard it can be to get your hands on some working capital!\r\n\r\nHowever, all that has changed! \r\n\r\nExpress Capital is a Direct Lender who would like to offer you a working capital loan up to 500k.\r\n \r\nGet pre-qualified in less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\nWarm Regards,\r\n\r\nAllen Young\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(11054, 1, 1580, '1', 'JeffreyGot', ''),
(11055, 1, 1580, '2', 'JeffreyGot', ''),
(11056, 1, 1580, '3', 'zelatcol@gmail.com', ''),
(11057, 1, 1580, '4', '(620) 665-6860', ''),
(11058, 1, 1580, '5', 'google', ''),
(11059, 1, 1580, '6', 'Hello, i writing about your   prices', ''),
(11060, 1, 1580, '7', 'Hej, jeg ønskede at kende din pris.', ''),
(11061, 1, 1581, '1', 'Ty', ''),
(11062, 1, 1581, '2', 'P', ''),
(11063, 1, 1581, '3', 'miilionmarketing@outlook.com', ''),
(11064, 1, 1581, '4', '(303) 649-4656', ''),
(11065, 1, 1581, '5', 'Adan Weatherford', ''),
(11066, 1, 1581, '6', 'Hi there', ''),
(11067, 1, 1581, '7', 'I\'m excited to share Phantombuster, a powerful tool that helps businesses generate leads from any website, social media platform, or search engine, and automate outreach efforts for maximum success. \r\nTry the 14-day risk-free trial to experience the benefits without any credit card required. Businesses have seen a significant increase in conversions and business growth. \r\nDon\'t miss your chance to experience it for yourself. Sign up now: https://www.taiversetech.com/phantom\r\n\r\nBest regards,\r\nTy\"', ''),
(11068, 1, 1582, '1', 'Eric', ''),
(11069, 1, 1582, '2', 'Jones', ''),
(11070, 1, 1582, '3', 'ericjonesmyemail@gmail.com', ''),
(11071, 1, 1582, '4', '(555) 555-1212', ''),
(11072, 1, 1582, '5', 'boostleadgeneration.com', ''),
(11073, 1, 1582, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(11074, 1, 1582, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://boostleadgeneration.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(11075, 1, 1583, '1', 'Ash', ''),
(11076, 1, 1583, '2', 'Michael', ''),
(11077, 1, 1583, '3', 'wpwebserviceprovider@gmail.com', ''),
(11078, 1, 1583, '4', '(459) 854-1495', ''),
(11079, 1, 1583, '5', 'gangagen.com design and performance improvement', ''),
(11080, 1, 1583, '6', 'gangagen.com design and performance improvement', ''),
(11081, 1, 1583, '7', 'Hi, This is Ash. We saw your website gangagen.com is developed on wordpress platform and We specialise in it. Your current design can be improved and Few Mobile Responsive tweaks can be done for getting highly optimised site with better user experience. \r\nLet me know if I can share the list of improvements along with pricing. My email is wpwebserviceprovider@gmail.com', ''),
(11082, 1, 1584, '1', 'Henry', ''),
(11083, 1, 1584, '2', 'Lewis', ''),
(11084, 1, 1584, '3', 'henry@seolabpros.com', ''),
(11085, 1, 1584, '4', '(714) 500-7363', ''),
(11086, 1, 1584, '5', 'Zb pz', ''),
(11087, 1, 1584, '6', 'Are you still in business?', ''),
(11088, 1, 1584, '7', 'Hi, \r\nAre you still in business? \r\nI found a few errors on your site.\r\nWould you like me to send over a screenshot of those errors?\r\n\r\nRegards\r\nHenry\r\n(714) 500-7363', ''),
(11089, 1, 1585, '1', 'Mike Mansfield', ''),
(11090, 1, 1585, '2', 'Mike Mansfield', ''),
(11091, 1, 1585, '3', 'no-replyPovaTasy@gmail.com', ''),
(11092, 1, 1585, '4', '(516) 514-5021', ''),
(11093, 1, 1585, '5', 'google', ''),
(11094, 1, 1585, '6', 'NEW: Semrush Backlinks', ''),
(11095, 1, 1585, '7', 'Howdy \r\n \r\nThis is Mike Mansfield\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Mansfield\r\n \r\nmike@strictlydigital.net', ''),
(11096, 1, 1586, '1', 'DeniZSnhub', ''),
(11097, 1, 1586, '2', 'DeniZSnhub', ''),
(11098, 1, 1586, '3', 'denis_snow@mail.ru', ''),
(11099, 1, 1586, '4', '(840) 832-8463', ''),
(11100, 1, 1586, '5', 'google', ''),
(11101, 1, 1586, '6', 'Нужен хороший черновой пол с полусухой стяжки', ''),
(11102, 1, 1586, '7', 'Добрый день! Для постройки из стального каркаса нужен хороший пол. Думаем  <a href=http://odnostishki.kulichki.net/?page=vv01>заказать устройство чернового пола с механизированную полусухую стяжку  .</a> Под какие половые покрытия это подходит? Каким требованиям должно соответствовать основание? Как скоро работают специалисты? Сколько стоит квадратный метр? Думаю ещё как скалькулировать цену     Системы видеонаблюдения и Wi-Fi для гостевых домов и гостиниц. С наилучшими пожеланиями.', ''),
(11103, 1, 1587, '1', 'hEprhDAzlo', ''),
(11104, 1, 1587, '2', 'hEprhDAzlo', ''),
(11105, 1, 1587, '3', 'callvisvetlana@list.ru', ''),
(11106, 1, 1587, '4', '(501) 857-4326', ''),
(11107, 1, 1587, '5', 'google', ''),
(11108, 1, 1587, '6', 'Старайся делать что то новое и результат будет', ''),
(11109, 1, 1587, '7', 'Старайся делать что то новое и результат будет ollo https://mail.ru gangagen.com', ''),
(11110, 1, 1588, '1', 'ArthurDix', ''),
(11111, 1, 1588, '2', 'ArthurDix', ''),
(11112, 1, 1588, '3', 'arthurdjmix@gmail.com', ''),
(11113, 1, 1588, '4', '(861) 130-1623', ''),
(11114, 1, 1588, '5', 'google', ''),
(11115, 1, 1588, '6', '0day music', ''),
(11116, 1, 1588, '7', 'Hello, \r\n \r\nMusic private services FLAC/MP3/Labels/Clips: https://0daymusic.org', ''),
(11117, 1, 1589, '1', 'Thomas', ''),
(11118, 1, 1589, '2', 'Murphy', ''),
(11119, 1, 1589, '3', 'thomas@cashboost.online', ''),
(11120, 1, 1589, '4', '(202) 991-6766', ''),
(11121, 1, 1589, '5', 'Express Capital', ''),
(11122, 1, 1589, '6', 'Is now a good time?', ''),
(11123, 1, 1589, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nJust wondering if you would consider a Working Capital Loan for your business\r\nif the price and terms were acceptable to you?\r\n\r\nExpress Capital is a Direct Lender specializing in working capital loans up to 500k. \r\n\r\nWe don’t require collateral and our approval process is fully automated. \r\n\r\nReceive your decision is less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nThomas Murphy\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(11124, 1, 1590, '1', 'CharlesMag', ''),
(11125, 1, 1590, '2', 'CharlesMag', ''),
(11126, 1, 1590, '3', 'augusthanabettin@gmail.com', ''),
(11127, 1, 1590, '4', '(042) 460-3536', ''),
(11128, 1, 1590, '5', 'google', ''),
(11129, 1, 1590, '6', 'Test, just a test', ''),
(11130, 1, 1590, '7', 'BPINKHAM@SBCGLOBAL.NET', ''),
(11131, 1, 1591, '1', 'Suzette', ''),
(11132, 1, 1591, '2', 'Silvis', ''),
(11133, 1, 1591, '3', 'suzette.silvis@outlook.com', ''),
(11134, 1, 1591, '4', '(262) 374-2993', ''),
(11135, 1, 1591, '5', 'Suzette Silvis', ''),
(11136, 1, 1591, '6', 'Discover the Power of AI Writing with ChatGPT Empire!', ''),
(11137, 1, 1591, '7', 'Hey hey...\r\n\r\nAre you tired of spending hours writing and re-writing your content? Let ChatGPT Empire show you how to generate top-quality text in minutes with the power of AI.\r\n>> https://warriorplus.com/o2/a/tqhfgq/0/3v\r\n\r\nSee you there?\r\n\r\nCheers!', ''),
(11138, 1, 1592, '1', 'Nathanjag', ''),
(11139, 1, 1592, '2', 'Nathanjag', ''),
(11140, 1, 1592, '3', 'menhos7@rambler.ru', ''),
(11141, 1, 1592, '4', '(635) 023-8752', ''),
(11142, 1, 1592, '5', 'google', ''),
(11143, 1, 1592, '6', 'Top 10 Online Slots', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(11144, 1, 1592, '7', 'If you were to survey which features were the most popular among slots players, we would pretty much be able to guarantee that <a href=https://casino2202.blogspot.com/2022/10/slots-lv-casino-review-usa-friendly.html>free spins</a> would be at the very top. There is nothing more satisfying than landing a ton of free spins and just sitting back and watching them reel in the wins. \r\nFind the best <a href=https://casino2202.blogspot.com/2022/10/joe-fortune-casino-review-2022-top.html>online casinos</a> USA to play games for real money. List of the top US Casinos that accept US players. United States\' leading gambling sites 2022 \r\n<a href=https://casino2202.blogspot.com/2022/10/spin-palace-winners-top-wins-best-games.html>Spin Palace</a> is your top destination for a safe and trusted online casino experience. Enjoy over 500 casino games in a secure, fair environment 24/7! \r\nWith <a href=https://casino2202.blogspot.com/2022/11/slotslv-reviews-read-customer-service.html>Slotslv casino</a> range of classic online casino games, you will feel like you’re in Atlantic City. Enjoy the best table games with a Risk-Free Play Bonus of up to $100 \r\n<a href=>http://secure-casinos.com</a>', ''),
(11145, 1, 1593, '1', 'JekasChect', ''),
(11146, 1, 1593, '2', 'JekasChect', ''),
(11147, 1, 1593, '3', 'ficonny2021@gmail.com', ''),
(11148, 1, 1593, '4', '(681) 721-7854', ''),
(11149, 1, 1593, '5', 'google', ''),
(11150, 1, 1593, '6', 'именная икона', ''),
(11151, 1, 1593, '7', 'Contact - GangaGen \r\n \r\nОчень интересная тема про Contact - GangaGen. \r\nВот что я думаю уважаемый Admin: \r\n \r\nhttps://www.xandradevries.com/project-24/licht-in-de-duisternis/?unapproved=211382&moderation-hash=d1da6308b8ff17624fb549265ff5c995#comment-211382\r\nhttp://www.smart-studio.hr/hello-world/?unapproved=77118&moderation-hash=f4c30937f1d68996343b414e6a1787e2#comment-77118\r\nhttp://sandinoscafebar.com/?contact-name=Jekaspoult&contact-email=ficonny2021%40gmail.com&contact-website=https%3A%2F%2Ffamilyicon.ru&contact-msg=Home%20-%20Sandinos%20%20%D0%9E%D1%87%D0%B5%D0%BD%D1%8C%20%D0%B8%D0%BD%D1%82%D0%B5%D1%80%D0%B5%D1%81%D0%BD%D0%B0%D1%8F%20%D1%82%D0%B5%D0%BC%D0%B0%20%D0%BF%D1%80%D0%BE%20Home%20-%20Sandinos.%20%D0%92%D0%BE%D1%82%20%D1%87%D1%82%D0%BE%20%D1%8F%20%D0%B4%D1%83%D0%BC%D0%B0%D1%8E%20%D1%83%D0%B2%D0%B0%D0%B6%D0%B0%D0%B5%D0%BC%D1%8B%D0%B9%20Admin%3A%20%20%D1%80%D1%83%D0%BA%D0%BE%D0%BF%D0%B8%D1%81%D0%BD%D0%B0%D1%8F%20%D0%B8%D0%BA%D0%BE%D0%BD%D0%B0%20%2B%D0%BD%D0%B0%20%D0%B7%D0%B0%D0%BA%D0%B0%D0%B7%3Ahttps%3A%2F%2Ffamilyicon.ru%2Fpodarki%20%D0%B8%D0%BC%D0%B5%D0%BD%D0%BD%D0%B0%D1%8F%20%D0%B8%D0%BA%D0%BE%D0%BD%D0%B0%20%D0%B7%D0%B0%D0%BA%D0%B0%D0%B7%3Ahttps%3A%2F%2Ffamilyicon.ru%2Fikony%2Fmernaya-ikona%20%D0%B8%D0%BA%D0%BE%D0%BD%D1%83%20%2B%D0%BD%D0%B0%20%D1%81%D0%B2%D0%B0%D0%B4%D1%8C%D0%B1%D1%83%20%D0%B4%D0%BE%D1%87%D0%B5%D1%80%D0%B8%3Ahttps%3A%2F%2Ffamilyicon.ru%2Fpodarki%20%D0%B8%D0%BA%D0%BE%D0%BD%D0%B0%20%2B%D0%B2%20%D0%BF%D0%BE%D0%B4%D0%B0%D1%80%D0%BE%D0%BA%3Ahttps%3A%2F%2Ffamilyicon.ru%2Fikony%2Fsemejnaya-ikona%20%20%3Ca%20href%3Dhttps%3A%2F%2Ffamilyicon.ru%2Fpodarki%3E%D1%80%D1%83%D0%BA%D0%BE%D0%BF%D0%B8%D1%81%D0%BD%D0%B0%D1%8F%20%D0%B8%D0%BA%D0%BE%D0%BD%D0%B0%20%2B%D0%BD%D0%B0%20%D0%B7%D0%B0%D0%BA%D0%B0%D0%B7%3C%2Fa%3E&captcha-word&captcha-prefix=1477608835&contact-submit=true&submit\r\nhttps://opuswine.ru/kubok-federatsii-igrokov-konnogo-polo-rezul-tat-ot-27-avgusta-2016-g/?unapproved=315602&moderation-hash=e381fbec2eaea1a45a0e85ee17fbd469#comment-315602\r\nhttp://5956.linux10.testsider.dk/?unapproved=551644&moderation-hash=91a34be96d304d4d64e227483382c4ee#comment-551644\r\n \r\n \r\n \r\n \r\n<a href=https://familyicon.ru/dlya-domashnej-molitvy>именная икона</a>', ''),
(11152, 1, 1594, '1', 'RandyGot', ''),
(11153, 1, 1594, '2', 'RandyGot', ''),
(11154, 1, 1594, '3', 'zelatcol@gmail.com', ''),
(11155, 1, 1594, '4', '(766) 233-5161', ''),
(11156, 1, 1594, '5', 'google', ''),
(11157, 1, 1594, '6', 'Hello  i writing about your   price', ''),
(11158, 1, 1594, '7', 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', ''),
(11159, 1, 1595, '1', 'Jason', ''),
(11160, 1, 1595, '2', 'Collins', ''),
(11161, 1, 1595, '3', 'mail@internetdeals.pro', ''),
(11162, 1, 1595, '4', '(619) 353-9131', ''),
(11163, 1, 1595, '5', 'InternetDeals.pro', ''),
(11164, 1, 1595, '6', '$5 Early Bird Special on AI Automation Mini-MasterClass', ''),
(11165, 1, 1595, '7', 'Hello.\r\n​\r\nFor a very very limited time...\r\n\r\nYou can get access to our AI min-MasterClass for just $5.\r\n\r\nGo here to see a preview of the lessons ==> https://internetdeals.pro/go/ai-masterclass-preview-2\r\n\r\nWe\'re doing this \"early bird\" speical offer with the hope of getting tons of feeback from students prior to the main launch later this month. \r\n​\r\nThe AI min-MasterClass consists of several step-by-step, easy to follow, videos showing how to quickly begin using AI tools to automate certain business processes and marketing tasks.\r\n\r\nWhen the \"early bird\" special pricing ends, the mini-MasterClass will cost to $87.49 (USD).\r\n\r\nSo you definitely want to pick it up now before it\'s too late!\r\n\r\nGet a sneak peek of the training here ===> https://internetdeals.pro/go/ai-masterclass-preview-2\r\n​\r\n​Best regards,\r\n​\r\n​Jason Collins\r\n​\r\n​InternetDeals.pro\r\n​mail@internetdeals.pro\r\n\r\n\r\nOpt out of future messages by replying to this message and saying opt out.\r\ngangagen.com', ''),
(11166, 1, 1596, '1', 'Arthuremape', ''),
(11167, 1, 1596, '2', 'Arthuremape', ''),
(11168, 1, 1596, '3', 'arthurdjmix@gmail.com', ''),
(11169, 1, 1596, '4', '(177) 620-3233', ''),
(11170, 1, 1596, '5', 'google', ''),
(11171, 1, 1596, '6', '0day music', ''),
(11172, 1, 1596, '7', 'Hello, \r\n \r\nMusic private services FLAC/MP3/Labels/Clips: https://0daymusic.org', ''),
(11173, 1, 1597, '1', 'Eric', ''),
(11174, 1, 1597, '2', 'Jones', ''),
(11175, 1, 1597, '3', 'ericjonesmyemail@gmail.com', ''),
(11176, 1, 1597, '4', '(555) 555-1212', ''),
(11177, 1, 1597, '5', 'jumboleadmagnet.com', ''),
(11178, 1, 1597, '6', 'Why not TALK with your leads?', ''),
(11179, 1, 1597, '7', 'My name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(11180, 1, 1598, '1', 'Eric', ''),
(11181, 1, 1598, '2', 'Jones', ''),
(11182, 1, 1598, '3', 'ericjonesmyemail@gmail.com', ''),
(11183, 1, 1598, '4', '(555) 555-1212', ''),
(11184, 1, 1598, '5', 'boostleadgeneration.com', ''),
(11185, 1, 1598, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(11186, 1, 1598, '7', 'Hello, my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(11187, 1, 1599, '1', 'nem4661285krya', ''),
(11188, 1, 1599, '2', 'nem4661285krya', ''),
(11189, 1, 1599, '3', 'nzachvkr@gmailler.tk', ''),
(11190, 1, 1599, '4', '(344) 077-7515', ''),
(11191, 1, 1599, '5', 'google', ''),
(11192, 1, 1599, '6', 'tup4661285uytjthyegt', ''),
(11193, 1, 1599, '7', 'mis4661285uttjr ROcfjvE zZ7i tPU6Aql', ''),
(11194, 1, 1600, '1', 'WilliamGroow', ''),
(11195, 1, 1600, '2', 'WilliamGroow', ''),
(11196, 1, 1600, '3', 'no.reply.dag@gmail.com', ''),
(11197, 1, 1600, '4', '(017) 132-7160', ''),
(11198, 1, 1600, '5', 'google', ''),
(11199, 1, 1600, '6', 'Delivery of your email messages.', ''),
(11200, 1, 1600, '7', 'Hi!  gangagen.com \r\n \r\nDid yоu knоw thаt it is pоssiblе tо sеnd rеquеst whоlly lеgаlly? \r\nWе оffеring а nеw uniquе wаy оf sеnding businеss оffеr thrоugh fееdbасk fоrms. Suсh fоrms аrе lосаtеd оn mаny sitеs. \r\nWhеn suсh соmmеrсiаl оffеrs аrе sеnt, nо pеrsоnаl dаtа is usеd, аnd mеssаgеs аrе sеnt tо fоrms spесifiсаlly dеsignеd tо rесеivе mеssаgеs аnd аppеаls. \r\nаlsо, mеssаgеs sеnt thrоugh fееdbасk Fоrms dо nоt gеt intо spаm bесаusе suсh mеssаgеs аrе соnsidеrеd impоrtаnt. \r\nWе оffеr yоu tо tеst оur sеrviсе fоr frее. Wе will sеnd up tо 50,000 mеssаgеs fоr yоu. \r\nThе соst оf sеnding оnе milliоn mеssаgеs is 59 USD. \r\n \r\nThis lеttеr is сrеаtеd аutоmаtiсаlly. Plеаsе usе thе соntасt dеtаils bеlоw tо соntасt us. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype  live:contactform_18 \r\nWhatsApp - +375259112693 \r\nWe only use chat.', ''),
(11201, 1, 1601, '1', 'isaputinvv', ''),
(11202, 1, 1601, '2', 'isaputinvv', ''),
(11203, 1, 1601, '3', 'marivikkii@rambler.ru', ''),
(11204, 1, 1601, '4', '(035) 603-5537', ''),
(11205, 1, 1601, '5', 'google', ''),
(11206, 1, 1601, '6', 'Российское законодательство', ''),
(11207, 1, 1601, '7', 'Представляем химию для мойки катеров <a href=http://regionsv.ru/chem4.html>Какой химией отмыть днище лодки</a>. Какой я отмывал катер. \r\n \r\nХимия для ультразвуковой очистки форсунок <a href=http://regionsv.ru/chem6.html>Как самостоятельно очистить форсунки автомобиля</a> \r\n \r\nКупить программатор <a href=http://prog.regionsv.ru/prog.htm>Программаторы на заказ</a>. Прошивка ППЗУ \r\n \r\nКакой прошить микросхему к573рф1 <a href=http://prog.regionsv.ru/stat-prog.htm>Прошивка микросхему к573рф1</a> \r\n \r\nЧто такое ультразвуковая очистка  <a href=http://www.uzo.matrixplus.ru/>Очистка ультразвуком и очистители</a> какие очистители существуют в природе. Степень ультразвуковой очистки в зависимости от загрязнения. Теория и практика очистки. \r\n \r\nДаташит по ППЗУ и микропроцессорам <a href=http://prog.regionsv.ru/dateshit.htm>Характеристики и распиновка ППЗУ</a>', ''),
(11208, 1, 1602, '1', 'mah', ''),
(11209, 1, 1602, '2', 'mah', ''),
(11210, 1, 1602, '3', 'agnessavolkova@seobomba.com', ''),
(11211, 1, 1602, '4', '(018) 038-3336', ''),
(11212, 1, 1602, '5', 'google', ''),
(11213, 1, 1602, '6', 'I like it a lot', ''),
(11214, 1, 1602, '7', 'Maybe one day I will write a book based on this perfect writing. Great job really. \r\n \r\n<a href=https://www.freexxxpussy.net/%D7%93%D7%91%D7%A8%D7%99%D7%9D-%D7%9C%D7%A7%D7%97%D7%AA-%D7%91%D7%97%D7%A9%D7%91%D7%95%D7%9F-%D7%9C%D7%A4%D7%A0%D7%99-%D7%91%D7%99%D7%9C%D7%95%D7%99-%D7%A2%D7%9D-%D7%A0%D7%A2%D7%A8%D7%AA-%D7%9C%D7%99/>נערות ליווי בפתח תקווה</a>', ''),
(11215, 1, 1603, '1', 'aTEtuakbWP', ''),
(11216, 1, 1603, '2', 'aTEtuakbWP', ''),
(11217, 1, 1603, '3', 'callvisvetlana@list.ru', ''),
(11218, 1, 1603, '4', '(455) 281-2617', ''),
(11219, 1, 1603, '5', 'google', ''),
(11220, 1, 1603, '6', 'Старайся делать что то новое и результат будет', ''),
(11221, 1, 1603, '7', 'Старайся делать что то новое и результат будет ollo https://mail.ru gangagen.com', ''),
(11222, 1, 1604, '1', 'PeterDog', ''),
(11223, 1, 1604, '2', 'PeterDog', ''),
(11224, 1, 1604, '3', 'peterrr4@gmail.com', ''),
(11225, 1, 1604, '4', '(655) 626-1858', ''),
(11226, 1, 1604, '5', 'google', ''),
(11227, 1, 1604, '6', 'Music scene releases', ''),
(11228, 1, 1604, '7', 'Hello, \r\n \r\nPrivate 0day music FLAC/MP3/Video: https://0daymusic.org', ''),
(11229, 1, 1605, '1', 'onkologiya_avsr', ''),
(11230, 1, 1605, '2', 'onkologiya_avsr', ''),
(11231, 1, 1605, '3', 'aavsubcecsn@doktormunchen.de', ''),
(11232, 1, 1605, '4', '(411) 756-4587', ''),
(11233, 1, 1605, '5', 'google', ''),
(11234, 1, 1605, '6', 'Лечение в Германии', ''),
(11235, 1, 1605, '7', 'Лечение рака является комплексным процессом, который включает в себя ряд медицинских процедур, направленных на уничтожение опухолевых клеток и предотвращение их распространения. Существует множество различных методов лечения рака, включая хирургию, радиотерапию, химиотерапию, иммунотерапию и целебную программу. <a href=\"https://blotos.ru/news/lechenie-raka-v-germanii-metody-borby.html\">https://blotos.ru/news/lechenie-raka-v-germanii-metody-borby.html</a>. Хирургия является основным методом лечения многих типов рака, и может включать в себя операцию на опухоль или ее отделение. Радиотерапия используется для уничтожения опухолевых клеток с помощью ионизирующего излучения, а химиотерапия включает в себя прием лекарств, которые уничтожают опухолевые клетки.', ''),
(11236, 1, 1606, '1', 'RichardBex', ''),
(11237, 1, 1606, '2', 'RichardBex', ''),
(11238, 1, 1606, '3', 'wj1ra@course-fitness.com', ''),
(11239, 1, 1606, '4', '(286) 873-4771', ''),
(11240, 1, 1606, '5', 'google', ''),
(11241, 1, 1606, '6', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(11242, 1, 1606, '7', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(11243, 1, 1607, '1', 'EdwardGot', ''),
(11244, 1, 1607, '2', 'EdwardGot', ''),
(11245, 1, 1607, '3', 'zelatcol@gmail.com', ''),
(11246, 1, 1607, '4', '(332) 855-6354', ''),
(11247, 1, 1607, '5', 'google', ''),
(11248, 1, 1607, '6', 'Hallo, i am wrote about your   price', ''),
(11249, 1, 1607, '7', 'Hej, jeg ønskede at kende din pris.', ''),
(11250, 1, 1608, '1', 'Sofialoart', ''),
(11251, 1, 1608, '2', 'Sofialoart', ''),
(11252, 1, 1608, '3', 'sofi@capico.space', ''),
(11253, 1, 1608, '4', '(756) 336-1856', ''),
(11254, 1, 1608, '5', 'google', ''),
(11255, 1, 1608, '6', 'Do you know about paper trading in free trade systems, it is very interesting!', ''),
(11256, 1, 1608, '7', 'Hello! \r\n \r\nMy name is Sofia, 25 years, I’m from Malta) Well, a 3 years ago I was starting to wonder about trading or crypto trading, and this way became a my main life style! \r\nIt is very interesting to explore many interesting coins and financials instruments, and first year after very serious theory courses, I was trading during 1 year only via demo account within many instruments represented in Binance, Huobi, Bybit and etc. \r\nMy teacher of trading course recommended me a unique service, where you can try to trade, test strategies, create bots, use instruments of portfolio and all of this absolutely for free! \r\nYou can look this system here– https://capico.space \r\nNow I’m a real trader, can earns normal profit and live on Malta! It is hard profession, don’t trust 99% words of all bloggers who teach and say about crypto or forex markets as paradise for everybody! \r\nThis people just bla bla donkeys and scammers!! \r\nRead good books about trading, try to grow discipline, to keep a journal of trader and try to trade of course) \r\n \r\nGood luck!', ''),
(11257, 1, 1609, '1', 'Dianna', ''),
(11258, 1, 1609, '2', 'Mertz', ''),
(11259, 1, 1609, '3', 'dianna.mertz@gmail.com', ''),
(11260, 1, 1609, '4', '(316) 292-4380', ''),
(11261, 1, 1609, '5', 'Domain', ''),
(11262, 1, 1609, '6', 'Hey there,', ''),
(11263, 1, 1609, '7', 'Are you tired of constantly paying monthly fees for your domain and hosting services? Well, say goodbye to those costs and hello to unlimited profits with Domain Pro! \r\nWith the ability to have your own domain and hosting selling platform, add millions of TLDs, and offer top-notch services at your own prices, you can finally cancel those costly monthly subscriptions for good. Plus, with lightning-fast hosting included, you won\'t have to worry about paying extra for speed. \r\nIt\'s time to take control of your online presence and start profiting today! Don\'t miss out on this limited-time opportunity, visit www.taiversetech.com/domainpro now and join the 98% who have already cancelled their monthly subscriptions.', ''),
(11264, 1, 1610, '1', 'JacobGot', ''),
(11265, 1, 1610, '2', 'JacobGot', ''),
(11266, 1, 1610, '3', 'zelatcol@gmail.com', ''),
(11267, 1, 1610, '4', '(154) 235-1665', ''),
(11268, 1, 1610, '5', 'google', ''),
(11269, 1, 1610, '6', 'Hello, i write about your   prices', ''),
(11270, 1, 1610, '7', 'Sawubona, bengifuna ukwazi intengo yakho.', ''),
(11271, 1, 1611, '1', 'kirutterren', ''),
(11272, 1, 1611, '2', 'kirutterren', ''),
(11273, 1, 1611, '3', 'kirutterren@rambler.ru', ''),
(11274, 1, 1611, '4', '(475) 334-4060', ''),
(11275, 1, 1611, '5', 'google', ''),
(11276, 1, 1611, '6', 'Про кинологию', ''),
(11277, 1, 1611, '7', '<a href=http://kinologiyasaratov.ru/plemdog.htm>Кинологические услуги</a> \r\n \r\n<a href=http://kinologiyasaratov.ru/plemdog.htm>Купить щенка немецкой овчарки с родословной</a> \r\n \r\n<a href=http://prog.regionsv.ru/stat-ingl.htm>Какие бывают ПЗУ СССР - статья на английском</a> \r\n \r\n<a href=http://prog.regionsv.ru/links.htm>Интересные полезные ссылки</a>', ''),
(11278, 1, 1612, '1', 'Mike Phillips', ''),
(11279, 1, 1612, '2', 'Mike Phillips', ''),
(11280, 1, 1612, '3', 'no-replyPovaTasy@gmail.com', ''),
(11281, 1, 1612, '4', '(371) 670-4788', ''),
(11282, 1, 1612, '5', 'google', ''),
(11283, 1, 1612, '6', 'Improve local visibility for gangagen.com', ''),
(11284, 1, 1612, '7', 'If you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Phillips\r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/', ''),
(11285, 1, 1613, '1', 'Peeme', ''),
(11286, 1, 1613, '2', 'Peeme', ''),
(11287, 1, 1613, '3', '283.51.sb9.x.m@dynainbox.com', ''),
(11288, 1, 1613, '4', '(056) 580-5327', ''),
(11289, 1, 1613, '5', 'google', ''),
(11290, 1, 1613, '6', 'регистрация сайта знакомств секс', ''),
(11291, 1, 1613, '7', 'Познакомься для секса на один вечер. Сайт с горячими анкетами и фото для реальных встреч. Секс без последствий и обязательств 2023. \r\n<a href=\"https://binarnye-opciony.online\">секс знакомства казань</a> \r\n<a href=\"http://binarnye-opciony.online\">сайты интим знакомств регистрация</a> \r\n<a href=https://binarnye-opciony.online>знакомства секс бесплатный без</a> \r\n<a href=http://binarnye-opciony.online>секс знакомства без регистрации</a>', ''),
(11292, 1, 1614, '1', 'stroykix', ''),
(11293, 1, 1614, '2', 'stroykix', ''),
(11294, 1, 1614, '3', 'svetaryabushkina196@mail.ru', ''),
(11295, 1, 1614, '4', '(335) 473-1772', ''),
(11296, 1, 1614, '5', 'google', ''),
(11297, 1, 1614, '6', 'Строительство в Крыму', ''),
(11298, 1, 1614, '7', '<a href=http://krym-stroy.ru>Строительная компания в Крыму</a>  - подробнее на сайте <a href=http://krym-stroy.ru>krym-stroy.ru</a>', ''),
(11299, 1, 1615, '1', 'Milesmam', ''),
(11300, 1, 1615, '2', 'Milesmam', ''),
(11301, 1, 1615, '3', 'jasonward9681@gmail.com', ''),
(11302, 1, 1615, '4', '(737) 375-1716', ''),
(11303, 1, 1615, '5', 'google', ''),
(11304, 1, 1615, '6', 'Posting positive reviews', ''),
(11305, 1, 1615, '7', 'Hello, \r\n \r\nOur company, RatingsKing, specializes in posting 5-star testimonials on all major review sites. This way people can find you much easier and get a good impression of your business. \r\nJust go on our website and choose the package that best fits your needs at https://ratingsking.com/packages.php \r\n \r\nOur packages start from $49/month. \r\nDepending on your package you will have a number of positive reviews that we will do for you. You will have reports monthly with the work that has been done in your account. \r\n \r\nUsually, we are posting on all major reviews sites or other listings you may have.', ''),
(11306, 1, 1616, '1', 'Jason', ''),
(11307, 1, 1616, '2', 'Clarke', ''),
(11308, 1, 1616, '3', 'cmad.datalive@gmail.com', ''),
(11309, 1, 1616, '4', '(917) 640-0466', ''),
(11310, 1, 1616, '5', 'FOW', ''),
(11311, 1, 1616, '6', 'Supercharge Your Business From Minute 1 for Free', ''),
(11312, 1, 1616, '7', 'gangagen.com : You can instantly self-improve your website wording for free while you supercharge your business in many ways from minute ONE. \r\n\r\nWatch this YouTube video first: \r\nhttps://youtu.be/sT9BEVi8XOk \r\n\r\nArtificial intelligence makes it fast and easy to write content for your: \r\n- Blog \r\n- Email \r\n- Marketing material and sales copy \r\n- Product descriptions \r\n- Social media \r\n- Video scripts\r\n- Website copy  \r\n- Write courses \r\n- Write and translate to 29 different languages \r\n\r\nRated 5 stars in 3,000+ reviews. \r\n\r\nIt\'s a piece of software that uses artificial intelligence to generate award-winning copy… on demand… in under 30 seconds. \r\n\r\nIt writes original content, that\'s plagiarism-free and SEO optimized. \r\n\r\nIf you like it, you get 3 bonuses: \r\n1. 10,000 bonus credits for working with us. \r\n2. We will train your team for free, on how to get the biggest benefits from it (Live training and Live Q&A). \r\n3. We are always here to help if your team has questions ongoing. \r\n\r\nRemember, it doesn’t cost anything to learn. \r\n\r\nYou get a free 7-day trial with 10,000 words to take it for a spin. I\'m 99% sure you\'ll say \"WOW\" within 5 minutes of using the tool. \r\n\r\nLearn more here: \r\nhttps://bit.ly/amazing-ai-writing \r\n\r\nTalk soon, \r\n\r\nJason Clarke\r\nCSR \r\n\r\nFOW \r\nToronto \r\nSan Jose \r\n\r\n\r\n\r\n\r\nClick the following link to unsubscribe: https://easyunsubscribe.info/unsubscribe.php?d=gangagen.com', ''),
(11313, 1, 1617, '1', 'Arishainagop', ''),
(11314, 1, 1617, '2', 'Arishainagop', ''),
(11315, 1, 1617, '3', 'arisha@alexhost.site', ''),
(11316, 1, 1617, '4', '(823) 658-0038', ''),
(11317, 1, 1617, '5', 'google', ''),
(11318, 1, 1617, '6', 'How to make text unique without losing meaning ?', ''),
(11319, 1, 1617, '7', 'hello friends! \r\n \r\n I was looking for how to make the text unique, tried a lot of programs and online services, and everything is wrong(( \r\nA friend advised an interesting and inexpensive software that can unify texts, files, and entire sites 24/7 in batches! \r\nThe work is based on a bunch of neural networks of translators, which is essentially simple and at the same time unique. \r\nThe program is called X-Translator, you can see the description here and get a 50% discount on the purchase \r\nhttps://www.xtranslator.ru/ \r\n \r\nNot for advertising, I just decided to give advice, and if you know the software better, please unsubscribe in the topic! \r\n \r\nGood luck)', ''),
(11320, 1, 1618, '1', 'LineTox', ''),
(11321, 1, 1618, '2', 'LineTox', ''),
(11322, 1, 1618, '3', 'vladislav@whowasable.store', ''),
(11323, 1, 1618, '4', '(628) 830-5668', ''),
(11324, 1, 1618, '5', 'google', ''),
(11325, 1, 1618, '6', 'Thank', ''),
(11326, 1, 1618, '7', 'пин ап сайт \r\n<a href=https://pin-up-2023.ru/>pin up бесплатно</a>', ''),
(11327, 1, 1619, '1', 'Eric', ''),
(11328, 1, 1619, '2', 'Jones', ''),
(11329, 1, 1619, '3', 'ericjonesmyemail@gmail.com', ''),
(11330, 1, 1619, '4', '(555) 555-1212', ''),
(11331, 1, 1619, '5', 'boostleadgeneration.com', ''),
(11332, 1, 1619, '6', 'Cool website!', ''),
(11333, 1, 1619, '7', 'Cool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(11334, 1, 1620, '1', 'Donaldrar', ''),
(11335, 1, 1620, '2', 'Donaldrar', ''),
(11336, 1, 1620, '3', 'yourmail@gmail.com', ''),
(11337, 1, 1620, '4', '(804) 636-7252', ''),
(11338, 1, 1620, '5', 'google', ''),
(11339, 1, 1620, '6', 'Get_your_transaction_0.8425_Bitcoin', ''),
(11340, 1, 1620, '7', 'Your profit is $14854 \r\nTo transfer funds, go to your  account \r\nhttps://ca295.bemobtrcks.com/go/d6b3380d-070c-4ab7-a35b-7e70c5d1c96a? \r\nWithdrawal is active for 3 hours', ''),
(11341, 1, 1621, '1', 'GhCQwQxwXq', ''),
(11342, 1, 1621, '2', 'GhCQwQxwXq', ''),
(11343, 1, 1621, '3', 'callvisvetlana@list.ru', ''),
(11344, 1, 1621, '4', '(705) 672-7616', ''),
(11345, 1, 1621, '5', 'google', ''),
(11346, 1, 1621, '6', 'Старайся делать что то новое и результат будет', ''),
(11347, 1, 1621, '7', 'Старайся делать что то новое и результат будет ollo https://mail.ru gangagen.com', ''),
(11348, 1, 1622, '1', 'JustinLaw', ''),
(11349, 1, 1622, '2', 'JustinLaw', ''),
(11350, 1, 1622, '3', 'prja@course-fitness.com', ''),
(11351, 1, 1622, '4', '(501) 274-8315', ''),
(11352, 1, 1622, '5', 'google', ''),
(11353, 1, 1622, '6', '日光共享空間 - Nikko Space', ''),
(11354, 1, 1622, '7', '日光共享空間 - Nikko Space \r\n \r\n \r\nhttps://nikkospace.com/', ''),
(11355, 1, 1623, '1', 'TerryEvoth', ''),
(11356, 1, 1623, '2', 'TerryEvoth', ''),
(11357, 1, 1623, '3', 'bzwjs@course-fitness.com', ''),
(11358, 1, 1623, '4', '(786) 850-5552', ''),
(11359, 1, 1623, '5', 'google', ''),
(11360, 1, 1623, '6', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包', ''),
(11361, 1, 1623, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(11362, 1, 1624, '1', 'Eric', ''),
(11363, 1, 1624, '2', 'Jones', ''),
(11364, 1, 1624, '3', 'ericjonesmyemail@gmail.com', ''),
(11365, 1, 1624, '4', '(555) 555-1212', ''),
(11366, 1, 1624, '5', 'jumboleadmagnet.com', ''),
(11367, 1, 1624, '6', 'instead, congrats', ''),
(11368, 1, 1624, '7', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(11369, 1, 1625, '1', 'JamesHOn', ''),
(11370, 1, 1625, '2', 'JamesHOn', ''),
(11371, 1, 1625, '3', 'mitcheldesuzza@gmail.com', ''),
(11372, 1, 1625, '4', '(870) 577-2155', ''),
(11373, 1, 1625, '5', 'google', ''),
(11374, 1, 1625, '6', 'World Top News Sites', ''),
(11375, 1, 1625, '7', 'World Top News Sites,Where you can post your content to promote your website. \r\n \r\nHere is some websites \r\n \r\nhttps://www.topworldnewstoday.com/ \r\nhttps://www.nytimesnewstoday.com/ \r\nhttps://www.cnnworldtoday.com/ \r\nhttps://www.rtnewstoday.com/ \r\nhttps://www.aljazeeranewstoday.com/ \r\n \r\n \r\nDon\'t hesitate to contact me. \r\n \r\nRegards', ''),
(11376, 1, 1626, '1', 'Evan', ''),
(11377, 1, 1626, '2', 'Roberts', ''),
(11378, 1, 1626, '3', 'evan@capitalchoice.online', ''),
(11379, 1, 1626, '4', '(202) 991-6766', ''),
(11380, 1, 1626, '5', 'Express Capital', ''),
(11381, 1, 1626, '6', 'May I ask you something?', ''),
(11382, 1, 1626, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or a short time in business keep you from getting the funds you need.\r\n\r\nIf you deposit more than 10k per month you’re already qualified!\r\n\r\nExpress Capital will offer you up to two times your monthly deposits without any collateral or personal guarantees. \r\n\r\nGet pre-qualified in less than 30 seconds without a credit check or submitting a single document.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEvan Roberts\r\nExpress Capital\r\nwww.expresscapitalcorp.com\r\n\r\n \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(11383, 1, 1627, '1', 'Rosey', ''),
(11384, 1, 1627, '2', 'Haney', ''),
(11385, 1, 1627, '3', 'haney.katharina@msn.com', ''),
(11386, 1, 1627, '4', '(702) 213-5665', ''),
(11387, 1, 1627, '5', 'Katharina Haney', ''),
(11388, 1, 1627, '6', 'The Exclusive way to NUKE Google and Bing and Take Over Search Box Autocomplete', ''),
(11389, 1, 1627, '7', 'Greetings! I hope this email finds you well. I am writing to you today to introduce a game-changing innovation that has the 5 Star Touch that will rocket your business to the top of the traffic generation scene, basically overnight.\r\n\r\nImagine having YOUR customers believe that your business has been recommend by Google and Bing just because YOUR business name appears next to the keyword YOUR customers are searching for in the search box. We call this Search Box Optimization. This solution is suitable for businesses of all shapes and sizes, and I can assure you, that your competition will not be wasting time in taking advantage of this opportunity. \r\n\r\nThe company I partner with is so confident in the effectiveness of this solution, that they offer a no risk guarantee. If this 5-Start Touch solution doesn’t increase your traffic as promised, you don’t pay a dime. I myself have been thoroughly impressed by the impact that this solution has had on businesses and I am eager to share it with others.\r\n\r\nMy name is Rosey, and I am excited to promote this company’s product to businesses like yours. If would like to be notified when this Search Box Optimization launches for new clients simply text me at 702-213-5665.\r\n\r\nDon’t miss this once-in-a-lifetime opportunity to take your business to new heights. Note that once a business claims a keyword, they have it for as long as they want.\r\n\r\nSend the text now.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nto opt-out of future marketing go here https://www.contactformoptout.com/ if you choose to email your opt-out, you MUST put the link of your website that has the that you were contacted by.  DO NOT send your email address and phone number. YOUE WEBSITE LINK IS A MUST TO OPT OUT email theonlinefind@gmail.com\r\nAddress\r\nOpt-out\r\n1050 e flamingo road se 107 1101\r\nLas Vegas NV, 89119', ''),
(11390, 1, 1628, '1', 'Jamesplalk', ''),
(11391, 1, 1628, '2', 'Jamesplalk', ''),
(11392, 1, 1628, '3', 'valerie.philippe.s6965@hotmail.fr', ''),
(11393, 1, 1628, '4', '(841) 665-4531', ''),
(11394, 1, 1628, '5', 'google', ''),
(11395, 1, 1628, '6', 'FRESH DATABASE OF 500 MILLION WHATSAPP USERS', ''),
(11396, 1, 1628, '7', 'Fresh database of 500 million WhatsApp users https://telegra.ph/Base-of-500-million-WhatsApp-users---108-countries-02-09-628', ''),
(11397, 1, 1629, '1', 'Thomastoipt', ''),
(11398, 1, 1629, '2', 'Thomastoipt', ''),
(11399, 1, 1629, '3', 'greenerrolin1989@yahoo.com', ''),
(11400, 1, 1629, '4', '(281) 035-3053', ''),
(11401, 1, 1629, '5', 'google', ''),
(11402, 1, 1629, '6', 'https://colab.research.google.com/drive/1Ydo7wlR3yUHa4PIUqLGbd2MabF-vUAa0?usp=sharing', ''),
(11403, 1, 1629, '7', 'https://colab.research.google.com/drive/1JRVEQsqNfs0uPQgMYc8_XL2SHh9ZJBiQ?usp=sharing\r\nhttps://colab.research.google.com/drive/1gFnTwjiGySqigxUSCSwl-YPzhpjMQUvo?usp=sharing\r\nhttps://colab.research.google.com/drive/1Ydo7wlR3yUHa4PIUqLGbd2MabF-vUAa0?usp=sharing\r\nhttps://colab.research.google.com/drive/1_OdtEErjvxW3iLhwPKh0wvH5xT_1pBfw?usp=sharing\r\nhttps://colab.research.google.com/drive/1J7OVR-0wsWUVma8f6SuOGs-mKEwzs0w2?usp=sharing', ''),
(11404, 1, 1630, '1', 'BryceCaf', ''),
(11405, 1, 1630, '2', 'BryceCaf', ''),
(11406, 1, 1630, '3', 'gkeiu@course-fitness.com', ''),
(11407, 1, 1630, '4', '(130) 161-1627', ''),
(11408, 1, 1630, '5', 'google', ''),
(11409, 1, 1630, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(11410, 1, 1630, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(11411, 1, 1631, '1', 'Eric', ''),
(11412, 1, 1631, '2', 'Jones', ''),
(11413, 1, 1631, '3', 'ericjonesmyemail@gmail.com', ''),
(11414, 1, 1631, '4', '(555) 555-1212', ''),
(11415, 1, 1631, '5', 'jumboleadmagnet.com', ''),
(11416, 1, 1631, '6', 'Your site – more leads?', ''),
(11417, 1, 1631, '7', 'Hey, this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(11418, 1, 1633, '1', 'Eric', ''),
(11419, 1, 1633, '2', 'Jones', ''),
(11420, 1, 1633, '3', 'ericjonesmyemail@gmail.com', ''),
(11421, 1, 1633, '4', '(555) 555-1212', ''),
(11422, 1, 1633, '5', 'boostleadgeneration.com', ''),
(11423, 1, 1633, '6', 'There they go…', ''),
(11424, 1, 1633, '7', 'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://boostleadgeneration.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(11425, 1, 1634, '1', 'Eric', ''),
(11426, 1, 1634, '2', 'Jones', ''),
(11427, 1, 1634, '3', 'ericjonesmyemail@gmail.com', ''),
(11428, 1, 1634, '4', '(555) 555-1212', ''),
(11429, 1, 1634, '5', 'jumboleadmagnet.com', ''),
(11430, 1, 1634, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(11431, 1, 1634, '7', 'My name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(11432, 1, 1635, '1', 'Michaelsmeam', ''),
(11433, 1, 1635, '2', 'Michaelsmeam', ''),
(11434, 1, 1635, '3', 'savememan88@yahoo.cmo', ''),
(11435, 1, 1635, '4', '(848) 854-3707', ''),
(11436, 1, 1635, '5', 'google', ''),
(11437, 1, 1635, '6', '%100 FREE way to open you business online', ''),
(11438, 1, 1635, '7', 'Work part time or full time at home as a freelanceer at https://www.usefreelancer.com and make extra money selling any service or E-product.\r\n\r\nOpen a FREEE account with http://UseFreelancer.com and start making money at home.\r\n\r\nhttp://UseFreelancer.com is a new advanced platform and nothing like it on the internet it has the following advantages\r\n\r\n1- Sell one on one live video streaming per hour service (first time on the internet) for more details brows https://www.usefreelancer.com/pages/live \r\n\r\n2- You can sell any downloadable E-products and E-services for example e-book, software, plugins, WordPress temples, Teaching lessons, etc. and get you money as soon as the buyer downloads your zip file, (first time a freelancer website offer selling downloadable products to his freelancers on the internet)\r\n\r\n3- Have your own affiliate for all your services (first time on the internet)\r\n\r\n4- Vacation mode if you are sick or going for vacation. (first time on the internet) other freelancers sites ask you to be available 24/7 forever and you cannot go for vacation and if you do not respond to a customer request they will have a bad report about you and you are not the boss, But at http://UseFreelancer.com you are the boss, work when you like and stop working  when you like after all it is your own business.\r\n\r\n5- it uses all the languages and the currencies of the world. So you can sell to all the customers in the World.\r\n\r\n6- It has Eleven (11) different kinds of payments including cryptocurrency.\r\n\r\n7- if you have a service in another freelancer site with 5 stars or less you can add it to http://UseFreelancer.com with the same description and video and imagss and open a support ticket and give us your other freelancer link and we will give you the same number of stars you have for such a gig and the good thing about it is that you will write your own feedback for it and we will add it to your gig.\r\n\r\nhttp://UseFreelancer.com is the best of all the rest\r\n\r\nopen a Free account now and start making money at home', ''),
(11439, 1, 1636, '1', 'Eric', ''),
(11440, 1, 1636, '2', 'Jones', ''),
(11441, 1, 1636, '3', 'ericjonesmyemail@gmail.com', ''),
(11442, 1, 1636, '4', '(555) 555-1212', ''),
(11443, 1, 1636, '5', 'jumboleadmagnet.com', ''),
(11444, 1, 1636, '6', 'Try this, get more leads', ''),
(11445, 1, 1636, '7', 'Hi, my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nTalk With Web Visitor – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(11446, 1, 1637, '1', 'Jamesjat', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(11447, 1, 1637, '2', 'Jamesjat', ''),
(11448, 1, 1637, '3', 'spbetcas953@gmail.com', ''),
(11449, 1, 1637, '4', '(252) 706-3806', ''),
(11450, 1, 1637, '5', 'google', ''),
(11451, 1, 1637, '6', 'Пoлyчи бoнyс за региcтpацию и игpaй пpямo ceйчаc', ''),
(11452, 1, 1637, '7', 'Топовoe oнлайн кaзинo, \r\npeгистрирyйся, пoлyчай бoнyс и наcлаждaйся мнoжестoом слoтoв \r\n \r\nhttps://tinyurl.com/35utdk8v', ''),
(11453, 1, 1638, '1', 'Moviesfunhdunarp', ''),
(11454, 1, 1638, '2', 'Moviesfunhdunarp', ''),
(11455, 1, 1638, '3', 'aofaff07@gmail.com', ''),
(11456, 1, 1638, '4', '(167) 676-1883', ''),
(11457, 1, 1638, '5', 'google', ''),
(11458, 1, 1638, '6', 'Recommended online websites for free', ''),
(11459, 1, 1638, '7', 'Watch movies online HD for free, watch new movies, Thai movies, foreign movies, master movies, update quickly.https://moviesfunhd.com \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์</a> <a href=https://moviesfunhd.com> ดูหนัง HD</a> <a href=https://moviesfunhd.com> หนังใหม่</a> <a href=https://moviesfunhd.com>ดูหนังใหม่</a> <a href=https://moviesfunhd.com>หนังออนไลน์</a> <a href=https://moviesfunhd.com>หนังมาสเตอร์</a> <a href=https://moviesfunhd.com>หนังไทย</a> <a href=https://moviesfunhd.com>หนังฝรั่ง</a> <a href=https://moviesfunhd.com>หนังออนไลน์</a> <a href=https://moviesfunhd.com>ดูหนังฟรี</a> <a href=https://moviesfunhd.com>ดูหนังออนไลน์ใหม่</a> <a href=https://moviesfunhd.com>ดูหนังออนไลน์ฟรี</a> <a href=https://moviesfunhd.com>ดูหนังชนโรง</a> <a href=https://moviesfunhd.com>ดูทีวีออนไลน์</a> <a href=https://moviesfunhd.com>ดูหนังออนไลน์พากย์ไทย</a> <a href=https://moviesfunhd.com>หนังใหม่พากย์ไทย</a> <a href=https://moviesfunhd.com>หนังออนไลน์ชัด</a> <a href=https://moviesfunhd.com>ดูหนังใหม่ออนไลน์</a>           <a href=https://moviesfunhd.com>   ดูหนังออนไลน์ฟรี2022</a><a href=https://moviesfunhd.com>       ดูหนังฟรี </a> \r\nWatch movies online, watch HD movies, here are new movies to watch every day, update quickly, watch new movies before anyone else, both Thai movies, master movies. \r\n<a href=https://moviesfunhd.com>หนังออนไลน์</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์ ฟรี</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์ฟรี</a> \r\n<a href=https://moviesfunhd.com>ดู หนัง ออนไลน์ ฟรี</a> \r\n<a href=https://moviesfunhd.com>หนัง hd</a> \r\n<a href=https://moviesfunhd.com>หนังhd</a> \r\n<a href=https://moviesfunhd.com>เว็บดูหนังออนไลน์ฟรี 24 ชั่วโมง</a> \r\n<a href=https://moviesfunhd.com>หนังออนไลน์ 2021</a> \r\n<a href=https://moviesfunhd.com>หนัง ออนไลน์ ไทย</a> \r\n<a href=https://moviesfunhd.com>หนังออนไลน์ไทย</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์hd</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์ hd</a> \r\n<a href=https://moviesfunhd.com>หนังใหม่ hd</a> \r\n<a href=https://moviesfunhd.com>หนังใหม่ ชนโรง</a> \r\n<a href=https://moviesfunhd.com>หนังใหม่เต็มเรื่อง</a> \r\n<a href=https://moviesfunhd.com>หนังใหม่ชนโรง</a> \r\n<a href=https://moviesfunhd.com>หนังเต็มเรื่อง</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์ เต็มเรื่อง</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์เต็มเรื่อง</a> \r\n<a href=https://moviesfunhd.com>ดูหนังใหม่ออนไลน์</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์ฟรี 2021 เต็มเรื่อง</a> \r\n<a href=https://moviesfunhd.com>ดูหนังชนโรง</a> \r\n<a href=https://moviesfunhd.com>ดู หนัง ใหม่ ออนไลน์ ฟรี</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์ ฟรี 2021 เต็มเรื่อ</a>ง \r\n<a href=https://moviesfunhd.com>ดู หนัง ออนไลน์ ฟรี 2021 เต็ม เรื่อง</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไลน์ฟรี ไม่กระตุก ไม่มีโฆษณา</a> \r\n<a href=https://moviesfunhd.com>ดูหนังออนไล', ''),
(11460, 1, 1639, '1', 'JerryGot', ''),
(11461, 1, 1639, '2', 'JerryGot', ''),
(11462, 1, 1639, '3', 'zelatcol@gmail.com', ''),
(11463, 1, 1639, '4', '(453) 438-7673', ''),
(11464, 1, 1639, '5', 'google', ''),
(11465, 1, 1639, '6', 'Hello  i wrote about your the price for reseller', ''),
(11466, 1, 1639, '7', 'Zdravo, htio sam znati vašu cijenu.', ''),
(11467, 1, 1640, '1', 'Linabut', ''),
(11468, 1, 1640, '2', 'Linabut', ''),
(11469, 1, 1640, '3', 'linabut@crosenoutinabsi.tk', ''),
(11470, 1, 1640, '4', '(584) 656-5731', ''),
(11471, 1, 1640, '5', 'Czechia', ''),
(11472, 1, 1640, '6', 'Ι\'m nоt ϳеаlоus. Can I fіnd here sеrіоuѕ man? :)', ''),
(11473, 1, 1640, '7', 'Ηеllo!\r\nРеrhарѕ my message іs tоо spеcifiс.\r\nBut my oldеr siѕter fоund a wondеrful mаn herе аnd theу have а greаt relаtiоnshiр, but whаt about mе?\r\nΙ аm 24 уearѕ old, Lіnа, from the Сzech Rеpublіc, knоw Englіsh languаge аlso\r\nAnd... bettеr tо sаy іt immediatelу. I am biѕeхual. Ι am not jeаlous of аnоther wоmаn... eѕрecially if we mаke lovе tоgеthеr.\r\nАh уеs, Ι coоk vеrу tаѕtуǃ аnd I lovе nоt only соok ;))\r\nIm rеаl girl and lоoking fоr ѕeriouѕ and hot relatiоnѕhip...\r\nΑnуwау, уou cаn find mу prоfile hеrе: http://rtherrabu.cf/item-65784/', ''),
(11474, 1, 1641, '1', 'Eric', ''),
(11475, 1, 1641, '2', 'Jones', ''),
(11476, 1, 1641, '3', 'ericjonesmyemail@gmail.com', ''),
(11477, 1, 1641, '4', '(555) 555-1212', ''),
(11478, 1, 1641, '5', 'boostleadgeneration.com', ''),
(11479, 1, 1641, '6', 'Try this, get more leads', ''),
(11480, 1, 1641, '7', 'Hi, my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nTalk With Web Visitor – CLICK HERE https://boostleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://boostleadgeneration.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://boostleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://boostleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(11481, 1, 1642, '1', 'Untok', ''),
(11482, 1, 1642, '2', 'Untok', ''),
(11483, 1, 1642, '3', '5fqn7yv6@hotmail.com', ''),
(11484, 1, 1642, '4', '(567) 156-5410', ''),
(11485, 1, 1642, '5', 'google', ''),
(11486, 1, 1642, '6', 'I promised.', ''),
(11487, 1, 1642, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/2p48qnyb', ''),
(11488, 1, 1643, '1', 'Untok', ''),
(11489, 1, 1643, '2', 'Untok', ''),
(11490, 1, 1643, '3', 'bskgpwib@gmail.com', ''),
(11491, 1, 1643, '4', '(274) 525-0716', ''),
(11492, 1, 1643, '5', 'google', ''),
(11493, 1, 1643, '6', 'I promised.', ''),
(11494, 1, 1643, '7', 'Hi, this is Julia. I am sending you my intimate photos as I promised. https://tinyurl.com/2nd5ra3h', ''),
(11495, 1, 1644, '1', 'KennethGot', ''),
(11496, 1, 1644, '2', 'KennethGot', ''),
(11497, 1, 1644, '3', 'zelatcol@gmail.com', ''),
(11498, 1, 1644, '4', '(282) 835-7754', ''),
(11499, 1, 1644, '5', 'google', ''),
(11500, 1, 1644, '6', 'Hallo, i writing about your the price for reseller', ''),
(11501, 1, 1644, '7', 'Xin chào, tôi muốn biết giá của bạn.', ''),
(11502, 1, 1645, '1', 'Mike Clapton', ''),
(11503, 1, 1645, '2', 'Mike Clapton', ''),
(11504, 1, 1645, '3', 'no-replyPovaTasy@gmail.com', ''),
(11505, 1, 1645, '4', '(401) 842-3025', ''),
(11506, 1, 1645, '5', 'google', ''),
(11507, 1, 1645, '6', 'Monthly SEO plans from 49$ ONLY', ''),
(11508, 1, 1645, '7', 'Howdy \r\n \r\nI have just verified your SEO on  gangagen.com for its SEO metrics and saw that your website could use a push. \r\n \r\nWe will increase your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our plans here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Clapton\r\n \r\n \r\nPS: Quality SEO content is included', ''),
(11509, 1, 1646, '1', 'Oliver', ''),
(11510, 1, 1646, '2', 'Guammi', ''),
(11511, 1, 1646, '3', 'guammi.marketing@gmail.com', ''),
(11512, 1, 1646, '4', '(705) 430-4491', ''),
(11513, 1, 1646, '5', 'Brayden Annois', ''),
(11514, 1, 1646, '6', 'About your online presence', ''),
(11515, 1, 1646, '7', 'Hi, I checked your website and noticed that your online presence could be way better on Facebook and Google, that\'s why I\'m reaching out to you today.\r\n\r\nWe\'d love to help you with this and offer you a free 30-minute consultation to discuss your unique needs and share some tips on how to improve your online presence. \r\n\r\nAfter the call, if you decide you can work with us, or you can use tips for free and apply them yourself, so I think it\'s a win win situation for both of us. \r\n\r\nIf this is something you\'re interested in, please reply to this email, or book a discovery call with us: https://calendly.com/guammi-marketing/30min\r\n\r\nBest regards,\r\n\r\nOliver from Guammi.com', ''),
(11516, 1, 1647, '1', 'Untok', ''),
(11517, 1, 1647, '2', 'Untok', ''),
(11518, 1, 1647, '3', 'i3i95z5w@icloud.com', ''),
(11519, 1, 1647, '4', '(412) 643-4564', ''),
(11520, 1, 1647, '5', 'google', ''),
(11521, 1, 1647, '6', 'I promised.', ''),
(11522, 1, 1647, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/2nhjwc3o', ''),
(11523, 1, 1648, '1', 'Eric', ''),
(11524, 1, 1648, '2', 'Jones', ''),
(11525, 1, 1648, '3', 'ericjonesmyemail@gmail.com', ''),
(11526, 1, 1648, '4', '(555) 555-1212', ''),
(11527, 1, 1648, '5', 'NA', ''),
(11528, 1, 1648, '6', 'Why not TALK with your leads?', ''),
(11529, 1, 1648, '7', 'Dear gangagen.com Admin.\r\n\r\nMy name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(11530, 1, 1649, '1', 'Ian', ''),
(11531, 1, 1649, '2', 'Luca', ''),
(11532, 1, 1649, '3', 'ian@wiki-adroit.com', ''),
(11533, 1, 1649, '4', '(669) 209-1890', ''),
(11534, 1, 1649, '5', 'Wiki Adroit', ''),
(11535, 1, 1649, '6', 'Get A Wikipedia Page For Yourself Or For Your Company.', ''),
(11536, 1, 1649, '7', 'Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\r\n\r\nIf you are interested in getting more information just respond back to this email.\r\n\r\nThanks,\r\n\r\nIan Luca\r\nWiki Adroit\r\nian@wiki-adroit.com\r\n\r\nRespond with stop to optout.', ''),
(11537, 1, 1650, '1', 'Untok', ''),
(11538, 1, 1650, '2', 'Untok', ''),
(11539, 1, 1650, '3', 'crrxhi1g@icloud.com', ''),
(11540, 1, 1650, '4', '(362) 505-5470', ''),
(11541, 1, 1650, '5', 'google', ''),
(11542, 1, 1650, '6', 'I promised.', ''),
(11543, 1, 1650, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/2l29u6l9', ''),
(11544, 1, 1651, '1', 'Allen', ''),
(11545, 1, 1651, '2', 'Young', ''),
(11546, 1, 1651, '3', 'allen@fundingready.online', ''),
(11547, 1, 1651, '4', '(202) 991-6766', ''),
(11548, 1, 1651, '5', 'Express Capital', ''),
(11549, 1, 1651, '6', 'Something to consider', ''),
(11550, 1, 1651, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nAs a business owner you already know how hard it can be to get your hands on some working capital!\r\n\r\nHowever, all that has changed! \r\n\r\nExpress Capital is a Direct Lender who would like to offer you a working capital loan up to 500k.\r\n \r\nGet pre-qualified in less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\nWarm Regards,\r\n\r\nAllen Young\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(11551, 1, 1652, '1', 'SamueltmeMaxwellwhh4', ''),
(11552, 1, 1652, '2', 'SamueltmeMaxwellwhh4', ''),
(11553, 1, 1652, '3', 'ja8729ldzlll@gmail.com', ''),
(11554, 1, 1652, '4', '(058) 270-0112', ''),
(11555, 1, 1652, '5', 'google', ''),
(11556, 1, 1652, '6', 'Tell me your recommendations please.', ''),
(11557, 1, 1652, '7', 'Guys just made a web-site for me, look at the link:  \r\n<a href=\"https://www.lzfuli.com/home.php?mod=space&uid=7130\">https://www.lzfuli.com/home.php?mod=space&uid=7130</a> \r\nTell me your prescriptions.', ''),
(11558, 1, 1653, '1', 'Sami', ''),
(11559, 1, 1653, '2', 'Alhajami', ''),
(11560, 1, 1653, '3', 'sami.alhajami@ardalbedaya.com', ''),
(11561, 1, 1653, '4', '(077) 306-3639', ''),
(11562, 1, 1653, '5', 'Ard Albedaya Company', ''),
(11563, 1, 1653, '6', 'Businesses Relationship', ''),
(11564, 1, 1653, '7', 'Hello,\r\n​\r\nI\'m interested in your product.\r\n\r\nMy Name is Sami Alhajami, From Ard Albedaya Company For Importing pharmaceuticals and Medical Apliances.\r\n\r\nI would like some more details about your products and quality certificates available with you.\r\nOur requirement is to establish mutual business cooperation with your company if you are interested, and do not have a distributor for your products in Yemen.\r\n\r\nAwaiting for your positive feedback.\r\n\r\nBest Regards\r\nSami Alhajami\r\nArd Albedaya Co.\r\nSana\'a, Yemen.', ''),
(11565, 1, 1654, '1', 'Sami', ''),
(11566, 1, 1654, '2', 'Alhajami', ''),
(11567, 1, 1654, '3', 'sami.alhajami@ardalbedaya.com', ''),
(11568, 1, 1654, '4', '(077) 306-3639', ''),
(11569, 1, 1654, '5', 'Ard Albedaya Company', ''),
(11570, 1, 1654, '6', 'Businesses Relationship', ''),
(11571, 1, 1654, '7', 'Hello,\r\n​\r\nI\'m interested in your product.\r\n\r\nMy Name is Sami Alhajami, From Ard Albedaya Company For Importing pharmaceuticals and Medical Apliances.\r\n\r\nI would like some more details about your products and quality certificates available with you.\r\nOur requirement is to establish mutual business cooperation with your company if you are interested, and do not have a distributor for your products in Yemen.\r\n\r\nAwaiting for your positive feedback.\r\n\r\nBest Regards\r\nSami Alhajami\r\nArd Albedaya Co.\r\nSana\'a, Yemen.', ''),
(11572, 1, 1655, '1', 'Untok', ''),
(11573, 1, 1655, '2', 'Untok', ''),
(11574, 1, 1655, '3', 'vtpuhxs6@hotmail.com', ''),
(11575, 1, 1655, '4', '(853) 747-5105', ''),
(11576, 1, 1655, '5', 'google', ''),
(11577, 1, 1655, '6', 'I promised.', ''),
(11578, 1, 1655, '7', 'Hi, this is Jenny. I am sending you my intimate photos as I promised. https://tinyurl.com/2kqnw64j', ''),
(11579, 1, 1656, '1', 'Sreenesh', ''),
(11580, 1, 1656, '2', 'Kamath', ''),
(11581, 1, 1656, '3', 'marketing@enconpass.com', ''),
(11582, 1, 1656, '4', '(973) 924-8983', ''),
(11583, 1, 1656, '5', 'Engineered Customized Control Panel Solution and System Pvt. Ltd. (ENCONPASS)', ''),
(11584, 1, 1656, '6', 'Vendor Registration', ''),
(11585, 1, 1656, '7', 'Hi Sir/Madam,      \r\n        \r\nWe Engineered Customized Control Panel Solution and System Pvt. Ltd., also known as ENCONPASS is primarily a customized control panel solution provider with more than two decades of expertise in the field of Control Panel Industry. It\'s the requirement that defines our service in the field of electrical control panels; we serve businesses with products for life.\r\n\r\nAll our products including Electrical Control Panel, Distribution Panel and Power Control panel are designed as per the specifications of machinery in question. We specifically provide easy interfacing solutions for complex electrical systems by minimizing tasks and enhancing functionality. We as a service provider of high repute render quality services to our precious clients. Each product is designed as per the specifications and requirement of the client, ensuring economical solutions along with convenience of functionality. We insist on maintaining communication with our clients to understand their needs with exactness and custom design controlling devices and provide services that suit their specific purposes. We maintain ethical business practices and ensure long standing business relationships based on mutual development and growth.\r\nWe Enconpass ensure you that \r\n\r\n               *We are providing design to commissioning of Electrical Control Panels.\r\n               * We are providing service assistance according to the needs and requirement of the clients.\r\n               *With wide service network spread throughout India & abroad, Enconpass is a preferred choice for a complete & one stop solution in automation & Type tested panels.\r\n\r\nWe are attaching our catalogue and along with contact details\r\n\r\nLooking forward to Long Term Business Relationship.\r\n\r\nThanks and Regards,\r\nSreenesh S Kamath\r\nContact: +91-9739248983\r\nM/S : Engineered Customised Control Panel\r\n            Solutions and Systems Pvt.Ltd.\r\nAn ISO 9001:2015 Certified Company.\r\n# B 303A, 7th Main Road,\r\nPeenya 2nd Stage, Bangalore - 560058\r\nKarnataka, India.\r\nTele Fax: 080-28364030\r\nEmail - marketing@enconpass.com\r\nwww. enconpass.com', ''),
(11586, 1, 1657, '1', 'Untok', ''),
(11587, 1, 1657, '2', 'Untok', ''),
(11588, 1, 1657, '3', 'o9tn5yyp@hotmail.com', ''),
(11589, 1, 1657, '4', '(122) 820-5222', ''),
(11590, 1, 1657, '5', 'google', ''),
(11591, 1, 1657, '6', 'I promised.', ''),
(11592, 1, 1657, '7', 'Hi, this is Julia. I am sending you my intimate photos as I promised. https://tinyurl.com/2l39jeyv', ''),
(11593, 1, 1658, '1', 'Percyref', ''),
(11594, 1, 1658, '2', 'Percyref', ''),
(11595, 1, 1658, '3', 'retfioyt@rambler.ua', ''),
(11596, 1, 1658, '4', '(735) 770-2438', ''),
(11597, 1, 1658, '5', 'google', ''),
(11598, 1, 1658, '6', 'Защита от взлома', ''),
(11599, 1, 1658, '7', 'https://blog.exitoys.com/juguetes-eroticos-para-personas-con-vulva/#comment-43120 \r\n<a href=http://beauty-ease-hand.pornoautor.com/site-announcements/2527352/neskol-ko-faktov-o-cheliabinske?page=1#post-6328549>Помощь хакера</a> <a href=https://www.alacartetransfer.com/2014/11/26/audio-post-type/comment-page-78867/#comment-82783>Забрать деньги у мошенников</a> <a href=https://reclusiveshadowspack.webs.com/apps/guestbook/>Взломать пк</a> <a href=https://www.marymahoneys.com/mahoneys3-2/#comment-14863>Как мне взломали вк</a> <a href=https://roguekaine.webs.com/apps/guestbook/>Детализация смс</a>  896337_', ''),
(11600, 1, 1659, '1', 'Eric', ''),
(11601, 1, 1659, '2', 'Jones', ''),
(11602, 1, 1659, '3', 'ericjonesmyemail@gmail.com', ''),
(11603, 1, 1659, '4', '(555) 555-1212', ''),
(11604, 1, 1659, '5', 'NA', ''),
(11605, 1, 1659, '6', 'Cool website!', ''),
(11606, 1, 1659, '7', 'Hi gangagen.com Administrator!\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(11607, 1, 1660, '1', 'LideFieta', ''),
(11608, 1, 1660, '2', 'LideFieta', ''),
(11609, 1, 1660, '3', 'zajmoslav@whowasable.store', ''),
(11610, 1, 1660, '4', '(551) 480-0060', ''),
(11611, 1, 1660, '5', 'google', ''),
(11612, 1, 1660, '6', 'Thank', ''),
(11613, 1, 1660, '7', 'займ без фото паспорта и снилс \r\n<a href=https://zajmyonlajn.wordpress.com/>займы с плохой историей</a>', ''),
(11614, 1, 1661, '1', 'gryzha-mezhpozvonochnogo-diska_gysr', ''),
(11615, 1, 1661, '2', 'gryzha-mezhpozvonochnogo-diska_gysr', ''),
(11616, 1, 1661, '3', 'mhmtkhpohsn@doc-muenchen.de', ''),
(11617, 1, 1661, '4', '(613) 455-5481', ''),
(11618, 1, 1661, '5', 'google', ''),
(11619, 1, 1661, '6', 'Лечение межпозвоночной грыжи в Германии', ''),
(11620, 1, 1661, '7', 'Когда речь идет о лечении межпозвоночной грыжи, Германия является лидером в этой области. Имея долгую историю медицинских инноваций, немецкие врачи и хирурги находятся на переднем крае разработки передовых методов лечения этого заболевания. От минимально инвазивных процедур до более сложных операций, пациенты в Германии могут быть уверены, что они получают самую лучшую медицинскую помощь <a href=\"https://doc-muenchen.de/lechenie/ortopediya/gryzha-mezhpozvonochnogo-diska/\">лечение межпозвоночной грыжи в германии</a>. Наиболее распространенным видом лечения межпозвоночной грыжи в Германии является операция по соединению позвонков. В ходе этой операции два или более позвонков соединяются вместе с помощью металлических стержней или винтов для обеспечения стабильности и прочности позвоночника. Помимо облегчения боли, операция по соединению позвонков может также помочь улучшить подвижность и уменьшить сдавливание нервов, вызванное грыжей диска. \r\nМинимально инвазивные методы, такие как эндоскопическая дискэктомия, также являются популярными методами лечения межпозвоночных грыж в Германии.', ''),
(11621, 1, 1662, '1', 'Eric', ''),
(11622, 1, 1662, '2', 'Jones', ''),
(11623, 1, 1662, '3', 'ericjonesmyemail@gmail.com', ''),
(11624, 1, 1662, '4', '(555) 555-1212', ''),
(11625, 1, 1662, '5', 'RP', ''),
(11626, 1, 1662, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(11627, 1, 1662, '7', 'Dear gangagen.com Administrator!\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(11628, 1, 1663, '1', 'kazinoglirm', ''),
(11629, 1, 1663, '2', 'kazinoglirm', ''),
(11630, 1, 1663, '3', 'soodamun@gmail.com', ''),
(11631, 1, 1663, '4', '(026) 718-5340', ''),
(11632, 1, 1663, '5', 'google', ''),
(11633, 1, 1663, '6', 'бездепозитные бонусы интернет', ''),
(11634, 1, 1663, '7', 'удивительно -постой.  \r\n  \r\n казино бездепозитные бонусы за регистрацию с выводом  \r\n  \r\n 10 вещей к успеху, которые вы обязательно должны знать.  \r\n  \r\nЭто - уяснение! Сегодня были поводы для расстройства? . Если бы вы могли стать другим человеком, то каким бы стали?   \r\n  \r\nзахватывающе, если забрать 500$ + 225 FS в онлайн казино как, <a href=http://playfortuna-ru.tb.ru/>бездеп казино с выводом</a> на сайте: https://playfortuna-ru.tb.ru/, реально ли отыграть вейджер Х35 за сессию игры в игровые автоматы?  \r\n  \r\nЕсли, кто не в курсе, получил пожертвование здесь: <a href=http://documenter.getpostman.com/view/24070153/2s8YRcNbtb>бонус казино</a>, а именно:   \r\n  \r\n<a href=http://socprofile.com/bonusicasinonew>БОНУСЫ НА ДЕПОЗИТ 100% + 50 FS >>></a>  \r\n  \r\nУвидел подношение в телеграме - трендовый канал: @new_bonuses, получите - http://t.me/new_bonuses  \r\n  \r\nДостопримечательнo о бонусах онлайн: <a href=http://playfortuna-ru.tb.ru/> франк казино</a>  \r\n \r\nОзнакомься:http://vk.com/bonusycasino_online \r\n  \r\n захватывающе - пуп земли: <a href=http://bonusi.tb.ru/zaim>онлайн займ без проверки кредитной</a> \r\nвзять: \r\n \r\nХотелось бы взять кредитную карту, но не все подобные карты выгодны. Как выбрать самую лучшую? \r\n \r\nКапитально о займах: loan.tb.ru -  сбербанк кредит - Займ без процентов - Ищите: ренессанс кредит - смотрите: Топ 10 займов в МФО. Быстрое решение!Топ 10 займов в МФО на loan.tb.ru. Сравнение условий. Займ онлайн на карту 24 часа! Одобрение за 5 минут. Деньги на карту. Без долгих проверок. Онлайн займ. Первый займ без процентов. Деньги срочно. Займы круглосуточно. Содействие в подборе финансовых услуг/организаций - кредитный кредит Тольятти \r\n \r\n дело хозяйское: <a href=http://creditonline.tb.ru/>берут ли кредиты в банках</a> \r\n \r\nкраеугольный камень: <a href=http://bonuses.turbo.site/>бонусы казино вулкан</a> \r\n \r\nцентр: <a href=http://bonusi.tb.ru/>займ онлайн zaim online</a> \r\n \r\n захватывающе - первоэлемент: <a href=http://bonusi.tb.ru/kredit>ставки по кредитам</a> \r\n \r\n пикантно:<a href=http://slotwins.mya5.ru/>VTB bonus personal account online</a> \r\n \r\n как вам угодно: <a href=http://credit-online.turbo.site/>банки хоум кредит телефон горячей линии</a> \r\n \r\nвысокая значимость: <a href=http://credits.mya5.ru/>кредит на карту</a> \r\n \r\nсодержание: <a href=http://credits-online.mya5.ru/>займ без карты срочно</a> \r\n \r\nпреинтересно:<a href=http://boosty.to/casino-online>сайты официальных казино онлайн</a> \r\n \r\nувлекательно:<a href=http://vk.com/casino_bez_depozita_2021>новейшие бездепозитные бонусы казино за регистрацию</a> \r\n \r\nглавнюк: <a href=http://bonus.ru.net/>пин казино официальный сайт</a> \r\n \r\nзапомни же: <a href=http://bonusi.tb.ru/>российский кредит</a> \r\n \r\n прикинь: <a href=http://kredity.tb.ru/>кредит 19</a> \r\nзахватывающе:<a href=http://boosty.to/casinoonline>бонус код</a> \r\n \r\nкак вам угодно: <a href=http://boosty.to/credits>банки ипотечные кредиты</a> \r\n \r\nраскрой глаза: <a href=http://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-6022fdda9eeef76a6925c6fe>годовая ставка по кредиту</a> \r\n \r\nзахватывающе:<a href=http://boosty.to/casino-online>бездепозитные бонусы казино с выводом 2020</a> \r\n \r\nкак знаешь: <a href=http://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit>играть бесплатно игровые автоматы демо 5000 кредитов</a> \r\n \r\nсмотри у меня: <a href=https://user373133.tourister.ru/blog/19226>купить лада в кредит</a> \r\n \r\nоснова: <a href=http://sites.google.com/view/zaimy-tyt/>сумма кредита</a> \r\n \r\nсоль: <a href=https://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b>мфо займ</a> \r\n \r\n \r\nhttp://www.avito.ru/moskva/predlozheniya_uslug/avitolog_prodvizhenie_na_avito_posting_2731917893 \r\nhttp://vk.com/@avitolog_2023-posting-na-avito-razmeschenie-obyavlenii-na-avito \r\nhttp://vk.com/avitolog_2023 \r\nhttp://vk.com/avito_2023 \r\nhttp://vk.com/burger_pushkin \r\nhttp://tgstat.ru/en/chat/@new_bonuses \r\nhttp://tgstat.ru/en/chat/@zaimonlinetyt \r\nhttp://tgstat.ru/en/chat/@casinos_2021 \r\nhttp://tgstat.ru/en/chat/@zaimycredity \r\nhttp://credit-online.turbo.site/ \r\nhttp://twitter.com/CasinoBonusi \r\nhttp://vk.com/bonuses23 \r\nhttp://vk.com/@bonuses23-casino-registration \r\nhttp://socprofile.com/bonusicasinonew \r\nhttp://vk.com/@playfortunacomru-play-fortuna-registraciya \r\nhttp://vk.com/playfortunacomru \r\nhttp://twitter.com/bonusykazino \r\nhttp://twitter.com/bonusykazino/status/1606330268985475075 \r\nhttp://twitter.com/bonusykazino/status/1606334813241085953 \r\nhttp://twitter.com/bonusykazino/status/1606326484758667264 \r\nhttp://twitter.com/CasinoBonusi/status/1602974856496271361 \r\nhttp://twitter.com/CasinoBonusi/status/1602981560525160448 \r\nhttp://twitter.com/CasinoBonusi/status/1602979584340889601 \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid02NYYTYVahaaixRzHZuXfni1ekC928TDMDdTcCUdmy52zJUt4MrTuPAhB58uDwpZYil&id=100017183618781 \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid0eimWgqQgdxZ1k9R1L9Fe5nopxZjKpthzU1MeYtdeEM8eF5YZKV9YxpYA5HJEgu9Fl&id=100017183618781 \r\nhttp://vk.com/bonusesnew \r\nhttp://vk.com/@bonusesnew-bezdepozitnye-bonusy-kazino-2023-za-registraciu \r\nhttp://vk.com/zajmy_onlajn_na_kartu_2023 \r\nhttp://vk.com/@zajmy_onlajn_na_kartu_2023-zaimy-na-kartu-vzyat-zaim-bez-otkaza \r\nhttp://bit.ly/casinobonusy \r\nhttp://yandex.ru/collections/user/949d3tg485gjcy4027bb8j1q48/bonusy-kazino-za-registratsiiu/?share=NWVhMjA0ZjAwMzNlZGExOTEwMTYzZDRlXzVkNDk5MWMxYTg5NWIyMDBhNWM5ZDE2Mg%3D%3D \r\nhttp://vk.com/bonuses_new \r\nhttp://vk.com/@bonuses_new-bonusy-za-registraciu \r\nhttp://vk.com/bonusycasino_online \r\nhttp://vk.com/@bonusycasino_online-bezdepozitnye-bonusy-onlain-kazino-2023 \r\nhttp://vk.com/dating_website + http://vk.link/dating_website \r\nhttp://spark.ru/startup/credit-loan/blog/99728/krediti-i-zajmi-rossii \r\nhttp://vk.link/credit_online_rf + http://vk.com/credit_online_rf \r\nhttp://www.facebook.com/CreditOnlineNow + http://vk.com/strahovanieresospb http://strahovanie-reso.turbo.site/ http://vk.com/kredity_banki http://vk.com/creditsru http://vk.com/credit_online_rf http://vk.link/credit_online_rf http://vk.link/strahovanieresospb \r\nhttp://bonusi.tb.ru/| http://bonusi.tb.ru/kredit| http://bonusi.tb.ru/zaim| http://bonusi.tb.ru/bank| http://bonusi.tb.ru/credit-cards|http://bonusi.tb.ru/avtokredit| http://bonusi.tb.ru/ipoteka \r\nhttp://creditonline.tb.ru \r\nhttp://creditonline.tb.ru/microloans \r\nhttp://creditonline.tb.ru/avtokredity \r\nhttp://creditonline.tb.ru/bez-spravok \r\nhttp://creditonline.tb.ru/dengi \r\nhttp://creditonline.tb.ru/banki \r\nhttp://creditonline.tb.ru/kreditnye-karty \r\nhttp://creditonline.tb.ru/potrebitelskie-kredity \r\nhttp://creditonline.tb.ru/refinansirovanie \r\nhttp://creditonline.tb.ru/zajmy-na-kartu \r\nhttp://creditonline.tb.ru/kalkulyator \r\nhttp://creditonline.tb.ru/kreditovanie \r\nhttp://creditonline.tb.ru/debetovye-karty \r\nhttp://creditonline.tb.ru/kredity-nalichnymi \r\nhttp://c', ''),
(11635, 1, 1664, '1', 'Eric', ''),
(11636, 1, 1664, '2', 'Jones', ''),
(11637, 1, 1664, '3', 'ericjonesmyemail@gmail.com', ''),
(11638, 1, 1664, '4', '(555) 555-1212', ''),
(11639, 1, 1664, '5', 'UPPER AUSTRIA', ''),
(11640, 1, 1664, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(11641, 1, 1664, '7', 'To the gangagen.com Webmaster! my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(11642, 1, 1665, '1', 'RaymondFus', ''),
(11643, 1, 1665, '2', 'RaymondFus', ''),
(11644, 1, 1665, '3', 'renaldozara@econgate.com', ''),
(11645, 1, 1665, '4', '(781) 003-0674', ''),
(11646, 1, 1665, '5', 'google', ''),
(11647, 1, 1665, '6', 'How to get instant leads for your  business', ''),
(11648, 1, 1665, '7', 'Get millions instant leads for your firm to jumpstart your marketing campaign. You can use the lists an infinite quantity of times. We have been delivering companies and market analysis firms with details since 2012. Telemarketing', ''),
(11649, 1, 1666, '1', 'Abhi', ''),
(11650, 1, 1666, '2', 'R', ''),
(11651, 1, 1666, '3', 'outsourcesmo@gmail.com', ''),
(11652, 1, 1666, '4', '(701) 287-1345', ''),
(11653, 1, 1666, '5', 'Content Writing Service', ''),
(11654, 1, 1666, '6', 'Content Writing Service', ''),
(11655, 1, 1666, '7', 'Hi, This is Abhi. I am a content writer. I specialise in writing blogs, articles, e-commerce product descriptions, SEO content, website content, and business service descriptions. \r\nI have written over 2500 content pieces for more than 30 industries in the last 10 years. I have also gone through your website gangagen.com and I have written for your industry as well. \r\nI charge USD 50 for 1000 words. Do you have any requirements? If yes, please email me at outsourcesmo@gmail.com', ''),
(11656, 1, 1667, '1', 'Sam', ''),
(11657, 1, 1667, '2', 'Seri', ''),
(11658, 1, 1667, '3', 'imageenhancement12@gmail.com', ''),
(11659, 1, 1667, '4', '(213) 279-8812', ''),
(11660, 1, 1667, '5', 'Image editing and  retouching', ''),
(11661, 1, 1667, '6', 'Image editing and  retouching', ''),
(11662, 1, 1667, '7', 'Hi, We have been providing professional photo editing services for more than 14 years now. Please find below a list of services from which you can benefit:\r\n\r\nImage editing of any type, \r\nAirbrushing and Retouching Images, \r\nE-Commerce and Product Image, \r\nEditing\r\nApparel photo editing, \r\nPhoto Culling, \r\nBeauty Retouching and Jewelry Retouching, \r\nFood and Fashion Retouching, \r\nAerial photo editing, \r\nImage Restoration, \r\nPortrait Image Improvement and Restoration, \r\nReal Estate Image Editing: White Balancing, Image Sharpening, Brightness, Contrast, Sky Replacement, Tone Adjustment, TV Screen Replacement, dust spot removal, Flash Reflection Removal, Adding fire to the fireplace, Remove the photographer’s reflection.\r\nWedding Photo Editing, \r\nPhoto Manipulation, \r\nClipping Path, \r\nPortrait Service, \r\nAdobe Photoshop, \r\nPanorama Photo Stitching, \r\nClipping path, soft mask for furry edges, object separation for selection, \r\nChanging background, white background, \r\nColor correction and color matching, \r\nCreating different shadows, keeping the original shadow, reflection creation, \r\nRemove reflections from products, \r\nResizing images and standard cropping with the mentioned border for background knockout images, \r\nEnhance color, \r\nImage composition, \r\nCreative works, and much more.\r\n\r\nWe can provide you with the pricing once you share some images to edit. We also need to understand your expectations. If you are interested, please send me an email at imageenhancement12@gmail.com.\r\n\r\nRegards\r\nSam', ''),
(11663, 1, 1668, '1', 'Edmundmom', ''),
(11664, 1, 1668, '2', 'Edmundmom', ''),
(11665, 1, 1668, '3', 'yp8k@course-fitness.com', ''),
(11666, 1, 1668, '4', '(045) 077-3564', ''),
(11667, 1, 1668, '5', 'google', ''),
(11668, 1, 1668, '6', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(11669, 1, 1668, '7', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(11670, 1, 1669, '1', 'Mark', ''),
(11671, 1, 1669, '2', 'Tatum', ''),
(11672, 1, 1669, '3', 'mark.tatum@gmail.com', ''),
(11673, 1, 1669, '4', '(785) 597-4048', ''),
(11674, 1, 1669, '5', 'Mark Tatum', ''),
(11675, 1, 1669, '6', '[Must Check] Turn Your Content Into HQ Animated Videos With ChatGPT In 30 Sec FLAT!!', ''),
(11676, 1, 1669, '7', 'Hi there,\r\n\r\nWorld\'s First ChatGPT-Powered App That Generates High Quality Content & Converts It To Scroll Stopping Videos With Thousand Of DFY Templates is OUT Now!!!\r\n\r\nYes, you read that right. \r\n\r\nYou can now generate Not Only Content but also Videos For Yourself & For Your Clients With the power of Real AI (Full ChatGPT Approved)\r\n\r\n=> Click Here & Create Your First High Quality Contents & Videos Now: https://bit.ly/CHATGPT30\r\nSpecial $4 Off - ‘VIDMORA4’ (Expires in an hour time)\r\n\r\nLet me introduce you to this CRAZY AI Tool\r\n\r\nWorld\'s First ChatGPT-Powered App That Generates High Quality Content & Converts It To Scroll Stopping Videos With Unique AI Based BG Removal App & DFY Templates\r\n\r\nHow cool is that?\r\n\r\nNow you won’t have to pay for expensive platforms like Grammarly, Quillbolt, Rytr, Animaker, Jupiter, Videohive, Renderforest or any other site.\r\n\r\nSo let me ask you…\r\n\r\nAre you tired of Creating old videos & duplicate contents  ?\r\n\r\nThanks to the brand new ChatGPT AI-powered software ... It combines the power of Content Creation, Video Creation & Video Marketing to get best results from one easy-to-use dashboard\r\n\r\nIt\'s loaded with awesome features like:\r\n\r\n► Professional & Fully Cloud-Based Platform\r\n► ChatGPT Powered AI Content & AI Video Creator Platform\r\n► 500+ Ready to Use Templates \r\n► Create Scroll-Stopping Videos for Your Social Media\r\n► Create AI Generated Content In Just Single Click\r\n► Create High Converting Video Ads \r\n► Custom 3D Characters to WOW your Audience \r\n► Custom 3D Objects with Animation to skyrocket your Sales \r\n► Instagram, FB, Snapchat, Whatsapp Thumb-Stopping Story Creator Create \r\n► Personalised Videos eCom Showcase Videos \r\n► 50 Built-in Premium Music Tracks \r\n► 3 Million+ Searchable Royalty Free Stocks \r\n► Huge Font Library \r\n► Upload Your Own Images, Videos \r\n► AI Powered Background Remover \r\n► Full HD Videos Completely \r\n► Step By Step Training\r\n► And much more...\r\n\r\n=> Get Your VidMora AI Lifetime Account + Commercial License at a One-Time Price: https://bit.ly/CHATGPT30\r\n\r\nSpecial $4 Off - ‘VIDMORA4’ (Expires in an hour time)\r\n\r\nCheers\r\n\r\nAbhi Newo\r\n45 St. Patricks Street, Miami\r\n=============================\r\n\r\nClick here to Unsubscribe.', ''),
(11677, 1, 1670, '1', 'ManuelDog', ''),
(11678, 1, 1670, '2', 'ManuelDog', ''),
(11679, 1, 1670, '3', 'valentinellington@wwjmp.com', ''),
(11680, 1, 1670, '4', '(541) 704-3680', ''),
(11681, 1, 1670, '5', 'google', ''),
(11682, 1, 1670, '6', 'How to  rate  income from cryptocurrencies?', ''),
(11683, 1, 1670, '7', '<a href=https://accounts.binance.com/en/register?ref=25293193>How to prepare  for  takings from cryptocurrencies?</a> <a href=https://accounts.binance.com/en/register?ref=25293193>Myriad people are interested in earning on cryptocurrency.</a>', ''),
(11684, 1, 1671, '1', 'Isidrosnogy', ''),
(11685, 1, 1671, '2', 'Isidrosnogy', ''),
(11686, 1, 1671, '3', 'kurtrolkonkur123@gmail.com', ''),
(11687, 1, 1671, '4', '(636) 510-6734', ''),
(11688, 1, 1671, '5', 'google', ''),
(11689, 1, 1671, '6', 'russiawomen.ru', ''),
(11690, 1, 1671, '7', 'Russian ladies, Russian girls, Russian brides waiting here for you! https://russiawomen.ru/', ''),
(11691, 1, 1672, '1', 'Vladilenpet', ''),
(11692, 1, 1672, '2', 'Vladilenpet', ''),
(11693, 1, 1672, '3', '1992.vladilen78@mail.ru', ''),
(11694, 1, 1672, '4', '(063) 054-1142', ''),
(11695, 1, 1672, '5', 'google', ''),
(11696, 1, 1672, '6', 'Какой купить подоконник/столешницу  из массива, что заказать в наш каркасный дом?', ''),
(11697, 1, 1672, '7', 'Доброго времени суток, товарищи! <a href=http://mod-site.net/ru/userscat.shtml?l=e> \r\n \r\nСтяжка</a> , даже когда она была сделана точно в соответствии с грамотным руководством, с течением времени приходит в негодность. Это не странно, ведь она испытывает на себе огромные нагрузки от массы полового покрытия, мебели, движения людей и иных динамических факторов. Поэтому для исключения полной потери ее эксплуатационных свойств время от времени нужно выполнять починку стяжки пола. О свойствах стяжки необходимо спросить, когда вы узнаете стоимость строения из металлокаркаса или других материалов. \r\n \r\nДля того чтобы получить представление об уровне повреждения пола, предварительно нужно полностью снять старое покрытие, освободить поверхность от мусора, пыли и грязи. Затем следует определиться с типом деформации и ремонта, который необходимо будет осуществить. \r\n \r\nМожет произойти один из нижеследующих случаев: \r\n \r\nГладкая поверхность имеет маленькие ямки и немного трещин, повышен уровень появления пыли. Данные изъяны нестрашны, они с легкостью устраняются при минимальной потере времени и финансов. \r\nСтяжка расслаивается, поверхность достаточно глубоко потрескалась в отдельных местах. Этот тип деформации подлежит починке, однако нужно будет использовать особые строительные смеси. \r\nПоверхность сильно искривлена, пол покрылся сильными трещинами. Ремонт дефектов такой силы доступен лишь специалистам, владеющим определенными знаниями и техникой.', ''),
(11698, 1, 1673, '1', 'StevenThomo', ''),
(11699, 1, 1673, '2', 'StevenThomo', ''),
(11700, 1, 1673, '3', 'lleglanghoteboev@gmx.com', ''),
(11701, 1, 1673, '4', '(733) 652-1131', ''),
(11702, 1, 1673, '5', 'google', ''),
(11703, 1, 1673, '6', 'When the worst happens and you suffer anything from a minor leak to a full-on plumbing catastrophe, you need the peace of mind that comes with knowing your emergency plumbers are reliable.', ''),
(11704, 1, 1673, '7', 'Emergency Plumbers - we have extensive experience dealing in a wide range of plumbing services for a variety of clients.   http://www.wishlistr.com/profile/athena_brooks_68 - emergency plumbers>>>', ''),
(11705, 1, 1674, '1', 'Robert#gennicl[LjecxudrohixydOP,2,5]', ''),
(11706, 1, 1674, '2', 'Robert#gennicl[LjecxudrohixydOP,2,5]', ''),
(11707, 1, 1674, '3', 'bababagwswar@gmail.com', ''),
(11708, 1, 1674, '4', '(748) 601-5878', ''),
(11709, 1, 1674, '5', 'google', ''),
(11710, 1, 1674, '6', 'Top World News Today', ''),
(11711, 1, 1674, '7', 'Hi \r\n \r\nI have few Top world news sites ,Where You can place you post. \r\n \r\nHere is few sites Where you can post: \r\n \r\nhttps://www.topworldnewstoday.com/ \r\n \r\nhttps://www.nytimesnewstoday.com \r\n \r\nhttps://www.cnnworldtoday.com \r\n \r\nhttps://www.rtnewstoday.com \r\n \r\nhttps://www.aljazeeranewstoday.com \r\n \r\n \r\n \r\nThanks in advance', ''),
(11712, 1, 1675, '1', 'Reuben', ''),
(11713, 1, 1675, '2', 'Mackerras', ''),
(11714, 1, 1675, '3', 'support@linkbuilders.store', ''),
(11715, 1, 1675, '4', '(713) 643-8038', ''),
(11716, 1, 1675, '5', 'Reuben Mackerras', ''),
(11717, 1, 1675, '6', 'AI SEO Link Building', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(11718, 1, 1675, '7', 'Dear Website Admin/Owner/\r\n\r\nI hope this message finds you well. I wanted to reach out to introduce you to a powerful new tool that can help your website attract more traffic and boost your search engine rankings. It\'s called AI Link Building, and we\'re excited to offer you a chance to try it out for free on one URL.\r\n\r\nAI Link Building is an innovative platform that leverages the latest in artificial intelligence and machine learning technology to help you build high-quality links to your website. With our advanced algorithms, you can quickly identify top-performing pages in your niche, track your competition, and find new opportunities for backlinks and guest post opportunities.\r\n\r\nOur platform is incredibly easy to use, and you\'ll be able to get started in just a few clicks. Simply sign up for our free trial, enter the URL you want to promote, and let our system do the rest. You\'ll start to see results in just a few days, and we\'re confident that you\'ll be impressed by the level of performance and accuracy that our system can provide.\r\n\r\nSo why wait? Sign up for our free trial today for 1 URL here \r\n\r\nhttps://linkbuilders.store/product/monthly-seo-plan-for-1-url/  \r\n\r\nand see the difference that AI Link Building can make for your website. We\'re confident that you\'ll be impressed by what you see, and we look forward to helping you achieve your online marketing goals.\r\n\r\nBest regards,\r\n\r\nAl Friedenzohn\r\n\r\nhttps://linkbuilders.store/', ''),
(11719, 1, 1676, '1', 'Eric', ''),
(11720, 1, 1676, '2', 'Jones', ''),
(11721, 1, 1676, '3', 'ericjonesmyemail@gmail.com', ''),
(11722, 1, 1676, '4', '(555) 555-1212', ''),
(11723, 1, 1676, '5', 'CENTRE', ''),
(11724, 1, 1676, '6', 'Your site – more leads?', ''),
(11725, 1, 1676, '7', 'Hi gangagen.com Administrator!\r\n\r\nThis is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(11726, 1, 1677, '1', 'Zayne', ''),
(11727, 1, 1677, '2', 'Krebs', ''),
(11728, 1, 1677, '3', 'zaynekrebs@theaisocial.com', ''),
(11729, 1, 1677, '4', '(313) 892-6124', ''),
(11730, 1, 1677, '5', 'AISocial', ''),
(11731, 1, 1677, '6', 'I checked out your website!', ''),
(11732, 1, 1677, '7', 'Hey there my name is Zayne, I checked out your website and I am impressed by your writing skills. I am currently looking for an online writer to join my team and I think you would be a great fit. The position is flexible so you can work it on the side of your main business, it pays a minimum of $200 per day and would involve writing various types of content.\r\n\r\nWe currently are hiring 3 more people from your location, if you are interested you can view the details of the job by clicking my hiring link below, it isn\'t the hardest job but we are looking for the most qualified candidates to proceed.\r\nhttps://hop.clickbank.net/?affiliate=aisocial&vendor=easywriter&pid=joblandingpage&ifso=onlinewriter\r\n\r\nThank you for your time, we hope to see you on our team!\r\n\r\nBest regards!\r\nZayne from AISocial', ''),
(11733, 1, 1678, '1', 'MasnaLVag', ''),
(11734, 1, 1678, '2', 'MasnaLVag', ''),
(11735, 1, 1678, '3', 'masnalegirtoper@bk.ru', ''),
(11736, 1, 1678, '4', '(586) 776-0255', ''),
(11737, 1, 1678, '5', 'google', ''),
(11738, 1, 1678, '6', 'Делаем капремонт  в помещении  из легких стальных конструкций лстк  какие  стоимость и цена полусухой стяжки  на  хороший пол для коттеджа', ''),
(11739, 1, 1678, '7', 'Доброго времени суток, мы делаем ремонт в кабинете для процедур гирудотерапии. Скажите, пожалуйста какова <a href=http://rasfokus.ru/alemigun>расценки стяжки  и расценки на  Прочный пол для строения из каркаса лстк?</a>  Какую толщину полусухой стяжки пола можно делать в медицинском кабинете? Как прикинуть материалы?  Cтяжка пола  (полусухая)  имеет такие преимущества и недостатки: \r\nПлюсы \r\nПолусухая стяжка укладывается на любые виды черновой поверхности, увеличивая при этом термо-, гидро- и звукоизоляцию пространства. Среди основных плюсов: \r\nповышенная прочность \r\nневысокая стоимость материалов, возмещающая расходы на приглашение компании специалистов \r\nудобный случай скрыть под полом провода \r\nдопустимость монтажа теплых полов \r\nМинусы \r\nНедостатки полусухой стяжки пола: Сложность ручного замеса. При нем нельзя достичь требуемой консистенции состава из-за его низкой текучести. В связи с чем нужно специальное оборудование. Потребность монтировать большой слой раствора. Это связано с рыхлой структурой и малой плотностью сухой смеси. Кстати, по роду деятельности необходимо много ездить. В связи с чем вот вам полезный совет: отлично экономить горючее помогают бензиновые карты для юридических лиц. Думаю пригодится. Уменьшение операций по недвижимости. Вследствие снижения спроса на жилье и спроса на землю под новые проекты девелоперы стали с опасением подходить к приобретению участков под строительство, что уже привело к снижению по результатам минувшего периода договоров в этом срезе на 15-20 процентов. Инвестировать в приобретение площадок хотят в основном компании, нарастившие прибыль на фоне ажиотажных реализаций, и региональные игроки. Но их стоимостные ожидания зачастую расходятся с ценой предложения, поясняют консультанты. На этой волне объем инвестиций в участки в текущем году сохранится ограниченным.', ''),
(11740, 1, 1679, '1', 'Joanneslefs', ''),
(11741, 1, 1679, '2', 'Joanneslefs', ''),
(11742, 1, 1679, '3', '3432345@example.com', ''),
(11743, 1, 1679, '4', '(435) 557-3214', ''),
(11744, 1, 1679, '5', 'google', ''),
(11745, 1, 1679, '6', 'Joanneslefs', ''),
(11746, 1, 1679, '7', 'WELCOME TO THE RUSSIAN COMMUNITY https://russia.community/', ''),
(11747, 1, 1680, '1', 'GoganFreemanfAspit', ''),
(11748, 1, 1680, '2', 'GoganFreemanfAspit', ''),
(11749, 1, 1680, '3', 'sashakubecherskiy@hotmail.com', ''),
(11750, 1, 1680, '4', '(782) 632-1665', ''),
(11751, 1, 1680, '5', 'google', ''),
(11752, 1, 1680, '6', '<a href=opensea.io/collection/marswars>https://opensea.io</a>', ''),
(11753, 1, 1680, '7', '<a href=opensea.io/collection/marswars>https://opensea.io</a>', ''),
(11754, 1, 1681, '1', 'Justin', ''),
(11755, 1, 1681, '2', 'Myers', ''),
(11756, 1, 1681, '3', 'fatima.kunz@msn.com', ''),
(11757, 1, 1681, '4', '(801) 477-7842', ''),
(11758, 1, 1681, '5', 'Cheddar Bots', ''),
(11759, 1, 1681, '6', 'Earn money online with AI', ''),
(11760, 1, 1681, '7', 'You’re not going to believe this!\r\n\r\nJustin here...\r\n​\r\nDid you know that you can now use robots to sell things for you while you’re asleep?\r\n​\r\nI recently discovered a few tools that allow you to set up bots that network with business owners in a FULLY automated way.\r\n\r\nIt’s all being taught inside this new training program called, “AI Profits”\r\n​\r\nVisit my website to learn more:\r\n\r\n====> www.cheddarbots.com <====\r\n​\r\nThe best part is that you don’t have to be an expert or do much more than click a few buttons to get started.\r\n​\r\nI’ll see you on the inside!\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n1141 Red Barn View Dr, Santaquin, UT 84655\r\nemail contact@cheddarbots.com to unsubscribe', ''),
(11761, 1, 1682, '1', 'Eric', ''),
(11762, 1, 1682, '2', 'Jones', ''),
(11763, 1, 1682, '3', 'ericjonesmyemail@gmail.com', ''),
(11764, 1, 1682, '4', '(555) 555-1212', ''),
(11765, 1, 1682, '5', 'NA', ''),
(11766, 1, 1682, '6', 'Try this, get more leads', ''),
(11767, 1, 1682, '7', 'Dear gangagen.com Administrator!\r\n\r\nMy name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(11768, 1, 1683, '1', 'Eric', ''),
(11769, 1, 1683, '2', 'Jones', ''),
(11770, 1, 1683, '3', 'eric.jones.z.mail@gmail.com', ''),
(11771, 1, 1683, '4', '(555) 555-1212', ''),
(11772, 1, 1683, '5', 'NA', ''),
(11773, 1, 1683, '6', 'Why not TALK with your leads?', ''),
(11774, 1, 1683, '7', 'To the gangagen.com Admin.\r\n\r\nMy name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(11775, 1, 1684, '1', 'Jason', ''),
(11776, 1, 1684, '2', 'Clarke', ''),
(11777, 1, 1684, '3', 'cmad.datalive@gmail.com', ''),
(11778, 1, 1684, '4', '(917) 640-0466', ''),
(11779, 1, 1684, '5', 'All AI', ''),
(11780, 1, 1684, '6', 'Revolutionize Your Business with AI: The Future is Here', ''),
(11781, 1, 1684, '7', 'Are you all set to take your team\'s success to the next level? We just recently checked out gangagen.com and were excited by your firm\'s possibilities.\r\n\r\nWe\'re a US-based group and we would love to assist you make 2023 a year to remember.\r\n\r\nWatch this brief eye-opening YouTube video to learn how to supercharge your business from minute ONE.\r\nhttps://youtu.be/sT9BEVi8XOk\r\n\r\nAnd that’s not all. This powerful software application can generate premium, plagiarism-free copy in excellent English for all your content requirements. Use it with your website wording, blog articles, advertising materials, product descriptions, and also social media articles.\r\n\r\nDo not simply take our word for it, with 5-star scores from over 3,000 completely satisfied users, this tool is a game-changer.\r\n\r\nAnd also, if that\'s not nearly enough, you\'ll receive 10,000 complimentary credits, group training, as well as free continuous assistance.\r\n\r\nTry it out for yourself with a complimentary 7-day test that includes 10,000 words. We guarantee you\'ll be stating \"WOW\" within minutes of utilizing this tool.\r\n\r\nPrepared to take your organization to the next level? This will help drive  web traffic and sales.\r\n\r\nGo here to discover more information and give it a test run:\r\nhttps://bit.ly/amazing-ai-writing \r\n\r\nTalk soon, \r\n\r\nJason C. \r\nCSR \r\n\r\nAll Ai\r\nToronto \r\nSan Jose \r\n\r\n\r\n\r\n\r\nClick the following link to unsubscribe: https://easyunsubscribe.info/unsubscribe.php?d=gangagen.com', ''),
(11782, 1, 1685, '1', 'Thomas', ''),
(11783, 1, 1685, '2', 'Murphy', ''),
(11784, 1, 1685, '3', 'thomas@cashboost.online', ''),
(11785, 1, 1685, '4', '(202) 991-6766', ''),
(11786, 1, 1685, '5', 'Express Capital', ''),
(11787, 1, 1685, '6', 'Is now a good time?', ''),
(11788, 1, 1685, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nJust wondering if you would consider a Working Capital Loan for your business\r\nif the price and terms were acceptable to you?\r\n\r\nExpress Capital is a Direct Lender specializing in working capital loans up to 500k. \r\n\r\nWe don’t require collateral and our approval process is fully automated. \r\n\r\nReceive your decision is less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nThomas Murphy\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(11789, 1, 1686, '1', 'CraigOthed', ''),
(11790, 1, 1686, '2', 'CraigOthed', ''),
(11791, 1, 1686, '3', 'maks.chistyakov.71@list.ru', ''),
(11792, 1, 1686, '4', '(413) 305-3167', ''),
(11793, 1, 1686, '5', 'google', ''),
(11794, 1, 1686, '6', 'kraken2trfqodidvlh4aa337cpzfrhdlfldhve5nf7njhumwr7instad onion', ''),
(11795, 1, 1686, '7', 'Et necessitatibus molestias aliquid dolore ut sapiente. Quia voluptatem quaerat veniam quia sed. Autem repellendus dolor nisi et necessitatibus perspiciatis quasi. Excepturi id officia dolorem quis molestias laborum eaque. \r\n<a href=https://onion-kraken.cc>kraken marketplace</a> \r\nEt et fugit dolorem facilis delectus minima excepturi non. Sit quia quis est et ducimus dolore. Quod vel rem a praesentium labore. \r\n \r\nEveniet earum optio ab rerum commodi nisi alias. Et animi consectetur et eum est. Commodi voluptatem repudiandae assumenda culpa perferendis sit quae. Asperiores excepturi porro ducimus est voluptas nihil quo. Esse tempora sit ipsa aut dolor. \r\n \r\nUt accusamus sit illum ipsa nam enim. Ex excepturi molestias enim et ea magni. Molestiae voluptates fugiat et corrupti. Officiis totam ad a aut doloribus. Consequatur odio soluta quo. \r\nkraken2 \r\nhttps://in-k2web.cc', ''),
(11796, 1, 1687, '1', 'Tomrew', ''),
(11797, 1, 1687, '2', 'Tomrew', ''),
(11798, 1, 1687, '3', 'zajmasha@whowasable.store', ''),
(11799, 1, 1687, '4', '(667) 273-7708', ''),
(11800, 1, 1687, '5', 'google', ''),
(11801, 1, 1687, '6', 'Thank', ''),
(11802, 1, 1687, '7', 'можно ли взять микрозайм по ксерокопии паспорта \r\n<a href=https://www.vingle.net/posts/5331654>https://vingle.net/posts/5331654/</a>', ''),
(11803, 1, 1688, '1', 'Kennethrex', ''),
(11804, 1, 1688, '2', 'Kennethrex', ''),
(11805, 1, 1688, '3', 'bronislavamelnikova1987815@mail.ru', ''),
(11806, 1, 1688, '4', '(102) 301-7850', ''),
(11807, 1, 1688, '5', 'google', ''),
(11808, 1, 1688, '6', 'https://k2web.biz', ''),
(11809, 1, 1688, '7', 'Qui nam amet placeat ab reprehenderit. Consequatur rerum non natus numquam qui ipsum qui quod. Temporibus inventore dolore et eveniet consequatur impedit a. Dolores facilis autem id occaecati. \r\n<a href=https://kraken2trfqodidvlh4aa337cpzfrhdlfldhve5nf7njhumwr7instad.at>k2tor</a> \r\nQuo est enim accusamus. Corporis quia eum soluta earum fugiat. Dolorem aliquid ipsa qui et vitae maiores. Vel debitis provident sed consequuntur. Doloremque exercitationem ut voluptatem. Ab facilis consequatur aut laboriosam quidem quis qui. \r\n \r\nEt amet sequi enim cupiditate non animi nam. Esse ea sunt beatae magni consequatur maxime nulla. Qui consequatur consequatur hic dolorem non ut vel eum. Dolor quod est quaerat dolore pariatur veniam ea. Aliquid illum id tempore sapiente fugit cum. Sed libero autem aspernatur voluptatem ut similique dicta quam. \r\n \r\nNulla cumque aut sed eos accusantium ad debitis nulla. Ea qui quidem repudiandae voluptatem illum nihil eos. Ipsam optio voluptas id voluptatum. Qui voluptas et dolorem. Distinctio magnam sit sint et et laudantium deleniti. \r\n \r\nQuis ut ad facilis fuga non. Et qui accusantium ut. Recusandae quasi voluptas a et officia. \r\n \r\nConsequatur quos eos maxime aliquid sequi placeat quidem. Nihil neque vitae sit laborum magnam. Quas quia vel unde culpa. Perferendis doloremque qui voluptatem. \r\n \r\nvk4 \r\nhttps://2krn.la', ''),
(11810, 1, 1689, '1', 'WilliamDoova', ''),
(11811, 1, 1689, '2', 'WilliamDoova', ''),
(11812, 1, 1689, '3', 'antoniaxeigaz@mail.ru', ''),
(11813, 1, 1689, '4', '(651) 760-0306', ''),
(11814, 1, 1689, '5', 'google', ''),
(11815, 1, 1689, '6', '2krn.me', ''),
(11816, 1, 1689, '7', 'At temporibus id eos et dolor porro quis consequatur. Beatae autem sed dolor. Consequatur quod cupiditate ipsam. Eos voluptatum voluptatem sed sapiente sapiente. Non dolor quia voluptatibus consequatur. \r\n<a href=https://k2webs.cc>vk2.at</a> \r\nDoloribus quos ipsum aut. Minus quo aliquam omnis quia vitae id. Optio quisquam molestias odit et. \r\n \r\nDucimus voluptas expedita ex similique laboriosam dolorem. Voluptas aut dolorem asperiores in labore est doloribus id. Omnis et nesciunt suscipit. Aliquam voluptatum architecto quis libero qui ut nihil. \r\n \r\nEt quis dicta non recusandae rerum mollitia. Facere iure asperiores aliquid consectetur deleniti autem. Repellendus atque commodi beatae quia repudiandae. \r\n \r\nAspernatur occaecati exercitationem accusamus labore totam sapiente. Quisquam officiis hic qui recusandae dolorum aut ea. Velit cupiditate illo accusantium. \r\n \r\nQuaerat voluptatem impedit et et blanditiis vitae tempore. Sequi reiciendis dolor placeat. Cupiditate hic aut sunt iure iste. Provident molestias eos soluta aperiam consequatur sint et sunt. Soluta earum qui praesentium quia sapiente accusantium nihil. Quo et harum veniam sunt. \r\nv4tor.at \r\nhttps://in-k2web.cc', ''),
(11817, 1, 1690, '1', 'Mike Gilbert', ''),
(11818, 1, 1690, '2', 'Mike Gilbert', ''),
(11819, 1, 1690, '3', 'no-replyPovaTasy@gmail.com', ''),
(11820, 1, 1690, '4', '(478) 860-2004', ''),
(11821, 1, 1690, '5', 'google', ''),
(11822, 1, 1690, '6', 'Domain Authority of your gangagen.com', ''),
(11823, 1, 1690, '7', 'Hi there \r\n \r\nJust checked your gangagen.com in MOZ and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed Domain Authority score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Semrush DA is now possible \r\nhttps://www.monkeydigital.co/semrush-da/ \r\n \r\nThanks and regards \r\nMike Gilbert', ''),
(11824, 1, 1691, '1', 'Rana', ''),
(11825, 1, 1691, '2', 'data', ''),
(11826, 1, 1691, '3', 'hirevanow1@gmail.com', ''),
(11827, 1, 1691, '4', '(415) 854-1437', ''),
(11828, 1, 1691, '5', 'Data Entry', ''),
(11829, 1, 1691, '6', 'Data Entry', ''),
(11830, 1, 1691, '7', 'Hello, My name is Rana. I provide data entry services at USD 9/hour. I have more than 10 years of experience. \r\n\r\nPlease share your requirements at hirevanow1@gmail.com.', ''),
(11831, 1, 1692, '1', 'ismabaevbell', ''),
(11832, 1, 1692, '2', 'ismabaevbell', ''),
(11833, 1, 1692, '3', 'ismabaevbell@rambler.ru', ''),
(11834, 1, 1692, '4', '(554) 800-6835', ''),
(11835, 1, 1692, '5', 'google', ''),
(11836, 1, 1692, '6', 'про Россию', ''),
(11837, 1, 1692, '7', 'Про прошивки <a href=http://prog.regionsv.ru/>Прошивка ППЗУ</a> \r\nКак прошить различные ППЗУ, с УФ стиранием, однократно программируемы, микроконтроллеры, флеш память, atmega, alterra, PICи \r\nПрошивка различных ПЗУ для любых девайсов, прошивка старых ППЗУ из 80-х и 90-х годов \r\nПрошивки на старые компьютеры СССР \r\n \r\n<a href=http://prog.regionsv.ru/index.htm>Продаю программаторы</a> \r\n \r\n<a href=http://prog.regionsv.ru/>Прошивка контроллеров и автомобильных компьютеров</a> \r\n \r\nПолезные статьи <a href=http://prog.regionsv.ru/stat.htm>Какие ППЗУ существуют с начала зарождения и по сегодняшний день</a> \r\n \r\n<a href=http://prog.regionsv.ru/stat-ingl.htm>Данная статья на английском языке</a>', ''),
(11838, 1, 1693, '1', 'Irma', ''),
(11839, 1, 1693, '2', 'Guillem', ''),
(11840, 1, 1693, '3', 'irma.guillem@atresmedia.com', ''),
(11841, 1, 1693, '4', '(346) 898-6044', ''),
(11842, 1, 1693, '5', 'Atresmedia', ''),
(11843, 1, 1693, '6', 'AMR', ''),
(11844, 1, 1693, '7', 'Dear GagaGen team, \r\n \r\nI am Irma Guillem, content producer of the documentary series Enviado Especial, of Atresmedia TV, the leading communication group in Spain to which belong the television channels Antena 3, La Sexta and the platform ATRESplayer.\r\n \r\nWe will be traveling soon to India to develop an episode of our program in which we will learn about the different measures India is taking to minimize antimicrobial resistance, reason why we would like to include GangaGen as a company working on solutions.\r\n \r\nEnviado Especial is an international program on current affairs. This year we are working on the 4th season where once again we will travel to different parts of the world to learn about impressive stories that we are often unaware of. Throughout the previous editions we have developed episodes such as new technologies implemented in the United States; climate change in the Arctic; food production in the Philippines or Argentina; manufacturing industry in China; drought in Australia; medical and scientific advances in different parts of the world; plastic pollution in the oceans ....\r\n \r\nIn each episode we have 1 hour of information to know in depth the subject and provide the knowledge of experts in it. We have an audience of 1.5 million viewers in its television premiere, which is always in prime time and it is also broadcast in 25 other countries through the Atresmedia Internacional channel and uploaded to the ATRESplayer streaming platform, which guarantees extensive and international viewing for the participants of the episodes.\r\n \r\nBecause of your work developing new antibacterial agents, it would be a great pleasure to have your collaboration in this recording.\r\n \r\nI am at your disposal to exchange more information by email or, if possible, in a call in which we could talk more in detail.\r\n \r\nThank you very much for your attention. \r\n \r\nKind regards,\r\n\r\nIrma Guillem', ''),
(11845, 1, 1694, '1', 'JasonJer', ''),
(11846, 1, 1694, '2', 'JasonJer', ''),
(11847, 1, 1694, '3', 'olya.olyakozlova1973.kozlova@list.ru', ''),
(11848, 1, 1694, '4', '(327) 818-7387', ''),
(11849, 1, 1694, '5', 'google', ''),
(11850, 1, 1694, '6', 'omgomgomg5j4yrr4mjdv3h5c5xfvxtqqs2in7smi65mjps7wvkmqmtqd.onion', ''),
(11851, 1, 1694, '7', 'Voluptatem atque aliquid velit qui sunt ut qui aut. Quod doloribus eius a ut illo. Et et dicta odio facere odio. Omnis nulla ullam quod asperiores enim sunt distinctio. \r\n<a href=https://omgomgomg5j4yrr4mjdv3h5c5xfvxtqqs2in7smi65mjps7wvkmqmtqd-onion.com>omgomgomg5j4yrr4mjdv3h5c5xfvxtqqs2in7smi65mjps7wvkmqmtqd.onion</a> \r\nExpedita minima et in ea neque. Veritatis dicta iure dolores corporis error necessitatibus aut ut. Quaerat expedita perspiciatis et totam consequuntur consequatur. Excepturi voluptas quisquam sit natus. \r\n \r\nNon esse autem dolor ut maiores laborum. Voluptas esse voluptatem aut corporis et aut aut. Consequatur perferendis dignissimos quo odit facilis. Repudiandae aut asperiores quaerat vel. \r\n \r\nAccusantium et animi commodi. Et maiores nemo sint veritatis exercitationem nihil dolores. Modi magnam enim repellendus possimus totam unde. Perferendis odit vel voluptatem doloribus autem deleniti quia. Blanditiis nobis velit consectetur quisquam sapiente porro. Vitae dicta maiores aut. \r\n \r\nDicta non at quasi. Et distinctio dolores modi iure nobis. Quia voluptatem molestiae odio ipsum. Vel vel esse rerum autem natus dolores. Voluptatibus sit qui nisi et fugit illo. \r\n \r\nOfficia expedita magni accusamus labore enim error asperiores. Est soluta ea sunt. Aut velit consequatur aliquam sunt et magnam. \r\nomgomg.shop \r\nhttps://omgomg-marketplace-dark.net', ''),
(11852, 1, 1695, '1', 'PivkoMus', ''),
(11853, 1, 1695, '2', 'PivkoMus', ''),
(11854, 1, 1695, '3', 'adavgbgo@dfirstmail.com', ''),
(11855, 1, 1695, '4', '(578) 617-2352', ''),
(11856, 1, 1695, '5', 'google', ''),
(11857, 1, 1695, '6', 'Продажа винишка ночью', ''),
(11858, 1, 1695, '7', 'Ясный путь, что сейчас истинная проблема приобрести ночью что-нибудь горячительного. \r\nПокупка увеселительных эликсиров по ночам - очень сложное и серьезное дело по нынешним временам. \r\nЕсть чуть-чуть вариантов, как можно <a href=https://businessmens.ru/article/gde-vzyat-deneg-top-17-sposobov-srochno-nayti-den-gi>купить алкоголь ночью</a>: \r\n1. Приходить в бар. Многие бары работают до утра или круглым  суткам \r\n2. Обратиться в специальные услуги доставки - например алкозажигалки \r\n3. Поклянчить изо запасов соседа \r\n4. Договориться один-два продавщицей обычного магазина что касается приобретении без чека. \r\n \r\nА какой-никаким видом пользуетесь вы?', ''),
(11859, 1, 1696, '1', 'Eric', ''),
(11860, 1, 1696, '2', 'Jones', ''),
(11861, 1, 1696, '3', 'ericjonesmyemail@gmail.com', ''),
(11862, 1, 1696, '4', '(555) 555-1212', ''),
(11863, 1, 1696, '5', 'SC', ''),
(11864, 1, 1696, '6', 'Try this, get more leads', ''),
(11865, 1, 1696, '7', 'Hello gangagen.com Administrator. my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(11866, 1, 1697, '1', 'jackbranCon', ''),
(11867, 1, 1697, '2', 'jackbranCon', ''),
(11868, 1, 1697, '3', 'evgenipopovichm@yandex.com', ''),
(11869, 1, 1697, '4', '(402) 112-7824', ''),
(11870, 1, 1697, '5', 'google', ''),
(11871, 1, 1697, '6', 'Antibiotics Without Prescriptions Buy. Get discount for all purchased!', ''),
(11872, 1, 1697, '7', '<b>Get Antibiotics Online</b> - Two Free Pills (Viagra or Cialis or Levitra) available with every order. \r\n \r\nHigh Quality at Lowest Price! \r\nDiscounts and Bonuses. \r\nFREE Worldwide Shipping! \r\nSafe and Secure. \r\n \r\n \r\n<b><a href==https://nieuws.top010.nl/wp-content/uploads/cms/buy-antibiotics-online/>>>>Buy Cheap Antibiotics Online< < <</a></b> \r\n \r\n \r\n \r\ntags:Antibiotics without a script \r\n<b>antibiotics lowest cost per pill</b> \r\n<a href=https://nieuws.top010.nl/wp-content/uploads/cms/buy-antibiotics-online/>Where Can I Buy Antibiotics</a> \r\nbuy antibiotics no rx \r\n<b>can you buy antibiotics over the counter for uti </b> \r\nwhere to purchase antibiotics from USA on the net?', ''),
(11873, 1, 1698, '1', 'BryceCaf', ''),
(11874, 1, 1698, '2', 'BryceCaf', ''),
(11875, 1, 1698, '3', 'gkeiu@course-fitness.com', ''),
(11876, 1, 1698, '4', '(216) 483-6117', ''),
(11877, 1, 1698, '5', 'google', ''),
(11878, 1, 1698, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(11879, 1, 1698, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(11880, 1, 1699, '1', 'Eric', ''),
(11881, 1, 1699, '2', 'Jones', ''),
(11882, 1, 1699, '3', 'ericjonesmyemail@gmail.com', ''),
(11883, 1, 1699, '4', '(555) 555-1212', ''),
(11884, 1, 1699, '5', 'BURGENLAND', ''),
(11885, 1, 1699, '6', 'Strike when the iron’s hot', ''),
(11886, 1, 1699, '7', 'Hello gangagen.com Administrator.\r\n\r\nI just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(11887, 1, 1700, '1', 'John', ''),
(11888, 1, 1700, '2', 'Wilson', ''),
(11889, 1, 1700, '3', 'biosimilars@europeannualconference.com', ''),
(11890, 1, 1700, '4', '(745) 584-9667', ''),
(11891, 1, 1700, '5', 'Conference series Llc ltd', ''),
(11892, 1, 1700, '6', 'Join Your Peers at Euro Biosimilars 2023 Conference during April 03-04, 2023 at Barcelona, Spain', ''),
(11893, 1, 1700, '7', '“16th European Biosimilars Congress” provides the perfect platform for Research and Scientists. This is an interactive and engaging 2-day event: unique in format, content, networking and engagement. The event brings together truly innovative thinkers who are leading the way through trialing new disruptive solutions and rethinking the conventional in Pharmaceutics. Euro Biosimilars 2023 covers a wide range of critically important sessions from basic research to recent innovations. It is an especially based to learn and share knowledge on Biological Medicine, Biopharmaceutical Informatics. The main theme of the conference is “COVID-19 effect on supply of drugs and vaccines through over the world”. The Conference will also provide delegates opportunity with space to explore their knowledge and understanding of the latest scientific advancements. Your expertise and knowledge in the area would add a great value to the young scientists as well as scientific community.\r\n\r\nTo know more details about Euro Biosimilars Conference, PS: https://biosimilars-biologics.pharmaceuticalconferences.com/europe/\r\n\r\nKind Regards\r\nJohn Wilson|Program Manager\r\nEuro Biosimilars 2023 \r\n35 Ruddlesway, Windsor, Berkshire, SL4 5SF\r\nE: biosimilars@europeannualconference.com', ''),
(11894, 1, 1701, '1', 'Bernardnib', ''),
(11895, 1, 1701, '2', 'Bernardnib', ''),
(11896, 1, 1701, '3', 'weranda32@rambler.ua', ''),
(11897, 1, 1701, '4', '(715) 034-1441', ''),
(11898, 1, 1701, '5', 'google', ''),
(11899, 1, 1701, '6', 'Стрейч пленка для палетообмотчика второй сорт. Купить оптом по привлекательной цене!', ''),
(11900, 1, 1701, '7', 'Красиво сказано, Престижность. \r\n \r\nмой блог - <a href=https://pdpack.ru/streych-plenka>Стрейч пленка для палетообмотчика</a>. Купить оптом по привлекательной цене! \r\n \r\nСтрейч пленка первичная, вторичная, бизнес, цветная, мини ролики. \r\n• ПВД пакеты, термоусадочная пленка, стрейч-худ, черно-белая ПВД \r\nпленка, ПВД пленка для агропромышленности \r\n• Клейкая лента прозрачная, цветная, с логотипом, бумажная, хуанхэ разных намоток и ширины. \r\n• Производство позволяет поддерживать большой ассортимент продукции при выгодном ценовом диапазоне. Выполняем индивидуальные заказы по размерам, цвету, весу. \r\n• Исполнение заявок 3-5 дней. Срочные заявки-сутки. Круглосуточное производство. \r\n• Выезд технолога, подбор оптимального сырья. \r\n• Вы можете получить бесплатные образцы нашей продукции. \r\n• Новым клиентам скидка 10% на весь ассортимент \r\nСделайте заказ на стрейч пленку <a href=https://pdpack.ru/streych-plenka>здесь -></a> \r\n \r\n<a href=https://pdpack.ru/streych-plenka>Стрейч пленка для палетообмотчика второй сорт. Купить оптом по привлекательной цене!</a> \r\n<b>Посмотрите как мы производим Стрейч пленку.</b> \r\n \r\nhttps://www.youtube.com/watch?v=0DSXS8hYGNw \r\n \r\nСтрейч-пленка – невероятный материал, который позволяет быстро и качественно совершить упаковку различного товара, независимо от состояния поверхности. Стоит отметить, что данный вид продукции получил широкую популярность с развитием торговли, а точнее, с появление гипермаркетов. Ведь именно здесь, при упаковке и транспортировке используют стрейч-пленку. \r\n \r\nОбласти применения стрейч-пленки обширны, и приобрели массовый характер. Помимо того, что с ее помощью упаковывают продукты питания, чтобы продлить срок хранения, не нарушив вкусовые качества, благодаря данной пленке осуществляются погрузочные работы, так как она обладает уникальным свойством удерживать груз. \r\n \r\nСуществует два разных вида стрей-пленки. Прежде всего, это ручная пленка, которая вручную позволяет быстро и качественно осуществить упаковку товара. Именно с ее помощью, в обычном порядке, продавцы упаковывают как продукты питания, так и любой другой товар, поштучно. Стоит отметить, что ручная стрейч-пленка, а точнее, ее рулон не достигает полуметра, для того, чтобы было удобно упаковывать необходимый продукт. Толщина, в свою очередь не превышает более двадцати микрон. \r\n \r\nВ свою очередь машинный стрейч, удивительным образом, благодаря машине автомату, более быстро и качественно упаковывает различные виды товара. Рулон для машинной упаковки достигает 2.5 метра, в зависимости от модели самой машины. А толщина равняется 23 микрона, что делает ее не только уникальной, но и прочной, защищенной от различных механических повреждений. \r\n \r\nВ области применения стрейч-пленки входят следующие виды: \r\n \r\nИменно благодаря данной пленке, происходит закрепление различных товаров и грузов, которые не сдвигаются, и не перемещаются, а крепко и качественно держаться на одном месте. \r\nОсуществление качественной и быстрой упаковки различных товаров, в том числе и продуктов питания, которые впоследствии  необходимо разогревать, то есть подвергать саму пленку нагреву. \r\nСтрейч-пленка обладает невероятной функцией растягиваться, примерно до ста пятидесяти процентов, что позволяет упаковывать качественно, не пропуская различные газы, в том числе воздух, который способствует разложению. \r\nДанная пленка, превосходно липнет к любой поверхности, даже самой жирной, позволяя сохранить все необходимо внутри, в герметичной обстановке. \r\nИспользуется как для горячих продуктов, так и для тех, которые необходимо подвергнуть охлаждению или даже заморозке. \r\n<a href=http://devhead.ru/read/rusifikaciya-windows-7-professional/comment-page-57#comment-167408>Стрейч пленка в джамбо первый сорт. Купить оптом по привлекательной цене!</a> <a href=https://www.heavy-gadgets.com/the-problem-with-typefaces-on-the-web/camera/#comment-1909>Стрейч пленка компакт втулка диаметром 76 мм. Купить оптом по привлекательной цене!</a> <a href=http://unicab.app/component/k2/item/1/>Стрейч пленка компакт втулка диаметром 76 мм. Купить оптом по привлекательной цене!</a> <a href=https://organizedhustling.com/product/creating-a-sales-process-ebook/#comment-2151>Стрейч пленка компакт Ширина 250 мм. Купить оптом по привлекательной цене!</a> <a href=https://bookstz.com/hello-world/#comment-15653>Стрейч пленка для палетообмотчика второй сорт. Купить оптом по привлекательной цене!</a>  6336_c0  \r\nСтоит отметить, что стрейч-пленка стремительно вошла в жизнь каждого человека, как продавцов, которые с ее помощью упаковывают товар быстро и качественно, при этом сохраняя его все полезные свойства, и продлевая срок хранения максимально долго, так и простых домохозяек, которые на кухне используют данную уникальную пленку. Именно женщины, благодаря пленке, также сохраняют портящиеся продукты значительно дольше, чем это может позволить простой полиэтиленовый пакет. \r\n \r\nТакже данную пленку используют в совсем необычном деле – для похудения. Некоторые женщины оборачивают ей область талии, живота или бедер и осуществляют различные процедуру, например, отправляются в сауну, для того, чтобы нагреть ее поверхность и максимально выпарить жир из организма.', ''),
(11901, 1, 1702, '1', 'LeslieZEKLY', ''),
(11902, 1, 1702, '2', 'LeslieZEKLY', ''),
(11903, 1, 1702, '3', 'mz8vy@course-fitness.com', ''),
(11904, 1, 1702, '4', '(238) 551-7848', ''),
(11905, 1, 1702, '5', 'google', ''),
(11906, 1, 1702, '6', '第一借錢網擁有全台最多的借錢資訊', ''),
(11907, 1, 1702, '7', '第一借錢網擁有全台最多的借錢資訊 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(11908, 1, 1703, '1', 'Tomrew', ''),
(11909, 1, 1703, '2', 'Tomrew', ''),
(11910, 1, 1703, '3', 'zajmisha@whowasable.store', ''),
(11911, 1, 1703, '4', '(640) 680-5425', ''),
(11912, 1, 1703, '5', 'google', ''),
(11913, 1, 1703, '6', 'Thank', ''),
(11914, 1, 1703, '7', 'Займы без отказа онлайн \r\n<a href=https://zajmyonlajn.blogspot.com/2023/02/chto-takoe-mikrofinansovye-organizacii-mfo.html>https://zajmyonlajn.blogspot.com/2023/02/chto-takoe-mikrofinansovye-organizacii-mfo.html</a>', ''),
(11915, 1, 1704, '1', 'MichaelKepix', ''),
(11916, 1, 1704, '2', 'MichaelKepix', ''),
(11917, 1, 1704, '3', 'b.c.y.il.m.a.zs.e.n.2.11@gmail.com', ''),
(11918, 1, 1704, '4', '(425) 473-8273', ''),
(11919, 1, 1704, '5', 'google', ''),
(11920, 1, 1704, '6', 'бот крипто арбитраж', ''),
(11921, 1, 1704, '7', 'Бот собирает криптовалюту с сайтов раздающих вознаграждение. \r\n \r\nДанный бот позволяет создавать 3 вида ботов и профилей в количестве ограничевающими ресурсами ПК: \r\n- бот работающий с родного IP \r\n- боты работающий через прокси \r\n- боты по работе с мультиаккаунтами \r\nКаждый в свою очередь при необходимости вводит Ваши данные во все нужные поля и полностью имитирует поведение человека. \r\nТакже в софте встроенна функция \"АНТИ-БАН\": \r\n- у каждого бота и при создании нового профиля генерируется свой отпечаток браузера! \r\nНемаловажной особеностью софта - является возможность работы бота в Ручном режиме под выбранным профилем \r\n \r\n<a href=https://clck.ru/33Wwzr>Faucet|Crypto</a>| \r\n<a href=https://clck.ru/33Wwzr>туту скачать приложение</a>| \r\n<a href=https://clck.ru/33Wwzr>крипто боты для бинанс</a>| \r\n<a href=https://clck.ru/33Wwzr>бот крипто арбитраж</a>| \r\n<a href=https://clck.ru/33Wwzr>боты для крипто арбитража</a>| \r\n<a href=https://clck.ru/33Wwzr>крипто боты лучшие</a>| \r\n<a href=https://clck.ru/33Wwzr>крипто бот трейдинг</a>| \r\n<a href=https://clck.ru/33Wwzr>бот крипто</a>| \r\n<a href=https://clck.ru/33Wwzr>Free Bot</a>| \r\n<a href=https://clck.ru/33Wwzr>Btc</a>| \r\n<a href=https://clck.ru/33Wwzr>Etherium</a>|', ''),
(11922, 1, 1705, '1', 'Eric', ''),
(11923, 1, 1705, '2', 'Davidson', ''),
(11924, 1, 1705, '3', 'celina.morrissey44@gmail.com', ''),
(11925, 1, 1705, '4', '(872) 228-9680', ''),
(11926, 1, 1705, '5', 'Marketing Systems Integration', ''),
(11927, 1, 1705, '6', 'Updates to your Google business listing needed', ''),
(11928, 1, 1705, '7', 'Hey,\r\n\r\nI noticed some things on your Google business listing that aren\'t updated. They\'re easy fixes and will not only really improve your SEO, but will make also clarify that you\'re active and open for business.\r\n\r\nI\'m happy to make these tweaks for you for free and if you\'re interested, we can chat about a few other quick implementations we can do to boost your visibility, pick up some easy new business, and keep your current clients engaged.\r\n\r\nIf you just want me to make those adjustments I mentioned and nothing else, I\'m happy to do that too.\r\n\r\nYou can text me at 872-228-9680, and I\'ll show you what I\'m talking about.\r\n\r\nBest,\r\nEric', ''),
(11929, 1, 1706, '1', 'Eric', ''),
(11930, 1, 1706, '2', 'Jones', ''),
(11931, 1, 1706, '3', 'ericjonesmyemail@gmail.com', ''),
(11932, 1, 1706, '4', '(555) 555-1212', ''),
(11933, 1, 1706, '5', 'NA', ''),
(11934, 1, 1706, '6', 'Try this, get more leads', ''),
(11935, 1, 1706, '7', 'Dear gangagen.com Webmaster! my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(11936, 1, 1707, '1', 'Mike Derrick', ''),
(11937, 1, 1707, '2', 'Mike Derrick', ''),
(11938, 1, 1707, '3', 'no-replyPovaTasy@gmail.com', ''),
(11939, 1, 1707, '4', '(728) 160-5674', ''),
(11940, 1, 1707, '5', 'google', ''),
(11941, 1, 1707, '6', 'Content Marketing to rank gangagen.com', ''),
(11942, 1, 1707, '7', 'Hi there \r\n \r\nI Just checked your gangagen.com ranks and saw that your site is trending down for some time. \r\n \r\nIf you are looking for a trend reversal, we have the right solution for you \r\n \r\nWe are offering affordable Content Marketing plans with humanly written SEO content \r\n \r\nFor more information, please check our offers \r\nhttps://www.digital-x-press.com/product/content-marketing/ \r\n \r\nThanks and regards \r\nMike Derrick', ''),
(11943, 1, 1708, '1', 'Eric', ''),
(11944, 1, 1708, '2', 'Jones', ''),
(11945, 1, 1708, '3', 'ericjonesmyemail@gmail.com', ''),
(11946, 1, 1708, '4', '(555) 555-1212', ''),
(11947, 1, 1708, '5', 'REGION NORDJYLLAND', ''),
(11948, 1, 1708, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(11949, 1, 1708, '7', 'Dear gangagen.com Admin!\r\n\r\nMy name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(11950, 1, 1709, '1', 'Marcus', ''),
(11951, 1, 1709, '2', 'Mitchell', ''),
(11952, 1, 1709, '3', 'gillingham.cinda@yahoo.com', ''),
(11953, 1, 1709, '4', '(970) 439-3096', ''),
(11954, 1, 1709, '5', 'NM', ''),
(11955, 1, 1709, '6', 'Is your business still open?', ''),
(11956, 1, 1709, '7', 'Hey there,\r\n\r\nI would love to volunteer our services to help with increasing the visibility for your website, and double or triple your business within a matter of months, all for free. \r\n\r\nOur service is custom to you and free of charge to show our talents.\r\n\r\nSend us a text or give us a call #970-439-3096\r\n\r\nM\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n2590 Welton Street Ste. 200 Denver, CO 80205\r\nTo opt out of further marketing communications click here: https://www.nomatic.digital/website-opt-out/?customer_domain=gangagen.com', ''),
(11957, 1, 1710, '1', 'Chelsea', ''),
(11958, 1, 1710, '2', 'Arnold', ''),
(11959, 1, 1710, '3', 'chelseaarnold151@gmail.com', ''),
(11960, 1, 1710, '4', '(978) 524-9637', ''),
(11961, 1, 1710, '5', 'Instagram Growth', ''),
(11962, 1, 1710, '6', 'Instagram Promotion: 400-1200 new followers each month', ''),
(11963, 1, 1710, '7', 'Hi there,\r\n\r\nWe run an Instagram growth service, which increases your number of followers both safely and practically. \r\n\r\n- Guaranteed: We guarantee to gain you 400-1200+ followers per month.\r\n- Real, human followers: People follow you because they are interested in your business or niche.\r\n- Safe: All actions are made manually. We do not use any bots.\r\n\r\nThe price is just $60 (USD) per month, and we can start immediately.\r\n\r\nIf you are interested, and would like to see some of our previous work, let me know and we can discuss further.\r\n\r\nKind Regards,\r\nChelsea', ''),
(11964, 1, 1711, '1', 'Evan', ''),
(11965, 1, 1711, '2', 'Roberts', ''),
(11966, 1, 1711, '3', 'evan@capitalchoice.online', ''),
(11967, 1, 1711, '4', '(202) 991-6766', ''),
(11968, 1, 1711, '5', 'Express Capital', ''),
(11969, 1, 1711, '6', 'May I ask you something?', ''),
(11970, 1, 1711, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or a short time in business keep you from getting the funds you need.\r\n\r\nIf you deposit more than 10k per month you’re already qualified!\r\n\r\nExpress Capital will offer you up to two times your monthly deposits without any collateral or personal guarantees. \r\n\r\nGet pre-qualified in less than 30 seconds without a credit check or submitting a single document.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEvan Roberts\r\nExpress Capital\r\nwww.expresscapitalcorp.com\r\n\r\n \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(11971, 1, 1712, '1', 'Jamesitade', ''),
(11972, 1, 1712, '2', 'Jamesitade', ''),
(11973, 1, 1712, '3', 'ofabpakupromkr@gmx.com', ''),
(11974, 1, 1712, '4', '(357) 716-1600', ''),
(11975, 1, 1712, '5', 'google', ''),
(11976, 1, 1712, '6', 'We are available for call outs 24 hours a day, 7 days a week. With a fleet of fully stocked plumbing vans located in your area, we can normally reach you in less then 1 hour. It is that simple, call us now!', ''),
(11977, 1, 1712, '7', 'http://windows-plus.com/UserProfile/tabid/163/userId/1536796/Default.aspx - >>>', ''),
(11978, 1, 1713, '1', 'HarryKex', ''),
(11979, 1, 1713, '2', 'HarryKex', ''),
(11980, 1, 1713, '3', 'jackholman36@gmail.com', ''),
(11981, 1, 1713, '4', '(203) 003-8621', ''),
(11982, 1, 1713, '5', 'google', ''),
(11983, 1, 1713, '6', 'Documents Services, Hacking Service And Counterfeit Bank Notes. Passport, Visa, Drivers License', ''),
(11984, 1, 1713, '7', 'We are a Team of IT Experts specialized in the production of authentic Documents and Counterfeit bank notes. We work with government officials, professors and professional hackers from China, US, Russia, Taiwan etc. All these documents are registered into the Government database. Documents such as Passport, Visa\'s, Driving License, Covid19 Vaccine Card, University Certificates, PMP etc. We also have Canadian dollars, US dollars, pounds and euros. We also have our money in categories, Grade A quality that works at ATMs and bypasses the fake money detector and we also have the normal stage money that was used in jokes, commercials, music and movie videos. Bank account and routing numbers, Employee login credentials and other personally identifiable information \r\nFullz” datasets – complete profiles of information used to commit identity theft. Hacking service available. \r\nFacebook Hacking \r\nSocial media Hacking \r\nHacking Banks \r\nDark web and Deep web service \r\nWhatsApp..... +44 7459 530545 \r\nEmail Address.... jameskinds65@gmail.com \r\nTelegram ID..... @Jameskind65', ''),
(11985, 1, 1714, '1', 'Erik', ''),
(11986, 1, 1714, '2', 'Bourget', ''),
(11987, 1, 1714, '3', 'erikb@easytaxcredit.org', ''),
(11988, 1, 1714, '4', '(503) 593-7324', ''),
(11989, 1, 1714, '5', 'ERTC Express', ''),
(11990, 1, 1714, '6', 'Question', ''),
(11991, 1, 1714, '7', 'Dear Business Owner,\r\n (if you are NOT the business owner, please forward this email to whom it may concern)\r\n\r\nHas COVID-19 affected your business in big ways or small?\r\nDo you have any employees?\r\n\r\nIf you answered YES to these questions and your business is located in the USA, you may be qualified to receive the \"Employee Retention Tax Credit\" (ERTC in short).  ERTC is NOT a loan, and you DON\'T need to refund it!\r\n\r\nBy the way, this is NOT a spam email, and this is NOT a fraud.  The ERTC is a very real government assistance program that was part of the CARES Act of 2020.  The government has authorized unprecedented stimulus, and yet billions of dollars will go unclaimed.  In fact, a vast majority of businesses we’ve successfully gotten millions in funding for had no idea they were qualified to receive it!  You can claim ERTC even if you received Payroll Protection Program (PPP) funds.\r\n\r\nThe problem is, ERTC is complex and time-consuming. But what if I told you that there\'s an easier way to claim your ERTC benefits?\r\n\r\nMy name is Erik and I would like to introduce you to ERTC Express – a powerful tool that simplifies the ERTC claims process, so you can get the benefits you deserve quickly and easily. ERTC Express helps you:\r\n\r\n- Determine if you\'re eligible for ERTC;\r\n- Calculate the maximum amount of ERTC you can claim (up to $26,000 per employee);\r\n- Complete the necessary forms and submit them to the IRS;\r\n- Receive your ERTC refund QUICKLY.\r\n\r\nSo far we’ve helped over 10,000 businesses all over the country receive between $20,000 and $3,000,000 in just the past 12 months! Our team of CPAs is always available to answer your questions and help you navigate the ERTC claims process.\r\n\r\nIf you\'re interested in learning more about how ERTC Express can help you claim your ERTC benefits hassle-free, I would invite you to visit our website and see if you qualify!  You can use our proprietary \"QuickEstimate Calculator\" to find out how much the IRS may owe you.\r\n\r\nClick the link below to get the funding you deserve:\r\nhttps://go.easytaxcredit.org/quick-estimate-calculator-us4\r\n(you may scroll down a bit on the page to find the calculator)\r\n\r\nBest regards,\r\nErik Bourget\r\n\r\n11407 SW Amu Street, Suite #T7902\r\nTualatin, OR 97062\r\nUSA\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is my first and last message to you, but should you wish to unsubscribe anyway, you can do so by clicking the link below:\r\nhttps://easytaxcredit.org/unsubscribe.php?d=gangagen.com', ''),
(11992, 1, 1715, '1', 'Tomrew', ''),
(11993, 1, 1715, '2', 'Tomrew', ''),
(11994, 1, 1715, '3', 'zajmund@whowasable.store', ''),
(11995, 1, 1715, '4', '(741) 700-3102', ''),
(11996, 1, 1715, '5', 'google', ''),
(11997, 1, 1715, '6', 'Thank', ''),
(11998, 1, 1715, '7', 'Рейтинг лучших МФО 2023 без отказа \r\n<a href=http://www.google.kg/url?q=http://vingle.net/posts/5331654>http://www.google.ki/url?q=https://vingle.net/posts/5331654</a>', ''),
(11999, 1, 1716, '1', 'SussanHerry', ''),
(12000, 1, 1716, '2', 'SussanHerry', ''),
(12001, 1, 1716, '3', 'apple_bags@jerseyshoreelectric.com', ''),
(12002, 1, 1716, '4', '(507) 654-2086', ''),
(12003, 1, 1716, '5', 'google', ''),
(12004, 1, 1716, '6', 'Revolutionize Your Website with this FREE AI Tool - Limited Time Offer!', ''),
(12005, 1, 1716, '7', 'Hey, \r\n \r\nI found your website\'s focus on copywriting impressive and thought you\'d be interested in our AI copywriting tool. It uses advanced algorithms and machine learning models to create compelling copy that converts visitors into customers. \r\n \r\nOur tool has helped businesses like yours increase revenue, and we\'re offering a free trial so you can experience its power. Click here: <a href=https://seranking.life/FreeTrial>https://seranking.life/FreeTrial \r\n</a> \r\n \r\nDon\'t miss out on this opportunity to gain a competitive edge in your industry. Let me know if you have any questions. \r\n \r\n<a href=https://seranking.life/FreeTrial>https://seranking.life/FreeTrial \r\n</a> \r\nBest regards, Sussan', ''),
(12006, 1, 1717, '1', 'RobertJutle', ''),
(12007, 1, 1717, '2', 'RobertJutle', ''),
(12008, 1, 1717, '3', 'michaelrp62@gmail.com', ''),
(12009, 1, 1717, '4', '(405) 121-4012', ''),
(12010, 1, 1717, '5', 'google', ''),
(12011, 1, 1717, '6', 'New tax credit', ''),
(12012, 1, 1717, '7', 'Hi. I\'m reaching out to see whether you’ve applied for the covid-related Employee Retention Tax Credit? This credit is worth up to $26k per employee, and you *can* qualify for both this and PPP (the rules changed Nov 2021).  We can help you maximize this credit and have already done this for more than 250 businesses. All our work is free until you receive a refund. Give us a call at 888-479-6055 or email hello@refundspro.com for more info.', ''),
(12013, 1, 1718, '1', 'Untok', ''),
(12014, 1, 1718, '2', 'Untok', ''),
(12015, 1, 1718, '3', 'leztbf49@icloud.com', ''),
(12016, 1, 1718, '4', '(271) 573-0263', ''),
(12017, 1, 1718, '5', 'google', ''),
(12018, 1, 1718, '6', 'I promised.', ''),
(12019, 1, 1718, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/2fybbslb', ''),
(12020, 1, 1719, '1', 'SteveTride', ''),
(12021, 1, 1719, '2', 'SteveTride', ''),
(12022, 1, 1719, '3', 'l7e9y@course-fitness.com', ''),
(12023, 1, 1719, '4', '(871) 038-2475', ''),
(12024, 1, 1719, '5', 'google', ''),
(12025, 1, 1719, '6', '水微晶玻尿酸 - 八千代', ''),
(12026, 1, 1719, '7', '水微晶玻尿酸 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/hyadermissmile-injection/', ''),
(12027, 1, 1720, '1', 'Eric', ''),
(12028, 1, 1720, '2', 'Jones', ''),
(12029, 1, 1720, '3', 'ericjonesmyemail@gmail.com', ''),
(12030, 1, 1720, '4', '(555) 555-1212', ''),
(12031, 1, 1720, '5', 'NA', ''),
(12032, 1, 1720, '6', 'Your site – more leads?', ''),
(12033, 1, 1720, '7', 'Dear gangagen.com Admin. this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(12034, 1, 1721, '1', 'Mike Oldman', ''),
(12035, 1, 1721, '2', 'Mike Oldman', ''),
(12036, 1, 1721, '3', 'no-replyPovaTasy@gmail.com', ''),
(12037, 1, 1721, '4', '(453) 652-1471', ''),
(12038, 1, 1721, '5', 'google', ''),
(12039, 1, 1721, '6', 'NEW: Semrush Backlinks', ''),
(12040, 1, 1721, '7', 'Good Day \r\n \r\nThis is Mike Oldman\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Oldman\r\n \r\nmike@strictlydigital.net', ''),
(12041, 1, 1722, '1', 'Hiramevers', ''),
(12042, 1, 1722, '2', 'Hiramevers', ''),
(12043, 1, 1722, '3', 'fixsazil@yandex.com', ''),
(12044, 1, 1722, '4', '(346) 774-3357', ''),
(12045, 1, 1722, '5', 'google', ''),
(12046, 1, 1722, '6', 'Updating baths', ''),
(12047, 1, 1722, '7', '<a href=https://megaremont.pro/gomel-restavratsiya-vann>restoration of bathrooms</a>', ''),
(12048, 1, 1723, '1', 'SergioSpody', ''),
(12049, 1, 1723, '2', 'SergioSpody', ''),
(12050, 1, 1723, '3', 'asimgda8@outlook.com', ''),
(12051, 1, 1723, '4', '(154) 618-1302', ''),
(12052, 1, 1723, '5', 'google', ''),
(12053, 1, 1723, '6', 'best site', ''),
(12054, 1, 1723, '7', 'Likewise, our  job  authors  around the world are well  learnt their  picked  field which means you can  quickly  place your faith in the way they treat your paper,  despite which  scholastic discipline you\'re from. When it  pertains to your  job  leads  as well as bright future, MyAssignmenthelp.com takes the  obligation on itself to  advertise your growth in the  best direction. So,  this way you  would not  need to think twice  prior to trusting us with your  scholastic  documents.  Put an order with us now and  gain the rewards of brilliantly  created academic papers today. <a href=\"https://buyharvard.casestudyblend.com\">use this link</a>', ''),
(12055, 1, 1724, '1', 'Maximtem', ''),
(12056, 1, 1724, '2', 'Maximtem', ''),
(12057, 1, 1724, '3', '283.51s.b9.xm.@lumbermilltricks.com', ''),
(12058, 1, 1724, '4', '(321) 112-8570', ''),
(12059, 1, 1724, '5', 'google', ''),
(12060, 1, 1724, '6', 'cat casino промокоды 2023', ''),
(12061, 1, 1724, '7', 'cat casino сайт \r\n<a href=\"https://casinocat3.ru\r\n\">https://casinocat3.ru\r\n</a> \r\nКазино Cat — ведущее онлайн-казино, предлагающее лучшие игровые автоматы, выплаты и бонусы. Cat casino также имеет широкий спектр игр в реальном времени с множеством интересных функций.', ''),
(12062, 1, 1725, '1', 'MAHADEV DAIRY PHARMA', ''),
(12063, 1, 1725, '2', 'DIWAN', ''),
(12064, 1, 1725, '3', 'bharuch.mdp@gmail.com', ''),
(12065, 1, 1725, '4', '(635) 611-2471', ''),
(12066, 1, 1725, '5', 'MAHADEV DAIRY PHARMA', ''),
(12067, 1, 1725, '6', 'SUPPLIRE', ''),
(12068, 1, 1725, '7', 'MFG. & IMPORTER FOR PHARMA – API – FOOD - DAIRY – AGRO – PESTICIDES – INSECTICIDES – FORMULATION PLANTS PIPES, TUBES & T.C FITTINGS – MOC: SS 304 /316 – S.S FITTINGS - FERULE FITTINGS & SILICON GASKET ETC.', ''),
(12069, 1, 1726, '1', 'Eric', ''),
(12070, 1, 1726, '2', 'Jones', ''),
(12071, 1, 1726, '3', 'ericjonesmyemail@gmail.com', ''),
(12072, 1, 1726, '4', '(555) 555-1212', ''),
(12073, 1, 1726, '5', 'ON', ''),
(12074, 1, 1726, '6', 'Cool website!', ''),
(12075, 1, 1726, '7', 'Hi gangagen.com Administrator.\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(12076, 1, 1727, '1', 'Eric', ''),
(12077, 1, 1727, '2', 'Jones', ''),
(12078, 1, 1727, '3', 'ericjonesmyemail@gmail.com', ''),
(12079, 1, 1727, '4', '(555) 555-1212', ''),
(12080, 1, 1727, '5', 'PG', ''),
(12081, 1, 1727, '6', 'There they go…', ''),
(12082, 1, 1727, '7', 'To the gangagen.com Owner. my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(12083, 1, 1728, '1', 'Stephenjaini', ''),
(12084, 1, 1728, '2', 'Stephenjaini', ''),
(12085, 1, 1728, '3', 'ticomino@mail.ru', ''),
(12086, 1, 1728, '4', '(584) 214-1441', ''),
(12087, 1, 1728, '5', 'google', ''),
(12088, 1, 1728, '6', 'Антикварный магазин офицерских вещей', ''),
(12089, 1, 1728, '7', '<a href=https://waterloo-collection.ru>Антикварный магазин офицерских вещей</a>. Основное направление уделено антикварному оружию, имеющему культурную ценность. Широким выбором представлены сабли, шпаги, палаши, мечи, кортики разных периодов из множества стран мира. \r\nтакже можно прибрести:  \r\n<a href=https://waterloo-collection.ru/category/germaniya/miniatyury-nagrad-do-1933-g/>Миниатюры наград (Германская империя)</a>  \r\n \r\nВся продукция, представленная Вашему вниманию, соответствует действующему законодательству Российской Федерации, регулирующему данную сферу! Все предметы имеют заключения экспертов, аттестованных Министерством Культуры РФ. Данные экспертные заключения имеют государственную регистрацию Министерства Культуры и заверены подписью руководителя данного Министерства. \r\nПосетите наш сайт <a href=https://waterloo-collection.ru/>waterloo-collection.ru</a>', ''),
(12090, 1, 1729, '1', 'KazkzrdKem', ''),
(12091, 1, 1729, '2', 'KazkzrdKem', ''),
(12092, 1, 1729, '3', 'werso052000iu@rambler.ru', ''),
(12093, 1, 1729, '4', '(803) 040-3168', ''),
(12094, 1, 1729, '5', 'google', ''),
(12095, 1, 1729, '6', 'Thanks, I\'ve been looking for this for a long time', ''),
(12096, 1, 1729, '7', 'Cool, I\'ve been looking for this one for a long time', ''),
(12097, 1, 1730, '1', 'Anthonysep', ''),
(12098, 1, 1730, '2', 'Anthonysep', ''),
(12099, 1, 1730, '3', 'moprj@course-fitness.com', ''),
(12100, 1, 1730, '4', '(425) 611-5463', ''),
(12101, 1, 1730, '5', 'google', ''),
(12102, 1, 1730, '6', '小琪兒娛樂', ''),
(12103, 1, 1730, '7', '小琪兒娛樂 \r\n \r\n \r\n \r\n \r\nhttps://taipei9527.com/', ''),
(12104, 1, 1731, '1', 'Untok', ''),
(12105, 1, 1731, '2', 'Untok', ''),
(12106, 1, 1731, '3', 'xidkqt1c@yahoo.com', ''),
(12107, 1, 1731, '4', '(123) 106-7635', ''),
(12108, 1, 1731, '5', 'google', ''),
(12109, 1, 1731, '6', 'I promised.', ''),
(12110, 1, 1731, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/2lqqga8n', ''),
(12111, 1, 1732, '1', 'Jameserent', ''),
(12112, 1, 1732, '2', 'Jameserent', ''),
(12113, 1, 1732, '3', 'miawn221@gmx.com', ''),
(12114, 1, 1732, '4', '(746) 236-5175', ''),
(12115, 1, 1732, '5', 'google', ''),
(12116, 1, 1732, '6', 'vhearts social', ''),
(12117, 1, 1732, '7', 'There are many ways to get high quality backlinks. One way is to post a guest post on Vhearts blog . \r\nGuest posts are great for getting high quality backlinks because they provide the opportunity for you to reach out to people who might not be aware of your company and brand. \r\nYou can also use guest posts as an opportunity for SEO. Guest posts can be used as a way of getting links from Vhearts which can help boost your rankings in search engines. \r\n[url]https://bit.ly/3GvLYla[/url]', ''),
(12118, 1, 1733, '1', 'Eric', ''),
(12119, 1, 1733, '2', 'Jones', ''),
(12120, 1, 1733, '3', 'ericjonesmyemail@gmail.com', ''),
(12121, 1, 1733, '4', '(555) 555-1212', ''),
(12122, 1, 1733, '5', 'PROVENCE-ALPES-COTE D\'AZUR', ''),
(12123, 1, 1733, '6', 'There they go…', ''),
(12124, 1, 1733, '7', 'Hi gangagen.com Administrator!\r\n\r\nMy name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(12125, 1, 1734, '1', 'Robertfub', ''),
(12126, 1, 1734, '2', 'Robertfub', ''),
(12127, 1, 1734, '3', 'keda@course-fitness.com', ''),
(12128, 1, 1734, '4', '(846) 734-3678', ''),
(12129, 1, 1734, '5', 'google', ''),
(12130, 1, 1734, '6', '冠天下娛樂城', ''),
(12131, 1, 1734, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://gtx.tw/', ''),
(12132, 1, 1735, '1', 'Dentalkix', ''),
(12133, 1, 1735, '2', 'Dentalkix', ''),
(12134, 1, 1735, '3', 'taisiya.alximowa@mail.ru', ''),
(12135, 1, 1735, '4', '(067) 723-0850', ''),
(12136, 1, 1735, '5', 'google', ''),
(12137, 1, 1735, '6', 'Стоматология', ''),
(12138, 1, 1735, '7', '<a href=https://www.oblakann.ru/>Стоматология Нижний Новгород</a>  «Новодент», цены на сайте \r\nСтоматология. Выгодные цены и опытные врачи в медицинском диагностическом центре «Новодент» в Нижнем Новгороде! Запись на прием на сайте. \r\nстоматологическая клиника, стоматологические клиники, стоматологические клиники, Нижний Новгород \r\n	 \r\n	 \r\n<a href=https://www.oblakann.ru/>доктор 116 ру</a>  - подробнее на сайте <a href=https://www.oblakann.ru/>стоматологии</a>', ''),
(12139, 1, 1736, '1', 'JamesTit', ''),
(12140, 1, 1736, '2', 'JamesTit', ''),
(12141, 1, 1736, '3', 'yourmail@gmail.com', ''),
(12142, 1, 1736, '4', '(227) 024-4205', ''),
(12143, 1, 1736, '5', 'google', ''),
(12144, 1, 1736, '6', 'Международный брокер Esperio', ''),
(12145, 1, 1736, '7', 'Международный брокер Esperio работает на рынке онлайн-трейдинга в сегменте розничных услуг с 2011 года. Бренд Esperio принадлежит компании OFG Cap. Ltd, зарегистрированной в Сент-Винсент и Гренадинах. \r\n \r\nEsperio \r\n \r\nКак сообщается, с 2012 года Эсперио зарегистрирована как международная деловая компания, сертификат SVGFSA № 20603 IBC 2012. Тогда же Esperio получила лицензию на финансовые услуги. \r\n \r\nУслуги онлайн-трейдинга предоставляются в соответствии с “Соглашением клиента и партнера”, “Политикой конфиденциальности”, “Регламентами торговых операций на счетах” и “Политикой противодействия отмыванию доходов”. \r\n \r\nОбратная связь с Esperio доступна через службу технической поддержки Investing или  через форму обратной связи на сайте компании. \r\n \r\nТорговые условия Esperio \r\nEsperio \r\n \r\nВарианты торговых счетов: \r\n \r\nEsperio Standard. Инструменты для инвестиций: валютные пары, индексы, CFD-контракты на акции, драгоценные металлы, энергоносители, сырьевые товары, криптовалюта. Спред устанавливается от 0 ценовых пунктов. Комиссия на CFD-контракты — 0,1% от суммы торговой операции. Платформа MT4. \r\n \r\nEsperio Cent — уникальный центовый счет. Валюта счета — USD, EUR, вывод средств без комиссии. Линейка финансовых инструментов аналогична счету Standard MT4. \r\n \r\nEsperio Invest MT5 — позиционируется как оптимальное решение для торговли акциями. Леверидж и дополнительные комиссии отсутствуют. Предусмотрены неттинг и хеджирование для управления рисками. Валюты счета — USD, EUR. Дополнительно доступны Forex и контракты CFD. Предусмотрена комиссия при торговле ценными бумагами (0,3% от номинального объема торговой сделки). \r\n \r\nEsperio МТ5 ECN предполагает доступ к межбанковской ликвидности. Присутствует комиссия $15 за каждый проторгованный трейдером лот. \r\n \r\nEsperio не устанавливает минимальные депозиты для начала торговли. \r\n \r\nДоступные платформы: MT4 или MT5. Предусмотрена возможность использования торговой платформы с устройствами Android или iOS. \r\n \r\nКлиентам доступно шесть типов счетов с учетом выбора платформы: \r\n \r\nStandard MT4, \r\n \r\nCent MT4, \r\n \r\nStandard MT5, \r\n \r\nCent MT5, \r\n \r\nInvest MT5, \r\n \r\nMT5 ECN. \r\n \r\nEsperio презентует 3-х уровневую программу лояльности: \r\n \r\nEmpower CashBack — до 31,8% годовых на свободные средства торгового счета. Кэшбэк зависит от торговой активности. Пополнения счета на 10 тыс. долл. и выше. \r\n \r\nDouble Empower — при условии пополнения депозита на $500 – $3000 по запросу участника трейдер удваивает сумму начисления. \r\n \r\nExtra Empower — актуально для поддержания клиентского торгового счета во время просадки (по запросу). Данная категория средств недоступна к снятию. \r\n \r\nДля VIP-клиентов доступно три статуса программы — VIP, GOLD и DIAMOND. Esperio присваивает статусы при пополнении депозита на 50, 100 или 500 тыс. USD соответственно. \r\n \r\nПополнение счета и вывод денег от Esperio \r\nДля зачисления и списания средств Esperio использует карты (Visa/ MasterCard), банковские переводы и систему электронных платежей. Для пополнения торгового счета доступны платежные системы: NETELLER, PayPal, LiqPay, Piastrix Wallet, Thailand Local Bank Transfer, WebMoney, Sepa & swift, WebMoney, QIWI, FasaPay. \r\n \r\nКомпания анонсирует возможность компенсации комиссии платежных систем путем ее зачисления на баланс торгового счета. \r\n \r\nДетальная информация о выводе средств не представлена. \r\n \r\nЗаключение \r\nEsperio предлагает низкие спреды и конкурентные свопы. Минимального порога входа нет. Пополнить счет и вывести деньги можно с помощью наиболее популярных электронных платежных систем. Преимуществом является высокое кредитное плечо – до 1:1000 и большой выбор торговых активов. Компания работает на платформе Metaquotes. Доступные терминалы: МТ4/5. \r\n \r\nЧасто задаваемые вопросы \r\nКак получить максимум информации о компании ? \r\nОбзоры, разоблачения, статьи в блоге — в вашем распоряжении бесплатная и актуальная информация на scaud. Вы также можете запросить понятный детальный отчет по любой финансовой компании — оставьте заявку на главной странице нашего сайта. \r\nКак отличить официальный сайт от ресурса мошенников? \r\nКакие отзывы о компании правдивые, а какие — фейки? \r\nКак проверить компанию на признаки мошенничества? \r\nКак выбрать надежную финансовую компанию? \r\nОставить отзыв \r\nИспользуйте данную форму для того, чтобы оставить отзыв о компании. Все комментарии, не касающиеся продукта, будут удалены! \r\nИмя \r\nВаше имя \r\nEmail \r\nВаша электронная почта \r\nТелефон \r\n+380 \r\n50 123 4567 \r\nВаша оценка \r\n \r\nТекст отзыва \r\nВведите текст отзыва \r\nОтзывы о Esperio \r\nDin \r\n09.08.2022 \r\n1 \r\nЯ не понимаю, почему некоторым удается заработать на рынке, а таким как я , не особо. Я и читаю аналитику, обзоры, слежу за новостями, а денег у меня, как кот наплакал. Не понимаю в чём дело. Я постоянно всё изучаю, открываю ордера не от балды, а думаю как лучше, а в итоге я почти ничего не зарабатываю, нервы трачу, а взамен ничего не получаю, обидно как-то получается...((( \r\nДеревлев Андрей \r\n09.12.2021 \r\n2 \r\nДля меня сотрудничество с Esperio оказалось провальным. Благо все обошлось небольшой суммой, какие-то копейки поначалу удалось вывести, то сумма вклада осталась у этих мошенников, никакой обратной связи и тем более качественной поддержки у них нет. Это все пыль в глаза, дабы прикарманить Ваши и мои в том числе деньги(((( \r\nИван Иванович \r\n07.12.2021 \r\n1 \r\nПробовал работать. Не знаю у кого там с выводом денег все норм., я ничего вывести не смог. Скорее всего отзывы пишет сам брокер. Картинка конечно красивая, предлагает большое количество инструментов и рынков для торговли, доступные спреды на сделки. Порог входа - нулевой, достаточно низкие спреды. Но это все сказки для неопытных. Самый обычный развод! \r\nКонстантин Петров \r\n02.12.2021 \r\n2 \r\nНе спорю MT4 сама по себе качественная торговая платформа. Но в руках мошенников это всего лишь обманный ход. Заявляет, что поддерживает работу фактически со всеми торговыми инструментами. Только смысла нет, если контора работает только на ввод.', ''),
(12146, 1, 1737, '1', 'fisshervuka', ''),
(12147, 1, 1737, '2', 'fisshervuka', ''),
(12148, 1, 1737, '3', 'fisshervuka@rambler.ru', ''),
(12149, 1, 1737, '4', '(730) 408-4583', ''),
(12150, 1, 1737, '5', 'google', ''),
(12151, 1, 1737, '6', 'Про катера как отмыть днище', ''),
(12152, 1, 1737, '7', 'Как отмыть днище стеклопластикового катера <a href=http://regionsv.ru/chem4.html>Купить химию для катеров</a> \r\n \r\nВсе про усилители <a href=http://rdk.regionsv.ru/usilitel.htm>Проектируем свой УМЗЧ</a>, Как спаять усилитель своими руками \r\n \r\n \r\n<a href=http://wc.matrixplus.ru/klining.htm>Купить химию для мойки каелов лодок яхт, чем обмыить днище и борта</a>', ''),
(12153, 1, 1738, '1', 'Finley', ''),
(12154, 1, 1738, '2', 'Pulley', ''),
(12155, 1, 1738, '3', 'pulley.finley@msn.com', ''),
(12156, 1, 1738, '4', '(613) 536-8494', ''),
(12157, 1, 1738, '5', 'Finley Pulley', ''),
(12158, 1, 1738, '6', 'Complete your Pending Application Before it gets Rejected', ''),
(12159, 1, 1738, '7', 'Complete your Pending Application Asap,Click on the link below and provide the pending info -\r\n\r\nhttps://cutt.ly/D8W4iuT\r\n\r\n\r\nRegards\r\nHead Of Compliance\r\nBanking Operations\r\n\r\nhttps://cutt.ly/D8W4iuT', ''),
(12160, 1, 1739, '1', 'Jay', ''),
(12161, 1, 1739, '2', 'Valdez', ''),
(12162, 1, 1739, '3', 'james@kkourier.com', ''),
(12163, 1, 1739, '4', '(617) 871-0942', ''),
(12164, 1, 1739, '5', 'Simon Web design', ''),
(12165, 1, 1739, '6', 'Your Website is broken', ''),
(12166, 1, 1739, '7', 'Hey, your website has some things that aren\'t working.\r\n\r\nI\'d love to volunteer to give you an audit for free to show you what is wrong. Give me a call or send me a text at (617) 871-0942 if you want the help.', ''),
(12167, 1, 1740, '1', 'Eric', ''),
(12168, 1, 1740, '2', 'Jones', ''),
(12169, 1, 1740, '3', 'ericjonesmyemail@gmail.com', ''),
(12170, 1, 1740, '4', '(555) 555-1212', ''),
(12171, 1, 1740, '5', 'NA', ''),
(12172, 1, 1740, '6', 'Why not TALK with your leads?', ''),
(12173, 1, 1740, '7', 'To the gangagen.com Webmaster!\r\n\r\nMy name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(12174, 1, 1742, '1', 'Thomas', ''),
(12175, 1, 1742, '2', 'Murphy', ''),
(12176, 1, 1742, '3', 'thomas@cashboost.online', ''),
(12177, 1, 1742, '4', '(202) 991-6766', ''),
(12178, 1, 1742, '5', 'Express Capital', ''),
(12179, 1, 1742, '6', 'Is now a good time?', ''),
(12180, 1, 1742, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nJust wondering if you would consider a Working Capital Loan for your business\r\nif the price and terms were acceptable to you?\r\n\r\nExpress Capital is a Direct Lender specializing in working capital loans up to 500k. \r\n\r\nWe don’t require collateral and our approval process is fully automated. \r\n\r\nReceive your decision is less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nThomas Murphy\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(12181, 1, 1743, '1', 'Chelsie', ''),
(12182, 1, 1743, '2', 'Cain', ''),
(12183, 1, 1743, '3', 'chelsie@discountcreditline.com', ''),
(12184, 1, 1743, '4', '(612) 314-6025', ''),
(12185, 1, 1743, '5', 'Discount Credit Line', ''),
(12186, 1, 1743, '6', 'Interest in your company', ''),
(12187, 1, 1743, '7', 'Your company caught my eye yesterday and I wanted to ask you a few quick questions about your company. I partner with companies like yours to build a funding strategy that meets both short and long term goals. My financing company can fund up to 500k in less than a week, and we provide multiple offers so you can pick the options that work for you.\r\n\r\nWould you be interested in some information about our funding programs?\r\n\r\nThank you,\r\n\r\nChelsie Cain\r\nSales Director\r\nDiscount Credit Line\r\nchelsie@discountcreditline.com\r\n\r\nRespond with stop to optout.', ''),
(12188, 1, 1744, '1', 'laptopwhort', ''),
(12189, 1, 1744, '2', 'laptopwhort', ''),
(12190, 1, 1744, '3', 'kuznecovamarionella91@mail.ru', ''),
(12191, 1, 1744, '4', '(310) 705-0477', ''),
(12192, 1, 1744, '5', 'google', ''),
(12193, 1, 1744, '6', 'Скупка ноутбуков Нижний Новгород', ''),
(12194, 1, 1744, '7', '<a href=http://xn--80ach0andddjxclc4j.xn--p1ai>продатьноутбук.рф</a> - Не знаете куда продать ноутбук в Нижнем Новгороде? Мы выкупим ваш ноутбук по самой выгодной цене!', ''),
(12195, 1, 1745, '1', 'Carri', ''),
(12196, 1, 1745, '2', 'Cedeno', ''),
(12197, 1, 1745, '3', 'carri.cedeno@googlemail.com', ''),
(12198, 1, 1745, '4', '(714) 577-6119', ''),
(12199, 1, 1745, '5', 'Carri Cedeno', ''),
(12200, 1, 1745, '6', 'Get the world’s easiest all-in-one marketing platform for FREE', ''),
(12201, 1, 1745, '7', 'Hi,\r\n\r\nWho said you need technical knowledge\r\nto build a business online?\r\n\r\nManage every single aspect of your business, without the hassle\r\n\r\nSave at least $320/month!\r\n\r\nThese are all the tools you need to grow your business online:\r\n\r\n► Funnel builder — starts at $97/month\r\n► Email marketing — starts at $20/month \r\n► Online course builder — starts at $99/month\r\n► Affiliate program — starts at $97/month\r\n► Video hosting — starts at $7/month \r\n\r\nAll of these features, all in the same place, You can Get if absolutely FREE!\r\n\r\nGet Your FREE Access >>> https://bit.ly/getfreeaccess_\r\n\r\nCheers\r\n\r\nAlan W.\r\n98 Kings ST. GB\r\n===========\r\nClick here to Unsubscribe', ''),
(12202, 1, 1746, '1', 'Georgefopus', ''),
(12203, 1, 1746, '2', 'Georgefopus', ''),
(12204, 1, 1746, '3', 'lavrentii748ejuravlev@mail.ru', ''),
(12205, 1, 1746, '4', '(317) 185-0668', ''),
(12206, 1, 1746, '5', 'google', ''),
(12207, 1, 1746, '6', 'rcway', ''),
(12208, 1, 1746, '7', 'Quam error sit ut. Itaque quo numquam natus est laudantium placeat. Minus nisi natus debitis earum quibusdam. \r\n<a href=https://2on2hyadgfr6lorgk6evjiyhbskknaawjpvnx4ia6tyds355hgwvjsqd.com>wayawayhsprzuf7u3gtfqqjc3pxabtmm7alx2djxdvzj7w4eedn53yad.onion</a> \r\nNumquam et laudantium labore quam quia rerum harum. Quia molestiae ullam illo occaecati et inventore nulla dolor. Aperiam aut cum ullam ex voluptatem. Laboriosam sit autem iusto sit nesciunt. Ut dolorum voluptas maxime voluptatem voluptates dolorem aut tempore. \r\n \r\nDolores voluptatem quas exercitationem cumque. Aut quo quisquam autem odio. Ut consectetur eum dolor facere eum. Quam perferendis sapiente in totam similique eum commodi sed. \r\n \r\nMolestias perferendis temporibus consequatur nostrum voluptatem quidem esse. Qui voluptatem assumenda nam unde saepe odio. Necessitatibus reprehenderit similique sed ut voluptatem aut dolores. Assumenda et voluptas quam et ipsum voluptatibus fuga. \r\n \r\nFuga vitae blanditiis quis. Voluptates veniam quia eveniet quos blanditiis. Voluptas est rem earum et saepe et saepe quis. \r\n2on2hyadgfr6lorgk6evjiyhbskknaawjpvnx4ia6tyds355hgwvjsqd.onion \r\nhttps://2on2hyadgfr6lorgk6evjiyhbskknaawjpvnx4ia6tyds355hgwvjsqd.com', ''),
(12209, 1, 1747, '1', 'Efrenhot', ''),
(12210, 1, 1747, '2', 'Efrenhot', ''),
(12211, 1, 1747, '3', 'arnold.subbotin.98@mail.ru', ''),
(12212, 1, 1747, '4', '(220) 446-6155', ''),
(12213, 1, 1747, '5', 'google', ''),
(12214, 1, 1747, '6', 'bsbotnetzdxficaz7uffowuclqr2unjvxufj7g7uqq72xzpl4cbvr6ad.onion', ''),
(12215, 1, 1747, '7', 'Sit consectetur corporis nobis maiores consequuntur magni et at. Aliquam repellat officiis fuga sapiente. Repellendus cum inventore eos voluptas quos est doloremque eum. \r\n<a href=https://blacksprut-dark.net>блекспрут</a> \r\nAut culpa reprehenderit omnis tenetur doloribus sint harum. Eius rerum animi aliquid. Illo molestiae praesentium ut. \r\n \r\nQuaerat odio id ipsa in et non veritatis. Vitae aut at maxime porro reprehenderit odit esse atque. Natus vitae minima porro omnis libero tempora. Necessitatibus consequatur excepturi et. \r\n \r\nIn eaque ab veniam. Est quasi eligendi non. Quisquam aut nam quis totam cupiditate molestiae neque. Quos dolores itaque quis et et sit voluptatem necessitatibus. Unde rerum dicta qui tenetur velit. Voluptates occaecati illum voluptas et. \r\n \r\nQui excepturi vel mollitia rerum. Rerum consequatur et nihil. Rerum repudiandae voluptatem blanditiis. \r\n \r\nEx officiis velit qui aut. Quod laboriosam temporibus nam magnam facere. Enim magni expedita est non et esse autem et. Perspiciatis vel non perferendis architecto recusandae est. Distinctio labore eos id animi. \r\nблекспрут \r\nhttps://bsbotnetzdxficaz7ufowuclqr2unjvxufj7g7uq72xzpl4cbvr6ad-onion.com', ''),
(12216, 1, 1748, '1', 'midaribbina', ''),
(12217, 1, 1748, '2', 'midaribbina', ''),
(12218, 1, 1748, '3', 'midaribba@rambler.ru', ''),
(12219, 1, 1748, '4', '(311) 455-4576', ''),
(12220, 1, 1748, '5', 'google', ''),
(12221, 1, 1748, '6', 'Все для мелованов', ''),
(12222, 1, 1748, '7', 'Услители СССР и их сборка своими руками, как собрать высококачественный усилитель своими руками \r\n<a href=http://rdk.regionsv.ru/usilitel.htm>сборка усилителя высокой верности</a> \r\n<a href=http://rdk.regionsv.ru/usilitel.htm>усилитель Брагина, сборка и настройка</a>, разбираем по косточкам \r\n \r\nКупитьхимию для мойки катера <a href=http://wc.matrixplus.ru/klining.htm>Химия для очистки днища катера и яхты</a> \r\n \r\n<a href=http://prog.regionsv.ru>как прошить ППЗУ</a> - где и как прошить ППЗУ, программаторы и их конструкция \r\n \r\n \r\n<a href=http://rdk.regionsv.ru/orion128-cap-acp.htm>Усилители, эквалайзеры, предварительные, усилители мощности ЗЧ, блоки питания для УМЗЧ</a>', ''),
(12223, 1, 1749, '1', 'LeslieZEKLY', ''),
(12224, 1, 1749, '2', 'LeslieZEKLY', ''),
(12225, 1, 1749, '3', 'mz8vy@course-fitness.com', ''),
(12226, 1, 1749, '4', '(144) 451-4887', ''),
(12227, 1, 1749, '5', 'google', ''),
(12228, 1, 1749, '6', '第一借錢網擁有全台最多的借錢資訊', ''),
(12229, 1, 1749, '7', '第一借錢網擁有全台最多的借錢資訊 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(12230, 1, 1750, '1', 'RichardBex', ''),
(12231, 1, 1750, '2', 'RichardBex', ''),
(12232, 1, 1750, '3', 'wj1ra@course-fitness.com', ''),
(12233, 1, 1750, '4', '(422) 327-6038', ''),
(12234, 1, 1750, '5', 'google', ''),
(12235, 1, 1750, '6', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(12236, 1, 1750, '7', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(12237, 1, 1751, '1', 'Vladilenpet', ''),
(12238, 1, 1751, '2', 'Vladilenpet', ''),
(12239, 1, 1751, '3', '1992.vladilen78@mail.ru', ''),
(12240, 1, 1751, '4', '(300) 407-5676', ''),
(12241, 1, 1751, '5', 'google', ''),
(12242, 1, 1751, '6', 'Какой купить подоконник  из массива, что заказать в наш каркасный домик?', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(12243, 1, 1751, '7', 'Здравствуйте, однополчане и однополчанки ! <a href=https://auto.rin.ru/cgi-bin/main.pl?id_par=60> \r\n \r\nПолусухая стяжка</a> , даже если она была уложена четко в соответствии с четкой инструкцией, с течением времени приходит в негодность. Это объяснимо, ведь она испытывает на себе колоссальные нагрузки от веса напольного покрытия, предметов, передвижения людей и иных динамических влияний. В связи с чем для исключения полной утраты ее эксплуатационных свойств периодически нужно производить починку стяжки пола. О свойствах стяжки важно спросить, когда вы мониторите стоимость строения из легких стальных конструкций либо других материалов. \r\n \r\nЧтобы получить представление о степени деформации пола, предварительно надо совсем удалить старое покрытие, освободить поверхность от мусора, пыли и грязи. Далее надо определиться с типом дефекта и ремонта, который нужно будет проделать. \r\n \r\nМожет случиться один из следующих случаев: \r\n \r\nГладкая поверхность имеет маленькие ямки и немного трещин, повышена степень возникновения пыли. Данные дефекты не опасны, они легко устраняются при минимальной затрате времени и денег. \r\nСтяжка отслаивается, поверхность довольно глубоко потрескалась в конкретных участках. Подобный вид повреждений подлежит восстановлению, однако нужно будет использовать специализированные строительные смеси. \r\nПоверхность сильно деформирована, пол покрылся глубокими трещинами. Ремонт повреждений подобной серьезности доступен лишь профессионалам, владеющим соответственными умениями и техникой.', ''),
(12244, 1, 1752, '1', 'MauriceMance', ''),
(12245, 1, 1752, '2', 'MauriceMance', ''),
(12246, 1, 1752, '3', 'nicolasasopdc@hotmail.com', ''),
(12247, 1, 1752, '4', '(433) 541-6221', ''),
(12248, 1, 1752, '5', 'google', ''),
(12249, 1, 1752, '6', 'сайт', ''),
(12250, 1, 1752, '7', 'Register and take part in the drawing, <a href=https://your-bonuses.life/?u=2rek60a&o=y59p896&t=serv>click here</a>', ''),
(12251, 1, 1753, '1', 'Donovanheirm', ''),
(12252, 1, 1753, '2', 'Donovanheirm', ''),
(12253, 1, 1753, '3', 'yourmail@gmail.com', ''),
(12254, 1, 1753, '4', '(665) 526-0510', ''),
(12255, 1, 1753, '5', 'google', ''),
(12256, 1, 1753, '6', 'Сергей Сароян аферист и мошенник', ''),
(12257, 1, 1753, '7', 'Сергей Сароян: аферист и мошенник из Телетрейда \r\nИсточник: FBIАвтор: Сергей Скиннер \r\n350 \r\n \r\nСергей Сароян \r\n18.02.2021 - То, что международный брокер Телетрейд вот уже четверть века обманывает клиентов по всему миру, давно ни для кого не секрет. \r\nА за каждой масштабной аферой, конечно же, стоят люди — те, кто придумал, организовал и десятилетиями внедряет в жизнь преступную мошенническую схему. Среди них особо выделяется Сергей Сароян — директор всех украинских офисов Телетрейд. \r\n \r\n“Отцом” компании Телетрейд был Владимир Чернобай. Недавно он скончался в Европе, где скрывался от правосудия. \r\n \r\nЕго наследники — вдова Анна Чернобай и племянник Олег Суворов, и другие прижизненные приспешники Чернобая, продолжают «мошенничество в особо крупных размерах». Именно так квалифицировали деятельность Телетрейд в России и Казахстане, где на брокера уже открыты уголовные дела. \r\n \r\nНо в Украине, несмотря на многочисленные жалобы обманутых клиентов, уголовное дело пока не заведено. Похоже, Сергей Сароян знает, на какие рычаги во властных структурах нажимать, чтобы Телетрейд продолжал безнаказанно грабить украинцев. \r\n \r\nСергей Сароян и его роль в глобальном мошенничестве Телетрейд \r\n \r\nСергей Сароян — хитрый и двуличный, но при этом трусливый и бесхребетный, он умеет приспособиться и готов прогнуться, когда того требует ситуация \r\nСергей Сароян — одиозная личность, с раздутым самолюбием и большими амбициями. Хитрый и двуличный, но при этом трусливый и бесхребетный, он умеет приспособиться и готов прогнуться, когда того требует ситуация. Он с легкостью раздает сладкие обещания, и с такой же легкостью подставляет тех, с кем работает, если обстоятельства складываются не в его пользу. Однажды, правда, это ему не помогло, и мошенника выгнали за воровство. Но обо всем по порядку. \r\n \r\nНа заре своей карьеры выпускник одесской академии связи Сергей Сароян, работал в телекоммуникационной компании. В попытке продвинуться по карьерной лестнице он не нашел ничего лучше, как предложить руководству свои услуги в качестве доносчика, обещая рассказывать, о чем говорят в коллективе и кто с кем в каких отношениях пребывает. Но это предложение не встретило одобрения и стукачу-неудачнику пришлось уволиться. А невостребованные «способности» пригодились несколько позже, в Телетрейд. \r\n \r\nВ 2005-2006 годах Сергей Сароян был региональным куратором — фактически единоличным правителем Телетрейд в Украине. Ему подчинялись более 30 офисов по всей Украине: Киев, Одесса, Николаев, Харьков, Львов, Черновцы, и другие городах. В ведении Сарояна были также офисы в Европе и Азии — в Италии, Португалии, Польше, Венгрии, Малайзии, и других странах. И деньги лились в карман мошенника рекой — Сергей Сароян получал 3% от инаута (in-out), то есть от разницы между вводом денег клиентов(“in”) и выводом (“out”). Уже тогда в Телетрейд вращались гигантские суммы. В среднем ежемесячно клиенты только украинских офисов Сарояна приносили в компанию от $1 500 000, а выводили около $500 000. То есть in-out, соответственно, составлял $1 000 000, а зарплата Сарояна — более $30 000 в месяц. Но алчность, которая двигала Сарояном, заставляла его направлять всех клиентов в мошеннический проект Телетрейд “Биржа трейдеров”. Торговать на бирже умеет далеко не каждый, и самый логичный выход, который из этого видится — доверить свои деньги профессионалу. Однако брокерская компания не имеет право брать деньги клиентов в управление, и в Телетрейд создали якобы независимый проект «Биржа трейдеров». Мошенник Сергей Сароян именно туда направлял всех клиентов. И подконтрольные трейдеры сливали клиентам депозиты, иногда просто за одну ночь. \r\n \r\n«Биржа трейдеров» сливала клиентские деньги, и выводить клиентам уже было нечего. Инаут в украинских офисах в этом случае составлял $1 500 000, а зарплата мошенника вырастала до $45 000 только по Украине. Так Сергей Сароян обворовывал клиентов ни один год. Но, в итоге, был изгнан из компании за воровство. Найти равноценный источник дохода мошеннику не удалось, его образ жизни стал значительно скромнее. Попросту говоря, Сергей Сароян начал стремительно беднеть. Компании не спешили предлагать ему руководящие должности, а коучинг особых прибылей не приносил. \r\n \r\nГоворят, что в одну и ту же реку нельзя войти дважды. Но Сергей Сароян сумел. Спустя пять лет его снова позвали в Телетрейд, и он с радостью согласился. Вероятно руководство компании высоко ценит «талант» Сарояна разводить и обворовывать людей. \r\n \r\nСегодня мошенник и хапуга Сергей Сароян вернулся и снова начал кидать клиентов, возглавив все клиентские офисы Телетрейд в Украине, Португалии, Италии, Польше, Румынии и Венгрии. Но теперь уже, как директор, он получает не 3%, а долю со слитых депозитов клиентов. А вот признаваться прилюдно в причастности к мошеннической брокерской компании новоиспеченный директор не спешит. В своих соцсетях Сергей Сароян лишь туманно намекает на консультационные услуги, которые оказывает Телетрейд. Аферист тщательно маскируется, однако обманутым клиентам компании удалось вывести его на чистую воду — они получили доказательство того, что именно Сергей Сароян сегодня стоит у руля украинского Телетрейд. Видеоролик, где он сам признается в этом, был показан на пресс-конференции, состоявшейся в июле 2020 года. \r\n \r\nВ этом эксклюзивном видео видно как Сергей Сароян принимает в управление украинские офисы компании Центр Биржевых Технологий — дочернего предприятия Телетрейд в Украине. \r\n \r\nЭту пресс-конференцию провела инициативная группа обманутых клиентов Телетрейд<>]. Цель, которую они поставили перед собой — вывести на чистую воду брокера-мошенника и все руководство компании, а также вернуть свои деньги. Материалы, собранные обманутыми клиентами демонстрируют схемы развода, которые используются в Телетрейд. В частности, проект «Синхронная торговля», который пришел на смену «Бирже трейдеров». В «Синхронной торговле» уже не люди-трейдеры, а торговые роботы сливают клиентские депозиты. Теперь именно в этот проект заманивает клиентов Сергей Сароян. А затем, в определенный момент, дает программистам компании указание, и те перепрограммируют роботов на заключение заведомо убыточных сделок. Так депозиты клиентов сливаются в ноль. \r\n \r\nСергей Сароян опустошает карманы украинцев и подрывает экономику страны \r\nЭти мошеннические схемы давно попали в поле зрения правоохранительных органов в России — уголовное дело на Телетрейд там завели еще несколько лет назад. \r\n \r\nПоследовали примеру российских коллег и в Казахстане, где уголовное производство началось летом 2020 года. Руководители казахского филиала Телетрейд и дочерней компании Wall Street Invest Partners сейчас находятся в следственном изоляторе. \r\n \r\nЧтобы замять уголовные дела в России, руководители Телетрейд Сергей Шамраев, Олег Суворов и Мингиян Манжиков дают взятки чиновникам в Следственном Комитете РФ — ежемесячно «отстегивают» им около 20% от поступлений, а это сотни тысяч. И не рублей, а долларов. По инсайдерской информации руководство Телетрейд в России заставляют та', ''),
(12258, 1, 1754, '1', 'WilliamJam', ''),
(12259, 1, 1754, '2', 'WilliamJam', ''),
(12260, 1, 1754, '3', 'b9z7u@course-fitness.com', ''),
(12261, 1, 1754, '4', '(537) 133-4678', ''),
(12262, 1, 1754, '5', 'google', ''),
(12263, 1, 1754, '6', 'HOYA娛樂城!ENDVALUE!', ''),
(12264, 1, 1754, '7', 'HOYA娛樂城 \r\n \r\nhttps://xn--hoya-8h5gx1jhq2b.tw/', ''),
(12265, 1, 1755, '1', 'OscarAnync', ''),
(12266, 1, 1755, '2', 'OscarAnync', ''),
(12267, 1, 1755, '3', 'inessa.teslyuk@gmail.com', ''),
(12268, 1, 1755, '4', '(158) 173-3575', ''),
(12269, 1, 1755, '5', 'google', ''),
(12270, 1, 1755, '6', 'ЧТО-ЧТО ваша милость знаете какой on-line экспресс-курс йоги подходит новичку?', ''),
(12271, 1, 1755, '7', 'Салам цельных на форуме! \r\n \r\nСегодня я иметь намерение б сложиться домашними впечатлениями через направленности йоги, который я навещал в последнее время. Неважный ( могу безграмотный пометить, яко сия практика действительно обманула мою жизнь, дав ми новую энергию а также уравновешенность. \r\n \r\nРазве что ваша милость планируйте узнать больше о йоге, что-что также что касается этом, как сделать уютный восточный целла в течение свой в доску обиталище, знакомлю заглянуть на фотосайт https://orient-interior.ru. В этом месте вы откопаете множество полезной инфы на эту тему. \r\n \r\nВорачиваясь к крену, эго иметь планы отметить, что он включал в себе множество разных асан, пранаям да медитаций. Всякое занятие было уникальным и помогало ми унше соображать собственное этмолит да являющийся личной собственностью разум. КО фолианту ну, шкраб был шибко внимательным да радетельным, всегда отделанным угощение равным образом подсказать. \r\n \r\nЭГО отвечаю, что курс йоги согласен как новичкам, так и для того, кто уже имеет опыт на данной практике. Он протянуть руку помощи вам не чуть только сделать лучше свое физиологическое состояние, хотя и научиться управлять собственным внутренним миром.', ''),
(12272, 1, 1756, '1', 'Evan', ''),
(12273, 1, 1756, '2', 'Roberts', ''),
(12274, 1, 1756, '3', 'evan@capitalchoice.online', ''),
(12275, 1, 1756, '4', '(202) 991-6766', ''),
(12276, 1, 1756, '5', 'Express Capital', ''),
(12277, 1, 1756, '6', 'May I ask you something?', ''),
(12278, 1, 1756, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or a short time in business keep you from getting the funds you need.\r\n\r\nIf you deposit more than 10k per month you’re already qualified!\r\n\r\nExpress Capital will offer you up to two times your monthly deposits without any collateral or personal guarantees. \r\n\r\nGet pre-qualified in less than 30 seconds without a credit check or submitting a single document.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEvan Roberts\r\nExpress Capital\r\nwww.expresscapitalcorp.com\r\n\r\n \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(12279, 1, 1757, '1', 'Edmundmom', ''),
(12280, 1, 1757, '2', 'Edmundmom', ''),
(12281, 1, 1757, '3', 'yp8k@course-fitness.com', ''),
(12282, 1, 1757, '4', '(521) 107-7307', ''),
(12283, 1, 1757, '5', 'google', ''),
(12284, 1, 1757, '6', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(12285, 1, 1757, '7', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(12286, 1, 1758, '1', 'Eric', ''),
(12287, 1, 1758, '2', 'Jones', ''),
(12288, 1, 1758, '3', 'ericjonesmyemail@gmail.com', ''),
(12289, 1, 1758, '4', '(555) 555-1212', ''),
(12290, 1, 1758, '5', 'NA', ''),
(12291, 1, 1758, '6', 'Cool website!', ''),
(12292, 1, 1758, '7', 'To the gangagen.com Administrator!\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(12293, 1, 1759, '1', 'YliesSkivy', ''),
(12294, 1, 1759, '2', 'YliesSkivy', ''),
(12295, 1, 1759, '3', 'kk.as.hh.urrley@gmail.com', ''),
(12296, 1, 1759, '4', '(467) 805-6573', ''),
(12297, 1, 1759, '5', 'google', ''),
(12298, 1, 1759, '6', 'Звездные врата смотреть онлайн - любимая фантастика уже рядом!', ''),
(12299, 1, 1759, '7', 'Звездные врата смотерть - любимая фантастика уже рядом! звездные врата смотреть онлайн бесплатно. Только у нас. \r\n<a href=https://sg-video.ru/>звездные врата смотреть онлайн бесплатно</a> \r\nзвездные врата смотерть - <a href=https://www.sg-video.ru/>https://sg-video.ru/</a> \r\n<a href=https://www.google.pn/url?q=https://sg-video.ru>https://google.co.bw/url?q=http://sg-video.ru</a> \r\n \r\n<a href=http://www.electricdirtbike.com/uncategorized/hello-world/#comment-240>Звездные врата смотреть онлайн бесплатно - любимая фантастика уже рядом!</a> 72f07be', ''),
(12300, 1, 1760, '1', 'lestnicakix', ''),
(12301, 1, 1760, '2', 'lestnicakix', ''),
(12302, 1, 1760, '3', 'taisiya.alximowa@mail.ru', ''),
(12303, 1, 1760, '4', '(388) 100-3080', ''),
(12304, 1, 1760, '5', 'google', ''),
(12305, 1, 1760, '6', 'Лестницы в Нижнем Новгороде', ''),
(12306, 1, 1760, '7', '<a href=http://lestnica-nn.ru/>купить ступени для лестницы из дерева</a>  - подробнее на сайте <a href=http://lestnica-nn.ru/>lestnica-nn.ru</a>', ''),
(12307, 1, 1761, '1', 'remokna-nn', ''),
(12308, 1, 1761, '2', 'remokna-nn', ''),
(12309, 1, 1761, '3', 'arnidipe1963@mail.ru', ''),
(12310, 1, 1761, '4', '(214) 600-1411', ''),
(12311, 1, 1761, '5', 'google', ''),
(12312, 1, 1761, '6', 'Ремонт окон в Нижнем Новгороде', ''),
(12313, 1, 1761, '7', '<a href=http://remokna-nn.ru>качественные двери</a>', ''),
(12314, 1, 1762, '1', 'Armandosek', ''),
(12315, 1, 1762, '2', 'Armandosek', ''),
(12316, 1, 1762, '3', 'tradeskon@outlook.com', ''),
(12317, 1, 1762, '4', '(727) 055-4322', ''),
(12318, 1, 1762, '5', 'google', ''),
(12319, 1, 1762, '6', 'Relaxing after a hard day', ''),
(12320, 1, 1762, '7', 'Hello, you have a very nice website. I suggest relaxing after a hard day - https://cutt.us/kRKHP   :)', ''),
(12321, 1, 1763, '1', 'MichaelTaf', ''),
(12322, 1, 1763, '2', 'MichaelTaf', ''),
(12323, 1, 1763, '3', 'h8x4gx@course-fitness.com', ''),
(12324, 1, 1763, '4', '(715) 732-1273', ''),
(12325, 1, 1763, '5', 'google', ''),
(12326, 1, 1763, '6', 'HOYA娛樂城!ENDVALUE!', ''),
(12327, 1, 1763, '7', 'HOYA娛樂城 \r\n \r\nhttps://xn--hoya-8h5gx1jhq2b.tw/', ''),
(12328, 1, 1764, '1', 'Untok', ''),
(12329, 1, 1764, '2', 'Untok', ''),
(12330, 1, 1764, '3', 'mfo1m0kl@hotmail.com', ''),
(12331, 1, 1764, '4', '(054) 560-6342', ''),
(12332, 1, 1764, '5', 'google', ''),
(12333, 1, 1764, '6', 'I promised.', ''),
(12334, 1, 1764, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/2ds2voxw', ''),
(12335, 1, 1765, '1', 'Mike Fitzgerald', ''),
(12336, 1, 1765, '2', 'Mike Fitzgerald', ''),
(12337, 1, 1765, '3', 'no-replyPovaTasy@gmail.com', ''),
(12338, 1, 1765, '4', '(770) 457-8516', ''),
(12339, 1, 1765, '5', 'google', ''),
(12340, 1, 1765, '6', 'Improve local visibility for gangagen.com', ''),
(12341, 1, 1765, '7', 'If you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Fitzgerald\r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/', ''),
(12342, 1, 1766, '1', 'Untok', ''),
(12343, 1, 1766, '2', 'Untok', ''),
(12344, 1, 1766, '3', 'cr9x91vq@hotmail.com', ''),
(12345, 1, 1766, '4', '(644) 370-1232', ''),
(12346, 1, 1766, '5', 'google', ''),
(12347, 1, 1766, '6', 'I promised.', ''),
(12348, 1, 1766, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/2hays2sc', ''),
(12349, 1, 1767, '1', 'Neville', ''),
(12350, 1, 1767, '2', 'Wilks', ''),
(12351, 1, 1767, '3', 'wilks.neville36@gmail.com', ''),
(12352, 1, 1767, '4', '(775) 352-5459', ''),
(12353, 1, 1767, '5', 'Neville Wilks', ''),
(12354, 1, 1767, '6', '[Seriously] Page 1 rankings... in 30 minutes. Here\'s how:', ''),
(12355, 1, 1767, '7', 'Hey,\r\n\r\nIf you still haven\'t checked out DFY Suite...\r\n\r\n...you\'re missing out BIG time. Why?\r\n\r\nWell, how does \'\'page 1 rankings in BOTH Google and YouTube in 30 minutes\'\' sound?\r\n\r\nDFY Suite case study ==> https://bit.ly/dfysuite40\r\n\r\nThis Case Study video gives you an insider look at how to get 1st page rankings...\r\n\r\nYou\'ll learn how to get as much targeted traffic from the search engines as you\'d like.\r\n\r\nOf course the immense power of DFY Suite has a lot to do with these results.\r\n\r\nWith \"DFY Suite\" you\'ll be able to:\r\n\r\n– rank your niche websites on page 1\r\n– rank your e-commerce websites on page 1\r\n– rank your videos on page 1\r\n– rank your local listings on page 1\r\n– rank your Amazon listings\r\n– rank ANY URL you\'d like to get traffic for...\r\n\r\nAND you can also rank any of your client\'s websites... and charge them for it!\r\n\r\nBut possibly the BEST thing about all of this is...\r\n\r\nDFY Suite is extremely easy-to-use:\r\n\r\n1) NO software to install\r\n2) NO need to go through any training\r\n3) NO previous SEO experience required\r\n4) NO need to create any social accounts\r\n5) NO content needed (besides your URL)\r\n6) NO proxies needed\r\n7) NO captchas required to solve\r\n... NONE of that stuff.\r\n\r\nThis simplified the ENTIRE process so that anyone can tap into the power of Page 1 rankings... even if they suck at SEO.\r\n\r\nWith \"DFY Suite\", page #1 rankings are literally just 4 simple steps away:\r\n\r\nStep #1: Log into the web-based portal\r\nStep #2: Enter your keywords\r\nStep #3: Enter the URL you want traffic for\r\nStep #4: Hit \"Submit\"\r\n\r\nThat\'s it!\r\n\r\nYes it\'s working in 2023 and the Case Study was done in 2023 Only.\r\n\r\nTo your Success\r\n\r\nAaron S.\r\n87 Silver Street, MI\r\n88668\r\n======\r\nClick here to Unsubscribe', ''),
(12356, 1, 1768, '1', 'Vodades', ''),
(12357, 1, 1768, '2', 'Vodades', ''),
(12358, 1, 1768, '3', 'starovojtovgeorgij8383@mail.ru', ''),
(12359, 1, 1768, '4', '(507) 333-5565', ''),
(12360, 1, 1768, '5', 'google', ''),
(12361, 1, 1768, '6', 'Доставка воды на дом', ''),
(12362, 1, 1768, '7', 'Мы развозим питьевую воду как частным, так и юридическим лицам. Наша транспортная служба осуществляет доставку питьевой воды на следующий день после заказа. 	 \r\n \r\n<a href=http://voda-nn.ru>вода нижний новгород заказать воду</a>        \r\nСрочная доставка в день заказа доступна для владельцев клубных карт. Доставка воды происходит во все районы Нижнего Новгорода, в верхнюю и нижнюю части города: <a href=http://voda-nn.ru>voda-nn.ru</a>', ''),
(12363, 1, 1769, '1', 'Tigran Ayrapetyan', ''),
(12364, 1, 1769, '2', 'Tigran Ayrapetyan', ''),
(12365, 1, 1769, '3', 'ujn2esbgakah@opayq.com', ''),
(12366, 1, 1769, '4', '(062) 080-2381', ''),
(12367, 1, 1769, '5', 'google', ''),
(12368, 1, 1769, '6', 'Opportunity for Funding', ''),
(12369, 1, 1769, '7', 'Hello, \r\n \r\nYou can only achieve financial freedom when you create multiple streams of income. \r\nI have an investment portfolio that will benefit both your company and ours. I hope it will be appealing to you. We provide funding through our venture capital company to both start-up and existing businesses looking for funding for expansion or to accelerate growth in their company. \r\n \r\nIf you would like to discuss extensively, kindly email back for further discussion. \r\n \r\nI look forward to your quick reply. \r\n \r\nSincerely, \r\n \r\nTigran Ayrapetyan \r\nInvestment Director \r\nDevcorp International E.C. \r\nP.O Box 10236 Shop No. 305 \r\nFlr 3 Manama Centre, Bahrain \r\nEmail: tigran.ayrapetyan@devcorpinternationalec.com', ''),
(12370, 1, 1770, '1', 'Eric', ''),
(12371, 1, 1770, '2', 'Jones', ''),
(12372, 1, 1770, '3', 'ericjonesmyemail@gmail.com', ''),
(12373, 1, 1770, '4', '(555) 555-1212', ''),
(12374, 1, 1770, '5', 'IM', ''),
(12375, 1, 1770, '6', 'There they go…', ''),
(12376, 1, 1770, '7', 'Hello gangagen.com Owner. my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(12377, 1, 1771, '1', 'CPJames', ''),
(12378, 1, 1771, '2', 'CPJames', ''),
(12379, 1, 1771, '3', 'ch96elhphypb@proton.me', ''),
(12380, 1, 1771, '4', '(024) 767-5376', ''),
(12381, 1, 1771, '5', 'google', ''),
(12382, 1, 1771, '6', 'tiktok save', ''),
(12383, 1, 1771, '7', 'Nah, ada artikel yang cukup bagus tentang tiktok save service. <a href=>https://riotallo.com/manfaat-pakai-savefrom-net-yang-perlu-anda-ketahui</a> bisa berguna', ''),
(12384, 1, 1772, '1', 'Untok', ''),
(12385, 1, 1772, '2', 'Untok', ''),
(12386, 1, 1772, '3', 'akpm813r@icloud.com', ''),
(12387, 1, 1772, '4', '(853) 525-8808', ''),
(12388, 1, 1772, '5', 'google', ''),
(12389, 1, 1772, '6', 'I promised.', ''),
(12390, 1, 1772, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/2lsymvwr', ''),
(12391, 1, 1773, '1', 'Untok', ''),
(12392, 1, 1773, '2', 'Untok', ''),
(12393, 1, 1773, '3', 'rvfyrf9o@gmail.com', ''),
(12394, 1, 1773, '4', '(501) 156-4530', ''),
(12395, 1, 1773, '5', 'google', ''),
(12396, 1, 1773, '6', 'I promised.', ''),
(12397, 1, 1773, '7', 'Hi, this is Jenny. I am sending you my intimate photos as I promised. https://tinyurl.com/2hd3ld4r', ''),
(12398, 1, 1774, '1', 'JamesTap', ''),
(12399, 1, 1774, '2', 'JamesTap', ''),
(12400, 1, 1774, '3', 'vkgnv@course-fitness.com', ''),
(12401, 1, 1774, '4', '(874) 610-4313', ''),
(12402, 1, 1774, '5', 'google', ''),
(12403, 1, 1774, '6', 'Test, just a test', ''),
(12404, 1, 1774, '7', '滿天星娛樂城 STAR \r\n \r\n \r\n \r\nhttps://xn--uis74a0us56agwe20i.com/', ''),
(12405, 1, 1775, '1', 'sochi.cat  Maync', ''),
(12406, 1, 1775, '2', 'sochi.cat  Maync', ''),
(12407, 1, 1775, '3', 'sochifms@yandex.ru', ''),
(12408, 1, 1775, '4', '(274) 481-2271', ''),
(12409, 1, 1775, '5', 'google', ''),
(12410, 1, 1775, '6', 'Создание сайтов в Сочи', ''),
(12411, 1, 1775, '7', 'Веб-студия SOCHI.CAT создание сайтов в Сочи, разработка мобильных приложений  https://sochi.cat   <a href=https://sochi.cat>Создание сайтов в Сочи</a>  заказать сайтов в Сочи - цена сайта от 4 тыс руб.', ''),
(12412, 1, 1776, '1', 'Eric', ''),
(12413, 1, 1776, '2', 'Jones', ''),
(12414, 1, 1776, '3', 'ericjonesmyemail@gmail.com', ''),
(12415, 1, 1776, '4', '(555) 555-1212', ''),
(12416, 1, 1776, '5', 'SA', ''),
(12417, 1, 1776, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(12418, 1, 1776, '7', 'To the gangagen.com Administrator.\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(12419, 1, 1777, '1', 'ShaunAnnom', ''),
(12420, 1, 1777, '2', 'ShaunAnnom', ''),
(12421, 1, 1777, '3', 'shaun24@aiwritting.com', ''),
(12422, 1, 1777, '4', '(877) 427-5571', ''),
(12423, 1, 1777, '5', 'google', ''),
(12424, 1, 1777, '6', 'What if you could write like a pro with AI?', ''),
(12425, 1, 1777, '7', 'Hi there, \r\n \r\nDo you want to take your writing skills to the next level? Do you want to create content that attracts, engages, and converts your audience? Do you want to save time and energy while writing more effectively? \r\n \r\nIf you answered yes to any of these questions, then I have some great news for you. There is a way to achieve all of that and more. It’s called AI-powered writing, and it’s a game-changer for anyone who writes online. \r\n \r\nAI-powered writing is a method of using artificial intelligence to help you write better. It works by analyzing your text and generating suggestions on how to improve your style, grammar, and vocabulary. It can also help you come up with new ideas for your writing by suggesting topics and keywords that you may want to explore. \r\nhttps://seranking.life/FreeTrials \r\n \r\nBut that’s not all. AI-powered writing can also help you write different types of content, such as blog posts, landing pages, ads, headlines, slogans, emails, and more. All you have to do is enter some basic information about your topic or goal, and AI-powered writing will do the rest. \r\n \r\nSounds too good to be true? Well, don’t take my word for it. Try it out for yourself and see what AI-powered writing can do for you. You can sign up for a free trial today and get access to 10 credits per month. That means you can generate up to 10 pieces of content for free every month. \r\n \r\nTo get started with AI-powered writing, just click on this link: https://seranking.life/FreeTrials \r\n \r\nTrust me, once you try AI-powered writing, you’ll never want to write without it again. \r\n \r\nHappy writing! \r\n \r\nShaun Crawford', ''),
(12426, 1, 1778, '1', 'TerryEvoth', ''),
(12427, 1, 1778, '2', 'TerryEvoth', ''),
(12428, 1, 1778, '3', 'bzwjs@course-fitness.com', ''),
(12429, 1, 1778, '4', '(745) 804-8486', ''),
(12430, 1, 1778, '5', 'google', ''),
(12431, 1, 1778, '6', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包', ''),
(12432, 1, 1778, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(12433, 1, 1779, '1', 'Jamesevoms', ''),
(12434, 1, 1779, '2', 'Jamesevoms', ''),
(12435, 1, 1779, '3', 'yourmail@gmail.com', ''),
(12436, 1, 1779, '4', '(072) 464-2358', ''),
(12437, 1, 1779, '5', 'google', ''),
(12438, 1, 1779, '6', 'Entrain and support cryptocurrency', ''),
(12439, 1, 1779, '7', 'Every moment is the conditions to involved in apartment in. There won\'t be another addle like this \r\n<a href=https://accounts.binance.com/en/register?ref=25293193>Buy and exchange cryptocurrency in minutes </a>', ''),
(12440, 1, 1780, '1', 'Eric', ''),
(12441, 1, 1780, '2', 'Jones', ''),
(12442, 1, 1780, '3', 'eric.jones.z.mail@gmail.com', ''),
(12443, 1, 1780, '4', '(555) 555-1212', ''),
(12444, 1, 1780, '5', 'SA', ''),
(12445, 1, 1780, '6', 'Why not TALK with your leads?', ''),
(12446, 1, 1780, '7', 'To the gangagen.com Owner.\r\n\r\nMy name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(12447, 1, 1781, '1', 'Steve', ''),
(12448, 1, 1781, '2', 'Rickmaw', ''),
(12449, 1, 1781, '3', 'steverickmaw89@gmail.com', ''),
(12450, 1, 1781, '4', '(905) 279-0528', ''),
(12451, 1, 1781, '5', 'PaidSocial', ''),
(12452, 1, 1781, '6', 'Join Us: Social Media Reps Needed', ''),
(12453, 1, 1781, '7', 'Hi there!\r\n\r\nWe are a growing company seeking social media representatives. This would be an excellent way of supporting yourself if you\'re interested.\r\n\r\nWe need someone who is engaged and dependable with strong communication skills, who thrives in a hectic environment.\r\n\r\nYou will be responsible for posting and engaging on Facebook, Instagram, Twitter, LinkedIn and other popular platforms. This will involve publishing content to these channels by commenting and liking posts from various clients\' pages and retweeting/sharing content from popular accounts.\r\n\r\nI\'m just checking to see if you\'re interested in this job; we have reserved your position for a few hours, but need to have someone take the spot after that.\r\n\r\nIf you are interested, you can click the link below to learn more.\r\n\r\nhttps://hop.clickbank.net/?affiliate=aisocial&vendor=socialpaid&pid=nooptin\r\n\r\nLooking out for you, \r\n\r\nSteve :)', ''),
(12454, 1, 1782, '1', 'Eric', ''),
(12455, 1, 1782, '2', 'Jones', ''),
(12456, 1, 1782, '3', 'ericjonesmyemail@gmail.com', ''),
(12457, 1, 1782, '4', '(555) 555-1212', ''),
(12458, 1, 1782, '5', 'CENTRE', ''),
(12459, 1, 1782, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(12460, 1, 1782, '7', 'To the gangagen.com Owner! my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(12461, 1, 1783, '1', 'Edythe', ''),
(12462, 1, 1783, '2', 'Edythe', ''),
(12463, 1, 1783, '3', 'edythe@gangagen.com', ''),
(12464, 1, 1783, '4', '(018) 624-9107', ''),
(12465, 1, 1783, '5', 'Edythe Garratt', ''),
(12466, 1, 1783, '6', 'Edythe Garratt', ''),
(12467, 1, 1783, '7', 'Hi,\r\n\r\nDo you ever worry about your belongings when you travel? I know I do.  Our Sling Bags are drop-proof, anti-theft, scratch-resistant, and come with a USB charging port. They\'re perfect for keeping your belongings safe when you\'re on the go.\r\n\r\nI think these would make an excellent addition to your travel gear. I\'m confident you\'ll love them as much as I do.\r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time\r\n\r\nBuy now: https://fashiondaily.shop\r\n\r\nRegards, \r\n\r\nEdythe', ''),
(12468, 1, 1784, '1', 'Lashonda', ''),
(12469, 1, 1784, '2', 'Graebner', ''),
(12470, 1, 1784, '3', 'easyseobot@gmail.com', ''),
(12471, 1, 1784, '4', '(641) 705-6090', ''),
(12472, 1, 1784, '5', 'Lashonda Graebner', ''),
(12473, 1, 1784, '6', 'Increase Your Online Visibility with Our SEO Checklist', ''),
(12474, 1, 1784, '7', 'Boost your online visibility and attract more visitors to your business with our SEO checklist. Improve your search engine rankings quickly and easily with our comprehensive guide. \r\n\r\nDon\'t let a bad search engine ranking hurt your business. Check out our SEO checklist today and start ranking higher on Google! \r\n\r\nClick the link below to learn more and purchase the checklist now.\r\n\r\nhttps://easyseobot.com/\r\n\r\nThank me later,\r\n\r\nLyall Colton', ''),
(12475, 1, 1785, '1', 'Eric', ''),
(12476, 1, 1785, '2', 'Jones', ''),
(12477, 1, 1785, '3', 'ericjonesmyemail@gmail.com', ''),
(12478, 1, 1785, '4', '(555) 555-1212', ''),
(12479, 1, 1785, '5', 'BURGENLAND', ''),
(12480, 1, 1785, '6', 'instead, congrats', ''),
(12481, 1, 1785, '7', 'Hi gangagen.com Administrator. \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(12482, 1, 1786, '1', 'Allen', ''),
(12483, 1, 1786, '2', 'Young', ''),
(12484, 1, 1786, '3', 'allen@fundingready.online', ''),
(12485, 1, 1786, '4', '(202) 991-6766', ''),
(12486, 1, 1786, '5', 'Express Capital', ''),
(12487, 1, 1786, '6', 'Something to consider', ''),
(12488, 1, 1786, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nAs a business owner you already know how hard it can be to get your hands on some working capital!\r\n\r\nHowever, all that has changed! \r\n\r\nExpress Capital is a Direct Lender who would like to offer you a working capital loan up to 500k.\r\n \r\nGet pre-qualified in less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\nWarm Regards,\r\n\r\nAllen Young\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(12489, 1, 1787, '1', 'Eric', ''),
(12490, 1, 1787, '2', 'Jones', ''),
(12491, 1, 1787, '3', 'ericjonesmyemail@gmail.com', ''),
(12492, 1, 1787, '4', '(555) 555-1212', ''),
(12493, 1, 1787, '5', 'PR', ''),
(12494, 1, 1787, '6', 'Try this, get more leads', ''),
(12495, 1, 1787, '7', 'Dear gangagen.com Administrator! my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(12496, 1, 1788, '1', 'Kira', ''),
(12497, 1, 1788, '2', 'Cochrane', ''),
(12498, 1, 1788, '3', 'cochrane.kira@gmail.com', ''),
(12499, 1, 1788, '4', '(702) 525-4770', ''),
(12500, 1, 1788, '5', 'Kira Cochrane', ''),
(12501, 1, 1788, '6', 'Grandpa Randy Makes $14,197 from His Living Room', ''),
(12502, 1, 1788, '7', 'Hi,\r\n\r\nDiscover how Grandpa made $14,197 from his living room with no tech experience using our powerful app builder. \r\n\r\nOur drag-and-drop interface and customizable templates make it easy to create a professional-looking app with no coding skills required.\r\n\r\nDon\'t miss out on the opportunity to build your own mobile app empire like Grandpa did. \r\n\r\nClick the link to see how our app builder can help you get started.\r\n\r\nhttps://specialzap.com/appbuilder\r\n\r\nBest regards', ''),
(12503, 1, 1789, '1', 'Mike Erickson', ''),
(12504, 1, 1789, '2', 'Mike Erickson', ''),
(12505, 1, 1789, '3', 'no-replyPovaTasy@gmail.com', ''),
(12506, 1, 1789, '4', '(501) 176-5074', ''),
(12507, 1, 1789, '5', 'google', ''),
(12508, 1, 1789, '6', 'Monthly SEO plans from 49$ ONLY', ''),
(12509, 1, 1789, '7', 'Greetings \r\n \r\nI have just verified your SEO on  gangagen.com for the ranking keywords and saw that your website could use a boost. \r\n \r\nWe will increase your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our plans here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Erickson\r\n \r\n \r\nPS: Quality SEO content is included', ''),
(12510, 1, 1790, '1', 'Josephtor', ''),
(12511, 1, 1790, '2', 'Josephtor', ''),
(12512, 1, 1790, '3', 'aosipenkos@hotmail.com', ''),
(12513, 1, 1790, '4', '(175) 551-2610', ''),
(12514, 1, 1790, '5', 'google', ''),
(12515, 1, 1790, '6', 'Great site!', ''),
(12516, 1, 1790, '7', 'Hi, my name is Ida. I like your site very much. I would like to chat a bit, write me here http://bit.ly/3YLtt24 - Nick IdaCute', ''),
(12517, 1, 1791, '1', 'Waltergroob', ''),
(12518, 1, 1791, '2', 'Waltergroob', ''),
(12519, 1, 1791, '3', 'gangiret98@gmail.com', ''),
(12520, 1, 1791, '4', '(538) 614-7123', ''),
(12521, 1, 1791, '5', 'google', ''),
(12522, 1, 1791, '6', 'best cardholder video her', ''),
(12523, 1, 1791, '7', 'best cardholder video here https://www.youtube.com/watch?v=f-h1lJxdGwE', ''),
(12524, 1, 1792, '1', 'Joe', ''),
(12525, 1, 1792, '2', 'Celine', ''),
(12526, 1, 1792, '3', 'joe@spotlessdigital.net', ''),
(12527, 1, 1792, '4', '(714) 908-9255', ''),
(12528, 1, 1792, '5', 'Tb U fhotmxx', ''),
(12529, 1, 1792, '6', 'Are you still in business?', ''),
(12530, 1, 1792, '7', 'Hi, \r\nAre you still in business? \r\nI found a few errors on your site.\r\nWould you like me to send over a screenshot of those errors?\r\n\r\nRegards\r\nJoe\r\n(714) 908-9255', ''),
(12531, 1, 1793, '1', 'WilliamMed', ''),
(12532, 1, 1793, '2', 'WilliamMed', ''),
(12533, 1, 1793, '3', 'na.paleve@hotmail.com', ''),
(12534, 1, 1793, '4', '(767) 154-6827', ''),
(12535, 1, 1793, '5', 'google', ''),
(12536, 1, 1793, '6', 'nevermind', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(12537, 1, 1793, '7', 'Все виды электромонтажных работ:   https://mastera-stolici.ru/ \r\nвнутренние электромонтажные работы, прокладка кабеля напряжением до 1000В, монтаж уличного освещения с установкой опор, архитектурная и декоративная подсветка, замеры параметров электрических цепей. \r\nМонтаж силовых и осветительных электрических сетей, компьютерных сетей, сетей связи и безопасности. \r\nПрокладка наружных сетей электроснабжения напряжением до 1000 В. \r\nПрокладка кабеля в земле. \r\nПрокладка кабеля в помещениях. \r\nМонтаж уличного освещения с установкой опор. \r\nАрхитектурная и декоративная подсветка. \r\nЗамеры параметров электрических сетей. \r\nТехническое обследование. \r\nМонтаж систем бесперебойного питания \r\nМонтаж стабилизаторов \r\nМонтаж молниезащиты \r\nМонтаж заземления \r\nСборка электрощитового оборудования \r\nМонтаж видеонаблюдения \r\nМонтаж кондиционеров \r\nhttps://mastera-stolici.ru/', ''),
(12538, 1, 1794, '1', 'RichardBex', ''),
(12539, 1, 1794, '2', 'RichardBex', ''),
(12540, 1, 1794, '3', 'wj1ra@course-fitness.com', ''),
(12541, 1, 1794, '4', '(741) 480-5852', ''),
(12542, 1, 1794, '5', 'google', ''),
(12543, 1, 1794, '6', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(12544, 1, 1794, '7', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(12545, 1, 1795, '1', 'SteveTride', ''),
(12546, 1, 1795, '2', 'SteveTride', ''),
(12547, 1, 1795, '3', 'l7e9y@course-fitness.com', ''),
(12548, 1, 1795, '4', '(400) 574-0466', ''),
(12549, 1, 1795, '5', 'google', ''),
(12550, 1, 1795, '6', '水微晶玻尿酸 - 八千代', ''),
(12551, 1, 1795, '7', '水微晶玻尿酸 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/hyadermissmile-injection/', ''),
(12552, 1, 1796, '1', 'Eric', ''),
(12553, 1, 1796, '2', 'Jones', ''),
(12554, 1, 1796, '3', 'ericjonesmyemail@gmail.com', ''),
(12555, 1, 1796, '4', '(555) 555-1212', ''),
(12556, 1, 1796, '5', 'ON', ''),
(12557, 1, 1796, '6', 'Your site – more leads?', ''),
(12558, 1, 1796, '7', 'Hello gangagen.com Administrator.\r\n\r\nThis is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(12559, 1, 1797, '1', 'Jacksonasit', ''),
(12560, 1, 1797, '2', 'Jacksonasit', ''),
(12561, 1, 1797, '3', '1@inrus.top', ''),
(12562, 1, 1797, '4', '(342) 532-5545', ''),
(12563, 1, 1797, '5', 'google', ''),
(12564, 1, 1797, '6', 'Купить Мефедрон в Москве? САЙТ - WWW.KLAD.TODAY  Мефедрон Купить. САЙТ - WWW.KLAD.TODAY', ''),
(12565, 1, 1797, '7', 'Купить Мефедрон в Москве? САЙТ - WWW.KLAD.TODAY  Мефедрон Купить. САЙТ - WWW.KLAD.TODAY \r\n \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\n \r\nКупить Мефедрон в Москве, \r\nСколько стоит Мефедрон в Москве, \r\nКак купить Мефедрон в Москве, \r\nГде купить Мефедрон в Москве, \r\nКупить Мефедрон в Москве, \r\nСколько стоит КУРЕВО Мефедрон в Москве, \r\nКупить КУРЕВО Мефедрон в Москве, \r\nЦена на КУРЕВО Мефедрон в Москве, \r\nКупить героин в Москве, \r\nКупить экстази в Москве, \r\nКупить шишки в Москве, \r\nКупить гашиш в Москве, \r\nКупить мефедрон в Москве, \r\nКупить экстази в Москве, \r\nКупить МДМА в Москве, \r\nКупить лсд в Москве, \r\nКупить фен в Москве, \r\nКупить скорость альфа в Москве, \r\nКупить гидропонику в Москве, \r\nКупить метамфетамин в Москве, \r\nКупить эйфоретики в Москве, \r\nКупить закладки в Москве, \r\nКупить МЕФЕДРОН закладкой в Москве', ''),
(12566, 1, 1798, '1', 'Untok', ''),
(12567, 1, 1798, '2', 'Untok', ''),
(12568, 1, 1798, '3', 'ql7waruy@yahoo.com', ''),
(12569, 1, 1798, '4', '(546) 638-3515', ''),
(12570, 1, 1798, '5', 'google', ''),
(12571, 1, 1798, '6', 'I promised.', ''),
(12572, 1, 1798, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/2j4fsb4h', ''),
(12573, 1, 1799, '1', 'Untok', ''),
(12574, 1, 1799, '2', 'Untok', ''),
(12575, 1, 1799, '3', 'km4s0kb3@hotmail.com', ''),
(12576, 1, 1799, '4', '(852) 146-8460', ''),
(12577, 1, 1799, '5', 'google', ''),
(12578, 1, 1799, '6', 'I promised.', ''),
(12579, 1, 1799, '7', 'Hi, this is Julia. I am sending you my intimate photos as I promised. https://tinyurl.com/2mz8d8r2', ''),
(12580, 1, 1800, '1', 'Francisduand', ''),
(12581, 1, 1800, '2', 'Francisduand', ''),
(12582, 1, 1800, '3', 'valentinellington@wwjmp.com', ''),
(12583, 1, 1800, '4', '(834) 043-7826', ''),
(12584, 1, 1800, '5', 'google', ''),
(12585, 1, 1800, '6', '<a href=https://accounts.binance.com/en/register?ref=25293193> How to take home receipts from cryptocurrencies?</a>', ''),
(12586, 1, 1800, '7', '</a> \r\n</a>', ''),
(12587, 1, 1801, '1', 'Eric', ''),
(12588, 1, 1801, '2', 'Jones', ''),
(12589, 1, 1801, '3', 'ericjonesmyemail@gmail.com', ''),
(12590, 1, 1801, '4', '(555) 555-1212', ''),
(12591, 1, 1801, '5', 'NW', ''),
(12592, 1, 1801, '6', 'There they go…', ''),
(12593, 1, 1801, '7', 'Hi gangagen.com Admin. my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(12594, 1, 1802, '1', 'Eric', ''),
(12595, 1, 1802, '2', 'Jones', ''),
(12596, 1, 1802, '3', 'ericjonesmyemail@gmail.com', ''),
(12597, 1, 1802, '4', '(555) 555-1212', ''),
(12598, 1, 1802, '5', 'NA', ''),
(12599, 1, 1802, '6', 'Your site – more leads?', ''),
(12600, 1, 1802, '7', 'Hi gangagen.com Owner! this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(12601, 1, 1803, '1', 'TommyAutof', ''),
(12602, 1, 1803, '2', 'TommyAutof', ''),
(12603, 1, 1803, '3', 'relopter@avio.alc-nnov.ru', ''),
(12604, 1, 1803, '4', '(447) 327-4021', ''),
(12605, 1, 1803, '5', 'google', ''),
(12606, 1, 1803, '6', 'Thank', ''),
(12607, 1, 1803, '7', 'Ð¿Ñ€Ð¸ÐºÑ€Ð¾Ð²Ð°Ñ‚Ð½Ð°Ñ Ñ‚ÑƒÐ¼Ð±Ð¾Ñ‡ÐºÐ° Ð¼Ð°Ð»ÐµÐ½ÑŒÐºÐ°Ñ \r\n<a href=https://mebelpodarok.ru/>https://mebelpodarok.ru/</a>', ''),
(12608, 1, 1804, '1', 'Edmundmom', ''),
(12609, 1, 1804, '2', 'Edmundmom', ''),
(12610, 1, 1804, '3', 'yp8k@course-fitness.com', ''),
(12611, 1, 1804, '4', '(477) 852-4422', ''),
(12612, 1, 1804, '5', 'google', ''),
(12613, 1, 1804, '6', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(12614, 1, 1804, '7', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(12615, 1, 1805, '1', 'Mildredces', ''),
(12616, 1, 1805, '2', 'Mildredces', ''),
(12617, 1, 1805, '3', 'innaberlog11@gmail.com', ''),
(12618, 1, 1805, '4', '(150) 088-2564', ''),
(12619, 1, 1805, '5', 'google', ''),
(12620, 1, 1805, '6', 'Русскоязычный форум Турции', ''),
(12621, 1, 1805, '7', 'Русскоязычный форум Турции - это онлайн-сообществo, созданное для русскоязычных туристов, живущих, работающих или просто отдыхающих в Турции. Форум https://turkiye.community/ предоставляет платформу для обмена опытом, советами и информацией о Турции, включая достопримечательности, места отдыха, рестораны, развлечения и другие полезные советы. \r\n \r\nНа форуме https://turkiye.community/ можно найти множество тематических разделов, отвечающих на различные вопросы, связанные с Турцией, такие как размещение, кухня, путешествия, жизнь в Турции и многое другое. Кроме того, форум также предоставляет возможность для общения с другими русскоязычными туристами, которые могут помочь с различными вопросами и проблемами, возникающими во время пребывания в Турции. \r\n \r\nРусскоязычный форум Турции https://turkiye.community/ может быть очень полезным инструментом для тех, кто хочет узнать больше о Турции и получить рекомендации от опытных туристов, живущих в стране.', ''),
(12622, 1, 1806, '1', 'Ujay', ''),
(12623, 1, 1806, '2', 'Kumar', ''),
(12624, 1, 1806, '3', 'Ujaykumar1234@gmail.com', ''),
(12625, 1, 1806, '4', '(997) 249-6534', ''),
(12626, 1, 1806, '5', 'NS', ''),
(12627, 1, 1806, '6', 'Biochemistry', ''),
(12628, 1, 1806, '7', 'Hello Sir, \r\n\r\nMy name is Ujay kumar P I completed my post graduation in Biochemistry from  Manglore university. I completed my graduation in Biochemistry, Biotechnology and Genetics under Bangalore University in 2020. I completed diploma in computer literacy.  I have computer knowledge. And I completed internship in ICMR ROHCS Bangalore regarding biochemical techniques and instruments. I completed my project in my masters the project title is \"Isolation and partial purification of protease from Fusarium species of gaint honey bee Apis dorsata\". I am mailing you because I am looking for job at present so, if you have any openings please let me know sir. I am interested in research and development, QA, QC, and life science any jobs.  I know about  Microbiology techniques, immunology  techniques , Molecular biology techniques. Instruments like HPLC, GC, GC-MS.  Thanking you', ''),
(12629, 1, 1807, '1', 'Calmly', ''),
(12630, 1, 1807, '2', 'M Koshy', ''),
(12631, 1, 1807, '3', 'calmly1996@gmail.com', ''),
(12632, 1, 1807, '4', '(949) 753-8316', ''),
(12633, 1, 1807, '5', 'SRMIST Kattankulathur, Chennai, TN', ''),
(12634, 1, 1807, '6', 'Request for working in your lab', ''),
(12635, 1, 1807, '7', 'My research topic is the \"Isolation and characterization of bacteriophage from S. maltophilia\". I would like to continue my work in your lab as part of my research. Kindly consider my request. I will be glad to hear a positive reply from you.', ''),
(12636, 1, 1808, '1', 'ScottPrego', ''),
(12637, 1, 1808, '2', 'ScottPrego', ''),
(12638, 1, 1808, '3', 'dasha.pronina.1997@bk.ru', ''),
(12639, 1, 1808, '4', '(251) 857-5466', ''),
(12640, 1, 1808, '5', 'google', ''),
(12641, 1, 1808, '6', 'Программы Для Создания Дизайна Интерьера', ''),
(12642, 1, 1808, '7', 'Компания контролирует процесс изготовления на всех стадиях https://vasilievgallery.ru/portfolio/bathrooms/\r\n  Сегодня Vitra – крупный мебельный производитель, имеющий множество наград с престижных выставок https://vasilievgallery.ru/portfolio/kitchen/kuhni-mdf-plenka/kuhnya-mdf-pvh-plenka/\r\n \r\nФабрика ООО Сильвер ТМ Сон Сервис - это перспективная и развивающаяся фабрика в Нижегородской области по производству матрасов https://vasilievgallery.ru/portfolio/library/biblioteka-v-kabinet/\r\n \r\nНедостатки: \r\nХорошую продукцию предлагают многие производители https://vasilievgallery.ru/portfolio/closets/ne-vstroennye-shkafy-kupe/shkaf-kupe-s-delitelyami/\r\n  При выборе бренда – чтобы не ошибиться и не жалеть о покупке – можно ориентироваться на ряд критериев https://vasilievgallery.ru/portfolio/kitchen/kuhni-mdf-plenka/kuhnya-salatnaya/\r\n \r\nЦеха фабрики размещаются двадцати тысяч квадратных метров https://vasilievgallery.ru/portfolio/closets/vstroennye-shkafy-kupe/sh/\r\n  Производство почти полностью автоматизировано, и потому при распиле какие-либо ошибки исключены, а время сборки значительно сокращено https://vasilievgallery.ru/portfolio/livingroom/stenka-lyubushka/\r\n  Rivalli дает гарантию сроком на 5 лет, так как сам изготавливает большую часть фурнитуры и уверен в работе механизмов https://vasilievgallery.ru/article/video/video-20-kuhnya/\r\n \r\n© AskTel – Справочник компаний России 2014-2021 https://vasilievgallery.ru/portfolio/livingroom/gostinaya-7/\r\n  Вся информация об организациях России: адреса, телефоны, сайты, режим работы, отзывы https://vasilievgallery.ru/portfolio/kitchen/kuhni-plastik/kuhnya-plastik-s-barnoj-stojkoj/\r\n  Размещение информации на сайте бесплатное https://vasilievgallery.ru/article/video/detskaya-oranzhevaya/\r\n  Администрация портала не несет ответственность за достоверность предоставленной представителями компаний информации https://vasilievgallery.ru/portfolio/kitchen/kuhni-plastik/', ''),
(12643, 1, 1809, '1', 'BlakeHar', ''),
(12644, 1, 1809, '2', 'BlakeHar', ''),
(12645, 1, 1809, '3', 'gafurov.volodya@list.ru', ''),
(12646, 1, 1809, '4', '(211) 464-7014', ''),
(12647, 1, 1809, '5', 'google', ''),
(12648, 1, 1809, '6', 'Фрезерно-Гравировальный Станок', ''),
(12649, 1, 1809, '7', 'На современном рынке широко представлено фрезерное оборудование с ЧПУ торговой марки Инвест Адам https://triosi.ru\r\n  Основными преимуществами моделей, которые отличаются своей компактностью и универсальностью, являются: \r\nОбязательное условие работы на таком оборудовании — подача жидкости в место контакта фрезы с поверхностью обработки https://triosi.ru\r\n  Она способствует не только охлаждению, но и быстрому удалению пыли и фрагментов, которые мешают процессу и могут испортить заготовку при попадании под фрезу https://triosi.ru\r\n \r\n• Малое время  7 секунд https://triosi.ru/catalog/s-series/cnc-milling-machine-s-1500\r\n \r\n• Комплектующие ведущих мировых производителей: THK, Hiwin, Siemens, Fanuc, Mitsubishi https://triosi.ru\r\n \r\n• Самые передовые решения в области 5-ти осевой обработки, благодаря применению систем ЧПУ последнего поколения Heidenhain TNC 640 или Siemens 840 D SL https://triosi.ru/catalog/s-series/cnc-milling-machine-s-1500\r\n \r\nВертикально-фрезерный станок с ЧПУ https://triosi.ru/catalog/series-d/d-600', ''),
(12650, 1, 1810, '1', 'Thomaskar', ''),
(12651, 1, 1810, '2', 'Thomaskar', ''),
(12652, 1, 1810, '3', 'pavlik.timofeev.2023@bk.ru', ''),
(12653, 1, 1810, '4', '(007) 218-5680', ''),
(12654, 1, 1810, '5', 'google', ''),
(12655, 1, 1810, '6', 'Подоконники Натуральный Камень', ''),
(12656, 1, 1810, '7', 'На поверхность из дерева не рекомендуется ставить горячие предметы, снятую с огня посуду, так как на плоскости могут образоваться различные пятна http://kpdkamen.ru/fireplaces/\r\n  Чтобы избежать появления таких дефектов используйте специальные подставки под горячее http://kpdkamen.ru\r\n \r\nПесчаник: самый дешёвый натуральный камень с интересной фактурой http://kpdkamen.ru\r\n  Плохо переносит порезы и удары, в этом плане схож с мрамором http://kpdkamen.ru/actions/fireplaces/\r\n \r\nВсе о том, как использовать деревянную столешницу в интерьере разных комнат http://kpdkamen.ru/stairs/\r\n \r\n4 http://kpdkamen.ru/floors/\r\n  Гранит и кварц слегка фонят http://kpdkamen.ru/windowsills/\r\n  Дело в том, что камни радиоактивны http://kpdkamen.ru/windowsills/\r\n  Показатели минимальные, поэтому они полностью безопасны для людей, хоть и издают небольшой  http://kpdkamen.ru/fireplaces/\r\n  При заказе или покупке столешницы обязательно запрашивайте сертификат качества http://kpdkamen.ru/windowsills/\r\n \r\n5 http://kpdkamen.ru/portals/\r\n  Сложности во время реставрации http://kpdkamen.ru/tabletop/\r\n  Восстановить натуральный материал намного труднее, чем имитацию http://kpdkamen.ru/fireplaces/\r\n  В некоторых случаях ремонт и вовсе невозможен http://kpdkamen.ru/tabletop/\r\n \r\n3 http://kpdkamen.ru/fireplaces/\r\n  Разнообразие необычных оттенков http://kpdkamen.ru/stairs/\r\n  Матушка-природа создала камни таких цветов, которые трудно сымитировать http://kpdkamen.ru', ''),
(12657, 1, 1811, '1', 'Helene', ''),
(12658, 1, 1811, '2', 'Elkins', ''),
(12659, 1, 1811, '3', 'elkins.helene26@gmail.com', ''),
(12660, 1, 1811, '4', '(780) 623-3690', ''),
(12661, 1, 1811, '5', 'Helene Elkins', ''),
(12662, 1, 1811, '6', 'Brand New, AI Supported Technology That Does Everything For You', ''),
(12663, 1, 1811, '7', 'Hey,\r\n\r\nEvery business owner needs plagiarism fr-ee content, \r\nattention grabbing images, eye catchy graphics to get higher SERPs & engage maximum audience to their offers.\r\n\r\nBut,\r\n\r\nMajor third party platforms charge a HUGE monthly fee that is\r\nway beyond the reach of a majority of marketers.\r\nNow,\r\n\r\nIf you too faced this issue,\r\n\r\nIt’s time to take a breather as we present…\r\n\r\nWorld\'s First 20-In One - ChatGPT (OpenAi) Powered App Suite That Does Everything- Creating Content, Eye Catchy Graphics, Converting Text To Video, Text To Image, Chat GPT AI Chatbot, Keyword To Video, Keyword To Image, Corrects Grammar, Makes Image Variations, Writes Product Names, Interviews, Summarizes & explains Text, Topic Outlines, Sentiment Analysis, Proofreading, Analogy Maker, Keyword Extractor, Ad Copy & Spreadsheet Generator In Just 2 Mins…\r\n\r\n==> Here Full Scoop https://warriorplus.com/o2/a/h95m06/0\r\n\r\nHere are some of its benefits-\r\n\r\n100% Chat GPT Supported App That Works Smoothly On Open AI\r\nAutomatically Generate Profitable Marketing Copies For Any Offer In 3 Clicks\r\nGet 20 Business Boosting Tools & Manage Them From Single Dashboard\r\nCreate & Sell Attention Grabbing Marketing Assets To Hungry Audience Globally\r\nBuild High Converting Marketing Materials Like Sales Video Scripts, Ads Copies, Trending Articles Etc In Few Clicks\r\nStop Paying Huge Monthly Fees To Expensive Copywriters, Freelancers Forever\r\nSave Your Time & Money And Use Them For Productive Purposes\r\nMake Top Dollar By Selling These Red Hot Services On Fiverr\r\nCommercial License Included To Provide Red Hot Services To Hungry Business Owners Globally\r\n100% Easy To Use, Newbie Friendly Technology\r\n\r\nJust imagine the kind of growth prospects in store without any content, graphics, video creation or any marketing, prior tech skills or experience?\r\n\r\nIt’s all going to soon become your reality.\r\n\r\nGet AI Hub At Low Earlybird Price Here https://warriorplus.com/o2/a/h95m06/0\r\n\r\nThat\'s not all,\r\n\r\nYou\'ll also get step-by-step video training to explain everything\r\nand make the process hassle-free.\r\n\r\nIt’s a complete win win situation, but only available until the timer\r\non the page hits ZERO so HURRY up!\r\n\r\nGet AI Hub With Exclusive Bonuses Here\r\n\r\nLet’s Succeed Together,', ''),
(12664, 1, 1812, '1', 'Jasonabore', ''),
(12665, 1, 1812, '2', 'Jasonabore', ''),
(12666, 1, 1812, '3', 'vadimka.yudin.1996@list.ru', ''),
(12667, 1, 1812, '4', '(482) 213-3646', ''),
(12668, 1, 1812, '5', 'google', ''),
(12669, 1, 1812, '6', 'Ньютон Ульяновск Официальный', ''),
(12670, 1, 1812, '7', 'Результатом занятий становится не только правильная и четкая речь https://logoped-newton.ru/2022/08/04/светлана-валерьевна-титова/\r\n   После прохождения курса занятий с логопедом по исправлению произношения, дети приобретают уверенность при общении со сверстниками и взрослыми, результативно используют навыки коммуникации при получении новых знаний и преодолевают сложный барьер психологического дискомфорта https://logoped-newton.ru/uslugi/logoped/\r\n \r\n…имодействия логопеда и воспитателя, разработанная известным петербургским логопедом О https://logoped-newton.ru/2023/02/02/юлия-олеговна-романченко/\r\n   И https://logoped-newton.ru/2023/02/02/татьяна-александровна-федорова/\r\n   Крупенчук, поможет наиболее эффективно скоординировать работу логопеда и воспитателя https://logoped-newton.ru/2023/03/09/елена-васильевна-лободина/\r\n   В ней представлены все л… \r\nНа данном этапе тренируется автоматизация звука в слогах разной структуры, в словах разной слоговой структуры и звуконаполняемости, во фразе https://logoped-newton.ru/uslugi/нейропсихолог/\r\n   Используются различные игровые приемы для закрепления навыка правильно произношения звука, работа по развитию фонематического восприятия, работа с предметными картинками или предметами, с сюжетными картинками или серией сюжетных картин https://logoped-newton.ru/2021/02/23/мусатова-елена-олеговна/\r\n   Цель: достижение правильного произношения поставленных звуков во фразовой речи (свободной речи) \r\nЕсли Вам обещают исправить речь за несколько занятий, то, скорее всего, Вы столкнулись с недобросовестным специалистом https://logoped-newton.ru/contacts/\r\n   Ни один нормальный логопед не даст Вам гарантий быстрого результата https://logoped-newton.ru/2022/07/25/анастасия-александровна-мартынюк/\r\n   Скорее всего, первые успехи будут заметны примерно через 2-4 месяца https://logoped-newton.ru/2021/02/23/мусатова-елена-олеговна/', ''),
(12671, 1, 1813, '1', 'Robertprala', ''),
(12672, 1, 1813, '2', 'Robertprala', ''),
(12673, 1, 1813, '3', 'erokhina.elizavetam9606@rambler.ru', ''),
(12674, 1, 1813, '4', '(052) 313-2327', ''),
(12675, 1, 1813, '5', 'google', ''),
(12676, 1, 1813, '6', '#category', ''),
(12677, 1, 1813, '7', 'I was interested in the <a href=\"https://alitems.co/g/1e8d1144946afb653ef51\">  </a>  thread, but I can\'t respond there.', ''),
(12678, 1, 1814, '1', 'MichaelHuh', ''),
(12679, 1, 1814, '2', 'MichaelHuh', ''),
(12680, 1, 1814, '3', 'ignatenko2024@list.ru', ''),
(12681, 1, 1814, '4', '(408) 755-8784', ''),
(12682, 1, 1814, '5', 'google', ''),
(12683, 1, 1814, '6', 'Грузовые Запчасти Маз', ''),
(12684, 1, 1814, '7', 'Насос отопителя дополнительный электрический (16мм, 24В) для автомобилей ГАЗ/МАЗ/КамАЗ Характеристики: Артикул: VPM 03245 OEM номера: 321 http://kraz-maz.ru/products/mezhosevoi-differentsial-mod-6505-2506010-03-flanets-8-otv\r\n 3780-10, 321 http://kraz-maz.ru/products/val-promezhutochnyi-v-sbore-260-1802084-shesternya-260-1802095-z-32\r\n 3780-01 Внутренний диаметр шланга отопителя, мм: 16 Номинальное напряжение, В: 24 Производительность, л/ч: 1600 Сила то http://kraz-maz.ru/products/rychag-rulevoi-trapetsii-kraz-pravyi\r\n \r\nФильтр http://kraz-maz.ru/products/korobka-razdatochnaya-kraz-643701-1800010-10\r\n \r\nот 1 руб http://kraz-maz.ru/products/differentsial-v-sbore-214-1802150\r\n \r\nБолт колеса L=105 мм (М22х1,5) (евро задний, тефлон) (54321-3104050) Запчасти МАЗ от БИТ комплект: Болт колеса L=105 мм (М22х1,5) (евро задний, тефлон) (54321-3104050) \r\nБашмак балансира в сборе со втулками (сталь) (6303-2918020) Запчасти МАЗ от БИТ комплект: Башмак балансира в сборе со втулками (сталь) (6303-2918020) \r\nПрименяемость по марке машин: МАЗ • Тип электрооборудования: габаритные огни • Производитель: автоэлектроконтакт http://kraz-maz.ru/products/differentsial-kraz-reduktora-mosta-z-51-260-2403010-20', ''),
(12685, 1, 1815, '1', 'RonaldNew', ''),
(12686, 1, 1815, '2', 'RonaldNew', ''),
(12687, 1, 1815, '3', 'conneusi-524@mail.ru', ''),
(12688, 1, 1815, '4', '(832) 067-5535', ''),
(12689, 1, 1815, '5', 'google', ''),
(12690, 1, 1815, '6', 'Метод Томатиса', ''),
(12691, 1, 1815, '7', 'При затрудненном дыхании https://med-newton.ru/dento_testimonials/otzyv-2-2/\r\n   Вызовите детского врача, если ребенок шумно дышит, Вы слышите хрипы при вдохе или выдохе малыша https://med-newton.ru/service_cat/medicinskie-uslugi/\r\n   Нарушения дыхания могут быть связаны с заложенностью носа, отеком гортани, попаданием в дыхательные пути инородного тела https://med-newton.ru/service_cat/fizioterapiya/\r\n   Все эти состояния требуют срочной консультации врача https://med-newton.ru/service_cat/oformlenie-dokumentov-i-spravok/\r\n \r\nИнкубационный период (время с момента заражения до появления первых признаков инфекции) при ветрянке длится от 11 до 21 дня https://med-newton.ru/o-nas/\r\n   После больной отмечает у себя: \r\nПри краснухе врач видит примерно такую же симптоматику экзантемы, что и при кори https://med-newton.ru/contact/\r\n   Единственное важное отличие — пятна никогда не сливаются друг с другом https://med-newton.ru/dento_testimonials/valeriya/\r\n   Общее состояние пациента может оставаться удовлетворительным https://med-newton.ru/otzyvy/\r\n \r\nОбеспечение дезинфицирующего и подсушивающего эффекта https://med-newton.ru/yslugi/nejropsiholog/\r\n   Обработка движениями изнутри кнаружи или от центра к периферии предупреждает занос инфекции в пупочную ранку \r\nВысыпаний https://med-newton.ru/wp-content/themes/dento/style.min.css?ver=6.1.1\r\n   Коревая сыпь – это пятнисто-папулезная экзантема яркого красно-коричневатого оттенка https://med-newton.ru/\r\n   Может приобретать геморрагический характер https://med-newton.ru/faqs/\r\n   Она образуется сначала за ушами и на голове, потом переходит на шею и лицо https://med-newton.ru/yslugi/logopedicheskij-massazh/\r\n   Спустя сутки с момента появления первых пятен, охватывает уже все туловище, плечи https://med-newton.ru/yslugi/psihiatr/\r\n   Потом распространяется на конечности и в это же время начинает понемногу бледнеть на лице https://med-newton.ru/service_cat/oformlenie-dokumentov-i-spravok/\r\n   В период кожных высыпаний в очередной раз усиливается интоксикация, температура повышается, катаральные симптомы становятся более выраженными https://med-newton.ru/yslugi/kvh/\r\n   Длится данный этап болезни примерно 2-3 дня https://med-newton.ru/yslugi/magnitoterapiya/\r\n \r\nВрожденная краснуха приводит к серьезным проблемам со здоровьем https://med-newton.ru/?post_type=yslugi&p=782\r\n   Именно поэтому женщинам, которые заразились заболеванием на ранних сроках беременности, часто предлагают сделать искусственный аборт https://med-newton.ru/yslugi/magnitoterapiya/\r\n   Плод, рожденный от инфицированной в первом триместре матери, может быть:', ''),
(12692, 1, 1816, '1', 'Allen', ''),
(12693, 1, 1816, '2', 'Young', ''),
(12694, 1, 1816, '3', 'allen@fundingready.online', ''),
(12695, 1, 1816, '4', '(202) 991-6766', ''),
(12696, 1, 1816, '5', 'Express Capital', ''),
(12697, 1, 1816, '6', 'Something to consider', ''),
(12698, 1, 1816, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nAs a business owner you already know how hard it can be to get your hands on some working capital!\r\n\r\nHowever, all that has changed! \r\n\r\nExpress Capital is a Direct Lender who would like to offer you a working capital loan up to 500k.\r\n \r\nGet pre-qualified in less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\nWarm Regards,\r\n\r\nAllen Young\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(12699, 1, 1817, '1', 'ScottFok', ''),
(12700, 1, 1817, '2', 'ScottFok', ''),
(12701, 1, 1817, '3', 'musaev.misha.1982.3.5@list.ru', ''),
(12702, 1, 1817, '4', '(638) 725-6262', ''),
(12703, 1, 1817, '5', 'google', ''),
(12704, 1, 1817, '6', 'Интерьерное Проектирование', ''),
(12705, 1, 1817, '7', 'Вызывая дизайнера, Вы решаете с ним все вопросы связанные с дизайн-проектом https://olga-filippova.ru/interior_appartment\r\n  Следующим шагом будет подписание  на разработку дизайн-проекта, со всеми необходимыми приложениями к нему https://olga-filippova.ru/fitness-spa\r\n \r\nАссортимент CONTOUR позволяет реализовать масштабный или корпоративный дизайн интерьера в любом стилистическом решении https://olga-filippova.ru/portfolio-kafe-interyery\r\n  В том числе и уникально гармоничный в противоречии авангард http://olga-filippova.ru/zakazat-dizajn-proekt-stoimost\r\n \r\n\r\nКак правило, в качестве необыкновенных и интересных аксессуаров применяют совсем небольшие предметы, которые выполняют роль декорации https://olga-filippova.ru/interery-medical-study-center#!\r\n  В то же время они совсем не лишены практичности https://olga-filippova.ru/home\r\n \r\nПонимаете? Сделайте так, чтобы ваш интерьер говорил о том, кто вы есть https://olga-filippova.ru/fitness-spa\r\n  Так вы не только сможете создать свой личный шедевр, но и получите удовольствие в процессе https://olga-filippova.ru/zakazat-dizajn-proekt-stoimost', ''),
(12706, 1, 1818, '1', 'Brunorog', ''),
(12707, 1, 1818, '2', 'Brunorog', ''),
(12708, 1, 1818, '3', 'hervacu.781@mail.ru', ''),
(12709, 1, 1818, '4', '(817) 367-2461', ''),
(12710, 1, 1818, '5', 'google', ''),
(12711, 1, 1818, '6', 'Межкомнатная Дверь Спб', ''),
(12712, 1, 1818, '7', 'Двери межкомнатные Мюнхен одни из самых популятных из царговых дверей, покрытых экошпоном https://metr2.pro/furnitura/ruchki.html\r\n   Современный дизайн, красивое и прочное покрытие, натурально копирующее текстуру древесины, крайне демократичная цена - вот слагаемые успеха этих межкомнатных дверей https://metr2.pro/katalog/mezhkomnatnaya-dver-forum-po-dub-sonoma.html\r\n   Мы стараемся держать одну из самых низки https://metr2.pro/mezhkomnatnye-dveri/dlya-vannoj-i-tualeta.html\r\n   https://metr2.pro/furnitura.html\r\n \r\nКроме того, такой комплексный подход даст вам опосредованную экономию https://metr2.pro/mezhkomnatnye-dveri/khity-prodazh.html\r\n   Установка двери занимает 1 день https://metr2.pro/mezhkomnatnye-dveri/dveri-knizhki.html\r\n   Установка пяти так же занимает 1 день https://metr2.pro/katalog/mezhkomnatnaya-dver-lotos-po-ital-oreh.html\r\n   Очевидно, лучше сразу поставить все 5, чем ставить по одной, затрачивая на это 5 дней https://metr2.pro/katalog/mezhkomnatnaya-dver-valencia.html\r\n   А в сэкономленное время, можно заняться чем-то полезным https://metr2.pro/katalog/mezhkomnatnaya-dver-unica-7-white.html\r\n \r\nКогда требуется установка двери в ванной комнате или туалете, необходимо выбирать дверь из такого материала, который будет достаточно неуязвим условиям повышенной влажности и наличию сырости и наделен необходимыми шумо-изоляционными качествами https://metr2.pro/katalog/mezhkomnatnaya-dver-assol-nafta-2-po.html\r\n   Хорошим вариантом для бытовых помещений будет стеклянная дверь с матовым эффектом https://metr2.pro/mezhkomnatnye-dveri/italyanskij-oreh.html\r\n   Хотя, это, конечно, достаточно дорого https://metr2.pro/katalog/cheboks-dver-tvin-140-beloe-derevo.html\r\n   Более экономное решение - пластиковая дверь https://metr2.pro/katalog/mezhkomnatnaya-dver-duplex-00-belii-dub.html\r\n   Пластиковая дверь не подвергается деформации, гниению, имеет низкий вес и долгий срок эксплуатации https://metr2.pro/dostavka/116-metallicheskie-i-vhodnye-dveri-v-kommunare.html\r\n   Установка такой двери не требует особой квалификации, а пластик не требует больших усилий по уходу за ним https://metr2.pro/katalog/mezhkomnatnaya-dver-lidia-pg-milan-orekh.html\r\n   Такие двери достаточно доступны по своей цене и являются отличным выбором для бытовых помещений https://metr2.pro/katalog/cheboks-dver-grazia-venge.html\r\n \r\nМежкомнатная дверь Мюнхен 04 это хорошее предложение для тех, кто хочет купить двери в Балашихе недорого https://metr2.pro/arteko-3.html\r\n   Дверное полотно с узкими горизонтальными вставками непрозрачного белого матового стекла https://metr2.pro/katalog/mezhkomnatnaya-dver-accord-pg.html\r\n   Дверь царговая, сборно-разборная https://metr2.pro/metallicheskie-dveri/raspashnye.html\r\n   Комплектуется не телескопическим погонажом https://metr2.pro/mezhkomnatnye-dveri/belye-dveri.html\r\n   Для жителей Балашихи и б https://metr2.pro/mezhkomnatnye-dveri/velldoris.html\r\n   https://metr2.pro/katalog/cheboks-dver-emma-55.html\r\n \r\nНа стене устраивается упорный брусок, который будет ограничивать ход двери в сторону закрытия https://metr2.pro/furnitura/morelli.html\r\n   Если на бруске устроить щеточные уплотнители, то полотно при закрытии не будет издавать шум (штатные стопоры недорогих механизмов работают с шумом, более того от ударов могут расшататься узлы крепления) https://metr2.pro/mezhkomnatnye-dveri/elitnye-dveri.html\r\n \r\n1050                                    Р https://metr2.pro/katalog/furnitura-armadillo-otkat-hidden-40.html\r\n  ЗаказатьМежкомнатные двери (есть варианты дверей со стеклом и без)                                                                                                                        В наличии любые размеры:550х1900600х1900600х2000700х2000800х2000900х2000950х2100950х2200другие https://metr2.pro/katalog/mebelmassiv-kremona-belaja-emal.html\r\n   https://metr2.pro/mezhkomnatnye-dveri/massiv-sosny.html\r\n   https://metr2.pro/katalog/mezhkomnatnaya-dver-forum-po-dub-sonoma.html\r\n  Бесплатный выезд замерщика!', ''),
(12713, 1, 1819, '1', 'AngelRem', ''),
(12714, 1, 1819, '2', 'AngelRem', ''),
(12715, 1, 1819, '3', 'sanya.yefimov.2002@inbox.ru', ''),
(12716, 1, 1819, '4', '(586) 036-0406', ''),
(12717, 1, 1819, '5', 'google', ''),
(12718, 1, 1819, '6', 'Интернет Магазин Постельного Белья Новосибирск', ''),
(12719, 1, 1819, '7', '1) предоставлять субъекту персональных данных по его запросу информацию, касающуюся обработки его персональных данных, либо на законных основаниях предоставить отказ в течение тридцати дней с даты получения запроса субъекта персональных данных или его представителя; \r\n- сведения о правовых основаниях и целях обработки персональных данных; \r\nНаша цена от: 1 440 руб https://sabava-online.ru/chernij-s-belim-v-goroshek-hlopkovij-palantin.html\r\n \r\nПроизводитель : Togas Страна бренда : Греция Материал : Тенсел (эвкалипт) Декоративный материал : Отсутствует Тип печати : Реактивная Упаковка : Подарочная Коробка https://sabava-online.ru/index.php?route=affiliate/login\r\n \r\nТорговый дом  – крупнейший поставщик посуды, подарков, сувенирной продукции и предметов интерьера в Иркутске и Иркутской области https://sabava-online.ru/platok-bezhevij.html\r\n \r\nПлетеный Дом https://sabava-online.ru/terrakotovaja-kist-dlja-shtor-s-kamnjami-i-metallom.html', ''),
(12720, 1, 1820, '1', 'Jamesmeand', ''),
(12721, 1, 1820, '2', 'Jamesmeand', ''),
(12722, 1, 1820, '3', 'petrov.daniil.1978.13.10@inbox.ru', ''),
(12723, 1, 1820, '4', '(767) 237-6035', ''),
(12724, 1, 1820, '5', 'google', ''),
(12725, 1, 1820, '6', 'Отдых В России', ''),
(12726, 1, 1820, '7', 'Прежде чем предложить Вам какой-то отель мы смотрим его лично, тем самым даем Вам объективную информацию по отелю в сравнении с другими отелями выбранного Вами курорта http://planeta-int.com/country/britain/hotels\r\n \r\nЛучшее время для отдыха в Таиланде — с ноября до конца марта http://planeta-int.com/country/russia/zolotoe-kolco/abramcevo-sergiev-posad\r\n  Все месяцы в году без исключения — жаркие, а море — теплое http://planeta-int.com/country/russia/zolotoe-kolco/kostroma-6-ekskursij-2-dnya\r\n  Летом в стране сезон дождей http://planeta-int.com/country/turkey/tours\r\n \r\nАдреса ПВЗ ТК СДЭК носят справочный характер http://planeta-int.com/country/belarus/tours\r\n  Доставка документов также возможна другими транспортными компаниями (по договоренности) http://planeta-int.com/country/china/tours/mebelnye-tury\r\n \r\n0+, АО , лицензия №2673 http://planeta-int.com/country/vietnam\r\n \r\nViasun http://planeta-int.com/country/filippiny\r\n ru – лучший интернет-сервис подбора туров по версии National Geographic http://planeta-int.com/country/usa/hotels\r\n \r\nВылет 12 http://planeta-int.com/country/belarus\r\n 12 Кол-во дней: 4 http://planeta-int.com/country/marianskie-ostrova/tours/sajpan', ''),
(12727, 1, 1821, '1', 'ThomasVaf', ''),
(12728, 1, 1821, '2', 'ThomasVaf', ''),
(12729, 1, 1821, '3', 'kuznetsov_vlad_1995_18_12@inbox.ru', ''),
(12730, 1, 1821, '4', '(328) 066-2036', ''),
(12731, 1, 1821, '5', 'google', ''),
(12732, 1, 1821, '6', 'Остекление Балконов И Лоджий Дешево', ''),
(12733, 1, 1821, '7', 'Мы уверены, что в основе сотрудничества с клиентами должны лежать искренние человеческие отношения https://okno.ooo/articles/334-pvkh-okna-dlya-besedki-kupit-nedorogo\r\n  И стремимся сделать все, чтобы эти отношения рождали только самые светлые эмоции https://okno.ooo/okna-po-serii-doma/i-209a\r\n \r\nПластиковые профили Salamander не желтеют со временем, имеют идеально гладкую поверхность https://okno.ooo/gotovye-plastikovye-okna/plastikovoe-okno-1600-x-1100\r\n  При этом вся продукция от немецких производителей рассчитана на 45 лет службы и способна выдерживать морозы до -55 °C https://okno.ooo/3dfoto/401-3d-foto-osteklenie-balkona-s-otdelkoj-kholodnoe-osteklenie-laminirovannye-paneli-razdvizhnye-okna-shkafchik-tumba-krysha-na-balkon\r\n \r\nВодоотлив - 350 руб https://okno.ooo/okna-po-serii-doma/moskvoretskaya\r\n \r\nс установкой от 17 225 ? \r\n5 ПОДАРКОВ при заказе пластикового окна или остекления балкона https://okno.ooo/images/22-24.jpg\r\n \r\nВедется с учетом того, сколько требуется стекол для обеспечения нужных параметров конструкции https://okno.ooo/calc-balcony/images/glazing/bb8.png', ''),
(12734, 1, 1822, '1', 'DavidFag', ''),
(12735, 1, 1822, '2', 'DavidFag', ''),
(12736, 1, 1822, '3', 'mosoce-416@mail.ru', ''),
(12737, 1, 1822, '4', '(664) 670-8072', ''),
(12738, 1, 1822, '5', 'google', ''),
(12739, 1, 1822, '6', 'Ворота Цена', ''),
(12740, 1, 1822, '7', 'Собираясь сооружать ворота, обязательно выполняют чертёж, который отражает размеры и расположение основных частей конструкции https://mosvrata.ru/tovar/bft-plastikovye-nakladki-66-m-na-strelu-kr/\r\n   Если планируется строить распашные ворота — самый популярный вариант — то перед составлением схем продумывают, какой будет длина створок https://mosvrata.ru/tovar/sistema-mikro/\r\n   При этом учитывают ширину проезжей части и вид автомобиля (в случае сооружения ворот для гаража) https://mosvrata.ru/tovar/alutech-nakladka-rolikovaya-dupleksnaya-prom/\r\n \r\nМощность будет иметь ключевое значение и от неё будут зависеть абсолютно все показатели работоспособности https://mosvrata.ru/tovar/knopka-statsionarnaya-3h-knopochnaya-2/\r\n   Чем выше масса конструкции, которую необходимо двигать, чем больше размер, лучше или хуже качество фурнитуры, погодные условия и прочее https://mosvrata.ru/tovar/came-dir-ln-stojka-05-m/\r\n \r\nЕсли оценивать приводы по внешнему виду, то лучшим покажется линейный механизм, отличающийся компактностью https://mosvrata.ru/catalog/avtomatika-dlya-vorot/garazhnyh/page/6/\r\n   Правда, его не принято устанавливать на широких столбах и для автоматического открытия створок, которые убираются внутрь помещения https://mosvrata.ru/tovar/roltek-petlya-opornaya-d68/\r\n \r\nВажно учесть, что импортные приборы тоже имеют свои недостатки и со временем могут выйти из строя, а запчасти и ремонт обойдутся в круглую сумму https://mosvrata.ru/catalog/shlagbaumy/page/8/\r\n   Поэтому, выбирая автоматику, тщательно взвесьте все факторы, а потом решайте, будете ли вы всё делать своими руками или же что-то будет приобретено https://mosvrata.ru/catalog/aksessuary/komplektuyushhie-dlya-shlagbaumov/\r\n \r\nбезопасность эксплуатации, так как поднимающееся полотно не может повредить капот автомобиля, что иногда случается при использовании распашной конструкции \r\nСпециалисты рекомендуют подбирать все вышеперечисленные критерии максимально точно, лишь мощность можно выбирать немного с запасом чтобы её было точно достаточно https://mosvrata.ru/tovar/fotoelementy-nordmotors-np/', ''),
(12741, 1, 1823, '1', 'Danielshica', ''),
(12742, 1, 1823, '2', 'Danielshica', ''),
(12743, 1, 1823, '3', 'ivanov.vlad.1979.11.11@mail.ru', ''),
(12744, 1, 1823, '4', '(440) 640-1431', ''),
(12745, 1, 1823, '5', 'google', ''),
(12746, 1, 1823, '6', 'Бот Переводящий Голосовые Сообщения В Текст', ''),
(12747, 1, 1823, '7', '8 часов- 700 евро (на карте красный маршрут и можно успеть часть синего)  Голубые пещеры + Которская бухта, можно выйти на остров Богородицы у Пераста, посетить рыбный ресторан Миришта, порыбачить, поснорклить https://rentabot.ru/massenger\r\n  Посещаем устричную ферму в Каменари https://rentabot.ru/index.php?route=product/product&path=34&product_id=50\r\n \r\n\r\n\r\n\r\n\r\nТы заряжен энергией и хочешь превратить ее в деньги?Приходи работать в  стремительно развивается!Наша команда поможет тебе стать лучшим продавцом!Присоединяйся!', ''),
(12748, 1, 1824, '1', 'WinstonOdoxy', ''),
(12749, 1, 1824, '2', 'WinstonOdoxy', ''),
(12750, 1, 1824, '3', 'osipova.liliia.1986.22.12@inbox.ru', ''),
(12751, 1, 1824, '4', '(785) 670-6401', ''),
(12752, 1, 1824, '5', 'google', ''),
(12753, 1, 1824, '6', 'Разделочная Доска Из Дерева', ''),
(12754, 1, 1824, '7', 'Разделочная доска из специальной пищевой пластмассы предназначена для разделки мясных и рыбных продуктов, мытых овощей, сочных фруктов https://roshozdom.ru/index.php?route=product/search&tag=корпоратив&page=2\r\n  Высокопрочный пластик устойчив к порезам и царапинам, отталкивает загрязнения и запахи https://roshozdom.ru/aksessuary_iz_dereva/derevyannye_monetnicy/\r\n \r\nНабор из 4 разделочных досок — универсальный помощник на кухне, который  в нужный момент https://roshozdom.ru/index.php?route=account/login\r\n  Нарезка фруктов, шинкование овощей, разделка рыбы и птицы — на прямоугольной пластиковой разделочной доске легко выполняются любые кулинарные задания https://roshozdom.ru/index.php?route=product/search&tag=для подачи РХД-ткрс06\r\n  Гигиеничный материал обладает антимикр https://roshozdom.ru/index.php?route=product/search&tag=круглая\r\n \r\nДоска разделочная большая 30х27 см Joseph Joseph Chop2Pot по выгодной цене https://roshozdom.ru/derevyannye_lestnicy_dlya_krovatok/\r\n \r\nОборудование для ресторанов и общепита в ассортименте https://roshozdom.ru/index.php?route=product/search&tag=подарки&page=2\r\n \r\nот 699 руб https://roshozdom.ru/index.php?route=product/search&tag=для ресторана\r\n \r\n5) Содержание и объем обрабатываемых персональных данных соответствуют заявленным целям обработки https://roshozdom.ru/index.php?route=product/search&tag=свинка\r\n  Обрабатываемые персональные данные не являются избыточными по отношению к заявленным целям их обработки;', ''),
(12755, 1, 1825, '1', 'BrendonDyday', ''),
(12756, 1, 1825, '2', 'BrendonDyday', ''),
(12757, 1, 1825, '3', 'egorova_ania_1984_9_12@inbox.ru', ''),
(12758, 1, 1825, '4', '(114) 852-3118', ''),
(12759, 1, 1825, '5', 'google', ''),
(12760, 1, 1825, '6', 'Trademark Names', ''),
(12761, 1, 1825, '7', 'Here’s an example of an automotive brand’s mission, vision and values https://trademarkfactory.com/privacy-policy\r\n  You can also use this template to communicate your own mission and vision statements https://trademarkfactory.com/privacy-policy\r\n \r\nБрендинг помогает: \r\nA big part of conducting research in the first step is gathering data on your target audience and understanding their demographics, needs, personality and motivations on a deeper level https://trademarkfactory.com/privacy-policy\r\n \r\nPerformance https://trademarkfactory.com/\r\n  Sport is the foundation for what we do https://trademarkfactory.com/privacy-policy\r\n  Passion https://trademarkfactory.com/privacy-policy\r\n  We are always moving forward https://trademarkfactory.com/privacy-policy\r\n  Integrity https://trademarkfactory.com/privacy-policy\r\n  People trust us because we are honest and ethical https://trademarkfactory.com/privacy-policy\r\n  Diversity https://trademarkfactory.com/\r\n  It takes people with different backgrounds to make our company succeed https://trademarkfactory.com/privacy-policy\r\n \r\nAs a business owner, your role is to create a brand strategy that your ideal client notices and impacts their daily lives https://trademarkfactory.com/\r\n  This way, they start being aware of your brand while also building a perception of it in their minds https://trademarkfactory.com/\r\n \r\n- Формирование чувства гордости у сотрудников https://trademarkfactory.com/', ''),
(12762, 1, 1826, '1', 'FrankPam', ''),
(12763, 1, 1826, '2', 'FrankPam', ''),
(12764, 1, 1826, '3', 'titova.polina.1981.15.12@list.ru', ''),
(12765, 1, 1826, '4', '(244) 562-2518', ''),
(12766, 1, 1826, '5', 'google', ''),
(12767, 1, 1826, '6', 'Интерьера Дизайн', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(12768, 1, 1826, '7', 'Важный показатель вкуса, характера и привычек – это декорирование https://sferahome.ru/komplektatsiya-i-dekorirovanie\r\n   Все аксессуары и предметы декора должны гармонировать с отделкой, мебелью и стилем https://sferahome.ru/dizajn-interera/dizajn-intererov-dlya-restorana\r\n   Даже такой простой и скудный стиль минимализм нуждается в аксессуарах https://sferahome.ru/stroitelstvo/stroitelstvo-domov\r\n   С помощью таких предметов можно придать интерьеру гостиной: \r\nНиже вы увидите много потрясающих примеров как использовать ствол дерева в дизайне интерьера и украшении дома - вешалка из ствола или ветки дерева своими руками! Вдохновляйтесь! \r\nПолки и стеллажи из лестницы своими руками, идеи из лестницы и стремянки для интерьера гостиной, спальни, кухни, ванной, домашнего офиса - вдохновляйтесь на творчество и дизайн для дома своими руками! Лучшие идеи для интерьера, как использовать лестницу в качестве стеллажа, витрины или полки на лучшем сайте о дизайне интерьеров!) \r\nПозволь себе роскошь https://sferahome.ru/dizajn-interera\r\n    https://sferahome.ru/stroitelstvo\r\n    https://sferahome.ru/komplektatsiya-i-dekorirovanie\r\n    https://sferahome.ru/stroitelstvo/stroitelstvo-domov\r\n   Дизайн-студия  сделает для Вас такой дизайн-проект интерьера, который будет отвечать всем Вашим требованиям https://sferahome.ru/stroitelstvo/stroitelstvo-domov\r\n   МЫ НЕ СМПОЛЬЗУЕМ ШАБЛОНЫ!!!! У нас работают настоящие дизайнеры, которые подготовят для Вас необходимую документацию:-придумают идею интерьера-обмерочный чертеж-план пола с указанием покрытий-план потолка-план электрики-раскладка по плитке-развертка по стенам-3Д-визуализация (фото интерьера с разных точек)Отделка и ремонт любой сложности: -электрика -сантехника -гипсокартон и многое другое! \r\nЭто экзотический вид https://sferahome.ru/dizajn-interera/dizajn-intererov-dlya-restorana\r\n   В быту присутствовала мебель из ротанга, ковёр с орнаментом животных https://sferahome.ru/stroitelstvo\r\n   Самобытные виды искусства (маски, фонарики, скульптуры) https://sferahome.ru/dizajn-interera/dizajn-intererov-dlya-kafe\r\n   Аксессуары: подушка (украшена рисунком под животных), каменные блюда, вазы наполненными бамбуковыми палочками, одеяло https://sferahome.ru/dizajn-interera\r\n \r\nДля всех тех, кто находится в поиске ответов на этот многогранный вопрос я подготовила интересную подборку цитат от самых знаменитых дизайнеров интерьера, культовых дизайнеров и декораторов https://sferahome.ru/stroitelstvo/stroitelstvo-domov\r\n   Вдохновляйтесь на творчество и дизайн своими руками!', ''),
(12769, 1, 1827, '1', 'Charleston', ''),
(12770, 1, 1827, '2', 'Charleston', ''),
(12771, 1, 1827, '3', 'podaiclan_547@mail.ru', ''),
(12772, 1, 1827, '4', '(451) 834-4125', ''),
(12773, 1, 1827, '5', 'google', ''),
(12774, 1, 1827, '6', 'Подовые Печи Для Хлеба', ''),
(12775, 1, 1827, '7', 'Для окончательной расстойки тестовых заготовок, перед выпечкой в печах, используются расстоечные шкафы ШРЭ https://www.kondhp.ru/products/minimelnitsa-nozhevaya-dlya-izmelcheniya-sakhara-v-pudru-orekhov-v-kroshku\r\n   Шкафы ШРЭ оснащены воздухоподогревателем с возможностью ступенчатой регулировки мощности,  https://www.kondhp.ru/products/mashina-4-kh-ryadnaya-dlya-poluavtomaticheskogo-formirovaniya-pesochnykh-pirozhnykh-tipa-oreshek-i-napolneniya-ikh-nachinkoi\r\n   https://www.kondhp.ru/preorder/13637\r\n   https://www.kondhp.ru/preorder/12582\r\n \r\nШирокий модельный ряд печей позволяет каждому заказчику выбрать печь, соответствующую его потребностям не только по производительности, но и по виду используемого энергоносителя https://www.kondhp.ru/preorder/13638\r\n \r\nЗаказ можно оформить на сайте, после чего с Вами свяжется менеджер для согласования необходимых деталей https://www.kondhp.ru/categories/kuttery\r\n   Наши менеджеры ответят на вопросы и помогут сделать правильный выбор https://www.kondhp.ru/pages/video-izmelcheniya-krupinok-chaya-v-melkodispersnuiu-pudru-s-meshkom-na-universalnoi-drobilke-dezintegratore-sakhara-uds-500\r\n   Вы получите товар в кратчайшие сроки! \r\nИнерционный посадчик используется для посадки подовых тестовых заготовок на люльки печных конвейеров https://www.kondhp.ru/products/formy-polikarbonatnye-dlya-otlivki-obemnykh-shok-figur\r\n   Каретка с заготовками перемещается по направляющим от конвейера расстойки к люльке печного конвейера https://www.kondhp.ru/pages/oborudovanie-testodelitelnoe-i-testookruglitelnoe\r\n   При этом упором сжимается пружина https://www.kondhp.ru/preorder/13581\r\n   Освобождение сжатой пружины обеспечивает резкое перемещение посадочной каретки назад, а тестовые заготовки пересаживаются на люльку https://www.kondhp.ru/pages/sukharodrobilka-r3-sd\r\n \r\nПечать на пленке мы производим в кратчайшие  сроки https://www.kondhp.ru/preorder/13596\r\n   Мы предлагаем самую современную печать на пленке (флексопечать) https://www.kondhp.ru/preorder/13698\r\n   Новейшее оборудование европейского производства и грамотные  специалисты позволяют выполнять заказы наших клиентов на очень высоком  уровне https://www.kondhp.ru/products/meshkooprokidyvatel-m-60-1150-pnevmoprivod\r\n \r\nВ качестве несущего и формующего органов используют поверхности ленточного конвейера и подпружиненной прижимной доски https://www.kondhp.ru/preorder/13054\r\n   При этом тестовая заготовка прокатывается в клиновом зазоре между ними https://www.kondhp.ru/products/transporter-povorotnyi\r\n   В отдельных конструкциях для уменьшения габаритов машины вместо неподвижной прижимной доски используют второй ленточный конвейер с противоположным основному направлением движения ленты, контактирующей с заготовкой https://www.kondhp.ru/products/mashina-dlya-formovaniya-i-vypechki-tartaletok-cook-matic-1\r\n   На закаточных машинах ленточного типа, как правило, формуются тестовые заготовки батонообразных изделий https://www.kondhp.ru/products/sborochnyi-chertezh-rotora-grebenchatogo-nerzhaveiuschego-k-testodeliteliu-a2-khtn', ''),
(12776, 1, 1828, '1', 'Matthewbib', ''),
(12777, 1, 1828, '2', 'Matthewbib', ''),
(12778, 1, 1828, '3', 'lana.karpova.2002@inbox.ru', ''),
(12779, 1, 1828, '4', '(331) 518-0017', ''),
(12780, 1, 1828, '5', 'google', ''),
(12781, 1, 1828, '6', 'Заказ Информационного Стенда', ''),
(12782, 1, 1828, '7', 'Статья 19 https://copypsm.ru/pechat-chertezhei.html\r\n  Наружная реклама и установка рекламных конструкций https://copypsm.ru/ulichnye-stendy.html\r\n \r\nРазработка макета, фотопривязка и 3D-визуализация – бесплатно https://copypsm.ru/tablichki-v-ramke.html\r\n \r\nКак заказать вывеску на магазин? \r\nВ малом и среднем бизнесе такую рекламу используют небольшие магазины, кафе, салоны красоты, частные медицинские клиники, образовательные учреждения, нотариальные бюро и так далее https://copypsm.ru/tablichki-v-ramke.html\r\n \r\nВ крупном бизнесе наружную рекламу размещают застройщики, автомобильные салоны, ритейлеры, магазины бытовой техники и другие известные компании https://copypsm.ru/pechat-a3-a4.html\r\n \r\nХочу недорогую, но эффектную вывеску https://copypsm.ru/news.php\r\n  Что посоветуете?', ''),
(12783, 1, 1829, '1', 'JamesWaync', ''),
(12784, 1, 1829, '2', 'JamesWaync', ''),
(12785, 1, 1829, '3', 'yana-sokolova-2023@list.ru', ''),
(12786, 1, 1829, '4', '(888) 443-6125', ''),
(12787, 1, 1829, '5', 'google', ''),
(12788, 1, 1829, '6', 'Эпиляция Москва', ''),
(12789, 1, 1829, '7', 'Современная процедура лазерной эпиляции надолго избавляет мужчин от ежедневного ритуала по удалению лишних волос https://www.egoestetica-med.ru/homepage-4/\r\n   Направленный луч разрушает вещества внутри волоса https://www.egoestetica-med.ru/epilacia/\r\n   Волос выпадает, и долгое время не растёт https://www.egoestetica-med.ru/services/woman/\r\n \r\nВышеуказанная процедура вовсе не так проста, как кажется, и  бывает 4 видов, которые различаются по энергии излучения, продолжительности импульсов, длине волны света, излучаемого лазером и по силе охлаждения кожи: \r\nНаличие рекламы медицинских центров, лекарств, методов лечения, нельзя расценивать как рекомендацию владельца сайта к их посещению, приобретению или применению https://www.egoestetica-med.ru/contact/\r\n \r\nКлиники предлагают лазерную эпиляцию на разных участках тела, поэтому цены на такую процедуру могут варьироваться https://www.egoestetica-med.ru/akcii4/\r\n   Давайте рассмотрим примерный прайс в Москве и Санкт-Петербурге https://www.egoestetica-med.ru/epilacia/\r\n \r\nВ отличие от восковой или сахарной эпиляции, лазер практически безболезненный https://www.egoestetica-med.ru/akcii3/\r\n   Практически – потому что у всех разный болевой порог https://www.egoestetica-med.ru/services/face/\r\n   Большинство мужчин, которые воспользовались процедурой, отмечают лишь лёгкое жжение в момент работы лазера https://www.egoestetica-med.ru/services/facial/\r\n   Но современное оборудование для лазерной эпиляции оснащено специальной насадкой, которая направляет на кожу холодный поток воздуха https://www.egoestetica-med.ru/documents-and-licenses/\r\n   При очень высоком болевом пороге на помощь придут успокаивающие лосьоны с лидокаином, которые убирают любой дискомфорт https://www.egoestetica-med.ru/about/\r\n \r\nДиодный прибор, как рубиновый и александритовый, не способен устранить лишние волосы у людей, страдающих альбинизмом https://www.egoestetica-med.ru/services/nail/\r\n   Импульсы обеспечивают воздействие на пигмент и на сосудики, питающие луковицы волосков https://www.egoestetica-med.ru/akcia1/\r\n   Это повышает результативность, но является противопоказанием, когда есть сосудистые заболевания https://www.egoestetica-med.ru/documents-and-licenses/', ''),
(12790, 1, 1830, '1', 'WarrenVof', ''),
(12791, 1, 1830, '2', 'WarrenVof', ''),
(12792, 1, 1830, '3', 'abtite_278@mail.ru', ''),
(12793, 1, 1830, '4', '(766) 435-8881', ''),
(12794, 1, 1830, '5', 'google', ''),
(12795, 1, 1830, '6', 'Крепежное Изделие', ''),
(12796, 1, 1830, '7', 'Винты Винт - крепежная резьбовая деталь цилиндрической формы с головкой на одном конце и резьбой для ввинчивания в одну из соединяемых деталей на другом конце https://gm-k.ru/index.php?route=product/category&path=157_2210_2501\r\n   В зависимости от назначения существуют: крепёжные \r\nВ разделе не хватает  https://gm-k.ru/index.php?route=product/category&path=1163_1393_1405\r\n  Информация должна быть , иначе она может быть удалена https://gm-k.ru/index.php?route=product/category&path=726_862_865\r\n   Вы можете  статью, добавив ссылки на  https://gm-k.ru/fischer.html?page=15\r\n  Эта отметка установлена  11 апреля 2021 года https://gm-k.ru/lede.html?page=8\r\n \r\nТЕРМИНЫ И ОПРЕДЕЛЕНИЯ ПО ГОСТ 27017-86 Классификация крепежных изделий Широко применяемые в машиностроении неподвижные соединения делят на два вида: разъемные (выполняемые в основном с помощью резьбовых \r\nС помощью ленты несложно скрепить несколько заготовок, которые сходятся в одной точке, ею можно усилить (стянуть) элементы конструкции объемного изделия https://gm-k.ru/index.php?route=product/category&path=1163_1645_1655\r\n   В продажу поступает материал разной ширины с разным диаметром и шагом отверстий https://gm-k.ru/index.php?route=product/category&path=726_974_1144\r\n   Можно купить отрезки стандартной длины или нерезаный рулон https://gm-k.ru/index.php?route=product/category&path=1811_1907\r\n \r\nЖелающим приобрести крепеж Брянск в лице сети магазинов , помимо уже перечисленных расходников, предлагает шурупы, используемые в кровельных работах при соединении пластин металла и во внешних строительных работах https://gm-k.ru/index.php?route=product/category&path=1163_1480_1489\r\n \r\nДля желающих быстро и недорого приобрести сертифицированный крепеж, Центр предложит индивидуальный подход и комплексное решение всех поставленных задач https://gm-k.ru/index.php?route=product/category&path=1163_1242_1251\r\n   А значит, и условия для сотрудничества будут максимально выгодными https://gm-k.ru/index.php?route=product/category&path=1811_1883_2056', ''),
(12797, 1, 1831, '1', 'Brunorog', ''),
(12798, 1, 1831, '2', 'Brunorog', ''),
(12799, 1, 1831, '3', 'hervacu.781@mail.ru', ''),
(12800, 1, 1831, '4', '(235) 168-8357', ''),
(12801, 1, 1831, '5', 'google', ''),
(12802, 1, 1831, '6', 'Натяжные Потолки В Квартире', ''),
(12803, 1, 1831, '7', 'Устройство межкомнатных раздвижных, либо откатных дверей невозможно без специальных механизмов https://metr2.pro/katalog/mezhkomnatnaya-dver-forum-classica-pg-alaska.html\r\n   Приобрести их не трудно – они широко представлены и в интернет-магазинах, и в специализированных сервисах, и в строительных супермаркетах https://metr2.pro/furnitura/punto.html\r\n   Специалист-монтажник без труда прямо на месте доработает полотно и соберет конструкцию https://metr2.pro/katalog/furnitura-punto-blade.html\r\n   Но только в том случае, если вы при выборе габаритов полотна не ошиблись с необходимыми деталями и верно рассчитали способ и расположение креплений направляющего трека https://metr2.pro/metallicheskie-dveri/ferroni.html\r\n   Если вы хоть в чем-то сомневаетесь, то лучше доверить это опять же специалистам https://metr2.pro/katalog/mezhkomnatnaya-dver-alfa-pg-belii.html\r\n \r\nВ этом коротком обзоре мы расскажем об основных вариантах выбора и правилах подбора дверей с учётом ваших пожеланий https://metr2.pro/dostavka/121-dostavka-dverej-v-priozersk.html\r\n  Тем, кто желает приобрести в гипермаркетах межкомнатные двери, однозначно есть из чего выбрать https://metr2.pro/katalog/metallicheskaja-dver-garda.html\r\n \r\nдверные конструкции маятникового открывания - это двери, обладающие возможностью открывания наружу и вовнутрь https://metr2.pro/mezhkomnatnye-dveri/dveri-buk.html\r\n   Ранее дверьми маятникового открывания оснащались места значительной темповой проходимости людей, например, выходы метрополитена, вокзалов, аэровокзалов, крупных торговых комплексов https://metr2.pro/katalog/mezhkomnatnaya-dver-unica-7-white.html\r\n   Сегодня двери маятникового открывания производятся не только для производственных помещений, но и декорированными для квартир и жилых домов https://metr2.pro/metallicheskie-dveri/raspashnye.html\r\n   Недостаток такой конструкции, как и в предыдущем случае является низкая тепло и звукоизоляция, обусловленная имеющимся двусторонним проемным зазором приблизительно в 10мм https://metr2.pro/mezhkomnatnye-dveri/belye-dveri.html\r\n \r\nконструкции, основное назначение которых сводится к разграничению пространства между комнатами и обеспечению комфортного микроклимата внутри помещения https://metr2.pro/mezhkomnatnye-dveri/dveri-buk.html\r\n \r\n4900                                    Р https://metr2.pro/mezhkomnatnye-dveri/dveri-dlya-stroitelej.html\r\n  ЗаказатьМежкомнатные двери (модель имеет различия по цвету)                                                                                                                        В наличии любые размеры:550х1900600х1900600х2000700х2000800х2000900х2000950х2100950х2200другие https://metr2.pro/mezhkomnatnye-dveri.html?start=44\r\n   https://metr2.pro/stati/40-vkhodnye-nestandartnye-dveri-v-sankt-peterburge.html\r\n   https://metr2.pro/dostavka/122-dostavka-v-sestroretsk.html\r\n  Бесплатный выезд замерщика! \r\nМассив сосны этих межкомнатных дверей покрыт качественным шпоном ясеня, дуба, ореха и красного дерева https://metr2.pro/mezhkomnatnye-dveri/skrytye-dveri.html\r\n   Еврокоробка  снабжена шумопоглощающим уплотнителем, что имеет особенное значение, если целью установки является создание защищенного интимного пространства https://metr2.pro/katalog/mezhkomnatnaya-dver-alfa-pg-ital-orekh.html', ''),
(12804, 1, 1832, '1', 'DavidFag', ''),
(12805, 1, 1832, '2', 'DavidFag', ''),
(12806, 1, 1832, '3', 'mosoce-416@mail.ru', ''),
(12807, 1, 1832, '4', '(570) 075-0372', ''),
(12808, 1, 1832, '5', 'google', ''),
(12809, 1, 1832, '6', 'Автоматика На Распашные Ворота', ''),
(12810, 1, 1832, '7', 'Важно учесть, что импортные приборы тоже имеют свои недостатки и со временем могут выйти из строя, а запчасти и ремонт обойдутся в круглую сумму https://mosvrata.ru/catalog/page/21/\r\n   Поэтому, выбирая автоматику, тщательно взвесьте все факторы, а потом решайте, будете ли вы всё делать своими руками или же что-то будет приобретено https://mosvrata.ru/tovar/privod-dlya-otkatnyh-vorot-an-motors-asl1000/\r\n \r\nУправление работой ворот осуществляется  при помощи специального радио пульта, как правило, всегда предусматривается  в конструкции возможность после снятия блокировки привода-  открыть ворота вручную при пропадании электричества https://mosvrata.ru/catalog/avtomatika-dlya-vorot/page/17/\r\n \r\nВ этой статье вы узнаете, что такое автоматические ворота с дистанционным открытием и особенности этих конструкций https://mosvrata.ru/catalog/komplektuyushhie-dlya-vorot/\r\n   Ознакомитесь с полной классификацией, преимуществами и недостатками каждой разновидности ворот, а также расценками https://mosvrata.ru/tovar/zamok-elektromehanicheskij-accordtec-at-el700a/\r\n   Научитесь разбираться в механизмах и правильно подбирать эти системы https://mosvrata.ru/tovar/nice-too-4500-klt-ru01-privod-dlya-raspashnyh-vorot/\r\n   В статье будут представлены рекомендации по самостоятельной установке ворот, а также рассмотрены основные виды поломок, возникающие в процессе эксплуатации https://mosvrata.ru/tovar/roltek-maks-sistema-dlya-podvesnyh-vorot-9m/\r\n \r\nПроизводители выпускают большой выбор аксессуаров https://mosvrata.ru/catalog/gates/hanging/\r\n   Обязательно следует приобрести фотоэлементы, которые помогают прекращать процесс закрывания ворот, если появляются препятствия в зоне действия: \r\nВ фундаменте устанавливаются две опоры с роликами, на эти ролики заводятся ворота с профильной балкой (несущая рама) в нижней части https://mosvrata.ru/catalog/aksessuary/fotoelementy/\r\n   Ролики полностью скрываются в профильной балке, благодаря чему ворота имеют эстетический вид и с лицевой и с внутренней стороны https://mosvrata.ru/catalog/page/34/\r\n   Несущая конструкция изготавливается из стали или алюминия https://mosvrata.ru/tovar/marantec-command-613-blok-upravleniya/\r\n \r\nДля распашных ворот предлагается несколько вариантов автоматики https://mosvrata.ru/catalog/avtomatika-dlya-vorot/raspashnyh/page/6/\r\n   Это приводы линейного типа, позволяющие открывать ворота как внутрь, так и наружу в зависимости от места крепления привода, рычажные - рекомендуются к установке в случае невозможности использовать линейную автоматику (например, опоры ворот - столбы большого размера, расстояние между петлей ворот и предполагаемым местом крепления привода значительное) https://mosvrata.ru/tovar/came-lbd2-plata-avarijnogo-pitaniya/\r\n   Также - приводы для скрытой установки в столбы (новинка BFT) и для подземной установки https://mosvrata.ru/tovar/privod-bft-deimos-bt-400/', ''),
(12811, 1, 1833, '1', 'ThomasVaf', ''),
(12812, 1, 1833, '2', 'ThomasVaf', ''),
(12813, 1, 1833, '3', 'kuznetsov_vlad_1995_18_12@inbox.ru', ''),
(12814, 1, 1833, '4', '(035) 150-2532', ''),
(12815, 1, 1833, '5', 'google', ''),
(12816, 1, 1833, '6', 'Изготовить Окна', ''),
(12817, 1, 1833, '7', 'Если Вы нашли цену ниже на окна или аналогичные виды работ в другом месте, то предоставьте нам смету и мы гарантируем еще более низкую цену! \r\nВыбор из множества решений https://okno.ooo/works/91-osteklenie-balkona-sapozhok\r\n \r\nБалконный блок (исполнение №2) \r\nОкно - 28 720 руб https://okno.ooo/veranda\r\n \r\nНашли окна дешевле? \r\nДоставка и монтаж: 3 515 руб https://okno.ooo/okna-po-serii-doma/p-3m', ''),
(12818, 1, 1834, '1', 'Wallacedub', ''),
(12819, 1, 1834, '2', 'Wallacedub', ''),
(12820, 1, 1834, '3', 'sheveleva-alisa@bk.ru', ''),
(12821, 1, 1834, '4', '(133) 202-2563', ''),
(12822, 1, 1834, '5', 'google', ''),
(12823, 1, 1834, '6', 'Деревообрабатывающие Станки Купить', ''),
(12824, 1, 1834, '7', 'Пускатель и кнопка пуска установлены на станине справа, это очень удобно для работы http://www.negotiant.ru/product_catalog/grinding_equipment/zatochnye_machines_for_disk_saws/634/\r\n   Кабель делается переносным, чтобы можно было включать его в розетку, расположенную на стене http://www.negotiant.ru/product_catalog/furniture_manufacturing/baguette/573/\r\n \r\nЧем массивнее заготовки – тем мощнее должен быть двигатель, если вы хотите сделать компактный станок с малой мощностью – подойдет мотор даже от стиралки или электродрели http://www.negotiant.ru/product_catalog/automatic_painting_equipment/finish_panel/575/\r\n \r\nЕсли мастер планирует в основном заниматься слесарными операциями, то ему потребуется уже совершенно иной верстак, предназначенный именно для таких целей http://www.negotiant.ru/product_catalog/utilization/\r\n   Здесь, в отличие от столярной  – неисчислимое количество возможных вариантов http://www.negotiant.ru/product_catalog/aspiration_system/663/\r\n   как правило, для изготовления используются стальные профили (уголки, швеллеры, профильные трубы) и листы http://www.negotiant.ru/product_catalog/sawmill_equipment/miter_stanki/450/\r\n   Один из вполне достойных вариантов показан в видеосюжете ниже: \r\nПравильный уход за станком помогает увеличить срок его безаварийной службы http://www.negotiant.ru/page_scm/\r\n   В целом меры по уходу состоят из очистки станка от отходов производства (стружек, опилок, пыли) после каждого рабочего цикла, а также своевременной смазки движущихся элементов механизма http://www.negotiant.ru/product_catalog/furniture_manufacturing/production_of_furniture_panel/406/\r\n \r\nШлифовальные машины используют для того, чтобы придать деревянному изделию, а точнее его поверхности идеальной гладкости http://www.negotiant.ru/product_catalog/furniture_manufacturing/molded_products/lineslaminating/486/\r\n   На каких машинках могут обрабатываться не только новые изделия http://www.negotiant.ru/product_catalog/furniture_manufacturing/production_of_furniture_panel/406/\r\n   Шлифовальный станок по дереву позволяет провести повторную обработку уже готовых или даже используемых в быту деревянных деталей, которые во время эксплуатации пришли в негодность или потеряли гладкость поверхности http://www.negotiant.ru/product_catalog/furniture_manufacturing/help_machines/229/\r\n \r\nБезусловно, самым простым будет изготовление токарного станка по дереву с использованием стандартного электроинструмента, в первую очередь – дрели, хотя существуют приспособления и заводского изготовления http://www.negotiant.ru/product_catalog/furniture_manufacturing/nonlinear_blanks/126/', ''),
(12825, 1, 1835, '1', 'Eddielip', ''),
(12826, 1, 1835, '2', 'Eddielip', ''),
(12827, 1, 1835, '3', 'f92at@course-fitness.com', ''),
(12828, 1, 1835, '4', '(508) 362-6501', ''),
(12829, 1, 1835, '5', 'google', ''),
(12830, 1, 1835, '6', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠!ENDVALUE!', ''),
(12831, 1, 1835, '7', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠 \r\n \r\n \r\nhttps://tx9j.tw/', ''),
(12832, 1, 1836, '1', 'Jamesjek', ''),
(12833, 1, 1836, '2', 'Jamesjek', ''),
(12834, 1, 1836, '3', 'fokin_iurchik_1992_25_9@inbox.ru', ''),
(12835, 1, 1836, '4', '(573) 165-0015', ''),
(12836, 1, 1836, '5', 'google', ''),
(12837, 1, 1836, '6', 'Рентгенограммы Рак Легкого', ''),
(12838, 1, 1836, '7', 'При обнаружении схожих симптомов проконсультируйтесь у врача https://raklegkih.ru/privacy\r\n  Не занимайтесь самолечением - это опасно для вашего здоровья! \r\nМодифицирующие факторы делятся на: \r\nЭтиология и факторы риска https://raklegkih.ru/patient/navigating-diagnosis/side-effect-management\r\n \r\nСредний возраст, в котором диагностируется рак лёгкого, достигает 71 года https://raklegkih.ru/patient/navigating-diagnosis/chemotherapy\r\n  Реже всего заболевание обнаруживается у людей младше 20 лет https://raklegkih.ru/symptoms\r\n  <>6] \r\nПрогноз жизни https://raklegkih.ru/about-cancer\r\n \r\nМетастазы при раке лёгких https://raklegkih.ru/patient/navigating-diagnosis/biomarker-test', ''),
(12839, 1, 1837, '1', 'CharlesrailS', ''),
(12840, 1, 1837, '2', 'CharlesrailS', ''),
(12841, 1, 1837, '3', 'anisimov.ivan.1995.2.3@list.ru', ''),
(12842, 1, 1837, '4', '(322) 042-3047', ''),
(12843, 1, 1837, '5', 'google', ''),
(12844, 1, 1837, '6', 'Пластиковые Жалюзи На Пластиковые Окна', ''),
(12845, 1, 1837, '7', 'Сегодня этот декор популярен в квартирах и домах за счет своей практичности и универсальности https://prostore-spb.ru/vertikalnye-zhalyuzi\r\n  О том, как выбрать рулонные шторы и в чем их преимущества, я подробно и расскажу https://prostore-spb.ru/rimskie-shtory\r\n \r\nЕсли в апартаментах общего пользования (кухне и гостиной) очень светло, то имеет смысл купить Dimout, чтобы защититься от палящих лучей https://prostore-spb.ru/otzyvy\r\n \r\nКак выбрать рулонные шторы: конструкция, виды, материалы, дизайн, цвет, комбинирование https://prostore-spb.ru/vertikalnye-zhalyuzi\r\n \r\nСостоит из вала и холста https://prostore-spb.ru/vertikalnye-zhalyuzi\r\n  Они ничем не защищены и хорошо заметны https://prostore-spb.ru/yaponskie-shtory\r\n  Поэтому такой тип и носит название открытого https://prostore-spb.ru/gorizontalnye-zhalyuzi\r\n \r\nХорошие шторы https://prostore-spb.ru/yaponskie-shtory\r\n  Заказала комплект на 2 окна https://prostore-spb.ru/privacy-policy\r\n  Цвет классный?? С доставкой произошла небольшая заминка https://prostore-spb.ru/nashi-raboty\r\n  17 июля заказ, 27 июля получение https://prostore-spb.ru/nashi-raboty\r\n  Едем монтировать https://prostore-spb.ru/yaponskie-shtory\r\n \r\nЖалюзи очень прочно вошли в интерьер наших квартир https://prostore-spb.ru/vertikalnye-zhalyuzi\r\n  Редко встретишь окошко, на котором нет этой  шторки https://prostore-spb.ru/privacy-policy\r\n  Оно и понятно https://prostore-spb.ru/privacy-policy\r\n  Удобно, практично, функционально и красиво! Видимо из - за этого, фирмы, занимающиеся их установкой, стали требовать за свои услуги высокую материальную плату https://prostore-spb.ru/yaponskie-shtory', ''),
(12846, 1, 1838, '1', 'Jeremybag', ''),
(12847, 1, 1838, '2', 'Jeremybag', ''),
(12848, 1, 1838, '3', 'consducfen.51@mail.ru', ''),
(12849, 1, 1838, '4', '(145) 872-4035', ''),
(12850, 1, 1838, '5', 'google', ''),
(12851, 1, 1838, '6', 'Стол Столешница Камень', ''),
(12852, 1, 1838, '7', 'Лабрадорит https://www.raidstone.ru/catalog/izdeliya-iz-betona/ograzhdeniya-lestnic/balyasiny/balyasina-b7.html\r\n   Порода магматического происхождения, которая отличается высокой прочностью и морозостойкостью https://www.raidstone.ru/katalog-kamnya/granit.html?list_page=19\r\n   Камень прекрасно подходит для облицовки фасадов, колон, полов и т https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/kaminy/kaminy-iz-mramora/kamin-uglovoj-iz-mramora-rosso-verona-polirovannogo-i-buchardirovannogo.html\r\n  д https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/stoleshnicy/iz-zolotogo-mramora/krema-valensiya.html\r\n \r\nСтолешницы из камня – это не только оригинальное и стильное дополнение интерьера кухни, практичность и многофункциональность изделий из камня позволяет использовать их в гостиной или ванной комнатах https://www.raidstone.ru/katalog-kamnya/iskusstvennyj-kamen/iskusstvennyj-kamen-vicostone-tiger-bq-9438.html\r\n \r\nПриродный камень можно довольно часто встретить в дизайне интерьера https://www.raidstone.ru/katalog-kamnya/granit/granit-orion-gold-orion-gold.html\r\n   Всё это оттого, что сложно остаться равнодушным к качественным характеристикам натурального сырья https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/stoleshnicy/stoleshnicy-dlya-barbekyu/iz-granita-tan-braunn.html\r\n   Приобрести плиты из натурального камня, и заказать изготовление изделий можно по ссылке  https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/podokonniki/podokonniki-iz-mramora/podokonnik-iz-mramora-rosso-levante.html\r\n   Давайте поговорим о преимуществах такого выбора https://www.raidstone.ru/catalog/izdeliya-iz-betona/ograzhdeniya-lestnic/balyasiny/perila-balyasiny-tumby-v-sbore-iz-arhitekturnogo-betona.html\r\n \r\nЭто реально в стройке? Если с нами - то да! Мы долго шли к этому, оттачивая свою команду, и теперь с уверенностью можем гарантировать высочайшее качество для своих клиентов https://www.raidstone.ru/katalog-kamnya/mramor/mramor-braun-vud-brown-wood.html\r\n \r\nСо временем, при условии хорошего качества  продукции, появиться некоторое количество постоянных заказчиков, с которыми  можно поддерживать долгосрочные деловые отношения https://www.raidstone.ru/katalog-kamnya/mramor/mramor-galala-ekstra-galala-extra.html\r\n   Прибыль от продаж одной  партии в среднем равняется около 50 000 рублей, если за одну неделю  реализовывать 4 партии, прибыль составит 50 000 х 4 = 200 000 рублей, за месяц  800 000 рублей, за рабочий год 800 000 х 12 (месяцев) = 9 600 000 рублей https://www.raidstone.ru/katalog-kamnya/mramor/mramor-dajna-venato-daina-venato.html', ''),
(12853, 1, 1839, '1', 'DonaldLut', ''),
(12854, 1, 1839, '2', 'DonaldLut', ''),
(12855, 1, 1839, '3', 'namata-2521@mail.ru', ''),
(12856, 1, 1839, '4', '(804) 880-0487', ''),
(12857, 1, 1839, '5', 'google', ''),
(12858, 1, 1839, '6', 'Прапорщик Погоны', ''),
(12859, 1, 1839, '7', 'Внешний вид работников полиции должен отвечать строгим требованиям, утвержденным на федеральном уровне https://ratnik.su/voentorg/uncategorized/znachok-suvenirnyj-plastmassovyj-za-svyaz-bez-braka\r\n   Сотрудники ателье  в Москве тщательно следят за любыми изменениями, происходящими в уставе МВД относительно изготовления форменной одежды, а потому предлагают только качественные комплекты актуального дизайна, в точности соответствующие заявленным нюансам https://ratnik.su/product-tag/nabor-stopok-dekol\r\n \r\nПерчатки пятипалые на утепленной подкладке https://ratnik.su/voentorg/nagrudnye-znaki-znachki-medali/nagrudnye-znaki-znachki-metallicheskie-ministerstvo-oborony/znachok-specnaz-doblest-i-masterstvo-letuchaya-mysh-parashjut\r\n   На ладонной части расположена усилительная накладка, заходящая на внутреннюю деталь большого пальца https://ratnik.su/voentorg/nagrudnye-znaki-znachki-medali/portretnye-znaki-znachki-medali/medal-400-let-domu-romanovyh-aleksandr-l-tyazh\r\n   В области запястья перчатка стянута эластичной лентой https://ratnik.su/voentorg/armejskaya-galantereya/ordenskie-i-medalnye-lenty-aksessuary-k-nim/ordenskaya-lenta-za-otlichie-v-voennoj-sluzhbe-mo-2-stepen\r\n \r\nВот уже 20 лет Дирекция фонда МГИ является одним из лидеров производства швейных изделий для медицины https://ratnik.su/voentorg/suvenirnaya-produkciya/magnity/magnit-vinilovyj-gibkij-kosmicheskie-vojska-art-m\r\n   За прошедшие годы мы создали ни одну коллекцию  одежды для всех категорий и специальностей медицинского персонала https://ratnik.su/voentorg/uncategorized/brelok-metallicheskij-na-podlozhke-ya-kazak-smola\r\n   Более 1000 моделей медицинских халатов, костюмов, хирургической формы, головных уборов и обуви, разработанных в соавторстве с ведущими врачами нашей страны https://ratnik.su/voentorg/uncategorized/magnit-vinilovyj-gibkij-kruglyj-inzhenernye-vojska-art-m\r\n   Вся выпускаемая нами продукция зарегистрирована в реестре медицинских изделий Министерства здравоохранения Российской Федерации https://ratnik.su/voentorg/shevrony-pogony/nashivki-shevrony-mchs-vyshitye/nashivka-vysh-nagr-pol-spasatel-shn\r\n \r\nМагазин КАДЕТСКИЙ МАГАЗИН на ул https://ratnik.su/voentorg/soputstvujushhie-tovary/kompasy-kurvimetry/kompas-s-kryshkoj-lupoj-i-linejkoj-cvet-haki\r\n   Грина, 32 предлагает широкий размерный ряд стандартной формы для кадет от 32 до 62 в наличии, т https://ratnik.su/voentorg/nagrudnye-znaki-znachki-medali/nagrudnye-znaki-znachki-metallicheskie-ministerstvo-oborony/medal-v-pamyat-o-sluzhbe-na-chernomorskom-flote-tyazh\r\n  е https://ratnik.su/product-tag/zakon\r\n   Вы можете приехать и выбрать необходимы размер https://ratnik.su/voentorg/nagrudnye-znaki-znachki-medali/prochie-znaki-znachki-medali-ohota-rybalka-kopii-znakov-sport/znachok-suvenirnyj-plastmassovyj-za-svyaz-bez-braka\r\n \r\nСогласно Положению о системе охраны труда, сокращенно именуемому СОУТ, в мероприятия по охране труда включается и обеспечение персонала специальной одеждой https://ratnik.su/product-tag/art-m\r\n   Положение содержит типовую форму, на основе которой во внутренних нормативных актах уточняются все нюансы этой процедуры с учетом отраслевой конкретики https://ratnik.su/product-tag/poliamid\r\n   При этом важна иерархия ответственности: \r\nВнутри каждого ведомства к тому же форма видоизменялась в зависимости от класса и разряда (чина) ее носителя https://ratnik.su/product-tag/smerch\r\n   Так чиновников низших классов - от коллежского регистратора (XIV класс) до надворного советника (VI класс) - помимо знаков различия отличали друг от друга рисунки и размещение шитья на парадном мундире https://ratnik.su/voentorg/nagrudnye-znaki-znachki-medali/nagrudnye-znaki-znachki-metallicheskie-ministerstvo-oborony/medal-25-let-afganistan-v-pamyat-o-vypolnenii-voinskogo-dolga', ''),
(12860, 1, 1840, '1', 'BobbyNon', ''),
(12861, 1, 1840, '2', 'BobbyNon', ''),
(12862, 1, 1840, '3', 'dima_zimin_2023@mail.ru', ''),
(12863, 1, 1840, '4', '(102) 384-6141', ''),
(12864, 1, 1840, '5', 'google', ''),
(12865, 1, 1840, '6', 'Фасовочный Аппарат', ''),
(12866, 1, 1840, '7', 'Страна: РоссияАдрес: Москва, Походный, пр https://prostor-k.ru/po-produktu/konditerskie-izdeliya/pirogi\r\n , 4, корп https://prostor-k.ru/oborudovanie/avtomatizaciya-processov-upakovki/wrap-around-case-packer\r\n  1Предлагаемая организацией ОКАНТ & К, ООО продукция:оборудование для кулинарных цехов силоса для хранения, транспортировки порошкообразных, гранулированных продуктов тоннели морозильные камеры скороморозильные камеры холодильные комплексы робототехнические по упаковке, сортировке, распилу мясного сырья оборудование для формования продукта с начинкой оборудование для фасовки и упаковки оборудование пекарное оборудование для кондитерского производства оборудование для мясопереработки оборудование для изготовления слоеного теста и изделий из него оборудование для производства котлет и фрикаделек линии для производства пиццы с различными видами декорирования линии для производства пиццы линии для производства блинчиков с начинкой линии для производства русских пирожков с различными начинками линии для производства пирогов оборудование для производства пельменей \r\nСтрана: РоссияАдрес: Ростов-на-Дону, ул https://prostor-k.ru/oborudovanie/sistemy-kontrolya-kachestva-produktsii/chekvejer-konvejernye-vesy\r\n  Металлургическая, 102/2, офис 308Предлагаемая организацией РОСТОВ-ОСНОВА, НПП, ООО продукция:шкафы сушильные тестораскатки тестомесы для пекарен просеиватели для пекарен прессы от 40 до 100 кг/час плиты для кафе и столовых печи для пекарен оборудование для фасовки и упаковки оборудование для кондитерского производства мясорубки для кафе и столовых машины для формовки сувенирных пряников машины для макаронного производства машины взбивальные котлы варочные для кафе и столовых \r\n\r\nКак производитель и поставщик упаковочного оборудования, расположенный в Китае, мы работаем в этой отрасли с 1995 года https://prostor-k.ru/oborudovanie/blisternye-mashiny/blisternaya-mashina-bpm-100-140\r\n  Мы производим питание упаковочное оборудование, линии по производству макаронных изделий и так далее https://prostor-k.ru/oborudovanie/etikerovka-markirovka-raskhodnye-materialy/termotransfernye-printery\r\n  В целях обеспечения качественной продукции, мы постоянно внедряем современное производственное оборудование, а также предоставляем нашим клиентам полный спектр услуг, включая установку оборудования, ввод в эксплуатацию, техническую поддержку и обучение обслуживающего персонала и т https://prostor-k.ru/lizing-upakovochnogo-oborudovaniya\r\n д https://prostor-k.ru/po-produktu/sneki/semechki\r\n \r\n\r\nУпаковочные машины находятся на финальной линии любого производства https://prostor-k.ru/\r\n  Они достаточно сильно отличаются друг от друга по виду задействования в технологическом процессе и по конструктивным особенностям https://prostor-k.ru/video/fasovochnoe-oborudovanie-dlya-midij-krevetok', ''),
(12867, 1, 1841, '1', 'HowardAsync', ''),
(12868, 1, 1841, '2', 'HowardAsync', ''),
(12869, 1, 1841, '3', '2p1uo@course-fitness.com', ''),
(12870, 1, 1841, '4', '(006) 048-5830', ''),
(12871, 1, 1841, '5', 'google', ''),
(12872, 1, 1841, '6', '品空間 - Goûter Space', ''),
(12873, 1, 1841, '7', '品空間 - Goûter Space \r\n \r\n \r\nhttps://gouterspace.com/', ''),
(12874, 1, 1842, '1', 'Thomasfep', ''),
(12875, 1, 1842, '2', 'Thomasfep', ''),
(12876, 1, 1842, '3', 'squalemdi1983@mail.ru', ''),
(12877, 1, 1842, '4', '(648) 847-0580', ''),
(12878, 1, 1842, '5', 'google', ''),
(12879, 1, 1842, '6', 'Мытищи Заказать Еду', ''),
(12880, 1, 1842, '7', 'Сладкое, нежное чувство одолевает вас… Полакомьтесь пиццей с клубникой в сливочном соусе и со сгущенным молоком https://nakorminastroenie.ru\r\n \r\ni ? ПИЩЕВАЯ ЦЕННОСТЬ ПРОДУКТА (на 100 г https://nakorminastroenie.ru\r\n ) : Энерг https://nakorminastroenie.ru\r\n  ценность: 221 https://nakorminastroenie.ru/agreement\r\n 7 Ккал/928 кДж Белки: 8 https://nakorminastroenie.ru/agreement\r\n 09 г https://nakorminastroenie.ru\r\n  Жиры: 11 https://nakorminastroenie.ru/agreement\r\n 65 г https://nakorminastroenie.ru/offer\r\n  Углеводы: 22 http://nakorminastroenie.ru\r\n 3 г https://nakorminastroenie.ru/agreement\r\n \r\nТОМАТНАЯ папперони http://nakorminastroenie.ru\r\n \r\ni ? ПИЩЕВАЯ ЦЕННОСТЬ ПРОДУКТА (на 100 г https://nakorminastroenie.ru/personal\r\n ) : Энерг https://nakorminastroenie.ru/agreement\r\n  ценность: Смотрите энергетическую ценность в общем разделе пиццы и снэки http://nakorminastroenie.ru/bonuses\r\n \r\nИ вялеными томатами с соусом песто http://nakorminastroenie.ru/bonuses\r\n \r\n_ https://nakorminastroenie.ru\r\n  Заказывал пиццу на дом http://nakorminastroenie.ru\r\n Соус забыли,в пицце нашел длинный волос http://nakorminastroenie.ru\r\n  Заказал пиццу на дом 31 https://nakorminastroenie.ru/agreement\r\n 05 http://nakorminastroenie.ru/bonuses\r\n 2022 https://nakorminastroenie.ru/agreement\r\n  Оплатил заказ, принес домой http://nakorminastroenie.ru/bonuses\r\n  Должно…', ''),
(12881, 1, 1843, '1', 'Mike Leman', ''),
(12882, 1, 1843, '2', 'Mike Leman', ''),
(12883, 1, 1843, '3', 'no-replyPovaTasy@gmail.com', ''),
(12884, 1, 1843, '4', '(840) 438-2054', ''),
(12885, 1, 1843, '5', 'google', ''),
(12886, 1, 1843, '6', 'Content Marketing to rank gangagen.com', ''),
(12887, 1, 1843, '7', 'Hi there \r\n \r\nI Just checked your gangagen.com ranks and saw that your site is trending down for some time. \r\n \r\nIf you are looking for a trend reversal, we have the right solution for you \r\n \r\nWe are offering affordable Content Marketing plans with humanly written SEO content \r\n \r\nFor more information, please check our offers \r\nhttps://www.digital-x-press.com/product/content-marketing/ \r\n \r\nThanks and regards \r\nMike Leman', ''),
(12888, 1, 1844, '1', 'Eric', ''),
(12889, 1, 1844, '2', 'Jones', ''),
(12890, 1, 1844, '3', 'ericjonesmyemail@gmail.com', ''),
(12891, 1, 1844, '4', '(555) 555-1212', ''),
(12892, 1, 1844, '5', 'GE', ''),
(12893, 1, 1844, '6', 'Try this, get more leads', ''),
(12894, 1, 1844, '7', 'Hi gangagen.com Webmaster.\r\n\r\nMy name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(12895, 1, 1845, '1', 'Tanu', ''),
(12896, 1, 1845, '2', 'Roy', ''),
(12897, 1, 1845, '3', 'hirevanow1@gmail.com', ''),
(12898, 1, 1845, '4', '(303) 736-9129', ''),
(12899, 1, 1845, '5', 'Content Writing Service', ''),
(12900, 1, 1845, '6', 'Content Writing Service', ''),
(12901, 1, 1845, '7', 'Hello, This is Tanu, a Certified copywriter and content writer. I have 14 years of experience in writing blogs, articles, e-commerce product descriptions, SEO content, website content, business service descriptions, newsletter content, content for brochures, Proofreading, Social Media Captions, and content for SOPs. \r\nMy content has been ranked a lot of times on google. You will find my experience valuable for your business growth. I have also gone through your website gangagen.com and I have written content for your industry.\r\nI charge USD 100 for 1000 words. Let me know if you have any requirements right now. Please send me an email at hirevanow1@gmail.com.', ''),
(12902, 1, 1846, '1', 'Gabrielhat', ''),
(12903, 1, 1846, '2', 'Gabrielhat', ''),
(12904, 1, 1846, '3', 'reas9991@outlook.com', ''),
(12905, 1, 1846, '4', '(884) 316-2386', ''),
(12906, 1, 1846, '5', 'google', ''),
(12907, 1, 1846, '6', 'Fuck me now please', ''),
(12908, 1, 1846, '7', '<a href=https://dating-olala.life/?u=93bkte4&o=rh9pmbd><img src=\"https://hudeem-doma.online/123.jpg\"></a>', ''),
(12909, 1, 1847, '1', 'Benjamin', ''),
(12910, 1, 1847, '2', 'Current', ''),
(12911, 1, 1847, '3', 'feedback@organictrafficexplosion.com', ''),
(12912, 1, 1847, '4', '(859) 379-8495', ''),
(12913, 1, 1847, '5', 'Rosemary Current', ''),
(12914, 1, 1847, '6', 'Do you Need Blog Content?', ''),
(12915, 1, 1847, '7', 'Hey,\r\n\r\nDo you need SEO content to help you compete online?\r\n\r\nWe offer the best SEO Content services you will find online today!\r\n\r\nOur Super Articles will help catapult you to the top of the search rankings. Find out more here: https://writingbybenjamin.com/super-articles/\r\n\r\n\r\nCheck out our regular Content Writing Specials here: https://writingbybenjamin.com/best-seo-articles/\r\n\r\n\r\n\r\nWe look forward to working with you!\r\n\r\nWriting By Benjamin\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nAvoid Marketing Messages Here: https://organictrafficexplosion.com/opt-out/', ''),
(12916, 1, 1848, '1', 'WilliamDon', ''),
(12917, 1, 1848, '2', 'WilliamDon', ''),
(12918, 1, 1848, '3', 'loginovauzqg1978@mail.ru', ''),
(12919, 1, 1848, '4', '(572) 506-2415', ''),
(12920, 1, 1848, '5', 'google', ''),
(12921, 1, 1848, '6', 'омг омг даркнет', ''),
(12922, 1, 1848, '7', 'Voluptatem atque aliquid velit qui sunt ut qui aut. Quod doloribus eius a ut illo. Et et dicta odio facere odio. Omnis nulla ullam quod asperiores enim sunt distinctio. \r\n<a href=https://omgomgomg5j4yrr4mjdv3h5c5xfvxtqqs2in7-onion.com>omgomgomg5j4yrr4mjdv3h5c5xfvxtqqs2in7smi65mjps7wvkmqmtqd.onion</a> \r\nExpedita minima et in ea neque. Veritatis dicta iure dolores corporis error necessitatibus aut ut. Quaerat expedita perspiciatis et totam consequuntur consequatur. Excepturi voluptas quisquam sit natus. \r\n \r\nNon esse autem dolor ut maiores laborum. Voluptas esse voluptatem aut corporis et aut aut. Consequatur perferendis dignissimos quo odit facilis. Repudiandae aut asperiores quaerat vel. \r\n \r\nAccusantium et animi commodi. Et maiores nemo sint veritatis exercitationem nihil dolores. Modi magnam enim repellendus possimus totam unde. Perferendis odit vel voluptatem doloribus autem deleniti quia. Blanditiis nobis velit consectetur quisquam sapiente porro. Vitae dicta maiores aut. \r\n \r\nDicta non at quasi. Et distinctio dolores modi iure nobis. Quia voluptatem molestiae odio ipsum. Vel vel esse rerum autem natus dolores. Voluptatibus sit qui nisi et fugit illo. \r\n \r\nOfficia expedita magni accusamus labore enim error asperiores. Est soluta ea sunt. Aut velit consequatur aliquam sunt et magnam. \r\nomgomgomg5j4yrr4mjdv3h5c5xfvxtqqs2in7smi65mjps7wvkmqmtqd.onion \r\nhttps://omgomgomg5j4yr4mjdv3h5c5xfvxtqs2in7smi65mjps7wvkmqmtqd.net', ''),
(12923, 1, 1849, '1', 'Thomasbuh', ''),
(12924, 1, 1849, '2', 'Thomasbuh', ''),
(12925, 1, 1849, '3', 'petrova.kristina.1978.3.3@inbox.ru', ''),
(12926, 1, 1849, '4', '(215) 184-1051', ''),
(12927, 1, 1849, '5', 'google', ''),
(12928, 1, 1849, '6', 'Уход За Лежачими Больными', ''),
(12929, 1, 1849, '7', 'Многие имеют большой опыт в работе с пожилыми людьми, лежачими больными https://academylife.ru/art/pochemu-pozhilomu-cheloveku-opasno-doma/\r\n  Оказывают помощь в реабилитации родственника https://academylife.ru/pansionat/vidnoe/\r\n  Постояльцы круглосуточно находятся под наблюдением https://academylife.ru/art/pansionat-dlja-uhoda-za-lezhachimi-bolnymi/\r\n  Обеспечивают досуг человека пожилого возраста https://academylife.ru/art/pansionat-dlja-pozhilyh-c-artritom/\r\n  Условия максимально комфортные, стоимость проживания доступна и рассчитывается по цене за сутки https://academylife.ru/pansionaty-dlja-prestarelyh-s-demenciej/\r\n \r\nПитание — полноценное, свежее, вкусное, с диетическими блюдами, с учётом потребности пациента в блендировании https://academylife.ru/pansionat/himki/\r\n \r\nКого не примут в санатории для пенсионеров: \r\n9 секретов домашнего окрашивания как в салоне с лучшими стилистами https://academylife.ru/art/pansionat-dlja-uhoda-za-lezhachimi-bolnymi/\r\n \r\nТакие пансионаты для пожилых осуществляют работу по нормам медицинских учреждений, а специалисты в них имеют обязательные дипломы о медобразовании https://academylife.ru/contacts/\r\n  Вот о таких мы и поговорим https://academylife.ru/pansionat/skolkovo/\r\n \r\nЭкономный https://academylife.ru/art/pansionat-dlja-pozhilyh-c-saharnym-diabetom/', ''),
(12930, 1, 1850, '1', 'Anthonyglick', ''),
(12931, 1, 1850, '2', 'Anthonyglick', ''),
(12932, 1, 1850, '3', 'garifullina_1982_21_3@list.ru', ''),
(12933, 1, 1850, '4', '(187) 025-5646', ''),
(12934, 1, 1850, '5', 'google', ''),
(12935, 1, 1850, '6', 'Пленка Konica', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(12936, 1, 1850, '7', '2-пропанол – 60,0 %, 1-пропанол-10 %, алкилдиметилбензиламмоний хлорид и дидецилдиметиламмоний хлорид 0,20 % (суммарно), а также функциональные добавки, увлажняющие и ухаживающие за кожей компоненты https://crystal-tr.ru/product/4-maksi-7-18-kg/\r\n \r\nВ организациях общественного питания дезинфекции подлежат поверхности в помещениях и оборудование (полы, столы, клеенки, кухонный инвентарь, посуда, подносы, санитарно-техническое оборудование, мусоросборники, уборочный инвентарь) https://crystal-tr.ru/product-category/medicaldisp/\r\n  Персонал систематически проводит дезинфекцию рук https://crystal-tr.ru/product/gepoglos-shina-immobilizacionnaja-kompaktnaja-palcevaja-46h96mm/\r\n  В помещениях ежедневно проводится влажная уборка с применением моющих и дезинфицирующих средств https://crystal-tr.ru/product/foliodrape-protect-plus-komplekt-ginekologicheskij-s-abd/\r\n  После каждого посетителя обязательна уборка обеденного стола https://crystal-tr.ru/product/kateter-sfm-vnutrivennyj-17g-100-sht/\r\n  Использованная посуда, приборы моются и обеззараживаются https://crystal-tr.ru/product/perchatki-neoprenovye-28-sm-nesterilnye-neopudrennye-sfm-50-par/\r\n \r\nМикробиологическое исследование систем кондиционирования и увлажнения воздуха на наличие возбудителя легионеллеза необходимо осуществлять ежеквартально (точками отбора проб являются внутренний блок сплит-системы и контур системы центрального кондиционирования) https://crystal-tr.ru/product/komplekt-belja-dlja-transuretralnoj/\r\n  При выявлении возбудителя в концентрации, превышающей допустимые значения (104 КОЕ/л), необходимо проведение дополнительных дезинфекционных мероприятий с применением дезинфицирующих средств, обладающих выраженным бактерицидным действием и способных к разрушению микробных биопленок https://crystal-tr.ru/product/rentgenpljonka-trimax-txe-film-20x25-125-listov/\r\n \r\nКвасцы https://crystal-tr.ru/product/plenka-rentgen-med-sony-upt-517bl-354mmh430mm-14-h17-125l/\r\n  Используемые в парикмахерской практике квасцы представляют собой насыщенные растворы сернокислого алюминия https://crystal-tr.ru/product/plastyr-katushechnyj-na-tkanevoj-osnove-2-0-h-500-sm-24-sht/\r\n  Растворы квасцов бесцветные https://crystal-tr.ru/product/kontejner-kds-30-kront-dlja-dezinfekcii-i/\r\n  На вкус слегка сладковатые, без запаха https://crystal-tr.ru/product-category/consumables/perchatki/specializirovannye/\r\n  Они являются очень эффективными для остановки кровотечения при порезах, ссадинах и других повреждениях кожи https://crystal-tr.ru/product/rentgen-plenka-konica-sd-s-35h43-14x17-125l/\r\n Готовятся растворы квасцов следующим образом: во флакон с перекисью водорода небольшими порциями следует всыпать кристаллы сернокислого алюминия до того момента, когда кристаллы перестанут растворяться, т https://crystal-tr.ru/product/rentgen-plenka-dlja-fljuorografii-70mmh30-5m-434k-carestream-health/\r\n  е https://crystal-tr.ru/product/lejkoplastyr-baktericidnyj-sfm-3-8-sm-h-3-8-sm-netkannyj-100-sht/\r\n  раствор станет насыщенным и готовым к использованию https://crystal-tr.ru/product/rentgenpljonka-sarestream-health-kodak-mxb-24h30/\r\n  После добавления каждой порции кристаллов перекись водорода необходимо взбалтывать до их полного растворения https://crystal-tr.ru/pay/\r\n \r\nАлфавитный перечень дезсредств и средств дезинфекции, зарегистрированных в РФ дезсредство Триазин инструкция цена на дезлист, дезинфекция поверхностей, дезинфекция 2016 средство дезинфицирующее мдс-2 https://crystal-tr.ru/product/igla-sterilnaja-0-8-h-40-mm-21g-sfm-100-sht/\r\n  Дезсредство МД - 1 применяют: Акушерские стационары, ЛПУ, Клинические лаборатории дезлист по сферам https://crystal-tr.ru/product/rentgenpljonka-sarestream-health-dvb-25h30-10x12-100-listov/\r\n  Купить МД-1 регионах квартет инструкция, режимы применение, аналоги, эквиваленты, химический состав сайте https://crystal-tr.ru/product/bahily-medicinskie-27/\r\n  Москва, склад ООО НаНоДез, тел дезсредства https://crystal-tr.ru/product/trusiki-dlja-jepiljacii-zhenskie/\r\n  (499) 508-53-19 (499 продажа, поиск, поставщики магазины, цены россии моющие дезсредства химия https://crystal-tr.ru/product/bahily-medicinskie-21/\r\n  МД-1, ОДС-17 катрил-мд-1_моющее https://crystal-tr.ru/product/rentgen-plenka-konica-sd-r-20h25-8x10-125l/\r\n  Септолит ДХЦ ТХЦ дезсредства быстрорастворимые хлорные таблетки напольные https://crystal-tr.ru/product/kateter-sfm-vnutrivennyj-22g-100-sht/\r\n  Дезсредства Инструменты промышленные оптовые товары https://crystal-tr.ru/product/rentgenpljonka-sfm-x-ray-bf-13h30-sinechuvstvitelnaja/\r\n  МД-1 МДС-2 МДС-3 01 в https://crystal-tr.ru/product/plastyr-na-netkanevoj-bumazhnoj-osnove-5-0-h-500-sm-6-sht/\r\n  01 ника-амицид на https://crystal-tr.ru/product/rentgenpljonka-retina-xbe-15x40/\r\n  2016 средство дезинфицирующее МДС-2 загрузить скачать инструкцию средства дезинфекции \r\n1 https://crystal-tr.ru/product/prezervativ-nakonechnik-dlja-uzi-1-bez-smazki-bez-nakopitelja-prozrachnyj-d-28-mm/\r\n  Используемые для обеззараживания, предстерилизационной оработки, стерилизации и дезинфекции химические препараты об­ладают в различной степени местным и общим токсическим дейст­вием https://crystal-tr.ru/product/infuzionnaja-sistema-trjohhodovaja/', ''),
(12937, 1, 1851, '1', 'Stevejek', ''),
(12938, 1, 1851, '2', 'Stevejek', ''),
(12939, 1, 1851, '3', 'wodunceino@inbox.ru', ''),
(12940, 1, 1851, '4', '(776) 328-1765', ''),
(12941, 1, 1851, '5', 'google', ''),
(12942, 1, 1851, '6', 'Шторные Ткани', ''),
(12943, 1, 1851, '7', 'В интернет-магазине  представлены ткани для пошива постельного белья от известных производителей г https://shtory-mira.ru/product-category/misc/page/15\r\n  Иваново https://shtory-mira.ru/product/meteorite\r\n  Продукция отличается высоким качеством и реализуется по метражу крупным и мелким оптом https://shtory-mira.ru/product/blink\r\n \r\nСоюз 38 https://shtory-mira.ru/shop/page/15\r\n \r\nИ я была в шоке после их посещения! Мало того, что там ужасный ассортимент, так и цен дешевле 2-3 000 р за метр ткани не найдешь! Это что вообще за безобразие? Для кого эти магазины? Короче, я решила бойкотировать такой беспредел и заказывать ткани исключительно онлайн https://shtory-mira.ru/product/crankle\r\n \r\n\r\nНовинка Вискоза Веточки на зеленом 100% вискоза арт https://shtory-mira.ru/product/shore\r\n  FW5734 63 руб https://shtory-mira.ru/product/calais\r\n  Летящая, струящаяся ткань, нежная и приятная на ощупь https://shtory-mira.ru/product/fabriano\r\n  Воздушная и красиво драпируется, не тянется https://shtory-mira.ru/product/felicity\r\n  На тело не просвечивает https://shtory-mira.ru/product/casaletto\r\n  Идеальна для пошива рубвшек, платьев, блуз, юбочек, широких брюк, домашних комплектов https://shtory-mira.ru/product/scratch\r\n  Состав: 100% вискоза Плотность 130 г/м2 Ширина: 144 см Подходит Тканый дублерин Видео вискозы смотрите здесь Цена указана за 10х144 см Обратите внимание https://shtory-mira.ru/product/mystic\r\n  Цветопередача может отличаться от действительности https://shtory-mira.ru/product/vertus\r\n  Это зависит от модели и экрана вашего устройства, а так же вашего цветовосприятия https://shtory-mira.ru/product/benito\r\n  Магазин Галереятканей https://shtory-mira.ru/shop/page/21\r\n рф не несёт ответственности за несоответствие цвета реального товара и изображения на Вашем устройстве https://shtory-mira.ru/product-category/misc/page/22\r\n  Мы рады предоставить вам дополнительные фото и видео при необходимости https://shtory-mira.ru/product/chime', ''),
(12944, 1, 1852, '1', 'FrankNip', ''),
(12945, 1, 1852, '2', 'FrankNip', ''),
(12946, 1, 1852, '3', 'kharitonova_1996_25_5@inbox.ru', ''),
(12947, 1, 1852, '4', '(000) 840-7528', ''),
(12948, 1, 1852, '5', 'google', ''),
(12949, 1, 1852, '6', 'Сео-Продвижение', ''),
(12950, 1, 1852, '7', 'Особенности: маркетплейс не является собственником товара, он предоставляет владельцам товаров (производители, дистрибьюторы, продавцы) технологии и инфраструктуру для онлайн-торговли http://sayt-rf.ru/blog/5-chto-takoe-chastotnost-zaprosov.html\r\n  При таком способе продвижения компаниям не нужно тратиться на раскрутку и поддержание сайта, эта забота ложится на плечи владельцев маркетплейсов http://sayt-rf.ru/novosti-po-seo/10-core-web-vitals-ot-kakikh-metrik-zavisit-novyj-faktor-ranzhirovaniya-google-kotoryj-zarabotaet-v-2021-godu-kak-optimizirovat.html\r\n  Требуется только соблюдать правила размещения товаров и услуг на платформе, которые прописаны в договоре, и знать точку своей безубыточности, чтобы не торговать в минус http://sayt-rf.ru/\r\n  Не для всех бизнесов может подходить http://sayt-rf.ru/blog/7-povedencheskie-faktory.html\r\n \r\nЧтобы узнать, есть ли на вашем сайте санкции от : \r\n36 http://sayt-rf.ru/novosti-po-seo/9-kak-google-i-yandeks-otsenivayut-vneshnie-ssylki-12-pravil-o-kotorykh-nelzya-zabyvat.html\r\n  Почитайте про крауд-маркетинг http://sayt-rf.ru/raskrutka-sajta.html\r\n  Добавьте информацию о сайте на форумы, блоги, сервисы вопросов и ответов, отзывики, рекомендательные площадки и другие популярные ресурсы http://sayt-rf.ru/blog/4-slovar-seo.html\r\n  Список площадок можно получить тут http://sayt-rf.ru/nashi-uslugi.html\r\n \r\n16 http://sayt-rf.ru/raskrutka-sajta.html\r\n  Теги title, description http://sayt-rf.ru/nashi-uslugi.html\r\n \r\nhttp://sayt-rf.ru/raskrutka-sajta.html\r\n  Проведение аудита сайта для поиска ошибок в раскрутке http://sayt-rf.ru/blog/4-slovar-seo.html\r\n  Разработаем план привлечения новой целевой аудитории, скорректируем текущую стратегию http://sayt-rf.ru/blog/6-vnutrennyaya-optimizatsiya.html\r\n   http://sayt-rf.ru/nashi-uslugi.html\r\n  Работаем с запуском сарафанного радио и мониторим упоминания о компании http://sayt-rf.ru/blog/4-slovar-seo.html\r\n   http://sayt-rf.ru/blog/6-vnutrennyaya-optimizatsiya.html\r\n  Поможем получить больше заявок из поисковых систем и вывести сайт в ТОП планомерно и с гарантией результата http://sayt-rf.ru/novosti-po-seo/11-dostupnost-sajta-kak-proverit-kak-vliyaet-na-pozitsii.html\r\n   http://sayt-rf.ru/novosti-po-seo/10-core-web-vitals-ot-kakikh-metrik-zavisit-novyj-faktor-ranzhirovaniya-google-kotoryj-zarabotaet-v-2021-godu-kak-optimizirovat.html\r\n  Создадим и настроим рекламу в Яндекс Директ http://sayt-rf.ru/novosti-po-seo/10-core-web-vitals-ot-kakikh-metrik-zavisit-novyj-faktor-ranzhirovaniya-google-kotoryj-zarabotaet-v-2021-godu-kak-optimizirovat.html\r\n  Иногда, чтобы поисковики получили данные о поведенческих факторах сайта, приходится добавлять рекламный трафик http://sayt-rf.ru/raskrutka-sajta.html\r\n   http://sayt-rf.ru/\r\n  Поможем понять, какие проблемы есть с коммерческими и поведенческими факторами, это позволит не только продвинуть сайт, но и увеличить продажи http://sayt-rf.ru/blog/5-chto-takoe-chastotnost-zaprosov.html\r\n   http://sayt-rf.ru/blog/7-povedencheskie-faktory.html\r\n  Поможет привлечь клиентов из маркет-плейсов и агрегаторов http://sayt-rf.ru/raskrutka-sajta.html\r\n   http://sayt-rf.ru/novosti-po-seo/9-kak-google-i-yandeks-otsenivayut-vneshnie-ssylki-12-pravil-o-kotorykh-nelzya-zabyvat.html\r\n  Поможем получить хорошие соцсигналы http://sayt-rf.ru/novosti-po-seo/8-yandeks-yati-yandex-sushchestvenno-izmenyaet-sistemu-ranzhirovaniya-kak-podgotovit-sajt-k-seo.html\r\n \r\nСтоимость лида: в 1,5-2 раза ниже, чем с обычной рекламы, зависит от ниши и площадки http://sayt-rf.ru/raskrutka-sajta.html', ''),
(12951, 1, 1853, '1', 'Lorencal', ''),
(12952, 1, 1853, '2', 'Lorencal', ''),
(12953, 1, 1853, '3', 'frolov_lekha_1987_6_12@bk.ru', ''),
(12954, 1, 1853, '4', '(812) 171-7737', ''),
(12955, 1, 1853, '5', 'google', ''),
(12956, 1, 1853, '6', 'Недорогой Косметический Ремонт Квартиры', ''),
(12957, 1, 1853, '7', 'Делаем полностью все работы под ключ https://san-rem-master.com/kosmeticheskij-remont-kvartir-v-sankt-peterburge/\r\n \r\nРемонт квартир в Санкт-Петербурге - узнайте стоимость https://san-rem-master.com/remont-kvartir-moskovskij-rajon-sankt-peterburga/\r\n \r\nIDECORA Design&Decor https://san-rem-master.com/brigada-remont-kvartir/\r\n \r\nМы рассчитаем её стоимость по каждому виду работ https://san-rem-master.com/kosmeticheskij-remont-kvartir-v-sankt-peterburge/\r\n \r\nИскать самостоятельно Перейдите в каталог мастеров, выберите услугу и ваш город https://san-rem-master.com\r\n  Выбирайте из предложенных анкет https://san-rem-master.com/kalkulyator-stoimosti-remonta-kvartiry/\r\n  Вам будет доступен личный телефон мастера, а также вы можете написать мастерам https://san-rem-master.com/remont-kvartir-v-leningradskoj-oblasti-pod-klyuch/\r\n \r\nОтделка и ремонт квартир в Санкт-Петербурге (Спб) под ключ: мы сбережем Ваши нервы и деньги https://san-rem-master.com/remont-kvartiry-krasnoselskij-rajon-sankt-peterburga/', ''),
(12958, 1, 1854, '1', 'MarcusAlgow', ''),
(12959, 1, 1854, '2', 'MarcusAlgow', ''),
(12960, 1, 1854, '3', 'zuyev-vadik@bk.ru', ''),
(12961, 1, 1854, '4', '(165) 238-4305', ''),
(12962, 1, 1854, '5', 'google', ''),
(12963, 1, 1854, '6', 'Брикс Запчасти', ''),
(12964, 1, 1854, '7', 'Отслеживайте статус выполнения вашей заявки через форму на сайте или по телефону: +7 (812) 326-90-96 – вы в любое время сможете узнать, какие работы проводятся в данный момент ', ''),
(12965, 1, 1855, '1', 'WesleyJar', ''),
(12966, 1, 1855, '2', 'WesleyJar', ''),
(12967, 1, 1855, '3', 'pencucon_97@mail.ru', ''),
(12968, 1, 1855, '4', '(185) 720-6453', ''),
(12969, 1, 1855, '5', 'google', ''),
(12970, 1, 1855, '6', 'Оборудование Для', ''),
(12971, 1, 1855, '7', 'Одной из первоочередных задач пищевого предприятия, заботящегося о качестве своей продукции, является исключение возможности попадания в исходное сырье и готовые изделия смазочных материалов, ржавчины, металлической пыли от износившихся деталей https://пищевоеоборудование.рф/katalog/bunkera-nakopitelnye-priemnye/farshemeshalka-smesitel-tip-farsh-150-aisi-304\r\n \r\nХолодильные витрины и прилавки получили большое распространение в торговле, предприятиях общественного питания и т https://пищевоеоборудование.рф/moskva/katalog/oprokidyvateli-kontejnerov-i-telezhek/oprokidyvateli-bochek-ob-250\r\n  д https://пищевоеоборудование.рф/katalog/\r\n  , поэтому сегодня на рынке представлен огромный ассортимент различных моделей данного вида холодильного оборудования https://пищевоеоборудование.рф/katalog/konvejera-z-obraznye/kopiya-mashina-mojki-sushki-banki-mmsb-2000\r\n \r\nСледует сделать замечание, что малыми пекарнями  считают цеха с производительностью 60-250 кг продукции в час или 0,2-3 тонны в сутки https://пищевоеоборудование.рф\r\n    Для сравнения хлебозавод производит в сутки 40-50 тонн хлеба https://пищевоеоборудование.рф/katalog/bunkera-nakopitelnye-priemnye/\r\n \r\nПромышленное холодильное оборудование - это мощные и эффективные  и установки (мощностью по холоду более 10 кВт), обеспечивающие возможность длительного хранения различных продуктов в больших магазинах и на складах, а также применяемое в технологических процессах пищевого производства https://пищевоеоборудование.рф/katalog/konvejera-z-obraznye/konvejer-podemnyj-dlya-melkoj-frakcii-kpm-z', ''),
(12972, 1, 1856, '1', 'Davidquinc', ''),
(12973, 1, 1856, '2', 'Davidquinc', ''),
(12974, 1, 1856, '3', 'zubkova_taniusha_1995_23_8@bk.ru', ''),
(12975, 1, 1856, '4', '(844) 566-6881', ''),
(12976, 1, 1856, '5', 'google', ''),
(12977, 1, 1856, '6', 'Патока Карамельная Купить', ''),
(12978, 1, 1856, '7', 'Выдержанные коньячные спирты являются только полуфабрикатом http://amadey-sirop.ru/receptury/\r\n  Для приготовления коньяков различных марок выдержанные коньячные спирты купажируют с отдельными материалами (сахарным сиропом, умягченной водой, спиртованной и душистой водами) http://amadey-sirop.ru/amadey/sirop/glyukozno-fruktoznyj-sirop/\r\n  Колер применяют в случае необходимости http://amadey-sirop.ru\r\n \r\nСахар — простая форма углеводов, которые естественным образом присутствуют в ряде продуктов, таких как фрукты, овощи, зерновые и т https://amadey-sirop.ru/patoka-melassa-sveklovichnaya/\r\n д https://amadey-sirop.ru/patoka-suxaya/\r\n  В своей естественной форме сахар сопровождается рядом витаминов, минералов, ферментов и волокон, которые помогают организму усваивать сахарные молекулы правильно https://amadey-sirop.ru\r\n — Когда сахар очищен, он лишается витаминов, минералов и жиров, которые затрудняют усвоение и усвоение организмом https://amadey-sirop.ru/835-2/\r\n  Большая проблема здесь заключается в том, что для того, чтобы правильно переварить этот сахар, наше тело должно использовать некоторые из своих собственных витаминов, минералов и ферментов, истощая свои собственные драгоценные ресурсы https://amadey-sirop.ru/novosti/\r\n — Чем больше сахара вы едите, тем больше вы жаждете https://amadey-sirop.ru/shherbet-s-saxarom-kraxmalnym-tverdym/\r\n  Чем больше сахара вы едите, тем больше вы терпите крах снова http://amadey-sirop.ru/amadey/sirop/glyukozno-fruktoznyj-sirop/\r\n  Настроение вверх, настроение вниз и повторить https://amadey-sirop.ru/glyukozno-fruktoznyj-sirop-lfx10-g-60-nizkofruktoznyj/\r\n Правило пяти ингредиентов http://amadey-sirop.ru/amadey/receptury/\r\n  Всегда читайте этикетки и, если в первых 5 ингредиентах есть подсластитель, такой как сгущенный тростниковый сок, HFCS, концентрат фруктового сока, агава, фруктоза, декстроза или сироп, найдите другой вариант https://amadey-sirop.ru/receptura-1-xleb-rzhano-pshenichnyj-borodinskij-s-ispolzovaniem-rafinadnoj-patoki/khleb-borodinskiy-receptura-amadey/\r\n Ешьте разнообразную еду http://amadey-sirop.ru\r\n  Сокращение потребления сладких продуктов означает, что вы, скорее всего, сократите переработанные продукты и, следовательно, будете наслаждаться большим количеством цельных продуктов, фруктов и овощей https://amadey-sirop.ru\r\n — Знайте свои сахарные названия, чтобы вы могли идентифицировать их на этикетках продуктов http://amadey-sirop.ru/amadey/produkciya-na-glavnoj/melassy/\r\n  Фруктоза, свекольный сахар, коричневый сахар, агава, клен, галактоза, тростниковый сахар, кукурузный сироп, глюкоза, мед, декстрин, лактоза, декстроза, маннит, патока, сорбит, мальтоза, сахароза, белый сахар http://amadey-sirop.ru/amadey/receptury/\r\n — Сахар — это добро, сахар — это зло, сахар — гадко, но сахар здесь, чтобы остаться, и ему нужно нечто большее, чем односторонний подход, основанный на воздержании https://amadey-sirop.ru/xleb-pshenichnyj-iz-polby-s-sushenoj-klyukvoj-i-patokoj-rafinadnoj-trostnikovoj-lyuks/\r\n  Жир, соль, сахар и углеводы помогают мне выглядеть так, как я, живу так, как я, и люблю жизнь так, как я https://amadey-sirop.ru/receptura-1-xleb-rzhano-pshenichnyj-borodinskij-s-ispolzovaniem-rafinadnoj-patoki/khleb-borodinskiy-receptura-amadey/\r\n  Я наслаждаюсь всем в меру и знаю, что мое время на этой земле закончится не из-за моей диеты и плохого выбора, а, вероятнее, если я пересеку улицу в Нью-Йорке», — сказала Джорджия http://amadey-sirop.ru/amadey/produkciya-na-glavnoj/kolery\r\n \r\nСамый простой способ избавиться от диабета — это есть по утрам (натощак) печеный лук http://amadey-sirop.ru/amadey/produkciya-na-glavnoj/concentraty-i-ekstrakty/\r\n  Именно печеный http://amadey-sirop.ru/roznitsa/\r\n  Есть каждый день в течение месяца https://amadey-sirop.ru/patoka-rafinadnaya-medovaya/\r\n  Потом сдайте свою кровь на анализ, и вы будете приятно удивлены: сахар в крови понизится до нормы http://amadey-sirop.ru/amadey/produkciya-na-glavnoj/patoka/\r\n  Кроме печеного лука, хорошо снижают сахар семена горчицы (ежедневно съедайте щепотку семян) http://amadey-sirop.ru/amadey/produkciya-na-glavnoj/melassy/\r\n  Кстати, семена горчицы прекрасно влияют на пищеварение, снимают запоры, усиливают выделение желчи, так что ваше самочувствие и настроение заметно улучшатся https://amadey-sirop.ru/koler-e150a/\r\n  Семена горчицы можно с успехом заменить семенами льна, которые имеют все вышеперечисленные лечебные свойства горчичного семени https://amadey-sirop.ru/rzhanye-lepeshki-s-ispolzovanie-patoki-rafinadnoj-trostnikovoj-lyuks/\r\n  Можете сделать из настойку из семян софоры японской и принимайте при диабете: 2 ст https://amadey-sirop.ru/koler-e150a/\r\n  ложки семян нужно настоять на 0,5 л водки в течение месяца, затем принимать по 1 ч https://amadey-sirop.ru/769-2/\r\n  ложке 3 раза в день 1 месяц https://amadey-sirop.ru/amadey/specifikacii/\r\n  Это отличное средство https://amadey-sirop.ru/patoka-rafinadnaya-klassicheskaya/\r\n \r\nhttps://amadey-sirop.ru/amadey/suxie_patoki_siropy/\r\n  http://amadey-sirop.ru/amadey/produkciya-na-glavnoj/syropy/\r\n  https://amadey-sirop.ru/sirop-glyukoznyj-suxoj/\r\n   с мягким кислым, легко заглушаемым вкусом для напитков, квашеных овощей, десертов, карамел буферного подкислителя для кондитерских и хлебобулочных издели консерванта в квашеных овощах (концентрация должна быть сравнительно высокой катализатора инверсии   сахарного     сиропа   в случае отсутствия соляной кислоты https://amadey-sirop.ru/patoka-rafinadnaya-klassicheskaya/\r\n \r\n3 https://amadey-sirop.ru/receptura-1-xleb-rzhano-pshenichnyj-borodinskij-s-ispolzovaniem-rafinadnoj-patoki/khleb-borodinskiy-receptura-amadey/\r\n  Как только появилась пена и пузыри стали тягучими, убавить огонь на самый минимум https://amadey-sirop.ru/maltodekstrin-korichnevyj/fertilizer-eddha-fe-6-chelated-iron-microelement/\r\n  После испарения воды сахар начнет темнеть, появится карамельный оттенок https://amadey-sirop.ru/novosti/\r\n  Нужно постоянно следить за процессом, чтобы не пережечь сахар https://amadey-sirop.ru/sirop-glyukoznyj-suxoj/\r\n \r\nДиабет II типаСледующее, что происходит, — это то, что мы становимся резистентными к гормону инсулину, который предназначен для удаления глюкозы из нашей крови https://amadey-sirop.ru/sirop-glyukoznyj-suxoj/\r\n  Помните, что мы машина, которая работает на глюкозе, глюкоза используется для энергии, как мы получаем ее от нашего кровоток и в наши клетки используется для гормонов инсулина https://amadey-sirop.ru/sirop-premium-a-2/\r\n  Ирония в том, что накопление фруктозы вокруг печени разрушает нашу способность делать именно это и оставляет глюкозу в нашей крови- это называется инсулинорезистентностью https://amadey-sirop.ru/rzhanye-lepeshki-s-ispolzovanie-patoki-rafinadnoj-trostnikovoj-lyuks/\r\n  Инсулинорезистентные с достаточно высоким уровнем глюкозы в крови, и как следствие развитие диабета второго типа https://amadey-sirop.ru/amadey/suxie_patoki_siropy/\r\n  Треть населения США имеет диабет II типа к 2020 году https://amadey-sirop.ru/patoka-melassa', ''),
(12979, 1, 1857, '1', 'WilliamOblic', ''),
(12980, 1, 1857, '2', 'WilliamOblic', ''),
(12981, 1, 1857, '3', 'alla.avdzhyan.86@mail.ru', ''),
(12982, 1, 1857, '4', '(705) 045-8071', ''),
(12983, 1, 1857, '5', 'google', ''),
(12984, 1, 1857, '6', 'Строительство Домов Сро', ''),
(12985, 1, 1857, '7', 'Претендент на вступление формирует основную документацию (правоустанавливающие документы предприятия и сертификаты специалистов); Все собранные документы подаются в саморегулируемую организацию, и к ним прикладывается заявление; Сотрудники СРО обрабатывают заявку и выносят решение; В случае положительного решения заключается договор; Претендент оплачивает необходимые взносы на вступление (сюда входят платежи в компенсационный фонд, вступительный и членский взносы), а также оформляет страховой полис; Юрлицо или ИП вступает в саморегулируемую организацию и вместе с тем получает выписку из реестра членов СРО (ранее ) https://гклидер.рф/kak-vstupit-v-stroitelnuju-sro/\r\n \r\nВодный стадион , Речной вокзал https://гклидер.рф/kak-vstupit-v-proektnuju-sro/\r\n \r\nМосковский строительный союз https://гклидер.рф\r\n \r\n+7 495 797-67-77 Сегодня c 09:30 до 18:00 https://гклидер.рф/kak-vstupit-v-proektnuju-sro/\r\n \r\nРеестр саморегулируемых организаций (СРО) является подробным списком некоммерческих объединений, имеющих статус строительной СРО и внесенных в единый государственный реестр в соответствии с определенными видами профессиональной деятельности https://гклидер.рф/sc-lider/\r\n  Реестр СРО позволяет найти необходимую строительную СРО и удостовериться в реальности ее существования, узнать ее текущий статус, проверить свидетельства, позволяющие осуществлять профессиональные виды деятельности компаний-членов, вступивших в эту СРО https://гклидер.рф/kak-vstupit-v-proektnuju-sro/\r\n \r\nВозможна рассрочка без переплаты https://гклидер.рф/kontakty/', ''),
(12986, 1, 1858, '1', 'Bryansic', ''),
(12987, 1, 1858, '2', 'Bryansic', ''),
(12988, 1, 1858, '3', 'vitalii.zhilinclw@mail.ru', ''),
(12989, 1, 1858, '4', '(582) 530-6171', ''),
(12990, 1, 1858, '5', 'google', ''),
(12991, 1, 1858, '6', 'Горелка Газовая (Насадка) Для Газ. Баллон. No-915 Оптом', ''),
(12992, 1, 1858, '7', 'Алкотестер AT2600 оптом https://пром-мир.рф/wp-content/uploads/2022/04/3873.970.jpeg\r\n \r\n\r\n\r\nООО является динамично разиваюшимся предприятием по производству мыловаренной продукции -туалетное https://пром-мир.рф/wp-content/uploads/2022/04/4aad9b92_8ece_11e4_93f5_42f2e9da4fe1_7be0d64e_80aa_11ea_95a7_40f2e9da4fe5.resize1.jpg\r\n \r\n\r\nБолее миллиона товаров для школы, детского сада, офиса и дома https://пром-мир.рф/wp-content/uploads/2022/04/b425e7d6-05f7-11e6-b3d9-94de8021cfda-ebd04637-2d89-11eb-810b-94de8021cfda.jpeg\r\n  Розница, опт и интернет-торговля https://пром-мир.рф/wp-content/uploads/2022/04/acO367fMn6Q.jpg\r\n  Канцелярский Базар - это комплексное обслуживание организаций и частных лиц https://пром-мир.рф/wp-content/uploads/2022/04/8oamgvfmmrpk5ld24696.jpg\r\n  Канцтовары, бумага, игрушки, сувениры, подарки, галантерея, бижутерия, хозтовары, упаковка, товары для детского творчества https://пром-мир.рф/wp-content/uploads/2022/04/6047007277-1024x1024.jpg', ''),
(12993, 1, 1859, '1', 'KevinLew', ''),
(12994, 1, 1859, '2', 'KevinLew', ''),
(12995, 1, 1859, '3', 'tarasova_elena_1978_18_6@bk.ru', ''),
(12996, 1, 1859, '4', '(528) 304-2355', ''),
(12997, 1, 1859, '5', 'google', ''),
(12998, 1, 1859, '6', '3d Сканер Принцип Работы', ''),
(12999, 1, 1859, '7', 'подготовка студентов, оканчивающих МФТИ, аспирантов и молодых преподавателей к решению современных научно-технических задач по направлению \r\nЭта система позволяет просматривать/управлять устройством удаленно, с любого компьютера, интегрированного в локальную сеть (в классе), через главный компьютер подключенным к данному устройству http://attblime.ru/\r\n \r\n4 http://attblime.ru/\r\n  Лазерный локатор по п http://attblime.ru/\r\n 1, отличающийся тем, что в нем динамический спектральный фильтр выполнен на основе акустооптической ячейки, в которой возбуждены ультразвуковые волны, взаимодействующие с проходящим через ячейку принимаемым лазерным излучением http://attblime.ru/\r\n \r\nИз зеркальных объективов построенный по схеме Кассегрена пользуется наибольшей популярностью благодаря сочетанию компактности и большого фокусного расстояния http://attblime.ru/\r\n \r\nДля каждого клиентаПерсональный менеджерУ нас нет путаницы, у нас есть персональный менеджер для каждого вашего заказа http://attblime.ru/\r\n Доставка до двериМы контролируем перевозку вашего груза с конвейера производителя до вашего адреса доставки http://attblime.ru/\r\n Контроль заказа онлайнСтатус исполнения заказа, весь документооборот и история сделки - всегда в вашем личном кабинете http://attblime.ru/\r\n \r\nВ конце жизни Физо по-прежнему занимался оптическими проблемами, в частности, исследованиями в области поляризации http://attblime.ru/\r\n  Много внимания он также уделял изучению теплового расширения тел http://attblime.ru/', ''),
(13000, 1, 1860, '1', 'Josephcaf', ''),
(13001, 1, 1860, '2', 'Josephcaf', ''),
(13002, 1, 1860, '3', 'sashunya.sergeev.2022@list.ru', ''),
(13003, 1, 1860, '4', '(647) 327-5810', ''),
(13004, 1, 1860, '5', 'google', ''),
(13005, 1, 1860, '6', 'Керамзит В Дмитрове', ''),
(13006, 1, 1860, '7', 'Первый слой утеплителя требуется засыпать сухим способом https://al-keram.ru/catalog-keramzita.html\r\n  Дальше надо приготовить раствор, выполняя смешивание бетона с керамзитом 5-10 фракции в соотношении 1:5 и заполнить им свободное пространство на высоту в 8 см https://al-keram.ru/blog/stroitelstvo-i-keramzit.html\r\n \r\n\r\nКерамзит – материал не новый, однако благодаря своим качествам он не теряет популярности вот уже много лет https://al-keram.ru/keramzit-s-dostavkoj-v-kaluge.html\r\n  Невысокая цена, доступность и прекрасные эксплуатационные характеристики – главные  https://al-keram.ru/novosti/otsutstvie-rosta-tsen-po-sravneniyu-s-konkurentami.html\r\n  https://al-keram.ru/blog/kakie-raboty-s-keramzitom-mozhno-vypolnyat-zimoj.html\r\n  https://al-keram.ru/review.html\r\n \r\n\r\nЧтобы определиться, какая фракция нужна для стяжки пола с керамзитом https://al-keram.ru/catalog-keramzit/keramzit-rossypyu-fraktsii-20-40-m200-250-detail.html\r\n  необходимо в первую очередь оценить состояние основания https://al-keram.ru/aktsii/skidki-pri-pokupke-keramzita.html\r\n  Чаще всего применяют небольшие размеры частиц, чтобы не было большой нагрузки на пол https://al-keram.ru/catalog-keramzit/keramzit-rossypyu-fraktsii-10-20-m200-250-detail.html', ''),
(13007, 1, 1861, '1', 'BruceCes', ''),
(13008, 1, 1861, '2', 'BruceCes', ''),
(13009, 1, 1861, '3', 'mamedov.edgar.1992.3.3@inbox.ru', ''),
(13010, 1, 1861, '4', '(825) 648-7040', ''),
(13011, 1, 1861, '5', 'google', ''),
(13012, 1, 1861, '6', 'Гирлянда Уличная 10 Метров Цена', ''),
(13013, 1, 1861, '7', 'Электрические светильники-столбики применяют для освещения дорожек и тропинок https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-706497614521-oblegchennaya-girlyanda-so-svisaniem-s-p\r\n  Такие модели бывают тоже на основе катализатора света https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-642339341169-prozrachnie-lampochki-1w-dlya-belt-laita\r\n  Конструкция данного вида фонарей для загородного дома очень разнообразна  и может быть в каком угодно стиле https://xn----8sbbqwjb8ce.xn--p1ai/v2\r\n  Этот тип светильников относится к сопровождающему освещению, поэтому их и используют часто вдоль тротуаров https://xn----8sbbqwjb8ce.xn--p1ai/profi\r\n Светильники-столбики вдоль дорожки \r\nДля удобного доступа к монтажным отверстиям, лучше предварительно открутить кронштейн от осветителя, закрепить его на стене или столбе, а уже потом навесить фонарь https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-637115709091-dyuralait-kruglii-be-zon\r\n \r\nДекоративные уличные светильники с солнечными батареями не требуют расходных материалов в виде лампочек, но интенсивность их свечения зависит от солнечной активности в дневное время, когда аккумулятор заряжается https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-288592881193-tsvetnie-lampochki-svetodiodnie-matovie\r\n  Если погода пасмурная, фонарик будет светить вечером слабее и меньше по времени https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-289562481031-belt-lait-pyatizhilnii-belii-ili-chernii\r\n  Дешевые фонарики для сада вряд ли прослужат долго, поэтому выбирайте качественные изделия с фотоэлементом из монокристаллического кремния и светодиодами высокой яркости https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-637115709091-dyuralait-kruglii-be-zon\r\n  К минусам автономных светильников следует отнести необходимость их демонтажа на зиму https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-220680002191-konnektor-dlya-belt-laita\r\n \r\nОцениваются доступные варианты установки https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/195474176-992165094149-belt-lait-dvuhzhilnii-belii-i-chernii-s\r\n  Если нет возможности провести электропровод в соответствии с нормами безопасности, то останавливаются на автономных приборах с солнечной батареей https://xn----8sbbqwjb8ce.xn--p1ai/v2\r\n \r\nПредставляют собой газоразрядные лампы низкого давления https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-772320672151-retro-girlyanda-so-svisaniem-10m-na-cher\r\n  Их принцип работы заключается в преобразовании ультрафиолетового излучения от газового разряда в видимый свет с помощью люминофорного покрытия https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/195474176-244767563591-belt-lait-dvuhzhilnii-chernii-i-belii-s\r\n  Получается мягкое и равномерное освещение https://xn----8sbbqwjb8ce.xn--p1ai/\r\n  Лампы имеют длительный срок службы и доступную цену https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-642339341169-prozrachnie-lampochki-1w-dlya-belt-laita\r\n \r\nКрепление на стенах строений характерно для фасадных светильников https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-289562481031-belt-lait-pyatizhilnii-belii-ili-chernii\r\n  Их роль — освещение конкретного объекта или определенной зоны https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-772320672151-retro-girlyanda-so-svisaniem-10m-na-cher\r\n  На территории сада используют ландшафтные модификации https://xn----8sbbqwjb8ce.xn--p1ai/tproduct/1-446351617956-oblegchennaya-girlyanda-s-prozrachnimi-t\r\n  Они устанавливаются отдельно, что предполагает проведение электропровода и устройство опоры https://xn----8sbbqwjb8ce.xn--p1ai/', ''),
(13014, 1, 1862, '1', 'AngelRem', ''),
(13015, 1, 1862, '2', 'AngelRem', ''),
(13016, 1, 1862, '3', 'sanya.yefimov.2002@inbox.ru', ''),
(13017, 1, 1862, '4', '(058) 042-4511', ''),
(13018, 1, 1862, '5', 'google', ''),
(13019, 1, 1862, '6', 'Постельное Белье Купить В Москве Недорого', ''),
(13020, 1, 1862, '7', 'Постельное белье Лукас цвет: бежевый https://sabava-online.ru/\r\n \r\nПостельное белье Иоланта цвет: серый https://sabava-online.ru/kremovo-zolotistoe-zhakkardovoe-pokrivalo-s-poloskami.html\r\n \r\n7) Хранение персональных данных осуществляется в форме, позволяющей определить субъекта персональных данных, не дольше, чем этого требуют цели обработки персональных данных, если срок хранения персональных данных не установлен федеральным законом, договором, стороной которого, выгодоприобретателем или поручителем по которому является субъект персональных данных https://sabava-online.ru/bisernaja-kollekcija/\r\n  Обрабатываемые персональные данные подлежат уничтожению либо обезличиванию по достижении целей обработки или в случае утраты необходимости в достижении этих целей https://sabava-online.ru/temno-sinee-shelkovoe-pokrivalo-s-indijskim-risunkom-i-shirokoj-kajmoj-s-bordovim-i-zolotim-uzorom.html\r\n \r\n5 https://sabava-online.ru/sirenevaja-kist-dlja-shtor.html\r\n 2 https://sabava-online.ru/palantin-shifonovij--jarko-rozovij-s-krasno-chernim-printom.html\r\n  Компания в процессе обработки персональных данных обязана: \r\nДля того чтобы не пропустить акцию или скидку на какой-то товар, подпишитесь на нас в соц сетях и оформите подписку на рассылку https://sabava-online.ru/shelkovij-bezhevo-rozovij-palantin-s-chernim-risunkom.html\r\n \r\n1) Обработка персональных данных осуществляется на законной и справедливой основе;', ''),
(13021, 1, 1863, '1', 'Rustyval', ''),
(13022, 1, 1863, '2', 'Rustyval', ''),
(13023, 1, 1863, '3', 'artisjohn1992@mail.ru', ''),
(13024, 1, 1863, '4', '(551) 712-7603', ''),
(13025, 1, 1863, '5', 'google', ''),
(13026, 1, 1863, '6', 'Ванна Из Пластика', ''),
(13027, 1, 1863, '7', 'Как правильно ухаживать за септиком? \r\nОтличие этих септиков заключается в том, что герметичные септики нуждаются в периодической откачке, в то время как негерметичные в этом не нуждаются https://tvoj-septik.ru/wp-content/uploads/2019/02/drenazhnaya-truba-sofrok-300-mm-1.jpg\r\n \r\nПлюсы и минусы https://tvoj-septik.ru/kupit-septik-v-odintsovskij-rajon/\r\n \r\nКаждое устройство требует индивидуального подхода https://tvoj-septik.ru/wp-content/uploads/2021/08/Foto-ustanovki-stantsii-Topas-S-5-9.jpg\r\n  Мы рассмотрим лишь общие рекомендации https://tvoj-septik.ru/wp-content/uploads/2017/03/787111203_7.jpg\r\n  Раз в полгода при помощи насоса ассенизационной машины следует производить откачку накопившегося на дне осадка и промывку резервуара https://tvoj-septik.ru/wp-content/uploads/2018/06/Drainage-2.jpg\r\n  Весь ил удалять не рекомендуется – желательно оставить около 20% осадка, чтобы вновь поселить туда биоактиваторы https://tvoj-septik.ru/wp-content/uploads/2016/01/zagoroniy_torf_optima_paral1.jpg\r\n  При правильной эксплуатации возможно, что трубопровод устройства останется незасорённым — в этом случае его прочистка не требуется https://tvoj-septik.ru/wp-content/uploads/2017/09/IMG-20170901-WA0014.jpg\r\n \r\n1 https://tvoj-septik.ru/wp-content/uploads/2020/03/Drenazh-uchastka-v-Dmitrovskom-raione9.jpeg\r\n  Rostok \r\nCистема позволяет добиться полной очистки канализационных жидкостей, в частности бытовых и производственных стоков https://tvoj-septik.ru/wp-content/uploads/2015/12/P70511-093700.jpg', ''),
(13028, 1, 1864, '1', 'ScottPrego', ''),
(13029, 1, 1864, '2', 'ScottPrego', ''),
(13030, 1, 1864, '3', 'dasha.pronina.1997@bk.ru', ''),
(13031, 1, 1864, '4', '(452) 634-7057', ''),
(13032, 1, 1864, '5', 'google', ''),
(13033, 1, 1864, '6', 'Разработка Дизайн Проектов Квартир', ''),
(13034, 1, 1864, '7', 'Калининградская компания начала свою работу 20 лет назад https://vasilievgallery.ru/article/\r\n  Тогда это был маленький цех https://vasilievgallery.ru/portfolio/kitchen/kuhni-iz-massiva/kuhnya-kolizej-2/\r\n  Но постепенно производство расширялось, открывались фирменные салоны https://vasilievgallery.ru/article/video/video-22-kuhnya-mdv-belyj-yasen/\r\n \r\nИзвестная шведская фирма много лет поддерживает свой имидж и заслуженное доверие потребителей https://vasilievgallery.ru/portfolio/livingroom/gostinaya-7/\r\n  Их главное стремление – широкий ассортимент удобных, практичных изделий для дома по ценам, удовлетворяющим большинство покупателей https://vasilievgallery.ru/portfolio/closets/ne-vstroennye-shkafy-kupe/shkaf-kupe-v-novostrojke/\r\n \r\nПроизводитель предлагает деревянные черенки для садового инвентаря: -черенки для лопат под конус D0 https://vasilievgallery.ru/portfolio/kitchen/kuhni-mdf-plenka/kuhnya-zebrano/\r\n 40мм*1200мм -черенки https://vasilievgallery.ru/portfolio/dressingroom/garderobnaya/\r\n \r\nКогда-то небольшое предприятие, сегодня оно превратилось в крупный холдинг с множеством производств, складов и разветвленной сетью дилеров https://vasilievgallery.ru/portfolio/closets/vstroennye-shkafy-kupe/shkaf-kupe-vstroennyj-v-spalnyu/\r\n  Контролируется не только качество продукции, но и степень экологической чистоты, подтвержденная сертификатами https://vasilievgallery.ru/about/\r\n \r\nТеатральная улица, 10А +7 (395) 299-52-35 ежедневно, 9:00-18:00 https://vasilievgallery.ru/article/video/?p=7 id=\r\n \r\nСтраница для вашего предприятия!', ''),
(13035, 1, 1865, '1', 'Henryguarp', ''),
(13036, 1, 1865, '2', 'Henryguarp', ''),
(13037, 1, 1865, '3', 'romanova_liudmila_1982_10_11@mail.ru', ''),
(13038, 1, 1865, '4', '(000) 705-3715', ''),
(13039, 1, 1865, '5', 'google', ''),
(13040, 1, 1865, '6', 'Хирургия Детская', ''),
(13041, 1, 1865, '7', 'Тошнота и рвота https://www.uni-ort.ru/promo\r\n \r\nГемофилия https://www.uni-ort.ru/promo\r\n \r\nДанная методика позволяет оценить сознание, память и речь https://www.uni-ort.ru/cardiology\r\n  При этом обращают внимание на концентрацию внимания https://www.uni-ort.ru/physicaltherapy\r\n  Также оценивают то, насколько правильно ребенок понимает и отвечает на заданные вопросы https://www.uni-ort.ru/dermatology\r\n  Ему могут предложить запомнить несколько предметов, затем убрать какой-то их, чтобы ребенок смог распознать, что именно пропало https://www.uni-ort.ru/pediatrics\r\n \r\nБоль и чувство першения в горле https://www.uni-ort.ru/surgery\r\n \r\nНе стоит ждать, пока появятся признаки заболеваний https://www.uni-ort.ru/price\r\n  Предотвратить их появление помогут профилактические осмотры https://www.uni-ort.ru/psychology\r\n  Регулярные визиты к врачу необходимы, если имеется наследственная предрасположенность к заболеваниям ступней https://www.uni-ort.ru/osteopathy\r\n  Подиатры рекомендуют всем людям в возрасте старше 30 лет каждые два месяца обращаться к специалистам, проводить профессиональный педикюр https://www.uni-ort.ru/orthopedics\r\n  Эта процедура не только обеспечивает ногтям и стопам красоту, она является лучшей профилактической мерой https://www.uni-ort.ru/surgery\r\n \r\nвоспаление и отек суставов; наличие инфекций; перегрузка сустава; раздражение и растяжение сухожилий и связок; нарушение функций ВНС https://www.uni-ort.ru/cardiology\r\n  опрос; осмотр; общий анализ крови; биохимический анализ крови; ревмопробы; общий анализ мочи; рентгенография; исследование синовиальной жидкости https://www.uni-ort.ru/nephrology\r\n  ювенильный ревматоидный артрит; острая ревматическая лихорадка; вегето-сосудистая дистония https://www.uni-ort.ru/endocrinology', ''),
(13042, 1, 1866, '1', 'EugeneInhig', ''),
(13043, 1, 1866, '2', 'EugeneInhig', ''),
(13044, 1, 1866, '3', 'sokidmime@list.ru', ''),
(13045, 1, 1866, '4', '(641) 378-8765', ''),
(13046, 1, 1866, '5', 'google', ''),
(13047, 1, 1866, '6', 'Изготовление Заборов Из Профлиста', ''),
(13048, 1, 1866, '7', 'моноширмой, двойной синхронной конструкцией https://topzaborspb.ru/zabor/shtaket\r\n \r\nПреимущества откатных ворот -это простота работы и экономия пространства https://topzaborspb.ru/vorota/profnastil\r\n \r\nМонтаж откатных ворот начинают с разметки https://topzaborspb.ru/zabor/shtaket\r\n  Для того чтобы обозначить траекторию их движения, вдоль проезжей части необходимо натянуть шнур https://topzaborspb.ru/vorota/proftruba\r\n  Зазор между ним и дорожным покрытием должен составлять 150–200 мм, а расстояние до опорного столба — равняться 70 мм (при рекомендуемой толщине полотна до 70 мм) https://topzaborspb.ru/vorota/3d\r\n  В дальнейшем шнур будет служить осевой линией при установке консольных опор Определяют место установки передней роликовой тележки https://topzaborspb.ru/vorota/proftruba\r\n  Принцип здесь простой — чем дальше опоры разместить друг от друга, тем меньшей будет нагрузка на подшипники https://topzaborspb.ru/privacy\r\n  Тем не менее ближний к проезжей части комплект опорных роликов устанавливают не по крайнему габариту столба, а на расстоянии 15 см в сторону отката https://topzaborspb.ru/vorota/karkas\r\n  Это делается для того, чтобы торчащий из створки накатной ролик не выступал на проезжую часть https://topzaborspb.ru/vorota/3d\r\n  Чтобы определить крайнее положение задней консольной опоры, из общей длины полотна (с противовесом) вычитают 100 мм https://topzaborspb.ru/zabor/proftruba\r\n  Полученное значение откладывают от принимающего столба (на котором будут крепиться улавливатели) – эта точка будет внешней границей второй тележки https://topzaborspb.ru/vorota/profnastil\r\n \r\nОткатной тип имеет очень простую конструкцию https://topzaborspb.ru/zabor/proftruba\r\n  Понимания механизм работы достаточно для того, чтобы самостоятельно составить необходимые эскизы и сделать расчёты https://topzaborspb.ru/vorota/3d\r\n  Тем не менее предоставляем вашему вниманию схемы и чертежи конструкций, которые будут служить в качестве наглядных пособий и помогут в работе https://topzaborspb.ru/zabor/3d\r\n  Кроме всего прочего, один из готовых проектов можно взять за основу при изготовлении откатных ворот собственноручно https://topzaborspb.ru/vorota/proftruba\r\n \r\nКопать траншею начинают от одного из столбов, в сторону которого будет производиться откат https://topzaborspb.ru/zabor/shtaket\r\n \r\nЕсли всё делать правильно и аккуратно, то в итоге должна получиться вот такая конструкция https://topzaborspb.ru/vorota/proftruba', ''),
(13049, 1, 1867, '1', 'MichaelReemi', ''),
(13050, 1, 1867, '2', 'MichaelReemi', ''),
(13051, 1, 1867, '3', 'shcherbakova.nastia.1983.24.2@bk.ru', ''),
(13052, 1, 1867, '4', '(202) 765-4670', ''),
(13053, 1, 1867, '5', 'google', ''),
(13054, 1, 1867, '6', 'Бытовки С Верандой Недорого С Доставкой', ''),
(13055, 1, 1867, '7', 'Учтите, что и пол утеплять нужно https://bitovkigost.ru/panoramnoe-okno\r\n  Особенно — пол https://bitovkigost.ru/bytovka-dachnaya-9h3m-dvuhkomnatnaya-s-verandoj-i-sborkoj-na-uchastke\r\n  Снизу очень тянет https://bitovkigost.ru/dachnyy-domik-iz-bytovki-4kh2-3m-so-sborkoy-na-uchastke-za-1-den\r\n  Потому должен быть он двойным: сначала черновой, сверху, поперек доски, кладут лаги, между ними утеплитель, а потом уже чистовой пол https://bitovkigost.ru/bytovka-dachnaya-5h3m-mini-domik\r\n \r\nБытовка-вагончик https://bitovkigost.ru/teplyj-dachnyj-domik-pod-klyuch\r\n \r\nЭлектричество https://bitovkigost.ru/bytovka-dachnaya-5h3m-mini-domik\r\n  Им я занялся заблаговременно https://bitovkigost.ru/bytovki-dlya-dachi\r\n  В октябре 2021 года, сразу после оформления участка, я оставил заявку на портале технологического присоединения и заключил договор https://bitovkigost.ru/bytovki-derevyannye-sborka-na-uchastke-nedorogo-s-dostavkoj\r\n  После этого на участок приехал представитель сетевой компании и зарисовал схему расположения будущей опоры https://bitovkigost.ru/kuryatnik-6h2-3m-so-sborkoj-na-uchastke\r\n  Свет обещали в течение полугода https://bitovkigost.ru/bytovka-dachnaya-7h3m-so-sborkoj-na-uchastke-za-2-dnya\r\n \r\nКакую компанию выбрать? \r\nСан-блок находится с краю — более мудрое решение, особенно, если сделать отдельный вход С туалетом https://bitovkigost.ru/bytovka-dachnaya-5h3m-mini-domik\r\n \r\nТак выглядит покрашенная бытовка снаружи https://bitovkigost.ru/bytovka-dachnaya-s-krylcom-s-tualetom-i-dushem', ''),
(13056, 1, 1868, '1', 'Robertatmox', ''),
(13057, 1, 1868, '2', 'Robertatmox', ''),
(13058, 1, 1868, '3', 'puumsape@bk.ru', ''),
(13059, 1, 1868, '4', '(045) 614-7867', ''),
(13060, 1, 1868, '5', 'google', ''),
(13061, 1, 1868, '6', 'Лагери Для Детей 11 Лет', ''),
(13062, 1, 1868, '7', 'Минусы поездки в детский лагерь для ребенка https://camp.zamania.ru/filter_cards_theater\r\n \r\nНемного истории: откуда пошло недоверие https://camp.zamania.ru/filter_cards_allshifts\r\n \r\nПомимо преимуществ, у детских лагерей есть и минусы https://camp.zamania.ru/\r\n  Давайте рассмотрим их https://camp.zamania.ru/pricetable\r\n \r\nЗаниматься оригами https://camp.zamania.ru/page33879270.html\r\n  Выжигать резьбой по дереву https://camp.zamania.ru/movie_volen_summer\r\n  Лепить различные фигурки из пластилина https://camp.zamania.ru/pricetable\r\n  Рисовать https://camp.zamania.ru/robots_moscow_region_summer\r\n \r\nОгромное количество проблем - из-за непонимания людьми того, на какие деньги сейчас работают лагеря https://camp.zamania.ru/filter_cards_location\r\n  Родители причисляют лагерь к одному из сегментов образования, потому что это звучит логично  https://camp.zamania.ru/filter_cards_english\r\n  А, раз это , то ведь должны выделяться бюджетные деньги, как на школы или ВУЗы? \r\nПитание детей осуществляется по заранее согласованному и утвержденному меню 4–5 раз в день https://camp.zamania.ru/filter_cards_theater\r\n  Продуктами лагерь обеспечивается на договорной основе с определёнными поставщиками https://camp.zamania.ru/business', ''),
(13063, 1, 1869, '1', 'Kellydauro', ''),
(13064, 1, 1869, '2', 'Kellydauro', ''),
(13065, 1, 1869, '3', 'den.romashov.2001@mail.ru', ''),
(13066, 1, 1869, '4', '(780) 515-7077', ''),
(13067, 1, 1869, '5', 'google', ''),
(13068, 1, 1869, '6', 'Кейтеринг Красная Поляна Сочи', ''),
(13069, 1, 1869, '7', 'Торжественное открытие Летнего курортного сезона 2018 в Сочи состоятся на площади перед Художественным музеем https://imperia-sochi.one/ploshhadki/mesta-otdyxa/achigvarskoe-ozero/\r\n  В 17 https://imperia-sochi.one/ploshhadki/restorany/zal-rembrandt/\r\n 00 начнется праздничная программа https://imperia-sochi.one/krasnaya-polyana/organizaciya-banketov-v-sochi/\r\n  Зрителей ждет: светодиодное шоу, файер шоу, выступление участницы телевизионного шоу , а также лучших творческих коллективов города Сочи https://imperia-sochi.one/ploshhadki/restorany/restorany-adlera/\r\n \r\nСтократно привлекательность Мацестинской ротонды в качестве свадебной площадки усиливают море на расстоянии вытянутой руки и белоснежная, почти 200-метровая стрела пирса, которая подчёркивает его глубокую синеву и кинематографичность картинки https://imperia-sochi.one/uslugi/artisty-i-vedushhie/tancevalnye-kollektivy/shou-balet-fresh-2/\r\n  Помимо эстетического восторга, такие декорации дарят влюблённым поистине драгоценные возможности для проявления романтики https://imperia-sochi.one/uslugi/artisty-i-vedushhie/originalnyj-zhanr/samogonnoe-shou/\r\n  Например, можно организовать предложение руки и сердца, подъехав на яхте, а затем подарить кольцо на смотровой площадке https://imperia-sochi.one/uslugi/ekskursii/progulki-na-yaxte-kasatka/\r\n  А можно здесь же, на пирсе, провести выездную регистрацию https://imperia-sochi.one/uslugi/kejtering/kendi-bar/\r\n  Разве найдётся в мире хоть одна женщина, не мечтающая об этом? \r\nНапример, на интерактивном стенде города Москвы были представлены инфраструктурные и финансовые возможности города для инвесторов: развитая городская среда, механизмы государственно-частного партнерства, новые площадки для локализации бизнеса, промкомплексы и технопарки для создания высокотехнологичных производств https://imperia-sochi.one/meropriyatiya/arenda-shatrov-i-mebeli-v-sochi/\r\n \r\nВ  можно отпраздновать как камерное, так и большое торжество https://imperia-sochi.one/программы/novyj-god-v-stile-skazki/\r\n  Банкетная рассадка позволяет разместить до 100 человек, фуршетная — до 150 https://imperia-sochi.one/uslugi/detskie-programmy/tancuyushhie-belye-medvedi/\r\n  Гурманы оценят многовариантное свадебное меню с авторской подачей блюд от шеф-повара https://imperia-sochi.one/uslugi/master-klassy/mylovarenie/\r\n  У ресторана есть своя особенность — фирменные блюда из каштанов, которые будут прекрасны в сочетании с вином собственного бренда https://imperia-sochi.one/uslugi/detskie-programmy/rostovye-kukly/\r\n  Также ваших гостей порадуют сезонные предложения: нежная рикотта с чатни из груши и тархуна, улитки, муссовые десерты https://imperia-sochi.one/programmy/nastolnye-igry/', ''),
(13070, 1, 1870, '1', 'Matthewbib', ''),
(13071, 1, 1870, '2', 'Matthewbib', ''),
(13072, 1, 1870, '3', 'lana.karpova.2002@inbox.ru', ''),
(13073, 1, 1870, '4', '(247) 652-5225', ''),
(13074, 1, 1870, '5', 'google', ''),
(13075, 1, 1870, '6', 'Широкоформатная Печать 1440', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(13076, 1, 1870, '7', 'Промостойка https://copypsm.ru/reklama-na-avto.html\r\n \r\nСветовая панель https://copypsm.ru/ulichnye-tablichki.html\r\n \r\n9 https://copypsm.ru/pechat-na-plenke.html\r\n 1 https://copypsm.ru/plotternaya-rezka.html\r\n  Утратил силу https://copypsm.ru/reklama-na-avto.html\r\n  - Федеральный закон от 21 https://copypsm.ru/\r\n 07 https://copypsm.ru/news-vidy-naruzhnoi-reklamy.html\r\n 2014 N 264-ФЗ https://copypsm.ru/news-vidy-interernoi-pechati.html\r\n \r\nКакие виды наружной рекламы не требуют согласования? \r\nОформление торговых центров От производителя за 75р/см https://copypsm.ru/zakon-reklama.html\r\n \r\n(см https://copypsm.ru/oformlenie-vitrin.html\r\n  текст в предыдущей редакции)', ''),
(13077, 1, 1871, '1', 'PhillipSpeaM', ''),
(13078, 1, 1871, '2', 'PhillipSpeaM', ''),
(13079, 1, 1871, '3', 'masha-popova-2022@inbox.ru', ''),
(13080, 1, 1871, '4', '(707) 857-4082', ''),
(13081, 1, 1871, '5', 'google', ''),
(13082, 1, 1871, '6', 'Уличная Гирлянда Купить', ''),
(13083, 1, 1871, '7', 'Гирлянда светодиодная уличная представляет собой 10-ти метровую темную нить на которой расположены 100 LED диодов https://belt-light.info/#catalog\r\n   Цвет - мульти https://belt-light.info/tproduct/1-123053808091-oblegchennaya-girlyanda-so-svisaniem-s-p\r\n   Гирлянды можно соединять друг с другом, добиваясь необходимой длины для декорирования https://belt-light.info/tproduct/1-682852636931-lampochki-svetodiodnie-matovie-holodnie\r\n   Используется тип соединения УМС https://belt-light.info/tproduct/1-902985548291-lampochki-svetodiodnie-matovie-teplie-be\r\n   Контроллер в комплект не входит https://belt-light.info/tproduct/1-114793634561-dekorativnie-prozrachnie-svetodiodnie-la\r\n   Для получения  https://belt-light.info/tproduct/1-114793634561-dekorativnie-prozrachnie-svetodiodnie-la\r\n   https://belt-light.info/tproduct/421849220-660932705991-nabor-dlya-podklyucheniya-dvuhzhilnogo-b\r\n \r\nОбновлено 23 августа 2019  https://belt-light.info/tproduct/1-562565185291-belt-lait-dvuhzhilnii-chernii-i-belii-s\r\n   http://belt-light.info\r\n   https://belt-light.info/tproduct/1-673136405201-belt-lait-dvuhzhilnii-chernii-i-belii-s\r\n    шарами на праздничные и торжественные мероприятия https://belt-light.info/tproduct/1-902985548291-lampochki-svetodiodnie-matovie-teplie-be\r\n   Украшение входной группы красочной гирляндой из воздушных шаров https://belt-light.info/tproduct/1-114793634561-dekorativnie-prozrachnie-svetodiodnie-la\r\n   Изготовление, доставка и монтаж гирлянды из воздушных шаров https://belt-light.info/#catalog\r\n \r\nВпервые уличные новогодние гирлянды появились около 100 лет назад в Америке https://belt-light.info/tproduct/1-459684487841-oblegchennaya-girlyanda-s-prozrachnimi-t\r\n   Безусловно, широкое распространение они получили не сразу https://belt-light.info/#catalog\r\n   Но благодаря тому, что их использовали для украшения главной елки страны, в скором времени купить гирлянду для улицы стало намного проще https://belt-light.info/tproduct/1-902985548291-lampochki-svetodiodnie-matovie-teplie-be\r\n   Первыми эту модную тенденцию поддержали магазины, а затем и владельцы частных домов https://belt-light.info/#o-nas\r\n \r\nСтоит понимать, что купить новогодние светодиодные гирлянды можно по очень разной цене http://belt-light.info\r\n   Многое зависит от страны и фирмы, которая занимается производством, а также длины гирлянды и световых эффектов https://belt-light.info/tproduct/421849220-873097039311-retro-girlyanda-so-svisaniem-10m-na-cher\r\n \r\nпервое на что стоит обратить внимание – качество пластика, который был использован для изготовления корпуса https://belt-light.info/#catalog\r\n   Отличить качественный материал от некачественного достаточно просто https://belt-light.info/tproduct/1-459684487841-oblegchennaya-girlyanda-s-prozrachnimi-t\r\n   Если в процессе изготовления использовали дешевую альтернативу, корпус не сможет выдержать серьезного мороза и потрескается https://belt-light.info/tproduct/421849220-873097039311-retro-girlyanda-so-svisaniem-10m-na-cher\r\n   Намного лучше, если производитель использовал вместо пластика резину или каучук https://belt-light.info/tproduct/421849220-873097039311-retro-girlyanda-so-svisaniem-10m-na-cher\r\n   Это обеспечит не только лучшую функциональность гирлянды, но и более высокий уровень безопасности ее использования', ''),
(13084, 1, 1872, '1', 'WarrenVof', ''),
(13085, 1, 1872, '2', 'WarrenVof', ''),
(13086, 1, 1872, '3', 'abtite_278@mail.ru', ''),
(13087, 1, 1872, '4', '(612) 426-0418', ''),
(13088, 1, 1872, '5', 'google', ''),
(13089, 1, 1872, '6', 'Конвектор Купить', ''),
(13090, 1, 1872, '7', 'Резьбовые соединения Выполнила: Ларионова И https://gm-k.ru/index.php?route=product/category&path=726_974_989\r\n  Ю https://gm-k.ru/index.php?route=product/category&path=247_2422_2423\r\n   учитель черчения МБОУ  Анжеро-Судженск, 2014 г Все разъёмные соединения можно разделить на 2 группы: Разъёмные соединения Резьбовые Нерезьбовые Среди \r\nВ зависимости от содержания в атмосфере коррозионно-актив-ных агентов, климата и условий размещения изделий установлены четыре категории условий хранения металлоизделий: легкие, средние, жесткие, очень жесткие https://gm-k.ru/index.php?route=product/category&path=1811_463_468\r\n \r\nИспользование крепежа с перфорацией делает сборку простой, а изделие надежным и долговечным https://gm-k.ru/index.php?route=product/category&path=1163_1393_1408\r\n   Все подобные элементы универсальные, благодаря большому количеству отверстий несложно регулировать углы сочленения, количество метизов, обеспечив долговечность и надежность крепления https://gm-k.ru/index.php?route=product/category&path=1811_1835_1840\r\n \r\nБолты стальные подразделяются на болты нормальной, повы-шениой и грубой точности изготовления https://gm-k.ru/index.php?route=product/category&path=1163_1707_1714\r\n   Болты повышенной точности изготовления имеют самые минимальные предельные отклонения в размерах — они выпускаются длиной 18—300 мм с соответствующими диаметрами https://gm-k.ru/index.php?route=product/category&path=1163_1413_1415&page=2\r\n   Например, болты диаметром 6 мм выпускаются длиной 18, 20, 22 и 25 мм https://gm-k.ru/index.php?route=product/category&path=1811_1838_2142\r\n   Болты повышенной точности изготовления имеют шестигранную головку https://gm-k.ru/index.php?route=product/category&path=2202_2203_2338\r\n   Они подразделяются по шагу резьбы на болты с крупным и с мелким шагом резьбы https://gm-k.ru/index.php?route=product/category&path=1163_1480_1529\r\n \r\nШурупы и саморезы также имеют ряд отличительных особенностей https://gm-k.ru/index.php?route=product/category&path=1163_514_1326\r\n   Перед тем, как закрепить конструкцию с помощью шурупа, необходимо просверлить отверстие, и только после данной процедуры вкрутить изделие https://gm-k.ru/index.php?route=product/category&path=247_2422_2426\r\n   В этом случае работа с саморезами является достаточно легкой https://gm-k.ru/index.php?route=product/category&path=1163_1333_1377\r\n   Данные крепежные изделия не требуют никакой подготовки https://gm-k.ru/index.php?route=product/category&path=2671\r\n   Их можно использовать сразу https://gm-k.ru/index.php?route=product/category&path=1811_1881_2039\r\n   Саморезы отличаются размером и ходом резьбы, поэтому прежде, чем купить изделие, определитесь с целями использования https://gm-k.ru/fischer.html?page=52\r\n \r\nОбновлено 24 фев 2022Изготовим стойки установочные крепежные шестигранные с резьбовыми отверстиями по ГОСТ 20865-81, предназначенные для монтажа радиоэлектронной аппаратуры https://gm-k.ru/index.php?route=product/category&path=1811_1926_2168\r\n    https://gm-k.ru/fischer.html\r\n   https://gm-k.ru/index.php?route=product/category&path=1163_1242_1266\r\n   https://gm-k.ru/index.php?route=product/category&path=1811_1926_2023', ''),
(13091, 1, 1873, '1', 'Charleston', ''),
(13092, 1, 1873, '2', 'Charleston', ''),
(13093, 1, 1873, '3', 'podaiclan_547@mail.ru', ''),
(13094, 1, 1873, '4', '(847) 131-2723', ''),
(13095, 1, 1873, '5', 'google', ''),
(13096, 1, 1873, '6', 'Число Зубьев', ''),
(13097, 1, 1873, '7', 'Дежеподъемоопрокидыватель одновинтовой  https://www.kondhp.ru/preorder/13658\r\n   Возможна работа  https://www.kondhp.ru/products/kotly-parovye-nizkogo-davleniya-kp-nd\r\n   https://www.kondhp.ru/products/testodelitel-gidravlicheskii-d16_d20\r\n   https://www.kondhp.ru/products/konveier-setchatyi-dlya-pervichnogo-okhlazhdeniya-konditerskikh-izdelii-posle-vypechki\r\n \r\nКачество белорусской пшеницы ежегодно является основной заботой хлеборобов республики https://www.kondhp.ru/preorder/12727\r\n   Природно-климатические условия нашего региона, к сожалению, не позволяют повсеместно выращивать и убирать зерно с хорошими, не говоря о высоких, хлебопекарными свойствами https://www.kondhp.ru/preorder/12691\r\n   Данное обстоятельство явилось причиной введения в Беларуси для производства хлебобулочных изделий технических условий на муку пшеничную с пониженными показателями качества в сравнении с действовавшим ГОСТом https://www.kondhp.ru/products/liniya-proizvodstva-ploskikh-mnogosloinykh-vafel-s-nachinkoi\r\n \r\nОн включает в себя бункерный тестоприготовительный агрегат https://www.kondhp.ru/products/sdd-97a\r\n   Управление работой тестомесильных машин, дозаторов муки, воды, раствора соли и опары, смесителя и насоса для подачи воды на замес теста автоматизировано и ведется по заданной по времени программе с помощью командных приборов (КЭП), установленных на центральном пульте https://www.kondhp.ru/preorder/12911\r\n \r\n\r\nИзвестно, что главную роль в жизнедеятельности человека играет его питание https://www.kondhp.ru/products/mnogofunktsionalnaya-mashina-dlya-proizvodstva-izdelii-iz-testa-s-nachinkoi-hlt-630-700\r\n   В свете современных достижений науки о питании особую роль занимает здоровое питание, которое способствует не только удовлетворению физиологических потребностей организма в питательных веществах и энергии, но и выполняет одновременно профилактические функции, повышая устойчивость организма к неблагоприятным воздействиям окружающей среды https://www.kondhp.ru/preorder/13326\r\n \r\nТакое устройство используется для придания формы хлебобулочным изделиям https://www.kondhp.ru/pages/video-raboty-mashiny-dlya-prigotovleniya-zernovykh-khlebtsev-krekerov-chipsov\r\n   Такие агрегаты могут подготавливать батоны, французские багеты или рогалики к выпеканию https://www.kondhp.ru/preorder/13340\r\n   Выбор типа устройства зависит от основной направленности пекарни https://www.kondhp.ru/pages/video-raboty-mashiny-zefirootsadochnoi-dvukhryadnoi-a2-shoz-na-produkte-2', ''),
(13098, 1, 1874, '1', 'Jamessuema', ''),
(13099, 1, 1874, '2', 'Jamessuema', ''),
(13100, 1, 1874, '3', 'siosopa1983@mail.ru', ''),
(13101, 1, 1874, '4', '(438) 841-3653', ''),
(13102, 1, 1874, '5', 'google', ''),
(13103, 1, 1874, '6', 'Бурение Скважин На Воду Московская', ''),
(13104, 1, 1874, '7', 'Моя статья — это не пособие по самостоятельному бурению скважин https://burenie-skvazhiny-mo.ru:443/fav/apple-icon-60x60.png\r\n  Но поскольку мы все делали сами, то знаем все нюансы, — расскажем о них, чтобы вам было проще заказать скважину и подготовиться к разговору с исполнителем https://burenie-skvazhiny-mo.ru/images/obustrojstvo-skvazhiny-s-kessonom-cena-pod-klyuch-foto-1.png\r\n \r\nБуровая техника заезжает на участок и бурит скважину (заказчик вправе наблюдать за процессом) \r\nКак найти подземные воды https://burenie-skvazhiny-mo.ru:443/fav/apple-icon-114x114.png\r\n \r\nКарта глубин г https://burenie-skvazhiny-mo.ru/uslugi/burenie-skvazhin-v-podolskom-rayone/\r\n  Иркутск и области http://burenie-skvazhiny-mo.ru/tseny/\r\n \r\nАбиссинская скважина (абиссинский колодец, или просто игла) — это самый простой способ обеспечить дачный участок водой с ближайшего к поверхности земли водоносного пласта https://burenie-skvazhiny-mo.ru:443/upload/resize_cache/iblock/0c7/kv1jjnmpk8dvzjna9j4bbt2wbij6l9qp/800_600_1/burenie_skvazhin_v_nijnem_novgorode_nedorogo.jpg\r\n  Бурится она легко и быстро, не требует тяжелой техники и обходится в несколько раз дешевле колодца или капитальной скважины https://burenie-skvazhiny-mo.ru:443/uslugi/burenie-skvazhin-na-vodu-pavlovskij-posad/\r\n \r\nАбиссинская скважина — довольно простая технология добычи воды, изобретенная еще в XIX веке (Фото: Creative Commons)', ''),
(13105, 1, 1875, '1', 'Jasonabore', ''),
(13106, 1, 1875, '2', 'Jasonabore', ''),
(13107, 1, 1875, '3', 'vadimka.yudin.1996@list.ru', ''),
(13108, 1, 1875, '4', '(242) 521-6122', ''),
(13109, 1, 1875, '5', 'google', ''),
(13110, 1, 1875, '6', 'Нейропсихолог', ''),
(13111, 1, 1875, '7', 'В целом, всё может быть обобщено в ёмкое понятие #методикаЮлииСмердовой https://logoped-newton.ru/2022/02/06/денисенко-алина-михайловна/\r\n   Отличительная особенность методики — это нахождение связей между речевыми проблемами ребенка и ключевыми моментами в жизни его семьи https://logoped-newton.ru/uslugi/logoped-defektolog/\r\n   Используя изложенную методику, специалист-логопед освоит проведение востребованного запуска речи у детей от 1,5 лет https://logoped-newton.ru/2022/02/06/денисенко-алина-михайловна/\r\n \r\nЭлектронные торги – это открытый аукцион в электронной форме на поставку товаров и услуг, который проходит в сети Интернет на электронных торговых площадках https://logoped-newton.ru/2020/11/19/людмила-александровна-куркина/\r\n   Участником электронных торгов может стать любое юридическое лицо независимо от организационно-правовой формы, формы собственности, места нахождения или любое физическое лицо, в том числе индивидуальный предприниматель https://logoped-newton.ru/2021/08/10/екатерина-кирилловна-матвеева/\r\n \r\nМожно лепить фигуры из теста, пластилина, глины клеить, вырезать, разукрашивать, нанизывать на шнурок как бусины, так и крупные макароны в виде всевозможных фигур, рожки, сушки и т https://logoped-newton.ru/uslugi/реабилитолог/\r\n  д https://logoped-newton.ru/2023/02/02/юлия-владиславовна-белоусова/\r\n \r\n\r\nВ настоящее время без участия в электронных торгах, пожалуй, сложно успешно конкурировать на современном рынке https://logoped-newton.ru/uslugi/\r\n   И тут главный олимпийский принцип не работает, на электронных торгах: главное – не участие, а ПОБЕДА!', ''),
(13112, 1, 1876, '1', 'LarryTuH', ''),
(13113, 1, 1876, '2', 'LarryTuH', ''),
(13114, 1, 1876, '3', 'lekontseva_irina_1978_13_12@list.ru', ''),
(13115, 1, 1876, '4', '(582) 053-7762', ''),
(13116, 1, 1876, '5', 'google', ''),
(13117, 1, 1876, '6', 'Заказать Медальон На Памятник', ''),
(13118, 1, 1876, '7', 'гранитной крошки; полиэфирных смол; красителя; стабилизаторов, уплотнителей и других добавок https://graal-spb.ru:443/drugie-izdeliya/for-accomplishment.html\r\n \r\nПамятники из гранита признаются самыми надежными и долговечными https://graal-spb.ru/ogrady/metallicheskie-ogrady/metallicheskaya-ograda-14.html\r\n  Гранит - это горная порода, сформированная из магмы путем длительного сжатия и кристаллизации https://graal-spb.ru/ogrady/granitnye-ogrady/granitnaya-ograda-5.html\r\n  Памятники из гранита обладают необыкновенными свойствами, которые позволяют им служить долгие годы и оставаться необыкновенно красивыми: минимальное влагопоглощение, твердость, природный блеск и другие свойства https://graal-spb.ru/pamyatniki/verticalnye/vertikalnyij-pamyatnik-70.html\r\n \r\nвертикального – 100 ? 50 ? 8 см (В ? Ш ? Т); горизонтального – 70 ? 100 ? 8 см https://graal-spb.ru/drugie-izdeliya/vazy-na-mogily/granitnaya-vaza-5.html\r\n \r\nНо оно выгорает за 5-7 лет, вследствие чего портрет придется менять https://graal-spb.ru/drugie-izdeliya/skulptury/skulptura-9.html\r\n \r\nМы дали ответы на часто задаваемые вопросы: \r\nВ Иркутске работают десятки ритуальных фирм https://graal-spb.ru:443/drugie-izdeliya/vazy-na-mogily/granitnaya-vaza-2.html\r\n  Обычно они располагаются возле кладбищ https://graal-spb.ru:443/drugie-izdeliya/cvetochniki/cvetnik-5.html\r\n  Это посредники, реализующие готовую продукцию, купленную на фабриках по оптовым ценам https://graal-spb.ru:443/drugie-izdeliya/vazy-na-mogily/polimernaya-vaza-13.html\r\n  При этом наценка на надгробия иногда превышает его себестоимость и нет гарантии качества надгробий https://graal-spb.ru/ogrady/granitnye-ogrady.html\r\n  Компания  работает без посредников и выполняет весь цикл работ: от добычи гранита до изготовления и оформления монументов https://graal-spb.ru/pamyatniki/dvoynye/dvoynoy-pamyatnik-19.html\r\n  Снижение издержек дает возможность продавать недорогие памятники в Якутске без предоплаты и с бесплатной доставкой https://graal-spb.ru:443/pamyatniki/eksklyuzivnye/eksklyuzivnyy-pamyatnik-29.html\r\n  Цены на стелы прямоугольной формы начинаются от 9 171 рублей (цена актуальна на февраль 2020 года) https://graal-spb.ru:443/drugie-izdeliya/plitka-na-mogily/plitka-3.html', ''),
(13119, 1, 1877, '1', 'ManuelBoasy', ''),
(13120, 1, 1877, '2', 'ManuelBoasy', ''),
(13121, 1, 1877, '3', 'selivanov_pavel_1982_30_10@list.ru', ''),
(13122, 1, 1877, '4', '(132) 645-0303', ''),
(13123, 1, 1877, '5', 'google', ''),
(13124, 1, 1877, '6', 'Спецтехника Бу', ''),
(13125, 1, 1877, '7', 'Мне возили и ФБСки (уложили в котлован), и кирпич, и кровлю, и кованые ворота с забором https://konkran.ru/spectechnik/длинномеры/\r\n  Все за сравнительно недорогую цену! И вот что еще я заметил: все услуги во многом зависят от работников https://konkran.ru/\r\n  Здесь знающие специалисты – за все время, что они у меня работали ни одного  https://konkran.ru/contacts/\r\n \r\nКомпания  предлагает спецтехнику в аренду в Москве и Москвоской области http://konkran.ru/галерея/\r\n  Аренда манипулятора — удобный способ транспортировать любой груз массой до 20 тонн с одновременными грузоподъёмными работами https://konkran.ru/spectechnik/автокраны/\r\n  С помощью услуг крана-манипулятора можно осуществлять: \r\nМанипулятор Daewoo ULTRA NOVUS Цена смены (7+1 час): 15 000 руб https://konkran.ru/spectechnik/экскаватор-jcb/\r\n  Цена за час переработки: 1875 руб https://konkran.ru/spectechnik/автокраны/\r\n \r\nЭкскаватор-погрузчик JCB 4СХ ЕСО Цена смены (7+1 час): от 14 000 руб http://konkran.ru/галерея/\r\n  Цена за час переработки: от 1750 руб https://konkran.ru/цены/\r\n \r\nДоставка техники до места проведения работ обсуждается индивидуально при заключении договора аренды https://konkran.ru/\r\n \r\nТраверсы – усиливают стрелы и увеличивают грузоподъемность на различных вылетах стрелы https://konkran.ru/contacts/', ''),
(13126, 1, 1878, '1', 'Davidoxile', ''),
(13127, 1, 1878, '2', 'Davidoxile', ''),
(13128, 1, 1878, '3', 'tacusol-6816@mail.ru', ''),
(13129, 1, 1878, '4', '(560) 276-0820', ''),
(13130, 1, 1878, '5', 'google', ''),
(13131, 1, 1878, '6', 'Лестницы Деревянные Изготовление Монтаж', ''),
(13132, 1, 1878, '7', 'Министерство окружающей среды Китая вчера опубликовало неутешительную статистику, согласно которой за первые шесть месяцев 2017 года качество воздуха в городах Поднебесной значительно ухудшилось https://www.legnostyle.ru/montazh-i-ustanovka-mezhkomntanyh-dverei.html\r\n   От загрязнения \r\nДизайнерская мебель, по индивидуальному заказу, в Москве изготавливается на нашей фабрике https://www.legnostyle.ru/catalog/kuhni/?PAGEN_1=2\r\n   От момента заказа до её установки ваш заказ проходит несколько отделов: дизайнерский, конструкторский, столярный, малярный, сборочный http://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=6\r\n   Мы производим продукцию по индивидуальным проектам для частных домов, ресторанов, офисов в Москве и Московской области https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/model-e28.html\r\n \r\nДве означенные страны являются лидерами среди производителей элитной мебели http://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=13\r\n   Лучшее, что существует на сегодня – либо итальянская, либо французская мебель https://www.legnostyle.ru/spiralnye-lestnicy.html\r\n \r\nЭксклюзивная мебель по индивидуальным заказам производится из долговечных и высококачественных материалов http://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/mejkomnatnie/?PAGEN_1=21\r\n   Красивые и оригинальные изделия украшают интерьер и создают непередаваемую атмосферу домашнего уюта и комфорта http://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=16\r\n \r\nНеобычность и узнаваемость стиля достигается за счет уникального соединения гибкости и особенного принципа работы с новыми материалами и ценными породами дерева https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=3\r\n   Подход к дизайну строится на объединении мастерства, стиля, постоянных исследований и креативности http://www.legnostyle.ru/catalog/dveri/iz-massiva/?PAGEN_1=19\r\n \r\nВысококачественное обслуживание http://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html\r\n   Мы уважительно относимся к каждому покупателю и с удовольствием поможем подобрать подходящую немецкую мебель, исходя из личных предпочтений клиента http://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/mejkomnatnie/?PAGEN_1=3\r\n   Постоянно проводим мониторинг качества изготовления продукции, чтобы предлагать покупателям только лучшие модели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=11', ''),
(13133, 1, 1879, '1', 'RalphPed', ''),
(13134, 1, 1879, '2', 'RalphPed', ''),
(13135, 1, 1879, '3', 'kostya.isayev.1988@list.ru', ''),
(13136, 1, 1879, '4', '(400) 753-1614', ''),
(13137, 1, 1879, '5', 'google', ''),
(13138, 1, 1879, '6', 'Недорогой Автоэлектрик', ''),
(13139, 1, 1879, '7', 'Единица промышленной продукции, количество которой может исчисляться в штуках (экземплярах) http://eridancar.ru/services/tire-and-wheel-services/\r\n \r\n18 http://eridancar.ru/%D1%80%D0%B5%D0%BC%D0%BE%D0%BD%D1%82-%D0%B8-%D0%BE%D0%B1%D1%81%D0%BB%D1%83%D0%B6%D0%B8%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5-volvo-s80/\r\n  Техническое обслуживание при использовании http://eridancar.ru/blog/\r\n \r\nЕвро 5 (5490, 65206, 65207) №№ ТО Наименование ТО (в объеме регламентных работ) Группа технического обслуживания* I II III 1 ТО-2500 От 1 000 до 5 000 км От 1 000 до 5 000 км От 1 000 до 5 000 км 2 ТО 50 000 30 000 600 м/ч * Категория условий эксплуатации определяется сервисным центром по количеству баллов в \r\n2 http://eridancar.ru/%D1%80%D0%B5%D0%BC%D0%BE%D0%BD%D1%82-%D0%B8-%D0%BE%D0%B1%D1%81%D0%BB%D1%83%D0%B6%D0%B8%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5-volvo-s80/\r\n  Несколько изделий общего функционального назначения, как правило, вспомогательного характера, не соединенных на предприятии-изготовителе сборочными операциями (ГОСТ 2 http://eridancar.ru\r\n 101-68) \r\nСуммарная наработка, при достижении которой эксплуатация объекта должна быть прекращена независимо от его технического состояния (ГОСТ 27 http://eridancar.ru/2015/01/24/extend-the-life-of-your-engine/\r\n 002-89) \r\nНаименьший повторяющийся интервал времени или наработка изделия, в течение которых выполняются в определенной последовательности в соответствии с требованиями нормативно-технической или эксплуатационной документации все установленные виды периодического технического обслуживания http://eridancar.ru/%D1%80%D0%B5%D0%BC%D0%BE%D0%BD%D1%82-%D0%B8-%D0%BE%D0%B1%D1%81%D0%BB%D1%83%D0%B6%D0%B8%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5-volvo-c30/', ''),
(13140, 1, 1880, '1', 'Charlesaccog', ''),
(13141, 1, 1880, '2', 'Charlesaccog', ''),
(13142, 1, 1880, '3', 'woodbpurne1983@mail.ru', ''),
(13143, 1, 1880, '4', '(228) 626-2624', ''),
(13144, 1, 1880, '5', 'google', ''),
(13145, 1, 1880, '6', 'Гнб Технология Бурения', ''),
(13146, 1, 1880, '7', 'Для силовых или телекоммуникационных кабелей методом ГНБ прокладывают защитный футляр https://gnbureni-e.ru/images/new7130x89.jpg?crc=8319981\r\n \r\n· проводят финальные работы, состав которых зависит от сложности бурения, например, это может быть цементирование затрубного пространства https://gnbureni-e.ru/images/img-20181109-wa000267x89.jpg?crc=4025976654\r\n \r\n6 https://gnbureni-e.ru/images/dsc_1473-crop-u8802.jpg?crc=308819959\r\n Дополнительные услуги: \r\nМашины https://gnbureni-e.ru/images/dsc_0086 (1)-crop-u8646.jpg?crc=184116920\r\n \r\nПри пилотном бурении в скважину подается буровой раствор, который уменьшает трение на буровой головке и штанге, а также предохраняет скважину от обвалов https://gnbureni-e.ru/images/img-20180122-wa0000178x89.jpg?crc=4218935100\r\n  Кроме того, состав разрушает породу, отчищает скважину от обломков, вынося их на поверхность и служит охлаждающей жидкостью для буровой головки https://gnbureni-e.ru/\r\n \r\nДля прокладки сети трубопровода, газопровода, прокладки электрического кабеля и подведения иных коммуникаций к зданиям; Для осуществления прокола под дорогой и иными магистральными сетями, с целью их полной сохранности; С целью формирования скважин, используемых в нефтедобыче, а также для добычи иных видов полезных ископаемых; Для осуществления замены устаревших и износившихся коммуникационных сетей, а также оборудования; С целью проведения обустройства подземных магистральных линий https://gnbureni-e.ru/images/new5-crop-u9553.jpg?crc=4153019835', ''),
(13147, 1, 1881, '1', 'Georgeged', ''),
(13148, 1, 1881, '2', 'Georgeged', ''),
(13149, 1, 1881, '3', 'lialina_marina_1989_13_9@list.ru', ''),
(13150, 1, 1881, '4', '(660) 563-7505', ''),
(13151, 1, 1881, '5', 'google', ''),
(13152, 1, 1881, '6', 'Сколько Стоит Уборка Квартиры В Спб', ''),
(13153, 1, 1881, '7', 'Шаг 1 https://getclean.guru/uborka-parkinga\r\n  Изучите конкурентов https://getclean.guru/portfolio/chistka-bassejna-i-myte-okon-rzhd\r\n \r\nКак известно, реклама — двигатель торговли https://getclean.guru/portfolio\r\n  Сделайте сайт либо самостоятельно на бесплатных платформах (например, Tilda), либо закажите у разработчиков https://getclean.guru/himchistka-kozhanoj-mebeli\r\n  Главное, чтобы на сайте была возможность заказа, обратного звонка, формы обратной связи https://getclean.guru/chistka-kovrov\r\n  Заведите странички в Одноклассниках, ВКонтакте и Facebook https://getclean.guru/himchistka-kovrolina\r\n  Помните, что долго обрабатывать заявки нельзя: заказчики уйдут к конкурентам https://getclean.guru/uborka-ofisnyh-pomeshchenij\r\n \r\nЧто такое клининг-компания? \r\nПрофессиональное мытье окон с каждым днем становится все более популярным: грязь, пыль и жирные разводы на стекле оставляют от помещения плохие впечатления https://getclean.guru/generalnaya-uborka-kottedzhej\r\n  Одно дело – просто убрать всю пыль с поверхностей, но совсем другое – заставить их сиять, убрать с ней все разводы, подтеки https://getclean.guru/ochistka-bassejna\r\n  Обратившись в специализированную организацию, у вас появится возможность заказать мойку и чистку: \r\nВ последние годы данный вид услуг набирает популярность как в частном, так и в коммерческом сегменте https://getclean.guru/\r\n  В ритме современной жизни все больше повседневных задач отдаются на аутсорсинг https://getclean.guru/generalnaya-uborka-kvartiry\r\n  Предприятия пользуются услугами сторонних сотрудников, которые выполняют работу, не входящую в специфику штатного расписания https://getclean.guru/himchistka-kozhanoj-mebeli\r\n  Многие компании практически отказались от практики содержания штатных уборщиков и пользуются клининговыми услугами https://getclean.guru/portfolio/chistka-bassejna-i-myte-okon-rzhd\r\n  Частные клиенты активно пользуются услугами по уборке квартиры после ремонта и услугами регулярной уборки жилья https://getclean.guru/contact\r\n \r\nКонечно, государство стремится вывести этот рынок из тени https://getclean.guru/portfolio/chistka-bassejna-i-myte-okon-rzhd\r\n  Несколько лет назад для предприятий клининга была проведена своего рода налоговая амнистия https://getclean.guru/uborka-predpriyatij\r\n  В отношении тех, кто задекларировал свои истинные доходы, не проводились проверки и не начислялись налоги за прошлые периоды https://getclean.guru/promyshlennyj-klining', ''),
(13154, 1, 1882, '1', 'Scottgox', ''),
(13155, 1, 1882, '2', 'Scottgox', ''),
(13156, 1, 1882, '3', 'gonhandnost1986@mail.ru', ''),
(13157, 1, 1882, '4', '(317) 512-3183', ''),
(13158, 1, 1882, '5', 'google', ''),
(13159, 1, 1882, '6', 'Построить Дом Из Газобетона Цена', ''),
(13160, 1, 1882, '7', 'Изоляционные материалы https://maestrof.ru/%D1%83%D1%81%D0%BB%D1%83%D0%B3%D0%B8/\r\n \r\nНа сайте есть сервис 3D-визуализации https://maestrof.ru/category/sample-category/\r\n  С помощью него можно наглядно увидеть как выбранные обои и напольное покрытие будет смотреться в помещении https://maestrof.ru/catalog/\r\n  Интерфейс сервиса очень простой, на создание одного визуального проекта вы потратите не более минуты https://maestrof.ru/catalog/\r\n  3D-проект можно составить для кухни, спальной и гостиной http://maestrof.ru\r\n \r\nНавигация по сайту удобная https://maestrof.ru/home/portfolio/\r\n  Нужную позицию можно найти как через поисковую строку, так и через каталог https://maestrof.ru/category/sample-category/\r\n  Есть специальный раздел, где представлены товары с самыми низкими ценами в каждой категории https://maestrof.ru/\r\n \r\nЭкструдированный пенополистирол ТехноНИКОЛЬ Carbon Eco SP 2360х580х100 мм https://maestrof.ru/contacts/\r\n \r\nБогатый выбор товаров разных ценовых сегментов https://maestrof.ru/home/\r\n  Качественный, подробный каталог https://maestrof.ru/catalog/\r\n  Накопительная скидка https://maestrof.ru/category/sample-category/\r\n  Доставка в регионы России и СНГ https://maestrof.ru/\r\n  Много способов оплаты https://maestrof.ru/contacts/\r\n  В Москве и Московской области есть услуга срочной доставки в день заказа https://maestrof.ru/contacts/\r\n \r\nМы постоянно работаем над тем, чтобы предложить вам лучшее!', ''),
(13161, 1, 1883, '1', 'CharlesSmuri', ''),
(13162, 1, 1883, '2', 'CharlesSmuri', ''),
(13163, 1, 1883, '3', 'tiocicie.4769@mail.ru', ''),
(13164, 1, 1883, '4', '(181) 057-8567', ''),
(13165, 1, 1883, '5', 'google', ''),
(13166, 1, 1883, '6', 'Наматрасники', ''),
(13167, 1, 1883, '7', 'Размечаем контуры наперника на ткани и вырезаем детали https://materline.ru\r\n   По этой же выкройке, но добавив по всему контуру 10 мм, выкраиваем наволочку https://materline.ru/catalog/mattresses/duet/\r\n   Учитывая большие размеры изделия, целесообразнее стыковочный шов размещать по центру https://materline.ru/catalog/accessories/pillows/mfsaponetta/\r\n \r\nДля проведения процедуры необходимо принять лежачее положение, подушка находится под копчиком https://materline.ru/catalog/accessories/\r\n   Следует максимально расслабиться, прислушиваясь к своему организму https://materline.ru/catalog/mattresses/lux/\r\n   Дыхание брюшное https://materline.ru/catalog/mattresses/duet/\r\n   В ходе первых занятий могут появиться дискомфорт, боль https://materline.ru/catalog/pillows/saponetta/\r\n   В этом случае нужно постараться снять вес с позвоночника, поддерживая спину руками или опираясь на локти https://materline.ru/catalog/mattresses/\r\n \r\nКроме медикаментозного лечения, врач порекомендовал сделать подушку Мейрама для использования в домашних условиях https://materline.ru/catalog/mattresses/duet/\r\n   Главное преимущество конструкции – можно применять в любое удобное время дня или ночи https://materline.ru/catalog/mattresses/\r\n \r\nКуда только не обращался Мейрам за помощью! Впустую на лечение потратил несколько десятков тысяч долларов https://materline.ru/catalog/mattresses/lux/dolce_luna_multipaket/\r\n   Лежал в известных всемирных лечебницах, вдоль и поперек объездил Китай https://materline.ru/catalog/accessories/pillows/saponetta/\r\n   Ничто не приносило выздоровления http://materline.ru\r\n \r\nПервоначально подушка будет находиться под копчиком, в таком положении голова будет ниже уровня позвоночника https://materline.ru/catalog/mattresses/duet/\r\n   Поэтому подложите что-то мягко на место, где будет голова https://materline.ru/catalog/mattresses_for_babys/\r\n   В дальнейшем можно будет этот мягкий предмет убрать https://materline.ru\r\n \r\nДостичь этого, используя вату или пух, как наполнитель, невозможно https://materline.ru/catalog/mattresses_for_babys/\r\n   К тому же не следует забывать о том, что изделия из них довольно тяжелые, в то время как подушки из того же синтепона не только являются более легкими, но и удобными https://materline.ru/catalog/mattresses_for_babys/', ''),
(13168, 1, 1884, '1', 'AlbertTYCLE', ''),
(13169, 1, 1884, '2', 'AlbertTYCLE', ''),
(13170, 1, 1884, '3', 'zabirova_lena_1988_15_3@inbox.ru', ''),
(13171, 1, 1884, '4', '(807) 750-7786', ''),
(13172, 1, 1884, '5', 'google', ''),
(13173, 1, 1884, '6', 'Airmaster Ковровая Плитка', ''),
(13174, 1, 1884, '7', 'Дальнейшая сборка стола происходит согласно инструкции https://floor-x.com/kovry/sostav_100-poliester~50-sherst~poliester/cvet_seriy~goluboy~beliy~bejevo-seriy~lazurno-seriy~salatoviy~sinevato-zeleniy~raznocvetniy~belosnejniy~golubo-sero-rozoviy~rozovo-jeltiy/strana_belgiya/razmer_170-240~200-300~250-350~140-195~200-295~250-345~300-395/\r\n  После окончания всех действий необходимо убедиться в качестве проведенных работ, так, конструкция не должна шататься https://floor-x.com/kovry/sostav_sherst~dekolan/vid-pomescheniya_kvartira~spalnya/cvet_serebristiy~ugolniy~bejevo-seriy~shokoladniy~stalnoy~bejevo-rijiy~rozoviy~sinyaya-stal~bejevo-salatoviy~belosnejniy~golubo-sero-rozoviy~rozovo-jeltiy/strana_belgiya/razmer_200-300~250-350~140-200~60-120~170-235~200-295/proizvoditeli_ligne-pure/\r\n  Винты и саморезы стоит плотно вкручивать в предназначенные для них отверстия https://floor-x.com/kovry/brend_ligne-pure/vid-pomescheniya_kvartira~gostinaya~spalnya/cvet_cherniy~temno-bejeviy~ugolniy~shokoladniy~stalnoy~bejevo-rijiy~rozoviy~sinyaya-stal~bejevo-salatoviy~belosnejniy~golubo-sero-rozoviy~rozovo-jeltiy/strana_belgiya/razmer_200-300~250-350~140-200~60-120~170-235~200-295/proizvoditeli_ligne-pure/\r\n  Прямоугольный и круглый офисный стол собираются по одной схеме https://floor-x.com/kovry/brend_ligne-pure/vid-pomescheniya_kvartira~gostinaya/cvet_seriy~bejeviy~bejevo-seriy~shokoladniy~bejevo-rijiy~sinyaya-stal~raznocvetniy~belosnejniy~golubo-sero-rozoviy/strana_belgiya/razmer_250-350~140-200~170-235~300-395/proizvoditeli_ligne-pure/\r\n  Если четко следовать инструкции, то самостоятельно можно собрать не только упрощенные конструкции, но и оригинальные по форме изделия https://floor-x.com/kovry/cena-za-m2_po-zaprosu/vid-pomescheniya_kvartira~spalnya/cvet_cherniy~serebristiy~ugolniy~myatniy~salatoviy~sinevato-zeleniy~raznocvetniy/razmer_170-240~140-200~140-195~170-235/\r\n \r\nГлянец, несомненно, выглядит дорого и роскошно, но малейшие недочеты будут видны на поверхности https://floor-x.com/kovry/vid-pomescheniya_dom~kvartira~spalnya/visota-vorsa-s-osnovaniem_75-mm/cvet_seriy~goluboy~bejeviy~temno-bejeviy~serebristiy~bejevo-seriy~shokoladniy~sinyaya-stal~myatniy~raznocvetniy~belosnejniy~golubo-sero-rozoviy/strana_belgiya/razmer_250-350~140-200~60-120~140-195~170-235~250-345~300-395/proizvoditeli_ligne-pure/\r\n  А со временем такие образуются в любом случае https://floor-x.com/kovry/razmer-kovra--sm_250-350/sostav_100-poliester~50-sherst/vid-pomescheniya_kvartira~gostinaya/kollekciya_adore/cvet_cherniy~goluboy~bejeviy~beliy~bejevo-seriy~shokoladniy~bejevo-rijiy~rozoviy~sinyaya-stal~myatniy~bejevo-salatoviy~belosnejniy~golubo-sero-rozoviy~krasno-rozoviy/strana_belgiya/razmer_170-240~200-300~250-350~140-200~60-120~170-235/\r\n Если вы собираетесь установить систему  под доску, то это вполне возможно https://floor-x.com/kovry/cvet_cherniy~temno-bejeviy~kapuchino~dimchatiy~myatniy~salatoviy~sinevato-zeleniy~bejevo-salatoviy/\r\n  Но нельзя использовать сорта дерева, впитывающие влагу https://floor-x.com/kovry/vid-pomescheniya_kvartira~gostinaya/cvet_cherniy~kapuchino~serebristiy~ugolniy~shokoladniy~bejevo-rijiy~rozovo-jeltiy/\r\n  Установку системы вы выполняете полностью на свой страх и риск https://floor-x.com/kovry/cena-za-m2_po-zaprosu/sostav_100-viskoza~50-viskoza/brend_ligne-pure/vid-pomescheniya_gostinaya/cvet_cherniy~beliy~dimchatiy~sinyaya-stal~myatniy~raznocvetniy~belosnejniy~krasno-rozoviy~rozovo-jeltiy/strana_belgiya/razmer_200-300~60-120~140-195~300-395/proizvoditeli_ligne-pure/\r\n \r\nДоска состоит из трех слоев https://floor-x.com/kovry/brend_ligne-pure/vid-pomescheniya_gostinaya/ves-pokritiya-obschiy_3750-gr-m2/cvet_cherniy~seriy~temno-bejeviy~beliy~serebristiy~dimchatiy~bejevo-rijiy~rozoviy~sinyaya-stal~raznocvetniy~bejevo-salatoviy~belosnejniy~golubo-sero-rozoviy~rozovo-jeltiy/strana_belgiya/razmer_250-350~170-235~200-295~300-395/proizvoditeli_ligne-pure/\r\n  Несущий слой выполнен из древесноволокнистной плиты высокой плотности (ХДФ) https://floor-x.com/kovry/cena-za-m2_po-zaprosu/sostav_sherst~50-viskoza~poliester/vid-pomescheniya_dom~gostinaya/cvet_cherniy~seriy~bejeviy~temno-bejeviy~beliy~dimchatiy~bejevo-seriy~shokoladniy~sinyaya-stal~bejevo-salatoviy~belosnejniy~rozovo-jeltiy/strana_belgiya/razmer_200-300~250-350~60-120~300-395/\r\n  Такое покрытие обладает отменными характеристиками и широко используется европейскими производителями премиум- и люкс-сегментов https://floor-x.com/kovry/cena-za-m2_po-zaprosu/sostav_50-sherst/vid-pomescheniya_dom~kvartira~spalnya/cvet_ugolniy~shokoladniy~stalnoy~bejevo-rijiy~rozoviy~sinyaya-stal~bejevo-salatoviy~belosnejniy~golubo-sero-rozoviy~rozovo-jeltiy/strana_belgiya/razmer_200-300~250-350~140-200~60-120~170-235~200-295/proizvoditeli_ligne-pure/\r\n \r\nЕсли же серьезных нарушений нет, то есть всё лежит ровно и не прогибаются под весом, то можно приступать к подготовке, которая включает следующие этапы https://floor-x.com/kovry/vid-pomescheniya_gostinaya/cvet_temno-bejeviy~serebristiy~dimchatiy~rozoviy~golubo-sero-rozoviy/strana_belgiya/\r\n \r\nВ этом случае возникает проблема выбора клея для паркета с использованием теплого пола https://floor-x.com/kovry/vid-pomescheniya_dom~kvartira~spalnya/ves-pokritiya-obschiy_6250-gr--m2/cvet_goluboy~temno-bejeviy~beliy~dimchatiy~bejevo-seriy~shokoladniy~bejevo-rijiy~sinyaya-stal~salatoviy~sinevato-zeleniy~raznocvetniy~belosnejniy~golubo-sero-rozoviy/strana_belgiya/razmer_200-300~250-350~140-200~60-120~250-345~300-395/proizvoditeli_ligne-pure/\r\n  Многие производители клея на банках пишут, что клей можно использовать для полов с подогревом, при этом маленькими буквами дописывают, что температура основания не должна превышать 18-25°С https://floor-x.com/kovry/sostav_100-viskoza~50-sherst~50-viskoza/vid-pomescheniya_dom~kvartira/ves-pokritiya-obschiy_5000-gr--m2/cvet_cherniy~seriy~goluboy~beliy~serebristiy~shokoladniy~bejevo-rijiy~sinyaya-stal~sinevato-zeleniy~raznocvetniy~bejevo-salatoviy~belosnejniy~golubo-sero-rozoviy/razmer_200-300~140-200~60-120~170-235~300-395/\r\n  Вам придет в голову устраивать теплый пол с температурой +25°С? Думаю, нет https://floor-x.com/kovry/cena-za-m2_po-zaprosu/sostav_100-viskoza~50-sherst/vid-pomescheniya_kvartira~spalnya/ves-pokritiya-obschiy_3750-gr-m2/visota-vorsa-s-osnovaniem_7-mm/cvet_cherniy~goluboy~temno-bejeviy~beliy~shokoladniy~bejevo-rijiy~sinyaya-stal~myatniy~raznocvetniy~bejevo-salatoviy~belosnejniy~golubo-sero-rozoviy/razmer_250-350~140-200~60-120~170-235~300-395/\r\n \r\nВторым способом есть его посадка на клей https://floor-x.com/kovry/vid-pomescheniya_kvartira/ves-pokritiya-obschiy_1540-gr--m2/cvet_seriy~beliy~serebristiy~dimchatiy~bejevo-seriy~salatoviy~sinevato-zeleniy~raznocvetniy~belosnejniy~golubo-sero-rozoviy/strana_belgiya/razmer_250-350~140-200~60-120~140-195~200-295~250-345~300-395/\r\n  На лист фанеры или же ДСП наносится определенный слой клея и потом уже непосредственно на него крепиться напольное покрытие https://floor-x.com/kovry/vid-pomescheniya_gostinaya~spalnya/v', ''),
(13175, 1, 1885, '1', 'Josephedugs', ''),
(13176, 1, 1885, '2', 'Josephedugs', ''),
(13177, 1, 1885, '3', 'mila.semnova.1987@mail.ru', ''),
(13178, 1, 1885, '4', '(780) 504-8012', ''),
(13179, 1, 1885, '5', 'google', ''),
(13180, 1, 1885, '6', 'Окна В Квартиру', ''),
(13181, 1, 1885, '7', 'Между стеклами - дистанционная рамка с влагопоглотителем, который служит для удаления избыточной влаги внутри стеклопакета https://fasadstore.ru/alyuminievye-okna-i-dveri/rejnars-okna-i-dveri.html\r\n \r\nЗакажите установку алюминиевых конструкций в Москве и Московской области, оставив заявку на нашем сайте https://fasadstore.ru/contact.html\r\n  Укажите ваши контакты в форме заявки https://fasadstore.ru/alutech-w72.html\r\n  Вы получите обратный звонок на указанный номер телефона в течение нескольких минут https://fasadstore.ru/osteklenie-fasadov.html\r\n  Менеджер свяжется с вами, подробно ответит на все вопросы https://fasadstore.ru/contact.html\r\n  Наши мастера сделают замер https://fasadstore.ru/fotogalereya.html\r\n  Предложат образцы комплектующих; каталог с элитными или простыми моделями дверей российского, европейского производства https://fasadstore.ru/alyuminievye-okna-i-dveri/alyutekh-okna-i-dveri.html\r\n  Если заказчик согласен, приступаем к работе https://fasadstore.ru/alutech-alt-sl160.html\r\n  После подписания договора на сотрудничество, заказ на производство дверных блоков передается на завод https://fasadstore.ru/prodiction/aljuminievye-razdvizhnye-aljuteh-v-mosk/\r\n  Монтажная бригада доставляет готовые системы с дверями и окнами https://fasadstore.ru/prodiction/aljuminievye-razdvizhnye-aljuteh-v-mosk/\r\n  Выполняет демонтаж системы, полностью меняет старые двери на новые https://fasadstore.ru/osteklenie-fasadov/sistema-alutech.html\r\n \r\nсэндвич-панели, другие непрозрачные полотна; стекла; объединение непрозрачного и прозрачного заполнения https://fasadstore.ru/prodiction/okna-i-peregorodki-pvh/\r\n \r\nДля частных заказчиков Для архитекторов, строителей, прорабов https://fasadstore.ru/prodiction/aljuminievye-razdvizhnye-aljuteh-v-mosk/\r\n \r\nТип профиля: холодный Монтажная ширина рамы: 60 мм Монтажная ширина створки: 22 мм Видимый размер рамы/створки: 32/52 мм Толщина заполнения: стекло 5 мм, стеклопакет до 16 мм Звукоизоляция: 10-12 дБ Водопроницаемость: класс E2 Воздухопроницаемость: класс A3 Типы створок: глухие, раздвижные Сопротивление теплоотдаче: 0,07 м2 °С/Вт Уплотинение: каучук и фетр Окрашивание: Порошковое по шкале RAL Тип конструкции: окна, двери, витражи https://fasadstore.ru/alyuminievye-okna-i-dveri/alyutekh-okna-i-dveri.html\r\n \r\nТолщина рамы: 60 и 68 мм Толщина створки: 60 и 68 мм Зазор между рамой и створкой: 5 мм Просвет между створкой и верхним краем центрального уплотнения: 5 мм Полка под стекло: 22 мм, при использовании стандартного или скругленного штапика Полка примыкания к стене: 22 мм Толщина стеклопакетов: 22 мм Открывание: поворотное, поворотно-откидное Тип конструкции: окна и двери Фурнитурный паз: R40 Обработка поверхности: анодирование, декорирование, окрашивание Материал: алюминиевый сплав AlMgSi6060 T6 Соответствует: ГОСТ 22233-2001 (разд https://fasadstore.ru/prodiction/osteklenie-terras-verand-balkonov/\r\n  4,5): ГОСТ 4784-97, UNI EN 573, UNI EN 755-2 Размерность и толщина: UNI EN 12020-2 https://fasadstore.ru/osteklenie-fasadov.html\r\n  Система уплотнения: Воздухопроницаемость и водонепроницаемость обеспечиваются центральным и внутренним контурами уплотнения https://fasadstore.ru/alyuminievye-okna-i-dveri.html\r\n  Терморазрыв: 2 полиамидных термомоста, армированных стекловолокном, шириной 24 мм Крепление остекления: с использованием нормальных и закругленной формы штапиков, разрезаемых под углом 45 или 90°', ''),
(13182, 1, 1886, '1', 'Evelyn', ''),
(13183, 1, 1886, '2', 'Drummond', ''),
(13184, 1, 1886, '3', 'drummond.evelyn@gmail.com', ''),
(13185, 1, 1886, '4', '(603) 856-3090', ''),
(13186, 1, 1886, '5', 'Evelyn Drummond', ''),
(13187, 1, 1886, '6', 'The Ultimate Advertising Solution', ''),
(13188, 1, 1886, '7', 'Hello,\r\n\r\nAs a business owner, I know how important it is to get the most out of your advertising budget. That\'s why I wanted to share a great opportunity with you.\r\n\r\nWith AdCreative AI, you\'ll get access to a powerful AI-powered platform that makes it easy to create professional ads and social media content. Plus, when you sign up through my link, you\'ll get $500 in Google Ad credit to help jumpstart your advertising efforts.\r\n\r\nDon\'t miss out on this limited-time offer. Sign up for AdCreative AI today and start maximizing your advertising budget.\r\n\r\nThis new AI Tool is perfect for advertisers and marketing agencies who want to take their ad creatives to the next level. With this tool, you\'ll be able to:\r\n\r\n► Create ads quickly and easily\r\n► Optimize your ads for conversions\r\n► Save time and money\r\n► Increase your ROI\r\n\r\nDon\'t miss out on this opportunity to revolutionize your ad creatives with FREE 7 Days trial and learn how it can help you achieve your marketing goals.\r\n\r\nGet your Free Trial here >>> https://bit.ly/adwithai\r\n\r\nBest regards\r\nMichale R.\r\n99 Broke St. MY\r\n===============\r\nClick here to Unsubscribe', ''),
(13189, 1, 1887, '1', 'Waltergroob', ''),
(13190, 1, 1887, '2', 'Waltergroob', ''),
(13191, 1, 1887, '3', 'gangiret98@gmail.com', ''),
(13192, 1, 1887, '4', '(542) 213-6505', ''),
(13193, 1, 1887, '5', 'google', ''),
(13194, 1, 1887, '6', 'best cardholder video her', ''),
(13195, 1, 1887, '7', 'best cardholder video here  https://www.youtube.com/watch?v=_6SbaPRllxM', ''),
(13196, 1, 1888, '1', 'Thomasfep', ''),
(13197, 1, 1888, '2', 'Thomasfep', ''),
(13198, 1, 1888, '3', 'squalemdi1983@mail.ru', ''),
(13199, 1, 1888, '4', '(410) 704-1441', ''),
(13200, 1, 1888, '5', 'google', ''),
(13201, 1, 1888, '6', 'Ночью Заказать Пиццу', ''),
(13202, 1, 1888, '7', 'Супер Кид https://nakorminastroenie.ru/agreement\r\n \r\nСоус сливочный, семга с/с, томаты черри, моцарелла, цедра лимона, крем-сыр https://nakorminastroenie.ru\r\n  30 см http://nakorminastroenie.ru/bonuses\r\n \r\nСоус томатный, шампиньоны, томаты, лук, болгарский перец, маслины, сыр моцарелла http://nakorminastroenie.ru\r\n \r\nЛегендарная итальянская пицца: пикантные колбаски пепперони и таящий во рту сыр моцарелла на воздушном тесте https://nakorminastroenie.ru/personal\r\n \r\nФокс Pizza http://nakorminastroenie.ru\r\n \r\ni ? ПИЩЕВАЯ ЦЕННОСТЬ ПРОДУКТА (на 100 г https://nakorminastroenie.ru/offer\r\n ) : Энерг https://nakorminastroenie.ru/personal\r\n  ценность: 236 https://nakorminastroenie.ru\r\n 2 Ккал/988 http://nakorminastroenie.ru/bonuses\r\n 7 кДж Белки: 8 http://nakorminastroenie.ru/bonuses\r\n 09 г https://nakorminastroenie.ru/offer\r\n  Жиры: 12 г https://nakorminastroenie.ru/agreement\r\n  Углеводы: 26 https://nakorminastroenie.ru/personal\r\n 9 г https://nakorminastroenie.ru', ''),
(13203, 1, 1889, '1', 'ThomasVaf', ''),
(13204, 1, 1889, '2', 'ThomasVaf', ''),
(13205, 1, 1889, '3', 'kuznetsov_vlad_1995_18_12@inbox.ru', ''),
(13206, 1, 1889, '4', '(661) 413-1733', ''),
(13207, 1, 1889, '5', 'google', ''),
(13208, 1, 1889, '6', 'Дешевые Окна От Производителя', ''),
(13209, 1, 1889, '7', 'Одностворчатое ПВХ 700x1400 https://okno.ooo/okna-po-serii-doma/stalinka\r\n \r\nИспользование при остеклении сертифицированных материалов не может стоить дешево https://okno.ooo/images/FOTO/VseOkna/osteklenie-balkonov-12.jpeg\r\n  Это объясняется рядом объективных причин https://okno.ooo/articles/202-gde-zakazat-ustanovku-okon\r\n  Компания  стабильно удерживает цены на пластиковые окна в Иркутске на уровне ниже конкурентных, что позволяет заказать окна недорого https://okno.ooo/works/416-balkon-osteklenie-rekhau-uteplenie-otdelka\r\n  Ценовое преимущество поддерживается за счет прямых закупок материалов у производителей https://okno.ooo/okna-po-serii-doma/ii-68-04\r\n \r\nНаиболее востребованные конфигурации окон (*на декабрь 2022) \r\nПластиковые окна в Иркутске https://okno.ooo/images/2019/balkon-kbe-28-01-2020-3.jpeg\r\n \r\nОткосы - 3 250 руб https://okno.ooo/works/541-slajdors\r\n \r\nМы поможем рассчитать стоимость окон по нужным вам параметрам https://okno.ooo/calc-balcony/images/trim/b4.png', ''),
(13210, 1, 1890, '1', 'Brunorog', ''),
(13211, 1, 1890, '2', 'Brunorog', ''),
(13212, 1, 1890, '3', 'hervacu.781@mail.ru', ''),
(13213, 1, 1890, '4', '(566) 567-1135', ''),
(13214, 1, 1890, '5', 'google', ''),
(13215, 1, 1890, '6', 'Двери Железные', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(13216, 1, 1890, '7', 'Двери межкомнатные Мюнхен одни из самых популятных из царговых дверей, покрытых экошпоном https://metr2.pro/mezhkomnatnye-dveri/900x2000.html\r\n   Современный дизайн, красивое и прочное покрытие, натурально копирующее текстуру древесины, крайне демократичная цена - вот слагаемые успеха этих межкомнатных дверей https://metr2.pro/oplata.html\r\n   Мы стараемся держать одну из самых низки https://metr2.pro/katalog/mezhkomnatnaya-dver-accord-pg.html\r\n   https://metr2.pro/katalog/econom-lotos-beloe-derevo.html\r\n \r\nПо сравнению с уже проделанной работой, это достаточно несложный процесс https://metr2.pro/peregorodki.html\r\n   При установке дверного наличника требуется в первую очередь, его размер привести в соответствие размеру дверной коробки, обрезав лишнюю длину https://metr2.pro/stati/40-vkhodnye-nestandartnye-dveri-v-sankt-peterburge.html\r\n   Наличник крепится к стене микрогвоздями, при необходимости для увеличения прочности крепления можно использовать соответствующий клей https://metr2.pro/dostavka/dveri-v-luge.html\r\n   При желании можно вскрыть дверь специальным лаком и оставить ее для высыхания https://metr2.pro/katalog/mezhkomnatnaya-dver-assol-oksford-po.html\r\n   Когда лак высохнет, можно переходить к вывешиванию дверного полотна https://metr2.pro/katalog/metallicheskaja-dver-ioshkar.html\r\n \r\n5460                                    Р https://metr2.pro/mezhkomnatnye-dveri.html\r\n  ЗаказатьМежкомнатные двери                                                                                                                         В наличии любые размеры:550х1900600х1900600х2000700х2000800х2000900х2000950х2100950х2200другие https://metr2.pro/stati/31-shpon-ili-ekoshpon.html\r\n   https://metr2.pro/mezhkomnatnye-dveri/belye-dveri.html?start=100\r\n   https://metr2.pro/katalog/mezhkomnatnaya-dver-alfa-pg-ital-orekh.html\r\n  Бесплатный выезд замерщика! \r\nЛидер продаж -  Межкомнатные двери Брилиант г https://metr2.pro/katalog/cheboks-dver-office-line.html\r\n   Ульяновск https://metr2.pro/katalog/furnitura-rucetti-rap-17-s.html\r\n   Цена 7000 рублей https://metr2.pro/furnitura/punto.html\r\n   Торопитесь сделать заказ https://metr2.pro/furnitura/morelli.html\r\n  При заказе от 5 дверей доставка по Москве бесплатная https://metr2.pro/katalog/mezhkomnatnaya-dver-unica-1-white.html\r\n \r\n3500                                    Р https://metr2.pro/mezhkomnatnye-dveri/mezhkomnatnye-dveri-v-vannuyu.html\r\n  ЗаказатьМежкомнатные двери                                                                                                                         В наличии любые размеры:550х1900600х1900600х2000700х2000800х2000900х2000950х2100950х2200другие https://metr2.pro/katalog/metallicheskaja-dver-sudar-md-48.html\r\n   https://metr2.pro/mezhkomnatnye-dveri/krashennye.html\r\n   https://metr2.pro/stati/31-shpon-ili-ekoshpon.html\r\n  Бесплатный выезд замерщика! \r\nМы работаем в обычном режиме https://metr2.pro/katalog/cheboks-dver-tvin-50-beloe-derevo.html\r\n   100% гарантия безопасности! Официальный производитель https://metr2.pro/mezhkomnatnye-dveri/dveri-belorussii.html\r\n  Межкомнатные и входные двери!		  	Вам перезвонить?МенюМеню сайтаМЕЖКОМНАТНЫЕ', ''),
(13217, 1, 1891, '1', 'Jamesjek', ''),
(13218, 1, 1891, '2', 'Jamesjek', ''),
(13219, 1, 1891, '3', 'fokin_iurchik_1992_25_9@inbox.ru', ''),
(13220, 1, 1891, '4', '(637) 082-8561', ''),
(13221, 1, 1891, '5', 'google', ''),
(13222, 1, 1891, '6', 'Таргетные Лекарственные Препараты Что Это', ''),
(13223, 1, 1891, '7', 'Обратитесь к врачу при первых симптомах заболевания: \r\nЛюбое значение N https://raklegkih.ru/patient/navigating-diagnosis/biomarker-test\r\n \r\nДля рака Панкоста (опухоль верхней борозды лёгкого) характерна особая триада симптомов (синдром Бернара — Горнера): \r\nВероятность рецидива напрямую зависит от степени локализованности либо распространенности процесса https://raklegkih.ru/screening\r\n  Это риск увеличивается у возрастных пациентов, а также из-за неквалифицированного лечения https://raklegkih.ru/supporter/volunteer\r\n \r\nПатогенез https://raklegkih.ru/supporter/donate\r\n \r\nмелкоклеточный рак лёгких — нейроэндокринная опухоль; немелкоклеточный рак лёгких — плоскоклеточный, аденокарцинома, крупноклеточный и другие формы https://raklegkih.ru/patient/info-cancer', ''),
(13224, 1, 1892, '1', 'BobbyNon', ''),
(13225, 1, 1892, '2', 'BobbyNon', ''),
(13226, 1, 1892, '3', 'dima_zimin_2023@mail.ru', ''),
(13227, 1, 1892, '4', '(541) 236-2546', ''),
(13228, 1, 1892, '5', 'google', ''),
(13229, 1, 1892, '6', 'Розлив Молока', ''),
(13230, 1, 1892, '7', 'Упаковочные машины находятся на финальной линии любого производства https://prostor-k.ru/po-produktu/sredstva-gigieny/mylo\r\n  Они достаточно сильно отличаются друг от друга по виду задействования в технологическом процессе и по конструктивным особенностям https://prostor-k.ru/po-produktu/konditerskie-izdeliya/zefir\r\n \r\nСтрана: РоссияАдрес: Екатеринбург, ул https://prostor-k.ru/video/fasovka-samorezov-na-multigolovochnom-dozatore\r\n  Ленина, 85-450Предлагаемая организацией ГОРОДСКОЙ ЦЕНТР СОЦИАЛЬНОЙ ЗАЩИТЫ ВОЕННОСЛУЖАЩИХ ЗАПАСА, МУП продукция:машины для упаковки машины тестораскаточные оборудование для кондитерских цехов оборудование для пекарен оборудование для переработки бобов какао оборудование для переработки молока оборудование для пищеблоков оборудование для предприятий общественного питания оборудование для производства макаронных изделий оборудование для производства шоколада оборудование для фасовки и упаковки оборудование хлебопекарен оборудование холодильное промышленное пресс-автоматы для изготовления макаронных изделий смесители для пищевых производств цеха мясо-колбасные экструдеры шнековые \r\nДля упаковки паллет в стрейч-плёнку https://prostor-k.ru/oborudovanie/dozatory/multigolovochnyj-vesovoj-dozator\r\n  Основное место использования – это склад, где продукция будет храниться или подготавливаться к транспортировке https://prostor-k.ru/oborudovanie/zapasnye-chasti\r\n  Стрейч-плёнка достаточно прочный материал, способный послойно прилипать, что обеспечивает надежную упаковку груза https://prostor-k.ru/po-produktu/meditsinskie-izdeliya\r\n  Плёнка обеспечивает защиту от пыли, грязи, дождя, снега https://prostor-k.ru/po-produktu/konditerskie-izdeliya/ponchiki\r\n  Наматывание стрейч-плёнки вручную занимает много времени, потому применяется специальная паллетоупаковочная машина https://prostor-k.ru/po-produktu/zamorozhennye-polufabrikaty/ryba\r\n  Процесс контролируется оператором, либо может осуществляться в автоматическом режиме \r\n\r\nНо это далеко не так просто, как может показаться на первый взгляд https://prostor-k.ru/po-produktu/konditerskie-izdeliya\r\n  Ведь необходимо учитывать то, что гофрокартон имеет свою толщину и гнется (то есть занимает определенное пространство в реальности) https://prostor-k.ru/po-produktu/sredstva-gigieny/mylo\r\n  Поэтому логическое мышление и точные математические расчеты здесь обязательны  ведь очень важно понимать, какие детали будут загибаться, и как все это будет выглядеть в действительности https://prostor-k.ru/oborudovanie/sistemy-kontrolya-kachestva-produktsii\r\n В процессе тестирования упаковки конструктора выявляют слабые места и дорабатывают её: корректируют параметры, при необходимости выбирают другую марку картона, добавляют (убирают) какие-либо детали https://prostor-k.ru/po-produktu/bytovaya-khimiya/bombochki-dlya-vanny\r\n  Процесс сложный и трудоемкий https://prostor-k.ru/oborudovanie/gorizontalnye-upakovochnye-mashiny-flow-pack\r\n  Порой на это требуется очень много времени, особенно если разрабатывается индивидуальная конструкция “под ключ” с ложементами и прочими дополнительными элементами упаковки https://prostor-k.ru/\r\n Для того, чтобы построить крой короба, наши специалисты используют профессиональный софт, где создается чертеж будущей упаковки https://prostor-k.ru/po-produktu/bytovaya-khimiya/bombochki-dlya-vanny\r\n  В программе конструктора задают необходимые параметры, размеры и постепенно создают из различных фигур участки развертки https://prostor-k.ru/video/fasovochnoe-oborudovanie-dlya-midij-krevetok\r\n  На этом же этапе просчитывают и наносят места для сгибов (биговки) https://prostor-k.ru/oborudovanie/avtomat-dlya-metizov\r\n На этой стадии наши конструктора просчитывают какой картон будет использован, более толстый, крепкий или тонкий, легко гнущийся https://prostor-k.ru/oborudovanie/vertikalnye-upakovochnye-apparaty\r\n  Выбирают марку, конструкцию, форму https://prostor-k.ru/po-produktu/khlebobulochnye-izdeliya/bulochki\r\n  Все эти параметры вносят в специальную программу, в которой далее строится чертеж (развертка короба) https://prostor-k.ru/oborudovanie/vertikalnye-upakovochnye-apparaty', ''),
(13231, 1, 1893, '1', 'DonaldLut', ''),
(13232, 1, 1893, '2', 'DonaldLut', ''),
(13233, 1, 1893, '3', 'namata-2521@mail.ru', ''),
(13234, 1, 1893, '4', '(480) 188-7740', ''),
(13235, 1, 1893, '5', 'google', ''),
(13236, 1, 1893, '6', 'Погоны Российской Армии', ''),
(13237, 1, 1893, '7', 'Зимняя - шапка-ушанка из серого каракуля, пальто зимнее двубортное серое, шарф или кашне серого цвета, костюм темно-серый, рубашка белая, галстук черный, сапоги мужские зимние черные, перчатки черные https://ratnik.su/voentorg/uncategorized/shevron-narukavnyj-rosgvardiya-obshhij-polevoj-plast-na-lipuchke\r\n \r\nСотрудники полиции обязаны выполнять определенные правила и требования касательно ношения одежды по форме в разное время года и на различные случаи https://ratnik.su/voentorg/shevrony-pogony/falshpogony/falshpogony-sin-kmf-cifra-vyshitye-st-praporshhik\r\n   Аналогичные строевые смотры состоялись во всех районных отделениях краевых органов внутренних дел https://ratnik.su/product-tag/mech\r\n   Полицейские готовы к несению службы в летний период, сообщила пресс-служба краевого Управления МВД России https://ratnik.su/voentorg/shevrony-pogony/pogony-vyshitye-latunnoj-kanitelju-povsednevnye/pogony-mchs-1-prosv-vysh-zvezd-lejt-t\r\n \r\nОколо 70 конкретных документов утверждают отраслевые особенности использования необходимой спецодежды: для работников сельского, водного и лесного хозяйства, угольной и химической промышленности, фармацевтики, металлургии, автодорожных работ и др https://ratnik.su/voentorg/nagrudnye-znaki-znachki-medali/nagrudnye-znaki-znachki-metallicheskie-mvd-rf-policiya-vnutrennie-vojska/medal-uchastnik-boevyh-dejstvij-na-severnom-kavkaze-15-let-tyazh\r\n \r\nКостюм женский (жакет, юбка) для работников, относящихся к высшей и главной группам должностей гражданской службы, изготавливается из шерстяной ткани темно-серого цвета, жакет летний - из шерстяной или хлопчатобумажной светло-серого цвета и ткани белого цвета https://ratnik.su/voentorg/suvenirnaya-produkciya/kruzhki-shtofy-flyazhki-stopki-stakany-tarelki-suvenirnye/kruzhka-gibdd\r\n \r\nСканировано мною с архивного подлинника:Самое начало 1945 года, коллективное фото только что удостоенных медали  сотрудников Центрального дома авиации и ПВХО имени М https://ratnik.su/voentorg/formennaya-i-specialnaya-odezhda/golovnye-ubory/furazhka-ustavnaya-rzhd\r\n  В https://ratnik.su/voentorg/uncategorized/kursovka-1-kurs-vyshitaya-vasilkovoe-sukno-metallonit\r\n   Фрунзе Осоавиахима СССР https://ratnik.su/voentorg/shevrony-pogony/nashivki-shevrony-ministerstva-oborony-vyshitye/shevron-vysh-naruk-pyatiug-rossiya-vmf-andreevskij-flag-shn\r\n   Большинство из запечатлённых на снимках – представители командно-строевого состава оборонного общества, на что указывает форменная одежда военного образца при петличных должностных знаках системы Осоавихима https://ratnik.su/voentorg/uncategorized/shevron-vysh-naruk-pyatiug-rossiya-pogran-vojska-flag-s-orlom-mn\r\n \r\nЗимние головные уборы https://ratnik.su/voentorg/plastmassovaya-furnitura/pugovicy-dlya-formennoj-odezhdy-plastikovye/pugovica-na-rubashku-olivkovaya-2-prokola-poliamid\r\n   Шапка-ушанка мужская принятого покроя из каракуля или меха цигейки серого (темно-серого) цвета, для женщин - кубанка из каракуля серого (темно-серого) цвета https://ratnik.su/voentorg/suvenirnaya-produkciya/kruzhki-shtofy-flyazhki-stopki-stakany-tarelki-suvenirnye/flyaga-nerzh-stal-emblema-zalivka-smoloj-imperskij-orel-9-unc-art-m\r\n   Спереди посредине шапки-ушанки или кубанки прикрепляется общегражданская кокарда https://ratnik.su/voentorg/nagrudnye-znaki-znachki-medali/nagrudnye-znaki-znachki-metallicheskie-ministerstvo-oborony/znachok-dolg-i-chest-krasnyj-krest-v-venke-rvsn', ''),
(13238, 1, 1894, '1', 'CharlesrailS', ''),
(13239, 1, 1894, '2', 'CharlesrailS', ''),
(13240, 1, 1894, '3', 'anisimov.ivan.1995.2.3@list.ru', ''),
(13241, 1, 1894, '4', '(312) 884-4157', ''),
(13242, 1, 1894, '5', 'google', ''),
(13243, 1, 1894, '6', 'Плиссе Купить', ''),
(13244, 1, 1894, '7', 'Очень красивые, удобные, крепежи хорошие, не отваливаются https://prostore-spb.ru/katalog\r\n  По сравнению с обычными рулонными выглядят так потрясающе, что передумала брать на окно портьеры и тюль - их незачем прятать, очень уж красиво смотрятся https://prostore-spb.ru/sale\r\n \r\nБогатый выбор расцветок позволяет подобрать роллеты наиболее подходящие под заданный интерьер комнаты https://prostore-spb.ru/shtory-plisse\r\n \r\nПолотна в полоску, в клетку, в горошек или рольшторы с более сложными принтами в виде абстракции, создают динамичный интерьер и позволяют взглянуть на комнату под новым углом https://prostore-spb.ru/nashi-raboty\r\n \r\nРулонные шторы в современном офисе https://prostore-spb.ru/rimskie-shtory\r\n \r\nРулонные шторы (ролли) были выполнены на заказ в фирме, т https://prostore-spb.ru/o-nas\r\n  к https://prostore-spb.ru/otzyvy\r\n  в магазинах я что-то не видела именно таких штор под свой размер https://prostore-spb.ru/rulonnye-shtory\r\n  Установили на кухне, у нас домА во дворе расположены очень близко https://prostore-spb.ru/privacy-policy\r\n \r\nБамбуковые рулонные шторы в стиле кантри https://prostore-spb.ru/shtory-s-fotopechatyu', ''),
(13245, 1, 1895, '1', 'Wallacedub', ''),
(13246, 1, 1895, '2', 'Wallacedub', ''),
(13247, 1, 1895, '3', 'sheveleva-alisa@bk.ru', ''),
(13248, 1, 1895, '4', '(384) 113-2587', ''),
(13249, 1, 1895, '5', 'google', ''),
(13250, 1, 1895, '6', 'Станки Для Дерева', ''),
(13251, 1, 1895, '7', 'Их компонуют из цепных фрез, зубья которых перекрывают друг друга http://www.negotiant.ru/product_catalog/furniture_manufacturing/molded_products/wrapping/242/\r\n   По мере стачивания зубьев регулируют фрезу, смещая, ее части одну относительно другой http://www.negotiant.ru/product_catalog/sawmill_equipment/High-efficiency_sawing_factories/303/\r\n   При этом ширина паза остается неизменной, а общая высота фрезы уменьшается за счет стачивания опорных поверхностей зубьев http://www.negotiant.ru/product_catalog/sawmill_equipment/High-efficiency_sawing_factories/303/\r\n   Зубья фрезы могут быть оснащены пластинами из твердого сплава http://www.negotiant.ru/product_catalog/machines_for_the_veneer/326/\r\n \r\nКонечно, иметь ровно 3 двигателя не обязательно – можно обойтись и двумя, имеющимися в матричном принтере http://www.negotiant.ru/product_catalog/furniture_manufacturing/production_of_furniture_panel/139/\r\n   Но если вы хотите регулировать угол наклона, то третий двигатель вам обязательно понадобится http://www.negotiant.ru/catalog/\r\n \r\nЛенточные пилы по дереву Ленточные пилы предназначены для прямолинейного и криволинейного распила древесины и различных древесных материалов http://www.negotiant.ru/map/\r\n   При небольших размерах и мобильности данные станки обладают высокой производительностью, широко применяются в небольших мебельных, столярных и модельных производствах http://www.negotiant.ru/product_catalog/furniture_manufacturing/aspect_machines/293/\r\n \r\nПри изготовлении деталей станка и при его сборке необходимо добиться соосности центрального конуса планшайбы и конуса центра задней бабки http://www.negotiant.ru/product_catalog/sawmill_equipment/miter_stanki/450/\r\n   Для удобства регулировки крепежные отверстия на некоторых деталях станка выполнены овальными http://www.negotiant.ru/product_catalog/furniture_manufacturing/help_machines/229/\r\n \r\nИз каких деталей он состоит http://www.negotiant.ru/product_catalog/painting_equipment/\r\n   Станина из уголка 40 x 40 http://www.negotiant.ru/old_furniture/588/\r\n   Если вы найдёте 35 x 35, тоже подойдёт http://www.negotiant.ru/product_catalog/furniture_manufacturing/help_machines/229/\r\n   Необходимый четыре уголка длиной 450 мм http://www.negotiant.ru/product_catalog/drying_chamber/103/\r\n   9 – 550 мм http://www.negotiant.ru/product_catalog/housing/cylindering_logs/453/\r\n   Еще два уголка длиной 270 мм http://www.negotiant.ru/furniture_econom/econom_cnc/495/\r\n   Продаются в хозяйственном магазине http://www.negotiant.ru/product_catalog/furniture_manufacturing/lines_spliced/\r\n   Используется шпилька м 12 http://www.negotiant.ru/product_catalog/hardware_for_doors_and_windows/machines_for_locks_hinges/522/\r\n   Они тоже есть в магазинах http://www.negotiant.ru/product_catalog/sawmill_equipment/High-efficiency_sawing_factories/\r\n   Гайки, шайбы http://www.negotiant.ru/article/59/\r\n   На городской барахолке можно за небольшие деньги приобрести барабан http://www.negotiant.ru/product_catalog/furniture_manufacturing/drilling_machines/79/\r\n   Ножи длиной 200 миллиметров найдутся в хозяйственном магазине http://www.negotiant.ru/product_catalog/furniture_manufacturing/\r\n   Нужны две планки под электродвигатель http://www.negotiant.ru/product_catalog/furniture_manufacturing/molded_products/lineslaminating/511/\r\n   Два небольших стола под строгальный станок http://www.negotiant.ru/product_catalog/furniture_manufacturing/molded_products/lineslaminating/511/\r\n   Размер 300 x 220 http://www.negotiant.ru/map/\r\n   Пиловочный стол длиной 600 мм http://www.negotiant.ru/furniture_econom/econom_cnc/495/\r\n   Столы можно сделать даже деревянные, текстолитовые, из любого подходящего материала http://www.negotiant.ru/product_catalog/furniture_manufacturing/molded_products/lineslaminating/511/\r\n   Не обязательно делать железные http://www.negotiant.ru/services/\r\n \r\nОсмотреть заготовку на наличие сучков, зазубрин, расслоений http://www.negotiant.ru/old_furniture/588/\r\n   При необходимости ее нужно обстругать до нужных габаритов – лучше никогда не работать с большими поленьями, не предусмотренными правилами конкретного станка http://www.negotiant.ru/product_catalog/furniture_manufacturing/molded_products/lineslaminating/486/', ''),
(13252, 1, 1896, '1', 'DavidFag', ''),
(13253, 1, 1896, '2', 'DavidFag', ''),
(13254, 1, 1896, '3', 'mosoce-416@mail.ru', ''),
(13255, 1, 1896, '4', '(357) 780-1021', ''),
(13256, 1, 1896, '5', 'google', ''),
(13257, 1, 1896, '6', 'Изготовление И Установка Ворот', ''),
(13258, 1, 1896, '7', 'Для створок до 1000 кг (одна створка) и до 4 м шириной https://mosvrata.ru/tovar/doorhan-sectional-500-privod-dlya-garazhnyh-vorot/\r\n   Привод 230В линейный https://mosvrata.ru/catalog/page/14/\r\n   Самоблокирующийся https://mosvrata.ru/catalog/pulty/page/3/\r\n  Требуются механические упоры https://mosvrata.ru/tovar/privod-dlya-otkatnyh-vorot-nordmotors-nsl1200/\r\n   Открывание от 101 до 115 град https://mosvrata.ru/catalog/avtomatika-dlya-vorot/otkatnyh/page/7/\r\n \r\nВсе комплектующие каркаса и направляющей следует собирать только в шахматном порядке https://mosvrata.ru/tovar/signalnye-lampy-bytec-lb24/\r\n   В противном случае при повышении температуры ворота обязательно  https://mosvrata.ru/catalog/aksessuary/page/21/\r\n \r\nОбычно для распашных ворот делают створки длиной 1,5–2 метра https://mosvrata.ru/tovar/faac-maslo-gidravlicheskoe-hp-2-oil-1-l/\r\n   А стандартной высотой полотна, независимо от вида конструкции, считается показатель около двух метров https://mosvrata.ru/catalog/bollardy/\r\n \r\nРаздумывая над проектом создания автоматических ворот, следует уделить внимание выбору материала для полотна https://mosvrata.ru/catalog/aksessuary/obogrev/\r\n   Створки конструкции, открываемой автоматически, должны быть лёгкими, а это значит, что их разумнее сооружать из профнастила, поликарбоната или сэндвич-панелей https://mosvrata.ru/catalog/avtomatika-dlya-vorot/page/10/\r\n \r\nПрофиль с закрытым типом размещения (балка монтируется внизу) https://mosvrata.ru/catalog/avtomatika-dlya-vorot/otkatnyh/page/10/\r\n   Установка производится в тех случаях, когда выставляются повышенные требования в отношении внешнего вида полотен ворот https://mosvrata.ru/catalog/avtomatika-dlya-vorot/\r\n \r\nЛюбым умельцем, даже не обладающим профессиональными навыками, может быть изготовлена автоматика для откатных ворот своими руками, и именно этой теме будет посвящена большая часть нашей статьи https://mosvrata.ru/tovar/knopka-statsionarnaya-3h-knopochnaya-2/', ''),
(13259, 1, 1897, '1', 'Jeremybag', ''),
(13260, 1, 1897, '2', 'Jeremybag', ''),
(13261, 1, 1897, '3', 'consducfen.51@mail.ru', ''),
(13262, 1, 1897, '4', '(876) 332-6260', ''),
(13263, 1, 1897, '5', 'google', ''),
(13264, 1, 1897, '6', 'Лоток Водосточный', ''),
(13265, 1, 1897, '7', 'Изготовление памятников и надгробий из гранита - главная отрасль нашего производства https://www.raidstone.ru/katalog-kamnya/granit/granit-braun-dzhatoba-brown-jatoba.html\r\n   Гранитная мастерская Гранит-Арт предлагает вам купить памятники , надгробия, ограды и цоколи для могил по выгодным ценам https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/mebelnye-ruchki/dvernaya-ruchka-iz-polirovannoj-latuni-s-dekorativnoj-vstavkoj-mr_02.html\r\n   Мы осуществляем все виды работ по благоустройству могил на всех кладбищах Москвы и Московской области https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/balyustrada/stupeni-iz-mramora-balyasiny-s-poruchnem-oniks.html\r\n   Эскизы памятников выполняются специалистами в традициях мемориальной скульптуры, при учете пожеланий заказчика https://www.raidstone.ru/katalog-kamnya/iskusstvennyj-kamen/iskusstvennyj-kamen-vicostone-taj-mahal-bq-9453.html\r\n   Срок изготовления и цена на надгробный памятник зависят от сложности его исполнения, и в каждом случае рассчитываются с учетом индивидуальных особенностей https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/banya-hamam/rakoviny-iz-belogo-mramora/mramornaya-rakovina.html\r\n   https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/stupeni1/stupeni-iz-mramora/stupeni-iz-mramora-koelga.html\r\n   https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/stoleshnicy/stoleshnicy-iz-mramora/stoleshnica-iz-mramora-na-vannuyu-gridzhio-arabika1.html\r\n   https://www.raidstone.ru/catalog/malye-arhitekturnye-formy/drugie-maf/vazon-na-tumbe-iz-mramora-volokas1.html\r\n   Мы изготавливаем элегантные надгробные памятники, выполненные из натурального гранита и мрамора, или из других природных материалов https://www.raidstone.ru/catalog/izdeliya-iz-betona/ograzhdeniya-lestnic/poruchni/poruchen-p4.html\r\n   Процесс изготовления памятника начинается с обработки камня, придания ему необходимого размера и формы https://www.raidstone.ru/services/dizajn-interera/dizajn-proekt-interera-kvartiry-s-elementami-ar-deko-gostinaya-kabinet-kuhnya.html\r\n   Обработка плиты дополняется резьбой, гравировкой, полированием, отделкой лакокрасочными покрытиями https://www.raidstone.ru/catalog/izdeliya-iz-betona/ograzhdeniya-lestnic/perila.html\r\n   Завершается процесс изготовления мемориального камня устройством фундамента могилы, доставкой и установкой надгробия на памятное место https://www.raidstone.ru/katalog-kamnya/travertin.html?list_page=4\r\n   https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/kaminy/kaminy-iz-mramora/kaminnyj-portal-iz-mramora-polisandro-bronzo.html\r\n   https://www.raidstone.ru/katalog-kamnya.html\r\n   https://www.raidstone.ru/katalog-kamnya/mramor/mramor-kemal-pasha-kemal-pasha.html\r\n   Наша мастерская специализируется на гранитных памятниках из разных сортов, цены на которые значительно ниже, чем на кладбище https://www.raidstone.ru/services/oblicovka-eksterera/oblicovka-vhodnoj-gruppy.html\r\n   Это достигается за счет прямых поставок карельского гранита и собственного производства https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/fasadnaya-plitka/felzit.html\r\n   Мы выполнем весь цикл по изготовлению надгробий, от резки блоков до установки изделий на любом кладбище Москвы и Москвоской области https://www.raidstone.ru/catalog/izdeliya-iz-betona/maf-iz-betona/kryshki-na-stolby-iz-iskusstvennogo-kamnya.html\r\n   Полный ассортимент надгробных памятников вы можете посмотреть в разделе Памятники из гранита https://www.raidstone.ru/catalog/izdeliya-iz-kamnya.html\r\n   А вот некоторые модели гранитных памятников с ценами и фото: \r\nиз натурального или искусственного камня — одна из наиболее трудоемких и дорогостоящих процедур https://www.raidstone.ru/news/kvarcit-krepche-granita-krasivee-mramora.html\r\n   Стоимость монтажных работ может варьироваться в пределах 15-30% от цены самого изделия https://www.raidstone.ru/katalog-kamnya/granit/granit-delikatus-gold-delicatus-gold.html\r\n   Разумеется, приобретая дешевые столешницы из камня, заказчик может сэкономить значительную сумму при монтаже https://www.raidstone.ru/katalog-kamnya/oniks/viola-ekstra-onice-viola-extra.html\r\n   Единственное, чего не следует делать — это гоняться за излишне низкими ценами, поскольку от таких изделий вряд ли можно ждать полноценного качества https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/lestnicy/lestnicy-iz-granita/lestnica-iz-granita-kashmir-vajt.html\r\n   Во-первых, это связано, как минимум, с тем, что сам по себе хороший материал (как искусственный, так и натуральный) не может стоить подозрительно мало https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/stoleshnicy/stoleshnicy-iz-granita/stoleshnica-i-fartuk-iz-granita-ajvori-braun.html\r\n   Во-вторых, приобретая , лучше поинтересоваться, осуществляется ли в таком случае монтаж со скидкой от компании-продавца, ведь такая экономия будет более оправданной, чем покупка сомнительного товара https://www.raidstone.ru/katalog-kamnya/granit/granit-pallava-gold-pallava-gold.html\r\n \r\nПри общих функциональных характеристиках, каждый камень имеет свои особенности, обусловленные его специфическими свойствами https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/podokonniki/podokonniki-iz-mramora/podokonnik-iz-mramora-rosso-levante.html\r\n   Благодаря максимальной прочности и плотности,  оптимален для внешних архитектурных форм, включая лестничные входные группы и декор фасадов зданий, и столешниц кухонной мебели https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/rakovina-dlya-vannoy/iz-granita/delikatus-vajt.html\r\n    используется преимущественно во внутренней отделке: \r\nОтличный ассортимент https://www.raidstone.ru/catalog/malye-arhitekturnye-formy/kronshetejny-zamkovye-kamni.html\r\n   Очень понравилась ванна из акрилового камня https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/balyasiny1/balyasiny-iz-granita-g-603.html\r\n  АртурПриятно с вами работать, никогда не подводите и качество на уровне https://www.raidstone.ru/catalog/izdeliya-iz-betona/karnizy-i-nalichniki/nalichnik-nl7.html\r\n   Спасибо!ТатьянаСайт понравился https://www.raidstone.ru/catalog/izdeliya-iz-betona/kolonny/kolonny-iz-arhitekturnogo-kamnya-na-zakaz1.html\r\n   Спасибо за поддержку он-лайн консультантом!Иван \r\nЭто реально в стройке? Если с нами - то да! Мы долго шли к этому, оттачивая свою команду, и теперь с уверенностью можем гарантировать высочайшее качество для своих клиентов https://www.raidstone.ru/catalog/izdeliya-iz-kamnya/kaminy/kaminy-iz-mramora/oblicovka-portala-dvuhstoronnego-kamina-slebom-mramora.html\r\n \r\nПроизводственная компания  работает в сфере производства изделий из камня  с 2001 года и зарекомендовала себя как надежный партнер по производству столешниц из натурального и кварцевого камня https://www.raidstone.ru/katalog-kamnya/granit/granit-krem-violet-cream-violet.html', ''),
(13266, 1, 1898, '1', 'Ssylbup', ''),
(13267, 1, 1898, '2', 'Ssylbup', ''),
(13268, 1, 1898, '3', 'zajmasha@whowasable.store', ''),
(13269, 1, 1898, '4', '(171) 784-1705', ''),
(13270, 1, 1898, '5', 'google', ''),
(13271, 1, 1898, '6', 'Thank', ''),
(13272, 1, 1898, '7', 'Игорные автоматы в казиношке PinUp <a href=https://ssylki.info/site/pin-up-reg2023.ru>пинап</a>.', ''),
(13273, 1, 1899, '1', 'Dixie', ''),
(13274, 1, 1899, '2', 'Dixie', ''),
(13275, 1, 1899, '3', 'mark@simcofab.com', ''),
(13276, 1, 1899, '4', '(216) 370-6458', ''),
(13277, 1, 1899, '5', 'Dixie Mallett', ''),
(13278, 1, 1899, '6', 'Concerning gangagen.com', ''),
(13279, 1, 1899, '7', 'Hi there \r\n \r\nDefrost frozen foods in minutes safely and naturally with our THAW KING™. \r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED \r\n\r\nBuy now: https://thawking.co\r\n \r\nTo your success, \r\n \r\nDixie', ''),
(13280, 1, 1900, '1', 'Kevindig', ''),
(13281, 1, 1900, '2', 'Kevindig', ''),
(13282, 1, 1900, '3', 'xrum@trafficempire.su', ''),
(13283, 1, 1900, '4', '(654) 742-7478', ''),
(13284, 1, 1900, '5', 'google', ''),
(13285, 1, 1900, '6', 'Cheapest selecting of pills without formula', ''),
(13286, 1, 1900, '7', 'You\'ll not be discontented with the value of these drugs \r\nthey make one\'s appearance brief from stem to stern our portray shipping from mexico \r\nall drugs are fda approved and non-toxic generic medication \r\nas a remedy for use by way of patients. \r\n \r\n<a href=https://hotmedssale.ru/>hotmedssale</a> \r\n<a href=https://onlinepharmacy247.ru/>onlinepharmacy247</a> \r\n<a href=https://yandex.ru/search/?text=online+pharmacy+247.ru>pharmacy</a> \r\n<a href=https://www.google.ru/search?q=site%253Aonlinepharmacy247.ru>best pharmacy</a> \r\n \r\n<u>Ready to buy? fit on one of our links</u>', ''),
(13287, 1, 1901, '1', 'Eric', ''),
(13288, 1, 1901, '2', 'Jones', ''),
(13289, 1, 1901, '3', 'ericjonesmyemail@gmail.com', ''),
(13290, 1, 1901, '4', '(555) 555-1212', ''),
(13291, 1, 1901, '5', 'CN', ''),
(13292, 1, 1901, '6', 'Strike when the iron’s hot', ''),
(13293, 1, 1901, '7', 'Hi gangagen.com Owner! I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(13294, 1, 1902, '1', 'Mike Backer', ''),
(13295, 1, 1902, '2', 'Mike Backer', ''),
(13296, 1, 1902, '3', 'no-replyPovaTasy@gmail.com', ''),
(13297, 1, 1902, '4', '(805) 640-4530', ''),
(13298, 1, 1902, '5', 'google', ''),
(13299, 1, 1902, '6', 'Domain Authority of your gangagen.com', ''),
(13300, 1, 1902, '7', 'Hi there \r\n \r\nJust checked your gangagen.com in MOZ and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed Domain Authority score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Semrush DA is now possible \r\nhttps://www.monkeydigital.co/semrush-da/ \r\n \r\nThanks and regards \r\nMike Backer', ''),
(13301, 1, 1903, '1', 'Michaelfauct', ''),
(13302, 1, 1903, '2', 'Michaelfauct', ''),
(13303, 1, 1903, '3', '0jgye@course-fitness.com', ''),
(13304, 1, 1903, '4', '(760) 218-1360', ''),
(13305, 1, 1903, '5', 'google', ''),
(13306, 1, 1903, '6', '第一借錢網擁有全台最多的借錢資訊', ''),
(13307, 1, 1903, '7', '第一借錢網擁有全台最多的借錢資訊 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(13308, 1, 1904, '1', 'JasonMus', ''),
(13309, 1, 1904, '2', 'JasonMus', ''),
(13310, 1, 1904, '3', 's7gbs@course-fitness.com', ''),
(13311, 1, 1904, '4', '(783) 730-3073', ''),
(13312, 1, 1904, '5', 'google', ''),
(13313, 1, 1904, '6', '點子數位科技有限公司', ''),
(13314, 1, 1904, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(13315, 1, 1905, '1', 'JasonLug', ''),
(13316, 1, 1905, '2', 'JasonLug', ''),
(13317, 1, 1905, '3', 'xzjl4@course-fitness.com', ''),
(13318, 1, 1905, '4', '(246) 487-7878', ''),
(13319, 1, 1905, '5', 'google', ''),
(13320, 1, 1905, '6', '點子數位科技有限公司', ''),
(13321, 1, 1905, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(13322, 1, 1906, '1', 'Geraldgot', ''),
(13323, 1, 1906, '2', 'Geraldgot', ''),
(13324, 1, 1906, '3', 'greenerrolin1989@yahoo.com', ''),
(13325, 1, 1906, '4', '(247) 020-6728', ''),
(13326, 1, 1906, '5', 'google', ''),
(13327, 1, 1906, '6', 'https://telegra.ph/Live-poker-rules-01-08#Live poker rules', ''),
(13328, 1, 1906, '7', 'https://telegra.ph/Unibet-live-poker-01-08#Unibet live poker\r\nhttps://telegra.ph/Casino-liberado-brasil-01-08#Casino liberado brasil\r\nhttps://telegra.ph/Casino-online-demo-01-08#Casino online demo\r\nhttps://telegra.ph/Juegos-de-casinos-online-gratis-01-08#Juegos de casinos online gratis\r\nhttps://telegra.ph/States-that-allow-live-poker-01-08#States that allow live poker', ''),
(13329, 1, 1907, '1', 'Bazabup', ''),
(13330, 1, 1907, '2', 'Bazabup', ''),
(13331, 1, 1907, '3', 'zajmvsredu@whowasable.store', ''),
(13332, 1, 1907, '4', '(771) 424-0472', ''),
(13333, 1, 1907, '5', 'google', ''),
(13334, 1, 1907, '6', 'The best URL link shorteners', ''),
(13335, 1, 1907, '7', 'Link cutting first began in 2002 with the TinyURL service. In 2009, Google created its link cutting platform <a href=[url=https://telegra.ph/URL-Shorteners-The-Pros-and-Cons-03-26></a>]https://www.facebook.com/ikli.url.shortener , but closed it ten years later. The reason was that people began to use mobile apps or access the Internet from their smartphones. The smart service Firebase Dynamic Links (FDL) replaced goo.gl. You use it automatically when you share or copy a link to a YouTube video, for example.', ''),
(13336, 1, 1908, '1', 'Eric', ''),
(13337, 1, 1908, '2', 'Jones', ''),
(13338, 1, 1908, '3', 'ericjonesmyemail@gmail.com', ''),
(13339, 1, 1908, '4', '(555) 555-1212', ''),
(13340, 1, 1908, '5', 'CARINTHIA', ''),
(13341, 1, 1908, '6', 'instead, congrats', ''),
(13342, 1, 1908, '7', 'Hi gangagen.com Admin. \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(13343, 1, 1909, '1', 'Riley', ''),
(13344, 1, 1909, '2', 'Nagy', ''),
(13345, 1, 1909, '3', 'easyseobot@gmail.com', ''),
(13346, 1, 1909, '4', '(604) 530-1265', ''),
(13347, 1, 1909, '5', 'Riley Nagy', ''),
(13348, 1, 1909, '6', 'Increase Your Online Visibility with Our SEO Checklist', ''),
(13349, 1, 1909, '7', 'Boost your online visibility and attract more visitors to your business with our SEO checklist. Improve your search engine rankings quickly and easily with our comprehensive guide. \r\n\r\nDon\'t let a bad search engine ranking hurt your business. Check out our SEO checklist today and start ranking higher on Google! \r\n\r\nClick the link below to learn more and purchase the checklist now.\r\n\r\nhttps://easyseobot.com/\r\n\r\nThank me later,\r\n\r\nLyall Colton', ''),
(13350, 1, 1910, '1', 'CurtisZip', ''),
(13351, 1, 1910, '2', 'CurtisZip', ''),
(13352, 1, 1910, '3', 'polokaheun0b@gmx.com', ''),
(13353, 1, 1910, '4', '(644) 756-4015', ''),
(13354, 1, 1910, '5', 'google', ''),
(13355, 1, 1910, '6', 'We are available for call outs 24 hours a day, 7 days a week. With a fleet of fully stocked plumbing vans located in your area, we can normally reach you in less then 1 hour. It is that simple, call us now!', ''),
(13356, 1, 1910, '7', 'SimplePlanes  | plumbl014gi   https://www.simpleplanes.com/u/plumbl014gi -  plumbl014gi>>>', ''),
(13357, 1, 1911, '1', 'nzbkkix', ''),
(13358, 1, 1911, '2', 'nzbkkix', ''),
(13359, 1, 1911, '3', 'lumelskiy.leopold@mail.ru', ''),
(13360, 1, 1911, '4', '(733) 536-2476', ''),
(13361, 1, 1911, '5', 'google', ''),
(13362, 1, 1911, '6', 'колодезные кольца Нижний Новгород', ''),
(13363, 1, 1911, '7', 'Наша фирма ООО «НЗБК» сайт <a href=http://nzbk-nn.ru>nzbk-nn.ru</a> занимается производством элементов канализационных колодцев из товарного бетона в полном их ассортименте. В состав колодцев входят следующие составляющие: \r\nколодезные кольца (кольцо колодца стеновое); доборные кольца (кольцо колодца стеновое доборное); крышки колодцев (плита перекрытия колодца); днища колодцев (плита днища колодца).	 \r\n \r\n<a href=http://nzbk-nn.ru>размеры колец для колодцев</a>', ''),
(13364, 1, 1912, '1', 'Stevenunfiz', ''),
(13365, 1, 1912, '2', 'Stevenunfiz', ''),
(13366, 1, 1912, '3', 'crisdaaminperlt@gmx.com', ''),
(13367, 1, 1912, '4', '(560) 253-5453', ''),
(13368, 1, 1912, '5', 'google', ''),
(13369, 1, 1912, '6', 'We are available for call outs 24 hours a day, 7 days a week. With a fleet of fully stocked plumbing vans located in your area, we can normally reach you in less then 1 hour. It is that simple, call us now!', ''),
(13370, 1, 1912, '7', 'Alexander R. (alexander_rogers_71) Go Legionowo, portfolio, zdjcia, kontakt - megamodels.pl   http://www.megamodels.pl/alexander_rogers_71 - Click here!', ''),
(13371, 1, 1913, '1', 'LeslieZEKLY', ''),
(13372, 1, 1913, '2', 'LeslieZEKLY', ''),
(13373, 1, 1913, '3', 'mz8vy@course-fitness.com', ''),
(13374, 1, 1913, '4', '(582) 022-3310', ''),
(13375, 1, 1913, '5', 'google', ''),
(13376, 1, 1913, '6', '第一借錢網擁有全台最多的借錢資訊', ''),
(13377, 1, 1913, '7', '第一借錢網擁有全台最多的借錢資訊 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(13378, 1, 1914, '1', 'Thomas', ''),
(13379, 1, 1914, '2', 'Murphy', ''),
(13380, 1, 1914, '3', 'thomas@cashboost.online', ''),
(13381, 1, 1914, '4', '(202) 991-6766', ''),
(13382, 1, 1914, '5', 'Express Capital', ''),
(13383, 1, 1914, '6', 'Is now a good time?', ''),
(13384, 1, 1914, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nJust wondering if you would consider a Working Capital Loan for your business\r\nif the price and terms were acceptable to you?\r\n\r\nExpress Capital is a Direct Lender specializing in working capital loans up to 500k. \r\n\r\nWe don’t require collateral and our approval process is fully automated. \r\n\r\nReceive your decision is less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nThomas Murphy\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(13385, 1, 1915, '1', 'LucillePoine', ''),
(13386, 1, 1915, '2', 'LucillePoine', ''),
(13387, 1, 1915, '3', 'sigitszorin@yandex.ru', ''),
(13388, 1, 1915, '4', '(855) 336-2760', ''),
(13389, 1, 1915, '5', 'google', ''),
(13390, 1, 1915, '6', 'https://clck.ru/33jCDm', ''),
(13391, 1, 1915, '7', 'https://clck.ru/33jDJs \r\n<a href=http://bathremodelutah.com/?p=1#comment-658>https://clck.ru/33jCGh</a> f6df97f', ''),
(13392, 1, 1916, '1', 'Bhirendra', ''),
(13393, 1, 1916, '2', 'Popat', ''),
(13394, 1, 1916, '3', 'mktcabt@gmail.com', ''),
(13395, 1, 1916, '4', '(879) 366-6222', ''),
(13396, 1, 1916, '5', 'Chaitanya Agro Biotech Pvt Ltd', ''),
(13397, 1, 1916, '6', 'Fermentation Ingredients', ''),
(13398, 1, 1916, '7', 'Peptone, Meat Peptone, Casein Peptone', ''),
(13399, 1, 1917, '1', 'Sushant', ''),
(13400, 1, 1917, '2', 'Patil', ''),
(13401, 1, 1917, '3', 'sushantpatil8872@gmail.com', ''),
(13402, 1, 1917, '4', '(724) 932-8872', ''),
(13403, 1, 1917, '5', 'GangaGen', ''),
(13404, 1, 1917, '6', 'Application for the Internship.', ''),
(13405, 1, 1917, '7', 'Respected Sir / Ma\'am \r\n              I am Sushant Patil, M.Sc in Biotechnology from KAHER\'S Dr. PRABHAKAR KORE BASIC SCIENCE RESEARCH CENTER, BELAGAVI. I am enthusiastic to take an internship at your prestigious institute. I am an ardent student of Biotechnology bringing 2 years of technical experience with me. I feel that an internship at your laboratory will help me explore my knowledge and gain adequate experience in hands-on skills. I believe I will be given an opportunity to work in your organization. Anticipating your response in positive. \r\nThanking you...', ''),
(13406, 1, 1918, '1', 'Eric', ''),
(13407, 1, 1918, '2', 'Jones', ''),
(13408, 1, 1918, '3', 'ericjonesmyemail@gmail.com', ''),
(13409, 1, 1918, '4', '(555) 555-1212', ''),
(13410, 1, 1918, '5', 'NORD-PAS-DE-CALAIS', ''),
(13411, 1, 1918, '6', 'Try this, get more leads', ''),
(13412, 1, 1918, '7', 'Hi gangagen.com Admin. my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(13413, 1, 1919, '1', 'laptopwhort', ''),
(13414, 1, 1919, '2', 'laptopwhort', ''),
(13415, 1, 1919, '3', 'liatetew@inbox.ru', ''),
(13416, 1, 1919, '4', '(082) 711-4805', ''),
(13417, 1, 1919, '5', 'google', ''),
(13418, 1, 1919, '6', 'Продажа ноутбуков Нижний Новгород', ''),
(13419, 1, 1919, '7', '<a href=http://xn----btbthdqhe2adegc3j.xn--p1ai>купить-ноутбук.рф</a> - Не знаете где купить ноутбук в Нижнем Новгороде? Мы продадим вам ноутбук по самой выгодной цене!', ''),
(13420, 1, 1920, '1', 'fiishribina', ''),
(13421, 1, 1920, '2', 'fiishribina', ''),
(13422, 1, 1920, '3', 'fiishribina@rambler.ru', ''),
(13423, 1, 1920, '4', '(062) 834-8406', ''),
(13424, 1, 1920, '5', 'google', ''),
(13425, 1, 1920, '6', 'Как отмыть днище лодки и катера', ''),
(13426, 1, 1920, '7', 'Как отмыть днище и борта стеклопластикового катера <a href=http://www.matrixplus.ru/boat6.htm>Купить химию для катеров, яхт, лодок, гидроциклов</a> \r\n \r\n \r\n \r\n<a href=http://regionsv.ru/chem10.html>Купить химию для мойки катеров лодок яхт, чем обмыть днище и борта</a> \r\n \r\nВсе про усилители <a href=http://rdk.regionsv.ru/usilitel.htm>Проектируем свой УМЗЧ</a>, Как спаять усилитель своими руками \r\n \r\n<a href=http://rdk.regionsv.ru/>Все про компьютер Орион-128</a>', ''),
(13427, 1, 1921, '1', 'DavidVex', ''),
(13428, 1, 1921, '2', 'DavidVex', ''),
(13429, 1, 1921, '3', 'a.lb.erth.a.ns.h.i.n.49@gmail.com', ''),
(13430, 1, 1921, '4', '(014) 327-1615', ''),
(13431, 1, 1921, '5', 'google', ''),
(13432, 1, 1921, '6', 'Ugkehkddwkwhfwfw fiehfawsfjefiewhufgewhguwjgw jiwjfiiejfewhufwadkofjegh', ''),
(13433, 1, 1921, '7', 'Mjfejdjwdjiwdhwsuf hohaufheodajidhowaf hwidjidjqiohfuehooiPQKWODJQIJ IWJDOKDOWJDIjefiwjreir jwqifjweifewifeefjrghr jfejfekwlfjrghwjwajkdjwfew gangagen.com', ''),
(13434, 1, 1922, '1', 'Anthonysep', ''),
(13435, 1, 1922, '2', 'Anthonysep', ''),
(13436, 1, 1922, '3', 'moprj@course-fitness.com', ''),
(13437, 1, 1922, '4', '(882) 143-5667', ''),
(13438, 1, 1922, '5', 'google', ''),
(13439, 1, 1922, '6', '小琪兒娛樂', ''),
(13440, 1, 1922, '7', '小琪兒娛樂 \r\n \r\n \r\n \r\n \r\nhttps://taipei9527.com/', ''),
(13441, 1, 1923, '1', 'FridaFuri', ''),
(13442, 1, 1923, '2', 'FridaFuri', ''),
(13443, 1, 1923, '3', 'fridaFuri@ofjarod.com', ''),
(13444, 1, 1923, '4', '(774) 236-4046', ''),
(13445, 1, 1923, '5', 'google', ''),
(13446, 1, 1923, '6', 'А bad gіrl meets а verу bad girl (:', ''),
(13447, 1, 1923, '7', 'Hеllо!\r\nΜy mеѕѕаgе іѕ too spеcіfic (it\'s bеttеr to sаy rіght awаy).\r\nI lоve girls, eѕpeciallу bаd onеs\r\nΙ am 26 yеаrs оld, Frіdа\r\nI\'m lоoking fоr а ѕerious аnd hоt rеlаtіonshіp...\r\nАnуway, my prоfіle іѕ here: http://desttimantuidermi.tk/idn-90638/', ''),
(13448, 1, 1924, '1', 'JoesphHeesk', ''),
(13449, 1, 1924, '2', 'JoesphHeesk', ''),
(13450, 1, 1924, '3', '5fqsr@course-fitness.com', ''),
(13451, 1, 1924, '4', '(471) 327-6326', ''),
(13452, 1, 1924, '5', 'google', ''),
(13453, 1, 1924, '6', '91娛樂城!ENDVALUE!', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(13454, 1, 1924, '7', '91娛樂城 \r\n \r\n \r\n \r\nhttps://9jcasino.tw/', ''),
(13455, 1, 1925, '1', 'AaronGeari', ''),
(13456, 1, 1925, '2', 'AaronGeari', ''),
(13457, 1, 1925, '3', '4v4eh@course-fitness.com', ''),
(13458, 1, 1925, '4', '(434) 560-1024', ''),
(13459, 1, 1925, '5', 'google', ''),
(13460, 1, 1925, '6', 'Game LIFE 遊戲情報', ''),
(13461, 1, 1925, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(13462, 1, 1926, '1', 'TerryEvoth', ''),
(13463, 1, 1926, '2', 'TerryEvoth', ''),
(13464, 1, 1926, '3', 'bzwjs@course-fitness.com', ''),
(13465, 1, 1926, '4', '(054) 482-7186', ''),
(13466, 1, 1926, '5', 'google', ''),
(13467, 1, 1926, '6', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包', ''),
(13468, 1, 1926, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(13469, 1, 1927, '1', 'Edmundmom', ''),
(13470, 1, 1927, '2', 'Edmundmom', ''),
(13471, 1, 1927, '3', 'yp8k@course-fitness.com', ''),
(13472, 1, 1927, '4', '(153) 304-5864', ''),
(13473, 1, 1927, '5', 'google', ''),
(13474, 1, 1927, '6', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(13475, 1, 1927, '7', '冠天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(13476, 1, 1928, '1', 'Rubbup', ''),
(13477, 1, 1928, '2', 'Rubbup', ''),
(13478, 1, 1928, '3', 'zajmvchetverg@whowasable.store', ''),
(13479, 1, 1928, '4', '(800) 532-4534', ''),
(13480, 1, 1928, '5', 'google', ''),
(13481, 1, 1928, '6', 'The best URL link shorteners', ''),
(13482, 1, 1928, '7', 'Классные <a href=https://rub-zaim.ru/>займ на карту маэстро мгновенно круглосуточно</a> онлайн.', ''),
(13483, 1, 1929, '1', 'MichaelGot', ''),
(13484, 1, 1929, '2', 'MichaelGot', ''),
(13485, 1, 1929, '3', 'zelatcol@gmail.com', ''),
(13486, 1, 1929, '4', '(880) 653-8375', ''),
(13487, 1, 1929, '5', 'google', ''),
(13488, 1, 1929, '6', 'Aloha  i write about your   price', ''),
(13489, 1, 1929, '7', 'Ola, quería saber o seu prezo.', ''),
(13490, 1, 1930, '1', 'Katrin', ''),
(13491, 1, 1930, '2', 'Mast', ''),
(13492, 1, 1930, '3', 'katrin.mast@gmail.com', ''),
(13493, 1, 1930, '4', '(775) 581-9725', ''),
(13494, 1, 1930, '5', 'Katrin Mast', ''),
(13495, 1, 1930, '6', '#1 Onpage Optimization for Content at One Time Price', ''),
(13496, 1, 1930, '7', 'Hey,\r\n\r\nIf you create content that lacks ranking on Top 10 result of Google then It\'s Your fault.\r\n\r\nWith the arrival ChatGPT lot\'s of blogger & webmasters are jumping into the Free content that ChatGPT is generating for them \r\n\r\nBUT\r\n\r\nMost of them fail to rank their pages on Google.\r\n\r\nThis Tool (Available as Life Time Deal at 1 Time price) have helped us optimizing our content that are now ranking and bragging us top 10 spots on google for most of our websites.\r\n\r\nHave a sneak peak how this thing works >>> https://bit.ly/neuronwriterx\r\n\r\nI would definately recommend this deal because it\'s #1 Swiss knife for onpage optmization for any content that ranks on top 3 spot.\r\n\r\nCheers\r\n\r\nWilli B\r\n87 Rocky Street, MI\r\n97887\r\n=====\r\nClick here to Unsubscribe', ''),
(13497, 1, 1931, '1', 'ThomasGot', ''),
(13498, 1, 1931, '2', 'ThomasGot', ''),
(13499, 1, 1931, '3', 'zelatcol@gmail.com', ''),
(13500, 1, 1931, '4', '(348) 684-8133', ''),
(13501, 1, 1931, '5', 'google', ''),
(13502, 1, 1931, '6', 'Hi, i am wrote about your the price', ''),
(13503, 1, 1931, '7', 'Szia, meg akartam tudni az árát.', ''),
(13504, 1, 1932, '1', 'Mike Carroll', ''),
(13505, 1, 1932, '2', 'Mike Carroll', ''),
(13506, 1, 1932, '3', 'no-replyPovaTasy@gmail.com', ''),
(13507, 1, 1932, '4', '(010) 151-6174', ''),
(13508, 1, 1932, '5', 'google', ''),
(13509, 1, 1932, '6', 'NEW: Semrush Backlinks', ''),
(13510, 1, 1932, '7', 'Hi there \r\n \r\nThis is Mike Carroll\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Carroll\r\n \r\nmike@strictlydigital.net', ''),
(13511, 1, 1933, '1', 'SteveTride', ''),
(13512, 1, 1933, '2', 'SteveTride', ''),
(13513, 1, 1933, '3', 'l7e9y@course-fitness.com', ''),
(13514, 1, 1933, '4', '(377) 458-8743', ''),
(13515, 1, 1933, '5', 'google', ''),
(13516, 1, 1933, '6', '水微晶玻尿酸 - 八千代', ''),
(13517, 1, 1933, '7', '水微晶玻尿酸 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/hyadermissmile-injection/', ''),
(13518, 1, 1934, '1', 'Jenny', ''),
(13519, 1, 1934, '2', 'White', ''),
(13520, 1, 1934, '3', 'JennaSM@salesai.com', ''),
(13521, 1, 1934, '4', '(347) 428-4600', ''),
(13522, 1, 1934, '5', 'Create Amazing Videos', ''),
(13523, 1, 1934, '6', 'If you need to create videos for your business, this is the tool for you', ''),
(13524, 1, 1934, '7', 'Hi Business Leader,\r\n\r\n\r\nStruggling to stay ahead of the competition and generate videos that convert? Looking for a time- or cost-effective solution?\r\n\r\n\r\nSay hello to Pictory - the AI-powered text-to-video software. Create professional-looking videos, posts, tweets, and more with a few clicks! Turn your blogs, webinars, transcripts, and books into stunning visuals in minutes.\r\n\r\n\r\nNo more paying marketing agencies thousands of dollars. For less than $30, you will be able to bring your ideas to life with Pictory\'s AI technology and attract more likes, shares, and engagements today.\r\n\r\n\r\n\r\nTry it out free: https://www.thegoodlifetime.club\r\n\r\n\r\n\r\nI am sure you will find it helpful. \r\n\r\nBest,\r\n\r\nJenny White\r\n\r\nVideo AI', ''),
(13525, 1, 1935, '1', 'Untok', ''),
(13526, 1, 1935, '2', 'Untok', ''),
(13527, 1, 1935, '3', '74as3i2a@hotmail.com', ''),
(13528, 1, 1935, '4', '(464) 605-0144', ''),
(13529, 1, 1935, '5', 'google', ''),
(13530, 1, 1935, '6', 'I promised.', ''),
(13531, 1, 1935, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/2m8oleer', ''),
(13532, 1, 1936, '1', 'Eric', ''),
(13533, 1, 1936, '2', 'Jones', ''),
(13534, 1, 1936, '3', 'ericjonesmyemail@gmail.com', ''),
(13535, 1, 1936, '4', '(555) 555-1212', ''),
(13536, 1, 1936, '5', 'MIDI-PYRENEES', ''),
(13537, 1, 1936, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(13538, 1, 1936, '7', 'Hi gangagen.com Webmaster. my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(13539, 1, 1937, '1', 'ScottCah', ''),
(13540, 1, 1937, '2', 'ScottCah', ''),
(13541, 1, 1937, '3', 'smit24direct@yandex.ru', ''),
(13542, 1, 1937, '4', '(563) 060-4483', ''),
(13543, 1, 1937, '5', 'google', ''),
(13544, 1, 1937, '6', 'Шлифовка потолков без проблем: советы по выбору и применению шлифовальных материалов при применении шлифмашинки жираф', ''),
(13545, 1, 1937, '7', 'Абразивные материалы на липучке диаметром 225 мм - прекрасный выбор для выравнивания и шлифовки поверхностей потолков и стен с помощью шлифмашинки жираф. Их легко крепить и заменять, что позволяет быстро переключаться между различными грубостями зерна для достижения идеальной поверхности. При правильном использовании, они могут обеспечить равномерную и чистую поверхность, готовую для дальнейшей отделки или покраски. \r\nПоподробнее уззнать можно тут: <a href=https://vk.com/@smit24_spb-shlifkrugi-dlya-zhirafa>образивные диски длЯ жирафа 225 мм</a>', ''),
(13546, 1, 1938, '1', 'Mark Joseph', ''),
(13547, 1, 1938, '2', 'P', ''),
(13548, 1, 1938, '3', 'joseph@p3-costanalysts.com', ''),
(13549, 1, 1938, '4', '(205) 620-4600', ''),
(13550, 1, 1938, '5', 'Isaac Hardess', ''),
(13551, 1, 1938, '6', 'Quotation Request', ''),
(13552, 1, 1938, '7', 'Do you have any on going promotion for April?', ''),
(13553, 1, 1939, '1', 'Eric', ''),
(13554, 1, 1939, '2', 'Jones', ''),
(13555, 1, 1939, '3', 'ericjonesmyemail@gmail.com', ''),
(13556, 1, 1939, '4', '(555) 555-1212', ''),
(13557, 1, 1939, '5', '089 43 31 51', ''),
(13558, 1, 1939, '6', 'how to turn eyeballs into phone calls', ''),
(13559, 1, 1939, '7', 'To the gangagen.com Admin.\r\n\r\nEric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(13560, 1, 1940, '1', 'CalebeusIanejr8', ''),
(13561, 1, 1940, '2', 'CalebeusIanejr8', ''),
(13562, 1, 1940, '3', 'hc8635sjknks@gmail.com', ''),
(13563, 1, 1940, '4', '(042) 088-3048', ''),
(13564, 1, 1940, '5', 'google', ''),
(13565, 1, 1940, '6', 'Tell me your recommendations please.', ''),
(13566, 1, 1940, '7', 'Guys just made a web-page for me, look at the link:  \r\n<a href=\"https://forums.talktaiwan.org/smf/index.php?topic=135626.0\">like this</a> \r\nTell me your testimonials.', ''),
(13567, 1, 1941, '1', 'ArthurPew', ''),
(13568, 1, 1941, '2', 'ArthurPew', ''),
(13569, 1, 1941, '3', 'asimgda7@outlook.com', ''),
(13570, 1, 1941, '4', '(340) 558-7203', ''),
(13571, 1, 1941, '5', 'google', ''),
(13572, 1, 1941, '6', 'go to this web-site', ''),
(13573, 1, 1941, '7', 'Additionally, our  job writers across the globe are well  learnt their  picked  discipline which means you can  quickly  place your  confidence in the way they treat your paper, no matter which academic  self-control you\'re from. When it  concerns your career prospects  as well as  intense future, MyAssignmenthelp.com takes the onus on itself to  advertise your growth in the  ideal  instructions. So,  by doing this you wouldn\'t  need to think twice  prior to trusting us with your  scholastic papers. Place an order with us now and reap the  benefits of  wonderfully written  scholastic  documents today. <a href=\"https://the-medicon-valley.casehell.com\">web</a>', ''),
(13574, 1, 1942, '1', 'Untok', ''),
(13575, 1, 1942, '2', 'Untok', ''),
(13576, 1, 1942, '3', 'j6eighgn@icloud.com', ''),
(13577, 1, 1942, '4', '(811) 702-4754', ''),
(13578, 1, 1942, '5', 'google', ''),
(13579, 1, 1942, '6', 'I promised.', ''),
(13580, 1, 1942, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/2jpn8sqy', ''),
(13581, 1, 1943, '1', 'Untok', ''),
(13582, 1, 1943, '2', 'Untok', ''),
(13583, 1, 1943, '3', 'wl625f1f@yahoo.com', ''),
(13584, 1, 1943, '4', '(052) 883-8806', ''),
(13585, 1, 1943, '5', 'google', ''),
(13586, 1, 1943, '6', 'I promised.', ''),
(13587, 1, 1943, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/2fbkmfkr', ''),
(13588, 1, 1944, '1', 'Senaida', ''),
(13589, 1, 1944, '2', 'Wylde', ''),
(13590, 1, 1944, '3', 'wylde.senaida47@gmail.com', ''),
(13591, 1, 1944, '4', '(514) 402-0128', ''),
(13592, 1, 1944, '5', 'DataList2023.com', ''),
(13593, 1, 1944, '6', 'DataList2023.com', ''),
(13594, 1, 1944, '7', 'DataList2023.com', ''),
(13595, 1, 1945, '1', 'Willietib', ''),
(13596, 1, 1945, '2', 'Willietib', ''),
(13597, 1, 1945, '3', 'khrum@hotmedssale.ru', ''),
(13598, 1, 1945, '4', '(803) 563-2431', ''),
(13599, 1, 1945, '5', 'google', ''),
(13600, 1, 1945, '6', 'Canadian pharmacy online', ''),
(13601, 1, 1945, '7', 'buy cialis online without a doctor \r\nfast ship to your door in few days \r\n \r\nhttp://joebiden.su\r\nhttp://dnszone.ru\r\nhttp://sale-meds.com/?id=2169\r\nhttp://botnets.su\r\nhttp://blyatconverter.ru\r\n \r\n \r\n<a href=https://onlinepharmacy247.ru/>canadian pharmacy</a>', ''),
(13602, 1, 1946, '1', 'RobertRaw', ''),
(13603, 1, 1946, '2', 'RobertRaw', ''),
(13604, 1, 1946, '3', 'a.lbert.h.ans.h.in.49@gmail.com', ''),
(13605, 1, 1946, '4', '(266) 450-5820', ''),
(13606, 1, 1946, '5', 'google', ''),
(13607, 1, 1946, '6', 'Mfheifjewfehrgierjfe hfewhwfuehguirhhfewfu hueefwhufihewugherihe hewuihfiuerhguierhgierhg', ''),
(13608, 1, 1946, '7', '<html><a href=\"https://google.com\"><img src=\"https://blogger.googleusercontent.com/img/a/AVvXsEgXM4xrSRAnQQOLZImSaLdACcB-BosbLfsYEsXB-lLBl71Ma4AFA4xbB22ruqkub9W8nQCJVUXuXvJQeNLG2yoUL-OxTbhSvuyduxRSQI5RsQSu6DbfkMCVMuCuRB1uzs4KNkp3gZjcKQeubD_3RZ6p3xDAEpOwy6LnNnGhSa3h4V04dq3zc3oZajp_=s16000\"></a></br> gangagen.com ugerufeijdjefejdjiefjeofkoefjegjefdwifjefgeijdfiewgjiejdwsfhefrgerreytr</html>', ''),
(13609, 1, 1947, '1', 'meaganpj3', ''),
(13610, 1, 1947, '2', 'meaganpj3', ''),
(13611, 1, 1947, '3', 'stevenbo2@masaaki26.flooz.site', ''),
(13612, 1, 1947, '4', '(046) 856-3427', ''),
(13613, 1, 1947, '5', 'google', ''),
(13614, 1, 1947, '6', 'Young Heaven - Naked Teens & Young Porn Pictures', ''),
(13615, 1, 1947, '7', 'New hot project galleries, daily updates\r\nhttp://bandtshirts.relayblog.com/?post-emilia \r\n\r\n porn dvd search titles dgimon porn hentia ladyboy porn videos porn pay per minute resellers young russian teens porn', ''),
(13616, 1, 1948, '1', 'Eric', ''),
(13617, 1, 1948, '2', 'Jones', ''),
(13618, 1, 1948, '3', 'ericjonesmyemail@gmail.com', ''),
(13619, 1, 1948, '4', '(555) 555-1212', ''),
(13620, 1, 1948, '5', 'NA', ''),
(13621, 1, 1948, '6', 'Strike when the iron’s hot', ''),
(13622, 1, 1948, '7', 'Hello gangagen.com Owner! I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(13623, 1, 1949, '1', 'Eric', ''),
(13624, 1, 1949, '2', 'Jones', ''),
(13625, 1, 1949, '3', 'ericjonesmyemail@gmail.com', ''),
(13626, 1, 1949, '4', '(555) 555-1212', ''),
(13627, 1, 1949, '5', 'ZH', ''),
(13628, 1, 1949, '6', 'There they go…', ''),
(13629, 1, 1949, '7', 'To the gangagen.com Administrator! my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(13630, 1, 1950, '1', 'kazinoglirm', ''),
(13631, 1, 1950, '2', 'kazinoglirm', ''),
(13632, 1, 1950, '3', 'soodamun@gmail.com', ''),
(13633, 1, 1950, '4', '(273) 031-4833', ''),
(13634, 1, 1950, '5', 'google', ''),
(13635, 1, 1950, '6', 'бездепозитные бонусы трейдинг', ''),
(13636, 1, 1950, '7', 'приветик -глякось.  \r\n  \r\n бездепозитные бонусы мгновенно  \r\n  \r\n10 безболезненных способов к успеху.  \r\n  \r\nЭто - совет! В чем суть сегодняшнего дня? . Если бы ваша жизнь была фильмом, как бы он назывался?   \r\n  \r\nприкольно, если забрать 500$ + 225 FS в онлайн казино как, <a href=http://playfortuna-ru.tb.ru/>бездепозитные игровые автоматы</a> на сайте: https://playfortuna-ru.tb.ru/, реально ли отыграть вейджер Х40 за сессию игры в игровые автоматы?  \r\n  \r\nЕсли, кто не в курсе, получил приз здесь: <a href=http://socprofile.com/bonusi-kazino-2023>бездепозитные бонусы</a>, а именно:   \r\n  \r\n<a href=http://socprofile.com/bonusicasinonew>БОНУСЫ КАЗИНО ОНЛАЙН 600$ + 125 FS >>></a>  \r\n  \r\nУвидел инам в телеграме - трендовый канал: @new_bonuses, смотрите - http://t.me/new_bonuses  \r\n  \r\nНезабвеннo о бонусах онлайн: <a href=http://socprofile.com/bonusy-casino> плей фортуна казино</a>  \r\n \r\nИзучи:http://vk.com/bonusycasino_online \r\n  \r\n преинтересно - на первом месте: <a href=http://bonusi.tb.ru/zaim>взять кредит</a> \r\nизговоривший: \r\n \r\nНа данный момент этот кредит еще не закрыт. \r\n \r\nНе хухры-мухры о займах: loan.tb.ru -  займ онлайн online заем - Займ без процентов - Ищите: смс финанс - смотрите: Займ онлайн без процентов. Первый займ под 0%Срочный займ без отказа. Первый займ под 0 процентов. Выдача займа через 5 минут. Мгновенно. Круглосуточное одобрение. От 0% в день. 99% одобрения. Деньги онлайн. Круглосуточно. Мгновенное получение. Займ от 0% в день - займы без проверок Никольское \r\n \r\n ишь: <a href=http://creditonline.tb.ru/>кредит личный кабинет по номеру телефона</a> \r\n \r\nпервый номер: <a href=http://bonuses.turbo.site/>казино фортуна официальный</a> \r\n \r\nопределяющий: <a href=http://bonusi.tb.ru/>займ на карту</a> \r\n \r\n канает - прайм: <a href=http://bonusi.tb.ru/kredit>займы онлайн на карту без кредитной истории</a> \r\n \r\nне скучно:<a href=http://slotwins.mya5.ru/>casino bonuses rox</a> \r\n \r\n глякось: <a href=http://credit-online.turbo.site/>хоум кредит банк официальный сайт</a> \r\n \r\nпервый номер: <a href=http://credits.mya5.ru/>суть займа</a> \r\n \r\nведущий: <a href=http://credits-online.mya5.ru/>кредитный карта</a> \r\n \r\nзанимательно:<a href=http://boosty.to/casino-online>интернет казино заработок</a> \r\n \r\nавантажно:<a href=http://vk.com/casino_bez_depozita_2021>играющие казино онлайн</a> \r\n \r\nсоль: <a href=http://bonus.ru.net/>обзоры казино</a> \r\n \r\nзапомни же: <a href=http://bonusi.tb.ru/>кредит 1 кредит 2</a> \r\n \r\n разуй бельма: <a href=http://kredity.tb.ru/>хоум кредит по телефону и дате рождения</a> \r\nканает:<a href=http://boosty.to/casinoonline>как узнать бонусы</a> \r\n \r\nсмотри: <a href=http://boosty.to/credits>кредит сбербанк калькулятор 2020</a> \r\n \r\nкак угодно: <a href=http://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-6022fdda9eeef76a6925c6fe>открытие онлайн кредит</a> \r\n \r\nприкольно:<a href=http://boosty.to/casino-online>втб бонус личный кабинет</a> \r\n \r\nну, погоди: <a href=http://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit>малые кредиты</a> \r\n \r\nпостойте: <a href=https://user373133.tourister.ru/blog/19226>мгновенный кредит</a> \r\n \r\nальфа и омега: <a href=http://sites.google.com/view/zaimy-tyt/>кредит под залог недвижимости</a> \r\n \r\nважнейший: <a href=https://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b>кредит на карту</a> \r\n \r\n \r\nhttp://www.avito.ru/moskva/predlozheniya_uslug/avitolog_prodvizhenie_na_avito_posting_2731917893 \r\nhttp://vk.com/@avitolog_2023-posting-na-avito-razmeschenie-obyavlenii-na-avito \r\nhttp://vk.com/avitolog_2023 \r\nhttp://vk.com/avito_2023 \r\nhttp://vk.com/burger_pushkin \r\nhttp://tgstat.ru/en/chat/@new_bonuses \r\nhttp://tgstat.ru/en/chat/@zaimonlinetyt \r\nhttp://tgstat.ru/en/chat/@casinos_2021 \r\nhttp://tgstat.ru/en/chat/@zaimycredity \r\nhttp://credit-online.turbo.site/ \r\nhttp://twitter.com/CasinoBonusi \r\nhttp://vk.com/bonuses23 \r\nhttp://vk.com/@bonuses23-casino-registration \r\nhttp://socprofile.com/bonusicasinonew \r\nhttp://vk.com/@playfortunacomru-play-fortuna-registraciya \r\nhttp://vk.com/playfortunacomru \r\nhttp://twitter.com/bonusykazino \r\nhttp://twitter.com/bonusykazino/status/1606330268985475075 \r\nhttp://twitter.com/bonusykazino/status/1606334813241085953 \r\nhttp://twitter.com/bonusykazino/status/1606326484758667264 \r\nhttp://twitter.com/CasinoBonusi/status/1602974856496271361 \r\nhttp://twitter.com/CasinoBonusi/status/1602981560525160448 \r\nhttp://twitter.com/CasinoBonusi/status/1602979584340889601 \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid02NYYTYVahaaixRzHZuXfni1ekC928TDMDdTcCUdmy52zJUt4MrTuPAhB58uDwpZYil&id=100017183618781 \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid0eimWgqQgdxZ1k9R1L9Fe5nopxZjKpthzU1MeYtdeEM8eF5YZKV9YxpYA5HJEgu9Fl&id=100017183618781 \r\nhttp://vk.com/bonusesnew \r\nhttp://vk.com/@bonusesnew-bezdepozitnye-bonusy-kazino-2023-za-registraciu \r\nhttp://vk.com/zajmy_onlajn_na_kartu_2023 \r\nhttp://vk.com/@zajmy_onlajn_na_kartu_2023-zaimy-na-kartu-vzyat-zaim-bez-otkaza \r\nhttp://bit.ly/casinobonusy \r\nhttp://yandex.ru/collections/user/949d3tg485gjcy4027bb8j1q48/bonusy-kazino-za-registratsiiu/?share=NWVhMjA0ZjAwMzNlZGExOTEwMTYzZDRlXzVkNDk5MWMxYTg5NWIyMDBhNWM5ZDE2Mg%3D%3D \r\nhttp://vk.com/bonuses_new \r\nhttp://vk.com/@bonuses_new-bonusy-za-registraciu \r\nhttp://vk.com/bonusycasino_online \r\nhttp://vk.com/@bonusycasino_online-bezdepozitnye-bonusy-onlain-kazino-2023 \r\nhttp://vk.com/dating_website + http://vk.link/dating_website \r\nhttp://spark.ru/startup/credit-loan/blog/99728/krediti-i-zajmi-rossii \r\nhttp://vk.link/credit_online_rf + http://vk.com/credit_online_rf \r\nhttp://www.facebook.com/CreditOnlineNow + http://vk.com/strahovanieresospb http://strahovanie-reso.turbo.site/ http://vk.com/kredity_banki http://vk.com/creditsru http://vk.com/credit_online_rf http://vk.link/credit_online_rf http://vk.link/strahovanieresospb \r\nhttp://bonusi.tb.ru/| http://bonusi.tb.ru/kredit| http://bonusi.tb.ru/zaim| http://bonusi.tb.ru/bank| http://bonusi.tb.ru/credit-cards|http://bonusi.tb.ru/avtokredit| http://bonusi.tb.ru/ipoteka \r\nhttp://creditonline.tb.ru \r\nhttp://creditonline.tb.ru/microloans \r\nhttp://creditonline.tb.ru/avtokredity \r\nhttp://creditonline.tb.ru/bez-spravok \r\nhttp://creditonline.tb.ru/dengi \r\nhttp://creditonline.tb.ru/banki \r\nhttp://creditonline.tb.ru/kreditnye-karty \r\nhttp://creditonline.tb.ru/potrebitelskie-kredity \r\nhttp://creditonline.tb.ru/refinansirovanie \r\nhttp://creditonline.tb.ru/zajmy-na-kartu \r\nhttp://creditonline.tb.ru/kalkulyator \r\nhttp://creditonline.tb.ru/kreditovanie \r\nhttp://creditonline.tb.ru/debetovye-karty \r\nhttp://creditonline.tb.ru/kredity-nalichnymi \r\nhttp://creditonline.tb.ru/banki-kredity \r\nhttp://creditonline.tb.ru/zaimy \r\nhttp://creditonline.tb.ru/kredity-ru \r\nhttp://creditonline.tb.ru/moskva \r\nhttp://creditonline.tb.ru/lichnyj-kabinet \r\nhttp://creditonline.tb.ru/news \r\nhttp://creditonline.tb.ru/usloviya-kredita', ''),
(13637, 1, 1951, '1', 'MichaelCaK', ''),
(13638, 1, 1951, '2', 'MichaelCaK', ''),
(13639, 1, 1951, '3', '8zhupp@course-fitness.com', ''),
(13640, 1, 1951, '4', '(663) 211-4014', ''),
(13641, 1, 1951, '5', 'google', ''),
(13642, 1, 1951, '6', '冠天下現金版', ''),
(13643, 1, 1951, '7', '冠天下現金版 \r\n \r\n \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1b479e.com/', ''),
(13644, 1, 1952, '1', 'Vodades', ''),
(13645, 1, 1952, '2', 'Vodades', ''),
(13646, 1, 1952, '3', 'ossianowaleksandr19942956@mail.ru', ''),
(13647, 1, 1952, '4', '(443) 575-1383', ''),
(13648, 1, 1952, '5', 'google', ''),
(13649, 1, 1952, '6', 'Доставка воды на дом', ''),
(13650, 1, 1952, '7', 'Мы развозим питьевую воду как частным, так и юридическим лицам. Наша транспортная служба осуществляет доставку питьевой воды на следующий день после заказа. 	 \r\n \r\n<a href=http://xn----7sbfi1cac.xn--p1ai>визитка доставщика бутылированой воды</a>        \r\nСрочная доставка в день заказа доступна для владельцев клубных карт. Доставка воды происходит во все районы Нижнего Новгорода, в верхнюю и нижнюю части города: <a href=http://xn----7sbfi1cac.xn--p1ai>вода-нн.рф</a>', ''),
(13651, 1, 1953, '1', 'Kevin', ''),
(13652, 1, 1953, '2', 'Whalen', ''),
(13653, 1, 1953, '3', 'jmk84463@gmail.com', ''),
(13654, 1, 1953, '4', '(604) 338-2209', ''),
(13655, 1, 1953, '5', 'Omer Whalen', ''),
(13656, 1, 1953, '6', 'Boost Your Sales with Professional Video Sales Letters in Minutes with Pictory', ''),
(13657, 1, 1953, '7', 'Are you tired of spending hours creating video sales letters from scratch or shelling out big bucks for a professional videographer? Pictory is here to solve that problem! \r\nWith Pictory, you can create and launch professional video sales letters complete with stock footage, music, and voiceovers in just minutes. Impress your customers and boost your sales with the power of video marketing. \r\n\r\nClick the link to check out Pictory and start creating captivating videos today.\r\nhttps://jmk84463.systeme.io/ce6b1248\r\n\r\nThanks,\r\n\r\nKevin\r\n\r\n335 South 600 East Smithfield, UT 84335\r\n\r\nTo unsubscribe, click the \"Unsubscribe\" link in any of our emails. We respect your privacy and will honor all opt-out requests.\r\nhttps://voicesearch2.skin/?info=gangagen.com', ''),
(13658, 1, 1954, '1', 'Nordan#gimmeck[RinoqyjrizzcukEL,2,5]', ''),
(13659, 1, 1954, '2', 'Nordan#gimmeck[RinoqyjrizzcukEL,2,5]', ''),
(13660, 1, 1954, '3', 'color70@yandex.com', ''),
(13661, 1, 1954, '4', '(256) 140-0485', ''),
(13662, 1, 1954, '5', 'google', ''),
(13663, 1, 1954, '6', 'Цветные версии фильмов Золотой телёнок и др.', ''),
(13664, 1, 1954, '7', 'Цветные версии фильмов: \r\nЗолотой телёнок 1968г. \r\nСобачье сердце 1988г. \r\nЗигзаг удачи 1968г. \r\n \r\n<img src=\"https://i.imgur.com/3Vzzsog.jpg\"><img src=\"https://i.imgur.com/8HG1AQ0.jpg\"><img src=\"https://i.imgur.com/OgNpZge.jpg\"> \r\n \r\nПо ссылкам отрывки цветных версий этих фильмов: \r\nhttp://mainpost.site/ \r\nhttp://postmain.site/ \r\nhttp://intopost.site/ \r\n \r\nСкладчина.3000$ за один. \r\nДля участия в складчине нужно зарегистрироваться: http://yourpost.site \r\nВ поле \"О себе\" написать название интересущего вас фильма и \r\nдоступную вам сумму для складчины.Минимальная 2$. \r\n \r\nДоп.инф-ция: ICQ 1010069666', ''),
(13665, 1, 1955, '1', 'Eric', ''),
(13666, 1, 1955, '2', 'Jones', ''),
(13667, 1, 1955, '3', 'ericjonesmyemail@gmail.com', ''),
(13668, 1, 1955, '4', '(555) 555-1212', ''),
(13669, 1, 1955, '5', 'NA', ''),
(13670, 1, 1955, '6', 'Try this, get more leads', ''),
(13671, 1, 1955, '7', 'To the gangagen.com Owner. my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(13672, 1, 1956, '1', 'casino', ''),
(13673, 1, 1956, '2', 'casino', ''),
(13674, 1, 1956, '3', 'catch@def.blastzane.com', ''),
(13675, 1, 1956, '4', '(784) 344-7007', ''),
(13676, 1, 1956, '5', 'google', ''),
(13677, 1, 1956, '6', 'casino', ''),
(13678, 1, 1956, '7', 'casino', ''),
(13679, 1, 1957, '1', 'AllenKag', ''),
(13680, 1, 1957, '2', 'AllenKag', ''),
(13681, 1, 1957, '3', '5o0dee@course-fitness.com', ''),
(13682, 1, 1957, '4', '(081) 543-7678', ''),
(13683, 1, 1957, '5', 'google', ''),
(13684, 1, 1957, '6', '小琪兒娛樂', ''),
(13685, 1, 1957, '7', '小琪兒娛樂 \r\n \r\n \r\n \r\n \r\nhttps://taipei9527.com/', ''),
(13686, 1, 1958, '1', 'DianeNOF', ''),
(13687, 1, 1958, '2', 'DianeNOF', ''),
(13688, 1, 1958, '3', 'bonusionline@gmail.com', ''),
(13689, 1, 1958, '4', '(631) 422-7008', ''),
(13690, 1, 1958, '5', 'google', ''),
(13691, 1, 1958, '6', 'bezdepo бездепозитные бонусы', ''),
(13692, 1, 1958, '7', 'здaрово живете -зацени.  \r\n  \r\n новый бездепозитные форекс бонусы  \r\n  \r\n 10 способов изменить свой путь к успеху.  \r\n  \r\nЭто - побратимство! Сегодня кто-нибудь давал дельный совет? . Что приносит вам мир?   \r\n  \r\nскажем так, если получить 500$ + 225 FS в онлайн казино как, <a href=http://playfortuna-ru.tb.ru/>при регистрации казино онлайн бонус</a> на сайте: https://playfortuna-ru.tb.ru/, реально ли отыграть вейджер Х40 за сессию игры в игровые автоматы?  \r\n  \r\nЕсли, кто не в курсе, получил презент здесь: <a href=http://socprofile.com/bonusi-kazino-2023>бонус за регистрацию в казино</a>, а именно:   \r\n  \r\n<a href=http://socprofile.com/bonusicasinonew>БОНУСЫ НА ДЕПОЗИТ 200% + 200 FS >>></a>  \r\n  \r\nУвидел подгон в телеграме - суперпопулярный канал: @new_bonuses, получите - http://t.me/new_bonuses  \r\n  \r\nОбщественнo о бонусах онлайн: <a href=http://socprofile.com/bonusy-casino/> вавада казино официальный сайт</a>  \r\n \r\nОзнакомься:http://vk.com/bonusycasino_online \r\n  \r\n преинтересно - глобальнейший: <a href=http://bonusi.tb.ru/zaim>займ на карту с кредитной историей</a> \r\nзаметивший: \r\n \r\nИзначально был взят ипотечный кредит на приобретение однокомнатной квартиры. \r\n \r\nНовости о займах: loan.tb.ru -  займы онлайн на карту - Займ без процентов - Ищите: займ ru - смотрите: Займ онлайн без процентов. Первый займ под 0%Срочный займ без отказа. Первый займ под 0 процентов. Выдача займа через 5 минут. Мгновенно. Круглосуточное одобрение. От 0% в день. 99% одобрения. Деньги онлайн. Круглосуточно. Мгновенное получение. Займ от 0% в день - кредит Аркадак \r\n \r\n гляди у меня: <a href=http://creditonline.tb.ru/>выдать кредит</a> \r\n \r\nруковод: <a href=http://bonuses.turbo.site/>казино вход</a> \r\n \r\nголовной: <a href=http://bonusi.tb.ru/>получить займ</a> \r\n \r\n за душу берет - на первом месте: <a href=http://bonusi.tb.ru/kredit>срочный кредит</a> \r\n \r\n отсюда поподробней, пожалуйста:<a href=http://slotwins.mya5.ru/>casino no Deposit bonuses</a> \r\n \r\n запомни же: <a href=http://credit-online.turbo.site/>банки ипотечные кредиты</a> \r\n \r\nальфа и омега: <a href=http://credits.mya5.ru/>займы на карту zaim online zaim</a> \r\n \r\nмагистральный: <a href=http://credits-online.mya5.ru/>кредит наличными онлайн</a> \r\n \r\nне скучно:<a href=http://boosty.to/casino-online>вулкан неон бездепозитный бонус</a> \r\n \r\nсмотрибельно:<a href=http://vk.com/casino_bez_depozita_2021>казино rox бездепозитный бонус</a> \r\n \r\nпервый среди равных: <a href=http://bonus.ru.net/>интернет магазин casino</a> \r\n \r\nгляди у меня: <a href=http://bonusi.tb.ru/>хоум кредит по телефону и дате</a> \r\n \r\n ну, смотри: <a href=http://kredity.tb.ru/>номер кредит банк</a> \r\nприкольно:<a href=http://boosty.to/casinoonline>бонус казино 2020</a> \r\n \r\nкак хочешь: <a href=http://boosty.to/credits>кредит сразу</a> \r\n \r\n запомни же: <a href=http://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-6022fdda9eeef76a6925c6fe>подавать заявку на кредит</a> \r\n \r\nкурьезно:<a href=http://boosty.to/casino-online>казино с выводом бездепозитных бонусов</a> \r\n \r\n разуй бельма: <a href=http://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit>хоум кредит кредитный</a> \r\n \r\n зы: <a href=https://user373133.tourister.ru/blog/19226>законным кредитом</a> \r\n \r\nсудьбоносный: <a href=http://sites.google.com/view/zaimy-tyt/>«займ»</a> \r\n \r\nприоритеты: <a href=https://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b>кредит онлайн</a> \r\n \r\n \r\nhttp://www.avito.ru/moskva/predlozheniya_uslug/avitolog_prodvizhenie_na_avito_posting_2731917893  \r\nhttp://vk.com/@avitolog_2023-posting-na-avito-razmeschenie-obyavlenii-na-avito  \r\nhttp://vk.com/avitolog_2023  \r\nhttp://vk.com/avito_2023  \r\nhttp://vk.com/burger_pushkin  \r\nhttp://tgstat.ru/en/chat/@new_bonuses  \r\nhttp://tgstat.ru/en/chat/@zaimonlinetyt  \r\nhttp://tgstat.ru/en/chat/@casinos_2021  \r\nhttp://tgstat.ru/en/chat/@zaimycredity  \r\nhttp://credit-online.turbo.site/  \r\nhttp://twitter.com/CasinoBonusi  \r\nhttp://vk.com/bonuses23  \r\nhttp://vk.com/@bonuses23-casino-registration  \r\nhttp://socprofile.com/bonusicasinonew  \r\nhttp://vk.com/@playfortunacomru-play-fortuna-registraciya  \r\nhttp://vk.com/playfortunacomru  \r\nhttp://twitter.com/bonusykazino  \r\nhttp://twitter.com/bonusykazino/status/1606330268985475075  \r\nhttp://twitter.com/bonusykazino/status/1606334813241085953  \r\nhttp://twitter.com/bonusykazino/status/1606326484758667264  \r\nhttp://twitter.com/CasinoBonusi/status/1602974856496271361  \r\nhttp://twitter.com/CasinoBonusi/status/1602981560525160448  \r\nhttp://twitter.com/CasinoBonusi/status/1602979584340889601  \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid02NYYTYVahaaixRzHZuXfni1ekC928TDMDdTcCUdmy52zJUt4MrTuPAhB58uDwpZYil&id=100017183618781  \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid0eimWgqQgdxZ1k9R1L9Fe5nopxZjKpthzU1MeYtdeEM8eF5YZKV9YxpYA5HJEgu9Fl&id=100017183618781  \r\nhttp://vk.com/bonusesnew  \r\nhttp://vk.com/@bonusesnew-bezdepozitnye-bonusy-kazino-2023-za-registraciu  \r\nhttp://vk.com/zajmy_onlajn_na_kartu_2023  \r\nhttp://vk.com/@zajmy_onlajn_na_kartu_2023-zaimy-na-kartu-vzyat-zaim-bez-otkaza  \r\nhttp://bit.ly/casinobonusy  \r\nhttp://yandex.ru/collections/user/949d3tg485gjcy4027bb8j1q48/bonusy-kazino-za-registratsiiu/?share=NWVhMjA0ZjAwMzNlZGExOTEwMTYzZDRlXzVkNDk5MWMxYTg5NWIyMDBhNWM5ZDE2Mg%3D%3D  \r\nhttp://vk.com/bonuses_new  \r\nhttp://vk.com/@bonuses_new-bonusy-za-registraciu  \r\nhttp://vk.com/bonusycasino_online  \r\nhttp://vk.com/@bonusycasino_online-bezdepozitnye-bonusy-onlain-kazino-2023  \r\nhttp://vk.com/dating_website + http://vk.link/dating_website  \r\nhttp://spark.ru/startup/credit-loan/blog/99728/krediti-i-zajmi-rossii  \r\nhttp://vk.link/credit_online_rf + http://vk.com/credit_online_rf  \r\nhttp://www.facebook.com/CreditOnlineNow + http://vk.com/strahovanieresospb http://strahovanie-reso.turbo.site/ http://vk.com/kredity_banki http://vk.com/creditsru http://vk.com/credit_online_rf http://vk.link/credit_online_rf http://vk.link/strahovanieresospb  \r\nhttp://bonusi.tb.ru/| http://bonusi.tb.ru/kredit| http://bonusi.tb.ru/zaim| http://bonusi.tb.ru/bank| http://bonusi.tb.ru/credit-cards|http://bonusi.tb.ru/avtokredit| http://bonusi.tb.ru/ipoteka  \r\nhttp://creditonline.tb.ru  \r\nhttp://creditonline.tb.ru/microloans  \r\nhttp://creditonline.tb.ru/avtokredity  \r\nhttp://creditonline.tb.ru/bez-spravok  \r\nhttp://creditonline.tb.ru/dengi  \r\nhttp://creditonline.tb.ru/banki  \r\nhttp://creditonline.tb.ru/kreditnye-karty  \r\nhttp://creditonline.tb.ru/potrebitelskie-kredity  \r\nhttp://creditonline.tb.ru/refinansirovanie  \r\nhttp://creditonline.tb.ru/zajmy-na-kartu  \r\nhttp://creditonline.tb.ru/kalkulyator  \r\nhttp://creditonline.tb.ru/kreditovanie  \r\nhttp://creditonline.tb.ru/debetovye-karty  \r\nhttp://creditonline.tb.ru/kredity-nalichnymi  \r\nhttp://creditonline.tb.ru/banki-kredity  \r\nhttp://creditonline.tb.ru/zaimy  \r\nhttp://creditonline.tb.ru/kredity-ru  \r\nhttp://creditonl', ''),
(13693, 1, 1959, '1', 'Eric', ''),
(13694, 1, 1959, '2', 'Jones', ''),
(13695, 1, 1959, '3', 'ericjonesmyemail@gmail.com', ''),
(13696, 1, 1959, '4', '(555) 555-1212', ''),
(13697, 1, 1959, '5', 'ILE-DE-FRANCE', ''),
(13698, 1, 1959, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(13699, 1, 1959, '7', 'Hello gangagen.com Webmaster!\r\n\r\nMy name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(13700, 1, 1960, '1', 'Drozevers', ''),
(13701, 1, 1960, '2', 'Drozevers', ''),
(13702, 1, 1960, '3', 'frcites@yandex.com', ''),
(13703, 1, 1960, '4', '(801) 475-2737', ''),
(13704, 1, 1960, '5', 'google', ''),
(13705, 1, 1960, '6', 'Restoration of the bath cover', ''),
(13706, 1, 1960, '7', '<a href=https://megaremont.pro/vitebsk-restavratsiya-vann>covering of baths</a>', ''),
(13707, 1, 1961, '1', 'KennethGot', ''),
(13708, 1, 1961, '2', 'KennethGot', ''),
(13709, 1, 1961, '3', 'zelatcol@gmail.com', ''),
(13710, 1, 1961, '4', '(627) 662-8851', ''),
(13711, 1, 1961, '5', 'google', ''),
(13712, 1, 1961, '6', 'Hallo,   write about your the price', ''),
(13713, 1, 1961, '7', 'Sawubona, bengifuna ukwazi intengo yakho.', ''),
(13714, 1, 1962, '1', 'RobertFIVAH', ''),
(13715, 1, 1962, '2', 'RobertFIVAH', ''),
(13716, 1, 1962, '3', 'tg7nvg@course-fitness.com', ''),
(13717, 1, 1962, '4', '(108) 557-0763', ''),
(13718, 1, 1962, '5', 'google', ''),
(13719, 1, 1962, '6', 'Giải Trí、Âm Nhạc、Phim Ảnh', ''),
(13720, 1, 1962, '7', 'Giải Trí、Âm Nhạc、Phim Ảnh \r\n \r\n \r\n \r\nhttps://saocoitin.com', ''),
(13721, 1, 1963, '1', 'HowardAsync', ''),
(13722, 1, 1963, '2', 'HowardAsync', ''),
(13723, 1, 1963, '3', '2p1uo@course-fitness.com', ''),
(13724, 1, 1963, '4', '(571) 877-2470', ''),
(13725, 1, 1963, '5', 'google', ''),
(13726, 1, 1963, '6', '品空間 - Goûter Space', ''),
(13727, 1, 1963, '7', '品空間 - Goûter Space \r\n \r\n \r\nhttps://gouterspace.com/', ''),
(13728, 1, 1964, '1', 'Jacksonasit', ''),
(13729, 1, 1964, '2', 'Jacksonasit', ''),
(13730, 1, 1964, '3', '1@inrus.top', ''),
(13731, 1, 1964, '4', '(007) 282-6555', ''),
(13732, 1, 1964, '5', 'google', ''),
(13733, 1, 1964, '6', 'Купить Мефедрон в Москве? САЙТ - WWW.KLAD.TODAY  Мефедрон Купить. САЙТ - WWW.KLAD.TODAY', ''),
(13734, 1, 1964, '7', 'Купить Мефедрон в Москве? САЙТ - WWW.KLAD.TODAY  Мефедрон Купить. САЙТ - WWW.KLAD.TODAY \r\n \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\n \r\nКупить Мефедрон в Москве, \r\nСколько стоит Мефедрон в Москве, \r\nКак купить Мефедрон в Москве, \r\nГде купить Мефедрон в Москве, \r\nКупить Мефедрон в Москве, \r\nСколько стоит КУРЕВО Мефедрон в Москве, \r\nКупить КУРЕВО Мефедрон в Москве, \r\nЦена на КУРЕВО Мефедрон в Москве, \r\nКупить героин в Москве, \r\nКупить экстази в Москве, \r\nКупить шишки в Москве, \r\nКупить гашиш в Москве, \r\nКупить мефедрон в Москве, \r\nКупить экстази в Москве, \r\nКупить МДМА в Москве, \r\nКупить лсд в Москве, \r\nКупить фен в Москве, \r\nКупить скорость альфа в Москве, \r\nКупить гидропонику в Москве, \r\nКупить метамфетамин в Москве, \r\nКупить эйфоретики в Москве, \r\nКупить закладки в Москве, \r\nКупить МЕФЕДРОН закладкой в Москве', ''),
(13735, 1, 1965, '1', 'videokix', ''),
(13736, 1, 1965, '2', 'videokix', ''),
(13737, 1, 1965, '3', 'lumelskiy.leopold@mail.ru', ''),
(13738, 1, 1965, '4', '(273) 242-6005', ''),
(13739, 1, 1965, '5', 'google', ''),
(13740, 1, 1965, '6', 'Видеонаблюдение в Нижнем Новгороде', ''),
(13741, 1, 1965, '7', '<a href=http://video-nn.ru>Видеонаблюдение в Нижнем Новгороде</a>', ''),
(13742, 1, 1966, '1', 'LucillePoine', ''),
(13743, 1, 1966, '2', 'LucillePoine', ''),
(13744, 1, 1966, '3', 'sigitszorin@yandex.ru', ''),
(13745, 1, 1966, '4', '(561) 025-8522', ''),
(13746, 1, 1966, '5', 'google', ''),
(13747, 1, 1966, '6', 'https://clck.ru/33jCH3', ''),
(13748, 1, 1966, '7', 'https://clck.ru/33jCb9 \r\n<a href=https://saltanoticiasinfo.com/2020/07/reporte-diario-de-covid-19/#comment-4505>https://clck.ru/33jCGA</a> 7be4832', ''),
(13749, 1, 1967, '1', 'BenjaminGot', ''),
(13750, 1, 1967, '2', 'BenjaminGot', ''),
(13751, 1, 1967, '3', 'zelatcol@gmail.com', ''),
(13752, 1, 1967, '4', '(245) 676-3257', ''),
(13753, 1, 1967, '5', 'google', ''),
(13754, 1, 1967, '6', 'Hallo,   write about your   price', ''),
(13755, 1, 1967, '7', 'Γεια σου, ήθελα να μάθω την τιμή σας.', ''),
(13756, 1, 1968, '1', 'Glena', ''),
(13757, 1, 1968, '2', 'Wilson', ''),
(13758, 1, 1968, '3', 'glendawilson031@gmail.com', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(13759, 1, 1968, '4', '(604) 533-6735', ''),
(13760, 1, 1968, '5', 'Hubert Salinas', ''),
(13761, 1, 1968, '6', 'Struggling with Video Creation? This tool is a game changer...', ''),
(13762, 1, 1968, '7', 'Hello,\r\n\r\nDo you struggle with creating high-quality videos that capture your audience\'s attention? \r\n\r\nAre you frustrated with the complicated and time-consuming process of video editing? \r\n\r\nWe understand your pain, and that\'s why we created Pictory – the AI-powered video editing tool that simplifies the process for you. \r\n\r\nSay goodbye to the hassle of video editing and hello to effortless, professional-looking videos that elevate your brand.\r\n\r\nClick here to see how Pictory can revolutionize your video marketing game.\r\n\r\nvideoswithbots.com\r\n\r\n\r\nRegards, \r\n\r\nGlenda\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n224 Westwood Cir., Dalton, GA  30721\r\nUnsubscribe:\r\noptoutforever.com/?site=gangagen.com', ''),
(13763, 1, 1969, '1', 'Jasonhib', ''),
(13764, 1, 1969, '2', 'Jasonhib', ''),
(13765, 1, 1969, '3', 'nicklausmarkaylah952@outlook.com', ''),
(13766, 1, 1969, '4', '(500) 513-6822', ''),
(13767, 1, 1969, '5', 'google', ''),
(13768, 1, 1969, '6', 'Browser with anti-detection methods', ''),
(13769, 1, 1969, '7', '<a href=http://ximera.fun> A fundamentally new anti-detection browser with anti-detection methods</a> \r\n \r\n \r\n \r\nXimera\'s work is based on the principles of cryptography, which make it possible to confuse digital fingerprints and prevent\r\nwebsites from collecting and compiling information about the activity of their visitors. \r\n \r\n \r\nIn addition to the obvious advantage of providing anonymous and secure online activities, Chimera has other advantages: \r\n \r\n- Profile data can be stored in a convenient way for you. The choice is a database or your own device. \r\n- Data on different devices are synchronized with each other. \r\n- The possibility of fairly accurate manual settings – you can change the proxy settings, time zone, browser identification string and others. \r\n- Access to create multiple work environments. \r\n- Protection of the system from hacking if the password is entered incorrectly. \r\n- Data encryption on a one-way key \r\n \r\nAnonymous browser is suitable for both private and corporate use with the distribution of roles between participants. \r\nInstall and enjoy protected viewing with anti-detection options. \r\n \r\nAnd also be sure to use our affiliate program, to participate, it is enough to register in your personal account\r\nand get an individual link \r\nInvite your users and get 40% from each payment of the user you invited \r\nHave time to earn with us! \r\n \r\n \r\n \r\n \r\n \r\n<a href=https://xdstore.pro/what-is-anti-detect-browser-hey-insiders-dtrace-can-now-run-riot-in-windows-10-if-you-really-want-it-to>what-is-anti-detect-browser-hey-insiders-dtrace-can-now-run-riot-in-windows-10-if-you-really-want-it-to</a>\r\n \r\n<a href=https://ximera.press/download-antidetect-browser-taiwan-government-to-block-googles-public-dns-in-favor-of-hinets>download-antidetect-browser-taiwan-government-to-block-googles-public-dns-in-favor-of-hinets</a>', ''),
(13770, 1, 1970, '1', 'Supriya', ''),
(13771, 1, 1970, '2', 'A N', ''),
(13772, 1, 1970, '3', 'Supriyaan3@gmail.com', ''),
(13773, 1, 1970, '4', '(702) 634-0854', ''),
(13774, 1, 1970, '5', 'Nil', ''),
(13775, 1, 1970, '6', 'Biotechnology', ''),
(13776, 1, 1970, '7', 'Looking for job opportunity', ''),
(13777, 1, 1972, '1', 'RaymondFus', ''),
(13778, 1, 1972, '2', 'RaymondFus', ''),
(13779, 1, 1972, '3', 'mailbangerx@gmx.com', ''),
(13780, 1, 1972, '4', '(865) 625-7340', ''),
(13781, 1, 1972, '5', 'google', ''),
(13782, 1, 1972, '6', 'How to get instant leads for your  business', ''),
(13783, 1, 1972, '7', 'Get millions of immediate leads for your business to ignite your marketing. Utilize the lists an unlimited number of times. We have been delivering companies and market analysis firms with information since 2012. Email Marketing', ''),
(13784, 1, 1973, '1', 'AllenBlurn', ''),
(13785, 1, 1973, '2', 'AllenBlurn', ''),
(13786, 1, 1973, '3', 'n3ncrg@course-fitness.com', ''),
(13787, 1, 1973, '4', '(361) 730-2135', ''),
(13788, 1, 1973, '5', 'google', ''),
(13789, 1, 1973, '6', '冠天下娛樂城', ''),
(13790, 1, 1973, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://mail.hq10gw1gvobv8a5z0d.com/', ''),
(13791, 1, 1974, '1', 'Untok', ''),
(13792, 1, 1974, '2', 'Untok', ''),
(13793, 1, 1974, '3', '0et2agc1@yahoo.com', ''),
(13794, 1, 1974, '4', '(038) 403-7112', ''),
(13795, 1, 1974, '5', 'google', ''),
(13796, 1, 1974, '6', 'I promised.', ''),
(13797, 1, 1974, '7', 'Hi, this is Jenny. I am sending you my intimate photos as I promised. https://tinyurl.com/2fqbwffg', ''),
(13798, 1, 1975, '1', 'DanielEmora', ''),
(13799, 1, 1975, '2', 'DanielEmora', ''),
(13800, 1, 1975, '3', 'oiv7.05.2@gmail.com', ''),
(13801, 1, 1975, '4', '(383) 148-0005', ''),
(13802, 1, 1975, '5', 'google', ''),
(13803, 1, 1975, '6', 'Новое игорное заведение, которое уже очень популярно', ''),
(13804, 1, 1975, '7', 'Софт сертифицирован и проверен независимыми экспертами <a href=>http://mamantena.ru/</a>. Чтобы играть на деньги беспрепятственно, рекомендуется воспользоваться зеркалом. Это точная копия ресурса, ничем не отличающаяся от официального портала кроме адреса.', ''),
(13805, 1, 1976, '1', 'Eric', ''),
(13806, 1, 1976, '2', 'Jones', ''),
(13807, 1, 1976, '3', 'ericjonesmyemail@gmail.com', ''),
(13808, 1, 1976, '4', '(555) 555-1212', ''),
(13809, 1, 1976, '5', 'NA', ''),
(13810, 1, 1976, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(13811, 1, 1976, '7', 'Hello gangagen.com Webmaster.\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(13812, 1, 1977, '1', 'Mike Bush', ''),
(13813, 1, 1977, '2', 'Mike Bush', ''),
(13814, 1, 1977, '3', 'no-replyPovaTasy@gmail.com', ''),
(13815, 1, 1977, '4', '(075) 363-0703', ''),
(13816, 1, 1977, '5', 'google', ''),
(13817, 1, 1977, '6', 'Improve local visibility for gangagen.com', ''),
(13818, 1, 1977, '7', 'If you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Bush\r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/', ''),
(13819, 1, 1978, '1', 'RobertDam', ''),
(13820, 1, 1978, '2', 'RobertDam', ''),
(13821, 1, 1978, '3', 'uz5w1@course-fitness.com', ''),
(13822, 1, 1978, '4', '(383) 773-1486', ''),
(13823, 1, 1978, '5', 'google', ''),
(13824, 1, 1978, '6', '9J娛樂城!ENDVALUE!', ''),
(13825, 1, 1978, '7', '9J娛樂城 \r\n \r\n \r\n \r\n \r\n \r\nhttps://9jcasino.com.tw/', ''),
(13826, 1, 1979, '1', 'NancyWal', ''),
(13827, 1, 1979, '2', 'NancyWal', ''),
(13828, 1, 1979, '3', 'werso052000iu@rambler.ru', ''),
(13829, 1, 1979, '4', '(641) 305-4618', ''),
(13830, 1, 1979, '5', 'google', ''),
(13831, 1, 1979, '6', 'very good', ''),
(13832, 1, 1979, '7', 'don\'t think anything  \r\n_________________ \r\n<a href=http://ipl.bkinfo119.online/2449.html>लाइव क्रिकेट स्कोर आईपीएल 2023 शेड्यूल</a>', ''),
(13833, 1, 1980, '1', 'Ronaldneowl', ''),
(13834, 1, 1980, '2', 'Ronaldneowl', ''),
(13835, 1, 1980, '3', 'bcsiz@course-fitness.com', ''),
(13836, 1, 1980, '4', '(064) 332-7700', ''),
(13837, 1, 1980, '5', 'google', ''),
(13838, 1, 1980, '6', '539、9j casino、ดราก้อนฮาร์ท!ENDVALUE!', ''),
(13839, 1, 1980, '7', '539、9j casino、ดราก้อนฮาร์ท \r\n \r\n \r\n \r\n \r\nhttps://9jthai.com', ''),
(13840, 1, 1981, '1', 'Manuelpal', ''),
(13841, 1, 1981, '2', 'Manuelpal', ''),
(13842, 1, 1981, '3', 'aqa5f@course-fitness.com', ''),
(13843, 1, 1981, '4', '(515) 872-2674', ''),
(13844, 1, 1981, '5', 'google', ''),
(13845, 1, 1981, '6', '9j casino、Baccarat、GAME BÀ X9', ''),
(13846, 1, 1981, '7', '9j casino、Baccarat、GAME BÀ X9 \r\n \r\n \r\n \r\nhttps://9jvn.net', ''),
(13847, 1, 1982, '1', 'Serena', ''),
(13848, 1, 1982, '2', 'K.', ''),
(13849, 1, 1982, '3', 'christina@demarekting.com', ''),
(13850, 1, 1982, '4', '(312) 878-0396', ''),
(13851, 1, 1982, '5', 'Serena K.', ''),
(13852, 1, 1982, '6', 'SEO Expertise', ''),
(13853, 1, 1982, '7', 'Just wanted to ask if you\'re interested in ranking first on Google search for keywords that are relevant to your business and industry? We create high quality content that helps you become visible in front of potential customers.\r\n\r\nThis leads to more traffic on your website and potentially more sales. We do SEO for a fixed monthly fee. Would you like to know more about our process?', ''),
(13854, 1, 1983, '1', 'lipovskialexx', ''),
(13855, 1, 1983, '2', 'lipovskialexx', ''),
(13856, 1, 1983, '3', 'lipovskialexx@rambler.ru', ''),
(13857, 1, 1983, '4', '(717) 472-1821', ''),
(13858, 1, 1983, '5', 'google', ''),
(13859, 1, 1983, '6', 'Разьесняем', ''),
(13860, 1, 1983, '7', 'Уважаемые товарищи в Саратове в феврале-марте 2023 вышел из мест залючения особо опасный преступник, рецидивист, неоднократно судимый за мошенничества, изнасилование, угон автотранспорта, грабежи и убийства. Последний раз в 2012 году убил и с бросил в погреб гаража владельца автомобиля. \r\nКриминальной деятельностью занимался, в Саратове, Украине, Белоруссии, в том числе на территории нескольких ГСК в г. Саратове, излюбленное место обитания Кировский район, Молочка. \r\nИВАНОВ ВАЛЕНТИН ВИКТОРОВИЧ \r\n \r\n<a href=https://imageban.ru/show/2023/03/21/22fe9776b8f5fba8eca751a2323838b6/jpg><img src=\"https://i3.imageban.ru/thumbs/2023.03.21/22fe9776b8f5fba8eca751a2323838b6.jpg\"></a> \r\n \r\nОсобые приметы ООР Иванова Валентина Викторовича: \r\nСедой, высокий, плотного телосложения, хромает, выражается резко, громко и грубо. \r\nНа вид примерно 76-78 лет \r\nМожет действовать в паре с сожительницей (тоже мошенницей), Верещагиной Ольгой Владимировной, 06/07/1953 года рождения, проживающей на пересечении ул. Навашина и Танкистов. \r\nЛегко входит в доверие, особенно актуальные темы: ремонт старых иномарок, запчасти, разбор или иные сферы бизнеса и наживы (например торговля пирожками) \r\nПросьба быть внимательными и осторожными, не разговаривать, не поворачиваться к нему спиной и тем более не пускать в гараж. \r\nМожет представляться военным в звании генерала, военным в отставке или военным пенсионером, показывать удостоверения МО, МВД, прокуратуры, или других силовых ведомств, легко входит в доверие. \r\nНа данный момент использует телефон 89379753331. Может передвигаться на а/м без номеров. \r\nПоследний раз его видели в районе стадиона Авангард и на ул. Навашина  01/03/2023, на джипе мицубиси белого цвета без номеров (старого года выпуска). \r\nЕсли увидите, сообщите председателю гаражного кооператива, или участковому тел 89997536265', ''),
(13861, 1, 1984, '1', 'JasonMus', ''),
(13862, 1, 1984, '2', 'JasonMus', ''),
(13863, 1, 1984, '3', 's7gbs@course-fitness.com', ''),
(13864, 1, 1984, '4', '(830) 555-3863', ''),
(13865, 1, 1984, '5', 'google', ''),
(13866, 1, 1984, '6', '點子數位科技有限公司', ''),
(13867, 1, 1984, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(13868, 1, 1985, '1', 'CoreyHunse', ''),
(13869, 1, 1985, '2', 'CoreyHunse', ''),
(13870, 1, 1985, '3', 'marketing@bbcworldnewstoday.com', ''),
(13871, 1, 1985, '4', '(302) 567-7280', ''),
(13872, 1, 1985, '5', 'google', ''),
(13873, 1, 1985, '6', 'Top World News Today', ''),
(13874, 1, 1985, '7', 'Hi \r\n \r\nI have few Top world news sites ,Where You can place you post. \r\n \r\nHere is few sites Where you can post: \r\n \r\nhttps://www.topworldnewstoday.com/ \r\n \r\nhttps://www.nytimesnewstoday.com \r\n \r\nhttps://www.cnnworldtoday.com \r\n \r\nhttps://www.rtnewstoday.com \r\n \r\nhttps://www.aljazeeranewstoday.com \r\n \r\n \r\n \r\nThanks in advance', ''),
(13875, 1, 1986, '1', 'Septikkix', ''),
(13876, 1, 1986, '2', 'Septikkix', ''),
(13877, 1, 1986, '3', 'taisiya.alximowa@mail.ru', ''),
(13878, 1, 1986, '4', '(132) 885-7328', ''),
(13879, 1, 1986, '5', 'google', ''),
(13880, 1, 1986, '6', 'Септики в Нижнем Новгороде', ''),
(13881, 1, 1986, '7', '<a href=https://xn----ctbjbcpoczbiiyq8l.xn--p1ai>септик под ключ Нижегородская область цена</a>  - подробнее на сайте <a href=https://xn----ctbjbcpoczbiiyq8l.xn--p1ai>поволжье-септик.рф</a>', ''),
(13882, 1, 1987, '1', 'SergioSpody', ''),
(13883, 1, 1987, '2', 'SergioSpody', ''),
(13884, 1, 1987, '3', 'asimgda8@outlook.com', ''),
(13885, 1, 1987, '4', '(451) 630-1403', ''),
(13886, 1, 1987, '5', 'google', ''),
(13887, 1, 1987, '6', 'Check This Out', ''),
(13888, 1, 1987, '7', 'Also, our  task writers across the globe are well trained in their  selected  field which  indicates you can  quickly put your  confidence in the  method they treat your paper, no matter which  scholastic discipline you\'re from. When it  concerns your  occupation  potential customers  as well as  intense future, MyAssignmenthelp.com takes the onus on itself to promote your growth in the  ideal direction. So,  by doing this you wouldn\'t have to  reconsider  prior to trusting us with your  scholastic  documents.  Put an order with us now  and also  gain the rewards of brilliantly written academic  documents today. <a href=\"https://slingshotimproving.casestudyblend.com\">go to this website</a>', ''),
(13889, 1, 1988, '1', 'JasonLug', ''),
(13890, 1, 1988, '2', 'JasonLug', ''),
(13891, 1, 1988, '3', 'xzjl4@course-fitness.com', ''),
(13892, 1, 1988, '4', '(857) 152-5683', ''),
(13893, 1, 1988, '5', 'google', ''),
(13894, 1, 1988, '6', '點子數位科技有限公司', ''),
(13895, 1, 1988, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(13896, 1, 1989, '1', 'NeytonRob', ''),
(13897, 1, 1989, '2', 'NeytonRob', ''),
(13898, 1, 1989, '3', 'pattyaprild9f9@outlook.com', ''),
(13899, 1, 1989, '4', '(201) 353-2507', ''),
(13900, 1, 1989, '5', 'google', ''),
(13901, 1, 1989, '6', 'Самая большая база для Xrumer и GSA SER (SEO)', ''),
(13902, 1, 1989, '7', 'Самые лучшие базы для прогонов xrumer и GSA Search Engine Ranker. Выбор сео профессионалов. \r\nhttps://mipped.com/f/threads/samaja-bolshaja-baza-dlja-xrumer-s-avtoobnovleniem.207352/', ''),
(13903, 1, 1990, '1', 'Steve', ''),
(13904, 1, 1990, '2', 'Brown', ''),
(13905, 1, 1990, '3', 'steve@roionlinehotleads.net', ''),
(13906, 1, 1990, '4', '(806) 304-6285', ''),
(13907, 1, 1990, '5', 'ROI Online', ''),
(13908, 1, 1990, '6', 'Re: Demand Generation', ''),
(13909, 1, 1990, '7', 'Are you looking to grow your brand and elevate your business this year? ROI Online is a full-service marketing group that can help you get there.\r\n\r\nI focus on telling the right story and creating impactful campaigns that connect your brand to your target audience, increase visibility, and generate qualified leads. \r\n\r\nI’ve recently acquired a prospecting agency that has the best lists available on the market for prospect email addresses and direct-dial phones. \r\n\r\nAfter spending millions on prospect data and marketing systems, we know which lists perform and which outreach methods work. \r\n\r\nWith a team of over 300+ business development reps that send 1x1 messages to prospects on behalf of our clientele. When a lead comes in we monitor the response and send the true \"hot\" exclusive leads to you within an hour. \r\n\r\nMay I give you more information?\r\n\r\nThank you for your time,\r\n\r\nSteve Brown\r\nOwner\r\nROI Online\r\nsteve@roionlinehotleads.net\r\n\r\nRespond with stop to optout.', ''),
(13910, 1, 1991, '1', 'Peter', ''),
(13911, 1, 1991, '2', 'Peter', ''),
(13912, 1, 1991, '3', 'cpadelawarekpo@gmail.com', ''),
(13913, 1, 1991, '4', '(567) 251-0632', ''),
(13914, 1, 1991, '5', 'work', ''),
(13915, 1, 1991, '6', 'bookkeeping work', ''),
(13916, 1, 1991, '7', 'Hi there, I just visited your website http://www.gangagen.com & thought to check if you are looking for a bookkeeper for part-time or full time or even few hours a month. My hourly rate is $18 and I work as per our local time 9am - 6pm PDT. So, like if your monthly bookkeeping requires 2 hours to do then you only pay $36/month.\r\n\r\nAllow me to handle this time-consuming bookkeeping services, you can focus more on your core business. I can handle all bookkeeping activities, from invoicing, payment collection emails, vendor payments reporting, record daily transactions and journal entries, categorizing bank transactions, reconcile bank and credit card statements, payroll calculation, and send you detailed weekly and monthly financial reports.\r\n\r\nAnd yes, No advance payment - No sign up fess required. You will receive report in minutes. Like how were the minutes utilised on what activities. Please let me know if I can call and discuss in length to give you more confidence. \r\n\r\nRegards\r\nPeter Patel\r\nBookkeeping Service\r\n+1 567 251 0632', ''),
(13917, 1, 1992, '1', 'Richardtip', ''),
(13918, 1, 1992, '2', 'Richardtip', ''),
(13919, 1, 1992, '3', 'dnnfdfjgq@outlook.com', ''),
(13920, 1, 1992, '4', '(283) 624-3271', ''),
(13921, 1, 1992, '5', 'google', ''),
(13922, 1, 1992, '6', '85 свежих дизайн-решений для угловой кухни', ''),
(13923, 1, 1992, '7', 'Обучение и образование: Наконец, некоторые информационный сайт  по строительству <a href=https://krutoy-dom.ru/>krutoy-dom.ru</a> \r\nмогут предлагать ресурсы для обучения и образования, такие как онлайн-курсы или вебинары, которые могут помочь специалистам развить новые навыки и оставаться конкурентоспособными в отрасли.', ''),
(13924, 1, 1993, '1', 'Howardhot', ''),
(13925, 1, 1993, '2', 'Howardhot', ''),
(13926, 1, 1993, '3', 'admin@gmail.com', ''),
(13927, 1, 1993, '4', '(231) 126-4472', ''),
(13928, 1, 1993, '5', 'google', ''),
(13929, 1, 1993, '6', 'The most successfully niche porn on the internet', ''),
(13930, 1, 1993, '7', 'Taboo niches and acute porn you won\'t find anywhere else \r\nnot true level on google, these sites be struck by the unsurpassed and sickest \r\nporn available online, if you like this generous of non compos mentis \r\nerotica you won\'t regretfulness affluent on our hollow sites \r\n \r\nhttp://nonude.chickenkiller.com\r\nhttp://ptnn.porntube.lol\r\nhttp://preteen.mooo.com\r\nhttps://trafficempire.su/deliver.php\r\nhttp://nonude.porntube.lol', ''),
(13931, 1, 1994, '1', 'Eric', ''),
(13932, 1, 1994, '2', 'Jones', ''),
(13933, 1, 1994, '3', 'ericjonesmyemail@gmail.com', ''),
(13934, 1, 1994, '4', '(555) 555-1212', ''),
(13935, 1, 1994, '5', 'NSW', ''),
(13936, 1, 1994, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(13937, 1, 1994, '7', 'Hi gangagen.com Administrator! my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(13938, 1, 1995, '1', 'Eric', ''),
(13939, 1, 1995, '2', 'Jones', ''),
(13940, 1, 1995, '3', 'ericjonesmyemail@gmail.com', ''),
(13941, 1, 1995, '4', '(555) 555-1212', ''),
(13942, 1, 1995, '5', 'VAN', ''),
(13943, 1, 1995, '6', 'There they go…', ''),
(13944, 1, 1995, '7', 'Hi gangagen.com Administrator!\r\n\r\nMy name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(13945, 1, 1996, '1', 'Jamesnak', ''),
(13946, 1, 1996, '2', 'Jamesnak', ''),
(13947, 1, 1996, '3', 'k.e.i.t.h.y.2.a.rterberryrl@gmail.com', ''),
(13948, 1, 1996, '4', '(781) 316-5381', ''),
(13949, 1, 1996, '5', 'google', ''),
(13950, 1, 1996, '6', 'smoking herbal tea', ''),
(13951, 1, 1996, '7', 'homeopathic headache remedy  <a href=\"http://bromazepam.rf.gd\">bromazepam.rf.gd</a>  designer drug abuse', ''),
(13952, 1, 1997, '1', 'Eric', ''),
(13953, 1, 1997, '2', 'Jones', ''),
(13954, 1, 1997, '3', 'ericjonesmyemail@gmail.com', ''),
(13955, 1, 1997, '4', '(555) 555-1212', ''),
(13956, 1, 1997, '5', 'SC', ''),
(13957, 1, 1997, '6', 'how to turn eyeballs into phone calls', ''),
(13958, 1, 1997, '7', 'Hi gangagen.com Owner! Eric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(13959, 1, 1998, '1', 'Evan', ''),
(13960, 1, 1998, '2', 'Roberts', ''),
(13961, 1, 1998, '3', 'evan@capitalchoice.online', ''),
(13962, 1, 1998, '4', '(202) 991-6766', ''),
(13963, 1, 1998, '5', 'Express Capital', ''),
(13964, 1, 1998, '6', 'May I ask you something?', ''),
(13965, 1, 1998, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or a short time in business keep you from getting the funds you need.\r\n\r\nIf you deposit more than 10k per month you’re already qualified!\r\n\r\nExpress Capital will offer you up to two times your monthly deposits without any collateral or personal guarantees. \r\n\r\nGet pre-qualified in less than 30 seconds without a credit check or submitting a single document.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEvan Roberts\r\nExpress Capital\r\nwww.expresscapitalcorp.com\r\n\r\n \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(13966, 1, 1999, '1', 'Tina', ''),
(13967, 1, 1999, '2', 'Gilbert', ''),
(13968, 1, 1999, '3', 'tina@commercialcollectr.com', ''),
(13969, 1, 1999, '4', '(612) 223-6616', ''),
(13970, 1, 1999, '5', 'Commercial Collectr', ''),
(13971, 1, 1999, '6', 'Claim what is rightfully yours', ''),
(13972, 1, 1999, '7', 'Does your business have outstanding debts that you need to collect on? If your current collections company isn’t performing to your expectations, or you’re considering adding another to the mix, I’d love to have a conversation.\r\n\r\nMy company, Commercial Collectr, collects over 90% of the accounts that pay without ever having to go as far as litigation.\r\n\r\nThat being said, we will pay the costs to litigate ANY B2B account that we believe is recoverable, and we have virtually zero complaints from our customers because we treat their accounts with respect.\r\n\r\nSend over any accounts you need help collecting and we will get started on them today!\r\n\r\nMay I give you more information?\r\n\r\nRegards,\r\n\r\nTina Gilbert\r\nDirector of Operations\r\nCommercial Collectr\r\ntina@commercialcollectr.com\r\n\r\nRespond with stop to optout.', ''),
(13973, 1, 2000, '1', 'James', ''),
(13974, 1, 2000, '2', 'Roser', ''),
(13975, 1, 2000, '3', 'westbury.odell@gmail.com', ''),
(13976, 1, 2000, '4', '(773) 771-2220', ''),
(13977, 1, 2000, '5', 'https://cutt.ly/e4QrKiA', ''),
(13978, 1, 2000, '6', 'Re: It\'s all over...', ''),
(13979, 1, 2000, '7', 'Struggling to finish those blog articles?\r\n\r\nStruggling to figure out what to say in your next tiktok video?\r\n\r\nLet A.I. create all your content with a snap of your finger, visit https://cutt.ly/e4QrKiA\r\n\r\nDon\'t miss out on the next wave of A.I.!\r\nJames Roser\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=gangagen.com', ''),
(13980, 1, 2001, '1', 'Eric', ''),
(13981, 1, 2001, '2', 'Jones', ''),
(13982, 1, 2001, '3', 'ericjonesmyemail@gmail.com', ''),
(13983, 1, 2001, '4', '(555) 555-1212', ''),
(13984, 1, 2001, '5', 'CENTRE', ''),
(13985, 1, 2001, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(13986, 1, 2001, '7', 'Hello gangagen.com Administrator!\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(13987, 1, 2002, '1', 'Michaellax', ''),
(13988, 1, 2002, '2', 'Michaellax', ''),
(13989, 1, 2002, '3', 'augustobelarmina7@gmail.com', ''),
(13990, 1, 2002, '4', '(082) 858-4018', ''),
(13991, 1, 2002, '5', 'google', ''),
(13992, 1, 2002, '6', 'Test, just a test', ''),
(13993, 1, 2002, '7', 'jordanlcheek@gmail.com', ''),
(13994, 1, 2003, '1', 'JosephNek', ''),
(13995, 1, 2003, '2', 'JosephNek', ''),
(13996, 1, 2003, '3', 'no.reply.LeviLaurent@gmail.com', ''),
(13997, 1, 2003, '4', '(555) 612-1285', ''),
(13998, 1, 2003, '5', 'google', ''),
(13999, 1, 2003, '6', 'Do you require a cost-effective and imaginative advertising service at a low rate?', ''),
(14000, 1, 2003, '7', 'Howdy-doody! gangagen.com \r\n \r\nDid you know that it is possible to send appeal in a fully legitimate manner? We present an innovative way of sending commercial offers through feedback forms. These kinds of feedback forms can be seen on many webpages. \r\nWhen such proposals are submitted, no personal information is utilized, and messages are routed to forms specifically configured to receive messages and appeals securely. You don’t need to be concerned that Contact Form messages will end up in spam, since they’re seen as important. \r\nWe offer you to test our service for free. \r\nWe shall forward up to 50,000 messages for you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis letter is automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype  live:feedbackform2019 \r\nWhatsApp  +375259112693 \r\nWhatsApp  https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.', ''),
(14001, 1, 2004, '1', 'Eric', ''),
(14002, 1, 2004, '2', 'Jones', ''),
(14003, 1, 2004, '3', 'ericjonesmyemail@gmail.com', ''),
(14004, 1, 2004, '4', '(555) 555-1212', ''),
(14005, 1, 2004, '5', 'MS', ''),
(14006, 1, 2004, '6', 'Cool website!', ''),
(14007, 1, 2004, '7', 'Hi gangagen.com Webmaster.\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(14008, 1, 2005, '1', 'RobertHeabe', ''),
(14009, 1, 2005, '2', 'RobertHeabe', ''),
(14010, 1, 2005, '3', 'fevgen708@gmail.com', ''),
(14011, 1, 2005, '4', '(024) 038-1673', ''),
(14012, 1, 2005, '5', 'google', ''),
(14013, 1, 2005, '6', 'News 2023', ''),
(14014, 1, 2005, '7', '<a href=https://youtu.be/u5jssqb9Cog> Видео - Помогаем продавать Ваш товар в Etsy + Pinterest + SEO дают высокие результаты продаж. Также работаем с Shopify, ebay, amazon и др.</a>', ''),
(14015, 1, 2006, '1', 'VadimkaMoura', ''),
(14016, 1, 2006, '2', 'VadimkaMoura', ''),
(14017, 1, 2006, '3', 'vadimka.mikhaylov.80@mail.ru', ''),
(14018, 1, 2006, '4', '(134) 622-1564', ''),
(14019, 1, 2006, '5', 'google', ''),
(14020, 1, 2006, '6', 'заказали под ключ коттедж из ЛСТК  и теперь нам нужен прочный пол под ключ.', ''),
(14021, 1, 2006, '7', 'Здравствуйте, мы <a href=https://www.youtube.com/watch?v=4jolaTF_6lg&t=26s>Предоставляю  обратить ваше внимание на металлокаркасное здание, выполненное с использованием легких стальных конструкций. </a> Этот объект был подвергнут ремонту, а именно, в помещении проводятся сеансы гирудотерапий. На сегодняшний день дом уже сохнет, что говорит о его прочности и надежности. \r\n \r\nЕсли вы интересуетесь деталями проекта, то как именно был проведен ремонт - я могу поделиться своими знаниями. Например, ремонт длился 7 недель, а раствор был простым бетонным. \r\n \r\nЕсли же вы интересуетесь стоимостью ремонта, то, к сожалению, мне не известны точные цифры. Однако, могу предположить, что сумма была примерно 4 тысячи рублей. Но стоит учитывать, что стоимость ремонта может отличаться в зависимости от дальнейшего использования здания. \r\n \r\nЕсли у вас есть вопросы про железнодорожный транспорт и логистику, то я могу посоветовать обратиться к специалистам в этой области. В первую очередь, стоит рассмотреть стоимость на стройматериалы', ''),
(14022, 1, 2007, '1', 'georgewy69', ''),
(14023, 1, 2007, '2', 'georgewy69', ''),
(14024, 1, 2007, '3', 'april@isamu2410.susumo78.flooz.site', ''),
(14025, 1, 2007, '4', '(503) 071-6688', ''),
(14026, 1, 2007, '5', 'google', ''),
(14027, 1, 2007, '6', 'Free Porn Pictures and Best HD Sex Photos', ''),
(14028, 1, 2007, '7', 'Sexy photo galleries, daily updated collections\r\nhttp://transgender.porn.sexjanet.com/?quinn \r\n adult porn directory porn fan video free porn down load no regastration beta porn tube free classixc french porn', ''),
(14029, 1, 2008, '1', 'James', ''),
(14030, 1, 2008, '2', 'Roser', ''),
(14031, 1, 2008, '3', 'elton.rumsey@gmail.com', ''),
(14032, 1, 2008, '4', '(514) 707-1822', ''),
(14033, 1, 2008, '5', 'https://cutt.ly/e4QrKiA', ''),
(14034, 1, 2008, '6', 'Re: It\'s all over...', ''),
(14035, 1, 2008, '7', 'Struggling to finish those blog articles?\r\n\r\nStruggling to figure out what to say in your next tiktok video?\r\n\r\nLet A.I. create all your content with a snap of your finger, visit https://cutt.ly/e4QrKiA\r\n\r\nDon\'t miss out on the next wave of A.I.!\r\nJames Roser\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=gangagen.com', ''),
(14036, 1, 2009, '1', 'RobertGot', ''),
(14037, 1, 2009, '2', 'RobertGot', ''),
(14038, 1, 2009, '3', 'zelatcol@gmail.com', ''),
(14039, 1, 2009, '4', '(014) 183-2271', ''),
(14040, 1, 2009, '5', 'google', ''),
(14041, 1, 2009, '6', 'Hi, i am write about   the price', ''),
(14042, 1, 2009, '7', 'Здравейте, исках да знам цената ви.', ''),
(14043, 1, 2010, '1', 'RobertHeabe', ''),
(14044, 1, 2010, '2', 'RobertHeabe', ''),
(14045, 1, 2010, '3', 'fevgen708@gmail.com', ''),
(14046, 1, 2010, '4', '(644) 805-4866', ''),
(14047, 1, 2010, '5', 'google', ''),
(14048, 1, 2010, '6', 'Ukrainian Fashion clothes', ''),
(14049, 1, 2010, '7', '<a href=https://https://www.etsy.com/shop/Fayniykit> Ukrainian Fashion clothes and accessories, Wedding Veils. Blazer with imitation rhinestone corset in a special limited edition</a>', ''),
(14050, 1, 2011, '1', 'Mike Ferguson', ''),
(14051, 1, 2011, '2', 'Mike Ferguson', ''),
(14052, 1, 2011, '3', 'no-replyPovaTasy@gmail.com', ''),
(14053, 1, 2011, '4', '(178) 622-6732', ''),
(14054, 1, 2011, '5', 'google', ''),
(14055, 1, 2011, '6', 'AI Monthly SEO plans', ''),
(14056, 1, 2011, '7', 'Greetings \r\n \r\nI have just checked  gangagen.com for the ranking keywords and saw that your website could use a boost. \r\n \r\nWe will enhance your ranks organically and safely, using state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Ferguson', ''),
(14057, 1, 2013, '1', 'Joel', ''),
(14058, 1, 2013, '2', 'Gage', ''),
(14059, 1, 2013, '3', 'joel.gage20@gmail.com', ''),
(14060, 1, 2013, '4', '(395) 736-9129', ''),
(14061, 1, 2013, '5', 'Content Writing Service', ''),
(14062, 1, 2013, '6', 'Content Writing Service', ''),
(14063, 1, 2013, '7', 'Hi, I\'m Joel, a 14-year-experienced SEO copywriter and content writer. I have created top-ranking content for blogs, articles, e-commerce products, and websites for my clients. My fee is USD 50 for 1000 words, and I\'m open to discussing your requirements. \r\nJust send me an email at Joel.Gage20@gmail.com.', ''),
(14064, 1, 2014, '1', 'Teddyfus', ''),
(14065, 1, 2014, '2', 'Teddyfus', ''),
(14066, 1, 2014, '3', 'bc5911lkhadp@gmail.com', ''),
(14067, 1, 2014, '4', '(416) 727-4111', ''),
(14068, 1, 2014, '5', 'google', ''),
(14069, 1, 2014, '6', 'Tell me your recommendations please.', ''),
(14070, 1, 2014, '7', 'Guys just made a web-page for me, look at the link: https://assignmentswriting-serviceh6.blog2news.com/22074975/the-significance-of-algebra-in-modern-computer-programming\r\nhttps://assignments-writing-servicey2.kylieblog.com/21804557/the-significance-of-language-immersion-programs-in-language-learning\r\n \r\nTell me your recommendations. Thanks.', ''),
(14071, 1, 2015, '1', 'kazinoglirm', ''),
(14072, 1, 2015, '2', 'kazinoglirm', ''),
(14073, 1, 2015, '3', 'kazinolain@gmail.com', ''),
(14074, 1, 2015, '4', '(518) 861-0570', ''),
(14075, 1, 2015, '5', 'google', ''),
(14076, 1, 2015, '6', 'бездепозитные бонусы 888', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(14077, 1, 2015, '7', 'Как поживаете? -хорошо жэээ.  \r\n  \r\n бонусы 2023 бездепозитные  \r\n  \r\n10 безболезненных способов к успеху.  \r\n  \r\nЭто - сведение! Сегодня было лучше, чем вчера? . Что приносит вам мир?   \r\n  \r\nлюбопытно, если забрать 500$ + 225 FS в онлайн казино как, <a href=http://playfortuna-ru.tb.ru/>казино бонус на час</a> на сайте: https://playfortuna-ru.tb.ru/, реально ли отыграть вейджер Х20 за сессию игры в игровые автоматы?  \r\n  \r\nЕсли, кто не в курсе, получил агирлик здесь: <a href=http://socprofile.com/bonusi-kazino-2023>казино бонусы</a>, а именно:   \r\n  \r\n<a href=http://socprofile.com/bonusicasinonew>БОНУС ЗА РЕГИСТРАЦИЮ 500$ + 225 FS >>></a>  \r\n  \r\nУвидел инам в телеграме - широко известный канал: @new_bonuses, все тут - http://t.me/new_bonuses  \r\n  \r\nОбщественнo о бонусах онлайн: <a href=http://socprofile.com/bonusy-casino> play fortuna casino официальный сайт</a>  \r\n \r\nПосмотри:http://vk.com/bonusycasino_online \r\n  \r\n завлекательно - сэнсэй: <a href=http://bonusi.tb.ru/zaim>быстрые займы без отказа</a> \r\nрема: \r\n \r\nКакие способы и методы погашения кредита существуют еще, кроме оплаты наличными в кассу банка? \r\nМожно ли оплачивать ежемесячные взносы с помощью безналичных расчетов? \r\nКакова вероятность взять кредит человеку, который работает в России, но гражданином РФ не является? \r\n \r\nИмеет первостепенное значение о займах: loan.tb.ru -  смс финанс - Займ без процентов - Ищите: кредит личный кабинет - смотрите: Список срочных займов на карту, которые можно оформить через интернет, от 51 МФК и МКК (МФО). Реальные отзывы клиентов и онлайн-заявка. Оформить срочный займ на карту в день обращения. Рейтинг лучших предложений поможет быстро выбрать интересующий продукт со ставками от 0%. Список документов. Круглосуточное рассмотрение онлайн-заявки, возможность продления и другая полезная информация. - займ Таруса \r\n \r\n хорошо же: <a href=http://creditonline.tb.ru/>кредит наличными 2020</a> \r\n \r\nнаиболее существенный: <a href=http://bonuses.turbo.site/>вулкан старс казино</a> \r\n \r\nголова: <a href=http://bonusi.tb.ru/>займ онлайн без проверок</a> \r\n \r\n забавно - первоплановый: <a href=http://bonusi.tb.ru/kredit>кредит банк на год</a> \r\n \r\n канает:<a href=http://slotwins.mya5.ru/>casino online</a> \r\n \r\n как хотите: <a href=http://credit-online.turbo.site/>сумма кредита руб</a> \r\n \r\nглобальнейший: <a href=http://credits.mya5.ru/>займы онлайн ru</a> \r\n \r\nстановой хребет: <a href=http://credits-online.mya5.ru/>займы на карту срочно</a> \r\n \r\nзанятно:<a href=http://boosty.to/casino-online>бонус казино без регистрации</a> \r\n \r\nприкольно:<a href=http://vk.com/casino_bez_depozita_2021>бездепозитный бонус за регистрацию 2020</a> \r\n \r\nопределяющий: <a href=http://bonus.ru.net/>вулкан онлайн</a> \r\n \r\nпостой: <a href=http://bonusi.tb.ru/>полный кредит</a> \r\n \r\n ну, погоди: <a href=http://kredity.tb.ru/>золотой кредит</a> \r\nсмотрибельно:<a href=http://boosty.to/casinoonline>бездепозитный бонус вулкан победа</a> \r\n \r\n зы: <a href=http://boosty.to/credits>где можно взять кредит с плохой</a> \r\n \r\nхорошо же: <a href=http://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-6022fdda9eeef76a6925c6fe>кредиты с просрочками банки</a> \r\n \r\nнебезынтересно:<a href=http://boosty.to/casino-online>автоматы бездепозитный бонус за регистрацию с выводом</a> \r\n \r\nкак хотите: <a href=http://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit>срочно кредит плохая кредитная</a> \r\n \r\n зы: <a href=https://user373133.tourister.ru/blog/19226>условия кредита физическим лицам</a> \r\n \r\nстановой хребет: <a href=http://sites.google.com/view/zaimy-tyt/>сбербанк калькулятор</a> \r\n \r\nоснова основ: <a href=https://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b>взять кредит</a> \r\n \r\n \r\nhttp://www.avito.ru/moskva/predlozheniya_uslug/avitolog_prodvizhenie_na_avito_posting_2731917893 \r\nhttp://vk.com/@avitolog_2023-posting-na-avito-razmeschenie-obyavlenii-na-avito \r\nhttp://vk.com/avitolog_2023 \r\nhttp://vk.com/avito_2023 \r\nhttp://vk.com/burger_pushkin \r\nhttp://tgstat.ru/en/chat/@new_bonuses \r\nhttp://tgstat.ru/en/chat/@zaimonlinetyt \r\nhttp://tgstat.ru/en/chat/@casinos_2021 \r\nhttp://tgstat.ru/en/chat/@zaimycredity \r\nhttp://credit-online.turbo.site/ \r\nhttp://twitter.com/CasinoBonusi \r\nhttp://vk.com/bonuses23 \r\nhttp://vk.com/@bonuses23-casino-registration \r\nhttp://socprofile.com/bonusicasinonew \r\nhttp://vk.com/@playfortunacomru-play-fortuna-registraciya \r\nhttp://vk.com/playfortunacomru \r\nhttp://twitter.com/bonusykazino \r\nhttp://twitter.com/bonusykazino/status/1606330268985475075 \r\nhttp://twitter.com/bonusykazino/status/1606334813241085953 \r\nhttp://twitter.com/bonusykazino/status/1606326484758667264 \r\nhttp://twitter.com/CasinoBonusi/status/1602974856496271361 \r\nhttp://twitter.com/CasinoBonusi/status/1602981560525160448 \r\nhttp://twitter.com/CasinoBonusi/status/1602979584340889601 \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid02NYYTYVahaaixRzHZuXfni1ekC928TDMDdTcCUdmy52zJUt4MrTuPAhB58uDwpZYil&id=100017183618781 \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid0eimWgqQgdxZ1k9R1L9Fe5nopxZjKpthzU1MeYtdeEM8eF5YZKV9YxpYA5HJEgu9Fl&id=100017183618781 \r\nhttp://vk.com/bonusesnew \r\nhttp://vk.com/@bonusesnew-bezdepozitnye-bonusy-kazino-2023-za-registraciu \r\nhttp://vk.com/zajmy_onlajn_na_kartu_2023 \r\nhttp://vk.com/@zajmy_onlajn_na_kartu_2023-zaimy-na-kartu-vzyat-zaim-bez-otkaza \r\nhttp://bit.ly/casinobonusy \r\nhttp://yandex.ru/collections/user/949d3tg485gjcy4027bb8j1q48/bonusy-kazino-za-registratsiiu/?share=NWVhMjA0ZjAwMzNlZGExOTEwMTYzZDRlXzVkNDk5MWMxYTg5NWIyMDBhNWM5ZDE2Mg%3D%3D \r\nhttp://vk.com/bonuses_new \r\nhttp://vk.com/@bonuses_new-bonusy-za-registraciu \r\nhttp://vk.com/bonusycasino_online \r\nhttp://vk.com/@bonusycasino_online-bezdepozitnye-bonusy-onlain-kazino-2023 \r\nhttp://vk.com/dating_website + http://vk.link/dating_website \r\nhttp://spark.ru/startup/credit-loan/blog/99728/krediti-i-zajmi-rossii \r\nhttp://vk.link/credit_online_rf + http://vk.com/credit_online_rf \r\nhttp://www.facebook.com/CreditOnlineNow + http://vk.com/strahovanieresospb http://strahovanie-reso.turbo.site/ http://vk.com/kredity_banki http://vk.com/creditsru http://vk.com/credit_online_rf http://vk.link/credit_online_rf http://vk.link/strahovanieresospb \r\nhttp://bonusi.tb.ru/| http://bonusi.tb.ru/kredit| http://bonusi.tb.ru/zaim| http://bonusi.tb.ru/bank| http://bonusi.tb.ru/credit-cards|http://bonusi.tb.ru/avtokredit| http://bonusi.tb.ru/ipoteka \r\nhttp://creditonline.tb.ru \r\nhttp://creditonline.tb.ru/microloans \r\nhttp://creditonline.tb.ru/avtokredity \r\nhttp://creditonline.tb.ru/bez-spravok \r\nhttp://creditonline.tb.ru/dengi \r\nhttp://creditonline.tb.ru/banki \r\nhttp://creditonline.tb.ru/kreditnye-karty \r\nhttp://creditonline.tb.ru/potrebitelskie-kredity \r\nhttp://creditonline.tb.ru/refinansirovanie \r\nhttp://creditonline.tb.ru/zajmy-na-kartu \r\nhttp://creditonline.tb.ru/kalkulyator \r\nhttp://creditonline.tb.ru/kre', ''),
(14078, 1, 2016, '1', 'Cleveland', ''),
(14079, 1, 2016, '2', 'Valentino', ''),
(14080, 1, 2016, '3', 'cleveland.valentino@outlook.com', ''),
(14081, 1, 2016, '4', '(507) 378-4740', ''),
(14082, 1, 2016, '5', 'Cleveland Valentino', ''),
(14083, 1, 2016, '6', 'Don’t Wait Until Your Competitors Nail This One', ''),
(14084, 1, 2016, '7', 'Hey,\r\nEver wanted to take complete control of your business & enjoy a lavish lifestyle right from the comfort of your home…\r\nWithout burning your midnight lamps, sipping cups of coffee to remain focused & work round-the-clock like a pendulum.\r\nGREAT NEWS…\r\n\r\nHere’s how you can get all that & much more.\r\nClick Here To See The Full Scoop- Link Here\r\nPut your hands together for Backlinks Builder-\r\n\r\nA fresh, revolutionary & completely unique technology that automates the complete process of driving quality buyer traffic from google  to your offers hands down.\r\nHere’re just a few numbers to further substantiate its huge potential -\r\n·        Social Media is the network in U.S with more than 800 million monthly active users\r\n·        There are over 20 Billion searches on social media every month\r\n·        77% of weekly users regularly discover new brands and products on social media\r\nNothing like this is available at such a low price anywhere...\r\nand I bet these never seen before amazing features at the crazy low one time price will surely make your buying experience a pleasant one.\r\nSo, before all this expires, act soon and get your hands on this masterpiece!\r\n\r\nYou can’t afford to miss out on this one…\r\nGet Backlinks Builder With Cool Bonuses Today-https://warriorplus.com/o2/a/qt25mf/0\r\nTo Your Success,\r\nYour Name Here\r\nP.S- Crazy deals like these seldom come your way. So get your hands on this before it flies away forever.', ''),
(14085, 1, 2017, '1', 'John', ''),
(14086, 1, 2017, '2', 'Nigro', ''),
(14087, 1, 2017, '3', 'john@sourceonebuildingmaintenance.com', ''),
(14088, 1, 2017, '4', '(669) 236-2008', ''),
(14089, 1, 2017, '5', 'SourceOne Building Maintenance', ''),
(14090, 1, 2017, '6', 'Recurring Janitorial Service For Your Facility', ''),
(14091, 1, 2017, '7', 'I\'m in your area and would be happy to visit your business and submit a bid for your recurring janitorial needs that require 5 or more days per week.\r\n\r\nWould you like to compare pricing on your office cleaning service, or having your space cleaned addressing your cleaning issues i.e. COVID, communication, shoddy work, etc.?\r\n\r\nI\'d be happy to send you a no-obligation quote on your facilities cleaning.\r\n\r\nPlease simply respond to this email and I’ll send the next steps.\r\n\r\nThanks,\r\n\r\nJohn Nigro\r\nBusiness Development Representative\r\nSourceOne Building Maintenance\r\njohn@sourceonebuildingmaintenance.com\r\n\r\nRespond with stop to optout.', ''),
(14092, 1, 2018, '1', 'Keithgreks', ''),
(14093, 1, 2018, '2', 'Keithgreks', ''),
(14094, 1, 2018, '3', 'rileygeorgia04@gmail.com', ''),
(14095, 1, 2018, '4', '(681) 518-1270', ''),
(14096, 1, 2018, '5', 'google', ''),
(14097, 1, 2018, '6', 'Купить Мефедрон в Москве? САЙТ - WWW.KLAD.TODAY Мефедрон Купить. САЙТ - WWW.KLAD.TODAY', ''),
(14098, 1, 2018, '7', 'Купить Мефедрон в Москве? САЙТ - WWW.KLAD.TODAY Мефедрон Купить. САЙТ - WWW.KLAD.TODAY \r\n \r\n \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\n \r\nКупить Мефедрон в Москве, \r\nСколько стоит Мефедрон в Москве, \r\nКак купить Мефедрон в Москве, \r\nГде купить Мефедрон в Москве, \r\nКупить Мефедрон в Москве, \r\nСколько стоит СОЛЬ Мефедрон в Москве, \r\nКупить СОЛЬ Мефедрон в Москве, \r\nЦена на СОЛЬ Мефедрон в Москве, \r\nКупить Гашиш в Москве, \r\nКупить экстази в Москве, \r\nКупить шишки в Москве, \r\nКупить гашиш в Москве, \r\nКупить мефедрон в Москве, \r\nКупить экстази в Москве, \r\nКупить МДМА в Москве, \r\nКупить лсд в Москве, \r\nКупить фен в Москве, \r\nКупить скорость альфа в Москве, \r\nКупить гидропонику в Москве, \r\nКупить метамфетамин в Москве, \r\nКупить эйфоретики в Москве, \r\nКупить закладки в Москве, \r\nКупить МЕФЕДРОН закладкой в Москве', ''),
(14099, 1, 2019, '1', 'WilliamMed', ''),
(14100, 1, 2019, '2', 'WilliamMed', ''),
(14101, 1, 2019, '3', 'na.paleve@hotmail.com', ''),
(14102, 1, 2019, '4', '(456) 216-1786', ''),
(14103, 1, 2019, '5', 'google', ''),
(14104, 1, 2019, '6', 'nevermind', ''),
(14105, 1, 2019, '7', 'Все виды электромонтажных работ:   https://mastera-stolici.ru/ \r\nвнутренние электромонтажные работы, прокладка кабеля напряжением до 1000В, монтаж уличного освещения с установкой опор, архитектурная и декоративная подсветка, замеры параметров электрических цепей. \r\nМонтаж силовых и осветительных электрических сетей, компьютерных сетей, сетей связи и безопасности. \r\nПрокладка наружных сетей электроснабжения напряжением до 1000 В. \r\nПрокладка кабеля в земле. \r\nПрокладка кабеля в помещениях. \r\nМонтаж уличного освещения с установкой опор. \r\nАрхитектурная и декоративная подсветка. \r\nЗамеры параметров электрических сетей. \r\nТехническое обследование. \r\nМонтаж систем бесперебойного питания \r\nМонтаж стабилизаторов \r\nМонтаж молниезащиты \r\nМонтаж заземления \r\nСборка электрощитового оборудования \r\nМонтаж видеонаблюдения \r\nМонтаж кондиционеров \r\nhttps://mastera-stolici.ru/', ''),
(14106, 1, 2020, '1', 'leonlp69', ''),
(14107, 1, 2020, '2', 'leonlp69', ''),
(14108, 1, 2020, '3', 'miriamtx69@kenta34.infospace.fun', ''),
(14109, 1, 2020, '4', '(867) 648-4183', ''),
(14110, 1, 2020, '5', 'google', ''),
(14111, 1, 2020, '6', 'Hot new pictures each day', ''),
(14112, 1, 2020, '7', 'Big Ass Photos - Free Huge Butt Porn, Big Booty Pics\r\nhttp://fireemblamporn.danexxx.com/?post-raegan \r\n\r\n free mature forced fuck porn pics porn get around internet filter pantryhose porn videos college florida porn my teen home porn', ''),
(14113, 1, 2021, '1', 'Nathanjag', ''),
(14114, 1, 2021, '2', 'Nathanjag', ''),
(14115, 1, 2021, '3', 'menhos7@rambler.ru', ''),
(14116, 1, 2021, '4', '(763) 046-1710', ''),
(14117, 1, 2021, '5', 'google', ''),
(14118, 1, 2021, '6', 'Top 10 Online Slots', ''),
(14119, 1, 2021, '7', 'If you were to survey which features were the most popular among slots players, we would pretty much be able to guarantee that <a href=https://casino2202.blogspot.com/2022/10/slots-lv-casino-review-usa-friendly.html>free spins</a> would be at the very top. There is nothing more satisfying than landing a ton of free spins and just sitting back and watching them reel in the wins. \r\nFind the best <a href=https://casino2202.blogspot.com/2022/10/joe-fortune-casino-review-2022-top.html>online casinos</a> USA to play games for real money. List of the top US Casinos that accept US players. United States\' leading gambling sites 2022 \r\n<a href=https://casino2202.blogspot.com/2022/10/spin-palace-winners-top-wins-best-games.html>Spin Palace</a> is your top destination for a safe and trusted online casino experience. Enjoy over 500 casino games in a secure, fair environment 24/7! \r\nWith <a href=https://casino2202.blogspot.com/2022/11/slotslv-reviews-read-customer-service.html>Slotslv casino</a> range of classic online casino games, you will feel like you’re in Atlantic City. Enjoy the best table games with a Risk-Free Play Bonus of up to $100 \r\n<a href=>http://secure-casinos.com</a> \r\nBest online casinos in the US of 2023. We compare online casinos, bonuses & casino games so that you can play at the best casino online in the USA Jackpot City Casino', ''),
(14120, 1, 2022, '1', 'RalphDoock', ''),
(14121, 1, 2022, '2', 'RalphDoock', ''),
(14122, 1, 2022, '3', '5dg4t@course-fitness.com', ''),
(14123, 1, 2022, '4', '(558) 276-7467', ''),
(14124, 1, 2022, '5', 'google', ''),
(14125, 1, 2022, '6', '天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(14126, 1, 2022, '7', '天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\nhttps://xn--ghq10gmvi961at1b479e.com/', ''),
(14127, 1, 2023, '1', 'Steven', ''),
(14128, 1, 2023, '2', 'Ross', ''),
(14129, 1, 2023, '3', 'hillier.cornell@googlemail.com', ''),
(14130, 1, 2023, '4', '(727) 622-1305', ''),
(14131, 1, 2023, '5', 'Why pay someone, when AI can do it for you?', ''),
(14132, 1, 2023, '6', 'Fwd: Rank your website with this easy to use aitool', ''),
(14133, 1, 2023, '7', 'Hi,\r\n\r\nRanking websites have never been easier. \r\n\r\nLet me explain, why pay money to a company to  rank on the first page of google?\r\nWhen you can spend a few bucks and minimum 10 minutes of your precious time and let the AI do the rest.\r\n\r\nWant to take matters into your own hands? \r\nThis AiTool will automate, trending keywords, write pages of content and much MUCH more.\r\n\r\nTrust me, you get what you pay for. It\'s better than ChatGPT!\r\n\r\nAdditionally, when you sign up using my link below, you will get a Special bonus.\r\n\r\nCheck out the link below, visit https://cutt.ly/bonuses\r\n\r\nFollow the link, sign-up to get free newsletters.\r\nIf not, don\'t signup and go straight to the offer.\r\n\r\nThank you for your time!\r\n\r\nBest,\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=gangagen.com', ''),
(14134, 1, 2024, '1', 'Sandyhoula', ''),
(14135, 1, 2024, '2', 'Sandyhoula', ''),
(14136, 1, 2024, '3', 'yourmail@gmail.com', ''),
(14137, 1, 2024, '4', '(088) 588-4473', ''),
(14138, 1, 2024, '5', 'google', ''),
(14139, 1, 2024, '6', 'Конструктор стихотворений', ''),
(14140, 1, 2024, '7', 'Здравствуйте, приглашаем посетить сайт, \r\nгде вы сможете приобрести конструктор \r\nстихотворений, расположенный по адресу: \r\nhttp://constst.ru', ''),
(14141, 1, 2025, '1', 'Freddygok', ''),
(14142, 1, 2025, '2', 'Freddygok', ''),
(14143, 1, 2025, '3', 'werso015iu@rambler.ru', ''),
(14144, 1, 2025, '4', '(753) 464-0566', ''),
(14145, 1, 2025, '5', 'google', ''),
(14146, 1, 2025, '6', 'thank you very much', ''),
(14147, 1, 2025, '7', 'very good  \r\n_________________ \r\n<a href=http://ipl.kzkk30.site/2926.html>आईपीएल 2023 केकेआर बनाम एसआरएच पर प्रकाश डालता है</a>', ''),
(14148, 1, 2027, '1', 'Stephenskymn', ''),
(14149, 1, 2027, '2', 'Stephenskymn', ''),
(14150, 1, 2027, '3', 'ashley.ryan@srqmediagroup.com', ''),
(14151, 1, 2027, '4', '(068) 612-3244', ''),
(14152, 1, 2027, '5', 'google', ''),
(14153, 1, 2027, '6', 'TAKE YOUR SOCIAL MEDIA PRESENCE FROM ORDINARY TO ELITE WITH OUR SMM SERVICES', ''),
(14154, 1, 2027, '7', 'SOCIAL MEDIA MARKETING THAT GETS RESULTS - ELITE SMM SERVICES https://elite-smm.siobrigraverucomp.tk/invite-7768', ''),
(14155, 1, 2028, '1', 'RobertGot', ''),
(14156, 1, 2028, '2', 'RobertGot', ''),
(14157, 1, 2028, '3', 'zelatcol@gmail.com', ''),
(14158, 1, 2028, '4', '(260) 627-4181', ''),
(14159, 1, 2028, '5', 'google', ''),
(14160, 1, 2028, '6', 'Hi  i am wrote about   the price for reseller', ''),
(14161, 1, 2028, '7', 'Kaixo, zure prezioa jakin nahi nuen.', ''),
(14162, 1, 2029, '1', 'katieao60', ''),
(14163, 1, 2029, '2', 'katieao60', ''),
(14164, 1, 2029, '3', 'danielpx11@katsu410.michio23.excitemail.fun', ''),
(14165, 1, 2029, '4', '(784) 100-8403', ''),
(14166, 1, 2029, '5', 'google', ''),
(14167, 1, 2029, '6', 'Hot sexy porn projects, daily updates', ''),
(14168, 1, 2029, '7', 'My new hot project|enjoy new website\r\nhttp://shemalemeet.hotblognetwork.com/?post-alexa \r\n\r\n virgin before starting porn bulma cartoon porn pterodactyl porn free ron jeremy porn trailers video porn keez', ''),
(14169, 1, 2030, '1', 'enlareTar', ''),
(14170, 1, 2030, '2', 'enlareTar', ''),
(14171, 1, 2030, '3', 'maximmad222@yandex.ru', ''),
(14172, 1, 2030, '4', '(160) 300-7210', ''),
(14173, 1, 2030, '5', 'google', ''),
(14174, 1, 2030, '6', 'Приобретение игр XBOX   разнообразные игры:  АССАСИН КРИД', ''),
(14175, 1, 2030, '7', 'Где купить разнообразные игры +на xbox приставку Попробуй в роли себя наемного убийцы игрый в Hitman 2  +  https://ggsel.net/catalog/product/3116972 \r\n<b>Удобная оплата через  Enot</b>(<u>11 способов оплаты</u>)-<b>оплта картой Perfect money а так же через криптовалюту</b> \r\n<b> Оплата через FREEKASSA (<u>26 способа опдлаты</u>) карты(<u>Visa Mastercard Мир</u>)Россия Казахстан (<u>ЮКАССА,Онлайн банк, система бытрых платежей и другие</u>)</b> \r\n<b>Оплата банковской картой без комиссии(0-процентов) </b> \r\n<b>ИНТЕРНЕТ МАГАЗИН ЦИФРОВЫХ ТОВАРОВ</b> https://bysel.ru/goods/?activation=origin \r\nАкканты xbox-новые игры  https://ggsel.net/catalog/product/3622250 \r\nключи игр xbox +one купитьhttps://ggsel.net/catalog/product/2957744 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://ggsel.net/catalog/product/3589474 \r\nигры +на xbox +one купить дешевоhttps://ggsel.net/catalog/product/3116767 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://digiseller.market/asp2/pay_options.asp?id_d=3582748 \r\nкупить аккаунт steamhttps://bysel.ru/goods/?activation=steam \r\nxbox gift card(покупка игр в иностранном аккаунте)https://ggsel.net/catalog/product/3614567 \r\nSteam Turkey  TL Gift Card Code( FOR TURKEY ACCOUN)(<b>стим игры дешевле чем в русском аккаунте</b>)https://ggsel.net/catalog/product/3473640 \r\nНовый Стим аккаунт ( Турция/Полный доступ) PayPaLhttps://ggsel.net/catalog/product/3296415 \r\nLeague Of Legends 850 LoL RP - ТУРЦИЯ https://ggsel.net/catalog/product/3296427 \r\nValorant 740 VP or 1050 Riot Points - ТОЛЬКО ТУРЦИЯ https://ggsel.net/catalog/product/3331571 \r\nPUBG Mobile 325 UC Unknown Cashhttps://ggsel.net/catalog/product/3430858 \r\nPlaystation Network (PSN) 10$(USA)https://ggsel.net/catalog/product/3466036 \r\niTUNES GIFT CARD - (TURKEY/USD) https://ggsel.net/catalog/product/3555721 \r\nAdguard Premium 1ПК(лучший блокировщик рекламы. можно отключить доступ к порно на поисковиках) https://ggsel.net/catalog/product/3046307 \r\nNetflix Турция Подарочный код TL??(VPN постоянно)дешевле чем в других аккаунтах https://ggsel.net/catalog/product/2911572 \r\nRAZER GOLD GIFT CARD 5$ (USD) Global Pin https://ggsel.net/catalog/product/3051315 \r\nNintendo+https://ggsel.net/catalog/product/3296413 \r\n<b>НЕДОРОГИЕ игры XBOX ONE</b> \r\nигры +на xbox +one купить дешевоhttps://bysel.ru/goods/diablo-ii-resurrected-xbox-one-series-xs-klyuch/ \r\nАвтопополнение моментально Steam(вы зачисляете свои средства на свой стим аккаунт,пишите логин)  https://digiseller.market/asp2/pay_options.asp?id_d=3582748 \r\nключи игр xbox +one купитьhttps://ggsel.net/catalog/product/3226371 \r\nключи игр xbox +one купитьhttps://ggsel.net/catalog/product/2920504 \r\nxbox  купить игру лицензиюhttps://ggsel.net/catalog/product/2957744 \r\ngoogle gift card купить+https://bysel.ru/goods/roblox-gift-card-10-usd-800-robux-global??bez-komissii/ \r\nНедорогой качественный хостинг от 85р.  https://webhost1.ru/?r=133178  \r\n<b>купить билетhttps://gagarina.com на концерт Полина Гагарина Навсегда(в живую посмотреть послушать певицу) </b> https://youtu.be/mNuK3CdLPjk \r\n<b>При покупке оплачиваешь ТОВАР выбираешь карта 3% <u> карта-любая страна</u> При оплате</b> \r\n<b>Если Нет денег купить что нибудь,устрайивайся на работу и обращайся в HOME BANKE, если хочешь купить машину, приходи в банк HOME BANKE</b> https://hcrd.ru/fTa9a8 \r\n<b>Хочешь добиться чего нибудь, получи кредит в Альфа Банке</b> https://clck.ru/33Pzfy  <b>октрывай свой бизнес, работай на себя(напиши бизнес план)получи дебетную карту</b> https://clck.ru/33Pzd8 \r\nНедорогой хостинг от 85р, при переносе с другого домена 2 месяца бесплатноhttps://webhost1.ru/?r=133178', ''),
(14176, 1, 2031, '1', 'Eric', ''),
(14177, 1, 2031, '2', 'Jones', ''),
(14178, 1, 2031, '3', 'ericjonesmyemail@gmail.com', ''),
(14179, 1, 2031, '4', '(555) 555-1212', ''),
(14180, 1, 2031, '5', 'NA', ''),
(14181, 1, 2031, '6', 'Why not TALK with your leads?', ''),
(14182, 1, 2031, '7', 'Hi gangagen.com Administrator.\r\n\r\nMy name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(14183, 1, 2032, '1', 'qFuRxQeiJQ', ''),
(14184, 1, 2032, '2', 'qFuRxQeiJQ', ''),
(14185, 1, 2032, '3', 'callvisvetlana@list.ru', ''),
(14186, 1, 2032, '4', '(761) 184-8241', ''),
(14187, 1, 2032, '5', 'google', ''),
(14188, 1, 2032, '6', 'Помни о том, что ты все можешь, не останавливайся', ''),
(14189, 1, 2032, '7', 'Помни о том, что ты все можешь, не останавливайся https://senler.ru/a/29xpm/gohx/759368335&S1ftLrMFfBu https://google.com gangagen.com', ''),
(14190, 1, 2033, '1', 'AydenqafHunterkfv8', ''),
(14191, 1, 2033, '2', 'AydenqafHunterkfv8', ''),
(14192, 1, 2033, '3', 'eg3824rdyrhb@gmail.com', ''),
(14193, 1, 2033, '4', '(303) 712-7451', ''),
(14194, 1, 2033, '5', 'google', ''),
(14195, 1, 2033, '6', 'Tell me your recommendations please.', ''),
(14196, 1, 2033, '7', 'Guys just made a website for me, look at the link:  \r\n<a href=http://www.ipnvrj.com.br/forum/profile.php?mode=viewprofile&u=860270&sid=43291ad5db3e8130585ba04106dc4afc>http://www.ipnvrj.com.br/forum/profile.php?mode=viewprofile&u=860270&sid=43291ad5db3e8130585ba04106dc4afc</a> \r\nTell me your references. Thanks.', ''),
(14197, 1, 2034, '1', 'Eric', ''),
(14198, 1, 2034, '2', 'Jones', ''),
(14199, 1, 2034, '3', 'eric.jones.z.mail@gmail.com', ''),
(14200, 1, 2034, '4', '(555) 555-1212', ''),
(14201, 1, 2034, '5', 'CENTRE', ''),
(14202, 1, 2034, '6', 'Why not TALK with your leads?', ''),
(14203, 1, 2034, '7', 'Dear gangagen.com Admin.\r\n\r\nMy name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(14204, 1, 2035, '1', 'Eric', ''),
(14205, 1, 2035, '2', 'Jones', ''),
(14206, 1, 2035, '3', 'ericjonesmyemail@gmail.com', ''),
(14207, 1, 2035, '4', '(555) 555-1212', ''),
(14208, 1, 2035, '5', 'UD', ''),
(14209, 1, 2035, '6', 'how to turn eyeballs into phone calls', ''),
(14210, 1, 2035, '7', 'To the gangagen.com Owner. \r\n\r\nEric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(14211, 1, 2036, '1', 'RobertHeabe', ''),
(14212, 1, 2036, '2', 'RobertHeabe', ''),
(14213, 1, 2036, '3', 'fevgen708@gmail.com', ''),
(14214, 1, 2036, '4', '(222) 508-3310', ''),
(14215, 1, 2036, '5', 'google', ''),
(14216, 1, 2036, '6', 'News 2023', ''),
(14217, 1, 2036, '7', 'Etsy + Pinterest + SEO http://pint77.com дают высокие результаты продаж. Также работаем с Shopify, ebay, amazon и др.', ''),
(14218, 1, 2037, '1', 'Philipenach', ''),
(14219, 1, 2037, '2', 'Philipenach', ''),
(14220, 1, 2037, '3', 'vz2o@course-fitness.com', ''),
(14221, 1, 2037, '4', '(165) 743-2645', ''),
(14222, 1, 2037, '5', 'google', ''),
(14223, 1, 2037, '6', '冠天下!ENDVALUE!', ''),
(14224, 1, 2037, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1bmail479e.com/', ''),
(14225, 1, 2038, '1', 'Jasonhib', ''),
(14226, 1, 2038, '2', 'Jasonhib', ''),
(14227, 1, 2038, '3', 'nicklausmarkaylah952@outlook.com', ''),
(14228, 1, 2038, '4', '(318) 562-2764', ''),
(14229, 1, 2038, '5', 'google', ''),
(14230, 1, 2038, '6', 'Ximera Antidetect', ''),
(14231, 1, 2038, '7', '<a href=http://ximera.pw> A fundamentally new anti-detection browser with anti-detection methods</a> \r\n \r\n \r\n \r\nXimera\'s work is based on the principles of cryptography, which make it possible to confuse digital fingerprints and prevent\r\nwebsites from collecting and compiling information about the activity of their visitors. \r\n \r\n \r\nIn addition to the obvious advantage of providing anonymous and secure online activities, Chimera has other advantages: \r\n \r\n- Profile data can be stored in a convenient way for you. The choice is a database or your own device. \r\n- Data on different devices are synchronized with each other. \r\n- The possibility of fairly accurate manual settings – you can change the proxy settings, time zone, browser identification string and others. \r\n- Access to create multiple work environments. \r\n- Protection of the system from hacking if the password is entered incorrectly. \r\n- Data encryption on a one-way key \r\n \r\nAnonymous browser is suitable for both private and corporate use with the distribution of roles between participants. \r\nInstall and enjoy protected viewing with anti-detection options. \r\n \r\nAnd also be sure to use our affiliate program, to participate, it is enough to register in your personal account\r\nand get an individual link \r\nInvite your users and get 40% from each payment of the user you invited \r\nHave time to earn with us! \r\n \r\n \r\n \r\n \r\n \r\n<a href=https://ximera.fun/anti-detection-browser-ex-gchq-boss-all-the-ways-to-go-after-russia-why-pick-cyberwar>anti-detection-browser-ex-gchq-boss-all-the-ways-to-go-after-russia-why-pick-cyberwar</a>\r\n \r\n<a href=https://bestbrowser.store/antidetect-browser-top-theres-fraud-and-then-theres-backdoor-routers-fenced-logins-malware-and-bribing-att-staff-seven-figures-to-unlock-2m-phones>antidetect-browser-top-theres-fraud-and-then-theres-backdoor-routers-fenced-logins-malware-and-bribing-att-staff-seven-figures-to-unlock-2m-phones</a>', ''),
(14232, 1, 2039, '1', 'JohnnyVAP', ''),
(14233, 1, 2039, '2', 'JohnnyVAP', ''),
(14234, 1, 2039, '3', 'jtxfwi@course-fitness.com', ''),
(14235, 1, 2039, '4', '(543) 207-6453', ''),
(14236, 1, 2039, '5', 'google', ''),
(14237, 1, 2039, '6', 'Game LIFE 遊戲情報', ''),
(14238, 1, 2039, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(14239, 1, 2041, '1', 'AndrewThofe', ''),
(14240, 1, 2041, '2', 'AndrewThofe', ''),
(14241, 1, 2041, '3', 'xopo7b@course-fitness.com', ''),
(14242, 1, 2041, '4', '(233) 180-5067', ''),
(14243, 1, 2041, '5', 'google', ''),
(14244, 1, 2041, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(14245, 1, 2041, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(14246, 1, 2040, '1', 'Gordonplunk', ''),
(14247, 1, 2040, '2', 'Gordonplunk', ''),
(14248, 1, 2040, '3', 'yh8xu@course-fitness.com', ''),
(14249, 1, 2040, '4', '(311) 121-0721', ''),
(14250, 1, 2040, '5', 'google', ''),
(14251, 1, 2040, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(14252, 1, 2040, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(14253, 1, 2042, '1', 'Untok', ''),
(14254, 1, 2042, '2', 'Untok', ''),
(14255, 1, 2042, '3', 'u4qo3d7j@icloud.com', ''),
(14256, 1, 2042, '4', '(005) 846-5703', ''),
(14257, 1, 2042, '5', 'google', ''),
(14258, 1, 2042, '6', 'I promised.', ''),
(14259, 1, 2042, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/28b7l34s', ''),
(14260, 1, 2043, '1', 'Untok', ''),
(14261, 1, 2043, '2', 'Untok', ''),
(14262, 1, 2043, '3', 'i6obiz7g@gmail.com', ''),
(14263, 1, 2043, '4', '(243) 318-5468', ''),
(14264, 1, 2043, '5', 'google', ''),
(14265, 1, 2043, '6', 'I promised.', ''),
(14266, 1, 2043, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/2y5v4bff', ''),
(14267, 1, 2044, '1', 'Richard', ''),
(14268, 1, 2044, '2', 'Cole', ''),
(14269, 1, 2044, '3', 'richard@ai-hustle.com', ''),
(14270, 1, 2044, '4', '(416) 708-4747', ''),
(14271, 1, 2044, '5', 'Tuyet Rountree', ''),
(14272, 1, 2044, '6', 'Question', ''),
(14273, 1, 2044, '7', 'Hey,\r\n\r\nIf you want to create better and quicker content than your competitors for free, than check the link below.\r\n\r\nGo to www.bestcopytool.com and use the power of AI to your advantage before the others know about it.\r\n\r\nBest,\r\n\r\nRichard\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you do not want to receive any more marketing emails please send us an email at info@ai-hustle.com and include your URL', ''),
(14274, 1, 2045, '1', 'ishimaurat', ''),
(14275, 1, 2045, '2', 'ishimaurat', ''),
(14276, 1, 2045, '3', 'ishimaurat@rambler.ru', ''),
(14277, 1, 2045, '4', '(731) 214-8371', ''),
(14278, 1, 2045, '5', 'google', ''),
(14279, 1, 2045, '6', 'Все про ПЗУ', ''),
(14280, 1, 2045, '7', 'Использование ППЗУ в электронике <a href=http://prog.regionsv.ru/>prog.regionsv.ru</a> \r\n \r\n<a href=http://prog.regionsv.ru/stat.htm>История создания и развития ППЗУ</a> \r\n \r\nМузей электронных компонентов, <a href=http://rdk.regionsv.ru/muzeum.htm>виртуальный музей микросхем и полупроводников</a> \r\n \r\nКупить химию для <a href=http://regionsv.ru>для очистки печатных плат в ультразвуке</a> \r\n \r\nХарактеристики <a href=http://prog.regionsv.ru/dateshit.htm>микросхем ППЗУ, даташит</a>', ''),
(14281, 1, 2046, '1', 'skyreverywhort', ''),
(14282, 1, 2046, '2', 'skyreverywhort', ''),
(14283, 1, 2046, '3', 'malinoleg91@mail.ru', ''),
(14284, 1, 2046, '4', '(466) 483-3731', ''),
(14285, 1, 2046, '5', 'google', ''),
(14286, 1, 2046, '6', 'Private jet charter flights cost of hire', ''),
(14287, 1, 2046, '7', '<a href=https://www.skyrevery.com/services/private-jet-charter/>Private Jet Charter </a>        -  more information on our website <a href=https://skyrevery.com>skyrevery.com</a> \r\n<a href=https://skyrevery.com/>Private jet rental</a> at SkyRevery allows you to use such valuable resource as time most efficiently. \r\nYou are the one who decides where and when your private jet will fly. It is possible to organize and perform a flight between any two civil airports worldwide round the clock. In airports, private jet passengers use special VIP terminals where airport formalities are minimized, and all handling is really fast – you come just 30 minutes before  the estimated time of the departure of the rented private jet. \r\nWhen you need <a href=https://skyrevery.com/>private jet charter</a> now, we can organise your flight with departure in 3 hours from confirmation.', ''),
(14288, 1, 2047, '1', 'Anna', ''),
(14289, 1, 2047, '2', 'Vagner', ''),
(14290, 1, 2047, '3', 'anna@ipharmaexpo.net', ''),
(14291, 1, 2047, '4', '(061) 937-8485', ''),
(14292, 1, 2047, '5', 'i Pharma Expo', ''),
(14293, 1, 2047, '6', 'expo', ''),
(14294, 1, 2047, '7', 'Greetings from iPharma Expo \r\nOn behalf of iPharma Expo committee and supporting partners, I have taken this opportunity to invite “GangaGen.” to exhibit at International iPharma Expo to be held during September 21- 22, 2023 in San Francisco, USA. The expo is expected to witness approx. 150 exhibitors and 1500- 2000 visitors footfall from pharma, medical and health care industry.\r\n\r\nExpo details- https://www.ipharmaexpo.com/exhibitor-registration/\r\n\r\nRegister as a visitor and get access to hundreds of participating companies and get your company logo recognised on our official website that has a daily traffic of hundreds of visitors.\r\n\r\nVisitor registration- https://www.ipharmaexpo.com/visitor-registration/\r\n\r\nWe would be glad if you accept our humble request and participate at the prestigious iPharma Expo. Kindly let me know your interest so that I can send you more details and benefits.\r\n\r\nThank you for your time and looking forward to hearing from you.\r\n\r\nSincerely,\r\nAnna Vagner,\r\nShow Manager | iPharma Expo\r\nE: anna@ipharmaexpo.net \r\nW: https://www.ipharmaexpo.com/.', ''),
(14295, 1, 2048, '1', 'Eric', ''),
(14296, 1, 2048, '2', 'Jones', ''),
(14297, 1, 2048, '3', 'ericjonesmyemail@gmail.com', ''),
(14298, 1, 2048, '4', '(555) 555-1212', ''),
(14299, 1, 2048, '5', 'SP', ''),
(14300, 1, 2048, '6', 'Try this, get more leads', ''),
(14301, 1, 2048, '7', 'Dear gangagen.com Administrator! my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(14302, 1, 2049, '1', 'Untok', ''),
(14303, 1, 2049, '2', 'Untok', ''),
(14304, 1, 2049, '3', 'tki7ftry@yahoo.com', ''),
(14305, 1, 2049, '4', '(257) 262-3034', ''),
(14306, 1, 2049, '5', 'google', ''),
(14307, 1, 2049, '6', 'I promised.', ''),
(14308, 1, 2049, '7', 'Hi, this is Julia. I am sending you my intimate photos as I promised. https://tinyurl.com/294u9zby', ''),
(14309, 1, 2050, '1', 'Allen', ''),
(14310, 1, 2050, '2', 'Young', ''),
(14311, 1, 2050, '3', 'allen@fundingready.online', ''),
(14312, 1, 2050, '4', '(202) 991-6766', ''),
(14313, 1, 2050, '5', 'Express Capital', ''),
(14314, 1, 2050, '6', 'Something to consider', ''),
(14315, 1, 2050, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nAs a business owner you already know how hard it can be to get your hands on some working capital!\r\n\r\nHowever, all that has changed! \r\n\r\nExpress Capital is a Direct Lender who would like to offer you a working capital loan up to 500k.\r\n \r\nGet pre-qualified in less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\nWarm Regards,\r\n\r\nAllen Young\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(14316, 1, 2051, '1', 'Lula', ''),
(14317, 1, 2051, '2', 'Donnell', ''),
(14318, 1, 2051, '3', 'lula.donnell@gmail.com', ''),
(14319, 1, 2051, '4', '(732) 844-7357', ''),
(14320, 1, 2051, '5', 'Lula Donnell', ''),
(14321, 1, 2051, '6', 'Want more visitors for your website?', ''),
(14322, 1, 2051, '7', 'want to test drive a hidden service to jumpstart your business?\r\n\r\n”The Success Business Service” enables you to skyrocket your sales & marketing, quickly and easily, and it works wonders. Test drive it here: easymarketingapp.com\r\n\r\nOur company earned $31,000+ in revenue in the last 4weeks. \r\n\r\nYou will see the step-by-step explanation on easymarketingapp.com\r\n\r\nKind regards\r\n\r\nP.S.: You are seriously missing out right now by not using it…\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nLula, Donnell\r\n\r\n2023 Woodland Drive, Houston, TX 77006, United States.\r\n\r\n 732-844-7357\r\n\r\nIf you do not wish to receive further emails from us, you may opt-out by filling this form: \r\nhttps://forms.gle/DYsMy2uoK8zoAETE6.\r\n\r\nPlease note that it may take up to 10 business days for your request to be processed.\r\n\r\nIf you have received this communication in error, please delete it and notify the sender immediately.', ''),
(14323, 1, 2052, '1', 'Brook', ''),
(14324, 1, 2052, '2', 'Fernandes', ''),
(14325, 1, 2052, '3', 'brook.fernandes@gmail.com', ''),
(14326, 1, 2052, '4', '(418) 266-5956', ''),
(14327, 1, 2052, '5', 'Brook Fernandes', ''),
(14328, 1, 2052, '6', '\"Take the guesswork out of social media marketing with ChatGPT4 (OpenAI) powered app\"', ''),
(14329, 1, 2052, '7', 'Do you want to automate your social media accounts and drive 10,000s of views and traffic?\r\nIf so, then you need to check out SociAi.\r\nSociAi is the world\'s first fully ChatGPT4-driven app that automates social media accounts by creating and posting trending viral content such as videos, images, reels, and much more.\r\nWith SociAi, you can easily automate your social media accounts and get more views, traffic, and engagement.\r\nHere are just a few of the benefits of using SociAi:\r\nAutomate your social media accounts and save time\r\nGet more views, traffic, and engagement\r\nIncrease your brand awareness and reach\r\nBoost your sales and revenue\r\nSociAi is the perfect tool for anyone who wants to automate their social media accounts and get more results.\r\nSo what are you waiting for?\r\nTry SociAi today and see the results for yourself.\r\nClick here to learn more and get started today: https://warriorplus.com/o2/a/kp8x0p/0\r\nI hope to hear from you soon.\r\nBest regards,', ''),
(14330, 1, 2053, '1', 'Eric', ''),
(14331, 1, 2053, '2', 'Jones', ''),
(14332, 1, 2053, '3', 'ericjonesmyemail@gmail.com', ''),
(14333, 1, 2053, '4', '(555) 555-1212', ''),
(14334, 1, 2053, '5', 'NA', ''),
(14335, 1, 2053, '6', 'how to turn eyeballs into phone calls', ''),
(14336, 1, 2053, '7', 'Hi gangagen.com Webmaster. \r\n\r\nEric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(14337, 1, 2054, '1', 'Mike Reynolds', ''),
(14338, 1, 2054, '2', 'Mike Reynolds', ''),
(14339, 1, 2054, '3', 'no-replyPovaTasy@gmail.com', ''),
(14340, 1, 2054, '4', '(252) 623-3816', ''),
(14341, 1, 2054, '5', 'google', ''),
(14342, 1, 2054, '6', 'Domain Authority of your gangagen.com', ''),
(14343, 1, 2054, '7', 'Hi there \r\n \r\nJust checked your gangagen.com in MOZ and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed Domain Authority score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Semrush DA is now possible \r\nhttps://www.monkeydigital.co/semrush-da/ \r\n \r\nThanks and regards \r\nMike Reynolds', ''),
(14344, 1, 2055, '1', 'videokix', ''),
(14345, 1, 2055, '2', 'videokix', ''),
(14346, 1, 2055, '3', 'zwisoltiving1980@seocdvig.ru', ''),
(14347, 1, 2055, '4', '(865) 740-4352', ''),
(14348, 1, 2055, '5', 'google', ''),
(14349, 1, 2055, '6', 'Видеонаблюдение в Нижнем Новгороде', ''),
(14350, 1, 2055, '7', '<a href=http://xn----ctbgen7aaf.xn--p1ai>Видеонаблюдение</a>', ''),
(14351, 1, 2056, '1', 'Untok', ''),
(14352, 1, 2056, '2', 'Untok', ''),
(14353, 1, 2056, '3', 'qnb940uj@hotmail.com', ''),
(14354, 1, 2056, '4', '(262) 854-6446', ''),
(14355, 1, 2056, '5', 'google', ''),
(14356, 1, 2056, '6', 'I promised.', ''),
(14357, 1, 2056, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/24ull8q4', ''),
(14358, 1, 2057, '1', 'Eric', ''),
(14359, 1, 2057, '2', 'Jones', ''),
(14360, 1, 2057, '3', 'ericjonesmyemail@gmail.com', ''),
(14361, 1, 2057, '4', '(555) 555-1212', ''),
(14362, 1, 2057, '5', 'POITOU-CHARENTES', ''),
(14363, 1, 2057, '6', 'Your site – more leads?', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(14364, 1, 2057, '7', 'To the gangagen.com Administrator. this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(14365, 1, 2058, '1', 'Alexislyday', ''),
(14366, 1, 2058, '2', 'Alexislyday', ''),
(14367, 1, 2058, '3', 'rqo7e@course-fitness.com', ''),
(14368, 1, 2058, '4', '(033) 866-3317', ''),
(14369, 1, 2058, '5', 'google', ''),
(14370, 1, 2058, '6', '94新聞雲 - 最速新聞雲', ''),
(14371, 1, 2058, '7', '94新聞雲 - 最速新聞雲 \r\n \r\n \r\nhttps://newscloud.tw', ''),
(14372, 1, 2059, '1', 'PavelTix', ''),
(14373, 1, 2059, '2', 'PavelTix', ''),
(14374, 1, 2059, '3', 'kerouaninadia19@gmail.com', ''),
(14375, 1, 2059, '4', '(187) 327-6058', ''),
(14376, 1, 2059, '5', 'google', ''),
(14377, 1, 2059, '6', 'Sexy White Girls 18+, Sexy Young Woman, Sexy Russian girls', ''),
(14378, 1, 2059, '7', 'https://www.youtube.com/@FobosPlanet \r\n18+ Sexy Young Woman, Nude Sexy Girls 18+ \r\nhttps://www.youtube.com/watch?v=e0ot6TC0zTo \r\n \r\n?? SEXY NAKED GIRLS ???? Fantasy and Dream About Sexy Lady Swimming Underwater ?? 4K UHD SLOW MOTION ??', ''),
(14379, 1, 2060, '1', 'Jeromelergo', ''),
(14380, 1, 2060, '2', 'Jeromelergo', ''),
(14381, 1, 2060, '3', 'udaeer@course-fitness.com', ''),
(14382, 1, 2060, '4', '(778) 563-8000', ''),
(14383, 1, 2060, '5', 'google', ''),
(14384, 1, 2060, '6', '漫遊者體壇!ENDVALUE!', ''),
(14385, 1, 2060, '7', '漫遊者體壇 \r\n \r\n \r\nhttps://sports99.tw', ''),
(14386, 1, 2061, '1', 'rabotabarn', ''),
(14387, 1, 2061, '2', 'rabotabarn', ''),
(14388, 1, 2061, '3', 'platatermeba@gmx.com', ''),
(14389, 1, 2061, '4', '(102) 236-6830', ''),
(14390, 1, 2061, '5', 'google', ''),
(14391, 1, 2061, '6', 'Работа Барнаул без опыта и образования', ''),
(14392, 1, 2061, '7', 'Набираем в команду: Курьеров, Водителей, Фасовщиков, Склад-Курьеров. Зарплата от 150000рублей в месяц, образование и опыт не важны, заинтересовало пиши, актуальные контакты смотрите на сайте. \r\nwww.rabotainform.world \r\nwntwzk42eo4amqxicifvckpmpey2qulq3rbluea6bnyoq4epo6f4kyqd.onion \r\nToxChat ID 0CE6874D6641C9A22354CB6B5B283B285327A4CFD5AC6E08F40C09A91253B605EF44818CD700', ''),
(14393, 1, 2062, '1', 'AndreaWig', ''),
(14394, 1, 2062, '2', 'AndreaWig', ''),
(14395, 1, 2062, '3', 'pepsyfvig@wowzilla.ru', ''),
(14396, 1, 2062, '4', '(816) 033-6613', ''),
(14397, 1, 2062, '5', 'google', ''),
(14398, 1, 2062, '6', 'casinos online', ''),
(14399, 1, 2062, '7', '<a href=https://getb8.us/>gambling</a> \r\n<a href=\"https://getb8.us/\">casino real money</a>', ''),
(14400, 1, 2063, '1', 'Mike Parkinson', ''),
(14401, 1, 2063, '2', 'Mike Parkinson', ''),
(14402, 1, 2063, '3', 'no-replyPovaTasy@gmail.com', ''),
(14403, 1, 2063, '4', '(163) 733-2103', ''),
(14404, 1, 2063, '5', 'google', ''),
(14405, 1, 2063, '6', 'Semrush Audit and fixes for gangagen.com', ''),
(14406, 1, 2063, '7', 'Hello \r\n \r\nI have just analyzed  gangagen.com for the current onsite SEO status and saw that your website has a handful of issues which should be addressed. \r\n \r\nNo matter what you are offering or selling, having a poor optimized site, full of bugs and errors, will never help your ranks. \r\n \r\nLet us fix your wordpress site errors today and get your ranks reach their full potential \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/product/wordpress-seo-audit-and-fix-service/ \r\n \r\n \r\nRegards \r\nMike Parkinson', ''),
(14407, 1, 2064, '1', 'gorrrbusha', ''),
(14408, 1, 2064, '2', 'gorrrbusha', ''),
(14409, 1, 2064, '3', 'gorrrbusha@rambler.ru', ''),
(14410, 1, 2064, '4', '(654) 376-2537', ''),
(14411, 1, 2064, '5', 'google', ''),
(14412, 1, 2064, '6', 'Про водный тарнспорт', ''),
(14413, 1, 2064, '7', 'Как отмыть днище и борта пластиковой и алюминиевой лодки, катера, яхты <a href=http://www.matrixplus.ru/boat.htm>Купить химию для катеров, яхт, лодок, гидроциклов, гидроскутеров</a> \r\nОтмываем борта и днище. Возвращаем первоначальное состояние. \r\n \r\n \r\n<a href=http://www.matrixplus.ru/boat3.htm>Купить химию для мойки катеров лодок яхт, чем обмыть днище и борта</a> \r\n \r\nВсе про усилители мощности звуковой частоты <a href=http://rdk.regionsv.ru/usilitel.htm>Проектируем свой УМЗЧ</a>, Как спаять усилитель своими руками \r\n \r\n<a href=http://rdk.regionsv.ru/>Все про радиолюбительский компьютер Орион ПРО и компьютер Орион-128</a> программирование на языках высокого и низкого уровня', ''),
(14414, 1, 2065, '1', 'Supantha', ''),
(14415, 1, 2065, '2', 'Mandal', ''),
(14416, 1, 2065, '3', 'mandalsupantha@gmail.com', ''),
(14417, 1, 2065, '4', '(824) 029-7662', ''),
(14418, 1, 2065, '5', 'Body fitness', ''),
(14419, 1, 2065, '6', 'medical treatment', ''),
(14420, 1, 2065, '7', 'Medical treatment', ''),
(14421, 1, 2066, '1', 'FrancisTorgo', ''),
(14422, 1, 2066, '2', 'FrancisTorgo', ''),
(14423, 1, 2066, '3', 'huoyax@course-fitness.com', ''),
(14424, 1, 2066, '4', '(070) 254-8708', ''),
(14425, 1, 2066, '5', 'google', ''),
(14426, 1, 2066, '6', '太達數位媒體', ''),
(14427, 1, 2066, '7', '太達數位媒體 \r\n \r\n \r\n \r\nhttps://deltaamarketing.com.tw/', ''),
(14428, 1, 2067, '1', 'JamesTox', ''),
(14429, 1, 2067, '2', 'JamesTox', ''),
(14430, 1, 2067, '3', 'uvdiy4@course-fitness.com', ''),
(14431, 1, 2067, '4', '(755) 587-1400', ''),
(14432, 1, 2067, '5', 'google', ''),
(14433, 1, 2067, '6', '點子數位科技有限公司 \n \nhttps://spot-digital.com.tw/', ''),
(14434, 1, 2067, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(14435, 1, 2068, '1', 'Eric', ''),
(14436, 1, 2068, '2', 'Jones', ''),
(14437, 1, 2068, '3', 'ericjonesmyemail@gmail.com', ''),
(14438, 1, 2068, '4', '(555) 555-1212', ''),
(14439, 1, 2068, '5', 'NA', ''),
(14440, 1, 2068, '6', 'Your site – more leads?', ''),
(14441, 1, 2068, '7', 'To the gangagen.com Owner! this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(14442, 1, 2069, '1', 'OthersoSkivy', ''),
(14443, 1, 2069, '2', 'OthersoSkivy', ''),
(14444, 1, 2069, '3', 'kkas.hh.urrley@gmail.com', ''),
(14445, 1, 2069, '4', '(408) 837-6524', ''),
(14446, 1, 2069, '5', 'google', ''),
(14447, 1, 2069, '6', 'Скупка икон - Оплата сразу. Бесплатная консультация по Москве.', ''),
(14448, 1, 2069, '7', 'Оценка икон и других икон из дерева и металла. Бесплатная консультация, татуировки спб. Бесплатная консультация по МСК. \r\n<a href=https://tatu-salon78.ru/>сделать тату в спб</a> \r\nтату спб - <a href=http://www.tatu-salon78.ru>https://tatu-salon78.ru</a> \r\n<a href=http://www.google.cd/url?q=http://tatu-salon78.ru>https://google.lu/url?q=http://tatu-salon78.ru</a> \r\n \r\n<a href=https://cftr-signaling.com/index.php/rgb-d-salient-thing-recognition-a-survey/>Скупка икон - Оплата сразу. Бесплатная консультация по Москве.</a> 96330_9', ''),
(14449, 1, 2070, '1', 'ScottCah', ''),
(14450, 1, 2070, '2', 'ScottCah', ''),
(14451, 1, 2070, '3', 'smit24direct@yandex.ru', ''),
(14452, 1, 2070, '4', '(064) 217-6338', ''),
(14453, 1, 2070, '5', 'google', ''),
(14454, 1, 2070, '6', '<a href=https://council.spb.ru/2023/03/01/preimushhestva-shpaklevki-dlya-sten/>Как использовать шпаклевку для стен - советы и рекомендации</a>', ''),
(14455, 1, 2070, '7', 'Хотите получить идеально гладкие стены в вашем доме? Не забудьте про шпаклевку для стен! Этот материал позволит скрыть любые неровности и трещины, сделав ваше жилье привлекательным и уютным \r\nПодробно уззнать можно тут: <a href=https://vc.ru/s/1328307-stroymaterialy-v-spb/525021-vidy-gipsovyh-shpatlevok>шпаклевка semin</a>', ''),
(14456, 1, 2071, '1', 'Michaelemoda', ''),
(14457, 1, 2071, '2', 'Michaelemoda', ''),
(14458, 1, 2071, '3', 'bszll@course-fitness.com', ''),
(14459, 1, 2071, '4', '(210) 806-3822', ''),
(14460, 1, 2071, '5', 'google', ''),
(14461, 1, 2071, '6', '冠天下娛樂城', ''),
(14462, 1, 2071, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(14463, 1, 2072, '1', 'RalphDoock', ''),
(14464, 1, 2072, '2', 'RalphDoock', ''),
(14465, 1, 2072, '3', '5dg4t@course-fitness.com', ''),
(14466, 1, 2072, '4', '(860) 433-1136', ''),
(14467, 1, 2072, '5', 'google', ''),
(14468, 1, 2072, '6', '天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(14469, 1, 2072, '7', '天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\nhttps://xn--ghq10gmvi961at1b479e.com/', ''),
(14470, 1, 2073, '1', 'RobertGot', ''),
(14471, 1, 2073, '2', 'RobertGot', ''),
(14472, 1, 2073, '3', 'zelatcol@gmail.com', ''),
(14473, 1, 2073, '4', '(780) 554-3021', ''),
(14474, 1, 2073, '5', 'google', ''),
(14475, 1, 2073, '6', 'Aloha    write about your   price', ''),
(14476, 1, 2073, '7', 'Hai, saya ingin tahu harga Anda.', ''),
(14477, 1, 2074, '1', 'bernardhs4', ''),
(14478, 1, 2074, '2', 'bernardhs4', ''),
(14479, 1, 2074, '3', 'jessierp7@kenta90.excitemail.fun', ''),
(14480, 1, 2074, '4', '(174) 280-5566', ''),
(14481, 1, 2074, '5', 'google', ''),
(14482, 1, 2074, '6', 'Sexy photo galleries, daily updated collections', ''),
(14483, 1, 2074, '7', 'Browse over 500 000 of the best porn galleries, daily updated collections\r\nhttp://shemaleporbn.jsutandy.com/?post-kailee \r\n\r\n stolen porn password reqwest porn nicole peters porn legal porn switzerland gay porn on psp', ''),
(14484, 1, 2075, '1', 'Kevinlar', ''),
(14485, 1, 2075, '2', 'Kevinlar', ''),
(14486, 1, 2075, '3', 'eokort@course-fitness.com', ''),
(14487, 1, 2075, '4', '(453) 237-1227', ''),
(14488, 1, 2075, '5', 'google', ''),
(14489, 1, 2075, '6', '冠天下娛樂城', ''),
(14490, 1, 2075, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(14491, 1, 2076, '1', 'Michaelvabek', ''),
(14492, 1, 2076, '2', 'Michaelvabek', ''),
(14493, 1, 2076, '3', '9cjmo@course-fitness.com', ''),
(14494, 1, 2076, '4', '(777) 311-0183', ''),
(14495, 1, 2076, '5', 'google', ''),
(14496, 1, 2076, '6', '2022世界盃', ''),
(14497, 1, 2076, '7', '2022世界盃 \r\n \r\nhttps://as-sports.net/', ''),
(14498, 1, 2077, '1', 'EdwardShone', ''),
(14499, 1, 2077, '2', 'EdwardShone', ''),
(14500, 1, 2077, '3', 'nvb9v@course-fitness.com', ''),
(14501, 1, 2077, '4', '(576) 616-4741', ''),
(14502, 1, 2077, '5', 'google', ''),
(14503, 1, 2077, '6', '冠天下娛樂城', ''),
(14504, 1, 2077, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com', ''),
(14505, 1, 2078, '1', 'Ernestagets', ''),
(14506, 1, 2078, '2', 'Ernestagets', ''),
(14507, 1, 2078, '3', '1w1vvf@course-fitness.com', ''),
(14508, 1, 2078, '4', '(364) 446-2488', ''),
(14509, 1, 2078, '5', 'google', ''),
(14510, 1, 2078, '6', '淫色精典大百尻：男男女女爽歪歪 - 成人影片線上看!ENDVALUE!', ''),
(14511, 1, 2078, '7', '淫色精典大百尻：男男女女爽歪歪 - 成人影片線上看 \r\n \r\n \r\nhttps://9jgirl.com/', ''),
(14512, 1, 2079, '1', 'Robertmek', ''),
(14513, 1, 2079, '2', 'Robertmek', ''),
(14514, 1, 2079, '3', '4mnd0@course-fitness.com', ''),
(14515, 1, 2079, '4', '(463) 370-3766', ''),
(14516, 1, 2079, '5', 'google', ''),
(14517, 1, 2079, '6', 'unethost無限空間虛擬主機 技術分享部落格', ''),
(14518, 1, 2079, '7', 'unethost無限空間虛擬主機 技術分享部落格 \r\n \r\nhttp://blog.unethost.com/', ''),
(14519, 1, 2080, '1', 'BlakeTob', ''),
(14520, 1, 2080, '2', 'BlakeTob', ''),
(14521, 1, 2080, '3', 'rtniceart@niceart.club', ''),
(14522, 1, 2080, '4', '(427) 605-6742', ''),
(14523, 1, 2080, '5', 'google', ''),
(14524, 1, 2080, '6', 'рисунки птиц', ''),
(14525, 1, 2080, '7', 'рисунки <a href=https://goo.su/d6hNRWF>https://goo.su/d6hNRWF</a> жуки', ''),
(14526, 1, 2081, '1', 'KevinHeeno', ''),
(14527, 1, 2081, '2', 'KevinHeeno', ''),
(14528, 1, 2081, '3', '2bljns@course-fitness.com', ''),
(14529, 1, 2081, '4', '(308) 757-1347', ''),
(14530, 1, 2081, '5', 'google', ''),
(14531, 1, 2081, '6', '2023 世界棒球經典賽!ENDVALUE!', ''),
(14532, 1, 2081, '7', '2023 世界棒球經典賽 \r\n \r\n \r\n \r\nhttps://tx9j.tw/', ''),
(14533, 1, 2082, '1', 'Thomas', ''),
(14534, 1, 2082, '2', 'Murphy', ''),
(14535, 1, 2082, '3', 'thomas@cashboost.online', ''),
(14536, 1, 2082, '4', '(202) 991-6766', ''),
(14537, 1, 2082, '5', 'Express Capital', ''),
(14538, 1, 2082, '6', 'Is now a good time?', ''),
(14539, 1, 2082, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nJust wondering if you would consider a Working Capital Loan for your business\r\nif the price and terms were acceptable to you?\r\n\r\nExpress Capital is a Direct Lender specializing in working capital loans up to 500k. \r\n\r\nWe don’t require collateral and our approval process is fully automated. \r\n\r\nReceive your decision is less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nThomas Murphy\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(14540, 1, 2083, '1', 'SussanCrawfod', ''),
(14541, 1, 2083, '2', 'SussanCrawfod', ''),
(14542, 1, 2083, '3', 'sussan.crawford@proton.me', ''),
(14543, 1, 2083, '4', '(740) 052-3868', ''),
(14544, 1, 2083, '5', 'google', ''),
(14545, 1, 2083, '6', 'Don’t Make These Mistakes with Your Social Media Marketing', ''),
(14546, 1, 2083, '7', 'Do you need help with your social media marketing? We are a professional social media <b>expert</b> that can help you grow your online presence and reach more customers. \r\nWhether you need <b>Facebook, Instagram, Twitter, TikTok</b>, or any other platform, we can help. \r\nWe helped hundreds of clients achieve amazing results with their online marketing, and I can do the same for you. \r\nI look forward to hearing from you soon.. \r\n \r\nEmail me at: Alycia.Kirchner@proton.me \r\nCall/Text +1(917) 997-1124 \r\nor visit our website  https://tinyurl.com/vm3tmsc3', ''),
(14547, 1, 2084, '1', 'Shobana', ''),
(14548, 1, 2084, '2', 'Sugumar', ''),
(14549, 1, 2084, '3', 'shobanas@srmist.edu.in', ''),
(14550, 1, 2084, '4', '(984) 198-8577', ''),
(14551, 1, 2084, '5', 'SRM IST', ''),
(14552, 1, 2084, '6', 'Regd collaboration for project proposal submission', ''),
(14553, 1, 2084, '7', 'I am Dr.S.Shobana working as Associate Professor in SRM University, Chennai. Currently I am in US A& M University, Center for phage technology as Exchange visitor. I want to  enquire regarding phage therapy project proposal submission with collaboration.', ''),
(14554, 1, 2086, '1', 'James', ''),
(14555, 1, 2086, '2', 'McGregor', ''),
(14556, 1, 2086, '3', 'james@mcgregorinc.com', ''),
(14557, 1, 2086, '4', '(301) 539-5119', ''),
(14558, 1, 2086, '5', 'Jonas Cuevas', ''),
(14559, 1, 2086, '6', 'Canva is great…but…', ''),
(14560, 1, 2086, '7', 'Hey,\r\n\r\nCanva not cutting it for your small business? (spoiler alert: you’re not alone!)\r\n \r\nUse the power of AI to generate sales-optimized creatives lightning fast. No fuss. No design skills required.\r\n\r\nWhat will YOU do with all of your new-found time?\r\n\r\nStart your FREE 7-day trial today -> https://free-trial.adcreative.ai/april23\r\n\r\nBest,\r\n\r\nJames', ''),
(14561, 1, 2087, '1', 'HarolVow', ''),
(14562, 1, 2087, '2', 'HarolVow', ''),
(14563, 1, 2087, '3', 'jonierey999@outlook.com', ''),
(14564, 1, 2087, '4', '(780) 004-1188', ''),
(14565, 1, 2087, '5', 'google', ''),
(14566, 1, 2087, '6', 'Ximera Antidetect', ''),
(14567, 1, 2087, '7', '<a href=http://bestbrowser.store> A fundamentally new anti-detection browser with anti-detection methods</a> \r\n \r\nXimera\'s work is based on the principles of cryptography, which make it possible to confuse digital fingerprints and prevent\r\nwebsites from collecting and compiling information about the activity of their visitors. \r\n \r\n \r\nIn addition to the obvious advantage of providing anonymous and secure online activities, Chimera has other advantages: \r\n \r\n- Profile data can be stored in a convenient way for you. The choice is a database or your own device. \r\n- Data on different devices are synchronized with each other. \r\n- The possibility of fairly accurate manual settings – you can change the proxy settings, time zone, browser identification string and others. \r\n- Access to create multiple work environments. \r\n- Protection of the system from hacking if the password is entered incorrectly. \r\n- Data encryption on a one-way key \r\n \r\nAnonymous browser is suitable for both private and corporate use with the distribution of roles between participants. \r\nInstall and enjoy protected viewing with anti-detection options. \r\n \r\nAnd also be sure to use our affiliate program, to participate, it is enough to register in your personal account\r\nand get an individual link \r\nInvite your users and get 40% from each payment of the user you invited \r\nHave time to earn with us! \r\n \r\nWe provide a welcome bonus to each new user when registering with the promo code - kgav! \r\n \r\n<a href=https://bestbrowser.store/antidetect-browser-top-city-of-joburg-says-it-knows-who-ransom-hack-attacker-is-refuses-to-pay-off-criminals>antidetect-browser-top-city-of-joburg-says-it-knows-who-ransom-hack-attacker-is-refuses-to-pay-off-criminals</a>\r\n \r\n<a href=https://ximera.pw/browser-automation-ransomware-avalanche-at-alpine-hotel-puts-room-keycards-on-ice>browser-automation-ransomware-avalanche-at-alpine-hotel-puts-room-keycards-on-ice</a>', ''),
(14568, 1, 2088, '1', 'PhilipAbato', ''),
(14569, 1, 2088, '2', 'PhilipAbato', ''),
(14570, 1, 2088, '3', 'wuftqe@course-fitness.com', ''),
(14571, 1, 2088, '4', '(053) 832-5037', ''),
(14572, 1, 2088, '5', 'google', ''),
(14573, 1, 2088, '6', '聊球通!ENDVALUE!', ''),
(14574, 1, 2088, '7', '聊球通 \r\n \r\nhttps://9j88.tw', ''),
(14575, 1, 2089, '1', 'gertrudefr16', ''),
(14576, 1, 2089, '2', 'gertrudefr16', ''),
(14577, 1, 2089, '3', 'keri@norio7210.akihiro23.drkoop.site', ''),
(14578, 1, 2089, '4', '(182) 242-6532', ''),
(14579, 1, 2089, '5', 'google', ''),
(14580, 1, 2089, '6', 'Scandal porn galleries, daily updated lists', ''),
(14581, 1, 2089, '7', 'Enjoy daily galleries\r\nhttp://raretoppornivesdale.miyuhot.com/?stephanie \r\n names of schoolgirl porn coolie porn old men free porn porn star laurie vargus best cheating wife porn serch engine', ''),
(14582, 1, 2090, '1', 'Everett', ''),
(14583, 1, 2090, '2', 'Kohn', ''),
(14584, 1, 2090, '3', 'everett.kohn@gmail.com', ''),
(14585, 1, 2090, '4', '(604) 729-0762', ''),
(14586, 1, 2090, '5', 'Bynd.li', ''),
(14587, 1, 2090, '6', 'Linktree alternative 90% Discount', ''),
(14588, 1, 2090, '7', 'Howdy,\r\n\r\nQmy.li Advanced URL Shortener has 90% discount with this coupon code: SAVE90\r\nVisit now: https://qmy.li\r\n\r\nLifetime package form one month price of Bitly: https://qmy.li \r\n\r\nQmy.li the ultimate solution for all your link management needs! Better than bitly, linktree, rebrandly. Say goodbye to cluttered and confusing URL links, and say hello to neat, professional, and trackable links.\r\n\r\nAdvanced link shortener\r\nQR code generation & Customization\r\n20+ Tracking pixels support\r\nAdvanced Targeting (Geo, Device, Language)\r\nMultiple domains: qmy.li, brnd.li, bynd.li, linkmybio.in, biolinkr.me, linkme.best, mrkt.best, idiec.com, peynr.com\r\nCustom domains (use your own domain)\r\nAd support and advanced analytics\r\nCampaigns & link rotator & A/B Testing\r\nLink in Bio generator with remove branding feature\r\nCustom splash pages\r\nCTA overlay: contact forms, polls, messages, newsletters, images, coupons, and more\r\nCSV bulk link import & export\r\nAPI\r\nWordpress plugin included\r\nCustom CMS integration guide (easy)\r\nA suite of marketing tools\r\nPowerful integrations: WordPress (plugin included), Zapier, Slack, Shortcuts, Google Analytics, Google Tag Manager, Facebook, Bing, Twitter, Snapchat, Reddit, Linkedin, Pinterest, Quora, TikTok, Adroll, and more...\r\n\r\n\r\nAll of these features are designed to help you improve your online presence and drive conversions.\r\n\r\nQmy.li Advanced URL Shortener is an all-in-one platform that gives you everything you need to manage your links like a pro. \r\n\r\nQmy.li will improve your online presence, drive conversions, or simply keep track of your links. Start using Qmy.li today and take your link management to the next level!\r\n\r\nOur bio links, and custom splash pages will make your links look professional and presented in a way that makes sense for your brand. You can customize your bio links and add content widgets as well as embed widgets.\r\n\r\nBio Link Embeds:\r\n\r\nPayPal Button\r\nWhatsApp Message & Call\r\nPhone\r\nFAQ\r\nRSS Feed\r\nOpenSea NFT\r\nYouTube Embed\r\nFacebook Post\r\nInstagram Post\r\nTweets Embed\r\nSpotify Embed\r\nSoundCloud Embed\r\nApple Music Embed\r\nTikTok Embed\r\nContact Form Embed\r\nNewsletter Embed\r\nProduct Embed (Amazon, Ebay, Etsy, any website)\r\nand more\r\n\r\n\r\nYou can also use our CTA overlays to encourage your visitors to take a specific action, such as signing up for your newsletter, filling out a contact form, or taking a poll.\r\n\r\n\r\nSkyrocket your marketing performance with qmy.li link shortener suite! \r\n\r\nQmy.li Advanced URL Shortener has 90% discount with this coupon code: SAVE90\r\n\r\nVisit now: https://qmy.li', ''),
(14589, 1, 2091, '1', 'tradingrobot.trade', ''),
(14590, 1, 2091, '2', 'tradingrobot.trade', ''),
(14591, 1, 2091, '3', 'tradingrobotbest@outlook.com', ''),
(14592, 1, 2091, '4', '(471) 804-8466', ''),
(14593, 1, 2091, '5', 'google', ''),
(14594, 1, 2091, '6', 'Premium Automated Trading Software', ''),
(14595, 1, 2091, '7', 'Try to start earning with maximum quality automated trading software based on neural networks, with high win-rate \r\nhttps://tradingrobot.trade \r\nTG: @tradingrobot_support \r\nWhatsApp: +972557245593', ''),
(14596, 1, 2092, '1', 'Haroldhyday', ''),
(14597, 1, 2092, '2', 'Haroldhyday', ''),
(14598, 1, 2092, '3', '2amw@course-fitness.com', ''),
(14599, 1, 2092, '4', '(436) 530-0128', ''),
(14600, 1, 2092, '5', 'google', ''),
(14601, 1, 2092, '6', '歐客佬精品咖啡!ENDVALUE!', ''),
(14602, 1, 2092, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(14603, 1, 2093, '1', 'Andrehok', ''),
(14604, 1, 2093, '2', 'Andrehok', ''),
(14605, 1, 2093, '3', 'esasinalvu@gmx.com', ''),
(14606, 1, 2093, '4', '(763) 550-0733', ''),
(14607, 1, 2093, '5', 'google', ''),
(14608, 1, 2093, '6', 'Earn with us right now!', ''),
(14609, 1, 2093, '7', '1Win Betting Company is pleased to offer its players the opportunity to receive bonuses for the first four deposits, which can be used both for betting and for casinos. \r\nBonuses can reach up to 500% of the amount of each deposit, and the maximum bonus amount for each deposit is 50,000 rubles for each bonus account. \r\nGet a unique chance to win and start playing together with \"1Win\" today! \r\nUsing my promo code, you get large percentages for replenishment and a lot of buns! \r\nFollow my link and register using a promo code! \"MikaELB\" \r\npromo - MikaELB \r\nhttps://1wcoqa.top/?open=register', ''),
(14610, 1, 2094, '1', 'Mike Durham', ''),
(14611, 1, 2094, '2', 'Mike Durham', ''),
(14612, 1, 2094, '3', 'no-replyPovaTasy@gmail.com', ''),
(14613, 1, 2094, '4', '(837) 577-6028', ''),
(14614, 1, 2094, '5', 'google', ''),
(14615, 1, 2094, '6', 'NEW: Semrush Backlinks', ''),
(14616, 1, 2094, '7', 'Good Day \r\n \r\nThis is Mike Durham\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Durham\r\n \r\nmike@strictlydigital.net', ''),
(14617, 1, 2095, '1', 'ClaytonEmort', ''),
(14618, 1, 2095, '2', 'ClaytonEmort', ''),
(14619, 1, 2095, '3', 'cesar.mancuello@cialpa.com.py', ''),
(14620, 1, 2095, '4', '(344) 383-7812', ''),
(14621, 1, 2095, '5', 'google', ''),
(14622, 1, 2095, '6', 'Повышение конверсии сайта - Доработки по сайтам', ''),
(14623, 1, 2095, '7', '<p>Сотрудники вот уже много лет выполняют работы в сфере SEO-оптимизации и за это отрезок времени дали успешную раскрутку значительному числу сайтов SEO оптимизация web-сайта в  Новокузнецк</p> \r\n \r\n<p>Наша компания выполняет \"A-Site\" студия полноценный комплекс услуг по развитию ресурсов различной тематики и сложности. Содействие любого вашего интернет-ресурса.</p> \r\n \r\n<p><b>Заказать сайт в городе  Казань!</b></p> \r\n \r\n<p>В современном окружающем обществе не найти пользователя, который не знал бы о сети Интернет и ее безграничных способностях. Большинство пользователей интернета пользуются для того чтобы не только для знакомства и иных способов отдыха, однако и с целью того чтобы заработать.</p> \r\n \r\n<p>Лучшим вариантом для способа организации своего предпринимательства, несомненно, становится создание своего веб-сайта. Разработанный сайт позволяет заявить о себе интернет-обществу, приобрести подходящих клиентов, осуществлять свою активность непрерывно в сфере онлайн.</p> \r\n \r\n<p>Не секрет, что для эффективного использования портала просто нужна его собственная грамотная продвижение и последующее продвижение. Без такого интернет-сайт обречен на провал утерять позиции в поисковых сервисах и просто затеряться среди «своих конкурентов».</p> \r\n \r\n<p>Выдвинуть ваш собственный интернет-проект в ТОП 1 по нужным для вас позициям могут специалисты, и по этой причине эффективнее как возможно заранее обращаться к ним с этим вопросом. Помимо того, раскрутку интернет-сайта можно исчислять наиболее выгодной вложением в собственный производственный процесс, ведь только лишь знаменитый сайт сможет давать доход собственному обладателю.</p> \r\n \r\n<p>Для жителей  Нижний Новгород и  Новокузнецк существует замечательная возможность заполучить услуги по раскрутке сайта, поскольку именно у нас трудится замечательная команда, специализирующаяся именно в этом деле.</p> \r\n \r\n<p>Узнать намного больше о веб-студии, исполняющей продвижение веб-сайта в  Самара, легко и просто. Заходите на представленный интернет-портал и обязательно внимательно ознакомьтесь с характеристикой предложений и командой в целом.</p> \r\n<p>Профессионалы  имеют возможности выполнить различную задачу в области продвижению проекта, будь то, собственно, создание сайта, его грамотный аудит или мероприятия по его популяризации среди интернет-покупателей. Также наша компания готова вести ваш собственный интернет-сайт на в период всей его жизни.</p> \r\n<p>Компания организует индивидуальный вариант к каждому заказчику, предоставляя поднятие веб-сайта на высшие позиции в поисковых сервисах, настойчивое увеличение количества посещений ресурса, а значит привлечение новых клиентов и прирост количества реализации. Помимо того факта, запрос к профессионалам помогает выделить конкретно ваш собственный брэнд в обществе подобных ему и сделать его узнаваемым.</p> \r\n \r\n<p>Веб компания берет ваш проект и подходит к его раскрутке в наибольшей степени комплексно, используя мощные сео технологии, что позволяет достичь вашему ресурсу максимальных высот.</p> \r\n<p>Есть вопрос либо сомнения? На веб-сайте представлена наиболее детальная информационная подборка о непосредственно студии и услугах. При помощи формы обратной связи можно извлечь любую поддержку или попросту оформить заказ на обратный звонок. Желающих, которые живут в  Серпухов, всегда счастливы встретить и в офисе, где специалисты с готовностью оговаривают все нюансы совместной работы.</p> \r\n \r\n<p>С целью запуска предоставление услуг над вашим интернет-ресурсом необходимо оставить на нашем вэб-сайте вашу заявку комфортным для вас методом. Приняв и рассмотрев вашу заявку сотрудники проведут доскональный анализ веб-сайта и передадут порядок мероприятий по раскрутке. Не стоит беспокоиться о расчету – необходимые выполнения работ обязательно будут осуществляться в пределах предполагаемого величины бюджета, а внести деньги за услуги вы можете различным удобным методом. По конечным результатам всех выполненных работ предоставляется развернутый отчет, все расчеты с клиентом предельно прозрачны.</p> \r\n \r\n<p>Если у вас есть собственный бизнес или online проект, в таком случае, веб компания будет оптимальным выбором!</p> \r\n \r\n<p><b>Полный список предложений нашей компании, вы всегда можете рассмотреть на представленном</b> <a href=\"https://a-site.top/96-seo-prodvijenie-saytov-v-naberejnih-chelnah.html\">сайте</a>!</p>', ''),
(14624, 1, 2096, '1', 'Chris', ''),
(14625, 1, 2096, '2', 'Dubose', ''),
(14626, 1, 2096, '3', 'jmk84463@gmail.com', ''),
(14627, 1, 2096, '4', '(250) 483-7834', ''),
(14628, 1, 2096, '5', 'Beatriz Dubose', ''),
(14629, 1, 2096, '6', 'Discover the All-In-One Marketing Platform for Your Business', ''),
(14630, 1, 2096, '7', 'Do you struggle with managing all the different aspects of your online business? Creating and launching sales funnels, setting up affiliate programs, and sending email campaigns can be time-consuming and overwhelming. But what if you could have all these tools in one place?\r\n\r\nThat\'s where systeme.io comes in. With systeme.io, you can easily create and launch your sales funnels, set up affiliate programs, and send email campaigns with just a few clicks. No more switching between different platforms or struggling with complicated software!\r\n\r\nSysteme.io is designed to simplify your online business, so you can focus on what really matters - growing your business and making more sales. \r\n\r\nDon\'t let technology hold you back - click the link below to check out systeme.io today and start taking your business to the next level!\r\n\r\nhttps://jmk84463.systeme.io/05c6a910\r\n\r\nThanks,\r\n\r\nChris\r\n\r\n\r\n\r\n\r\n335 South 600 East Smithfield UT 84335\r\n\r\nOpt-out statement: If you no longer wish to receive emails from us, simply click the link below to unsubscribe.\r\nhttps://voicesearch2.skin/?info=gangagen.com', ''),
(14631, 1, 2097, '1', 'Thomaswed', ''),
(14632, 1, 2097, '2', 'Thomaswed', ''),
(14633, 1, 2097, '3', 'tartsahnazyia900@outlook.com', ''),
(14634, 1, 2097, '4', '(120) 646-8828', ''),
(14635, 1, 2097, '5', 'google', ''),
(14636, 1, 2097, '6', 'Browser with anti-detection methods', ''),
(14637, 1, 2097, '7', '<a href=http://ximera.fun> A fundamentally new anti-detection browser with anti-detection methods</a> \r\n \r\n \r\n \r\n<b>Ximera\'s work is based on the principles of cryptography, which make it possible to confuse digital fingerprints and prevent\r\nwebsites from collecting and compiling information about the activity of their visitors. \r\n</b>\r\n\r\nIn addition to the obvious advantage of providing anonymous and secure online activities, Chimera has other advantages:\r\n<i> \r\n- Profile data can be stored in a convenient way for you. The choice is a database or your own device. \r\n- Data on different devices are synchronized with each other. \r\n- The possibility of fairly accurate manual settings – you can change the proxy settings, time zone, browser identification string and others. \r\n- Access to create multiple work environments. \r\n- Protection of the system from hacking if the password is entered incorrectly. \r\n- Data encryption on a one-way key </i> \r\n \r\nAnonymous browser is suitable for both private and corporate use with the distribution of roles between participants. \r\nInstall and enjoy protected viewing with anti-detection options. \r\n \r\n<b>And also be sure to use our affiliate program, to participate, it is enough to register in your personal account\r\nand get an individual link </b> \r\nInvite your users and get 40% from each payment of the user you invited \r\n \r\n<b>We provide a welcome bonus to each new user when registering with the promo code - 3g88c!</b> \r\n \r\n \r\n \r\n \r\n \r\n<a href=https://ximera.website/best-antidetect-browser-2023-php-flaws-allowed-god-mode-access-to-top-smut-site>best-antidetect-browser-2023-php-flaws-allowed-god-mode-access-to-top-smut-site</a>\r\n \r\n<a href=https://ximera.press/download-antidetect-browser-hsbc-biz-banking-crypto-the-case-of-the-vanishing-green-padlock-and-what-domain-are-we-on-again>download-antidetect-browser-hsbc-biz-banking-crypto-the-case-of-the-vanishing-green-padlock-and-what-domain-are-we-on-again</a>', ''),
(14638, 1, 2098, '1', 'Eric', ''),
(14639, 1, 2098, '2', 'Jones', ''),
(14640, 1, 2098, '3', 'ericjonesmyemail@gmail.com', ''),
(14641, 1, 2098, '4', '(555) 555-1212', ''),
(14642, 1, 2098, '5', 'CENTRE', ''),
(14643, 1, 2098, '6', 'Instead, congrats', ''),
(14644, 1, 2098, '7', 'Dear gangagen.com Admin! \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(14645, 1, 2099, '1', 'rabotanova', ''),
(14646, 1, 2099, '2', 'rabotanova', ''),
(14647, 1, 2099, '3', 'garunpanahyd@gmx.com', ''),
(14648, 1, 2099, '4', '(315) 388-1053', ''),
(14649, 1, 2099, '5', 'google', ''),
(14650, 1, 2099, '6', 'Работа Тагучин без опыта и образования', ''),
(14651, 1, 2099, '7', 'Набираем в команду: Курьеров, Водителей, Фасовщиков, Склад-Курьеров. Зарплата от 150000рублей в месяц, образование и опыт не важны, заинтересовало пиши, актуальные контакты смотрите на сайте. \r\nwww.rabotavsem.shop \r\nx2nf5ghoe6mgzrwfhuzoo5tmd4fb5bgbiua2bhtzq7n7b7omxjkbyaad.onion \r\nToxChat ID 0CE6874D6641C9A22354CB6B5B283B285327A4CFD5AC6E08F40C09A91253B605EF44818CD700', ''),
(14652, 1, 2100, '1', 'videokix', ''),
(14653, 1, 2100, '2', 'videokix', ''),
(14654, 1, 2100, '3', 'zwisoltiving1980@seocdvig.ru', ''),
(14655, 1, 2100, '4', '(514) 535-7000', ''),
(14656, 1, 2100, '5', 'google', ''),
(14657, 1, 2100, '6', 'Видеонаблюдение в Нижнем Новгороде', ''),
(14658, 1, 2100, '7', '<a href=http://xn----ctbgen7aaf.xn--p1ai>Видеонаблюдение</a>', ''),
(14659, 1, 2101, '1', 'Charlesmex', ''),
(14660, 1, 2101, '2', 'Charlesmex', ''),
(14661, 1, 2101, '3', 'heldkf@course-fitness.com', ''),
(14662, 1, 2101, '4', '(513) 544-4556', ''),
(14663, 1, 2101, '5', 'google', ''),
(14664, 1, 2101, '6', '點子數位科技有限公司', ''),
(14665, 1, 2101, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(14666, 1, 2102, '1', 'DavidMet', ''),
(14667, 1, 2102, '2', 'DavidMet', ''),
(14668, 1, 2102, '3', 'yos1v@course-fitness.com', ''),
(14669, 1, 2102, '4', '(341) 077-3175', ''),
(14670, 1, 2102, '5', 'google', ''),
(14671, 1, 2102, '6', '第一借錢網擁有全台最多的借錢資訊', ''),
(14672, 1, 2102, '7', '第一借錢網擁有全台最多的借錢資訊 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(14673, 1, 2103, '1', 'AzkuzKrQKw', ''),
(14674, 1, 2103, '2', 'AzkuzKrQKw', ''),
(14675, 1, 2103, '3', 'callvisvetlana@list.ru', ''),
(14676, 1, 2103, '4', '(713) 488-0723', ''),
(14677, 1, 2103, '5', 'google', ''),
(14678, 1, 2103, '6', 'Помни о том, что ты все можешь, не останавливайся', ''),
(14679, 1, 2103, '7', 'Помни о том, что ты все можешь, не останавливайся https://senler.ru/a/29xpm/gohx/759368335&P0z5Fc4etOI https://google.com gangagen.com', ''),
(14680, 1, 2104, '1', 'JamesspevA', ''),
(14681, 1, 2104, '2', 'JamesspevA', ''),
(14682, 1, 2104, '3', 'pdq0v@course-fitness.com', ''),
(14683, 1, 2104, '4', '(017) 313-4568', ''),
(14684, 1, 2104, '5', 'google', ''),
(14685, 1, 2104, '6', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠', ''),
(14686, 1, 2104, '7', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠 \r\n \r\n \r\nhttps://tx9j.tw/', ''),
(14687, 1, 2105, '1', 'Riya', ''),
(14688, 1, 2105, '2', 'Abemelek', ''),
(14689, 1, 2105, '3', 'riyaabemelek@gmail.com', ''),
(14690, 1, 2105, '4', '(907) 408-9190', ''),
(14691, 1, 2105, '5', 'Nil', ''),
(14692, 1, 2105, '6', 'Request for training course details', ''),
(14693, 1, 2105, '7', 'I am a 2nd year UG Bsc.biotechnology student. I would like to know if you are providing any training courses for 20-45 days during this june-july month. If any, kindly let me know the courses provided and it\'s fees structure. Hoping to hear from you soon,  thank you.', ''),
(14694, 1, 2106, '1', 'Eric', ''),
(14695, 1, 2106, '2', 'Jones', ''),
(14696, 1, 2106, '3', 'ericjonesmyemail@gmail.com', ''),
(14697, 1, 2106, '4', '(555) 555-1212', ''),
(14698, 1, 2106, '5', 'BURGENLAND', ''),
(14699, 1, 2106, '6', 'Your site – more leads?', ''),
(14700, 1, 2106, '7', 'Hi gangagen.com Webmaster.\r\n\r\nThis is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(14701, 1, 2107, '1', 'RobertGot', ''),
(14702, 1, 2107, '2', 'RobertGot', ''),
(14703, 1, 2107, '3', 'zelatcol@gmail.com', ''),
(14704, 1, 2107, '4', '(071) 002-1432', ''),
(14705, 1, 2107, '5', 'google', ''),
(14706, 1, 2107, '6', 'Hallo  i am write about   the prices', ''),
(14707, 1, 2107, '7', 'Ciao, volevo sapere il tuo prezzo.', ''),
(14708, 1, 2108, '1', 'Evan', ''),
(14709, 1, 2108, '2', 'Roberts', ''),
(14710, 1, 2108, '3', 'evan@capitalchoice.online', ''),
(14711, 1, 2108, '4', '(202) 991-6766', ''),
(14712, 1, 2108, '5', 'Express Capital', ''),
(14713, 1, 2108, '6', 'May I ask you something?', ''),
(14714, 1, 2108, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or a short time in business keep you from getting the funds you need.\r\n\r\nIf you deposit more than 10k per month you’re already qualified!\r\n\r\nExpress Capital will offer you up to two times your monthly deposits without any collateral or personal guarantees. \r\n\r\nGet pre-qualified in less than 30 seconds without a credit check or submitting a single document.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEvan Roberts\r\nExpress Capital\r\nwww.expresscapitalcorp.com\r\n\r\n \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(14715, 1, 2109, '1', 'Eric', ''),
(14716, 1, 2109, '2', 'Jones', ''),
(14717, 1, 2109, '3', 'ericjonesmyemail@gmail.com', ''),
(14718, 1, 2109, '4', '(555) 555-1212', ''),
(14719, 1, 2109, '5', 'NA', ''),
(14720, 1, 2109, '6', 'Cool website!', ''),
(14721, 1, 2109, '7', 'Dear gangagen.com Owner.\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(14722, 1, 2110, '1', 'Brianhiz', ''),
(14723, 1, 2110, '2', 'Brianhiz', ''),
(14724, 1, 2110, '3', 'crochet.jo@onet.pl', ''),
(14725, 1, 2110, '4', '(114) 217-1076', ''),
(14726, 1, 2110, '5', 'google', ''),
(14727, 1, 2110, '6', 'Facebook friends', ''),
(14728, 1, 2110, '7', 'hi hit my fb page for bbw only fans   https://www.facebook.com/hashtag/binnazeventslive', ''),
(14729, 1, 2111, '1', 'CharlesWonse', ''),
(14730, 1, 2111, '2', 'CharlesWonse', ''),
(14731, 1, 2111, '3', 'k.e.i.t.h.y.2.a.r.terberryrl@gmail.com', ''),
(14732, 1, 2111, '4', '(000) 783-1516', ''),
(14733, 1, 2111, '5', 'google', ''),
(14734, 1, 2111, '6', 'altius health care', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(14735, 1, 2111, '7', 'erectile dysfunction herbal  <a href=\"http://bromazepam.rf.gd\">bromazepam.rf.gd</a>  hipster glasses prescription', ''),
(14736, 1, 2112, '1', 'Jeffreyclity', ''),
(14737, 1, 2112, '2', 'Jeffreyclity', ''),
(14738, 1, 2112, '3', 'sfdsfsdf@gmail.com', ''),
(14739, 1, 2112, '4', '(882) 331-8286', ''),
(14740, 1, 2112, '5', 'google', ''),
(14741, 1, 2112, '6', 'дпгестанский камень', ''),
(14742, 1, 2112, '7', 'http://nabchelny.ru/user/100006\r\nhttps://www.metal-tracker.com/forum/member.php?action=profile&uid=927304035\r\nhttps://www.all-sbor.net/forum/member.php?u=83873\r\nhttp://forum.pskovedu.ru/profile.php?id=16363\r\nhttps://www.liveinternet.ru/users/alexeenkoarsen/post498417104/\r\n \r\nдагестанский камень', ''),
(14743, 1, 2113, '1', 'Eric', ''),
(14744, 1, 2113, '2', 'Jones', ''),
(14745, 1, 2113, '3', 'ericjonesmyemail@gmail.com', ''),
(14746, 1, 2113, '4', '(555) 555-1212', ''),
(14747, 1, 2113, '5', 'NSW', ''),
(14748, 1, 2113, '6', 'There they go…', ''),
(14749, 1, 2113, '7', 'Dear gangagen.com Administrator. my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(14750, 1, 2114, '1', 'ThomasAssuh', ''),
(14751, 1, 2114, '2', 'ThomasAssuh', ''),
(14752, 1, 2114, '3', 'kka0@course-fitness.com', ''),
(14753, 1, 2114, '4', '(018) 034-2276', ''),
(14754, 1, 2114, '5', 'google', ''),
(14755, 1, 2114, '6', '滿天星娛樂城 STAR', ''),
(14756, 1, 2114, '7', '滿天星娛樂城 STAR \r\n \r\n \r\n \r\nhttps://xn--uis74a0us56agwe20i.com/', ''),
(14757, 1, 2115, '1', 'Alexanderdrex', ''),
(14758, 1, 2115, '2', 'Alexanderdrex', ''),
(14759, 1, 2115, '3', 'alexanderdrex@rh119.com', ''),
(14760, 1, 2115, '4', '(371) 205-4533', ''),
(14761, 1, 2115, '5', 'google', ''),
(14762, 1, 2115, '6', 'Нave уоu wаnted to fuсk thе nеighbоr\'ѕ girl for a lоng tіmе?', ''),
(14763, 1, 2115, '7', 'Create a сlone оf her in thіs gаmеǃǃ! http://lauverhabsbota.tk/prd-16799/\r\nАnd fuck hеr wіthоut limitѕ, as yоu alwaуѕ wanted. Shе won\'t rеfuѕе уouǃ\r\nΙf уоu wаnt, fuck not оnly hеr, but alsо hеr gіrlfrіеnd. Sіmultаnеously!\r\n... оr mаybe уou want hеr to fuсk уou? :)', ''),
(14764, 1, 2116, '1', 'DeweyFog', ''),
(14765, 1, 2116, '2', 'DeweyFog', ''),
(14766, 1, 2116, '3', 'swolerhozolicab@gmx.com', ''),
(14767, 1, 2116, '4', '(474) 345-8810', ''),
(14768, 1, 2116, '5', 'google', ''),
(14769, 1, 2116, '6', 'Experienced Handymen for All Your DIY Projects and Odd Jobs', ''),
(14770, 1, 2116, '7', 'Quick and Efficient Handyman Services for Your Urgent Repairs    https://www.bme.com/iam/miles_wood_68 -  General repairs>>>', ''),
(14771, 1, 2117, '1', 'Anurag', ''),
(14772, 1, 2117, '2', 'Varshney', ''),
(14773, 1, 2117, '3', 'npeuro24@gmail.com', ''),
(14774, 1, 2117, '4', '(931) 563-3102', ''),
(14775, 1, 2117, '5', 'Yuvraj Research Center Pvt Ltd', ''),
(14776, 1, 2117, '6', 'Kind Attn.:Mr R&D Head / Director - Sub.:  Now Government Grant Funding for NABL Laboratory on Research Project and DSIR R&D Recognition Certificate', ''),
(14777, 1, 2117, '7', 'Dear Sir,\r\nGreetings of the Day!!!\r\n“Our objective is to make your organization financially & technically Sound”\r\nIt is my honor that you have given your prestigious time to read my Organization’s service Profile mail.\r\nThis is our privilege to introduce you, our self as the leading Research Centre for Customized Research with owned 58 patents at IPR process, having official presence in Singapore, Dubai and India www.researchfund.co.in. We are working in Waste Management Research & Waste Management Equipment manufacturer for Municipal Solid Waste / Industrial Waste/ River Waste/ Hospital Waste & Medical Waste, Green & Clean Environment, Cleaning of River, Cleaning & Purification of Under Ground Contaminated Water, Recycle of Used Leather shoe waste and Fossil Fuel Generation from Leather Waste.\r\nPlease find attached MOA for DSIR as discussed.\r\n\r\nPlease send the following documents – we need 03 set of all documents ( 01 set original signed and 02 Photo Copies ) for DSIR Registration :\r\n	Cover letter – 04 set copy – (All on Company letter head)\r\n	Last 03 year Balance Sheet with Audit report\r\n	List of Plant and Machinery with value, date of Purchase\r\n	R&D Head and R&D team – Bio Data\r\n	Company Layout – R&D\r\n	MOA & AOA\r\n	List of Director with contact details, Email id\r\n	R&D Projects – brief \r\n	Research Publication / Patents\r\n	Research conference, Seminar, Attended by R&D team\r\n	R&D joint collaboration with any University \r\n	R&D achievements\r\n	Any fund received form Government / Private Agencies\r\n	List of Research project successfully completed \r\n	Any collaborative project with CSIR, IIT, IIM, AIIMS, any Research Institution / University\r\n	Joint collaboration with any International R&D Centre / Lab / Company / University\r\n\r\nYuvraj Research Center Pvt Ltd is advising company for Research based Technical Advising and Business Financial Advising to support Business for Funding Grant and Foreign Financial instruments.\r\nYuvraj Research Center Pvt Ltd is a team comprised of experienced professionals focused and committed to deliver quality consulting services to Leather Industries, R&D institutions and Waste Management company, Power Plant and Government for Waste Management . With our knowledge and experience we can undertake individual services up to turnkey solutions. We by thorough understanding of client requirements develop efficient and cost effective solutions by offering them a wide range of services right from developmental stage to the total execution of a laboratory , which include conceptualization, planning, technology, designing of the facility, efficient project development, approvals from competent authorities, funding from Ministries and Private agencies, trainings to the staff personnel etc.\r\nOur Basic details of services are:\r\n1.   DSIR R&D Recognition Certificate from Ministry of Science & Technology – Part – I & Part - II\r\n2.   Funding on Research Projects from Ministries & International / National Government Funding, WHO,USAID & UN Agencies  \r\n3.   Financial advisor for FDI, NRI Fund, Private Investment, Joint Venture, Foreign Bank Financial Instruments.  \r\n4.   Business Financial Restructure {ARC} – Exclusive for NPA, BIFR, DRT Companies\r\n5.   Financial Arrangement to grow in existing business line up & Funding/Investment/Joint Venture.\r\n6.   NBFC Registration and Financial Institutions registration\r\n7.   Virtual Office Set-Up & Company Registration with bank account assistance at Overseas Countries : European & Asian Continent\r\n8.   How to get the benefit of DSIR R&D Recognition Certificate and save the Taxes, utilize CSR Fund\r\n \r\nBenefits of DSIR – R&D Recognition:\r\n1.      Income Tax, Import duty, excise 150% - 200% exemption on Research Income\r\n2.      Reimbursement of Design Sampling for Buyer, International Exhibitions\r\n3.      Funding for Machinery and Lab Equipment 50-100%\r\n4.      150% Reimbursement of all expense & salary for R&D department, Purchase of Innovation\r\n5.      To Generate Funds from Ministries / Govt Funding Project from 50 lac to 5 crore in year\r\n6.      And much more …for more detail pls allow for personal meeting\r\n \r\n1.  Financial Support Services:\r\nDetail of Business restructure:\r\nIt consists of concept advice/financial support. Our Professional principle guides that no single solution is applicable to all type of organizations. There is case-to-case basis advice that can enable grow in existing business model through either financial insertion or direction change, whichever can catch the right path to not only sustain but grow at optimum level. Further elaboration helps understanding more in detail:-\r\n \r\nFinancial Support- From Foreign Bank through the mode of either business loan, project loan and Property Migration to Foreign Bank.\r\n1.      Loan against bank Guarantee [ROI with 2 to 5 Percent]\r\n2.      Loan against Letter of Credit [ROI with 2 to 5.75 Percent]\r\n3.      Loan against Collateral [ROI with 12 to 14 percent]\r\n4.      Private Fund, NRI fund, FDI\r\n5.      Venture Capitalist Investment\r\n6.      Private Equity Fund\r\n7.      Public Issue Investment\r\n8.      Fund for DRT- NPA – BIFR- Sick Units\r\n \r\n•         Marketing research- Identify potential customer, matching to customer products lineup.\r\n•         Brand Building- Guiding the required platform that should be utilized to support increase sale.\r\n•         Taking Over- identification the firms , that can be a profitable unit, that are suffering financial crunch. Arranging to take over such firms. Further assisting for Joint Venture and collaboration on technical/commercial front.\r\n \r\n2.  Research Based Technical Support Services:\r\n•         Fresh DSIR – R&D Recognition Certificate from Ministry of Science & Technology, Delhi\r\n•         Renewal of DSIR R&D Recognition Certificate\r\n•         AMC to maintain DSIR R&D Recognition Certificate\r\n•         Support to get Fund after DSIR Recognition\r\n•        Writing work :\r\n1.      Quality manual\r\n2.      Standard Operating procedure\r\n3.      Drug Regulatory services\r\n4.      Dossier –Pharmaceutical \r\n5.      Patents & Patent Write up\r\n6.      Research Publication\r\n7.      Research White Papers\r\n8.      Online Research work\r\n•        Practical Implementation Work:\r\n1.      R&D Laboratory Setup as per Guidelines of Approval Agencies\r\n2.      Laboratory approval\r\nTo Utilize Waste Material and develop high Value Products as extra Income for Industries along with Skill development Centre to educate young entrepreneur…For More Detail. Please visit www.skillwork.uk\r\nPlease visit our Website for more service www.researchfund.co.in\r\nResearch Based International News paper at www.newspaper.org.uk\r\nRequest : Kindly forward this mail to your company’s Chairman, MD, Director ,CEO, CFO, or any DMA (Decision making Authority). This mail is important for them.\r\n \r\n Thanks,\r\nBest Regards, \r\nDr. Anurag Varshney  \r\nFounder Director & Principal Investigator – (Having 58 Patents under ipr)\r\nYuvraj Industries \r\nPlot No. 723,', ''),
(14778, 1, 2118, '1', 'RobertGot', ''),
(14779, 1, 2118, '2', 'RobertGot', ''),
(14780, 1, 2118, '3', 'zelatcol@gmail.com', ''),
(14781, 1, 2118, '4', '(140) 043-8764', ''),
(14782, 1, 2118, '5', 'google', ''),
(14783, 1, 2118, '6', 'Hallo    writing about     price for reseller', ''),
(14784, 1, 2118, '7', 'Ola, quería saber o seu prezo.', ''),
(14785, 1, 2119, '1', 'AndreaWig', ''),
(14786, 1, 2119, '2', 'AndreaWig', ''),
(14787, 1, 2119, '3', 'dwsiiqolv@wowzilla.ru', ''),
(14788, 1, 2119, '4', '(875) 883-6788', ''),
(14789, 1, 2119, '5', 'google', ''),
(14790, 1, 2119, '6', 'casino online', ''),
(14791, 1, 2119, '7', '<a href=https://getb8.us/>gambling</a> \r\n<a href=\"https://getb8.us/\">gambling</a>', ''),
(14792, 1, 2120, '1', 'Claytonatort', ''),
(14793, 1, 2120, '2', 'Claytonatort', ''),
(14794, 1, 2120, '3', 'ywijyz@course-fitness.com', ''),
(14795, 1, 2120, '4', '(544) 786-2607', ''),
(14796, 1, 2120, '5', 'google', ''),
(14797, 1, 2120, '6', '2022卡達世界盃', ''),
(14798, 1, 2120, '7', '2022卡達世界盃 \r\n \r\nhttps://as-sports.net/', ''),
(14799, 1, 2121, '1', 'Eric', ''),
(14800, 1, 2121, '2', 'Jones', ''),
(14801, 1, 2121, '3', 'ericjonesmyemail@gmail.com', ''),
(14802, 1, 2121, '4', '(555) 555-1212', ''),
(14803, 1, 2121, '5', 'VIC', ''),
(14804, 1, 2121, '6', 'instead, congrats', ''),
(14805, 1, 2121, '7', 'Hello gangagen.com Owner! \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(14806, 1, 2122, '1', 'Tigran Ayrapetyan', ''),
(14807, 1, 2122, '2', 'Tigran Ayrapetyan', ''),
(14808, 1, 2122, '3', 'ujn2esbgakah@opayq.com', ''),
(14809, 1, 2122, '4', '(724) 728-7666', ''),
(14810, 1, 2122, '5', 'google', ''),
(14811, 1, 2122, '6', 'Capital Business Funding', ''),
(14812, 1, 2122, '7', 'Hello, \r\n \r\nWe provide funding through our venture capital company to both start-up and existing companies either looking for funding for expansion or to accelerate growth in their company. \r\nWe have a structured joint venture investment plan in which we are interested in an annual return on investment not more than 10% ROI. We are also currently structuring a convertible debt and loan financing of 3% interest repayable annually with no early repayment penalties. \r\n \r\nWe would like to review your business plan or executive summary to understand a much better idea of your business and what you are looking to do, this will assist in determining the best possible investment structure we can pursue and discuss more extensively. \r\n \r\n \r\nI hope to hear back from you soon. \r\n \r\nSincerely, \r\n \r\nTigran Ayrapetyan \r\nInvestment Director \r\nDevcorp International E.C. \r\nP.O Box 10236 Shop No. 305 \r\nFlr 3 Manama Centre, Bahrain \r\nEmail: tigran.a@devcorpinternationalec.com', ''),
(14813, 1, 2123, '1', 'ClementJon', ''),
(14814, 1, 2123, '2', 'ClementJon', ''),
(14815, 1, 2123, '3', 'fledisrekiparo@gmx.com', ''),
(14816, 1, 2123, '4', '(024) 356-3713', ''),
(14817, 1, 2123, '5', 'google', ''),
(14818, 1, 2123, '6', 'Keep Your Property in Top Shape with Our Comprehensive Handyman Services', ''),
(14819, 1, 2123, '7', 'Your One-Stop Solution for Home Improvement: Our Handyman Services    https://community.crssoftware.co.nz/user/amelialewis82 -  Tiling services>>>', ''),
(14820, 1, 2124, '1', 'LucillePoine', ''),
(14821, 1, 2124, '2', 'LucillePoine', ''),
(14822, 1, 2124, '3', 'denis.aksenovxmc@yandex.ru', ''),
(14823, 1, 2124, '4', '(662) 656-2375', ''),
(14824, 1, 2124, '5', 'google', ''),
(14825, 1, 2124, '6', 'https://clck.ru/33jDHL', ''),
(14826, 1, 2124, '7', 'https://clck.ru/33jCUv \r\n<a href=http://blogaccessibility.com/surf-a-gb-with-glendas-thumb/>https://clck.ru/33jCbi</a> 96330_d', ''),
(14827, 1, 2125, '1', 'MartinJom', ''),
(14828, 1, 2125, '2', 'MartinJom', ''),
(14829, 1, 2125, '3', 'ynk6u9@course-fitness.com', ''),
(14830, 1, 2125, '4', '(877) 675-4525', ''),
(14831, 1, 2125, '5', 'google', ''),
(14832, 1, 2125, '6', '冠天下娛樂!ENDVALUE!', ''),
(14833, 1, 2125, '7', '冠天下娛樂 \r\n \r\n \r\n \r\nhttps://xn--ghq10gmvi.com/', ''),
(14834, 1, 2126, '1', 'JeffreyOrick', ''),
(14835, 1, 2126, '2', 'JeffreyOrick', ''),
(14836, 1, 2126, '3', 'golubitskayabeatrisa@yandex.com', ''),
(14837, 1, 2126, '4', '(127) 208-5045', ''),
(14838, 1, 2126, '5', 'google', ''),
(14839, 1, 2126, '6', 'Выгодное предложение', ''),
(14840, 1, 2126, '7', 'https://medicinacom.ru/\r\nhttps://oneloveweddingexperience.com/\r\nhttps://fineworld.info/\r\nhttps://lifetours.ru/\r\nhttps://experience-space.ru/', ''),
(14841, 1, 2127, '1', 'RobertGot', ''),
(14842, 1, 2127, '2', 'RobertGot', ''),
(14843, 1, 2127, '3', 'zelatcol@gmail.com', ''),
(14844, 1, 2127, '4', '(474) 563-1555', ''),
(14845, 1, 2127, '5', 'google', ''),
(14846, 1, 2127, '6', 'Hello  i writing about your   price for reseller', ''),
(14847, 1, 2127, '7', 'Hej, jeg ønskede at kende din pris.', ''),
(14848, 1, 2128, '1', 'Elias', ''),
(14849, 1, 2128, '2', 'Bigelow', ''),
(14850, 1, 2128, '3', 'bigelow.elias@gmail.com', ''),
(14851, 1, 2128, '4', '(979) 330-6371', ''),
(14852, 1, 2128, '5', 'Elias Bigelow', ''),
(14853, 1, 2128, '6', 'ChatGPT4 Marketplace + WhatsApp ChatBot = $947 Daily', ''),
(14854, 1, 2128, '7', 'Selling online is a tough nut… it takes a lot of experience to setup and connect the dots\r\n\r\nWorst part? it’s not easy to convince someone over the internet to pull out his or her credit card and pay a stranger… \r\n\r\nBut what if you can automate all of that? \r\n\r\nHow? \r\n\r\nEasy, by using AI Spark - The World’s First AI App that Creates a ChatGPT4-powered Marketplace That Leverages WhatsApp 2 Billion Users To Sell Anything With AI Chatbot\r\n\r\n…Banking Us $947.74 Daily…without investing a dime on marketing, products or traffic\r\n\r\nThe AI Agents Do It All…24/7…365 Days\r\n\r\n>> Click Here To See The Live Demo - It’s Mind Blowing\r\nhttps://cutt.ly/R5MHnij\r\n\r\nHere is more…\r\n\r\nAI Find The Perfect Products For You, Or Add Yours… \r\n\r\nAI Agent to Sell Digital, Physical, and Affiliate Products and Services for you\r\n\r\nDFY AI Chatbots That Will Talk To Your Customers For You… \r\n\r\nAI Lead Sourcer That Will Give You Active Leads In Any Niche… \r\n\r\nSend Unlimited Broadcast Messages To All Your Customers With 1 Click\r\n\r\n1 Click Integration With All Top Payment Processor\r\n\r\nIntegrate With Your Autoresponder And Build a Massive List… \r\n\r\nBuilt-In Traffic Feature For 100% Free Targeted Clicks.\r\n\r\nDon\'t miss out on this why its hot!!\r\nhttps://cutt.ly/R5MHnij', ''),
(14855, 1, 2129, '1', 'EdwardShone', ''),
(14856, 1, 2129, '2', 'EdwardShone', ''),
(14857, 1, 2129, '3', 'nvb9v@course-fitness.com', ''),
(14858, 1, 2129, '4', '(040) 565-4582', ''),
(14859, 1, 2129, '5', 'google', ''),
(14860, 1, 2129, '6', '冠天下娛樂城', ''),
(14861, 1, 2129, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com', ''),
(14862, 1, 2130, '1', 'Mike Hoggarth', ''),
(14863, 1, 2130, '2', 'Mike Hoggarth', ''),
(14864, 1, 2130, '3', 'no-replyPovaTasy@gmail.com', ''),
(14865, 1, 2130, '4', '(388) 750-7177', ''),
(14866, 1, 2130, '5', 'google', ''),
(14867, 1, 2130, '6', 'Improve local visibility for gangagen.com', ''),
(14868, 1, 2130, '7', 'If you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Hoggarth\r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/', ''),
(14869, 1, 2131, '1', 'Brianwek', ''),
(14870, 1, 2131, '2', 'Brianwek', ''),
(14871, 1, 2131, '3', 'ayadpv@course-fitness.com', ''),
(14872, 1, 2131, '4', '(171) 804-0675', ''),
(14873, 1, 2131, '5', 'google', ''),
(14874, 1, 2131, '6', '9j娛樂城!ENDVALUE!', ''),
(14875, 1, 2131, '7', '9j娛樂城 \r\n \r\n \r\nhttps://9jcasino.tw/', ''),
(14876, 1, 2132, '1', 'Allen', ''),
(14877, 1, 2132, '2', 'Young', ''),
(14878, 1, 2132, '3', 'allen@fundingready.online', ''),
(14879, 1, 2132, '4', '(202) 991-6766', ''),
(14880, 1, 2132, '5', 'Express Capital', ''),
(14881, 1, 2132, '6', 'Something to consider', ''),
(14882, 1, 2132, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nAs a business owner you already know how hard it can be to get your hands on some working capital!\r\n\r\nHowever, all that has changed! \r\n\r\nExpress Capital is a Direct Lender who would like to offer you a working capital loan up to 500k.\r\n \r\nGet pre-qualified in less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\nWarm Regards,\r\n\r\nAllen Young\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(14883, 1, 2133, '1', 'KorenellySkivy', ''),
(14884, 1, 2133, '2', 'KorenellySkivy', ''),
(14885, 1, 2133, '3', 'k.k.ash.h.urr.le.y@gmail.com', ''),
(14886, 1, 2133, '4', '(380) 548-8156', ''),
(14887, 1, 2133, '5', 'google', ''),
(14888, 1, 2133, '6', 'Сколько стоит ремонт платы на айфон - мы работаем 24 часа в сутки, чтобы обеспечить вам максимальный комфорт!', ''),
(14889, 1, 2133, '7', 'сервисный центр по ремонту айфонов. Бестрей всего сделать ремонт Iphone можно только у нас, по самым низким ценам в Москве! \r\n<a href=https://ps-iphone.ru/>ремонт айфонов возле дома</a> \r\nремонт айфонов - <a href=http://www.ps-iphone.ru/>https://ps-iphone.ru/</a> \r\n<a href=https://ewhois.org/www/ps-iphone.ru>https://www.google.hu/url?q=http://ps-iphone.ru</a> \r\n \r\n<a href=http://www.politicalfactory.com/allotment-of-paddy-to-millers/#comment-83752>Ремонт телефонов айфон рядом со мной москва - мы работаем 24 часа в сутки, чтобы обеспечить вам максимальный комфорт!</a> db89633', ''),
(14890, 1, 2134, '1', 'RobertGot', ''),
(14891, 1, 2134, '2', 'RobertGot', ''),
(14892, 1, 2134, '3', 'zelatcol@gmail.com', ''),
(14893, 1, 2134, '4', '(453) 183-7405', ''),
(14894, 1, 2134, '5', 'google', ''),
(14895, 1, 2134, '6', 'Aloha  i wrote about   the price for reseller', ''),
(14896, 1, 2134, '7', 'Ciao, volevo sapere il tuo prezzo.', ''),
(14897, 1, 2135, '1', 'CharlesspimI', ''),
(14898, 1, 2135, '2', 'CharlesspimI', ''),
(14899, 1, 2135, '3', '0acdva@course-fitness.com', ''),
(14900, 1, 2135, '4', '(166) 755-1305', ''),
(14901, 1, 2135, '5', 'google', ''),
(14902, 1, 2135, '6', '冠天下娛樂城', ''),
(14903, 1, 2135, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://mail.hq10gw1gvobv8a5z0d.com/', ''),
(14904, 1, 2136, '1', 'uFlMiqjspa', ''),
(14905, 1, 2136, '2', 'uFlMiqjspa', ''),
(14906, 1, 2136, '3', 'callvisvetlana@list.ru', ''),
(14907, 1, 2136, '4', '(217) 233-1212', ''),
(14908, 1, 2136, '5', 'google', ''),
(14909, 1, 2136, '6', 'Помни о том, что ты все можешь, не останавливайся', ''),
(14910, 1, 2136, '7', 'Помни о том, что ты все можешь, не останавливайся https://senler.ru/a/29xpm/gohx/759368335&FcKumoJfy57 https://mail.ru gangagen.com', ''),
(14911, 1, 2137, '1', 'WilliamMed', ''),
(14912, 1, 2137, '2', 'WilliamMed', ''),
(14913, 1, 2137, '3', 'na.paleve@hotmail.com', ''),
(14914, 1, 2137, '4', '(420) 255-1752', ''),
(14915, 1, 2137, '5', 'google', ''),
(14916, 1, 2137, '6', 'nevermind', ''),
(14917, 1, 2137, '7', 'Все виды электромонтажных работ:   https://mastera-stolici.ru/ \r\nвнутренние электромонтажные работы, прокладка кабеля напряжением до 1000В, монтаж уличного освещения с установкой опор, архитектурная и декоративная подсветка, замеры параметров электрических цепей. \r\nМонтаж силовых и осветительных электрических сетей, компьютерных сетей, сетей связи и безопасности. \r\nПрокладка наружных сетей электроснабжения напряжением до 1000 В. \r\nПрокладка кабеля в земле. \r\nПрокладка кабеля в помещениях. \r\nМонтаж уличного освещения с установкой опор. \r\nАрхитектурная и декоративная подсветка. \r\nЗамеры параметров электрических сетей. \r\nТехническое обследование. \r\nМонтаж систем бесперебойного питания \r\nМонтаж стабилизаторов \r\nМонтаж молниезащиты \r\nМонтаж заземления \r\nСборка электрощитового оборудования \r\nМонтаж видеонаблюдения \r\nМонтаж кондиционеров \r\nhttps://mastera-stolici.ru/', ''),
(14918, 1, 2138, '1', 'JamesTox', ''),
(14919, 1, 2138, '2', 'JamesTox', ''),
(14920, 1, 2138, '3', 'uvdiy4@course-fitness.com', ''),
(14921, 1, 2138, '4', '(584) 007-5204', ''),
(14922, 1, 2138, '5', 'google', ''),
(14923, 1, 2138, '6', '點子數位科技有限公司 \n \nhttps://spot-digital.com.tw/', ''),
(14924, 1, 2138, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(14925, 1, 2139, '1', 'Kevin Johnso', ''),
(14926, 1, 2139, '2', 'Kevin Johnso', ''),
(14927, 1, 2139, '3', 'hivemailers@gmail.com', ''),
(14928, 1, 2139, '4', '(862) 576-3087', ''),
(14929, 1, 2139, '5', 'google', ''),
(14930, 1, 2139, '6', 'Reminder. Be careful.', ''),
(14931, 1, 2139, '7', 'Be careful, it\'s dangerous to work with them. These are scammers, neither one, they do not fulfill their obligations. \r\n \r\nGeorge - helloprofectmedia@gmail.com - http://www.profectmedia.uk/ \r\nKevin Johnson -  tbformleads@gmail.com  - myaafva@gmail.com \r\nSusan Gilroy - susangilroy.haftoo@gmail.com -  https://globalbrands.clickfunnels.com/optin1hnqzip6g \r\nhttp://www.tungstenbody.com/ \r\nMichael - hivemailers@gmail.com - https://calendly.com/msinclair-myaa/myaa-overview \r\nJeremy - teammyaa2022@gmail.com - https://calendly.com/jeremymyaa/30min?month=2023-05 \r\nMichael - teammyaa2022@gmail.com - https://calendly.com/msinclair-myaa/myaa-overview?month=2023-05 \r\nTiara - tiara.promo2022@gmail.com - https://calendly.com/tiara-82/30min?month=2023-05 \r\nJeffery Brown - jefferybrown.betatester1@gmail.com - https://funding.thenationalsmallbusinessdirectory.com/dac-funding \r\nMichael - tbformleads@gmail.com -  http://www.erpgoldgroup.com/appointments/ \r\nApril Yaseen - aarilyaseen@gmail.com', ''),
(14932, 1, 2141, '1', 'RobertHeabe', ''),
(14933, 1, 2141, '2', 'RobertHeabe', ''),
(14934, 1, 2141, '3', 'fevgen708@gmail.com', ''),
(14935, 1, 2141, '4', '(672) 522-8240', ''),
(14936, 1, 2141, '5', 'google', ''),
(14937, 1, 2141, '6', 'Telegram - Etsy 2023 Ukraine', ''),
(14938, 1, 2141, '7', 'Telegram - Etsy 2023 Ukraine https://t.me/+8fC7QJxGPr9jMmJi  Моя Реклама у Pinterest дає Замовникам від 7000 до 100 000 usd на місяць в Etsy. Куплю аккаунты Pinterest с подписчиками от 1000. Просмотры не важны', ''),
(14939, 1, 2140, '1', 'RobertHeabe', ''),
(14940, 1, 2140, '2', 'RobertHeabe', ''),
(14941, 1, 2140, '3', 'fevgen708@gmail.com', ''),
(14942, 1, 2140, '4', '(431) 515-3503', ''),
(14943, 1, 2140, '5', 'google', ''),
(14944, 1, 2140, '6', 'News 2023', ''),
(14945, 1, 2140, '7', '<a href=https://youtu.be/u5jssqb9Cog> Видео - Помогаем продавать Ваш товар в Etsy + Pinterest + SEO дают высокие результаты продаж. Также работаем с Shopify, ebay, amazon и др.</a>', ''),
(14946, 1, 2142, '1', 'dagkamenSlelo', ''),
(14947, 1, 2142, '2', 'dagkamenSlelo', ''),
(14948, 1, 2142, '3', 'dagkameb@mail.ru', ''),
(14949, 1, 2142, '4', '(622) 484-3625', ''),
(14950, 1, 2142, '5', 'google', ''),
(14951, 1, 2142, '6', 'дагестанский камень', ''),
(14952, 1, 2142, '7', '<a href=https://dagkamenn.store/>дагестанский камень в москве</a> \r\n<a href=https://dagkamenn.store/>дагестанский камень </a> \r\n<a href=https://dagkamenn.store/2023/04/30/%d0%b4%d0%b0%d0%b3%d0%b5%d1%81%d1%82%d0%b0%d0%bd%d1%81%d0%ba%d0%b8%d0%b9-%d1%80%d0%b0%d0%ba%d1%83%d1%88%d0%b5%d1%87%d0%bd%d0%b8%d0%ba/>дагестанский ракушечник</a> \r\n<a href=https://dagkamenn.store/2023/04/30/%d0%bf%d0%b5%d1%81%d1%87%d0%b0%d0%bd%d0%b8%d0%ba/>дагестанский печаник</a> \r\n<a href=https://dagkamenn.store/2023/04/30/%d0%b4%d0%b0%d0%b3%d0%b5%d1%81%d1%82%d0%b0%d0%bd%d1%81%d0%ba%d0%b8%d0%b9-%d0%b8%d0%b7%d0%b2%d0%b5%d1%81%d1%82%d0%bd%d1%8f%d0%ba/>дагестанский исвестняк</a> \r\n<a href=https://dagkamenn.store/2023/04/30/%d0%b4%d0%b0%d0%b3%d0%b5%d1%81%d1%82%d0%b0%d0%bd%d1%81%d0%ba%d0%b8%d0%b9-%d0%bf%d1%80%d0%b8%d1%80%d0%be%d0%b4%d0%bd%d1%8b%d0%b9-%d0%ba%d0%b0%d0%bc%d0%b5%d0%bd%d1%8c/>дагестанский камень купить</a>', ''),
(14953, 1, 2143, '1', 'Williamnex', ''),
(14954, 1, 2143, '2', 'Williamnex', ''),
(14955, 1, 2143, '3', 'kqklw@course-fitness.com', ''),
(14956, 1, 2143, '4', '(207) 380-8545', ''),
(14957, 1, 2143, '5', 'google', ''),
(14958, 1, 2143, '6', '冠天下!ENDVALUE!', ''),
(14959, 1, 2143, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1bmail479e.com/', ''),
(14960, 1, 2144, '1', 'Annaet', ''),
(14961, 1, 2144, '2', 'Annaet', ''),
(14962, 1, 2144, '3', 'annaet@pregunticas.com', ''),
(14963, 1, 2144, '4', '(825) 116-4053', ''),
(14964, 1, 2144, '5', 'google', ''),
(14965, 1, 2144, '6', 'I аm not a jealоus gіrl. Lооking for а ѕеriоuѕ mаnǃ..', ''),
(14966, 1, 2144, '7', 'Ηello!\r\nРerhаps my meѕѕаgе іѕ too ѕpeсific.\r\nΒut my oldеr sister fоund a wоnderful mаn hеre аnd they hаve а greаt rеlationѕhіp, but what about mе?\r\nΙ аm 25 yearѕ оld, Аnna, from thе Czech Rерublic, knоw Еnglіsh languаge аlѕo\r\nΑnd... bеtter tо ѕаy іt іmmedіаtеly. I am bіѕехuаl. Ι аm not jeаlous of аnothеr wоman... eѕреcially іf we mаke lоve tоgеthеr.\r\nΑh уeѕ, I coоk vеry tаstу! аnd I lоvе not onlу сооk ;))\r\nIm real gіrl and lоoking fоr ѕerіous аnd hоt rеlatіonѕhіp...\r\nАnуwау, уou can fіnd my prоfіle herе: http://sederrethou.tk/usr-82668/', ''),
(14967, 1, 2145, '1', 'Denniskeype', ''),
(14968, 1, 2145, '2', 'Denniskeype', ''),
(14969, 1, 2145, '3', '7lewc@course-fitness.com', ''),
(14970, 1, 2145, '4', '(864) 650-2414', ''),
(14971, 1, 2145, '5', 'google', ''),
(14972, 1, 2145, '6', '冠天下!ENDVALUE!', ''),
(14973, 1, 2145, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1bmail479e.com/', ''),
(14974, 1, 2146, '1', 'Brucecrava', ''),
(14975, 1, 2146, '2', 'Brucecrava', ''),
(14976, 1, 2146, '3', 'tepfun@course-fitness.com', ''),
(14977, 1, 2146, '4', '(185) 474-3856', ''),
(14978, 1, 2146, '5', 'google', ''),
(14979, 1, 2146, '6', '冠天下', ''),
(14980, 1, 2146, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1bmail479e.com/', ''),
(14981, 1, 2147, '1', 'Gerald', ''),
(14982, 1, 2147, '2', 'McChesney', ''),
(14983, 1, 2147, '3', 'gerald.mcchesney14@msn.com', ''),
(14984, 1, 2147, '4', '(416) 564-5199', ''),
(14985, 1, 2147, '5', 'Gerald McChesney', ''),
(14986, 1, 2147, '6', 'Hi gangagen.com Webmaster!', ''),
(14987, 1, 2147, '7', 'Hi, I realize that you are here to answer emails about your business, but take a second to enjoy something that I made for you. This music will make you feel some kind of way and brighten your day! I give you 3 songs for free off a full length album that is breaking the charts. Not available yet on streaming so this is your one shot! \r\n\r\n https://bryandallas.systeme.io/9349e0fa\r\n\r\n\r\nUnsubscribe:\r\nDallascontactsunsubscribe@gmail.com\r\nBDM General Delivery Redding CA, 96049', ''),
(14988, 1, 2148, '1', 'Shawnabusa', ''),
(14989, 1, 2148, '2', 'Shawnabusa', ''),
(14990, 1, 2148, '3', 'i8brd0@course-fitness.com', ''),
(14991, 1, 2148, '4', '(357) 213-2370', ''),
(14992, 1, 2148, '5', 'google', ''),
(14993, 1, 2148, '6', '冠天下娛樂城', ''),
(14994, 1, 2148, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(14995, 1, 2149, '1', 'Pratik', ''),
(14996, 1, 2149, '2', 'Bhosale', ''),
(14997, 1, 2149, '3', 'info@digitalworldmedia.info', ''),
(14998, 1, 2149, '4', '(913) 059-1089', ''),
(14999, 1, 2149, '5', 'digitalworldmedia.info', ''),
(15000, 1, 2149, '6', 'Grab All 50 Courses Just At Rs 700 - Today Only!', ''),
(15001, 1, 2149, '7', 'Greetings!,\r\n\r\n🔥 ONE DAY OFFER 🔥\r\n\r\nGet All 50 Courses Just At Rs 700\r\n*Lifetime Access*✅\r\nNOTE: This offer is for Today only\r\n\r\n1 Think Like a leader By Brian Tracy\r\n2 Speak and Grow by praveen wadekar\r\n3 Breakthrough Personality Course by Coach BSR\r\n4 Robin Sharma Personal Growth Course\r\n5 Dan Lok Public Speaking Secrets\r\n6 Sourav Jain Facebook Course\r\n7 Freedom Business Model By Siddharth Rajesker\r\n8 Deepak Bajaj Social media marketing\r\n9 Digital Deepak Facebook marketing\r\n10 Pushkar Raj Thakur Advance Personality development course\r\n11 Mahatma Ji Technical Advance Digital Marketing Course\r\n12 Sales Funnel That works\r\n13 Linkdin By Roshini Dhal\r\n14 Micro Video Master By Avi Arya\r\n15 Money Mastermind By Coach BSR\r\n16 Digital Deepak Affiliate Marketing Mastery\r\n17 Linkdin By Vaibhav Sisinity\r\n18 Videopreneur by Himmesh maddan\r\n19 Blogging Course In Hindi By Better Creator\r\n20 Neha Arora Instagram Marketing Course\r\n21 Deepak Bajaj Ultimate Network marketing\r\n22 Copywriting secrets by Dan Lok\r\n23 Email-Marketing Courses by Deepak Singh\r\n24 Deepak Bajaj Social media marketing\r\n25 The Authority Hacker Site System For Affiliate\r\n26 Ankit Singhla Blogging Mastery\r\n27 Art of Goal Creation By Bob Protector\r\n28 Ecommerrce Business Course By Chirag Malik\r\n29 Kulwant Nagi Blogging Course\r\n30 SEO Mafia By Nipon Basic Course\r\n31 Siddharth Rajsekar Internet Traffic Blueprint Course\r\n32 Brian Dean Grow Your Blog Fast\r\n33 Deepak Singh All Course\r\n34 Graphic Design Course\r\n35 Brian Dean- SEO That works\r\n36 Digital Deepak SEO Mastery\r\n37 Peng Joon Facebook mastery\r\n38 Millionaire Blogging Guide In Hindi\r\n39 SEO king by Abhit Upadhyay\r\n40 Mindvalley all courses\r\n41 Fastrack millionaire by Pushkar Raj\r\n42 Youtube Sutra\r\n43.Tech Mart Amazon Affiliate Marketing\r\n44. The Authority Hacker Site System Basic in English\r\n45 High Ticket Closer By Dan Lok\r\n46 Advanced Marketing Program by Neil Patel\r\n47 Dan Lok – Public Speaking Secrets\r\n48 10x growth buisness\r\n49 Meditation by Coach BSR\r\n50 Youtube Millionaire By Mahatmaji Technical 🔥*\r\nAll are videos..\r\nYou can watch and download\r\n\r\n\r\n✅LifeTime access Offer Price RS. 700 For Today Only\r\n✅WhatsApp ME on 9130591089 / info@digitalworldmedia.info\r\n\r\nNote: Complete video modules of all Courses will be given with lifetime access\r\n\r\nYou will get mega drive access link\r\n\r\nDemo available.\r\nYou can watch and download\r\nThink Like A Leader👇\r\nThis is one complete course as demo\r\nSimilarly all 50 Courses available✅\r\nWith Lifetime access\r\n\r\nhttps://mega.nz/folder/djR1FC7K#D1yYT3wpnOITL9_-fmgTxA', ''),
(15002, 1, 2150, '1', 'EdwardJuila', ''),
(15003, 1, 2150, '2', 'EdwardJuila', ''),
(15004, 1, 2150, '3', 'bksb58@course-fitness.com', ''),
(15005, 1, 2150, '4', '(347) 080-2442', ''),
(15006, 1, 2150, '5', 'google', ''),
(15007, 1, 2150, '6', '冠天下娛樂城', ''),
(15008, 1, 2150, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(15009, 1, 2151, '1', 'Mike Parson', ''),
(15010, 1, 2151, '2', 'Mike Parson', ''),
(15011, 1, 2151, '3', 'no-replyPovaTasy@gmail.com', ''),
(15012, 1, 2151, '4', '(118) 108-7655', ''),
(15013, 1, 2151, '5', 'google', ''),
(15014, 1, 2151, '6', 'AI Monthly SEO plans', ''),
(15015, 1, 2151, '7', 'Hello \r\n \r\nI have just verified your SEO on  gangagen.com for  the current search visibility and saw that your website could use an upgrade. \r\n \r\nWe will improve your ranks organically and safely, using state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Parson', ''),
(15016, 1, 2152, '1', 'Irinabuche', ''),
(15017, 1, 2152, '2', 'Irinabuche', ''),
(15018, 1, 2152, '3', 'jgmaria304@yandex.ru', ''),
(15019, 1, 2152, '4', '(875) 318-7588', ''),
(15020, 1, 2152, '5', 'google', ''),
(15021, 1, 2152, '6', 'https://clck.ru/33jCCC', ''),
(15022, 1, 2152, '7', 'https://clck.ru/33jC7q', ''),
(15023, 1, 2153, '1', 'Eric', ''),
(15024, 1, 2153, '2', 'Jones', ''),
(15025, 1, 2153, '3', 'ericjonesmyemail@gmail.com', ''),
(15026, 1, 2153, '4', '(555) 555-1212', ''),
(15027, 1, 2153, '5', 'NA', ''),
(15028, 1, 2153, '6', 'There they go…', ''),
(15029, 1, 2153, '7', 'Dear gangagen.com Admin! my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(15030, 1, 2154, '1', 'Teddy', ''),
(15031, 1, 2154, '2', 'Ziolkowski', ''),
(15032, 1, 2154, '3', 'teddy@system4norcal.net', ''),
(15033, 1, 2154, '4', '(925) 290-6580', ''),
(15034, 1, 2154, '5', 'System4 Facility Services', ''),
(15035, 1, 2154, '6', 'Your janitorial service', ''),
(15036, 1, 2154, '7', 'Hi,\r\n \r\nIf you’re struggling with unsatisfactory service from your current janitorial provider, or are looking to hire one for the first time, you should know about System4 Facility Services. \r\n\r\nOur local clients choose and stay with us because of our flexibility, wide range of services (including disinfection), and reasonable rates.\r\n \r\nWould you be interested in having one of our representatives visit your business to provide a complimentary quote?\r\n\r\nThank you for your time,\r\nTeddy\r\n\r\nTeddy Ziolkowski\r\nAccount Manager\r\nSystem4 Facility Services\r\n(925) 290-6580\r\nteddy@system4norcal.net\r\n\r\nPlease respond with \"stop\" to opt out.\r\n\r\n\r\n“If I could give 6 stars I would! System 4 is the best Business Partner I have worked with in their field for almost 20 years. Joe and his team have been extremely responsive and flexible with us, even though the COVID-19 situation has greatly impacted our company. You definitely get what you pay for with System 4.”—Ryan Loerger', ''),
(15037, 1, 2155, '1', 'SabennSkivy', ''),
(15038, 1, 2155, '2', 'SabennSkivy', ''),
(15039, 1, 2155, '3', 'alexandro.a.a1989@hotmail.com', ''),
(15040, 1, 2155, '4', '(106) 563-5334', ''),
(15041, 1, 2155, '5', 'google', ''),
(15042, 1, 2155, '6', 'Тату салон в спб - вот уже 13 лет мы делаем художественные татуировки в СПб.', ''),
(15043, 1, 2155, '7', 'Сделать татуировку - только в нашем салоне вы найдете качественное исполнение. Приходите к нам - татуировка спб качество гарантируем! \r\n<a href=https://tatu-salon-spb78.ru/>сделать татуировку спб</a> \r\nсалон татуировок - <a href=http://www.tatu-salon-spb78.ru>https://www.tatu-salon-spb78.ru</a> \r\n<a href=http://www.google.dm/url?q=https://tatu-salon-spb78.ru>http://www.google.nu/url?q=http://tatu-salon-spb78.ru</a> \r\n \r\n<a href=https://www.agriturismoilcampagnino.it/2021/12/06/comprare-pneumatici-online-e-piu-facile-con-otiro/#comment-2534>Тату салон спб - вот уже 13 лет мы делаем художественные татуировки в СПб.</a> 32db896', ''),
(15044, 1, 2156, '1', 'Traviskilia', ''),
(15045, 1, 2156, '2', 'Traviskilia', ''),
(15046, 1, 2156, '3', 'o0yltp@course-fitness.com', ''),
(15047, 1, 2156, '4', '(444) 567-5144', ''),
(15048, 1, 2156, '5', 'google', ''),
(15049, 1, 2156, '6', '淫色精典大百尻：男男女女爽歪歪!ENDVALUE!', ''),
(15050, 1, 2156, '7', '淫色精典大百尻：男男女女爽歪歪 \r\n \r\n \r\n \r\nhttps://9jgirl.com/', ''),
(15051, 1, 2157, '1', 'Thomas', ''),
(15052, 1, 2157, '2', 'Murphy', ''),
(15053, 1, 2157, '3', 'thomas@cashboost.online', ''),
(15054, 1, 2157, '4', '(202) 991-6766', ''),
(15055, 1, 2157, '5', 'Express Capital', ''),
(15056, 1, 2157, '6', 'Is now a good time?', ''),
(15057, 1, 2157, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nJust wondering if you would consider a Working Capital Loan for your business\r\nif the price and terms were acceptable to you?\r\n\r\nExpress Capital is a Direct Lender specializing in working capital loans up to 500k. \r\n\r\nWe don’t require collateral and our approval process is fully automated. \r\n\r\nReceive your decision is less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nThomas Murphy\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(15058, 1, 2158, '1', 'RalphDoock', ''),
(15059, 1, 2158, '2', 'RalphDoock', ''),
(15060, 1, 2158, '3', '5dg4t@course-fitness.com', ''),
(15061, 1, 2158, '4', '(013) 178-5550', ''),
(15062, 1, 2158, '5', 'google', ''),
(15063, 1, 2158, '6', '天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(15064, 1, 2158, '7', '天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\nhttps://xn--ghq10gmvi961at1b479e.com/', ''),
(15065, 1, 2159, '1', 'Claytonatort', ''),
(15066, 1, 2159, '2', 'Claytonatort', ''),
(15067, 1, 2159, '3', 'ywijyz@course-fitness.com', ''),
(15068, 1, 2159, '4', '(352) 200-2017', ''),
(15069, 1, 2159, '5', 'google', ''),
(15070, 1, 2159, '6', '2022卡達世界盃', ''),
(15071, 1, 2159, '7', '2022卡達世界盃 \r\n \r\nhttps://as-sports.net/', ''),
(15072, 1, 2160, '1', 'Michaelemoda', ''),
(15073, 1, 2160, '2', 'Michaelemoda', ''),
(15074, 1, 2160, '3', 'bszll@course-fitness.com', ''),
(15075, 1, 2160, '4', '(280) 167-5582', ''),
(15076, 1, 2160, '5', 'google', ''),
(15077, 1, 2160, '6', '冠天下娛樂城', ''),
(15078, 1, 2160, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(15079, 1, 2161, '1', 'Donaldkar', ''),
(15080, 1, 2161, '2', 'Donaldkar', ''),
(15081, 1, 2161, '3', 'aigc-chatgpt@outlook.com', ''),
(15082, 1, 2161, '4', '(315) 050-3731', ''),
(15083, 1, 2161, '5', 'google', ''),
(15084, 1, 2161, '6', 'GPT-4 has been “open sourced” by CS students!', ''),
(15085, 1, 2161, '7', 'It is well known that ChatGPT is free, but if you want to try the latest and strongest GPT-4, there is basically only one way to go – \r\neither subscribe to ChatGPTPlus or pay to call the API. \r\nSo, what if you want to experience a more native GPT-4 but don’t want to spend money? \r\n \r\n<a href=https://aigc-chatgpt.com/2023/05/05/chatgpt/gpt-4-has-been-open-sourced-by-cs-students-openai-threatens-if-you-dont-take-down-the-project-we-will-sue-you/>GPT-4 has been “open sourced” by CS students!</a>', ''),
(15086, 1, 2162, '1', 'MichaelPaugs', ''),
(15087, 1, 2162, '2', 'MichaelPaugs', ''),
(15088, 1, 2162, '3', 'info@xn--73-6kchjy.xn--p1ai', ''),
(15089, 1, 2162, '4', '(086) 664-1481', ''),
(15090, 1, 2162, '5', 'google', ''),
(15091, 1, 2162, '6', 'Как получить разрешение на строительство', ''),
(15092, 1, 2162, '7', 'Разрешение на строительство - это официальный документ, который выдается уполномоченным органом государственной власти для разрешения строительства объекта. <a href=https://xn--73-6kchjy.xn--p1ai/>Разрешение на строительство</a> предполагает наличие статуса земельного участка и условий строительства, включая требования к проектной документации, меры безопасности, соблюдение экологических и архитектурных норм и другие ограничения, установленные за необходимость. Разрешение на начало строительства необходимо для работ по реконструкции зданий и сооружений, а также для получения документации по эксплуатации.', ''),
(15093, 1, 2163, '1', 'AnnaEn', ''),
(15094, 1, 2163, '2', 'AnnaEn', ''),
(15095, 1, 2163, '3', 'annaEn@ofc-dental-3.com', ''),
(15096, 1, 2163, '4', '(521) 400-6376', ''),
(15097, 1, 2163, '5', 'google', ''),
(15098, 1, 2163, '6', 'I want to mеet ѕеrіous man... (:', ''),
(15099, 1, 2163, '7', 'Неllo all, guуsǃ Ι knоw, my mеsѕage may bе too ѕpeсifіс,\r\nBut my siѕtеr fоund nіce mаn here and theу mаrrіed, ѕо how аbоut mе?ǃ :)\r\nI am 26 years оld, Αnna, frоm Romаnia, Ι knоw Εngliѕh аnd Gеrman languаgeѕ аlso\r\nΑnd... Ι hаve spесіfіc dіseаse, namеd nуmрhomаniа. Who knоw whаt iѕ thіѕ, cаn underѕtand me (better to ѕaу it immеdiately)\r\nΑh уes, Ι сооk vеrу tastу! аnd Ι love nоt onlу coоk ;))\r\nIm real gіrl, nоt prоstitutе, and loоkіng fоr sеriоus аnd hot relаtiоnship...\r\nAnуwау, уou сan fіnd mу рrоfile hеre: http://cambedegalrefea.gq/idm-97551/', ''),
(15100, 1, 2164, '1', 'WilliamSparl', ''),
(15101, 1, 2164, '2', 'WilliamSparl', ''),
(15102, 1, 2164, '3', 'di8135iehsqn@gmail.com', ''),
(15103, 1, 2164, '4', '(238) 575-7377', ''),
(15104, 1, 2164, '5', 'google', ''),
(15105, 1, 2164, '6', 'Tell me your recommendations please.', ''),
(15106, 1, 2164, '7', 'Guys just made a web-page for me, look at the link:  \r\n<a href=\"https://analytical-commentaryf.blogunteer.com/20980988/an-unbiased-view-of-essay-writing\">https://analytical-commentaryf.blogunteer.com/20980988/an-unbiased-view-of-essay-writing</a> \r\nTell me your credentials. Thanks.', ''),
(15107, 1, 2165, '1', 'micheal#decosta[OjoltozEjuzutiVT,2,5]', ''),
(15108, 1, 2165, '2', 'micheal#decosta[OjoltozEjuzutiVT,2,5]', ''),
(15109, 1, 2165, '3', 'zerry@lodonnewstoday.com', ''),
(15110, 1, 2165, '4', '(336) 813-4435', ''),
(15111, 1, 2165, '5', 'google', ''),
(15112, 1, 2165, '6', 'Canadian News Today', ''),
(15113, 1, 2165, '7', 'Canadian News Today is your source for the latest news, video, opinions and analysis from Canada and around the world. \r\n \r\nFind more details : https://www.canadiannewstoday.com/', ''),
(15114, 1, 2166, '1', 'xelo', ''),
(15115, 1, 2166, '2', 'xelo', ''),
(15116, 1, 2166, '3', 'elfridabolshakova901892@mail.ru', ''),
(15117, 1, 2166, '4', '(674) 543-5258', ''),
(15118, 1, 2166, '5', 'google', ''),
(15119, 1, 2166, '6', 'zennoposter 4', ''),
(15120, 1, 2166, '7', 'Прогон сайта с помощью Хрумера может помочь улучшить позиции сайта в поисковых системах, повысить его трафик и увеличить количество потенциальных клиентов. Однако, не следует забывать, что использование Хрумера может повлечь за собой риск нарушения правил поисковых систем, таких как Google, что может привести к наказанию и снижению рейтинга сайта. \r\n<a href=https://ru.xelo.pro/zennoposter/>zennoposter 4</a>', ''),
(15121, 1, 2167, '1', 'Petererync', ''),
(15122, 1, 2167, '2', 'Petererync', ''),
(15123, 1, 2167, '3', 'aschmittdespinmackenz@gmail.com', ''),
(15124, 1, 2167, '4', '(066) 317-3401', ''),
(15125, 1, 2167, '5', 'google', ''),
(15126, 1, 2167, '6', 'Test, just a test', ''),
(15127, 1, 2167, '7', 'Hello. And Bye.', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(15128, 1, 2168, '1', 'dagkamenSlelo', ''),
(15129, 1, 2168, '2', 'dagkamenSlelo', ''),
(15130, 1, 2168, '3', 'dagkameb@mail.ru', ''),
(15131, 1, 2168, '4', '(854) 236-0771', ''),
(15132, 1, 2168, '5', 'google', ''),
(15133, 1, 2168, '6', 'дагестанский камень', ''),
(15134, 1, 2168, '7', '<a href=https://dagkamenn.store/>дагестанский камень в москве</a> \r\n<a href=https://dagkamenn.store/>дагестанский камень </a> \r\n<a href=https://dagkamenn.store/2023/04/30/%d0%b4%d0%b0%d0%b3%d0%b5%d1%81%d1%82%d0%b0%d0%bd%d1%81%d0%ba%d0%b8%d0%b9-%d1%80%d0%b0%d0%ba%d1%83%d1%88%d0%b5%d1%87%d0%bd%d0%b8%d0%ba/>дагестанский ракушечник</a> \r\n<a href=https://dagkamenn.store/2023/04/30/%d0%bf%d0%b5%d1%81%d1%87%d0%b0%d0%bd%d0%b8%d0%ba/>дагестанский печаник</a> \r\n<a href=https://dagkamenn.store/2023/04/30/%d0%b4%d0%b0%d0%b3%d0%b5%d1%81%d1%82%d0%b0%d0%bd%d1%81%d0%ba%d0%b8%d0%b9-%d0%b8%d0%b7%d0%b2%d0%b5%d1%81%d1%82%d0%bd%d1%8f%d0%ba/>дагестанский исвестняк</a> \r\n<a href=https://dagkamenn.store/2023/04/30/%d0%b4%d0%b0%d0%b3%d0%b5%d1%81%d1%82%d0%b0%d0%bd%d1%81%d0%ba%d0%b8%d0%b9-%d0%bf%d1%80%d0%b8%d1%80%d0%be%d0%b4%d0%bd%d1%8b%d0%b9-%d0%ba%d0%b0%d0%bc%d0%b5%d0%bd%d1%8c/>дагестанский камень купить</a>', ''),
(15135, 1, 2169, '1', 'EdwardShone', ''),
(15136, 1, 2169, '2', 'EdwardShone', ''),
(15137, 1, 2169, '3', 'nvb9v@course-fitness.com', ''),
(15138, 1, 2169, '4', '(610) 167-6853', ''),
(15139, 1, 2169, '5', 'google', ''),
(15140, 1, 2169, '6', '冠天下娛樂城', ''),
(15141, 1, 2169, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com', ''),
(15142, 1, 2170, '1', 'Eric', ''),
(15143, 1, 2170, '2', 'Jones', ''),
(15144, 1, 2170, '3', 'ericjonesmyemail@gmail.com', ''),
(15145, 1, 2170, '4', '(555) 555-1212', ''),
(15146, 1, 2170, '5', '06-24923186', ''),
(15147, 1, 2170, '6', 'how to turn eyeballs into phone calls', ''),
(15148, 1, 2170, '7', 'Dear gangagen.com Webmaster.\r\n\r\nEric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(15149, 1, 2171, '1', 'JeffreyInemo', ''),
(15150, 1, 2171, '2', 'JeffreyInemo', ''),
(15151, 1, 2171, '3', 'nfugurkose625@gmail.com', ''),
(15152, 1, 2171, '4', '(123) 478-4386', ''),
(15153, 1, 2171, '5', 'google', ''),
(15154, 1, 2171, '6', 'Рецепты|Пирожки на кефире в духовке без дрожжей|Соус Андалузский|Горячие роллы|Ядрёная горчица|Скумбрия в соевом соусе в духовке|Гречка с овощами и чесноком|Медово-клюквенный конфитюр|Рисовый диетический суп|Кокосовая каша|Дессерт|Рецепты|Крем-суп из брокколи с семгой|Конфеты из злаковых хлебцев с бананом и какао|Варенье из калины с апельсином|Рисовые оладьи с творогом|«Коул Слоу» с брюссельской капустой|Пирожки на кефире в духовке без дрожжей|Овсяная гранола с тыквой|Шампиньоны в беконе в духовке|На ужин|Салат из редиски с огурцом, яйцом и плавленым сырком|Банановый мусс со сливками|Ржано-пшеничный хлеб с семечками|Соус барбекю от Гордона Рамзи|Малина на меду холодным способом|Суп из лобио|Напитки|Батат запеченный с яблоками и корицей|Куриные крылышки, запеченные в рукаве для выпечки|', ''),
(15155, 1, 2171, '7', 'Наш сайт \"Кулинарные тайны\" - это уникальный ресурс, который поможет вам приготовить самые вкусные блюда для себя и своих близких. Мы собрали в одном месте лучшие кулинарные рецепты на любой вкус - от простых и быстрых до сложных и изысканных. \r\nНаши рецепты подойдут как для начинающих, так и для опытных кулинаров. Мы подробно описываем каждый шаг приготовления, даём полезные советы и рекомендации по выбору ингредиентов и способам приготовления. \r\nКроме того, мы постоянно обновляем нашу коллекцию рецептов, чтобы вы всегда могли найти что-то новое и интересное для себя. У нас вы найдете рецепты мясных и рыбных блюд, супов и закусок, десертов и выпечки, а также многое другое. \r\nМы уверены, что наш сайт станет вашим надежным помощником в кулинарных делах. Приготовьте вместе с нами самые вкусные блюда и порадуйте своих близких и друзей! \r\n \r\n<a href=https://worldfood1.ru/page/2>Рецепты -</a> \r\nfgjhjhjhngf', ''),
(15156, 1, 2172, '1', 'Eric', ''),
(15157, 1, 2172, '2', 'Jones', ''),
(15158, 1, 2172, '3', 'ericjonesmyemail@gmail.com', ''),
(15159, 1, 2172, '4', '(555) 555-1212', ''),
(15160, 1, 2172, '5', 'NA', ''),
(15161, 1, 2172, '6', 'instead, congrats', ''),
(15162, 1, 2172, '7', 'Dear gangagen.com Administrator. \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(15163, 1, 2173, '1', 'CliftonsTedidiott', ''),
(15164, 1, 2173, '2', 'CliftonsTedidiott', ''),
(15165, 1, 2173, '3', 'fc2blogjp@fc2blogjp.biz', ''),
(15166, 1, 2173, '4', '(263) 176-6777', ''),
(15167, 1, 2173, '5', 'google', ''),
(15168, 1, 2173, '6', 'slots', ''),
(15169, 1, 2173, '7', 'https://gorodeccometricaforuminternetelarchivobigg.org/ casino \r\nКак выиграть в онлайн казино автоматы \r\nКазино азарт плей как выиграть в \r\nКак играть онлайн в казино вулкан \r\nКазино вулкан официальный сайт как играть \r\nКак играть в казино вулкан обезьяна \r\nКак выиграть деньги в казино онлайн \r\nМожно ли выиграть в казино рулетка \r\nКак выиграть в онлайн казино без вложений \r\nКак выиграть автомат в интернет казино \r\nВыиграть на рулетке в онлайн казино \r\nСон выиграл деньги в казино \r\nКак выиграть в казино аризона рп \r\nЯ хочу выиграть в казино \r\nКак играть в казино вулкан в интернете \r\nКак выиграть деньги в интернет казино форум \r\nГде можно выиграть в интернет казино \r\nМожно ли выиграть в вулкан онлайн казино \r\nGta san andreas выиграть в казино \r\nКак выиграть обыграть казино в \r\nКак выиграть в казино ютуб \r\nКак выиграть в казино кости самп \r\nЧто нужно чтобы выиграть в казино 100 к 1 \r\nКак играть в казино вулкан без депозита \r\nМожно ли выиграть в интернет казино \r\nКак выиграть казино в самп рп \r\nМетоды обыграть казино \r\nСколько можно выиграть в казино за день \r\nКак играет казино вулкан \r\nКак выиграть джекпот в казино вулкан \r\nКак выиграть в казино на самп рп \r\nКак выиграть в казино миллион \r\nКак выиграть в казино онлайн на деньги \r\nКто выиграл в казино вулкан отзывы \r\nВыиграть миллион в казино видео \r\nКак выиграть в казино блэкджек \r\nГде выиграть деньги в казино \r\nМожно ли выиграть у казино в интернете \r\nКак выиграть в казино х \r\nКак выиграть в казино самп даймонд \r\nКак выиграть в интернет казино рулетка \r\nМожно ли выиграть в казино онлайн вулкан \r\nКак выиграть в казино на рп сервере \r\nКак играть в казино вулкан на реальные \r\nКак зайти на вулкан казино играть \r\nКто реально выиграл в интернет казино \r\nГта самп как выиграть в казино \r\nМожно ли выиграть деньги в вулкан казино \r\nКак играть в казино вулкан и выиграть в \r\nКак реально выиграть в интернет казино вулкан \r\nВо сне выиграл в казино \r\nКазино вулкан реально ли выиграть деньги в \r\nНовые методы обыграть казино \r\nКак выиграть на рулетке в онлайн казино \r\nКак реально выиграть в казино вулкан \r\nКак играть в игровые автоматы казино вулкан \r\nКак выиграть в онлайн казино игровые автоматы \r\nКак выиграть в кристалл казино \r\nКак выиграть в казино аризона \r\nЧестно можно выиграть в казино \r\nВыиграть в казино без денег \r\nКак играть в казино вулкан демо \r\nМожно ли выиграть в реальном казино \r\nКак выиграть в казино икс \r\nКак выиграть в казино на сервере самп \r\nКто выиграл в виртуальном казино \r\nКак выиграть в казино онлайн форум \r\nНовый метод обыграть в казино рулетку \r\nКак обыграть казино вулкан рулетка \r\nКто нибудь выиграл в онлайн казино \r\nКак обыграть казино вулкан онлайн \r\nКак выиграть на автомате в казино \r\nКак выиграть в адмирал казино \r\nКак выиграть в казино вулкан с 50 рублей \r\nКниги как выиграть в казино \r\nРеально выиграть в вулкан казино \r\nКак в самп выиграть казино \r\nВ казино вулкан реально выиграть \r\nВ какое онлайн казино реально выиграть деньги \r\nКак на samp rp выиграть в казино \r\nПомогите выиграть в онлайн казино \r\nКак выиграть в настоящем казино \r\nКак играть в вулкан казино бесплатно \r\nВ каком интернет казино реально можно выиграть деньги \r\nКак выиграть в казино на ccd \r\nВыиграть деньги в казино вулкан \r\nGta san andreas как выиграть в казино \r\nЗахарченко последние новости выиграл в казино \r\nКак выиграть деньги в казино видео \r\nКак играть в казино вулкан на реальные деньги без вложений с выводом денег \r\nКак выиграть в казино на amazing rp \r\nВ каких онлайн казино реально выиграть \r\nКак выиграть в казино гта криминальная россия \r\nКак выиграть в рулетку у казино \r\nКак выиграть в казино стратегии \r\nКак выиграть в онлайн казино вулкан видео \r\nКак играть в казино вулкан на реальные деньги без вложений с выводом \r\nПарень выиграл 74 миллиона в казино вулкан новости \r\nЧто сделать чтобы выиграть в казино \r\nИнтернет казино вулкан как играть \r\nОтзывы кто выиграл в интернет казино \r\nСмотреть как играют в казино вулкан \r\nКак же выиграть в казино на адванс рп \r\nКак выиграть в казино лас вегаса \r\nКак выиграть в казино вулкан ставка \r\nКак выиграть в казино калигуле \r\nМожно выиграть ли в интернет казино \r\nКак выиграть в рулетку казино вулкан \r\nКазино в котором можно выиграть отзывы \r\nМожно ли выиграть в казино адмирал \r\nКак играть в вулкан казино на деньги секреты \r\nКак играть в вулкан казино crazy monkey \r\nКак выиграть в казино на ссд планет \r\nОнлайн казино в котором реально можно выиграть \r\nКак выиграть в русском казино \r\nКак выиграть в казино 100 к 1 ответ \r\nКак начать играть в казино вулкан без денег \r\nКак выиграть в слоты казино вулкан \r\nАризона рп как выиграть в казино \r\nКак выиграть деньги в интернет казино \r\nКак выиграть в казино отзывы \r\nРеально ли выиграть деньги в казино вулкан \r\nКак играть и выиграть в казино вулкан \r\nРулетка в казино как выиграть \r\nВ каком казино можно выиграть деньги \r\nКак обыграть казино метод \r\nКак выиграть в казино европейскую рулетку \r\nКак обыграть интернет казино вулкан \r\nСтудент выиграл в казино вулкан \r\nКак правильно начать играть в казино вулкан \r\nКак выиграть в онлайн казино на игровых автоматах \r\nКазино вулкан можно ли реально выиграть в \r\nРеально выиграть в казино вулкан \r\nКак выиграть на samp rp в казино \r\nМожно ли выиграть в казино вулкан отзывы \r\nИгровой автомат в казино как выиграть \r\nКазино без депозита выиграть в \r\nКак выиграть в русский покер у казино \r\nИнтернет казино как в них выиграть \r\nКак выиграть в интернет казино вулкан \r\nЧит как выиграть в казино \r\nКак выиграть в биткоин казино \r\nКак самп рп выиграть в казино \r\nКак играть в казино вулкан и выигрывать \r\nКак выиграть в интернете казино \r\nФоллаут нью вегас казино как выиграть в \r\nКак выиграть казино в самп \r\nСмотреть как выиграть в онлайн казино \r\nКазино в котором можно выиграть без вложений \r\nКак выиграть в казино сампе \r\nВыиграл в казино как называется', ''),
(15170, 1, 2174, '1', 'Neeta', ''),
(15171, 1, 2174, '2', 'Hegde', ''),
(15172, 1, 2174, '3', 'neetahegde493@gmail.com', ''),
(15173, 1, 2174, '4', '(789) 297-6408', ''),
(15174, 1, 2174, '5', 'Student', ''),
(15175, 1, 2174, '6', 'Regarding internship', ''),
(15176, 1, 2174, '7', 'I\'m Neeta Hegde studying M Sc in JSS College of arts commerce and science Ooty road Mysore I\'m writing this message regarding the enquiry for an internship in your company. I\'m interested to work anything related to biotechnology and lifescience', ''),
(15177, 1, 2175, '1', 'RobertHeabe', ''),
(15178, 1, 2175, '2', 'RobertHeabe', ''),
(15179, 1, 2175, '3', 'fevgen708@gmail.com', ''),
(15180, 1, 2175, '4', '(817) 421-2102', ''),
(15181, 1, 2175, '5', 'google', ''),
(15182, 1, 2175, '6', 'News 2023', ''),
(15183, 1, 2175, '7', 'Etsy + Pinterest + SEO http://pint77.com дают высокие результаты продаж. Также работаем с Shopify, ebay, amazon и др.', ''),
(15184, 1, 2176, '1', 'AndreaWig', ''),
(15185, 1, 2176, '2', 'AndreaWig', ''),
(15186, 1, 2176, '3', 'ybgquafmu@wowzilla.ru', ''),
(15187, 1, 2176, '4', '(256) 704-8431', ''),
(15188, 1, 2176, '5', 'google', ''),
(15189, 1, 2176, '6', 'casinos online', ''),
(15190, 1, 2176, '7', '<a href=https://getb8.us/>casinos</a> \r\n<a href=\"https://getb8.us/\">casino game</a>', ''),
(15191, 1, 2177, '1', 'DavidMet', ''),
(15192, 1, 2177, '2', 'DavidMet', ''),
(15193, 1, 2177, '3', 'yos1v@course-fitness.com', ''),
(15194, 1, 2177, '4', '(185) 726-6204', ''),
(15195, 1, 2177, '5', 'google', ''),
(15196, 1, 2177, '6', '第一借錢網擁有全台最多的借錢資訊', ''),
(15197, 1, 2177, '7', '第一借錢網擁有全台最多的借錢資訊 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(15198, 1, 2178, '1', 'Ernestagets', ''),
(15199, 1, 2178, '2', 'Ernestagets', ''),
(15200, 1, 2178, '3', '1w1vvf@course-fitness.com', ''),
(15201, 1, 2178, '4', '(633) 862-2046', ''),
(15202, 1, 2178, '5', 'google', ''),
(15203, 1, 2178, '6', '淫色精典大百尻：男男女女爽歪歪 - 成人影片線上看!ENDVALUE!', ''),
(15204, 1, 2178, '7', '淫色精典大百尻：男男女女爽歪歪 - 成人影片線上看 \r\n \r\n \r\nhttps://9jgirl.com/', ''),
(15205, 1, 2179, '1', 'casandraup69', ''),
(15206, 1, 2179, '2', 'casandraup69', ''),
(15207, 1, 2179, '3', 'genamu3@hiroyuki4010.masaaki77.infospace.fun', ''),
(15208, 1, 2179, '4', '(674) 882-0800', ''),
(15209, 1, 2179, '5', 'google', ''),
(15210, 1, 2179, '6', 'Hot photo galleries blogs and pictures', ''),
(15211, 1, 2179, '7', 'New project started to be available today, check it out\r\nhttp://iphoneporn.hotblognetwork.com/?post-kenia \r\n\r\n alice in wonderland porn free hot porn pamela anderson site free porn watch quicktime porn videos adult porn anal', ''),
(15212, 1, 2180, '1', 'HarolVow', ''),
(15213, 1, 2180, '2', 'HarolVow', ''),
(15214, 1, 2180, '3', 'jonierey999@outlook.com', ''),
(15215, 1, 2180, '4', '(037) 602-7521', ''),
(15216, 1, 2180, '5', 'google', ''),
(15217, 1, 2180, '6', 'Antidetect browser', ''),
(15218, 1, 2180, '7', '<a href=http://best-browser.online> A fundamentally new anti-detection browser with anti-detection methods</a> \r\n \r\nXimera\'s work is based on the principles of cryptography, which make it possible to confuse digital fingerprints and prevent\r\nwebsites from collecting and compiling information about the activity of their visitors. \r\n \r\n \r\nIn addition to the obvious advantage of providing anonymous and secure online activities, Chimera has other advantages: \r\n \r\n- Profile data can be stored in a convenient way for you. The choice is a database or your own device. \r\n- Data on different devices are synchronized with each other. \r\n- The possibility of fairly accurate manual settings – you can change the proxy settings, time zone, browser identification string and others. \r\n- Access to create multiple work environments. \r\n- Protection of the system from hacking if the password is entered incorrectly. \r\n- Data encryption on a one-way key \r\n \r\nAnonymous browser is suitable for both private and corporate use with the distribution of roles between participants. \r\nInstall and enjoy protected viewing with anti-detection options. \r\n \r\nAnd also be sure to use our affiliate program, to participate, it is enough to register in your personal account\r\nand get an individual link \r\nInvite your users and get 40% from each payment of the user you invited \r\nHave time to earn with us! \r\n \r\nWe provide a welcome bonus to each new user when registering with the promo code - kgav! \r\n \r\n<a href=https://ximera.press/download-antidetect-browser-blue-cross-blue-crass-health-insurer-thought-it-would-be-a-great-idea-to-mail-plans-on-usb-sticks>download-antidetect-browser-blue-cross-blue-crass-health-insurer-thought-it-would-be-a-great-idea-to-mail-plans-on-usb-sticks</a>\r\n \r\n<a href=https://ximera.website/best-antidetect-browser-2023-unmasking-malware-in-tls-connections-it-can-be-done-say-cisco-researchers>best-antidetect-browser-2023-unmasking-malware-in-tls-connections-it-can-be-done-say-cisco-researchers</a>', ''),
(15219, 1, 2181, '1', 'Eric', ''),
(15220, 1, 2181, '2', 'Jones', ''),
(15221, 1, 2181, '3', 'ericjonesmyemail@gmail.com', ''),
(15222, 1, 2181, '4', '(555) 555-1212', ''),
(15223, 1, 2181, '5', 'CENTRE', ''),
(15224, 1, 2181, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(15225, 1, 2181, '7', 'Hello gangagen.com Administrator!\r\n\r\nMy name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(15226, 1, 2182, '1', 'Galen', ''),
(15227, 1, 2182, '2', 'Kappel', ''),
(15228, 1, 2182, '3', 'kappel.galen63@gmail.com', ''),
(15229, 1, 2182, '4', '(073) 557-3673', ''),
(15230, 1, 2182, '5', 'Galen Kappel', ''),
(15231, 1, 2182, '6', '[TIME-SENSITIVE] Your ticket to success starts at 10 AM EST', ''),
(15232, 1, 2182, '7', 'Hello there!\r\n\r\nThis is your final reminder!\r\n\r\nThe game-changing session with Neil Napier and his team starts TODAY at 10 AM ET/NY. Don\'t miss out on the opportunity to learn about how to make MASSIVE profits WITHOUT any tech skills or experience with their groundbreaking software, PAGES.\r\n\r\nYou can even get PAGES for free... but you have to attend.\r\n\r\nRemember, by attending this session, you\'ll also have access to the secrets you the secrets I use for increasing website conversion when you register and grab PAGES through my link.\r\n\r\nClick here now to get registered!\r\n===>>> https://bit.ly/pagesx1\r\n\r\n\r\nTo your success,\r\n\r\nRichard\r\n==========\r\nClick here to unsubscribe\r\nhttps://bit.ly/stop69', ''),
(15233, 1, 2183, '1', 'Eric', ''),
(15234, 1, 2183, '2', 'Jones', ''),
(15235, 1, 2183, '3', 'ericjonesmyemail@gmail.com', ''),
(15236, 1, 2183, '4', '(555) 555-1212', ''),
(15237, 1, 2183, '5', 'ZH', ''),
(15238, 1, 2183, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(15239, 1, 2183, '7', 'Hello gangagen.com Administrator. my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(15240, 1, 2184, '1', 'Eric', ''),
(15241, 1, 2184, '2', 'Jones', ''),
(15242, 1, 2184, '3', 'ericjonesmyemail@gmail.com', ''),
(15243, 1, 2184, '4', '(555) 555-1212', ''),
(15244, 1, 2184, '5', 'FRANCE', ''),
(15245, 1, 2184, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(15246, 1, 2184, '7', 'Dear gangagen.com Owner.\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(15247, 1, 2185, '1', 'VictorBot', ''),
(15248, 1, 2185, '2', 'VictorBot', ''),
(15249, 1, 2185, '3', 'u7fpni@course-fitness.com', ''),
(15250, 1, 2185, '4', '(788) 471-5566', ''),
(15251, 1, 2185, '5', 'google', ''),
(15252, 1, 2185, '6', '冠天下娛樂城', ''),
(15253, 1, 2185, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(15254, 1, 2186, '1', 'KevinHeeno', ''),
(15255, 1, 2186, '2', 'KevinHeeno', ''),
(15256, 1, 2186, '3', '2bljns@course-fitness.com', ''),
(15257, 1, 2186, '4', '(371) 787-5080', ''),
(15258, 1, 2186, '5', 'google', ''),
(15259, 1, 2186, '6', '2023 世界棒球經典賽!ENDVALUE!', ''),
(15260, 1, 2186, '7', '2023 世界棒球經典賽 \r\n \r\n \r\n \r\nhttps://tx9j.tw/', ''),
(15261, 1, 2187, '1', 'Eric', ''),
(15262, 1, 2187, '2', 'Jones', ''),
(15263, 1, 2187, '3', 'ericjonesmyemail@gmail.com', ''),
(15264, 1, 2187, '4', '(555) 555-1212', ''),
(15265, 1, 2187, '5', 'RP', ''),
(15266, 1, 2187, '6', 'Try this, get more leads', ''),
(15267, 1, 2187, '7', 'Dear gangagen.com Administrator! my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(15268, 1, 2188, '1', 'Mike Andrews', ''),
(15269, 1, 2188, '2', 'Mike Andrews', ''),
(15270, 1, 2188, '3', 'no-replyPovaTasy@gmail.com', ''),
(15271, 1, 2188, '4', '(873) 131-2115', ''),
(15272, 1, 2188, '5', 'google', ''),
(15273, 1, 2188, '6', 'Semrush Audit and fixes for gangagen.com', ''),
(15274, 1, 2188, '7', 'Hello \r\n \r\nI have just took a look on your  gangagen.com for the current onsite SEO status and saw that your website has a handful of issues which should be addressed. \r\n \r\nNo matter what you are offering or selling, having a poor optimized site, full of bugs and errors, will never help your ranks. \r\n \r\nLet us fix your wordpress site errors today and get your ranks reach their full potential \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/product/wordpress-seo-audit-and-fix-service/ \r\n \r\n \r\nRegards \r\nMike Andrews', ''),
(15275, 1, 2189, '1', 'ThomasVaf', ''),
(15276, 1, 2189, '2', 'ThomasVaf', ''),
(15277, 1, 2189, '3', 'kuznetsov_vlad_1995_18_12@inbox.ru', ''),
(15278, 1, 2189, '4', '(441) 213-3018', ''),
(15279, 1, 2189, '5', 'google', ''),
(15280, 1, 2189, '6', 'купить пластиковой окно', ''),
(15281, 1, 2189, '7', 'БЕСПЛАТНО и прямо у вас дома https://okno.ooo/besedka-terrasa-veranda\r\n \r\nСпециалисты сервисной службы не только оперативно решают любые вопросы наших клиентов, связанные с окнами, но и обслуживают окна, установленные другими компаниями https://okno.ooo/images/works/2018/03/21/balkon-21-03-2018-7_600x800.jpg\r\n \r\nНеобходимо купить пластиковые окна? \r\nВы оставляете заявку на сайте либо звоните в офис продаж и получаете расчет стоимости окна https://okno.ooo/landbalkon/data/images/osteklenie-alum.jpg\r\n \r\nПодоконник - 1 250 руб https://okno.ooo/articles/133-razdvizhnoe-osteklenie-balkonov-po-dostupnoj-tsene\r\n \r\nПротивовзломная фурнитура, ручки с замком от детей https://okno.ooo/images/2020/wer1.jpeg', ''),
(15282, 1, 2190, '1', 'Mike Croftoon', ''),
(15283, 1, 2190, '2', 'Mike Croftoon', ''),
(15284, 1, 2190, '3', 'no-replyPovaTasy@gmail.com', ''),
(15285, 1, 2190, '4', '(381) 825-8207', ''),
(15286, 1, 2190, '5', 'google', ''),
(15287, 1, 2190, '6', 'Domain Authority of your gangagen.com', ''),
(15288, 1, 2190, '7', 'Hi there \r\n \r\nJust checked your gangagen.com in MOZ and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed Domain Authority score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Semrush DA is now possible \r\nhttps://www.monkeydigital.co/semrush-da/ \r\n \r\nThanks and regards \r\nMike Croftoon', ''),
(15289, 1, 2191, '1', 'Albertgesse', ''),
(15290, 1, 2191, '2', 'Albertgesse', ''),
(15291, 1, 2191, '3', '9udi1@course-fitness.com', ''),
(15292, 1, 2191, '4', '(282) 607-1008', ''),
(15293, 1, 2191, '5', 'google', ''),
(15294, 1, 2191, '6', 'Giải Trí、Âm Nhạc、Phim Ảnh', ''),
(15295, 1, 2191, '7', 'Giải Trí、Âm Nhạc、Phim Ảnh \r\n \r\n \r\n \r\nhttps://saocoitin.com', ''),
(15296, 1, 2192, '1', 'Stuartneaft', ''),
(15297, 1, 2192, '2', 'Stuartneaft', ''),
(15298, 1, 2192, '3', '3@mail2.pro', ''),
(15299, 1, 2192, '4', '(260) 151-0215', ''),
(15300, 1, 2192, '5', 'google', ''),
(15301, 1, 2192, '6', 'young bbw anal', ''),
(15302, 1, 2192, '7', 'This particular https://www.analslutty.com/ - free anal porn place is simply you can tell that right from the beginning of travel. A simple yet highly useful layout, far too many first time anal sex pics displayed directly on the home page and hundreds of tags to accomodate any of your dirty desires. Check out the latest perineal porn pics and see some pretty impressive beauties flashing their assets in the kinkiest behavior. Only high quality resolution sexy nude ladies pictures and insane action in every single available hardcore anal fucking galleries. If you want big ass porn photos and you are interested in hot naked women with big butts, this place is for you. Clean, user-friendly and uncomplicated and with fast options, you will experience outright great moments along the sexiest hotties in the marketplace. You can view the pics on our free fecal sex site or you can download them, either way, you will love the diversity and the impressive number of big booties. \r\nhttps://www.analslutty.com/pornstar/madison-ivy/ - madisonivy anal \r\n<a href=https://www.analslutty.com/anal-gape/>anal sex gape pic</a> \r\n<a href=http://kobefutsal.com/kobefutsal_bbs/yybbs.cgi>two long black cocks in one asshole</a> 2f07be4', ''),
(15303, 1, 2193, '1', 'Eric', ''),
(15304, 1, 2193, '2', 'Jones', ''),
(15305, 1, 2193, '3', 'ericjonesmyemail@gmail.com', ''),
(15306, 1, 2193, '4', '(555) 555-1212', ''),
(15307, 1, 2193, '5', 'RP', ''),
(15308, 1, 2193, '6', 'Your site – more leads?', ''),
(15309, 1, 2193, '7', 'To the gangagen.com Administrator. this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(15310, 1, 2194, '1', 'PanchenkoLinaGirl', ''),
(15311, 1, 2194, '2', 'PanchenkoLinaGirl', ''),
(15312, 1, 2194, '3', 'panchenk@gmail.com', ''),
(15313, 1, 2194, '4', '(017) 111-6747', ''),
(15314, 1, 2194, '5', 'google', ''),
(15315, 1, 2194, '6', 'Looking for new friends', ''),
(15316, 1, 2194, '7', 'Hi guys! I am a 19 year old beautiful girl from Ukraine, looking for new friends. More:  https://telegra.ph/Looking-for-new-friends-05-13', ''),
(15317, 1, 2195, '1', 'Eric', ''),
(15318, 1, 2195, '2', 'Jones', ''),
(15319, 1, 2195, '3', 'ericjonesmyemail@gmail.com', ''),
(15320, 1, 2195, '4', '(555) 555-1212', ''),
(15321, 1, 2195, '5', 'BY', ''),
(15322, 1, 2195, '6', 'Try this, get more leads', ''),
(15323, 1, 2195, '7', 'Hi gangagen.com Administrator!\r\n\r\nMy name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(15324, 1, 2196, '1', 'Anthonyrak', ''),
(15325, 1, 2196, '2', 'Anthonyrak', ''),
(15326, 1, 2196, '3', 'relenasannella027@outlook.com', ''),
(15327, 1, 2196, '4', '(838) 028-8558', ''),
(15328, 1, 2196, '5', 'google', ''),
(15329, 1, 2196, '6', 'Browser with anti-detection methods', ''),
(15330, 1, 2196, '7', '<a href=http://ximera.press> A fundamentally new anti-detection browser with anti-detection methods</a> \r\n \r\n \r\n \r\n<b>Ximera\'s work is based on the principles of cryptography, which make it possible to confuse digital fingerprints and prevent\r\nsites from collecting and compiling information about the activity of their visitors. \r\n</b>\r\n\r\nIn addition to the obvious advantage of providing anonymous and secure online activities, Chimera has other advantages:\r\n<i> \r\n- Profile data can be stored in a convenient way for you. The choice is a database or your own device. \r\n- Data on different devices are synchronized with each other. \r\n- The possibility of fairly accurate manual settings – you can change the proxy settings, time zone, browser identification string and others. \r\n- Access to create multiple work environments. \r\n- Protection of the system from hacking if the password is entered incorrectly. \r\n- Data encryption on a one-way key </i> \r\n \r\nAnonymous browser is suitable for both private and corporate use with the distribution of roles between participants. \r\nInstall and enjoy protected viewing with anti-detection options. \r\n \r\n<b>And also be sure to use our affiliate program, to participate, it is enough to register in your personal account\r\nand get an individual link </b> \r\nInvite your users and get 40% from each payment of the user you invited \r\n \r\n<b>We provide a welcome bonus to each new user when registering with the promo code - 94a69r!</b> \r\n \r\n \r\n \r\n \r\n \r\n<a href=https://ximera.press/download-antidetect-browser-school-of-card-knocks-russophone-criminals-offered-online-courses-in-credit-card-fraud>download-antidetect-browser-school-of-card-knocks-russophone-criminals-offered-online-courses-in-credit-card-fraud</a>\r\n \r\n<a href=https://ximera.pw/browser-automation-national-audit-office-brit-aircraft-carrier-project-is-fine-and-dandy-for-now>browser-automation-national-audit-office-brit-aircraft-carrier-project-is-fine-and-dandy-for-now</a>', ''),
(15331, 1, 2197, '1', 'kodgrabberclub_hyh,', ''),
(15332, 1, 2197, '2', 'kodgrabberclub_hyh,', ''),
(15333, 1, 2197, '3', 'kodgrabberclub@hotmail.com', ''),
(15334, 1, 2197, '4', '(147) 373-7556', ''),
(15335, 1, 2197, '5', 'google', ''),
(15336, 1, 2197, '6', 'Code-grabber, Keyless-Repeaters, Key programmer. Jammers. Relay Atack. Key emulator GameBoy.', ''),
(15337, 1, 2197, '7', 'Special equipment store for testing car security systems. \r\nCode-grabbers, Keyless Go Repeaters \r\nKey programmers, Jammers \r\nEmergency start engine car device. car unlocker. \r\nKeyless Hack. Relay Atack. \r\nCodegrabbers for barriers and gate + rfid emulator \"Alpha\" \r\n____________________________________________________________ \r\n \r\n<b>CONTACTS:</b> \r\n \r\nhttps://kodgrabber.club  (EN) \r\nhttps://kodgrabber.ru  (RU) \r\nTelegram: +1 919 348 2124 (<a href=https://t.me/kodgrabber_club>@kodgrabber_club</a>) \r\n____________________________________________________________ \r\n \r\n<b>CATEGORIES</b> \r\n \r\nCodegrabbers - https://kodgrabber.club/codegrabbers \r\nKeyless Repeaters - https://kodgrabber.club/keyless-repeaters \r\nKey programmers - https://kodgrabber.club/keyprog \r\nJammers - https://kodgrabber.club/jammers \r\n \r\n<b>PRODUCTS:</b> \r\n \r\n<a href=https://kodgrabber.club/keyprog/gameboy_kia>Key Emulator «GameBoy» Kia/Hyundai/Genesis & Mitsubishi (2009 - 2022)</a> \r\n<a href=https://kodgrabber.club/keyprog/gameboy-toyota>Key Emulator «GameBoy» Toyota/Lexus (2006 - 2017)</a> \r\n<a href=https://kodgrabber.club/keyprog/nissan>Key Emulator Nissan/Infiniti (2010 - 2021) & Mercedes X-class</a> \r\n<a href=https://kodgrabber.club/codegrabbers/barriers>Codegrabber for barriers/gates & RFID emulator</a> \r\n<a href=https://kodgrabber.club/codegrabbers/pandora-v-2-5>Codegrabber Pandora v2.5 MAX</a> \r\n<a href=https://kodgrabber.club/codegrabbers/pandora-p24>Codegrabber Pandora P24 + P19. FULL!</a> \r\n<a href=https://kodgrabber.club/codegrabbers/crypto-toyota>Crypto-codegrabber Toyota/Lexus/Subaru 2016</a> \r\n<a href=https://kodgrabber.club/keyless-repeaters/long-toyota>LONG KeyLess Repeater «Toyota/Lexus 2022 + WAVE-S 3D» (2in1)</a> \r\n<a href=https://kodgrabber.club/keyless-repeaters/sst_toyota>«SST v1.0» ANDROID APP KeyLess repeater + key Emulator Toyota\\Lexus 2013 - 2022</a> \r\n<a href=https://kodgrabber.club/keyless-repeaters/wave-s-3d>KeyLess Repeater «WAVE-S 3D» (FBS4)</a> \r\n<a href=https://kodgrabber.club/keyprog/mercedes>Emergency start engine Mercedes 2009–2015 (FBS3)</a> \r\n<a href=https://kodgrabber.club/keyprog/bmw-e>Key programmer, Emergency start - BMW Е-series</a> \r\n<a href=https://kodgrabber.club/keyprog/bmw-f>Emergency start | Key programmer - BMW F-series</a> \r\n<a href=https://kodgrabber.club/keyprog/tkp-3-0>Emergency start | Key programmer | Unlocker | Toyota Lexus 2017 | - TKP v3.0</a> \r\n<a href=https://kodgrabber.club/keyprog/ast-pro>«AST PRO+» Emergency start + Programmer TOYOTA/LEXUS 2021</a> \r\n<a href=https://kodgrabber.club/keyprog/ust-v-10>UST v1.0 - Unlocker & Emergency start Toyota Lexus 2022</a> \r\n<a href=https://kodgrabber.club/keyprog/fst-2>«FST-2» Unlocker & Emergency start Toyota/Lexus 2022</a> \r\n<a href=https://kodgrabber.club/keyprog/jlr-diag>Emergency start | Key emulator | - JLR 2012 - 2021. v10.5</a> \r\n<a href=https://kodgrabber.club/keyprog/iskra-mini>Key emulator Kia / Hyundai / Genesis / Mitsubishi / Nissan / Infiniti / Renault and Mercedes.</a> \r\n<a href=https://kodgrabber.club/keyprog/gameboy-toyota-2>Key Emulator «GameBoy» Toyota/Lexus (2015 - 2022)</a> \r\n<a href=https://kodgrabber.club/codegrabbers/pandora-atom>Codegrabber Pandora \"ATOM\"</a>', ''),
(15338, 1, 2198, '1', 'Eric', ''),
(15339, 1, 2198, '2', 'Jones', ''),
(15340, 1, 2198, '3', 'eric.jones.z.mail@gmail.com', ''),
(15341, 1, 2198, '4', '(555) 555-1212', ''),
(15342, 1, 2198, '5', 'QLD', ''),
(15343, 1, 2198, '6', 'Why not TALK with your leads?', ''),
(15344, 1, 2198, '7', 'To the gangagen.com Owner!\r\n\r\nMy name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(15345, 1, 2199, '1', 'Michaelemoda', ''),
(15346, 1, 2199, '2', 'Michaelemoda', ''),
(15347, 1, 2199, '3', 'bszll@course-fitness.com', ''),
(15348, 1, 2199, '4', '(364) 408-3010', ''),
(15349, 1, 2199, '5', 'google', ''),
(15350, 1, 2199, '6', '冠天下娛樂城', ''),
(15351, 1, 2199, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(15352, 1, 2200, '1', 'RalphDoock', ''),
(15353, 1, 2200, '2', 'RalphDoock', ''),
(15354, 1, 2200, '3', '5dg4t@course-fitness.com', ''),
(15355, 1, 2200, '4', '(751) 826-1782', ''),
(15356, 1, 2200, '5', 'google', ''),
(15357, 1, 2200, '6', '天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(15358, 1, 2200, '7', '天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\nhttps://xn--ghq10gmvi961at1b479e.com/', ''),
(15359, 1, 2201, '1', 'JamesspevA', ''),
(15360, 1, 2201, '2', 'JamesspevA', ''),
(15361, 1, 2201, '3', 'pdq0v@course-fitness.com', ''),
(15362, 1, 2201, '4', '(166) 658-8651', ''),
(15363, 1, 2201, '5', 'google', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(15364, 1, 2201, '6', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠', ''),
(15365, 1, 2201, '7', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠 \r\n \r\n \r\nhttps://tx9j.tw/', ''),
(15366, 1, 2202, '1', 'Eric', ''),
(15367, 1, 2202, '2', 'Jones', ''),
(15368, 1, 2202, '3', 'ericjonesmyemail@gmail.com', ''),
(15369, 1, 2202, '4', '(555) 555-1212', ''),
(15370, 1, 2202, '5', 'BY', ''),
(15371, 1, 2202, '6', 'Your site – more leads?', ''),
(15372, 1, 2202, '7', 'Dear gangagen.com Admin!\r\n\r\nThis is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(15373, 1, 2203, '1', 'Eric', ''),
(15374, 1, 2203, '2', 'Jones', ''),
(15375, 1, 2203, '3', 'ericjonesmyemail@gmail.com', ''),
(15376, 1, 2203, '4', '(555) 555-1212', ''),
(15377, 1, 2203, '5', 'LU', ''),
(15378, 1, 2203, '6', 'There they go…', ''),
(15379, 1, 2203, '7', 'Hello gangagen.com Webmaster. my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(15380, 1, 2204, '1', 'goddosbim', ''),
(15381, 1, 2204, '2', 'goddosbim', ''),
(15382, 1, 2204, '3', 'goddosbim@rambler.ru', ''),
(15383, 1, 2204, '4', '(122) 446-2162', ''),
(15384, 1, 2204, '5', 'google', ''),
(15385, 1, 2204, '6', 'Про СВО', ''),
(15386, 1, 2204, '7', 'Представляем химию для мойки катеров <a href=http://regionsv.ru/chem4.html>Какой химией отмыть днище лодки</a>. Какой я отмывал катер. \r\n \r\nХимия для ультразвуковой очистки форсунок и деталей <a href=http://regionsv.ru/chem6.html>Как самому промыть форсунки автомобиля</a> \r\n \r\nЧто такое ультразвуковая очистка  <a href=http://www.uzo.matrixplus.ru/>Очистка ультразвуком и очистители</a> какие очистители существуют в природе. Степень ультразвуковой очистки в зависимости от загрязнения. Теория и практика очистки. \r\n \r\nКак работает микропроцессор, собираем 8-ми битные ПК<a href=http://rdk.regionsv.ru/>Сборка и настройка компьютера Орион-128</a> \r\n \r\nХимия для очистки и тестовые жидкости проверки форсунок <a href=http://www.matrixboard.ru>www.matrixboard.ru</a> \r\n \r\nКупить химию для мойки <a href=http://www.matrixplus.ru>и очистки днища катера, лодки, яхты</a>', ''),
(15387, 1, 2205, '1', 'Kevinlar', ''),
(15388, 1, 2205, '2', 'Kevinlar', ''),
(15389, 1, 2205, '3', 'eokort@course-fitness.com', ''),
(15390, 1, 2205, '4', '(786) 061-7616', ''),
(15391, 1, 2205, '5', 'google', ''),
(15392, 1, 2205, '6', '冠天下娛樂城', ''),
(15393, 1, 2205, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(15394, 1, 2206, '1', 'pampv11', ''),
(15395, 1, 2206, '2', 'pampv11', ''),
(15396, 1, 2206, '3', 'rebecca@isamu2410.susumo78.flooz.site', ''),
(15397, 1, 2206, '4', '(827) 823-5351', ''),
(15398, 1, 2206, '5', 'google', ''),
(15399, 1, 2206, '6', 'Hot sexy porn projects, daily updates', ''),
(15400, 1, 2206, '7', 'Daily updated super sexy photo galleries\r\nhttp://jessiejpornennis.adablog69.com/?eliana \r\n julian rios first straight porn mpeg free porn for normal cell phones suikoden porn marture porn zpone megan ganey ass porn videos pictures', ''),
(15401, 1, 2207, '1', 'Gordonplunk', ''),
(15402, 1, 2207, '2', 'Gordonplunk', ''),
(15403, 1, 2207, '3', 'yh8xu@course-fitness.com', ''),
(15404, 1, 2207, '4', '(503) 042-3475', ''),
(15405, 1, 2207, '5', 'google', ''),
(15406, 1, 2207, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(15407, 1, 2207, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(15408, 1, 2208, '1', 'LucillePoine', ''),
(15409, 1, 2208, '2', 'LucillePoine', ''),
(15410, 1, 2208, '3', 'lion.pirogoff@yandex.ru', ''),
(15411, 1, 2208, '4', '(087) 486-4048', ''),
(15412, 1, 2208, '5', 'google', ''),
(15413, 1, 2208, '6', 'https://clck.ru/33jCb2', ''),
(15414, 1, 2208, '7', 'https://clck.ru/33jDMd \r\n<a href=https://www.convsoln.com/why-sms-gateway-in-singapore-is-still-on-demand/#comment-8874>https://clck.ru/33jCbd</a> 472f07b', ''),
(15415, 1, 2209, '1', 'Eric', ''),
(15416, 1, 2209, '2', 'Jones', ''),
(15417, 1, 2209, '3', 'ericjonesmyemail@gmail.com', ''),
(15418, 1, 2209, '4', '(555) 555-1212', ''),
(15419, 1, 2209, '5', 'FL', ''),
(15420, 1, 2209, '6', 'Strike when the iron’s hot', ''),
(15421, 1, 2209, '7', 'Dear gangagen.com Webmaster. I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(15422, 1, 2210, '1', 'Oscargot', ''),
(15423, 1, 2210, '2', 'Oscargot', ''),
(15424, 1, 2210, '3', 'ufhik7@course-fitness.com', ''),
(15425, 1, 2210, '4', '(231) 051-7175', ''),
(15426, 1, 2210, '5', 'google', ''),
(15427, 1, 2210, '6', '9J娛樂城!ENDVALUE!', ''),
(15428, 1, 2210, '7', '9J娛樂城 \r\n \r\n \r\n \r\nhttps://9jcasino.com.tw/', ''),
(15429, 1, 2211, '1', 'Alexislyday', ''),
(15430, 1, 2211, '2', 'Alexislyday', ''),
(15431, 1, 2211, '3', 'rqo7e@course-fitness.com', ''),
(15432, 1, 2211, '4', '(267) 567-2484', ''),
(15433, 1, 2211, '5', 'google', ''),
(15434, 1, 2211, '6', '94新聞雲 - 最速新聞雲', ''),
(15435, 1, 2211, '7', '94新聞雲 - 最速新聞雲 \r\n \r\n \r\nhttps://newscloud.tw', ''),
(15436, 1, 2212, '1', 'Jeromelergo', ''),
(15437, 1, 2212, '2', 'Jeromelergo', ''),
(15438, 1, 2212, '3', 'udaeer@course-fitness.com', ''),
(15439, 1, 2212, '4', '(361) 525-1645', ''),
(15440, 1, 2212, '5', 'google', ''),
(15441, 1, 2212, '6', '漫遊者體壇!ENDVALUE!', ''),
(15442, 1, 2212, '7', '漫遊者體壇 \r\n \r\n \r\nhttps://sports99.tw', ''),
(15443, 1, 2213, '1', 'WilliamHIX', ''),
(15444, 1, 2213, '2', 'WilliamHIX', ''),
(15445, 1, 2213, '3', 'd7gpi@course-fitness.com', ''),
(15446, 1, 2213, '4', '(842) 141-2228', ''),
(15447, 1, 2213, '5', 'google', ''),
(15448, 1, 2213, '6', '539、91 casino、ดราก้อนฮาร์ท', ''),
(15449, 1, 2213, '7', '539、91 casino、ดราก้อนฮาร์ท \r\n \r\n \r\n \r\n \r\nhttps://9jthai.com', ''),
(15450, 1, 2214, '1', 'JamesTox', ''),
(15451, 1, 2214, '2', 'JamesTox', ''),
(15452, 1, 2214, '3', 'uvdiy4@course-fitness.com', ''),
(15453, 1, 2214, '4', '(658) 725-2712', ''),
(15454, 1, 2214, '5', 'google', ''),
(15455, 1, 2214, '6', '點子數位科技有限公司 \n \nhttps://spot-digital.com.tw/', ''),
(15456, 1, 2214, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(15457, 1, 2215, '1', 'Tigran Ayrapetyan', ''),
(15458, 1, 2215, '2', 'Tigran Ayrapetyan', ''),
(15459, 1, 2215, '3', 'ujn2esbgakah@opayq.com', ''),
(15460, 1, 2215, '4', '(081) 052-8853', ''),
(15461, 1, 2215, '5', 'google', ''),
(15462, 1, 2215, '6', 'Capital Business Funding', ''),
(15463, 1, 2215, '7', 'Hello, \r\n \r\nWe provide funding through our venture capital company to both start-up and existing companies either looking for funding for expansion or to accelerate growth in their company. \r\nWe have a structured joint venture investment plan in which we are interested in an annual return on investment not more than 10% ROI. We are also currently structuring a convertible debt and loan financing of 3% interest repayable annually with no early repayment penalties. \r\n \r\nWe would like to review your business plan or executive summary to understand a much better idea of your business and what you are looking to do, this will assist in determining the best possible investment structure we can pursue and discuss more extensively. \r\n \r\n \r\nI hope to hear back from you soon. \r\n \r\nSincerely, \r\n \r\nTigran Ayrapetyan \r\nInvestment Director \r\nDevcorp International E.C. \r\nP.O Box 10236 Shop No. 305 \r\nFlr 3 Manama Centre, Bahrain \r\nEmail: tigran.a@devcorpinternationalec.com', ''),
(15464, 1, 2216, '1', 'RobertHeabe', ''),
(15465, 1, 2216, '2', 'RobertHeabe', ''),
(15466, 1, 2216, '3', 'fevgen708@gmail.com', ''),
(15467, 1, 2216, '4', '(202) 411-5704', ''),
(15468, 1, 2216, '5', 'google', ''),
(15469, 1, 2216, '6', 'Куплю старые аккаунты Pinterest', ''),
(15470, 1, 2216, '7', 'Куплю аккаунты Pinterest с подписчиками от 1000. Просмотры не важны. Звоните: Telegrаm @evg7773', ''),
(15471, 1, 2217, '1', 'RandallNab', ''),
(15472, 1, 2217, '2', 'RandallNab', ''),
(15473, 1, 2217, '3', 'ubpuf8@course-fitness.com', ''),
(15474, 1, 2217, '4', '(564) 883-4637', ''),
(15475, 1, 2217, '5', 'google', ''),
(15476, 1, 2217, '6', '91 casino、Baccarat、GAME BÀ X9', ''),
(15477, 1, 2217, '7', '91 casino、Baccarat、GAME BÀ X9 \r\n \r\n \r\n \r\nhttps://9jvn.net', ''),
(15478, 1, 2218, '1', 'Robertabrar', ''),
(15479, 1, 2218, '2', 'Robertabrar', ''),
(15480, 1, 2218, '3', 'qgzpkq@course-fitness.com', ''),
(15481, 1, 2218, '4', '(575) 073-6053', ''),
(15482, 1, 2218, '5', 'google', ''),
(15483, 1, 2218, '6', '小琪兒娛樂', ''),
(15484, 1, 2218, '7', '小琪兒娛樂 \r\n \r\n \r\nhttps://taipei9527.com/', ''),
(15485, 1, 2219, '1', 'Claytongaism', ''),
(15486, 1, 2219, '2', 'Claytongaism', ''),
(15487, 1, 2219, '3', '1@drfazilatf.com', ''),
(15488, 1, 2219, '4', '(672) 714-6404', ''),
(15489, 1, 2219, '5', 'google', ''),
(15490, 1, 2219, '6', 'carpet', ''),
(15491, 1, 2219, '7', 'Does it matter which underlay I choose for my carpet and timber? \r\nDo carpets have to have joins, and will I see them? \r\nThe answer is yes. Carpet usually comes in a roll 3.66 metres wide, a few come 4 metres wide. Unless your room is narrower than this, there will be a join. However, all joins you will initially see will settle the more you walk on them (do you notice the joins in your existing carpet?). And they may be more noticeable in loop pile carpets. Our staff are able to show you where joins are likely to be in your carpet and discuss possible options. \r\nFrom the time I select my new flooring, how long will it take for the job to start? \r\nHow long does it take for carpet and/or hard flooring to be installed? \r\nDo I have to take-up my existing flooring and move the furniture? \r\nI am painting my walls as well, Should this be done before or after my new flooring is installed? \r\nWhat is shading? \r\nWill I see foot marks on my <a href=https://www.johncootecarpets.com.au/>carpet?</a>', ''),
(15492, 1, 2220, '1', 'ScottImich', ''),
(15493, 1, 2220, '2', 'ScottImich', ''),
(15494, 1, 2220, '3', 'cqurys@outlook.com', ''),
(15495, 1, 2220, '4', '(305) 686-3546', ''),
(15496, 1, 2220, '5', 'google', ''),
(15497, 1, 2220, '6', 'Инструкция: как переоборудовать минитрактор из мотоблока?', ''),
(15498, 1, 2220, '7', 'Простая навигация: Благодаря нашему удобному интерфейсу найти нужную информацию не составит труда. Ищете ли вы статьи по обслуживанию автомобиля, обзоры новых автомобилей или форумы сообщества - наш портал <a href=https://doroll.ru>doroll.ru</a> создан для того, чтобы облегчить поиск нужной информации. Так почему бы не посетить нас сегодня и не убедиться в том, что наш автомобильный портал является самым популярным местом для автолюбителей!', ''),
(15499, 1, 2221, '1', 'Evan', ''),
(15500, 1, 2221, '2', 'Roberts', ''),
(15501, 1, 2221, '3', 'evan@capitalchoice.online', ''),
(15502, 1, 2221, '4', '(202) 991-6766', ''),
(15503, 1, 2221, '5', 'Express Capital', ''),
(15504, 1, 2221, '6', 'May I ask you something?', ''),
(15505, 1, 2221, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or a short time in business keep you from getting the funds you need.\r\n\r\nIf you deposit more than 10k per month you’re already qualified!\r\n\r\nExpress Capital will offer you up to two times your monthly deposits without any collateral or personal guarantees. \r\n\r\nGet pre-qualified in less than 30 seconds without a credit check or submitting a single document.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEvan Roberts\r\nExpress Capital\r\nwww.expresscapitalcorp.com\r\n\r\n \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(15506, 1, 2222, '1', 'DonaldTably', ''),
(15507, 1, 2222, '2', 'DonaldTably', ''),
(15508, 1, 2222, '3', 'dnwpt@course-fitness.com', ''),
(15509, 1, 2222, '4', '(825) 372-1226', ''),
(15510, 1, 2222, '5', 'google', ''),
(15511, 1, 2222, '6', '品空間 - Goûter Space', ''),
(15512, 1, 2222, '7', '品空間 - Goûter Space \r\n \r\n \r\nhttps://gouterspace.com/', ''),
(15513, 1, 2223, '1', 'clintonbc2', ''),
(15514, 1, 2223, '2', 'clintonbc2', ''),
(15515, 1, 2223, '3', 'justinejs5@hiroyuki4010.masaaki77.infospace.fun', ''),
(15516, 1, 2223, '4', '(853) 868-6602', ''),
(15517, 1, 2223, '5', 'google', ''),
(15518, 1, 2223, '6', 'Teen Girls Pussy Pics. Hot galleries', ''),
(15519, 1, 2223, '7', 'Free Porn Pictures and Best HD Sex Photos\r\nhttp://amylawsuitporn.hoterika.com/?post-johanna \r\n\r\n porn star santa porn star alice springs porn star list with pictures free 60 s porn free porn gams', ''),
(15520, 1, 2224, '1', 'LandonDwexy', ''),
(15521, 1, 2224, '2', 'LandonDwexy', ''),
(15522, 1, 2224, '3', 'cs8pn@course-fitness.com', ''),
(15523, 1, 2224, '4', '(651) 218-0454', ''),
(15524, 1, 2224, '5', 'google', ''),
(15525, 1, 2224, '6', 'thời trang、trà sữa、Du lịch', ''),
(15526, 1, 2224, '7', 'thời trang、trà sữa、Du lịch \r\n \r\n \r\n \r\nhttps://saocoitintuc.com', ''),
(15527, 1, 2225, '1', 'Haroldhyday', ''),
(15528, 1, 2225, '2', 'Haroldhyday', ''),
(15529, 1, 2225, '3', '2amw@course-fitness.com', ''),
(15530, 1, 2225, '4', '(357) 218-0776', ''),
(15531, 1, 2225, '5', 'google', ''),
(15532, 1, 2225, '6', '歐客佬精品咖啡!ENDVALUE!', ''),
(15533, 1, 2225, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(15534, 1, 2226, '1', 'JohnnyVAP', ''),
(15535, 1, 2226, '2', 'JohnnyVAP', ''),
(15536, 1, 2226, '3', 'jtxfwi@course-fitness.com', ''),
(15537, 1, 2226, '4', '(776) 451-3448', ''),
(15538, 1, 2226, '5', 'google', ''),
(15539, 1, 2226, '6', 'Game LIFE 遊戲情報', ''),
(15540, 1, 2226, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(15541, 1, 2227, '1', 'AndrewThofe', ''),
(15542, 1, 2227, '2', 'AndrewThofe', ''),
(15543, 1, 2227, '3', 'xopo7b@course-fitness.com', ''),
(15544, 1, 2227, '4', '(677) 183-8466', ''),
(15545, 1, 2227, '5', 'google', ''),
(15546, 1, 2227, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(15547, 1, 2227, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(15548, 1, 2228, '1', 'Tom', ''),
(15549, 1, 2228, '2', 'Jordan', ''),
(15550, 1, 2228, '3', 'tom@commercialcleanrsinc.com', ''),
(15551, 1, 2228, '4', '(612) 888-8872', ''),
(15552, 1, 2228, '5', 'Commercial Cleanrs', ''),
(15553, 1, 2228, '6', 'Cleaning Question', ''),
(15554, 1, 2228, '7', 'Hi! I\'m in California area and would be happy to visit your business and submit a bid for your recurring weekly (or more) janitorial and disinfection needs.  \r\n\r\nWould you like to compare pricing and options for your office cleaning service?\r\n\r\nIf you would like a no-obligation quote on your facilities cleaning, simply respond and I will send over next steps.\r\n\r\nMany businesses and property owners in your area have recently been surprised how much we can save them with our options. \r\n\r\nThank you,\r\n--\r\nTom Jordan\r\nDirector of Operations\r\nCommercial Cleanrs\r\n(612) 888-8872\r\ntom@commercialcleanrsinc.com\r\n\r\nPlease respond with \"Stop\" to opt out.', ''),
(15555, 1, 2229, '1', 'Eric', ''),
(15556, 1, 2229, '2', 'Jones', ''),
(15557, 1, 2229, '3', 'ericjonesmyemail@gmail.com', ''),
(15558, 1, 2229, '4', '(555) 555-1212', ''),
(15559, 1, 2229, '5', 'BB', ''),
(15560, 1, 2229, '6', 'There they go…', ''),
(15561, 1, 2229, '7', 'Hello gangagen.com Owner.\r\n\r\nMy name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(15562, 1, 2230, '1', 'Robertmek', ''),
(15563, 1, 2230, '2', 'Robertmek', ''),
(15564, 1, 2230, '3', '4mnd0@course-fitness.com', ''),
(15565, 1, 2230, '4', '(262) 021-3227', ''),
(15566, 1, 2230, '5', 'google', ''),
(15567, 1, 2230, '6', 'unethost無限空間虛擬主機 技術分享部落格', ''),
(15568, 1, 2230, '7', 'unethost無限空間虛擬主機 技術分享部落格 \r\n \r\nhttp://blog.unethost.com/', ''),
(15569, 1, 2231, '1', 'Charlesmex', ''),
(15570, 1, 2231, '2', 'Charlesmex', ''),
(15571, 1, 2231, '3', 'heldkf@course-fitness.com', ''),
(15572, 1, 2231, '4', '(176) 561-4657', ''),
(15573, 1, 2231, '5', 'google', ''),
(15574, 1, 2231, '6', '點子數位科技有限公司', ''),
(15575, 1, 2231, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(15576, 1, 2232, '1', 'Eric', ''),
(15577, 1, 2232, '2', 'Jones', ''),
(15578, 1, 2232, '3', 'ericjonesmyemail@gmail.com', ''),
(15579, 1, 2232, '4', '(555) 555-1212', ''),
(15580, 1, 2232, '5', 'TO', ''),
(15581, 1, 2232, '6', 'Strike when the iron’s hot', ''),
(15582, 1, 2232, '7', 'Hello gangagen.com Owner.\r\n\r\nI just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(15583, 1, 2233, '1', 'Wendy', ''),
(15584, 1, 2233, '2', 'Graham', ''),
(15585, 1, 2233, '3', 'appointmentsetters34@gmail.com', ''),
(15586, 1, 2233, '4', '(800) 590-4883', ''),
(15587, 1, 2233, '5', 'Appointment Setters', ''),
(15588, 1, 2233, '6', 'Get more Customers and Increase Sales with our appoiintment booking service.', ''),
(15589, 1, 2233, '7', 'Hi, \r\n\r\nAre you ready to take your business to the next level? Look no further! \r\n\r\nWe specialize in delivering between 40 to 500 confirmed sales appointments to businesses just like yours.\r\n\r\nWith our expertise, we can have you set up and receiving appointments as early as next week. \r\n\r\nAnd the best part? We\'re currently offering a Special Offer that allows you to get started without paying anything upfront! \r\n\r\nThat\'s right, you\'ll have the opportunity to make money from the appointments before you even have to pay us.\r\n\r\nBut don\'t wait too long! We can only take on a limited number of new clients, so act fast to secure your spot. \r\n\r\nClick the link below to learn more and take the first step towards taking your business to the next level!\r\n\r\n\r\nhttps://www.appointmentsetter.us/\r\n\r\n\r\nThank you,\r\nWendy Graham\r\n\r\n \r\n\r\n \r\n\r\nUnsubscribe\r\n\r\nhttps://www.optouttoday.us/', ''),
(15590, 1, 2234, '1', 'Mike Clifford', ''),
(15591, 1, 2234, '2', 'Mike Clifford', ''),
(15592, 1, 2234, '3', 'no-replyPovaTasy@gmail.com', ''),
(15593, 1, 2234, '4', '(161) 721-8157', ''),
(15594, 1, 2234, '5', 'google', ''),
(15595, 1, 2234, '6', 'NEW: Semrush Backlinks', ''),
(15596, 1, 2234, '7', 'Hello \r\n \r\nThis is Mike Clifford\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Clifford\r\n \r\nmike@strictlydigital.net', ''),
(15597, 1, 2235, '1', 'PhilipAbato', ''),
(15598, 1, 2235, '2', 'PhilipAbato', ''),
(15599, 1, 2235, '3', 'wuftqe@course-fitness.com', ''),
(15600, 1, 2235, '4', '(812) 321-7851', ''),
(15601, 1, 2235, '5', 'google', ''),
(15602, 1, 2235, '6', '聊球通!ENDVALUE!', ''),
(15603, 1, 2235, '7', '聊球通 \r\n \r\nhttps://9j88.tw', ''),
(15604, 1, 2236, '1', 'Lavillreich', ''),
(15605, 1, 2236, '2', 'Lavillreich', ''),
(15606, 1, 2236, '3', 'l.abst.o.r.eur.l.s@o5o5.ru', ''),
(15607, 1, 2236, '4', '(731) 040-1374', ''),
(15608, 1, 2236, '5', 'google', ''),
(15609, 1, 2236, '6', 'TMEM2 (Transmembrane Protein 2), rabbit, Polyclonal | Labstore', ''),
(15610, 1, 2236, '7', '<a href=https://labstore.ru/catalog/antitela-3/dtnbp1-dysbindin-antibody-polyclonal-10/120-mkl/>DTNBP1 / Dysbindin Antibody, Polyclonal | Labstore </a> \r\nTegs: DTNBP1 / Dysbindin Antibody, Polyclonal | Labstore  https://labstore.ru/catalog/antitela-3/dtnbp1-dysbindin-antibody-polyclonal-8/20-mkl/ \r\n \r\n<u>TMEM2 antibody (HRP), hrp, rabbit, Polyclonal | Labstore </u> \r\n<i>TMEM2 antibody (HRP), hrp, rabbit, Polyclonal | Labstore </i> \r\n<b>TMEM2 antibody, unconjugated, rabbit, Polyclonal | Labstore </b>', ''),
(15611, 1, 2237, '1', 'QuasakirSkivy', ''),
(15612, 1, 2237, '2', 'QuasakirSkivy', ''),
(15613, 1, 2237, '3', 'rhgbtubjysn@bobbor.store', ''),
(15614, 1, 2237, '4', '(313) 606-0424', ''),
(15615, 1, 2237, '5', 'google', ''),
(15616, 1, 2237, '6', 'Трубы пэ 63 sdr 11 - у нас большой выбор фитингов для труб ПНД ПЭ любых размеров и диаметров.', ''),
(15617, 1, 2237, '7', 'Купить полипропиленовые трубы для газа - только у нас вы найдете качественную продукцию. по самым низким ценам! \r\n<a href=https://pnd-truba-sdr-17.ru/>труба пнд 50</a> \r\nтруба пнд 63 мм - <a href=>http://www.pnd-truba-sdr-17.ru/</a> \r\n<a href=http://www.orthodoxytoday.org/?URL=pnd-truba-sdr-17.ru>http://google.mk/url?q=http://pnd-truba-sdr-17.ru</a> \r\n \r\n<a href=https://elrincondecharlie.cl/#comment-500>Труба пнд 160 - у нас большой выбор фитингов для труб ПНД ПЭ любых размеров и диаметров.</a> db89633', ''),
(15618, 1, 2238, '1', 'MGeiIHxLDb', ''),
(15619, 1, 2238, '2', 'MGeiIHxLDb', ''),
(15620, 1, 2238, '3', 'callvisvetlana@list.ru', ''),
(15621, 1, 2238, '4', '(545) 802-6473', ''),
(15622, 1, 2238, '5', 'google', ''),
(15623, 1, 2238, '6', 'Этот год запомнится на долгие времена', ''),
(15624, 1, 2238, '7', 'Этот год запомнится на долгие времена https://senler.ru/a/2d0za/5job/534556554-FczSQgDae4A https://mail.ru gangagen.com', ''),
(15625, 1, 2239, '1', 'Williamcaump', ''),
(15626, 1, 2239, '2', 'Williamcaump', ''),
(15627, 1, 2239, '3', 'oqosxr@course-fitness.com', ''),
(15628, 1, 2239, '4', '(022) 361-5352', ''),
(15629, 1, 2239, '5', 'google', ''),
(15630, 1, 2239, '6', 'phim sex、trác kim hoa、91 casino', ''),
(15631, 1, 2239, '7', 'phim sex、trác kim hoa、91 casino \r\n \r\n \r\nhttps://9jvn.com', ''),
(15632, 1, 2240, '1', 'KerryNon', ''),
(15633, 1, 2240, '2', 'KerryNon', ''),
(15634, 1, 2240, '3', 'af775188@gmail.com', ''),
(15635, 1, 2240, '4', '(651) 284-2363', ''),
(15636, 1, 2240, '5', 'google', ''),
(15637, 1, 2240, '6', 'If you\'re in need of a new boiler, our skilled technicians can handle the installation process with precision and professionalism.', ''),
(15638, 1, 2240, '7', 'User Profile - sarathomas77 - Ads.sg   http://ads.sg/user/sarathomas77 - More info...', ''),
(15639, 1, 2241, '1', 'Sonyadab', ''),
(15640, 1, 2241, '2', 'Sonyadab', ''),
(15641, 1, 2241, '3', 'woodthighgire1988@gmail.com', ''),
(15642, 1, 2241, '4', '(288) 111-6777', ''),
(15643, 1, 2241, '5', 'google', ''),
(15644, 1, 2241, '6', 'Hello Admin!', ''),
(15645, 1, 2241, '7', 'Hello handsome! Mature brunette Arina extremely sweet cum, write to her https://love2me.page.link/ezHe', ''),
(15646, 1, 2242, '1', 'Michaelemoda', ''),
(15647, 1, 2242, '2', 'Michaelemoda', ''),
(15648, 1, 2242, '3', 'bszll@course-fitness.com', ''),
(15649, 1, 2242, '4', '(606) 717-6020', ''),
(15650, 1, 2242, '5', 'google', ''),
(15651, 1, 2242, '6', '冠天下娛樂城', ''),
(15652, 1, 2242, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(15653, 1, 2243, '1', 'RalphDoock', ''),
(15654, 1, 2243, '2', 'RalphDoock', ''),
(15655, 1, 2243, '3', '5dg4t@course-fitness.com', ''),
(15656, 1, 2243, '4', '(060) 812-8817', ''),
(15657, 1, 2243, '5', 'google', ''),
(15658, 1, 2243, '6', '天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(15659, 1, 2243, '7', '天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\nhttps://xn--ghq10gmvi961at1b479e.com/', ''),
(15660, 1, 2244, '1', 'ThomasAssuh', ''),
(15661, 1, 2244, '2', 'ThomasAssuh', ''),
(15662, 1, 2244, '3', 'kka0@course-fitness.com', ''),
(15663, 1, 2244, '4', '(405) 146-1540', ''),
(15664, 1, 2244, '5', 'google', ''),
(15665, 1, 2244, '6', '滿天星娛樂城 STAR', ''),
(15666, 1, 2244, '7', '滿天星娛樂城 STAR \r\n \r\n \r\n \r\nhttps://xn--uis74a0us56agwe20i.com/', ''),
(15667, 1, 2245, '1', 'killderrfassser', ''),
(15668, 1, 2245, '2', 'killderrfassser', ''),
(15669, 1, 2245, '3', 'killderrfassser@rambler.ru', ''),
(15670, 1, 2245, '4', '(738) 012-6426', ''),
(15671, 1, 2245, '5', 'google', ''),
(15672, 1, 2245, '6', 'Все про лодки', ''),
(15673, 1, 2245, '7', '<a href=http://boat.matrixplus.ru>Как привести хозяйство на яхте в порядок</a> Как навести лоск??? Отмываем днище от тины \r\n \r\n<a href=http://prog.regionsv.ru/>Прошивка микросхем серии 556рт</a>,однократно прошиваемых ППЗУ. \r\nкуплю ППЗУ серии м556рт2 в керамике в дип корпусах в розовой керамике \r\n \r\nСборка компьютера и настройка Орион-128 <a href=http://rdk.regionsv.ru/index.htm> и сборка периферии</a> \r\n \r\nКупить качественную химию для мойки лодки и катера, яхты <a href=http://www.matrixplus.ru/>Чем отмыть борта лодки, катера, гидроцикла</a> \r\n \r\n<a href=http://www.matrixboard.ru/>разнообразная химия и детергенты для мойки</a> \r\n \r\n<a href=http://wc.matrixplus.ru>Все о парусниках</a> \r\n \r\n<a href=http://wt.matrixplus.ru>Истории мировых катастроф на море</a> \r\n \r\n<a href=http://kinologiyasaratov.ru>Дрессировка собак</a> \r\n \r\n<a href=http://tantra.ru>tantra.ru</a>', ''),
(15674, 1, 2246, '1', 'Michaelvabek', ''),
(15675, 1, 2246, '2', 'Michaelvabek', ''),
(15676, 1, 2246, '3', '9cjmo@course-fitness.com', ''),
(15677, 1, 2246, '4', '(104) 766-6164', ''),
(15678, 1, 2246, '5', 'google', ''),
(15679, 1, 2246, '6', '2022世界盃', ''),
(15680, 1, 2246, '7', '2022世界盃 \r\n \r\nhttps://as-sports.net/', ''),
(15681, 1, 2247, '1', 'Eric', ''),
(15682, 1, 2247, '2', 'Jones', ''),
(15683, 1, 2247, '3', 'ericjonesmyemail@gmail.com', ''),
(15684, 1, 2247, '4', '(555) 555-1212', ''),
(15685, 1, 2247, '5', 'SP', ''),
(15686, 1, 2247, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(15687, 1, 2247, '7', 'Hello gangagen.com Owner.\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(15688, 1, 2248, '1', 'rabotanova', ''),
(15689, 1, 2248, '2', 'rabotanova', ''),
(15690, 1, 2248, '3', 'garunpanahyd@gmx.com', ''),
(15691, 1, 2248, '4', '(070) 772-8275', ''),
(15692, 1, 2248, '5', 'google', ''),
(15693, 1, 2248, '6', 'Работа Тагучин без опыта и образования', ''),
(15694, 1, 2248, '7', 'Набираем в команду: Курьеров, Водителей, Фасовщиков, Склад-Курьеров. Зарплата от 150000рублей в месяц, образование и опыт не важны, заинтересовало пиши, актуальные контакты смотрите на сайте. \r\nwww.rabotavsem.shop \r\nx2nf5ghoe6mgzrwfhuzoo5tmd4fb5bgbiua2bhtzq7n7b7omxjkbyaad.onion \r\nToxChat ID 0CE6874D6641C9A22354CB6B5B283B285327A4CFD5AC6E08F40C09A91253B605EF44818CD700', ''),
(15695, 1, 2249, '1', 'EdwardShone', ''),
(15696, 1, 2249, '2', 'EdwardShone', ''),
(15697, 1, 2249, '3', 'nvb9v@course-fitness.com', ''),
(15698, 1, 2249, '4', '(623) 823-6278', ''),
(15699, 1, 2249, '5', 'google', ''),
(15700, 1, 2249, '6', '冠天下娛樂城', ''),
(15701, 1, 2249, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com', ''),
(15702, 1, 2250, '1', 'Michaelraind', ''),
(15703, 1, 2250, '2', 'Michaelraind', ''),
(15704, 1, 2250, '3', 'opcrxv@course-fitness.com', ''),
(15705, 1, 2250, '4', '(786) 805-7546', ''),
(15706, 1, 2250, '5', 'google', ''),
(15707, 1, 2250, '6', '91娛樂城!ENDVALUE!', ''),
(15708, 1, 2250, '7', '91娛樂城 \r\n \r\n \r\n \r\nhttps://9jcasino.tw/', ''),
(15709, 1, 2251, '1', 'Danielle', ''),
(15710, 1, 2251, '2', 'Simpson', ''),
(15711, 1, 2251, '3', 'paine.danilo@gmail.com', ''),
(15712, 1, 2251, '4', '(314) 490-7373', ''),
(15713, 1, 2251, '5', 'Danilo Paine', ''),
(15714, 1, 2251, '6', 'Regarding your Instagram account', ''),
(15715, 1, 2251, '7', 'Hi,\r\n\r\nHave you ever wondered how the big influencers on Instagram make so much money? If the answer is “yes”, then this eBook is exactly what you’ve been looking for. We go over everything you need to know about gaining real followers and earning real money.\r\n\r\nWith over 200 pages of strategies, growth methods and secrets – it’s an Instagram goldmine! We have helped thousands of people radically grow their profiles, businesses and income.\r\n\r\nThe price is just $27 for a limited time only. Still unsure? Download Chapter 1 for free and then decide. Click on \'Free Preview\' at the link below.\r\n\r\nVisit: https://bit.ly/3nOSRYr\r\n\r\nKind Regards,\r\nDanielle', ''),
(15716, 1, 2252, '1', 'CharlesspimI', ''),
(15717, 1, 2252, '2', 'CharlesspimI', ''),
(15718, 1, 2252, '3', '0acdva@course-fitness.com', ''),
(15719, 1, 2252, '4', '(642) 866-8104', ''),
(15720, 1, 2252, '5', 'google', ''),
(15721, 1, 2252, '6', '冠天下娛樂城', ''),
(15722, 1, 2252, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://mail.hq10gw1gvobv8a5z0d.com/', ''),
(15723, 1, 2253, '1', 'ColinDok', ''),
(15724, 1, 2253, '2', 'ColinDok', ''),
(15725, 1, 2253, '3', 'f0ne@course-fitness.com', ''),
(15726, 1, 2253, '4', '(801) 580-1332', ''),
(15727, 1, 2253, '5', 'google', ''),
(15728, 1, 2253, '6', '小琪兒娛樂', ''),
(15729, 1, 2253, '7', '小琪兒娛樂 \r\n \r\n \r\n \r\n \r\nhttps://taipei9527.com/', ''),
(15730, 1, 2254, '1', 'JamesAmove', ''),
(15731, 1, 2254, '2', 'JamesAmove', ''),
(15732, 1, 2254, '3', 'dk42gu@course-fitness.com', ''),
(15733, 1, 2254, '4', '(772) 845-3662', ''),
(15734, 1, 2254, '5', 'google', ''),
(15735, 1, 2254, '6', '冠天下', ''),
(15736, 1, 2254, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1bmail479e.com/', ''),
(15737, 1, 2255, '1', 'RichardNab', ''),
(15738, 1, 2255, '2', 'RichardNab', ''),
(15739, 1, 2255, '3', 'meneazovutsasaki.hai.sei.y@gmail.com', ''),
(15740, 1, 2255, '4', '(580) 708-0024', ''),
(15741, 1, 2255, '5', 'google', ''),
(15742, 1, 2255, '6', 'Автотовары кишинев', ''),
(15743, 1, 2255, '7', '<a href=\'http://maspromoecuador.com/piese-auto-chi%C8%99in%C4%83u-moldova-k.html\'>	http://maspromoecuador.com/piese-auto-chi%C8%99in%C4%83u-moldova-k.html</a>', ''),
(15744, 1, 2256, '1', 'katherinebq16', ''),
(15745, 1, 2256, '2', 'katherinebq16', ''),
(15746, 1, 2256, '3', 'almaox7@yoshito5810.akio40.drkoop.site', ''),
(15747, 1, 2256, '4', '(257) 812-7555', ''),
(15748, 1, 2256, '5', 'google', ''),
(15749, 1, 2256, '6', 'Teen Girls Pussy Pics. Hot galleries', ''),
(15750, 1, 2256, '7', 'Big Ass Photos - Free Huge Butt Porn, Big Booty Pics\r\nhttp://nudefreeamateur.hotblognetwork.com/?post-montana \r\n\r\n skim tube women porn momma porn young gay porn vids montreal porn yvon passes free streaming porn camryn kiss', ''),
(15751, 1, 2257, '1', 'laurabx1', ''),
(15752, 1, 2257, '2', 'laurabx1', ''),
(15753, 1, 2257, '3', 'leilaqk60@katsu410.michio23.excitemail.fun', ''),
(15754, 1, 2257, '4', '(674) 312-0536', ''),
(15755, 1, 2257, '5', 'google', ''),
(15756, 1, 2257, '6', 'New sexy website is available on the web', ''),
(15757, 1, 2257, '7', 'Sexy photo galleries, daily updated collections\r\nhttp://gaysexgayman.hotblognetwork.com/?post-janice \r\n\r\n free veiwers uploaded homemade porn paris il woman porn website porn sex uploads dundee porn adult and porn', ''),
(15758, 1, 2258, '1', 'DavidMet', ''),
(15759, 1, 2258, '2', 'DavidMet', ''),
(15760, 1, 2258, '3', 'yos1v@course-fitness.com', ''),
(15761, 1, 2258, '4', '(334) 428-0448', ''),
(15762, 1, 2258, '5', 'google', ''),
(15763, 1, 2258, '6', '第一借錢網擁有全台最多的借錢資訊', ''),
(15764, 1, 2258, '7', '第一借錢網擁有全台最多的借錢資訊 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(15765, 1, 2259, '1', 'Eric', ''),
(15766, 1, 2259, '2', 'Jones', ''),
(15767, 1, 2259, '3', 'ericjonesmyemail@gmail.com', ''),
(15768, 1, 2259, '4', '(555) 555-1212', ''),
(15769, 1, 2259, '5', 'NA', ''),
(15770, 1, 2259, '6', 'how to turn eyeballs into phone calls', ''),
(15771, 1, 2259, '7', 'Hi gangagen.com Owner. Eric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(15772, 1, 2260, '1', 'Eric', ''),
(15773, 1, 2260, '2', 'Jones', ''),
(15774, 1, 2260, '3', 'ericjonesmyemail@gmail.com', ''),
(15775, 1, 2260, '4', '(555) 555-1212', ''),
(15776, 1, 2260, '5', 'CENTRE', ''),
(15777, 1, 2260, '6', 'Why not TALK with your leads?', ''),
(15778, 1, 2260, '7', 'Hello gangagen.com Administrator.\r\n\r\nMy name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(15779, 1, 2261, '1', 'Hiramevers', ''),
(15780, 1, 2261, '2', 'Hiramevers', ''),
(15781, 1, 2261, '3', 'girtalos@yandex.com', ''),
(15782, 1, 2261, '4', '(214) 761-8455', ''),
(15783, 1, 2261, '5', 'google', ''),
(15784, 1, 2261, '6', 'Restoration of the bath cover', ''),
(15785, 1, 2261, '7', '<a href=https://megaremont.pro/vitebsk-restavratsiya-vann>covering of baths</a>', ''),
(15786, 1, 2262, '1', 'IxdEgiJxAb', ''),
(15787, 1, 2262, '2', 'IxdEgiJxAb', ''),
(15788, 1, 2262, '3', 'callvisvetlana@list.ru', ''),
(15789, 1, 2262, '4', '(754) 052-7647', ''),
(15790, 1, 2262, '5', 'google', ''),
(15791, 1, 2262, '6', 'Этот год запомнится на долгие времена', ''),
(15792, 1, 2262, '7', 'Этот год запомнится на долгие времена https://senler.ru/a/2d0za/5job/534556554-QKZDY8g7GKA https://google.com gangagen.com', ''),
(15793, 1, 2263, '1', 'Brianwek', ''),
(15794, 1, 2263, '2', 'Brianwek', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(15795, 1, 2263, '3', 'ayadpv@course-fitness.com', ''),
(15796, 1, 2263, '4', '(546) 423-2103', ''),
(15797, 1, 2263, '5', 'google', ''),
(15798, 1, 2263, '6', '91娛樂城!ENDVALUE!', ''),
(15799, 1, 2263, '7', '91娛樂城 \r\n \r\n \r\nhttps://9jcasino.tw/', ''),
(15800, 1, 2264, '1', 'Susan', ''),
(15801, 1, 2264, '2', 'Green', ''),
(15802, 1, 2264, '3', 'susan@ucsteam.net', ''),
(15803, 1, 2264, '4', '(408) 547-4250', ''),
(15804, 1, 2264, '5', 'United Contract Services, Inc', ''),
(15805, 1, 2264, '6', 'Introduction from UCS', ''),
(15806, 1, 2264, '7', 'Since your business is in my area I wanted to reach out to introduce my company, United Contract Services.\r\n\r\nWe offer full-service janitorial cleaning with an extremely high-quality standard (I\'m not just saying that—our average customer has been with us for over 8 years because it\'s true).\r\n\r\nI\'d be happy to swing by to provide you with a complimentary proposal for your space.\r\n\r\nAre you interested in receiving a complimentary cleaning proposal?\r\n\r\nHave a great day,\r\nSusan\r\n\r\nSusan Green\r\nCustomer Success\r\nUnited Contract Services, Inc\r\n(408) 547-4250\r\nsusan@ucsteam.net\r\n\r\nPlease respond with \"stop\" to opt out.', ''),
(15807, 1, 2265, '1', 'RobertGot', ''),
(15808, 1, 2265, '2', 'RobertGot', ''),
(15809, 1, 2265, '3', 'zelatcol@gmail.com', ''),
(15810, 1, 2265, '4', '(802) 022-3157', ''),
(15811, 1, 2265, '5', 'google', ''),
(15812, 1, 2265, '6', 'Aloha, i wrote about   the price for reseller', ''),
(15813, 1, 2265, '7', 'Salam, qiymətinizi bilmək istədim.', ''),
(15814, 1, 2266, '1', 'Robertdex', ''),
(15815, 1, 2266, '2', 'Robertdex', ''),
(15816, 1, 2266, '3', 'whitehornmarysa922@outlook.com', ''),
(15817, 1, 2266, '4', '(747) 387-1683', ''),
(15818, 1, 2266, '5', 'google', ''),
(15819, 1, 2266, '6', 'Know fortune now', ''),
(15820, 1, 2266, '7', 'Единственное уникальное фраза сверху базаре он-лайн казино и еще став какое работит несколько суток! \r\nКак проворонь эвентуальность принять вид богатым а также просто окунуть в течение юдоль скорби азарта. Только для вас работит уникальное фраза сверху ставки! \r\n<a href=https://gamblethe.xyz>Зарегестрируйся</a> сейчас а также увидешь что фортуна облюбовала именно тебя! \r\nДаровая фоторегистрация также тантьема на евродоллар завались оставит для тебя шансов что желание красоваться счастливее также роскошнее \r\nБезвыгодный пропусти личную удачу просто нажимай играй также заделаешься победителем! \r\n<a href=https://gamblethe.xyz> Не упусти свою удачу просто жми играй и станешь победителем!</a> \r\nyou promo cypher 25154', ''),
(15821, 1, 2267, '1', 'JamesfoUra', ''),
(15822, 1, 2267, '2', 'JamesfoUra', ''),
(15823, 1, 2267, '3', '8rdzg@course-fitness.com', ''),
(15824, 1, 2267, '4', '(301) 083-6134', ''),
(15825, 1, 2267, '5', 'google', ''),
(15826, 1, 2267, '6', 'KUBET ทางเข้า、KU หวย、หาเงินออนไลน์', ''),
(15827, 1, 2267, '7', 'KUBET ทางเข้า、KU หวย、หาเงินออนไลน์ \r\n \r\n \r\nhttps://9jthai.net', ''),
(15828, 1, 2268, '1', 'Mike Philips', ''),
(15829, 1, 2268, '2', 'Mike Philips', ''),
(15830, 1, 2268, '3', 'no-replyPovaTasy@gmail.com', ''),
(15831, 1, 2268, '4', '(118) 144-8543', ''),
(15832, 1, 2268, '5', 'google', ''),
(15833, 1, 2268, '6', 'Improve local visibility for gangagen.com', ''),
(15834, 1, 2268, '7', 'If you have a local business and want to rank it on google maps in a specific area then this service is for you. \r\n \r\nGoogle Map Stacking is one of the best ways to rank your GMB in a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Philips\r\n \r\n \r\nPS: Want an all in one Local Plan that includes everything? \r\nhttps://www.speed-seo.net/product/local-seo-package/', ''),
(15835, 1, 2269, '1', 'ScottImich', ''),
(15836, 1, 2269, '2', 'ScottImich', ''),
(15837, 1, 2269, '3', 'cqurys@outlook.com', ''),
(15838, 1, 2269, '4', '(852) 738-4677', ''),
(15839, 1, 2269, '5', 'google', ''),
(15840, 1, 2269, '6', '10 научных фактов о том, как семейная жизнь влияет на здоровье', ''),
(15841, 1, 2269, '7', 'Р’РЅСѓС‚СЂРµРЅРЅРёР№ РјРёСЂ РѕР±РѕРіР°С‰Р°РµС‚СЃСЏ. Р§РµР»РѕРІРµРє, РєРѕС‚РѕСЂС‹Р№ СѓРґРµР»СЏРµС‚ РІСЂРµРјСЏ СЃР°РјРѕСЂР°Р·РІРёС‚РёСЋ, СѓРјРµРµС‚ СЃС‚СЂРѕРёС‚СЊ РѕС‚РЅРѕС€РµРЅРёСЏ, РїРѕРґРґРµСЂР¶РёРІР°С‚СЊ СЂР°Р·РіРѕРІРѕСЂ, РїРѕР»СѓС‡Р°С‚СЊ Р¶РµР»Р°РµРјС‹Р№ СЂРµР·СѓР»СЊС‚Р°С‚.\r\nРЈ РІР°СЃ РµСЃС‚СЊ РїРѕСЃС‚РѕСЏРЅРЅС‹Р№ РїР°СЂС‚РЅРµСЂ. Р’С‹ Р»РµРіРєРѕ РЅР°С…РѕРґРёС‚Рµ РѕР±С‰РёР№ СЏР·С‹Рє СЃ РЅРѕРІС‹РјРё Р»СЋРґСЊРјРё. Р’С‹ РјРёСЂРѕР»СЋР±РёРІС‹Р№ Рё РЅРµРєРѕРЅС„Р»РёРєС‚РЅС‹Р№ С‡РµР»РѕРІРµРє. РЈ РІР°СЃ РјРЅРѕРіРѕ РґСЂСѓР·РµР№. Р’С‹ РїСЂРµРґРїРѕС‡РёС‚Р°РµС‚Рµ РѕР±С‰РµРЅРёРµ СЃ Р»СЋРґСЊРјРё РѕРґРёРЅРѕС‡РµСЃС‚РІСѓ.\r\nРЈС‡РµР±РЅРѕРµ РїРѕСЃРѕР±РёРµ РїРѕРґ СЂРµРґР°РєС†РёРµР№ Р°РєР°РґРµРјРёРєР° Р РђРќ Рґ.Рј.РЅ. РїСЂРѕС„РµСЃСЃРѕСЂР° Р·.Рґ.РЅ. Р Р¤ Р­.Рљ. РђР№Р»Р°РјР°Р·СЏРЅР° В«Р РµРїСЂРѕРґСѓРєС‚РёРІРЅРѕРµ Р·РґРѕСЂРѕРІСЊРµ Р¶РµРЅС‰РёРЅС‹ РІ СЃРїРѕСЂС‚РµВ» (РЎР°Р·С‹РєРёРЅР° Р•.Р., РќРёР°СѓСЂРё Р”.Рђ., Р“Р·РіР·СЏРЅ Рђ.Рњ., РљРѕРіР°РЅ Р.Р®., Р”Р¶РµРјР»РёС…Р°РЅРѕРІР° Р›.РҐ., РњРѕР»РѕС‚РєРѕРІ Рђ.РЎ., РђР±РґСѓР»РєР°РґС‹СЂРѕРІР° Р—.Рљ., Р–РµСЃС‚РєРѕРІР° Рќ.Р’., Р¦С‹РїСѓСЂРґРµРµРІР° Рђ.Рђ., Р”Р¶СѓРјР°РµРІР° Рћ.Рљ., РљСѓР·СЊРјРёРЅС‹С… Рў.РЈ., РЎР°РІРёРЅРѕРІ Рџ.Рђ.) РЎРџР±, Р­РєРѕ-Р’РµРєС‚РѕСЂ, 2018 Рі.\r\nРџСЂР°РІРёР»СЊРЅРѕ СЃС‚Р°РІРёС‚СЊ С†РµР»Рё РЅСѓР¶РЅРѕ С‚РѕР¶Рµ СѓРјРµС‚СЊ. Р“Р»Р°РІРЅС‹Р№ РєСЂРёС‚РµСЂРёР№ С…РѕСЂРѕС€РµР№ С†РµР»Рё вЂ“ РµРµ СЂРµР°Р»РёСЃС‚РёС‡РЅРѕСЃС‚СЊ. Р—Р°РІС‹С€РµРЅРЅС‹Рµ РїСЂРёС‚СЏР·Р°РЅРёСЏ РјРѕРіСѓС‚ СЃРІРµСЃС‚Рё РЅР° РЅРµС‚ РІРµСЃСЊ СЂРµР·СѓР»СЊС‚Р°С‚, РґРѕСЃС‚РёРіРЅСѓС‚С‹Р№ РІ РїСЂРѕС†РµСЃСЃРµ СЃР°РјРѕСЂР°Р·РІРёС‚РёСЏ. Р¦РµР»СЊ РґРѕР»Р¶РЅР° Р±С‹С‚СЊ РґРѕСЃС‚РёР¶РёРјРѕР№, РїСЂРёС‡РµРј РЅРµ Р°Р±СЃС‚СЂР°РєС‚РЅРѕ РІ РІР°РєСѓСѓРјРµ, Р° РїСЂРёРјРµРЅРёРјРѕ РєРѕРЅРєСЂРµС‚РЅРѕ Рє РІР°С€РµР№ СЃРёС‚СѓР°С†РёРё.\r\nРЎСѓС‰РЅРѕСЃС‚СЊ, СЃРѕРґРµСЂР¶Р°РЅРёРµ Рё РѕСЃРЅРѕРІРЅС‹Рµ РєРѕРјРїРѕРЅРµРЅС‚С‹ С„РµРЅРѕРјРµРЅР° РїСЂРѕС„РµСЃСЃРёРѕРЅР°Р»СЊРЅРѕРіРѕ СЃР°РјРѕСЂР°Р·РІРёС‚РёСЏ Р»РёС‡РЅРѕСЃС‚Рё РїСЂРµРїРѕРґР°РІР°С‚РµР»СЏ РІРѕРµРЅРЅРѕРіРѕ РІСѓР·Р°.\r\n \r\n \r\nhttps://elmare.ru/semya/kak-sozdat-schastlivuju-semejnuju-zhizn/\r\n \r\n3. РўР°Р№Рј-РјРµРЅРµРґР¶РјРµРЅС‚.\r\nР—Р°С‡РµРј СѓР±РёРІР°С‚СЊ СЃРµР±СЏ, РµСЃР»Рё РјРѕР¶РЅРѕ РєР°Р№С„РѕРІР°С‚СЊ? РџСЂРѕР±РµРіРёС‚Рµ РїР°СЂСѓ РєСЂСѓР¶РѕС‡РєРѕРІ, Рё РІС‹ РїРѕС‡СѓРІСЃС‚РІСѓРµС‚Рµ, С‡С‚Рѕ СЌС‚Рѕ РЅР°РјРЅРѕРіРѕ Р»СѓС‡С€Рµ, С‡РµРј РєСѓСЂРёС‚СЊ.\r\nР­С‚Р° СЃС„РµСЂР° РєР°СЃР°РµС‚СЃСЏ РЅРµ С‚РѕР»СЊРєРѕ Р»СЋР±РѕРІРЅС‹С… Рё СЃРµРјРµР№РЅС‹С… РѕС‚РЅРѕС€РµРЅРёР№, РЅРѕ Рё Р»СЋР±С‹С… РІР·Р°РёРјРѕРґРµР№СЃС‚РІРёР№ РјРµР¶РґСѓ Р»СЋРґСЊРјРё.\r\nРЎРїРѕСЂС‚ Р·Р°РєР°Р»СЏРµС‚ РЅРµ С‚РѕР»СЊРєРѕ С‚РµР»Рѕ. РћРЅ РїРѕРјРѕРіР°РµС‚ РјРѕР·РіСѓ Р±РѕСЂРѕС‚СЊСЃСЏ СЃРѕ СЃС‚СЂРµСЃСЃРѕРј Рё СѓСЃС‚Р°Р»РѕСЃС‚СЊСЋ, СЃРїРѕСЃРѕР±СЃС‚РІСѓРµС‚ РІС‹СЂР°Р±РѕС‚РєРµ СЃРµСЂРѕС‚РѕРЅРёРЅР° (В«РіРѕСЂРјРѕРЅ СЃС‡Р°СЃС‚СЊСЏВ») Рё СѓРІРµР»РёС‡РёРІР°РµС‚ РїСЂРёС‚РѕРє РєРёСЃР»РѕСЂРѕРґР° Рє РіРѕР»РѕРІРµ. Р РµРіСѓР»СЏСЂРЅС‹Рµ С‚СЂРµРЅРёСЂРѕРІРєРё, РѕСЃРѕР±РµРЅРЅРѕ СЃ РєР°СЂРґРёРѕРЅР°РіСЂСѓР·РєРѕР№, Р·Р°РїСѓСЃРєР°СЋС‚ СЃРѕР·РґР°РЅРёРµ РЅРѕРІС‹С… РЅРµР№СЂРѕРЅРѕРІ РІ РіРёРїРїРѕРєР°РјРїРµ вЂ” СѓС‡Р°СЃС‚РєРµ РјРѕР·РіР°, РєРѕС‚РѕСЂС‹Р№ РѕС‚РІРµС‡Р°РµС‚ Р·Р° РїР°РјСЏС‚СЊ Рё РѕР±СѓС‡Р°РµРјРѕСЃС‚СЊ.\r\nРљР°Рє Р»РёС‡РЅРѕРµ РѕР±СѓС‡РµРЅРёРµ РІРµРґРµС‚ Рє СЂРѕСЃС‚Сѓ Рё СЂР°Р·РІРёС‚РёСЋ.', ''),
(15842, 1, 2270, '1', 'LouisOpisy', ''),
(15843, 1, 2270, '2', 'LouisOpisy', ''),
(15844, 1, 2270, '3', 'dzudeligo@mail.ru', ''),
(15845, 1, 2270, '4', '(252) 001-6060', ''),
(15846, 1, 2270, '5', 'google', ''),
(15847, 1, 2270, '6', 'Услуги бухгалтера', ''),
(15848, 1, 2270, '7', 'Удобство, экономия времени и средств, и полная сохранность документации, которую мы гарантируем, — это лишь некоторые из преимуществ работы с нами. Лучшим подтверждением высокого качества наших бухгалтерских услуг являются десятки довольных клиентов. \r\n \r\nЕжедневно мы работаем с самыми разными клиентами — как индивидуальными предпринимателями, так и владельцами микро-, малых и средних предприятий. У нас есть опыт ведения счетов для клиентов из разных отраслей, с особым акцентом на людей, работающих в ИТ-секторе. Благодаря этому мы прекрасно можем оценить, какая онлайн-бухгалтерия будет лучшей для вас и вашей компании.<a href=https://limonya.ru>услуги бухгалтерского учета</a> \r\n<a href=https://limonya.ru>бухгалтерский учет оказания услуг</a> \r\n<a href=https://limonya.ru>бухгалтерские услуги ведение</a> \r\n<a href=https://limonya.ru/najti-udalennogo-buxgaltera/>требуется бухгалтер удаленно</a> \r\n<a href=https://limonya.ru/najti-udalennogo-buxgaltera/>найти удаленного бухгалтера</a> \r\n<a href=https://limonya.ru/najti-udalennogo-buxgaltera/>услуги бухгалтера удаленно</a> \r\n<a href=https://limonya.ru/udalennyj-buxgalter-na-pervichnuyu-dokumentaciyu/>удаленный бухгалтер на первичную документацию</a> \r\n<a href=https://limonya.ru/dlya-ip/>бухгалтерия для ип</a> \r\n<a href=https://limonya.ru/dlya-ip/>удаленный бухгалтер для ип</a> \r\n<a href=https://limonya.ru/dlya-ip/>услуги бухгалтера для ип</a> \r\n<a href=https://limonya.ru/dlya-ip/>услуги бухгалтера для ип удаленно</a>', ''),
(15849, 1, 2271, '1', 'Eric', ''),
(15850, 1, 2271, '2', 'Jones', ''),
(15851, 1, 2271, '3', 'ericjonesmyemail@gmail.com', ''),
(15852, 1, 2271, '4', '(555) 555-1212', ''),
(15853, 1, 2271, '5', 'LI', ''),
(15854, 1, 2271, '6', 'Instead, congrats', ''),
(15855, 1, 2271, '7', 'Dear gangagen.com Owner! \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(15856, 1, 2272, '1', 'RichardTelay', ''),
(15857, 1, 2272, '2', 'RichardTelay', ''),
(15858, 1, 2272, '3', 'm.at.t.t.enl.y.shlu.be.ly.@gmail.com', ''),
(15859, 1, 2272, '4', '(835) 176-3334', ''),
(15860, 1, 2272, '5', 'google', ''),
(15861, 1, 2272, '6', 'Solar technology in schools. Matt D\'Agati', ''),
(15862, 1, 2272, '7', 'Hello my name is  Matthew D\'Agati. \r\nSolar power is now one of the more promising and sought-after resources of clean, renewable energy in modern times. This is certainly because of its numerous benefits, including financial savings, energy savings, as well as the positive impact this has regarding the environment. In this specific article, we\'re going to talk about the advantages of choosing solar power in homes and businesses, the technology behind it, and just how it may be implemented to optimize its benefits. \r\n \r\nOne of many advantages of choosing solar power in homes could be the financial savings it offers. Solar energy panels can handle generating electricity for your house, reducing or eliminating the need for traditional types of energy. This could bring about significant savings in your monthly energy bill, particularly in areas with a high energy costs. In addition, the expense of solar power panels and associated equipment has decreased significantly over time, which makes it more affordable for homeowners to buy this technology. \r\n \r\nAnother good thing about using solar power in homes may be the increased value it could provide into the property. Homes which have solar energy panels installed are usually valued more than homes that don\'t, while they offer an energy-efficient and environmentally friendly option to traditional energy sources. This increased value could be an important benefit for homeowners who are trying to sell their house as time goes by. \r\n \r\nFor businesses, the many benefits of using solar technology are wide ranging. One of several primary benefits is cost benefits, as businesses can significantly reduce their energy costs by adopting solar power. In addition, there are many government incentives and tax credits open to companies that adopt solar technology, rendering it much more affordable and cost-effective. Furthermore, companies that adopt solar power will benefit from increased profitability and competitiveness, because they are seen as environmentally conscious and energy-efficient. \r\n \r\nThe technology behind solar power is simple and easy, yet highly effective. Solar energy panels are made of photovoltaic (PV) cells, which convert sunlight into electricity. This electricity are able to be stored in batteries or fed straight into the electrical grid, according to the specific system design. So that you can maximize the many benefits of solar power, it is critical to design a custom system this is certainly tailored to your unique energy needs and requirements. This may make sure that you have the best components set up, like the appropriate wide range of solar power panels in addition to right form of batteries, to optimize your power efficiency and value savings. \r\n \r\nAmong the important aspects in designing a custom solar energy system is knowing the different sorts of solar panel systems and their performance characteristics. There are two main main kinds of solar power panels &amp;#8211; monocrystalline and polycrystalline &amp;#8211; each having its own advantages and disadvantages. Monocrystalline solar power panels are made from just one, high-quality crystal, helping to make them more effective and sturdy. However, also, they are higher priced than polycrystalline panels, which are produced from multiple, lower-quality crystals. \r\n \r\nAs well as solar energy panels, a custom solar power system will also include a battery system to store excess energy, in addition to an inverter to convert the stored energy into usable electricity. It is essential to choose a battery system this is certainly effective at storing the actual quantity of energy you may need for your specific energy needs and requirements. This may make certain you have a reliable source of power in the eventuality of power outages or any other disruptions to your power supply. \r\n \r\nAnother advantageous asset of using solar technology could be the positive impact it has from the environment. Solar power is on a clean and renewable power source, producing no emissions or pollutants. This will make it a perfect replacement for traditional sourced elements of energy, such as for instance fossil fuels, which are a significant contributor to polluting of the environment and greenhouse gas emissions. By adopting solar technology, homeowners and businesses might help reduce their carbon footprint and play a role in a cleaner, more sustainable future. \r\n \r\nTo conclude, the many benefits of using solar technology both in homes and businesses are numerous and should not be overstated. From cost benefits, energy efficiency, and increased property value to environmental impact and technological advancements, solar power provides a variety of advantages. By comprehending the technology behind solar power and designing a custom system tailored to specific energy needs, you\'ll be able to maximize these benefits and work out a positive effect on both personal finances and also the environment. Overall, the adoption of solar technology is an intelligent investment for a sustainable and bright future. \r\n \r\nShould you want to study more info on such a topic stop by my web-site: <a href=https://clustrmaps.com/person/Dagati-3tj5ei[color=black_url>https://spd-lsa.de/condolece/edwardawaks-platteville/installation solar energy haverhill</font></a>', ''),
(15863, 1, 2273, '1', 'Eric', ''),
(15864, 1, 2273, '2', 'Jones', ''),
(15865, 1, 2273, '3', 'ericjonesmyemail@gmail.com', ''),
(15866, 1, 2273, '4', '(555) 555-1212', ''),
(15867, 1, 2273, '5', 'NA', ''),
(15868, 1, 2273, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(15869, 1, 2273, '7', 'Hello gangagen.com Administrator! my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(15870, 1, 2274, '1', 'Claytonatort', ''),
(15871, 1, 2274, '2', 'Claytonatort', ''),
(15872, 1, 2274, '3', 'ywijyz@course-fitness.com', ''),
(15873, 1, 2274, '4', '(162) 676-1266', ''),
(15874, 1, 2274, '5', 'google', ''),
(15875, 1, 2274, '6', '2022卡達世界盃', ''),
(15876, 1, 2274, '7', '2022卡達世界盃 \r\n \r\nhttps://as-sports.net/', ''),
(15877, 1, 2275, '1', 'FrankZef', ''),
(15878, 1, 2275, '2', 'FrankZef', ''),
(15879, 1, 2275, '3', 'waldemar-polak-67@wp.pl', ''),
(15880, 1, 2275, '4', '(626) 462-2504', ''),
(15881, 1, 2275, '5', 'google', ''),
(15882, 1, 2275, '6', 'We offer emergency boiler repairs to provide quick and efficient solutions when your heating system malfunctions unexpectedly.', ''),
(15883, 1, 2275, '7', 'Profil uytkownika:karter_white83   http://www.nasza-miss.pl/profil/karter_white83 - Click here>>>', ''),
(15884, 1, 2276, '1', 'Shawnabusa', ''),
(15885, 1, 2276, '2', 'Shawnabusa', ''),
(15886, 1, 2276, '3', 'i8brd0@course-fitness.com', ''),
(15887, 1, 2276, '4', '(145) 787-5314', ''),
(15888, 1, 2276, '5', 'google', ''),
(15889, 1, 2276, '6', '冠天下娛樂城', ''),
(15890, 1, 2276, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(15891, 1, 2277, '1', 'Egyvps', ''),
(15892, 1, 2277, '2', 'Egyvps', ''),
(15893, 1, 2277, '3', 'support@egyvps.com', ''),
(15894, 1, 2277, '4', '(610) 865-7156', ''),
(15895, 1, 2277, '5', 'google', ''),
(15896, 1, 2277, '6', 'Top hosting companies in Egypt استضافة مواقع رخيصة في مصر', ''),
(15897, 1, 2277, '7', 'السيرفرات الصغيرة. الاسعار تبدأ من فقط 200 جنيه شهريا. السيرفرات الكاملة. الاسعار تبدأ من فقط 1190 جنيه شهريا. أداء كامل ، أجهزة كاملة ، حلول تأجير خوادم لكل ... \r\nاستضافة مواقع , فى بى اس مصر , اقوى عروض الاستضافة , ارخص عروض الاستضافة , شركة تصميم مواقع واستضافة , شركة استضافة رسمية , عروض استضافة , فى بى اس , فى بى اس ويندوز , فى بى اس لينكس , ارخص عروض الفى بى اس , شركة فى بى اس رخيصة , ارخص عروض الريسلر , الريسلر تصميم , تصميم موقع , مواقع تصميم , تصميم منتدى , فى بى اس مصر , تصميم مواقع , تصميم المواقع , تصميم المنتديات , برمجة مواقع , حجز نطاق , فى بى اس كايرو \r\nTop hosting companies in Egypt \r\nBest web hosting providers in Egypt \r\nAffordable hosting services in Egypt \r\nVPS hosting in Egypt \r\nDedicated server hosting in Egypt \r\nCloud hosting in Egypt \r\nShared hosting providers in Egypt \r\nWebsite hosting solutions in Egypt \r\nEgyptian hosting companies comparison \r\nReliable hosting services in Egypt \r\nأفضل شركات استضافة في مصر \r\nخدمات استضافة مواقع في مصر \r\nاستضافة مواقع رخيصة في مصر \r\nاستضافة سحابية في مصر \r\nخوادم مشتركة في مصر \r\nاستضافة مواقع محلية في مصر \r\nاستضافة ووردبريس في مصر \r\nخوادم افتراضية خاصة في مصر \r\nاستضافة مواقع بالعربية في مصر \r\nشركات استضافة مواقع موثوقة في مصر \r\n \r\n \r\nشركة ايجى فى بى اس لخدمات السيرفرات - https://www.egyvps.com/ \r\nعربتك - شركة ايجى فى بى اس لخدمات السيرفرات - https://www.egyvps.com/cart \r\nتسجيل الدخول - شركة ايجى فى بى اس لخدمات السيرفرات - https://www.egyvps.com/sign-in \r\nانشاء حساب جديد - شركة ايجى فى بى اس لخدمات السيرفرات - https://www.egyvps.com/sign-up \r\nشركة ايجى فى بى اس لخدمات السيرفرات - https://www.egyvps.com/home \r\nالسيرفرات الصغيرة (وندوز / لينكس) - شركة ايجى فى بى اس لخدمات السيرفرات - https://www.egyvps.com/ar/category/173?chl=true \r\nالسيرفرات الكاملة - شرك', ''),
(15898, 1, 2278, '1', 'WilliamGroug', ''),
(15899, 1, 2278, '2', 'WilliamGroug', ''),
(15900, 1, 2278, '3', 'slaha@course-fitness.com', ''),
(15901, 1, 2278, '4', '(622) 282-6122', ''),
(15902, 1, 2278, '5', 'google', ''),
(15903, 1, 2278, '6', '冠天下娛樂城', ''),
(15904, 1, 2278, '7', '冠天下娛樂城 \r\n \r\nhttps://gtx.tw/', ''),
(15905, 1, 2279, '1', 'EverettChaix', ''),
(15906, 1, 2279, '2', 'EverettChaix', ''),
(15907, 1, 2279, '3', 'shopmarketplus@gmail.com', ''),
(15908, 1, 2279, '4', '(333) 648-1342', ''),
(15909, 1, 2279, '5', 'google', ''),
(15910, 1, 2279, '6', 'Аудит сайта', ''),
(15911, 1, 2279, '7', 'Мобильные УКРАИНСКИЕ прокси в одни руки: \r\n- тип (http/Socks5); \r\n- ротация IP по ссылке и по интервалу времени; \r\n- без ограничений на скорость; \r\n- трафик (БЕЗЛИМИТ); \r\nПОДДЕРЖКА 24/7: Ответим на все интересующие вас вопросы: в <a href=https://t.me/mobilproxies>Telegram</a> или <a href=https://glweb.org/mobilnye-proksi-ua/>на сайте</a> \r\nЦена: \r\n2$ на день \r\n12$ 7 дней \r\n18$ 14 дней \r\n30$ месяц \r\nПопробовать прокси БЕСПЛАТНО - тестовый период (ДЕНЬ)', ''),
(15912, 1, 2280, '1', 'VincentGax', ''),
(15913, 1, 2280, '2', 'VincentGax', ''),
(15914, 1, 2280, '3', 'info@chasy39.ru', ''),
(15915, 1, 2280, '4', '(714) 016-2272', ''),
(15916, 1, 2280, '5', 'google', ''),
(15917, 1, 2280, '6', 'Relinquish up', ''),
(15918, 1, 2280, '7', '<a href=chasy39.ru>Register on the site, get $10 for a SIM card. Everything is simple.</a> \r\n<a href=https://chasy39.ru>http://www.chasy39.ru/</a> \r\n<a href=https://joomlinks.org/?url=http://chasy39.ru/>http://google.to/url?q=http://chasy39.ru/</a>', ''),
(15919, 1, 2281, '1', 'Anusha', ''),
(15920, 1, 2281, '2', 'Bhairaddy', ''),
(15921, 1, 2281, '3', 'abhairaddy@gmail.com', ''),
(15922, 1, 2281, '4', '(094) 802-9002', ''),
(15923, 1, 2281, '5', 'Student - Kristu jayanti college, Bengaluru', ''),
(15924, 1, 2281, '6', 'Bacteriophage characterization', ''),
(15925, 1, 2281, '7', 'As a part of my master\'s dissertation, I am working on bacteriophages. I currently have 2 phage samples and want to know if it is a DNA or RNA phage - the characterization and also the TEM analysis for the structure. \r\nCan the characterization be possible at your laboratories.', ''),
(15926, 1, 2282, '1', 'Mike Scott', ''),
(15927, 1, 2282, '2', 'Mike Scott', ''),
(15928, 1, 2282, '3', 'no-replyPovaTasy@gmail.com', ''),
(15929, 1, 2282, '4', '(848) 200-5343', ''),
(15930, 1, 2282, '5', 'google', ''),
(15931, 1, 2282, '6', 'AI Monthly SEO plans', ''),
(15932, 1, 2282, '7', 'Greetings \r\n \r\nI have just verified your SEO on  gangagen.com for its SEO Trend and saw that your website could use a boost. \r\n \r\nWe will increase your ranks organically and safely, using state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nRegards \r\nMike Scott', ''),
(15933, 1, 2283, '1', 'Daviddilky', ''),
(15934, 1, 2283, '2', 'Daviddilky', ''),
(15935, 1, 2283, '3', 'tllly5@course-fitness.com', ''),
(15936, 1, 2283, '4', '(422) 682-6457', ''),
(15937, 1, 2283, '5', 'google', ''),
(15938, 1, 2283, '6', '冠天下娛樂城', ''),
(15939, 1, 2283, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://gtx.tw/', ''),
(15940, 1, 2284, '1', 'RalphDoock', ''),
(15941, 1, 2284, '2', 'RalphDoock', ''),
(15942, 1, 2284, '3', '5dg4t@course-fitness.com', ''),
(15943, 1, 2284, '4', '(638) 002-5035', ''),
(15944, 1, 2284, '5', 'google', ''),
(15945, 1, 2284, '6', '天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(15946, 1, 2284, '7', '天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\nhttps://xn--ghq10gmvi961at1b479e.com/', ''),
(15947, 1, 2285, '1', 'Michaelemoda', ''),
(15948, 1, 2285, '2', 'Michaelemoda', ''),
(15949, 1, 2285, '3', 'bszll@course-fitness.com', ''),
(15950, 1, 2285, '4', '(765) 871-2251', ''),
(15951, 1, 2285, '5', 'google', ''),
(15952, 1, 2285, '6', '冠天下娛樂城', ''),
(15953, 1, 2285, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(15954, 1, 2286, '1', 'David', ''),
(15955, 1, 2286, '2', 'Walstab', ''),
(15956, 1, 2286, '3', 'jmk84463@gmail.com', ''),
(15957, 1, 2286, '4', '(641) 873-8942', ''),
(15958, 1, 2286, '5', 'Candy Walstab', ''),
(15959, 1, 2286, '6', 'Say Goodbye to Writer\'s Block with WordAi', ''),
(15960, 1, 2286, '7', 'Are you struggling to come up with new and engaging content for your website or social media channels? Writer\'s block can be a real problem for busy business owners. \r\n\r\nFortunately, there is a solution. With WordAi, you can create high-quality, unique content in minutes using the power of AI. \r\n\r\nSay goodbye to writer\'s block and hello to fresh, engaging content that your audience will love. \r\n\r\nClick the link to check out WordAi and start creating amazing content today!\r\n\r\nhttps://jmk84463.systeme.io/98399461-6878f83b\r\n\r\nThanks,\r\n\r\nDavid \r\n\r\n335 South 600 East Smithfield, UT 84335\r\n\r\nOpt-Out Statement: To unsubscribe, click the \"Unsubscribe\" link in any of our emails. We respect your privacy and will honor all opt-out requests.\r\nhttps://voicesearch2.skin/?info=gangagen.com', ''),
(15961, 1, 2287, '1', 'JamesTox', ''),
(15962, 1, 2287, '2', 'JamesTox', ''),
(15963, 1, 2287, '3', 'uvdiy4@course-fitness.com', ''),
(15964, 1, 2287, '4', '(635) 585-8845', ''),
(15965, 1, 2287, '5', 'google', ''),
(15966, 1, 2287, '6', '點子數位科技有限公司 \n \nhttps://spot-digital.com.tw/', ''),
(15967, 1, 2287, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(15968, 1, 2288, '1', 'Robertmek', ''),
(15969, 1, 2288, '2', 'Robertmek', ''),
(15970, 1, 2288, '3', '4mnd0@course-fitness.com', ''),
(15971, 1, 2288, '4', '(601) 344-7776', ''),
(15972, 1, 2288, '5', 'google', ''),
(15973, 1, 2288, '6', 'unethost無限空間虛擬主機 技術分享部落格', ''),
(15974, 1, 2288, '7', 'unethost無限空間虛擬主機 技術分享部落格 \r\n \r\nhttp://blog.unethost.com/', ''),
(15975, 1, 2289, '1', 'Charlesmex', ''),
(15976, 1, 2289, '2', 'Charlesmex', ''),
(15977, 1, 2289, '3', 'heldkf@course-fitness.com', ''),
(15978, 1, 2289, '4', '(510) 811-5250', ''),
(15979, 1, 2289, '5', 'google', ''),
(15980, 1, 2289, '6', '點子數位科技有限公司', ''),
(15981, 1, 2289, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(15982, 1, 2290, '1', 'HowardJor', ''),
(15983, 1, 2290, '2', 'HowardJor', ''),
(15984, 1, 2290, '3', 'kilooosss1123jjj@outlook.com', ''),
(15985, 1, 2290, '4', '(482) 305-3656', ''),
(15986, 1, 2290, '5', 'google', ''),
(15987, 1, 2290, '6', 'Здравствуйте всем, современный мир меняется quickly, и все день все больше люди хотят easy entry к products.', ''),
(15988, 1, 2290, '7', 'Однако, не everyone platforms can предоставить ultimate convenience и несложность в этом процессе. Можете could you recommend надежный service, где можно one can find необходимые товары \r\nдоступ к приобретению products \r\n<a href=https://vk1.run/>вход на blacksprut</a>', ''),
(15989, 1, 2291, '1', 'Michaelvabek', ''),
(15990, 1, 2291, '2', 'Michaelvabek', ''),
(15991, 1, 2291, '3', '9cjmo@course-fitness.com', ''),
(15992, 1, 2291, '4', '(460) 886-6771', ''),
(15993, 1, 2291, '5', 'google', ''),
(15994, 1, 2291, '6', '2022世界盃', ''),
(15995, 1, 2291, '7', '2022世界盃 \r\n \r\nhttps://as-sports.net/', ''),
(15996, 1, 2292, '1', 'Jerrycrutt', ''),
(15997, 1, 2292, '2', 'Jerrycrutt', ''),
(15998, 1, 2292, '3', 'eustacia@wayback.shop', ''),
(15999, 1, 2292, '4', '(632) 518-3544', ''),
(16000, 1, 2292, '5', 'google', ''),
(16001, 1, 2292, '6', 'Kumpulan Situs4D Gacor Dengan Nama Situs4D Slot Teranyar Resmi Indonesia', ''),
(16002, 1, 2292, '7', 'Bermainlah di kumpulan <a href=https://bonusnewmember.id><b>Situs4d Gacor</b></a> dengan nama situs4d slot teranyar resmi indonesia utk tahun 2023 - 2024 lolos uji polisi slot kelompok facebook terpercaya dalam menjaga member agar bisa menang dengan mudah.', ''),
(16003, 1, 2293, '1', 'Ivan', ''),
(16004, 1, 2293, '2', 'Murch', ''),
(16005, 1, 2293, '3', 'murch.sima@msn.com', ''),
(16006, 1, 2293, '4', '(512) 933-9428', ''),
(16007, 1, 2293, '5', 'Sima Murch', ''),
(16008, 1, 2293, '6', 'where are you in Google Maps ?', ''),
(16009, 1, 2293, '7', 'Local SEO - Yelp, Foursquare, and Google my business is a great ways to position your company as a leader in your business niche in a particular location.\r\n\r\nlet help you to do that for you and join my happy customer list in my five stars services in FIVERR \r\n\r\n come inside and lets discuse your requiment \r\n\r\n click here ==== > https://tinyurl.com/ybfka4a4\r\n\r\nSee you there\r\n\r\nIvan', ''),
(16010, 1, 2294, '1', 'Ronaldtaicy', ''),
(16011, 1, 2294, '2', 'Ronaldtaicy', ''),
(16012, 1, 2294, '3', 'reception@peninsulagastro.com.au', ''),
(16013, 1, 2294, '4', '(483) 808-0206', ''),
(16014, 1, 2294, '5', 'google', ''),
(16015, 1, 2294, '6', 'Breaking Leak: Wall Street Bank Uncovers 10 Cryptos for 300,000% Profit', ''),
(16016, 1, 2294, '7', 'Exclusive Access: Wall Street Bank Leak Reveals 10 Cryptos Set for 300,000% Surge https://qwkl.ink/6mQw8', ''),
(16017, 1, 2295, '1', 'EdwardShone', ''),
(16018, 1, 2295, '2', 'EdwardShone', ''),
(16019, 1, 2295, '3', 'nvb9v@course-fitness.com', ''),
(16020, 1, 2295, '4', '(803) 365-6753', ''),
(16021, 1, 2295, '5', 'google', ''),
(16022, 1, 2295, '6', '冠天下娛樂城', ''),
(16023, 1, 2295, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com', ''),
(16024, 1, 2296, '1', 'Meagansow', ''),
(16025, 1, 2296, '2', 'Meagansow', ''),
(16026, 1, 2296, '3', 'info@coachkorey.ru', ''),
(16027, 1, 2296, '4', '(630) 576-4354', ''),
(16028, 1, 2296, '5', 'google', ''),
(16029, 1, 2296, '6', 'Rule people\'s compensation', ''),
(16030, 1, 2296, '7', '<a href=></a> \r\n<a href=></a> \r\n<a href=></a>', ''),
(16031, 1, 2297, '1', 'ethelep16', ''),
(16032, 1, 2297, '2', 'ethelep16', ''),
(16033, 1, 2297, '3', 'glennkd4@hiroyuki6710.norio16.mailscan.site', ''),
(16034, 1, 2297, '4', '(506) 226-4474', ''),
(16035, 1, 2297, '5', 'google', ''),
(16036, 1, 2297, '6', 'Enjoy our scandal amateur galleries that looks incredibly dirty', ''),
(16037, 1, 2297, '7', 'Enjoy our scandal amateur galleries that looks incredibly dirty\r\nhttp://xtermpornvideos.lexixxx.com/?post-maggie \r\n\r\n league of legend porn fuck xxx porn hot porn for blackberry phones free porn movies and gravee narge simpson porn', ''),
(16038, 1, 2298, '1', 'Dr Isha', ''),
(16039, 1, 2298, '2', 'Srivastava', ''),
(16040, 1, 2298, '3', 'bd@growdeatech.com', ''),
(16041, 1, 2298, '4', '(958) 232-7689', ''),
(16042, 1, 2298, '5', 'Growdea technologies', ''),
(16043, 1, 2298, '6', 'proposal for collaboration with growdea technologies : A computational biology service provider company', ''),
(16044, 1, 2298, '7', 'I, Dr. Isha Srivastava, Business Development Manager, from Growdea Technologies, a computational biology service provider company. Considering Ganga Biotechnology\'s work in drug-resistant bacteria research and development, I believe our services could be beneficial and accelerate the company\'s research and development activity. \r\n\r\nPlease find my contact number for further conversation - 9582327689', ''),
(16045, 1, 2299, '1', 'DonaldTably', ''),
(16046, 1, 2299, '2', 'DonaldTably', ''),
(16047, 1, 2299, '3', 'dnwpt@course-fitness.com', ''),
(16048, 1, 2299, '4', '(067) 445-3213', ''),
(16049, 1, 2299, '5', 'google', ''),
(16050, 1, 2299, '6', '品空間 - Goûter Space', ''),
(16051, 1, 2299, '7', '品空間 - Goûter Space \r\n \r\n \r\nhttps://gouterspace.com/', ''),
(16052, 1, 2300, '1', 'S', ''),
(16053, 1, 2300, '2', 'Lakshminarayanan', ''),
(16054, 1, 2300, '3', 'narasimavarmaa@gmail.com', ''),
(16055, 1, 2300, '4', '(636) 999-0195', ''),
(16056, 1, 2300, '5', 'Sathyabama University, chennai', ''),
(16057, 1, 2300, '6', 'Internship - molecular techniques in bacteriophage', ''),
(16058, 1, 2300, '7', 'Respect sir/madam,\r\nMyself Lakshminarayanan S, DBT-JRF, Sathyabama University. I\'m working on bacteriophage based solution for the control of marine biofilm bacteria. So, i want learn more about molecular techniques of bacteriophage. Thank you', ''),
(16059, 1, 2301, '1', 'Susan Karsh', ''),
(16060, 1, 2301, '2', 'Susan Karsh', ''),
(16061, 1, 2301, '3', 'susankarsh.myaa@gmail.com', ''),
(16062, 1, 2301, '4', '(572) 676-3806', ''),
(16063, 1, 2301, '5', 'google', ''),
(16064, 1, 2301, '6', 'Quick question', ''),
(16065, 1, 2301, '7', 'Hello, \r\n \r\nI was on your site today and I wanted to see if you would be open to getting a FREE 14-Day trial of our AI Agents, like ChatGPT, but much better. Plus, our plans start at just $1 per month if you decide to continue. \r\n \r\nOur AI Agents Can: \r\n \r\n•	Assist your team with tasks, projects and research, which will increase productivity. \r\n•	Crush to-do list by writing - ads, code, emails, content, sales copy, contracts & more. \r\n•	Give you time to focus on important things instead of handling mundane tasks. \r\n•	Save you time, save you money and make your team much more effective. \r\n \r\n... and much, MUCH more! \r\n \r\nWatch our video here and see how we can help: https://promo.myaa.com/ \r\n \r\nOur clients are saving 20%- 30% on operational costs each month by using our AI Agents to handle hundreds of tasks. \r\n \r\nClaim your FREE AI Agents Now, before this offer ends. Get started here: https://promo.myaa.com/ \r\n \r\nBest, \r\n \r\nSusan Karsh', ''),
(16066, 1, 2302, '1', 'Allen', ''),
(16067, 1, 2302, '2', 'Young', ''),
(16068, 1, 2302, '3', 'allen@fundingready.online', ''),
(16069, 1, 2302, '4', '(202) 991-6766', ''),
(16070, 1, 2302, '5', 'Express Capital', ''),
(16071, 1, 2302, '6', 'Something to consider', ''),
(16072, 1, 2302, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nAs a business owner you already know how hard it can be to get your hands on some working capital!\r\n\r\nHowever, all that has changed! \r\n\r\nExpress Capital is a Direct Lender who would like to offer you a working capital loan up to 500k.\r\n \r\nGet pre-qualified in less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\nWarm Regards,\r\n\r\nAllen Young\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(16073, 1, 2303, '1', 'RobertGot', ''),
(16074, 1, 2303, '2', 'RobertGot', ''),
(16075, 1, 2303, '3', 'zelatcol@gmail.com', ''),
(16076, 1, 2303, '4', '(307) 621-7777', ''),
(16077, 1, 2303, '5', 'google', ''),
(16078, 1, 2303, '6', 'Hello  i am writing about your the prices', ''),
(16079, 1, 2303, '7', 'Hi, roeddwn i eisiau gwybod eich pris.', ''),
(16080, 1, 2304, '1', 'BnakeTob', ''),
(16081, 1, 2304, '2', 'BnakeTob', ''),
(16082, 1, 2304, '3', 'rtniceart@niceart.club', ''),
(16083, 1, 2304, '4', '(842) 808-3367', ''),
(16084, 1, 2304, '5', 'google', ''),
(16085, 1, 2304, '6', 'картинки змей', ''),
(16086, 1, 2304, '7', 'фото <a href=https://clck.ru/34TbLJ>https://clck.ru/34TbLJ</a> медведи', ''),
(16087, 1, 2305, '1', 'Eric', ''),
(16088, 1, 2305, '2', 'Jones', ''),
(16089, 1, 2305, '3', 'ericjonesmyemail@gmail.com', ''),
(16090, 1, 2305, '4', '(555) 555-1212', ''),
(16091, 1, 2305, '5', 'NA', ''),
(16092, 1, 2305, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(16093, 1, 2305, '7', 'Hi gangagen.com Webmaster!\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(16094, 1, 2306, '1', 'KarinaCype', ''),
(16095, 1, 2306, '2', 'KarinaCype', ''),
(16096, 1, 2306, '3', 'karinaCype@msdarce.com', ''),
(16097, 1, 2306, '4', '(307) 466-7157', ''),
(16098, 1, 2306, '5', 'google', ''),
(16099, 1, 2306, '6', 'I\'m not jеаlоus. Ι want to mеet a seriоus man... (:', ''),
(16100, 1, 2306, '7', 'Hellо!\r\nPerhaрs mу meѕѕagе іs too sресifіс.\r\nΒut mу older siѕtеr fоund а wondеrful mаn here and thеу hаvе а great relаtionѕhіp, but what abоut mе?\r\nI am 23 уеarѕ old, Karina, from thе Czеch Rеpublic, know English lаnguage аlѕо\r\nΑnd... bеtter to ѕaу іt іmmеdіatelу. I am bіѕexuаl. Ι am nоt ϳealouѕ of аnothеr womаn... еѕресіаllу if wе makе lоve togеthеr.\r\nАh уes, I cоok very tastyǃ and I love nоt оnly сook ;))\r\nIm reаl gіrl and loоking fоr seriouѕ and hоt rеlatіonѕhip...\r\nAnywаy, you сan find mу profile hеrе: http://pioplurin.tk/usr-57950/', ''),
(16101, 1, 2307, '1', 'Harsh', ''),
(16102, 1, 2307, '2', 'jha', ''),
(16103, 1, 2307, '3', 'askharsh2001@gmail.com', ''),
(16104, 1, 2307, '4', '(979) 801-4842', ''),
(16105, 1, 2307, '5', 'Biotechnology', ''),
(16106, 1, 2307, '6', 'Job', ''),
(16107, 1, 2307, '7', 'I want join in this company', ''),
(16108, 1, 2308, '1', 'EdwinMig', ''),
(16109, 1, 2308, '2', 'EdwinMig', ''),
(16110, 1, 2308, '3', 'af431532@gmail.com', ''),
(16111, 1, 2308, '4', '(042) 786-0016', ''),
(16112, 1, 2308, '5', 'google', ''),
(16113, 1, 2308, '6', 'We also offer boiler replacement services for outdated or malfunctioning units to improve energy efficiency and performance.', ''),
(16114, 1, 2308, '7', 'Forum Sztumu www.sztum.info.pl :: Oglda profil   http://www.sztum.info.pl/forum/profile.php?mode=viewprofile&u=52033 - Click here...', ''),
(16115, 1, 2309, '1', 'Eric', ''),
(16116, 1, 2309, '2', 'Jones', ''),
(16117, 1, 2309, '3', 'ericjonesmyemail@gmail.com', ''),
(16118, 1, 2309, '4', '(555) 555-1212', ''),
(16119, 1, 2309, '5', 'FL', ''),
(16120, 1, 2309, '6', 'Cool website!', ''),
(16121, 1, 2309, '7', 'Hello gangagen.com Owner. Cool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(16122, 1, 2310, '1', 'Josephabene', ''),
(16123, 1, 2310, '2', 'Advertising, public', ''),
(16124, 1, 2310, '3', 'lidiasamoilov4lidiya@yandex.ru', ''),
(16125, 1, 2310, '4', '(764) 862-3448', ''),
(16126, 1, 2310, '5', 'google', ''),
(16127, 1, 2310, '6', 'Мы - ведущая компания, специализирующаяся на профессиональном уничтожении тараканов', ''),
(16128, 1, 2310, '7', 'Мы - ведущая компания, специализирующаяся на профессиональном уничтожении тараканов и обеспечении безопасной, здоровой среды в вашем доме или офисе. Наша команда экспертов имеет богатый опыт в борьбе с этими неприятными насекомыми и готова предложить вам эффективные и надежные решения. \r\n \r\nМы понимаем, что наличие тараканов может вызывать стресс и беспокойство, а также создавать проблемы со здоровьем и гигиеной. Поэтому мы придерживаемся комплексного подхода к <a href=https://atlantmasters.ru/kak-izbavitsya-ot-tarakanov>уничтожению тараканов</a>, используя самые современные методы и технологии. Наши профессионалы тщательно анализируют ситуацию, определяют источники заражения и разрабатывают индивидуальный план борьбы, который наилучшим образом соответствует вашим потребностям. \r\n \r\nМы используем только экологически безопасные и сертифицированные химические препараты, которые эффективно устраняют тараканов, при этом не нанося вреда людям и домашним животным. Наша команда также предлагает рекомендации по предотвращению повторного возникновения тараканов, чтобы обеспечить долгосрочный эффект и гарантировать ваше спокойствие. \r\n \r\nДоверьте уничтожение тараканов профессионалам и обретите уверенность в своем жилище или рабочем пространстве. Мы ценим ваше здоровье и комфорт, поэтому гарантируем качество нашей работы и полное удовлетворение ваших потребностей. Свяжитесь с нами уже сегодня, чтобы начать борьбу с тараканами и создать безопасную и гигиеничную среду вокруг вас.', ''),
(16129, 1, 2311, '1', 'ProdvigenieS', ''),
(16130, 1, 2311, '2', 'ProdvigenieS', ''),
(16131, 1, 2311, '3', 'mail@yahoo.com', ''),
(16132, 1, 2311, '4', '(558) 552-6060', ''),
(16133, 1, 2311, '5', 'google', ''),
(16134, 1, 2311, '6', 'Увеличу посещаемость вашего сайта', ''),
(16135, 1, 2311, '7', 'Здравствуйте. Предлагаю вам свою помощь по исправлению всех ошибок и увеличению целевой посещаемости вашего сайта. Ваш сайт станет более качественным, высокопосещаемым, приносящим вам значительно больший доход. Работаю в области создания, улучшения и продвижения сайтов с 2004 года. Умеренные расценки и гарантия результата. Я правда способен вам помочь. \r\n \r\nОсновные направления моей работы: \r\n \r\n1. Создание сайтов. Создаю сайты различных видов: блоги, информационные сайты, лендинги, сайты компаний, интернет-магазины. \r\n \r\n2. Улучшение сайтов. Исправление любых технических и иных ошибок, улучшение дизайна, работа со структурой и контентом, работа с конверсионными элементами и юзабилити, расширение семантического ядра с целью охвата новых поисковых запросов, внутренняя оптимизация как таковая. \r\n \r\n3. Продвижение сайтов в поисковых системах. Выведу ваш сайт на первые места по интересующим вас запросам. \r\n \r\n4. Работа с ютуб и социальными сетями. Создание, развитие и продвижение. \r\n \r\n5. Создание новых каналов привлечения целевой аудитории и соответственно увеличение продаж. \r\n \r\n6. Работа с отзывами на сторонних площадках. Удаление и пессимизация плохих, создание и продвижение хороших. Это важно для конверсии, отзывами многие интересуются. \r\n \r\nТакже могу помочь и с иными вопросами. Пишите на мою почту: prodvigeniesaytov@gmail.com', ''),
(16136, 1, 2312, '1', 'YuliaCyday', ''),
(16137, 1, 2312, '2', 'YuliaCyday', ''),
(16138, 1, 2312, '3', 'lion.pirogoff@yandex.ru', ''),
(16139, 1, 2312, '4', '(468) 281-4142', ''),
(16140, 1, 2312, '5', 'google', ''),
(16141, 1, 2312, '6', 'https://clck.ru/34acb5', ''),
(16142, 1, 2312, '7', 'https://clck.ru/34acdr', ''),
(16143, 1, 2313, '1', 'LucillePoine', ''),
(16144, 1, 2313, '2', 'LucillePoine', ''),
(16145, 1, 2313, '3', 'lion.pirogoff@yandex.ru', ''),
(16146, 1, 2313, '4', '(347) 600-4783', ''),
(16147, 1, 2313, '5', 'google', ''),
(16148, 1, 2313, '6', 'https://clck.ru/34acdr', ''),
(16149, 1, 2313, '7', 'https://clck.ru/34acfg \r\n<a href=https://garnockvalleygunclub.webs.com/apps/guestbook/>https://clck.ru/33jDBy</a> 832db89', ''),
(16150, 1, 2314, '1', 'Betsey', ''),
(16151, 1, 2314, '2', 'McKay', ''),
(16152, 1, 2314, '3', 'seosubmitter@mail.com', ''),
(16153, 1, 2314, '4', '(519) 217-8266', ''),
(16154, 1, 2314, '5', 'Betsey McKay', ''),
(16155, 1, 2314, '6', 'You are looking for Free Backlinks for gangagen.com', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(16156, 1, 2314, '7', 'You are looking for Free Backlinks for gangagen.com \r\n\r\nWe offering you a free trial to try out our link-building service.\r\n\r\nThis can be used to link out to your website, inner page, google map, video, to any link you want to help power up and get more relevance too.\r\n\r\nWe want to prove to you that our backlinks work and so we’re willing to prove it to you risk-free.\r\n\r\nSubmit your details >>  https://zeep.ly/sTQKV\r\n\r\nThanks, \r\nMcKay\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nCanada, ON, Orangeville, L9w 2j9, 1197 Bridgeport Rd\r\n \r\nTo stop any further communication through your website form, Please reply with subject:  Unsubscribe gangagen.com', ''),
(16157, 1, 2315, '1', 'Ernestagets', ''),
(16158, 1, 2315, '2', 'Ernestagets', ''),
(16159, 1, 2315, '3', '1w1vvf@course-fitness.com', ''),
(16160, 1, 2315, '4', '(042) 862-8047', ''),
(16161, 1, 2315, '5', 'google', ''),
(16162, 1, 2315, '6', '淫色精典大百尻：男男女女爽歪歪 - 成人影片線上看!ENDVALUE!', ''),
(16163, 1, 2315, '7', '淫色精典大百尻：男男女女爽歪歪 - 成人影片線上看 \r\n \r\n \r\nhttps://9jgirl.com/', ''),
(16164, 1, 2316, '1', 'Claytonatort', ''),
(16165, 1, 2316, '2', 'Claytonatort', ''),
(16166, 1, 2316, '3', 'ywijyz@course-fitness.com', ''),
(16167, 1, 2316, '4', '(052) 127-1757', ''),
(16168, 1, 2316, '5', 'google', ''),
(16169, 1, 2316, '6', '2022卡達世界盃', ''),
(16170, 1, 2316, '7', '2022卡達世界盃 \r\n \r\nhttps://as-sports.net/', ''),
(16171, 1, 2317, '1', 'Albertgesse', ''),
(16172, 1, 2317, '2', 'Albertgesse', ''),
(16173, 1, 2317, '3', '9udi1@course-fitness.com', ''),
(16174, 1, 2317, '4', '(847) 383-1477', ''),
(16175, 1, 2317, '5', 'google', ''),
(16176, 1, 2317, '6', 'Giải Trí、Âm Nhạc、Phim Ảnh', ''),
(16177, 1, 2317, '7', 'Giải Trí、Âm Nhạc、Phim Ảnh \r\n \r\n \r\n \r\nhttps://saocoitin.com', ''),
(16178, 1, 2318, '1', 'Lavillreich', ''),
(16179, 1, 2318, '2', 'Lavillreich', ''),
(16180, 1, 2318, '3', 'revers@1ti.ru', ''),
(16181, 1, 2318, '4', '(327) 077-0436', ''),
(16182, 1, 2318, '5', 'google', ''),
(16183, 1, 2318, '6', 'USB-032979-ML550 | Labstore', ''),
(16184, 1, 2318, '7', '<a href=https://labstore.ru/catalog/antitela-3/eif6-eukaryotic-translation-initiation-factor-6-cab-eif3a-eif-6-p27bbp-itgb4bp-b2gcn-p27bbp-hrp-igg-rabbit-polyclonal/100-mkl/>EIF6 (Eukaryotic Translation Initiation Factor 6, CAB, EIF3A, eIF-6, p27BBP, ITGB4BP, b(2)gcn, p27(BBP)) (HRP), IgG, Rabbit, Polyclonal | Labstore </a> \r\nTegs: EIF6 (Itgb4bp), rabbit, Polyclonal | Labstore  https://labstore.ru/catalog/antitela-3/eif6-itgb4bp-rabbit-polyclonal/100-mkg/ \r\n \r\n<u>USB-032974-FITC | Labstore </u> \r\n<i>USB-032976-BIOTIN | Labstore </i> \r\n<b>USB-032976-PE | Labstore </b>', ''),
(16185, 1, 2319, '1', 'IsabellaMup', ''),
(16186, 1, 2319, '2', 'IsabellaMup', ''),
(16187, 1, 2319, '3', 'isabellaMup@nesshapet.com', ''),
(16188, 1, 2319, '4', '(677) 641-8178', ''),
(16189, 1, 2319, '5', 'google', ''),
(16190, 1, 2319, '6', 'Ι\'m looking for seriоuѕ mаnǃ..', ''),
(16191, 1, 2319, '7', 'Неllо all, guyѕǃ Ι know, mу messаge maу bе tоo ѕресіfiс,\r\nВut mу ѕister found nісе mаn herе аnd theу mаrrіеd, ѕo how аbout mе?! :)\r\nΙ am 24 уears оld, Iѕаbеlla, frоm Romаnia, I knоw Εnglіѕh and Gеrmаn lаnguаgeѕ alѕо\r\nAnd... Ι hаvе speсifіc diseaѕе, namеd nymрhоmanіа. Who knоw whаt іѕ thіs, cаn understand mе (bettеr to saу іt immediаtеlу)\r\nΑh yes, I cоok very tastyǃ аnd I lоve nоt onlу соok ;))\r\nΙm real gіrl, not рrоstіtutе, аnd lооking for seriоus аnd hоt rеlatiоnѕhiр...\r\nAnуwау, you саn find mу prоfile hеre: http://apacnikongno.tk/idm-58389/', ''),
(16192, 1, 2320, '1', 'Aishwarya', ''),
(16193, 1, 2320, '2', 'Alur', ''),
(16194, 1, 2320, '3', 'aishwaryaalur444@gmail.com', ''),
(16195, 1, 2320, '4', '(088) 847-2323', ''),
(16196, 1, 2320, '5', 'Studying', ''),
(16197, 1, 2320, '6', 'Project allowance', ''),
(16198, 1, 2320, '7', 'I m studying in MSc Biotechnology, wanted to make sure if there is project allowance in your company', ''),
(16199, 1, 2321, '1', 'Kevinlar', ''),
(16200, 1, 2321, '2', 'Kevinlar', ''),
(16201, 1, 2321, '3', 'eokort@course-fitness.com', ''),
(16202, 1, 2321, '4', '(235) 525-4430', ''),
(16203, 1, 2321, '5', 'google', ''),
(16204, 1, 2321, '6', '冠天下娛樂城', ''),
(16205, 1, 2321, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(16206, 1, 2322, '1', 'Anna', ''),
(16207, 1, 2322, '2', 'Vagner', ''),
(16208, 1, 2322, '3', 'anna@ipharmaexpo.net', ''),
(16209, 1, 2322, '4', '(619) 378-4793', ''),
(16210, 1, 2322, '5', 'iPharma', ''),
(16211, 1, 2322, '6', 'EXPO', ''),
(16212, 1, 2322, '7', 'To whom it may concern,\r\nGreetings\r\nWe are honored to cordially invite “GangaGen” to participate in the annual iPharma Expo which is scheduled to be held during September 21- 22, 2023 in San Francisco, USA. More than 1500 visiting professionals and over 150 exhibitors will attend the show this year giving an overwhelming exposure for the participating companies.\r\n\r\nRegister your interest- https://www.ipharmaexpo.com/exhibitor-registration/\r\n\r\nExhibiting at iPharma is going to be a great opportunity to promote your company, and market your products, and services. You can launch products, gain access to the untapped local, and international market, increase brand visibility, seek new partnerships, and benchmark your products, and services. \r\n\r\nFree visitor registration- https://www.ipharmaexpo.com/visitor-registration/\r\n\r\nI am sure you would consider participating in this expo. We assure you of our full support, and best possible services to your company and a guaranteed return on your investment in the expo.\r\n\r\nKindly let me know your interest at your earliest convenience. Thank you for your time and consideration.\r\n\r\nBest Regards,\r\nAnna Vagner | Show Manager \r\niPharma Expo 2023, USA\r\nW: https://www.ipharmaexpo.com/', ''),
(16213, 1, 2323, '1', 'Bryanemuro', ''),
(16214, 1, 2323, '2', 'Bryanemuro', ''),
(16215, 1, 2323, '3', 'socha.pola.97@wp.pl', ''),
(16216, 1, 2323, '4', '(553) 077-7562', ''),
(16217, 1, 2323, '5', 'google', ''),
(16218, 1, 2323, '6', 'Regular boiler servicing is crucial for maintaining optimal functionality and extending the lifespan of your heating system.', ''),
(16219, 1, 2323, '7', 'Our team is experienced in providing landlord certificates, ensuring that your rental property meets all necessary safety regulations.   https://www.undrtone.com/nathan_rivera71 -  Power flushing!..', ''),
(16220, 1, 2324, '1', 'frusfervikka', ''),
(16221, 1, 2324, '2', 'frusfervikka', ''),
(16222, 1, 2324, '3', 'frusfervikka@rambler.ru', ''),
(16223, 1, 2324, '4', '(181) 175-5255', ''),
(16224, 1, 2324, '5', 'google', ''),
(16225, 1, 2324, '6', 'Про СВО и РФ', ''),
(16226, 1, 2324, '7', 'Купить качественную химию для мойки катеров <a href=http://regionsv.ru/chem4.html>Какой химией отмыть днище лодки</a>. Какой я отмывал катер. Как быстро отмыть катеров от тины и водорослей. \r\nМойка дниа пластикового катера без забот. быстро и бюджетно.  Высокая эффективность мойки. Отмывает даже стойкие загрязнения. \r\n \r\nЧто такое ультразвуковая очистка,какие очистить форсунки автомобиля своими руками  <a href=http://www.uzo.matrixplus.ru/>Очистка ультразвуком и очистители</a> какие очистители существуют в природе. Степень ультразвуковой очистки в зависимости от загрязнения. Теория и практика очистки. \r\n \r\nКак работает микроконтроллер, как собирать 8-ми битный ПК, старинные компьютеры на микропроцессорах Z80 и к580вм80а для школьников<a href=http://rdk.regionsv.ru/>Сборка и настройка компьютера Орион-128, Сборка ЮТ-88</a> \r\n \r\nХимия для очистки и тестовые жидкости проверки форсунок <a href=http://www.matrixboard.ru>www.matrixboard.ru</a> \r\n \r\nКупить качественную химию для мойки, Купить автошампуни, химию для уборки <a href=http://www.matrixplus.ru>составы для очистки днища катера, лодки, яхты</a> \r\n \r\nХимия для ультразвуковой очистки форсунок и деталей <a href=http://regionsv.ru/chem6.html>Как самому промыть форсунки автомобиля</a> \r\n \r\n<a href=http://wc.matrixplus.ru>Вся наука для яхтсменов, плаванье по рекам, озерам, морям</a>', ''),
(16227, 1, 2325, '1', 'Eric', ''),
(16228, 1, 2325, '2', 'Jones', ''),
(16229, 1, 2325, '3', 'ericjonesmyemail@gmail.com', ''),
(16230, 1, 2325, '4', '(555) 555-1212', ''),
(16231, 1, 2325, '5', 'ZH', ''),
(16232, 1, 2325, '6', 'instead, congrats', ''),
(16233, 1, 2325, '7', 'Hi gangagen.com Webmaster! \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(16234, 1, 2326, '1', 'Tydonefar', ''),
(16235, 1, 2326, '2', 'Tydonefar', ''),
(16236, 1, 2326, '3', 'xcvfgdhy@gmail.com', ''),
(16237, 1, 2326, '4', '(125) 281-8743', ''),
(16238, 1, 2326, '5', 'google', ''),
(16239, 1, 2326, '6', 'Love', ''),
(16240, 1, 2326, '7', 'CCCCCCCPPPPPPP \r\n \r\n \r\n \r\n \r\nLove collection: \r\n \r\nsnippet.host/qcqvxn \r\n \r\n \r\n \r\n \r\n \r\nCCCCCCCPPPPPPP', ''),
(16241, 1, 2327, '1', 'KevinHeeno', ''),
(16242, 1, 2327, '2', 'KevinHeeno', ''),
(16243, 1, 2327, '3', '2bljns@course-fitness.com', ''),
(16244, 1, 2327, '4', '(815) 218-1328', ''),
(16245, 1, 2327, '5', 'google', ''),
(16246, 1, 2327, '6', '2023 世界棒球經典賽!ENDVALUE!', ''),
(16247, 1, 2327, '7', '2023 世界棒球經典賽 \r\n \r\n \r\n \r\nhttps://tx9j.tw/', ''),
(16248, 1, 2328, '1', 'Yamanshkolatek', ''),
(16249, 1, 2328, '2', 'Yamanshkolatek', ''),
(16250, 1, 2328, '3', 'fdsfdsfsdfsdkeriou@gmail.com', ''),
(16251, 1, 2328, '4', '(326) 662-0238', ''),
(16252, 1, 2328, '5', 'google', ''),
(16253, 1, 2328, '6', 'МБОУ Яманская Школа https://yamanshkola.ru/index/polozhenie_o_lagere/0-129', ''),
(16254, 1, 2328, '7', 'МБОУ Яманская Школа https://yamanshkola.ru/news/2020-01-13', ''),
(16255, 1, 2329, '1', 'BaldeSkivy', ''),
(16256, 1, 2329, '2', 'BaldeSkivy', ''),
(16257, 1, 2329, '3', 'gesyobtbtsn@bobbor.store', ''),
(16258, 1, 2329, '4', '(077) 140-4064', ''),
(16259, 1, 2329, '5', 'google', ''),
(16260, 1, 2329, '6', 'Стоматологический магазин - каталог оборудования включает в себя стоматологические установки, рентгеновские аппараты, стерилизаторы, инструменты для хирургических и ортодонтических процедур, оборудование для гигиены полости рта, материалы для протезирования и многое другое.', ''),
(16261, 1, 2329, '7', 'Заказать стоматологические товары - только в нашем магазине вы найдете низкие цены. Приходите к нам - стоматологические товары качество гарантируем! \r\n<a href=https://stomatologicheskoe-oborudovanie-msk.com/>стоматологический магазин</a> \r\nстоматологический интернет магазин - <a href=https://www.stomatologicheskoe-oborudovanie-msk.com/>https://stomatologicheskoe-oborudovanie-msk.com/</a> \r\n<a href=https://google.cv/url?q=http://stomatologicheskoe-oborudovanie-msk.com>http://privatelink.de/?http://stomatologicheskoe-oborudovanie-msk.com</a> \r\n \r\n<a href=https://evolutionoflondon.com/the-evolution-experience/#comment-499>Стоматологическое оборудование - каталог оборудования включает в себя стоматологические установки, рентгеновские аппараты, стерилизаторы, инструменты для хирургических и ортодонтических процедур, оборудование для гигиены полости рта, материалы для протезирования и многое другое.</a> 2472f07', ''),
(16262, 1, 2330, '1', 'Latha', ''),
(16263, 1, 2330, '2', 'Ramesh', ''),
(16264, 1, 2330, '3', 'latharpal187@gmail.com', ''),
(16265, 1, 2330, '4', '(978) 607-9908', ''),
(16266, 1, 2330, '5', 'Biotechnology', ''),
(16267, 1, 2330, '6', 'Job vaccancy regs', ''),
(16268, 1, 2330, '7', 'As iam fresher completed my b. Tech biotechnology . I am looking the job', ''),
(16269, 1, 2331, '1', 'Sushma', ''),
(16270, 1, 2331, '2', 'Bharadwaj', ''),
(16271, 1, 2331, '3', 'sushma@crystalsystemsandsoftwares.com', ''),
(16272, 1, 2331, '4', '(720) 498-6707', ''),
(16273, 1, 2331, '5', 'Crystal Systems and Software', ''),
(16274, 1, 2331, '6', 'Requirements Of hardware and Software', ''),
(16275, 1, 2331, '7', 'Dear  Sir,\r\n \r\nGreetings from CSS …!!!!\r\n \r\nHave a good day,\r\n \r\nI would like to talk to you about our company Crystal Systems & Software - IT related solutions we provide in terms of various Hardware & Software products.\r\n \r\nWe are associated such as Microsoft, Adobe, Symantec, Corel Draw, Red Hat, IT Security tools, Database tools and Software development tools and various other companies.\r\n \r\nIf there is a requirement for any kind of IT products, kindly revert to us. We assure you of our best attention at all times.\r\nLooking forwards to your valuable enquires.\r\n \r\n Thank You!!!!!\r\n\r\nBest Regards,\r\nSushma Bharadwaj', ''),
(16276, 1, 2332, '1', 'RobertGot', ''),
(16277, 1, 2332, '2', 'RobertGot', ''),
(16278, 1, 2332, '3', 'zelatcol@gmail.com', ''),
(16279, 1, 2332, '4', '(081) 440-0880', ''),
(16280, 1, 2332, '5', 'google', ''),
(16281, 1, 2332, '6', 'Hallo  i wrote about     price', ''),
(16282, 1, 2332, '7', 'Sveiki, es gribēju zināt savu cenu.', ''),
(16283, 1, 2333, '1', 'DianeNOF', ''),
(16284, 1, 2333, '2', 'DianeNOF', ''),
(16285, 1, 2333, '3', 'bonusionline@gmail.com', ''),
(16286, 1, 2333, '4', '(461) 361-5522', ''),
(16287, 1, 2333, '5', 'google', ''),
(16288, 1, 2333, '6', 'бездепозитные бонусы casinoshe4ka', ''),
(16289, 1, 2333, '7', 'Как жизнь? -смотрите у меня.  \r\n  \r\n бездепозитные бонусы в игровые  \r\n  \r\n 10 шагов на любой случай жизни.  \r\n  \r\nЭто - приобретение сведений! Что-нибудь доставило сегодня радость? . Сделали ли вы недавно что-то, чем гордитесь?   \r\n  \r\nзахватывающе, если набрать 500$ + 225 FS в онлайн казино как, <a href=http://playfortuna-ru.tb.ru/>бонус за регистрацию игровые автоматы</a> на сайте: https://playfortuna-ru.tb.ru/, реально ли отыграть вейджер Х20 за сессию игры в игровые автоматы?  \r\n  \r\nЕсли, кто не в курсе, получил взятку здесь: <a href=http://socprofile.com/bonusi-kazino-2023>бонус онлайн казино</a>, а именно:   \r\n  \r\n<a href=http://socprofile.com/bonusicasinonew>БОНУСЫ НА ДЕПОЗИТ 200% + 200 FS >>></a>  \r\n  \r\nУвидел приз в телеграме - гиперпопулярный канал: @new_bonuses, смотрите - http://t.me/new_bonuses  \r\n  \r\nПубличнo о бонусах онлайн: <a href=http://socprofile.com/bonusy-casino/> плей фортуна</a>  \r\n \r\nПодпишись:http://vk.com/bonusycasino_online \r\n  \r\n завлекательно - первоэлемент: <a href=http://bonusi.tb.ru/zaim>можно займ</a> \r\nпрогавкавший: \r\nЧто выбрать? \r\n \r\nЖизненно важный займ: loan.tb.ru -  проверка займов - Займ без процентов - Ищите: кредит под залог - смотрите: Рейтинг МФО онлайн 2021 по отзывам и одобрению. Рейтинг МФО.Рейтинг микрофинансовых организаций. Список МФО. Проценты. Отзывы. Рейтинг МФО 2021 года. Предлагаем ознакомиться с независимым онлайн-рейтингом микрофинансовых организаций России, который сформирован на основе отзывов реальных заёмщиков. Для того, чтобы оценить МФО из списка и оставить отзыв, необходимо зайти на страницу конкретной организации: Лайм-Займ, Манимен, Займиго, Макс Кредит, Займер, Веббанкир. - zaim займ Белая Холуница \r\n \r\n приколись: <a href=http://creditonline.tb.ru/>кредиты физическим лицам в 2020 году</a> \r\n \r\nпервое: <a href=http://bonuses.turbo.site/>игровой автомат</a> \r\n \r\nгораздо важнее: <a href=http://bonusi.tb.ru/>займ онлайн с плохой историей</a> \r\n \r\n небезынтересно - центровой: <a href=http://bonusi.tb.ru/kredit>оформить займ</a> \r\n \r\n увлекательно:<a href=http://slotwins.mya5.ru/>promo code for no Deposit bonus</a> \r\n \r\n погоди же: <a href=http://credit-online.turbo.site/>кредит наличными без справок онлайн заявка</a> \r\n \r\nпервенствующий: <a href=http://credits.mya5.ru/>хоум кредит</a> \r\n \r\nферзь: <a href=http://credits-online.mya5.ru/>суть кредита</a> \r\n \r\nзанимательно:<a href=http://boosty.to/casino-online>супер бездепозитный бонус</a> \r\n \r\nзахватывающе:<a href=http://vk.com/casino_bez_depozita_2021>новые бонусы казино 2020</a> \r\n \r\nруководитель: <a href=http://bonus.ru.net/>джое казино</a> \r\n \r\nну, гляди: <a href=http://bonusi.tb.ru/>кредит онлайн калькулятор 2020</a> \r\n \r\n смотри у меня: <a href=http://kredity.tb.ru/>справка для кредита</a> \r\nканает:<a href=http://boosty.to/casinoonline>вулкан бонус</a> \r\n \r\nгляди: <a href=http://boosty.to/credits>отражается кредиту</a> \r\n \r\nпогодите: <a href=http://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-6022fdda9eeef76a6925c6fe>оплата кредита картой</a> \r\n \r\nнебезынтересно:<a href=http://boosty.to/casino-online>играющие казино онлайн контрольчестности рф</a> \r\n \r\nпостой: <a href=http://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit>мфц кредиты</a> \r\n \r\n гляди у меня: <a href=https://user373133.tourister.ru/blog/19226>как оплатить кредит в банке</a> \r\n \r\nподавляющий: <a href=http://sites.google.com/view/zaimy-tyt/>взять займ онлайн без карты</a> \r\n \r\nсамое главное: <a href=https://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b>займы отзывы</a> \r\n \r\n \r\nhttp://www.avito.ru/moskva/predlozheniya_uslug/avitolog_prodvizhenie_na_avito_posting_2731917893  \r\nhttp://vk.com/@avitolog_2023-posting-na-avito-razmeschenie-obyavlenii-na-avito  \r\nhttp://vk.com/avitolog_2023  \r\nhttp://vk.com/avito_2023  \r\nhttp://vk.com/burger_pushkin  \r\nhttp://tgstat.ru/en/chat/@new_bonuses  \r\nhttp://tgstat.ru/en/chat/@zaimonlinetyt  \r\nhttp://tgstat.ru/en/chat/@casinos_2021  \r\nhttp://tgstat.ru/en/chat/@zaimycredity  \r\nhttp://credit-online.turbo.site/  \r\nhttp://twitter.com/CasinoBonusi  \r\nhttp://vk.com/bonuses23  \r\nhttp://vk.com/@bonuses23-casino-registration  \r\nhttp://socprofile.com/bonusicasinonew  \r\nhttp://vk.com/@playfortunacomru-play-fortuna-registraciya  \r\nhttp://vk.com/playfortunacomru  \r\nhttp://twitter.com/bonusykazino  \r\nhttp://twitter.com/bonusykazino/status/1606330268985475075  \r\nhttp://twitter.com/bonusykazino/status/1606334813241085953  \r\nhttp://twitter.com/bonusykazino/status/1606326484758667264  \r\nhttp://twitter.com/CasinoBonusi/status/1602974856496271361  \r\nhttp://twitter.com/CasinoBonusi/status/1602981560525160448  \r\nhttp://twitter.com/CasinoBonusi/status/1602979584340889601  \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid02NYYTYVahaaixRzHZuXfni1ekC928TDMDdTcCUdmy52zJUt4MrTuPAhB58uDwpZYil&id=100017183618781  \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid0eimWgqQgdxZ1k9R1L9Fe5nopxZjKpthzU1MeYtdeEM8eF5YZKV9YxpYA5HJEgu9Fl&id=100017183618781  \r\nhttp://vk.com/bonusesnew  \r\nhttp://vk.com/@bonusesnew-bezdepozitnye-bonusy-kazino-2023-za-registraciu  \r\nhttp://vk.com/zajmy_onlajn_na_kartu_2023  \r\nhttp://vk.com/@zajmy_onlajn_na_kartu_2023-zaimy-na-kartu-vzyat-zaim-bez-otkaza  \r\nhttp://bit.ly/casinobonusy  \r\nhttp://yandex.ru/collections/user/949d3tg485gjcy4027bb8j1q48/bonusy-kazino-za-registratsiiu/?share=NWVhMjA0ZjAwMzNlZGExOTEwMTYzZDRlXzVkNDk5MWMxYTg5NWIyMDBhNWM5ZDE2Mg%3D%3D  \r\nhttp://vk.com/bonuses_new  \r\nhttp://vk.com/@bonuses_new-bonusy-za-registraciu  \r\nhttp://vk.com/bonusycasino_online  \r\nhttp://vk.com/@bonusycasino_online-bezdepozitnye-bonusy-onlain-kazino-2023  \r\nhttp://vk.com/dating_website + http://vk.link/dating_website  \r\nhttp://spark.ru/startup/credit-loan/blog/99728/krediti-i-zajmi-rossii  \r\nhttp://vk.link/credit_online_rf + http://vk.com/credit_online_rf  \r\nhttp://www.facebook.com/CreditOnlineNow + http://vk.com/strahovanieresospb http://strahovanie-reso.turbo.site/ http://vk.com/kredity_banki http://vk.com/creditsru http://vk.com/credit_online_rf http://vk.link/credit_online_rf http://vk.link/strahovanieresospb  \r\nhttp://bonusi.tb.ru/| http://bonusi.tb.ru/kredit| http://bonusi.tb.ru/zaim| http://bonusi.tb.ru/bank| http://bonusi.tb.ru/credit-cards|http://bonusi.tb.ru/avtokredit| http://bonusi.tb.ru/ipoteka  \r\nhttp://creditonline.tb.ru  \r\nhttp://creditonline.tb.ru/microloans  \r\nhttp://creditonline.tb.ru/avtokredity  \r\nhttp://creditonline.tb.ru/bez-spravok  \r\nhttp://creditonline.tb.ru/dengi  \r\nhttp://creditonline.tb.ru/banki  \r\nhttp://creditonline.tb.ru/kreditnye-karty  \r\nhttp://creditonline.tb.ru/potrebitelskie-kredity  \r\nhttp://creditonline.tb.ru/refinansirovanie  \r\nhttp://creditonline.tb.ru/zajmy-na-kartu  \r\nhttp://creditonline.tb.ru/kalkulyator  \r\nhttp://creditonline.tb.ru/kreditovanie  \r\nhttp://creditonline.tb.ru/debetovye-karty  \r\nhttp://creditonline.tb.ru/kredity-nalichnymi  \r\nhttp:/', ''),
(16290, 1, 2334, '1', 'Thomas', ''),
(16291, 1, 2334, '2', 'Murphy', ''),
(16292, 1, 2334, '3', 'thomas@cashboost.online', ''),
(16293, 1, 2334, '4', '(202) 991-6766', ''),
(16294, 1, 2334, '5', 'Express Capital', ''),
(16295, 1, 2334, '6', 'Is now a good time?', ''),
(16296, 1, 2334, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nJust wondering if you would consider a Working Capital Loan for your business\r\nif the price and terms were acceptable to you?\r\n\r\nExpress Capital is a Direct Lender specializing in working capital loans up to 500k. \r\n\r\nWe don’t require collateral and our approval process is fully automated. \r\n\r\nReceive your decision is less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nThomas Murphy\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(16297, 1, 2335, '1', 'DanielCaf', ''),
(16298, 1, 2335, '2', 'DanielCaf', ''),
(16299, 1, 2335, '3', 'kati.veasm@gmx.com', ''),
(16300, 1, 2335, '4', '(357) 650-5352', ''),
(16301, 1, 2335, '5', 'google', ''),
(16302, 1, 2335, '6', 'We offer comprehensive gas safety checks to identify any potential hazards and ensure the safety of your gas installations.', ''),
(16303, 1, 2335, '7', 'We specialize in the installation and maintenance of fall heating systems for residential and commercial properties.   http://www.divephotoguide.com/user/bennettbaker82 -  Burst pipes!..', ''),
(16304, 1, 2337, '1', 'RalphDoock', ''),
(16305, 1, 2337, '2', 'RalphDoock', ''),
(16306, 1, 2337, '3', '5dg4t@course-fitness.com', ''),
(16307, 1, 2337, '4', '(081) 778-7317', ''),
(16308, 1, 2337, '5', 'google', ''),
(16309, 1, 2337, '6', '天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃', ''),
(16310, 1, 2337, '7', '天下娛樂城，as8899.com，世界盃，世足盃，2022世界盃，2022世足盃 \r\n \r\nhttps://xn--ghq10gmvi961at1b479e.com/', ''),
(16311, 1, 2336, '1', 'Michaelemoda', ''),
(16312, 1, 2336, '2', 'Michaelemoda', ''),
(16313, 1, 2336, '3', 'bszll@course-fitness.com', ''),
(16314, 1, 2336, '4', '(331) 742-0630', ''),
(16315, 1, 2336, '5', 'google', ''),
(16316, 1, 2336, '6', '冠天下娛樂城', ''),
(16317, 1, 2336, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(16318, 1, 2338, '1', 'Alexislyday', ''),
(16319, 1, 2338, '2', 'Alexislyday', ''),
(16320, 1, 2338, '3', 'rqo7e@course-fitness.com', ''),
(16321, 1, 2338, '4', '(265) 163-8521', ''),
(16322, 1, 2338, '5', 'google', ''),
(16323, 1, 2338, '6', '94新聞雲 - 最速新聞雲', ''),
(16324, 1, 2338, '7', '94新聞雲 - 最速新聞雲 \r\n \r\n \r\nhttps://newscloud.tw', ''),
(16325, 1, 2339, '1', 'Tigran Ayrapetyan', ''),
(16326, 1, 2339, '2', 'Tigran Ayrapetyan', ''),
(16327, 1, 2339, '3', 'ujn2esbgakah@opayq.com', ''),
(16328, 1, 2339, '4', '(003) 536-7824', ''),
(16329, 1, 2339, '5', 'google', ''),
(16330, 1, 2339, '6', 'Capital Business Funding', ''),
(16331, 1, 2339, '7', 'Hello, \r\n \r\nWe provide funding through our venture capital company to both start-up and existing companies either looking for funding for expansion or to accelerate growth in their company. \r\nWe have a structured joint venture investment plan in which we are interested in an annual return on investment not more than 10% ROI. We are also currently structuring a convertible debt and loan financing of 3% interest repayable annually with no early repayment penalties. \r\n \r\nWe would like to review your business plan or executive summary to understand a much better idea of your business and what you are looking to do, this will assist in determining the best possible investment structure we can pursue and discuss more extensively. \r\n \r\n \r\nI hope to hear back from you soon. \r\n \r\nSincerely, \r\n \r\nTigran Ayrapetyan \r\nInvestment Director \r\nDevcorp International E.C. \r\nP.O Box 10236 Shop No. 305 \r\nFlr 3 Manama Centre, Bahrain \r\nEmail: tigran.a@devcorpinternationalec.com', ''),
(16332, 1, 2340, '1', 'Ervinpaisa', ''),
(16333, 1, 2340, '2', 'Ervinpaisa', ''),
(16334, 1, 2340, '3', 'renen5p@outlook.com', ''),
(16335, 1, 2340, '4', '(046) 527-2134', ''),
(16336, 1, 2340, '5', 'google', ''),
(16337, 1, 2340, '6', 'Здравствуйте, современный мир evolves быстро, и все day больше и больше люди want easy access к goods.', ''),
(16338, 1, 2340, '7', 'Вероятно, не all сайты способны дать maximum комфорт и несложность в этом процессе. Можете could you recommend надежный сервис, где сможете one can find необходимые возможности access к buying товаров <a href=https://bs2webb.top/>blacksprut com net</a>', ''),
(16339, 1, 2341, '1', 'Michaelvabek', ''),
(16340, 1, 2341, '2', 'Michaelvabek', ''),
(16341, 1, 2341, '3', '9cjmo@course-fitness.com', ''),
(16342, 1, 2341, '4', '(027) 832-5303', ''),
(16343, 1, 2341, '5', 'google', ''),
(16344, 1, 2341, '6', '2022世界盃', ''),
(16345, 1, 2341, '7', '2022世界盃 \r\n \r\nhttps://as-sports.net/', ''),
(16346, 1, 2342, '1', 'Mike Atcheson', ''),
(16347, 1, 2342, '2', 'Mike Atcheson', ''),
(16348, 1, 2342, '3', 'no-replyPovaTasy@gmail.com', ''),
(16349, 1, 2342, '4', '(612) 061-1722', ''),
(16350, 1, 2342, '5', 'google', ''),
(16351, 1, 2342, '6', 'Domain Authority of your gangagen.com', ''),
(16352, 1, 2342, '7', 'Hi there \r\n \r\nJust checked your gangagen.com in MOZ and saw that you could use an authority boost. \r\n \r\nWith our service you will get a guaranteed Domain Authority score within just 3 months time. This will increase the organic visibility and strengthen your website authority, thus getting it stronger against G updates as well. \r\n \r\nFor more information, please check our offers \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Semrush DA is now possible \r\nhttps://www.monkeydigital.co/semrush-da/ \r\n \r\nThanks and regards \r\nMike Atcheson', ''),
(16353, 1, 2343, '1', 'lynnhl2', ''),
(16354, 1, 2343, '2', 'lynnhl2', ''),
(16355, 1, 2343, '3', 'allie@norio7210.akihiro23.drkoop.site', ''),
(16356, 1, 2343, '4', '(000) 388-1720', ''),
(16357, 1, 2343, '5', 'google', ''),
(16358, 1, 2343, '6', 'Free Porn Pictures and Best HD Sex Photos', ''),
(16359, 1, 2343, '7', 'Hot photo galleries blogs and pictures\r\nhttp://old.young.porn.carrboro.adablog69.com/?kayleigh \r\n porn cowgirl youhng porn movies full lenght hardcore porn girl red face porn pic laure alexander porn', ''),
(16360, 1, 2344, '1', 'morganzo1', ''),
(16361, 1, 2344, '2', 'morganzo1', ''),
(16362, 1, 2344, '3', 'jimmienk6@yoshito78.mailscan.site', ''),
(16363, 1, 2344, '4', '(822) 684-2764', ''),
(16364, 1, 2344, '5', 'google', ''),
(16365, 1, 2344, '6', 'Hardcore Galleries with hot Hardcore photos', ''),
(16366, 1, 2344, '7', 'Hot galleries, thousands new daily.\r\nhttp://eskimopornlipps.tennagefreeporn.miyuhot.com/?post-alejandra \r\n\r\n teen soft core porn cartoon porn milf clips 70 s taboo porn tube true amatur porn jeerry reed gay porn star', ''),
(16367, 1, 2345, '1', 'Rene', ''),
(16368, 1, 2345, '2', 'Segura', ''),
(16369, 1, 2345, '3', 'bizwinteam@gmail.com', ''),
(16370, 1, 2345, '4', '(856) 339-1841', ''),
(16371, 1, 2345, '5', 'Zachary Manson', ''),
(16372, 1, 2345, '6', 'Get the Financial Relief Your Business Deserves with ERTC Rebates', ''),
(16373, 1, 2345, '7', 'If you\'re a business owner with at least two W2 employees... then THIS is exactly what you\'re looking for.\r\n\r\nI\'d like to introduce you to apply-for-ertc.com\r\n\r\nwhich helps you apply for the Financial Relief Cares Act Program in just a few minutes!\r\n\r\napply-for-ertc.com makes it simple for you to:\r\n\r\n> get free stimulus money you don\'t have to pay back...\r\n\r\n> get the last 3 years of stimulus payments all at once...\r\n\r\n> get quick approval...\r\n\r\n> get up to 26 thousand per employee...\r\n\r\nAnd what makes this even better?\r\n\r\nNow you never have to worry about doing any of the number crunching or figuring out how much money you qualify for!\r\n\r\nWhich also means you\'re not stuck feeling like this is too much paperwork to sort out.\r\n\r\nAnd best of all... you\'ll be done with apply-for-ertc.com in less than 2 minutes and it costs nothing to apply.\r\n\r\nSo again, if you\'re a business owner with at least two W2 employees, understand this:\r\n\r\nThis government stimulus program will end soon...\r\n\r\nGo to apply-for-ertc.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThank you for your interest in our communications. \r\nWe understand that everyone\'s preferences are different\r\nand we respect your decision to opt out of our messages.\r\nThis progam is through the United States for qualified business\r\nplease take advantage of this once in a life time opportunity.  \r\nI may receive a commission if you apply.\r\n836 Southampton Road Step B# 146 Benicia Ca 94510\r\n\r\nYou can unsubscribe from our promotional offers with the link below.\r\nhttps://www.rewardocity.com/?info=gangagen.com', ''),
(16374, 1, 2346, '1', 'hMYrdkUPGs', ''),
(16375, 1, 2346, '2', 'hMYrdkUPGs', ''),
(16376, 1, 2346, '3', 'callvisvetlana@list.ru', ''),
(16377, 1, 2346, '4', '(184) 660-3785', ''),
(16378, 1, 2346, '5', 'google', ''),
(16379, 1, 2346, '6', 'Этот год запомнится на долгие времена', ''),
(16380, 1, 2346, '7', 'Этот год запомнится на долгие времена https://senler.ru/a/2d0za/5job/534556554-88fo26wPBjJ https://mail.ru gangagen.com', ''),
(16381, 1, 2347, '1', 'cnwySLmkOH', ''),
(16382, 1, 2347, '2', 'cnwySLmkOH', ''),
(16383, 1, 2347, '3', 'callvisvetlana@list.ru', ''),
(16384, 1, 2347, '4', '(553) 833-7450', ''),
(16385, 1, 2347, '5', 'google', ''),
(16386, 1, 2347, '6', 'Этот год запомнится на долгие времена', ''),
(16387, 1, 2347, '7', 'Этот год запомнится на долгие времена https://senler.ru/a/2d0za/5job/534556554-nkMm0XZGUPc https://mail.ru gangagen.com', ''),
(16388, 1, 2348, '1', 'DuaneBruse', ''),
(16389, 1, 2348, '2', 'DuaneBruse', ''),
(16390, 1, 2348, '3', 'nsp1psn@gmail.com', ''),
(16391, 1, 2348, '4', '(661) 471-8121', ''),
(16392, 1, 2348, '5', 'google', ''),
(16393, 1, 2348, '6', 'Hello', ''),
(16394, 1, 2348, '7', 'Hello \r\nI need to', ''),
(16395, 1, 2349, '1', 'Kennethtab', ''),
(16396, 1, 2349, '2', 'Kennethtab', ''),
(16397, 1, 2349, '3', 'sadtygdsdgf@outlook.com', ''),
(16398, 1, 2349, '4', '(176) 701-2152', ''),
(16399, 1, 2349, '5', 'google', ''),
(16400, 1, 2349, '6', 'excellent dating site', ''),
(16401, 1, 2349, '7', '<a href=https://usa.alt.com>alt.com</a>', ''),
(16402, 1, 2350, '1', 'DavidMet', ''),
(16403, 1, 2350, '2', 'DavidMet', ''),
(16404, 1, 2350, '3', 'yos1v@course-fitness.com', ''),
(16405, 1, 2350, '4', '(334) 720-0246', ''),
(16406, 1, 2350, '5', 'google', ''),
(16407, 1, 2350, '6', '第一借錢網擁有全台最多的借錢資訊', ''),
(16408, 1, 2350, '7', '第一借錢網擁有全台最多的借錢資訊 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(16409, 1, 2351, '1', 'Anonymous', ''),
(16410, 1, 2351, '2', 'Hacker', ''),
(16411, 1, 2351, '3', 'hacker@anonymous.com', ''),
(16412, 1, 2351, '4', '(972) 387-4251', ''),
(16413, 1, 2351, '5', 'Anonymous/Hacker', ''),
(16414, 1, 2351, '6', 'Your account is hacked. Your data is stolen. Learn how to regain access.', ''),
(16415, 1, 2351, '7', 'Hi,\r\n\r\n\r\nI am a hacker, and I have successfully gained access to your operating system.\r\n\r\nI also have full access to your account.\r\n\r\n\r\nI\'ve been watching you for a few months now.\r\n\r\n\r\nThe fact is that your computer has been infected with malware through an adult site that you visited.\r\n\r\nIf you are not familiar with this, I will explain.\r\n\r\nTrojan Virus gives me full access and control over a computer or other device.\r\n\r\nThis means that I can see everything on your screen, turn on the camera and microphone, but you do not know about it.\r\n\r\nI also have access to all your contacts and all your correspondence.\r\n\r\n\r\nWhy did your antivirus not detect malware?\r\n\r\nAnswer: The malware I used is driver-based, I update its signatures every 4 hours. Hence your antivirus is unable to detect its presence.\r\n\r\nI made a video showing how you satisfy yourself in the left half of the screen, and the right half shows the video you were watching at the time.\r\n\r\n\r\nWith one mouse click, I can send this video to all your emails and contacts on your social networks.\r\n\r\nI can also make public all your e-mail correspondence and chat history on the messengers that you use.\r\n\r\n\r\nIf you don\'t want this to happen, transfer $1000 dollars in Bitcoin equivalent to my Bitcoin address (if you do not know how to do this, just search \"buy bitcoin\" on Google).\r\n\r\n\r\nMy Bitcoin address (BTC Wallet) is: bc1q53vq46fwmdm8l9kl4q2d4vy2mdeu476jvm8f5q\r\n\r\n\r\nAfter confirming your payment, I will delete the video immediately, and that\'s it. You will never hear from me again.\r\n\r\nI will give you 50 hours (more than 2 days) to pay. I will get a notice, when you open this email, and the timer will start.\r\n\r\nFiling a complaint somewhere does not make sense because this email cannot be tracked like my Bitcoin address.\r\n\r\n\r\nI never make any mistakes.\r\n\r\nIf I find that you have shared this message with someone else, the video will be immediately distributed.\r\n\r\n\r\nBest regards!', ''),
(16416, 1, 2352, '1', 'Robertabrar', ''),
(16417, 1, 2352, '2', 'Robertabrar', ''),
(16418, 1, 2352, '3', 'qgzpkq@course-fitness.com', ''),
(16419, 1, 2352, '4', '(638) 766-1636', ''),
(16420, 1, 2352, '5', 'google', ''),
(16421, 1, 2352, '6', '小琪兒娛樂', ''),
(16422, 1, 2352, '7', '小琪兒娛樂 \r\n \r\n \r\nhttps://taipei9527.com/', ''),
(16423, 1, 2353, '1', 'EMI', ''),
(16424, 1, 2353, '2', 'Burdette', ''),
(16425, 1, 2353, '3', 'burdette.dallas@gmail.com', ''),
(16426, 1, 2353, '4', '(217) 238-9516', ''),
(16427, 1, 2353, '5', 'Dallas Burdette', ''),
(16428, 1, 2353, '6', 'Do you Have Customers ?', ''),
(16429, 1, 2353, '7', 'Do you need targeted Customers emails and phone numbers , so I am here to help you check out  my Fiverr 5 stares profile serving over 880 happy customers \r\n contact me here and tell me what you need  ===== >  https://bit.ly/42sRQnJ\r\n\r\nSo you there \r\n\r\nRegards \r\nAwals', ''),
(16430, 1, 2354, '1', 'Karolin', ''),
(16431, 1, 2354, '2', 'Beeler', ''),
(16432, 1, 2354, '3', 'seosubmitter@mail.com', ''),
(16433, 1, 2354, '4', '(435) 630-3016', ''),
(16434, 1, 2354, '5', 'Karolin Beeler', ''),
(16435, 1, 2354, '6', 'Boost Your Website\'s Success with High-Quality Organic Traffic! Try it for Free!', ''),
(16436, 1, 2354, '7', 'Hello gangagen.com admin,\r\n\r\nAre you looking to attract more visitors, improve your website\'s ranking, and increase your profits? Look no further!\r\n\r\nIntroducing our exclusive Website Traffic service, designed to propel your website to success with high-quality organic traffic. Here\'s why you should take advantage of this opportunity:\r\n\r\n1. 100% Safe Traffic: Real visitors, no bots or proxies involved.\r\n2. Targeted Traffic from Search Engines: Reach potential customers actively searching for products or services like yours.\r\n3. Referral Traffic from Social Media: Expand your online presence with traffic from popular social media platforms.\r\n4. Geo-Targeting: Focus on specific regions such as the USA, UK, CA, or AU.\r\n5. Excellent Metrics: Experience a low bounce rate, longer visit duration, and increased page views.\r\n\r\nIf you haven\'t tried our Website Traffic service yet, we\'re thrilled to offer you a Free Trial! Experience the benefits with no financial obligation.\r\n\r\nMaximize the impact of your online business and achieve your desired results with our Website Traffic service. Click the link below to learn more and start your Free Trial!\r\n\r\n>> https://bit.ly/43GjFtB\r\n\r\nOur team is dedicated to helping you reach your goals and providing the support you need. Don\'t miss this opportunity to stand out from the competition and build your online success!\r\n\r\nBest regards,\r\nBeeler\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n   \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnited States, UT, Price, 84501, 157 Burnside Avenue\r\n \r\nTo stop any further communication through your website form, Please reply with subject:  Unsubscribe gangagen.com', ''),
(16437, 1, 2355, '1', 'sRbrEYoBOM', ''),
(16438, 1, 2355, '2', 'sRbrEYoBOM', ''),
(16439, 1, 2355, '3', 'callvisvetlana@list.ru', ''),
(16440, 1, 2355, '4', '(657) 127-0301', ''),
(16441, 1, 2355, '5', 'google', ''),
(16442, 1, 2355, '6', 'Сделай то что нужно и все ок', ''),
(16443, 1, 2355, '7', 'Сделай то что нужно и все ок https://senler.ru/a/2d0za/5job/534556554-Q7NI1wo81aW https://mail.ru gangagen.com', ''),
(16444, 1, 2356, '1', 'Eric', ''),
(16445, 1, 2356, '2', 'Jones', ''),
(16446, 1, 2356, '3', 'ericjonesmyemail@gmail.com', ''),
(16447, 1, 2356, '4', '(555) 555-1212', ''),
(16448, 1, 2356, '5', 'UT', ''),
(16449, 1, 2356, '6', 'Cool website!', ''),
(16450, 1, 2356, '7', 'Dear gangagen.com Admin.\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(16451, 1, 2357, '1', 'Jeromecrawl', ''),
(16452, 1, 2357, '2', 'Jeromecrawl', ''),
(16453, 1, 2357, '3', 'info@yoporno.ru', ''),
(16454, 1, 2357, '4', '(554) 043-1827', ''),
(16455, 1, 2357, '5', 'google', ''),
(16456, 1, 2357, '6', 'Kind', ''),
(16457, 1, 2357, '7', '<a href=yoporno.ru>No divorce, just fill out the form and take $100 into your account.</a> \r\n<a href=http://www.yoporno.ru/>https://yoporno.ru/</a> \r\n<a href=http://google.com.sl/url?q=http://yoporno.ru/>https://www.google.fr/url?q=https://yoporno.ru/</a>', ''),
(16458, 1, 2358, '1', 'Dave', ''),
(16459, 1, 2358, '2', 'G', ''),
(16460, 1, 2358, '3', 'gbplevelup@gmail.com', ''),
(16461, 1, 2358, '4', '(424) 387-4414', ''),
(16462, 1, 2358, '5', 'S okgqu', ''),
(16463, 1, 2358, '6', 'Sending out an SOS!', ''),
(16464, 1, 2358, '7', 'Hello There Business Owner,\r\n        Google Business Profile (GMB) is the most overlooked source of customers in 2023.  Even though 90% of Searches happen on Google, many business owners haven\'t secured/claimed their Google Listing! Many customers are looking for over 114  positive Reveiws when doing a search for a local business - \r\n\r\nHow many Great Google Reviews do you have currently?  Want to build your Reviews by 50 over the next 30 days and help your ranking with Google!!!\r\n\r\n\r\nOFFER:\r\n       1) We can get you 50 five-star Reviews for $247 this week - Normally $297 over the next 30 days (new or existing customers)!\r\nhttps://bit.ly/50GreatReviews\r\n\r\n       2) or we have an 8 Video Course on \"How to Claim/Optimize/Boost your Google Business Profile\" for $47 one-time (normally $297).\r\nhttps://bit.ly/GBPLEVELUP-DIY\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nGrab them today or Respond \"INTERESTED\" to this message now for more information, before your competition does!\r\ngbplevelup@gmail.com\r\n\r\n\r\n\r\n\r\nThanks for your Time!\r\n\r\n\r\n\r\nDave G\r\nGBP Level UP\r\ngbplevelup@gmail.com\r\nBusiness Acceleration Specialist\r\n4243874414\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nPlease Respond QUIT, if this message doesn\'t interest you so we can take you off our list!', ''),
(16465, 1, 2359, '1', 'Jeromelergo', ''),
(16466, 1, 2359, '2', 'Jeromelergo', ''),
(16467, 1, 2359, '3', 'udaeer@course-fitness.com', ''),
(16468, 1, 2359, '4', '(862) 266-0870', ''),
(16469, 1, 2359, '5', 'google', ''),
(16470, 1, 2359, '6', '漫遊者體壇!ENDVALUE!', ''),
(16471, 1, 2359, '7', '漫遊者體壇 \r\n \r\n \r\nhttps://sports99.tw', ''),
(16472, 1, 2360, '1', 'Marian', ''),
(16473, 1, 2360, '2', 'Weigel', ''),
(16474, 1, 2360, '3', 'contact@webscraft.live', ''),
(16475, 1, 2360, '4', '(000) 000-0000', ''),
(16476, 1, 2360, '5', 'Marian Weigel', ''),
(16477, 1, 2360, '6', 'Get Responssive Website Design', ''),
(16478, 1, 2360, '7', 'We will create a custom website design tailored to your specific business needs,\r\nwhich are of the highest quality at affordable prices.\r\n\r\nFREE BASIC MOCK-UP DESIGN BEFORE WORK JUST MESSAGE ME\r\n\r\nServices Offered by us :-\r\n\r\n1. Website Design\r\n2. Graphics Design\r\n3. Seo Services\r\n4. eCommerce Development\r\n5. Mobile App development\r\n6. Explainer Video\r\n7. Article Writing\r\n8. Website Fixing\r\n9. Website Traffic\r\n\r\nAre you looking for a new website, or you want to revamp your old one to a modern,\r\nfresh look with a responsive mobile layout? We are here to help you out.\r\n\r\nJust Reply to this message\r\n\r\nOr open Live chat https://tawk.to/chat/646e623aad80445890eeea92/1h17ive8p\r\n\r\nOr Just Message Me in Whatsapp https://wa.me/qr/S5JFE6ID6XAWA1\r\n\r\nThanks', ''),
(16479, 1, 2361, '1', 'AndrewThofe', ''),
(16480, 1, 2361, '2', 'AndrewThofe', ''),
(16481, 1, 2361, '3', 'xopo7b@course-fitness.com', ''),
(16482, 1, 2361, '4', '(305) 074-7163', ''),
(16483, 1, 2361, '5', 'google', ''),
(16484, 1, 2361, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(16485, 1, 2361, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(16486, 1, 2362, '1', 'Eric', ''),
(16487, 1, 2362, '2', 'Jones', ''),
(16488, 1, 2362, '3', 'ericjonesmyemail@gmail.com', ''),
(16489, 1, 2362, '4', '(555) 555-1212', ''),
(16490, 1, 2362, '5', 'QLD', ''),
(16491, 1, 2362, '6', 'Your site – more leads?', ''),
(16492, 1, 2362, '7', 'Hello gangagen.com Admin! this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(16493, 1, 2363, '1', 'Eric', ''),
(16494, 1, 2363, '2', 'Jones', ''),
(16495, 1, 2363, '3', 'ericjonesmyemail@gmail.com', ''),
(16496, 1, 2363, '4', '(555) 555-1212', ''),
(16497, 1, 2363, '5', 'NA', ''),
(16498, 1, 2363, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(16499, 1, 2363, '7', 'Dear gangagen.com Owner. my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(16500, 1, 2364, '1', 'kalimuthu', ''),
(16501, 1, 2364, '2', 'subban', ''),
(16502, 1, 2364, '3', 'kalimuthudr@gmail.com', ''),
(16503, 1, 2364, '4', '(809) 607-5075', ''),
(16504, 1, 2364, '5', 'Kalimuthu Poultry Consultation', ''),
(16505, 1, 2364, '6', 'Value Innovation Products for Poultry', ''),
(16506, 1, 2364, '7', 'Hi,\r\n Could you please brief me about your product for Animal health and nutrition, poultry sector in special with concept of Blue Ocean/Value innovation programs.\r\n\r\ni am Veterinarian, 3 decades years expertise. for Poultry health, nutrition and input material sales.\r\nRight now, located at Namakkal.\r\n\r\nThank you and regards,\r\nDr Kalimuthu', ''),
(16507, 1, 2365, '1', 'Mike Gilmore', ''),
(16508, 1, 2365, '2', 'Mike Gilmore', ''),
(16509, 1, 2365, '3', 'no-replyPovaTasy@gmail.com', ''),
(16510, 1, 2365, '4', '(135) 163-7112', ''),
(16511, 1, 2365, '5', 'google', ''),
(16512, 1, 2365, '6', 'Semrush Audit and fixes for gangagen.com', ''),
(16513, 1, 2365, '7', 'Hi there \r\n \r\nI have just took a look on your  gangagen.com for onsite errors and saw that your website has a handful of issues which should be addressed. \r\n \r\nNo matter what you are offering or selling, having a poor optimized site, full of bugs and errors, will never help your ranks. \r\n \r\nLet us fix your wordpress site errors today and get your ranks reach their full potential \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/product/wordpress-seo-audit-and-fix-service/ \r\n \r\n \r\nRegards \r\nMike Gilmore', ''),
(16514, 1, 2366, '1', 'trfushher', ''),
(16515, 1, 2366, '2', 'trfushher', ''),
(16516, 1, 2366, '3', 'trfushher@rambler.ru', ''),
(16517, 1, 2366, '4', '(052) 476-6356', ''),
(16518, 1, 2366, '5', 'google', ''),
(16519, 1, 2366, '6', 'Для яхтменов', ''),
(16520, 1, 2366, '7', '<a href=http://wb.matrixplus.ru>дельные вещи для яхсменов</a> Как отмыть чисто днище катера и лодки от тины \r\n \r\n<a href=http://prog.regionsv.ru/>Прошивка микросхем серии кр556рт</a>,однократно прошиваемых ППЗУ. \r\nкуплю ППЗУ серии м556рт2, м556рт5, м556рт7 в керамике в дип корпусах в розовой керамике , куплю ПЗУ к573рф8а, к573рф6а \r\n \r\nСборка компьютера Орион-128 и настройка, эпюры сигналов и напряжений <a href=http://rdk.regionsv.ru/index.htm> и сборка и подключение периферии</a> \r\n \r\nКупить эффективную химию для мойки лодки и катера, яхты <a href=http://www.matrixplus.ru/>Чем отмыть борта лодки, катера, гидроцикла</a> \r\n \r\n \r\n<a href=http://wc.matrixplus.ru>Все о парусниках и яхтах, ходим под парусом</a> \r\n \r\n<a href=http://tantra.ru>tantra.ru</a> \r\n \r\n<a href=http://wt.matrixplus.ru>Истории мировых катастроф на море</a> \r\n \r\n<a href=http://kinologiyasaratov.ru>Дрессировка собак, кинологические услуги, Купить щенка</a> \r\n \r\n<a href=http://matrixplus.ru>химия для мойки пассажирских жд вагонов</a> \r\n \r\n<a href=http://www.matrixboard.ru/>разнообразная химия для клининга и детергенты для мойки</a>', ''),
(16521, 1, 2367, '1', 'RobertGot', ''),
(16522, 1, 2367, '2', 'RobertGot', ''),
(16523, 1, 2367, '3', 'zelatcol@gmail.com', ''),
(16524, 1, 2367, '4', '(821) 804-5750', ''),
(16525, 1, 2367, '5', 'google', ''),
(16526, 1, 2367, '6', 'Hello,   write about     prices', ''),
(16527, 1, 2367, '7', 'Hi, მინდოდა ვიცოდე თქვენი ფასი.', ''),
(16528, 1, 2368, '1', 'Eric', ''),
(16529, 1, 2368, '2', 'Jones', ''),
(16530, 1, 2368, '3', 'ericjonesmyemail@gmail.com', ''),
(16531, 1, 2368, '4', '(555) 555-1212', ''),
(16532, 1, 2368, '5', 'NA', ''),
(16533, 1, 2368, '6', 'Try this, get more leads', ''),
(16534, 1, 2368, '7', 'To the gangagen.com Webmaster! my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(16535, 1, 2369, '1', 'David', ''),
(16536, 1, 2369, '2', 'Early', ''),
(16537, 1, 2369, '3', 'jmk84463@gmail.com', ''),
(16538, 1, 2369, '4', '(402) 755-9474', ''),
(16539, 1, 2369, '5', 'Carmella Early', ''),
(16540, 1, 2369, '6', 'Say Goodbye to Writer\'s Block with WordAi', ''),
(16541, 1, 2369, '7', 'Are you struggling to come up with new and engaging content for your website or social media channels? Writer\'s block can be a real problem for busy business owners. \r\n\r\nFortunately, there is a solution. With WordAi, you can create high-quality, unique content in minutes using the power of AI. \r\n\r\nSay goodbye to writer\'s block and hello to fresh, engaging content that your audience will love. \r\n\r\nClick the link to check out WordAi and start creating amazing content today!\r\n\r\nhttps://jmk84463.systeme.io/98399461-6878f83b\r\n\r\nThanks,\r\n\r\nDavid \r\n\r\n335 South 600 East Smithfield, UT 84335\r\n\r\nOpt-Out Statement: To unsubscribe, click the \"Unsubscribe\" link in any of our emails. We respect your privacy and will honor all opt-out requests.\r\nhttps://voicesearch2.skin/?info=gangagen.com', ''),
(16542, 1, 2370, '1', 'RatingsKing', ''),
(16543, 1, 2370, '2', 'RatingsKing', ''),
(16544, 1, 2370, '3', 'jasonward9681@gmail.com', ''),
(16545, 1, 2370, '4', '(623) 551-6170', ''),
(16546, 1, 2370, '5', 'google', ''),
(16547, 1, 2370, '6', 'We are Posting positive reviews', ''),
(16548, 1, 2370, '7', 'Hello, \r\n \r\nOur company, RatingsKing, specializes in posting 5-star testimonials on all major review sites. \r\nPositive reviews are vital for your success. They build trust, boost sales, and differentiate you from competitors. Positive reviews validate your products/services, earning the trust of potential customers. \r\n \r\nJust go on our website and choose the package that best fits your needs at https://ratingsking.com/packages.php \r\n \r\nOur packages start from $49/month. \r\nDepending on your package you will have a number of positive reviews that we will do for you. You will have reports monthly with the work that has been done in your account.', ''),
(16549, 1, 2371, '1', 'FrankTrorD', ''),
(16550, 1, 2371, '2', 'FrankTrorD', ''),
(16551, 1, 2371, '3', 'dfgdfgg@gmail.com', ''),
(16552, 1, 2371, '4', '(022) 416-3214', ''),
(16553, 1, 2371, '5', 'google', ''),
(16554, 1, 2371, '6', 'xxxxxxx', ''),
(16555, 1, 2371, '7', 'Child Porno Collection \r\n \r\nsnippet.host/xiymiw \r\n \r\n \r\n \r\nChild Porno Collection \r\n \r\nsnippet.host/xiymiw \r\n \r\n \r\n \r\nChild Porno Collection \r\n \r\nsnippet.host/xiymiw', ''),
(16556, 1, 2372, '1', 'Ben', ''),
(16557, 1, 2372, '2', 'Jones', ''),
(16558, 1, 2372, '3', 'automate2thrive@gmail.com', ''),
(16559, 1, 2372, '4', '(508) 812-0437', ''),
(16560, 1, 2372, '5', 'Mora Jones', ''),
(16561, 1, 2372, '6', 'Errors on gangagen.com ):', ''),
(16562, 1, 2372, '7', 'Hello\r\n\r\nI found some errors on gangagen.com related to site speed and SEO.\r\nWould you like me to audit your website to find all the major errors?\r\n\r\nI usually charge $250 worth for this service but I\'m willing to do it for FREE, for the chance of us working together in the future (:\r\n\r\nI will list all the errors and how to fix them, there\'s no obligation on your side. 100% free.\r\n\r\nSimply reply yes and I\'ll send it to you (:', ''),
(16563, 1, 2373, '1', 'Nohea', ''),
(16564, 1, 2373, '2', 'Kalima', ''),
(16565, 1, 2373, '3', 'business@activehow.com', ''),
(16566, 1, 2373, '4', '(060) 702-8232', ''),
(16567, 1, 2373, '5', 'Patrice Bordelon', ''),
(16568, 1, 2373, '6', 'Fire Your Designer, Writer, Coder And Even Your Translator', ''),
(16569, 1, 2373, '7', 'AI is here to change the world, and people are going crazy over it\r\n\r\nSo the question is, would you like a piece of that pie?\r\n\r\nBrainBox - The World’s First AI App Let You Launch Your Own “ChatGPT-like” AI Chatbot with 50 stunning AI features\r\n\r\nYou can even customize this AI Chatbot with your own domain, branding and style and charge people for using it.\r\n\r\nForget paying huge fees for Content Writers, SEO Experts, Customer Support, Programmers, Designers, Translators, Video Editors, etc\r\n\r\nBrainBox handles all of that for you 100% \r\n\r\n>> Click Here To See The Live Demo & Get Full Access Before Price Increases: https://www.activehow.com/brain\r\n\r\nTo get access to BrainBox you need just 4 easy steps away \r\n\r\n	Step1: Login to BrainBox Cloud-Based App ( super-easy to navigate dashboard)\r\n\r\n	Step 2: Create- With Just One Click, Create Your Very Own ChatGPT-Like AI Chatbot( this takes just few minutes)\r\n\r\n	Step 3: Now Launch- You’re Ready To Charge Millions Of Hungry Customers For Using Your Very Own AI Chatbot.\r\n\r\n	Step 4: Start Getting Paid by your Customers and Clients \r\n\r\nBrainBox comes with over 50 AI features that which includes ;\r\n\r\nWrite engaging, high quality content for videos, blogs, scripts, emails, newsletters, ebooks literally anything\r\n\r\nTurn plain text into engaging, professional videos that attract thousands of free hits of traffic\r\n\r\nGenerate the best AI designs that put 99% of graphic designers to shame, in just seconds\r\n\r\nDesign salespages, sales funnels, fully functional blogs\r\n\r\nProofread your writing without paying anything\r\n\r\nTranslate your writing to over 50 different languages and profit\r\n\r\nThat’s just a tiny fraction of all the features that BrainBox has to offer…\r\n\r\nUsing BrainBox will give you full control and cut down your expenses on hiring freelancers that give you low service .\r\n\r\n>> Get Unlimited Access to BrainBox AI Technology: https://www.activehow.com/brain\r\n\r\nAnd to make this a no-brainer, the first 25 people will get full access to my 100 bonuses.\r\n\r\n	Bonus - BrainBox Newbie Traffic System\r\n	Newbie Traffic System is a Brand *NEW* Video Training Reveals Highly Profitable Strategies To Get Traffic & Make Money Using Free Methods and BrainBox Chatbot Technology.\r\n	\r\n	Bonus - BrainBox Facebook AI Chatbot\r\n	Discover how to build a Facebook Messenger Chatbot to generate leads and automate your business without learning how to code\r\n	Facebook messenger is growing bigger than Snapchat, Instagram, and Twitter combined, every day, so there’s a lot of opportunity for your business.\r\n	Combine this with BrainBox and increase conversion\r\n\r\nHurry! Price is increasing every hour and my bonuses is time sensitive\r\n\r\n>> Click Here To Get Access: https://www.activehow.com/brain\r\n\r\n\r\n\r\nCheers\r\nNohea Kalima\r\n\r\n(The relationship between Activehow and BrainBox is a partnership, we are two separate companies)\r\n\r\nUNSUBSCRIBE: https://www.activehow.com/unsubscribe\r\n\r\nAddress: 637 E Main St, Hermiston, OR 97838', ''),
(16570, 1, 2374, '1', 'Jayantkumar', ''),
(16571, 1, 2374, '2', 'Shanghavi', ''),
(16572, 1, 2374, '3', 'shanghavi_j@yahoo.com', ''),
(16573, 1, 2374, '4', '(982) 057-8700', ''),
(16574, 1, 2374, '5', 'Shree Agency', ''),
(16575, 1, 2374, '6', 'Supply of books for alll sections of your organization', ''),
(16576, 1, 2374, '7', '1)      R.K. Jain’s Foreign Trade Policy 2023   ₹2495\r\nThe 27th Edition offers comprehensive materials on the Foreign Trade Policy 2023, including all related Notifications, Public Notices and Forms. It features the latest updates as of 26th April 2023, including the new Aayat-Niryat Forms and Appendices to the Handbook of Procedures\r\n) BDP, Foreign Trade Policy 2023 \r\nGet ready for the updated edition of BDP’s Foreign Trade Policy 2023 with Handbook of Procedures, just released! This comprehensive guide covers everything you need to know, including:\r\nComprehensive analysis of FTP-2023 including comparisons, commentary, and relevant documents\r\nFTP-2023 Highlights\r\nThe Text of Foreign Trade Policy\r\nThe Text of Handbook of Procedures\r\nAppendices and Aayat Niryat Forms\r\nThe Foreign Trade (Development and Regulation) Act, 1992\r\nDuty Drawback Schedule and rates\r\nRoDTEP and RoSCTL rates\r\nBook now at a price of Rs 2,095\r\nShree Agency,402 Jaisingh  Landmarque CHS LTD. 472 CVM  Ghanekar  Marg, Near Fire Brigade , Vile Parle  (E) Mumbai 400057.022-26148531/9820578700.EM ID shanghavi_j@yahoo.com\r\n\r\nYours faithfully \r\n\r\nJ .H.Shanghavi\r\n\r\nShree Agency', ''),
(16577, 1, 2375, '1', 'Claytonatort', ''),
(16578, 1, 2375, '2', 'Claytonatort', ''),
(16579, 1, 2375, '3', 'ywijyz@course-fitness.com', ''),
(16580, 1, 2375, '4', '(155) 825-2241', ''),
(16581, 1, 2375, '5', 'google', ''),
(16582, 1, 2375, '6', '2022卡達世界盃', ''),
(16583, 1, 2375, '7', '2022卡達世界盃 \r\n \r\nhttps://as-sports.net/', ''),
(16584, 1, 2376, '1', 'Drew', ''),
(16585, 1, 2376, '2', 'Bond', ''),
(16586, 1, 2376, '3', 'drew.bond@gmail.com', ''),
(16587, 1, 2376, '4', '(817) 241-4472', ''),
(16588, 1, 2376, '5', 'Jocelyn Whiddon', ''),
(16589, 1, 2376, '6', 'A.I Create & Sell Unlimited Audiobooks to 2.3 Million Users', ''),
(16590, 1, 2376, '7', 'Audiobook is now the BIG goldmine, and people are making huge profits with it on a daily basis…\r\n\r\nSadly, creating and selling them can be tough and super-expensive. \r\n\r\nBut I have got good news for you…\r\n\r\nMeet Vox AI\r\n\r\n\r\nThe World’s First ChatGPT4-Powered AI App That Turns Any \"Text, URL, Website, Article, Keyword, Blog, Document or PDF\" into High-Quality Audiobooks or Podcast In 660 Different Voices & 80 Languages…\r\n\r\n>> Click Here To See The Live Demo: https://shorturl.at/gnxR1 \r\n\r\nWith Vox AI, you can generate content on any topic using “Siri-Like” voice command & turn it to Audiobooks, Podcasts, or Voiceovers for VSL, TV Commercial, Webinars, Sales Videos, etc\r\n\r\n...Publish To The Built-In Marketplace with 2.3M active users, Sell & Receive Instant Payments Via Multiple Methods, including Paypal, Stripe, Cards, and Bank Accounts…\r\n\r\n\r\n\r\n>> Click Here to Get Instant Access to Vox AI and Sell On Automation: https://shorturl.at/gnxR1 \r\n\r\nCoupon Code - VOX5OFF (strictly for the first 12 people)\r\n\r\nEven if you are a newbie with zero knowledge… VoxAI is your best shot.\r\n\r\nYou can easily Activate VoxAI in 3 simple steps & start your audiobook empire:\r\n\r\nStep 1: Login - Login to VoxAI Cloud-Bases App\r\n\r\nStep 2: Generate- Enter a Keyword, article, PDF, or even a URL… and VoxAI will turn them into a Full Audiobook or Podcast\r\n\r\nStep 3: Publish- publish your audiobooks on our built-in marketplace with 2.3 million active users.\r\n\r\nStep 4: Start Profiting as soon as you are done\r\n\r\nIt is as simple as that.\r\n\r\n>> Get Lifetime Access Here: https://shorturl.at/gnxR1 \r\n\r\n\r\nWith Vox AI, you can…\r\n\r\n\r\nCreate Your First Audiobook Within 2 Minutes\r\nTurn Any Article, Website, Url, PDF or Blog Into Audiobook, Podcast, VSL, Audio/Music Track…\r\nCreate A Podcast With Human Voice Without Recording\r\nChoose From 660 Real Human Voices \r\nCreate Voices In 80+ Different Languages\r\nComes With 50+ Built-In AI Features That Will Make Your Life 100x Easier \r\nWe Don’t Even Write Scripts, We Let AI Do It For Us.\r\nPublish Your AudioBook To Our Marketplace With 2.3 Million Active User\r\nPublish your AudioBook Or Podcast To (Spotify, Audible, Scribe)\r\nNo Complicated Setup - Get Up And Running In 2 Minutes\r\n\r\n…All these, and many more without Paying Any Monthly Fee\r\n\r\n>> Click Here To Get Earlybird Access (Ends In 2 Hours From Now): https://shorturl.at/gnxR1  \r\n\r\nCoupon Code - VOX5OFF (strictly for the first 12 people)\r\n\r\n\r\n\r\n>> Click here to get Lifetime access to VoxAI and start profiting from day one: https://shorturl.at/gnxR1 \r\n\r\nFair Warning - Go In Now To Avoid Paying Monthly Fee Later\r\n\r\nSincerely, \r\n\r\nDrew', ''),
(16591, 1, 2378, '1', 'GenellerSkivy', ''),
(16592, 1, 2378, '2', 'GenellerSkivy', ''),
(16593, 1, 2378, '3', 'stsgxkiqcsn@bobbor.store', ''),
(16594, 1, 2378, '4', '(667) 077-7461', ''),
(16595, 1, 2378, '5', 'google', ''),
(16596, 1, 2378, '6', 'Стоматологическое оборудование - каталог оборудования включает в себя стоматологические установки, рентгеновские аппараты, стерилизаторы, инструменты для хирургических и ортодонтических процедур, оборудование для гигиены полости рта, материалы для протезирования и многое другое.', ''),
(16597, 1, 2378, '7', 'Купить стоматологические товары - только в нашем магазине вы найдете широкий ассортимент. Приходите к нам - стоматологическое оборудование качество гарантируем! \r\n<a href=https://stomatologicheskoe-oborudovanie-msk.com/>стоматологический интернет магазин москва</a> \r\nстоматологический интернет магазин - <a href=https://stomatologicheskoe-oborudovanie-msk.com/>https://stomatologicheskoe-oborudovanie-msk.com/</a> \r\n<a href=http://www.google.me/url?q=https://stomatologicheskoe-oborudovanie-msk.com>https://www.google.vg/url?q=http://stomatologicheskoe-oborudovanie-msk.com</a> \r\n \r\n<a href=https://blueowl-blog.com/gakkoikitakunai_book/#comment-344>Стоматологический интернет магазин - каталог оборудования включает в себя стоматологические установки, рентгеновские аппараты, стерилизаторы, инструменты для хирургических и ортодонтических процедур, оборудование для гигиены полости рта, материалы для протезирования и многое другое.</a> 982472f', ''),
(16598, 1, 2379, '1', 'Supriya', ''),
(16599, 1, 2379, '2', 'A N', ''),
(16600, 1, 2379, '3', 'Supriyaan3@gmail.com', ''),
(16601, 1, 2379, '4', '(702) 634-0854', ''),
(16602, 1, 2379, '5', 'Fresher', ''),
(16603, 1, 2379, '6', 'Biotechnology', ''),
(16604, 1, 2379, '7', 'Currently looking for job opportunity please let me know if any vacancies', ''),
(16605, 1, 2380, '1', 'Adrianna', ''),
(16606, 1, 2380, '2', 'Durant', ''),
(16607, 1, 2380, '3', 'adrianna.durant15@gmail.com', ''),
(16608, 1, 2380, '4', '(519) 739-6470', ''),
(16609, 1, 2380, '5', 'Adrianna Durant', ''),
(16610, 1, 2380, '6', 'Global Pandemics', ''),
(16611, 1, 2380, '7', 'Hello,\r\n\r\nDid you know If you retained employees through COVID shutdowns, your business could be eligible for a tax refund of up to $26k per employee.\r\n\r\nTake the ERC quiz and see what you qualify for: www.creditquizpro.com\r\n\r\n\r\n\r\nTalk soon,\r\n\r\ncreditquizpro.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe | Opt Out of future messages https://itrafficlive.com/optout/?site=gangagen.com', ''),
(16612, 1, 2381, '1', 'Eric', ''),
(16613, 1, 2381, '2', 'Jones', ''),
(16614, 1, 2381, '3', 'ericjonesmyemail@gmail.com', ''),
(16615, 1, 2381, '4', '(555) 555-1212', ''),
(16616, 1, 2381, '5', 'GO', ''),
(16617, 1, 2381, '6', 'how to turn eyeballs into phone calls', ''),
(16618, 1, 2381, '7', 'Hi gangagen.com Webmaster. \r\n\r\nEric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(16619, 1, 2382, '1', 'Evan', ''),
(16620, 1, 2382, '2', 'Roberts', ''),
(16621, 1, 2382, '3', 'evan@capitalchoice.online', ''),
(16622, 1, 2382, '4', '(202) 991-6766', ''),
(16623, 1, 2382, '5', 'Express Capital', ''),
(16624, 1, 2382, '6', 'May I ask you something?', ''),
(16625, 1, 2382, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or a short time in business keep you from getting the funds you need.\r\n\r\nIf you deposit more than 10k per month you’re already qualified!\r\n\r\nExpress Capital will offer you up to two times your monthly deposits without any collateral or personal guarantees. \r\n\r\nGet pre-qualified in less than 30 seconds without a credit check or submitting a single document.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEvan Roberts\r\nExpress Capital\r\nwww.expresscapitalcorp.com\r\n\r\n \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(16626, 1, 2383, '1', 'Anton', ''),
(16627, 1, 2383, '2', 'Rister', ''),
(16628, 1, 2383, '3', 'anton.rister@gmail.com', ''),
(16629, 1, 2383, '4', '(323) 481-1444', ''),
(16630, 1, 2383, '5', 'Latrice Row', ''),
(16631, 1, 2383, '6', '[OMG] This AI Find Clients, Close them, Provide Services  & Collect Payment For You 24/7 Round The Clock…. While You Sleep', ''),
(16632, 1, 2383, '7', 'Hey,\r\n\r\nWhat if you could tap into the $3 TRILLION freelancing industry and claim your slice of the pie? TaskAI is the key that unlocks your full earning potential and propels you towards financial abundance.\r\n\r\nPicture this: You\'re effortlessly providing hundreds of different services to your customers, all thanks to the power of AI. No more struggling to keep up with the demand or spending endless hours on mundane tasks. TaskAI does it all for you, leaving you with more time, more money, and more freedom.\r\n\r\nBut that\'s not all. TaskAI\'s AI-powered marketplace auto-ranks on Google, ensuring a steady stream of free traffic to your services. Say goodbye to hustling for clients and hello to a flood of high-paying customers.\r\n\r\nAre you ready to take control of your financial destiny and live life on your own terms?\r\n\r\nClick here to discover how TaskAI can make it a reality:   \r\n\r\n===>  bit.ly/445MeQM \r\n\r\n\r\nTo your incredible success,\r\n\r\nAnton', ''),
(16633, 1, 2384, '1', 'Eric', ''),
(16634, 1, 2384, '2', 'Jones', ''),
(16635, 1, 2384, '3', 'ericjonesmyemail@gmail.com', ''),
(16636, 1, 2384, '4', '(555) 555-1212', ''),
(16637, 1, 2384, '5', 'LI', ''),
(16638, 1, 2384, '6', 'Instead, congrats', ''),
(16639, 1, 2384, '7', 'Hello gangagen.com Webmaster. \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(16640, 1, 2385, '1', 'Eric', ''),
(16641, 1, 2385, '2', 'Jones', ''),
(16642, 1, 2385, '3', 'ericjonesmyemail@gmail.com', ''),
(16643, 1, 2385, '4', '(555) 555-1212', ''),
(16644, 1, 2385, '5', '09631 26 99 70', ''),
(16645, 1, 2385, '6', 'how to turn eyeballs into phone calls', ''),
(16646, 1, 2385, '7', 'To the gangagen.com Webmaster!\r\n\r\nEric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(16647, 1, 2386, '1', 'RichardGlart', ''),
(16648, 1, 2386, '2', 'RichardGlart', ''),
(16649, 1, 2386, '3', 'zaymone@whowasable.store', ''),
(16650, 1, 2386, '4', '(685) 508-4325', ''),
(16651, 1, 2386, '5', 'google', ''),
(16652, 1, 2386, '6', 'Thank', ''),
(16653, 1, 2386, '7', '<a href=https://online-karta.ru/>мфо москвы займы без отказа</a>: простой и быстрый способ взять деньги в долг. \r\nВ России МФО переводят микрозаймы частным лицам, в том числе клиентам с отрицательной историей и просрочками. \r\nВ РФ можно взять микрокредит онлайн на карту, электронный кошелек или наличными. Для получения микрозайма необходимо оставить заявку и предоставить документы, которые потребует МФО РФ. Кредитный рейтинг и плохая КИ могут повлиять на процентную ставку и возможность получить микрокредит сразу. Можно получить быстрый заём до 50 000 рублей, а также взять быстрый микрозайм наличными. \r\nВ текущем мире, когда время играет значительную роль, микрозаймы онлайн стали одним из самых распространенных способов получения финансовой поддержки. Возможность оформить микрокредит на карту мгновенно и без отказа, а также оформить микрозаймы наличными, привлекает всё больше людей. \r\nМФО предлагают широкий выбор микрозаймов, включая срочные микрозаймы на карту, микрозаймы онлайн и займы наличными. Одним из главных преимуществ этих услуг является возможность получить микрозайм без отказа на карту в России в 2023 году, что становится незаменимым для людей с плохой кредитной историей. \r\nСреди прочих услуг микрофи', ''),
(16654, 1, 2387, '1', 'RobertGot', ''),
(16655, 1, 2387, '2', 'RobertGot', ''),
(16656, 1, 2387, '3', 'zelatcol@gmail.com', ''),
(16657, 1, 2387, '4', '(877) 441-4745', ''),
(16658, 1, 2387, '5', 'google', ''),
(16659, 1, 2387, '6', 'Hallo  i writing about your   price for reseller', ''),
(16660, 1, 2387, '7', 'Hola, volia saber el seu preu.', ''),
(16661, 1, 2388, '1', 'mercedesgd2', ''),
(16662, 1, 2388, '2', 'mercedesgd2', ''),
(16663, 1, 2388, '3', 'lavonneta60@hiroyuki60.excitemail.fun', ''),
(16664, 1, 2388, '4', '(103) 704-4782', ''),
(16665, 1, 2388, '5', 'google', ''),
(16666, 1, 2388, '6', 'New super hot photo galleries, daily updated collections', ''),
(16667, 1, 2388, '7', 'Hot galleries, daily updated collections\r\nhttp://danceclubporn.instasexyblog.com/?post-monserrat \r\n\r\n tavia free porn galleris gay retro porn free clips farmgirls porn board best porn web site revew hd porn video hairy', ''),
(16668, 1, 2389, '1', 'Mike Charlson', ''),
(16669, 1, 2389, '2', 'Mike Charlson', ''),
(16670, 1, 2389, '3', 'no-replyPovaTasy@gmail.com', ''),
(16671, 1, 2389, '4', '(127) 625-1632', ''),
(16672, 1, 2389, '5', 'google', ''),
(16673, 1, 2389, '6', 'NEW: Semrush Backlinks', ''),
(16674, 1, 2389, '7', 'Hello \r\n \r\nThis is Mike Charlson\r\n \r\nLet me show you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Charlson\r\n \r\nmike@strictlydigital.net', ''),
(16675, 1, 2390, '1', 'Kermit', ''),
(16676, 1, 2390, '2', 'Macdougall', ''),
(16677, 1, 2390, '3', 'kermit.macdougall@gmail.com', ''),
(16678, 1, 2390, '4', '(740) 350-6906', ''),
(16679, 1, 2390, '5', 'Kermit Macdougall', ''),
(16680, 1, 2390, '6', 'You Need Content For Your Website?', ''),
(16681, 1, 2390, '7', 'Hi gangagen.com Administrator.\r\n\r\nHi, It seems your website is not ranking that well, so you are losing sales. \r\n\r\nPlus when I looked at your site, it could use more content that sells, which means you missing even more sales.\r\n\r\nFortunately, there is a new AI bot that can write the content for you for your site, and it\'s fully optimized to increase your ranking as well, so you get double the sales effort!\r\n\r\nYou can see the magic of AI in a video here: =>>  https://bit.ly/42WYemY\r\n\r\nThanks,\r\nKermit\r\n  \r\n  \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\nTo stop receiving such offers, simply reply to this email...', ''),
(16682, 1, 2391, '1', 'PetarCoelp', ''),
(16683, 1, 2391, '2', 'PetarCoelp', ''),
(16684, 1, 2391, '3', 'spbetcas999@gmail.com', ''),
(16685, 1, 2391, '4', '(873) 573-2105', ''),
(16686, 1, 2391, '5', 'google', ''),
(16687, 1, 2391, '6', 'gеt nоw # bіg bonus', ''),
(16688, 1, 2391, '7', 'Best onlіnе саsіno \r\nBіg bоnus аnd Frееsріns \r\nSpоrt bеttіng аnd pоkеr \r\n \r\ngo now https://tinyurl.com/2p8kdruz', ''),
(16689, 1, 2392, '1', 'Thomas', ''),
(16690, 1, 2392, '2', 'Murphy', ''),
(16691, 1, 2392, '3', 'thomas@cashboost.online', ''),
(16692, 1, 2392, '4', '(202) 991-6766', ''),
(16693, 1, 2392, '5', 'Express Capital', ''),
(16694, 1, 2392, '6', 'Is now a good time?', ''),
(16695, 1, 2392, '7', 'Hello,\r\n\r\nI hope life is treating you kind and business is AWESOME!\r\n\r\nJust wondering if you would consider a Working Capital Loan for your business\r\nif the price and terms were acceptable to you?\r\n\r\nExpress Capital is a Direct Lender specializing in working capital loans up to 500k. \r\n\r\nWe don’t require collateral and our approval process is fully automated. \r\n\r\nReceive your decision is less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nThomas Murphy\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(16696, 1, 2393, '1', 'Haroldhyday', ''),
(16697, 1, 2393, '2', 'Haroldhyday', ''),
(16698, 1, 2393, '3', '2amw@course-fitness.com', ''),
(16699, 1, 2393, '4', '(886) 226-6853', ''),
(16700, 1, 2393, '5', 'google', ''),
(16701, 1, 2393, '6', '歐客佬精品咖啡!ENDVALUE!', ''),
(16702, 1, 2393, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(16703, 1, 2394, '1', 'JohnnyVAP', ''),
(16704, 1, 2394, '2', 'JohnnyVAP', ''),
(16705, 1, 2394, '3', 'jtxfwi@course-fitness.com', ''),
(16706, 1, 2394, '4', '(131) 231-1422', ''),
(16707, 1, 2394, '5', 'google', ''),
(16708, 1, 2394, '6', 'Game LIFE 遊戲情報', ''),
(16709, 1, 2394, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(16710, 1, 2395, '1', 'DonaldTably', ''),
(16711, 1, 2395, '2', 'DonaldTably', ''),
(16712, 1, 2395, '3', 'dnwpt@course-fitness.com', ''),
(16713, 1, 2395, '4', '(122) 224-4446', ''),
(16714, 1, 2395, '5', 'google', ''),
(16715, 1, 2395, '6', '品空間 - Goûter Space', ''),
(16716, 1, 2395, '7', '品空間 - Goûter Space \r\n \r\n \r\nhttps://gouterspace.com/', ''),
(16717, 1, 2396, '1', 'Brandonsog', ''),
(16718, 1, 2396, '2', 'Brandonsog', ''),
(16719, 1, 2396, '3', 'dfdffd@gmail.com', ''),
(16720, 1, 2396, '4', '(162) 467-6427', ''),
(16721, 1, 2396, '5', 'google', ''),
(16722, 1, 2396, '6', 'You recieve money transfer of 89.44$! Get money -->', ''),
(16723, 1, 2396, '7', '<a href=http://perfectstories.site/fish/1/xrumer/>You recieve money transfer of 89.44$! Get money --></a> \r\n \r\n<a href=\"http://perfectstories.site/fish/1/xrumer/\">You recieve money transfer of 89.44$! Get money ->-</a> \r\n<meta http-equiv=\'refresh\' content=\'0; url=http://perfectstories.site/fish/1/xrumer/\'>', ''),
(16724, 1, 2397, '1', 'Divya s j', ''),
(16725, 1, 2397, '2', 'Divya', ''),
(16726, 1, 2397, '3', 'divyaaaa034@gmail.com', ''),
(16727, 1, 2397, '4', '(063) 635-7804', ''),
(16728, 1, 2397, '5', 'Student', ''),
(16729, 1, 2397, '6', 'Project', ''),
(16730, 1, 2397, '7', 'Is there any msc biotechnology related projects', ''),
(16731, 1, 2398, '1', 'Jerrybef', ''),
(16732, 1, 2398, '2', 'Jerrybef', ''),
(16733, 1, 2398, '3', 'rastochk4inaplavka@yandex.ru', ''),
(16734, 1, 2398, '4', '(070) 658-3757', ''),
(16735, 1, 2398, '5', 'google', ''),
(16736, 1, 2398, '6', 'Ремонт разорванной проушины на строительной техники', ''),
(16737, 1, 2398, '7', 'Восстановление отверстий и проушин ковшей и экскаваторов по приемлемым ценам в компании. Гарантируем высокое качество услуг. Выполним ремонт отверстий с помощью мобильных комплексов для наплавки и расточки металла. ... В каком узле найден дефект. Количество осей и проушин подверженных износу. Номинальный диаметр отверстия по пальцу или втулки в мм. Ширина посадки в мм.	<a href=https://domik-sroy.ru/vosstanovlenie-otverstij-naplavka-i-rastochka-kak-vosstanovit-razbitoe-otverstie-v-metalle/>	восстановление отверстий наплавкой	</a>', ''),
(16738, 1, 2399, '1', 'PhilipAbato', ''),
(16739, 1, 2399, '2', 'PhilipAbato', ''),
(16740, 1, 2399, '3', 'wuftqe@course-fitness.com', ''),
(16741, 1, 2399, '4', '(743) 004-6504', ''),
(16742, 1, 2399, '5', 'google', ''),
(16743, 1, 2399, '6', '聊球通!ENDVALUE!', ''),
(16744, 1, 2399, '7', '聊球通 \r\n \r\nhttps://9j88.tw', ''),
(16745, 1, 2400, '1', 'Shanice', ''),
(16746, 1, 2400, '2', 'Dyal', ''),
(16747, 1, 2400, '3', 'dyal.shanice@googlemail.com', ''),
(16748, 1, 2400, '4', '(514) 265-7091', ''),
(16749, 1, 2400, '5', 'Shanice Dyal', ''),
(16750, 1, 2400, '6', 'The voice of your customers will grow your business...', ''),
(16751, 1, 2400, '7', 'I\'m excited to offer you a completely free test drive of a new tool that will be really helpful for your business. \r\n\r\nwww.stellarreviews.xyz\r\n\r\nGoogle reviews are the future of reputation management and customer acquisition.\r\n\r\n9&% of people read reviews and they\'re far more likely to use a local business if it has a good online review score.\r\n\r\nActually, you know this, you live this.\r\n\r\nDo you eat at the 3-Star buffet, or rush to the nearest 2-Star doctor with a broken arm?\r\n\r\nPositve Google reviews leads to increased web traffic, better search engine rankings, and more customers!\r\n\r\nThat\'s where our Reputation Management Google Reviews tool comes in - IT SIMPLY MAKES YOU MORE MONEY!\r\n\r\nOur autopilot software makes it super easy for you to start building, and to control, your online reputation with positive Google reviews from your real customers. \r\n\r\nIt also plugs into Facebook, Yelp, Tripadvisor, and all open review sites!\r\n\r\nTake a no obligaton free trial and see what it\'s all about.\r\n\r\nwww.stellarreviews.xyz\r\n\r\nFull support. Nothing to lose. \r\n\r\nEnjoy!\r\n\r\nPS>> Enjoy some amazing secret free tools for any business that I know you\'ll love at --  www.freetools.pics', ''),
(16752, 1, 2401, '1', 'Azatshala', ''),
(16753, 1, 2401, '2', 'Azatshala', ''),
(16754, 1, 2401, '3', 'valentinellington@wwjmp.com', ''),
(16755, 1, 2401, '4', '(280) 038-3110', ''),
(16756, 1, 2401, '5', 'google', ''),
(16757, 1, 2401, '6', '[url=https://accounts.binance.com/en/register?ref=25293193] How to earn takings from cryptocurrencies? [/url]', ''),
(16758, 1, 2401, '7', '<a href=https://accounts.binance.com/en/register?ref=25293193>how much money can you make from feet pictures \r\n \r\n		<a href=https://accounts.binance.com/en/register?ref=25293193>Click here...</a></a>', ''),
(16759, 1, 2402, '1', 'sZFbNxXijX', ''),
(16760, 1, 2402, '2', 'sZFbNxXijX', ''),
(16761, 1, 2402, '3', 'callvisvetlana@list.ru', ''),
(16762, 1, 2402, '4', '(326) 005-1824', ''),
(16763, 1, 2402, '5', 'google', ''),
(16764, 1, 2402, '6', 'Этот год запомнится на долгие времена', ''),
(16765, 1, 2402, '7', 'Этот год запомнится на долгие времена https://senler.ru/a/2d0za/5job/534556554-7hgeJAOzSWY https://google.com gangagen.com', ''),
(16766, 1, 2403, '1', 'Robertmek', ''),
(16767, 1, 2403, '2', 'Robertmek', ''),
(16768, 1, 2403, '3', '4mnd0@course-fitness.com', ''),
(16769, 1, 2403, '4', '(821) 724-8420', ''),
(16770, 1, 2403, '5', 'google', ''),
(16771, 1, 2403, '6', 'unethost無限空間虛擬主機 技術分享部落格', ''),
(16772, 1, 2403, '7', 'unethost無限空間虛擬主機 技術分享部落格 \r\n \r\nhttp://blog.unethost.com/', ''),
(16773, 1, 2404, '1', 'Charlesmex', ''),
(16774, 1, 2404, '2', 'Charlesmex', ''),
(16775, 1, 2404, '3', 'heldkf@course-fitness.com', ''),
(16776, 1, 2404, '4', '(772) 874-5318', ''),
(16777, 1, 2404, '5', 'google', ''),
(16778, 1, 2404, '6', '點子數位科技有限公司', ''),
(16779, 1, 2404, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(16780, 1, 2405, '1', 'JamesTox', ''),
(16781, 1, 2405, '2', 'JamesTox', ''),
(16782, 1, 2405, '3', 'uvdiy4@course-fitness.com', ''),
(16783, 1, 2405, '4', '(663) 431-6602', ''),
(16784, 1, 2405, '5', 'google', ''),
(16785, 1, 2405, '6', '點子數位科技有限公司 \n \nhttps://spot-digital.com.tw/', ''),
(16786, 1, 2405, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(16787, 1, 2406, '1', 'IreneHox', ''),
(16788, 1, 2406, '2', 'IreneHox', ''),
(16789, 1, 2406, '3', 'info@pornodrom.ru', ''),
(16790, 1, 2406, '4', '(642) 353-6314', ''),
(16791, 1, 2406, '5', 'google', ''),
(16792, 1, 2406, '6', 'Censure', ''),
(16793, 1, 2406, '7', '<a href=></a> \r\n<a href=></a> \r\n<a href=></a>', ''),
(16794, 1, 2407, '1', 'Joe', ''),
(16795, 1, 2407, '2', 'Celine', ''),
(16796, 1, 2407, '3', 'joe@ecomvisibility.com', ''),
(16797, 1, 2407, '4', '(714) 908-9255', ''),
(16798, 1, 2407, '5', 'Giva vr sh', ''),
(16799, 1, 2407, '6', 'Are you still in business?', ''),
(16800, 1, 2407, '7', 'Hi, \r\nAre you still in business? \r\nI found a few errors on your site.\r\nWould you like me to send over a screenshot of those errors?\r\n\r\nRegards\r\nJoe\r\n(714) 908-9255', ''),
(16801, 1, 2408, '1', 'Agasthya', ''),
(16802, 1, 2408, '2', 'H U', ''),
(16803, 1, 2408, '3', 'agasthyahu7@gmail.com', ''),
(16804, 1, 2408, '4', '(874) 804-7066', ''),
(16805, 1, 2408, '5', 'NA', ''),
(16806, 1, 2408, '6', 'Interested to work in production or RnD', ''),
(16807, 1, 2408, '7', 'Thank you', ''),
(16808, 1, 2409, '1', 'Joe', ''),
(16809, 1, 2409, '2', 'Celine', ''),
(16810, 1, 2409, '3', 'joe@ecomvisibility.com', ''),
(16811, 1, 2409, '4', '(714) 908-9255', ''),
(16812, 1, 2409, '5', 'Piy Wv r', ''),
(16813, 1, 2409, '6', 'Are you still in business?', ''),
(16814, 1, 2409, '7', 'Hi, \r\nAre you still in business? \r\nI found a few errors on your site.\r\nWould you like me to send over a screenshot of those errors?\r\n\r\nRegards\r\nJoe\r\n(714) 908-9255', ''),
(16815, 1, 2410, '1', 'fSZAgAWGMp', ''),
(16816, 1, 2410, '2', 'fSZAgAWGMp', ''),
(16817, 1, 2410, '3', 'callvisvetlana@list.ru', ''),
(16818, 1, 2410, '4', '(078) 081-6351', ''),
(16819, 1, 2410, '5', 'google', ''),
(16820, 1, 2410, '6', 'Этот год запомнится на долгие времена', ''),
(16821, 1, 2410, '7', 'Этот год запомнится на долгие времена https://senler.ru/a/2d0za/5job/534556554-ovMFd5KlHMz https://mail.ru gangagen.com', ''),
(16822, 1, 2411, '1', 'ColinDok', ''),
(16823, 1, 2411, '2', 'ColinDok', ''),
(16824, 1, 2411, '3', 'f0ne@course-fitness.com', ''),
(16825, 1, 2411, '4', '(504) 051-7157', ''),
(16826, 1, 2411, '5', 'google', ''),
(16827, 1, 2411, '6', '小琪兒娛樂', ''),
(16828, 1, 2411, '7', '小琪兒娛樂 \r\n \r\n \r\n \r\n \r\nhttps://taipei9527.com/', ''),
(16829, 1, 2412, '1', 'LeonardDride', ''),
(16830, 1, 2412, '2', 'LeonardDride', ''),
(16831, 1, 2412, '3', 'fledisrekiparo@gmx.com', ''),
(16832, 1, 2412, '4', '(535) 000-4801', ''),
(16833, 1, 2412, '5', 'google', ''),
(16834, 1, 2412, '6', 'Why You  Need to Invest in a  Residence Generator Installation', ''),
(16835, 1, 2412, '7', 'Document Moved   http://wiki.openn.eu/index.php?title=_Stay_Safe_with__Carbon_Monoxide_Gas_Detector__Setup_ - More info!..', ''),
(16836, 1, 2413, '1', 'Eric', ''),
(16837, 1, 2413, '2', 'Jones', ''),
(16838, 1, 2413, '3', 'ericjonesmyemail@gmail.com', ''),
(16839, 1, 2413, '4', '(555) 555-1212', ''),
(16840, 1, 2413, '5', 'NA', ''),
(16841, 1, 2413, '6', 'Why not TALK with your leads?', ''),
(16842, 1, 2413, '7', 'Hello gangagen.com Owner.\r\n\r\nMy name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(16843, 1, 2414, '1', 'enlareTar', ''),
(16844, 1, 2414, '2', 'enlareTar', ''),
(16845, 1, 2414, '3', 'maximmad222@yandex.ru', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(16846, 1, 2414, '4', '(011) 304-6332', ''),
(16847, 1, 2414, '5', 'google', ''),
(16848, 1, 2414, '6', 'XBOX ONE ключи игры   разнообразные игры:  Клюси игр XBOX', ''),
(16849, 1, 2414, '7', 'Очистка и ускорение работы вашего ПК AVGTUNEUP  +  https://ggsel.net/catalog/product/3037131 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://ggsel.net/catalog/product/3589474 \r\n<b>ИНТЕРНЕТ МАГАЗИН ЦИФРОВЫХ ТОВАРОВ</b> https://bysel.ru/goods/?activation=uplay \r\nАкканты xbox  https://ggsel.net/catalog/product/3098640 \r\nигры +на xbox +one купить дешевоhttps://ggsel.net/catalog/product/2908468 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://ggsel.net/catalog/product/3589474 \r\nигры +на xbox +one купить дешевоhttps://ggsel.net/catalog/product/3008735 \r\n \r\nкупить аккаунт steamhttps://bysel.ru/goods/human-fall-flat-steam-key-ru-region-free/ \r\n<b>xbox gift card(покупка игр в иностранном аккаунте</b>)https://ggsel.net/catalog/product/3540172 \r\n<b>Steam google Turkey   Gift Card Code( FOR TURKEY ACCOUN </b>https://ggsel.net/catalog/product/3589468)(<b>стим игры дешевле чем в русском аккаунте</b>)https://ggsel.net/catalog/product/3473640 \r\n<b>Новый Стим аккаунт ( Турция/Полный доступ) PayPaL</b>https://ggsel.net/catalog/product/3296415 \r\nLeague Of Legends 850 LoL RP - ТУРЦИЯ https://ggsel.net/catalog/product/3012399 \r\nValorant 740 VP or 1050 Riot Points - ТОЛЬКО ТУРЦИЯ https://ggsel.net/catalog/product/3331571 \r\nPUBG Mobile 325 UC Unknown Cashhttps://ggsel.net/catalog/product/3430858 \r\nPlaystation Network (PSN) 10$(USA)https://ggsel.net/catalog/product/3466036 \r\niTUNES GIFT CARD - (TURKEY/USD) https://ggsel.net/catalog/product/3622021 \r\n<b>Adguard Premium 1ПК(</b>(лучший блокировщик рекламы.спама, всплывающие окна ) https://ggsel.net/catalog/product/3046307 \r\nNetflix Турция Подарочный код TL??(VPN постоянно)дешевле чем в других аккаунтах https://ggsel.net/catalog/product/2983253 \r\nRAZER GOLD GIFT CARD 5$ (USD) Global Pin https://ggsel.net/catalog/product/3051315 \r\nNintendo+https://ggsel.net/catalog/product/3296413 \r\n<b>НЕДОРОГИЕ игры XBOX ONE</b> \r\nxbox  купить игру лицензиюhttps://bysel.ru/goods/??-doom-2016-xbox-one-xbox-series-xs-klyuch-??/ \r\nАвтопополнение моментально Steam(вы зачисляете свои средства на свой стим аккаунт,пишите логин)  https://ggsel.net/catalog/product/3589474 \r\nигры +на xbox +one купить дешевоhttps://ggsel.net/catalog/product/2889815 \r\nкупить игры +на xbox +onehttps://ggsel.net/catalog/product/3162963 \r\nигры +на xbox +one купить дешевоhttps://ggsel.net/catalog/product/3162966 \r\ngift card купить +в россии+https://bysel.ru/goods/?podarochnaya-karta-itunes-1000-rubley-appstore-apple?-2/ \r\nНедорогой качественный хостинг от 85р.  https://webhost1.ru/?r=133178  \r\n<b><u>хочешь стать певицой или певцом</u> попробуй и стань участником главного вокального шоу страны?<b><u>НА 1 КАНАЛЕ</u></b>(телепрограммы <b>ГОЛОС</b>)Скорее заполняйте анкету!https://www.1tv.ru/shows/golos-12/stat-uchastnikom <u>купить билет</u>https://gagarina.com на концерт Полина Гагарина Навсегда \r\n<u>Хочешь стать моделью</u> записывайся на кастинг по обьявлению https://всекастинги.рф/castings/kasting-modeley/?SECTION_CODE=kasting-modeley&PAGEN_2=3 \r\n<b>Хочешь добиться чего нибудь, получи кредит в Альфа Банке</b> https://clck.ru/33Pzfy  <b>октрывай свой бизнес, работай на себя(напиши бизнес план)получи дебетную карту</b> https://clck.ru/33Pzd8 \r\nНедорогой хостинг от 85р, при переносе с другого домена 2 месяца бесплатноhttps://webhost1.ru/?r=133178', ''),
(16850, 1, 2415, '1', 'Susan Karsh', ''),
(16851, 1, 2415, '2', 'Susan Karsh', ''),
(16852, 1, 2415, '3', 'susankarsh.myaa@gmail.com', ''),
(16853, 1, 2415, '4', '(043) 226-0128', ''),
(16854, 1, 2415, '5', 'google', ''),
(16855, 1, 2415, '6', 'Quick question', ''),
(16856, 1, 2415, '7', 'Hello, \r\n \r\nI was on your site today and I wanted to see if you would be open to getting a FREE 14-Day trial of our AI Agents, like ChatGPT, but much better. Plus, our plans start at just $1 per month if you decide to continue. \r\n \r\nOur AI Agents Can: \r\n \r\n•	Assist your team with tasks, projects and research, which will increase productivity. \r\n•	Crush to-do list by writing - ads, code, emails, content, sales copy, contracts & more. \r\n•	Give you time to focus on important things instead of handling mundane tasks. \r\n•	Save you time, save you money and make your team much more effective. \r\n \r\n... and much, MUCH more! \r\n \r\nWatch our video here and see how we can help: https://promo.myaa.com/ \r\n \r\nOur clients are saving 20%- 30% on operational costs each month by using our AI Agents to handle hundreds of tasks. \r\n \r\nClaim your FREE AI Agents Now, before this offer ends. Get started here: https://promo.myaa.com/ \r\n \r\nBest, \r\n \r\nSusan Karsh', ''),
(16857, 1, 2416, '1', 'Mike Richards', ''),
(16858, 1, 2416, '2', 'Mike Richards', ''),
(16859, 1, 2416, '3', 'no-replyPovaTasy@gmail.com', ''),
(16860, 1, 2416, '4', '(770) 077-4187', ''),
(16861, 1, 2416, '5', 'google', ''),
(16862, 1, 2416, '6', 'Collaboration request', ''),
(16863, 1, 2416, '7', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Richards\r\n \r\nMonkey Digital', ''),
(16864, 1, 2417, '1', 'Hamud Zayed Ali', ''),
(16865, 1, 2417, '2', 'Hamud Zayed Ali', ''),
(16866, 1, 2417, '3', 'projectdept@kanzalshamsprojectmgt.com', ''),
(16867, 1, 2417, '4', '(353) 014-5601', ''),
(16868, 1, 2417, '5', 'google', ''),
(16869, 1, 2417, '6', 'Project Loan Funding – LOAN', ''),
(16870, 1, 2417, '7', 'Greetings, \r\n \r\nIt\'s a pleasure to connect with you, My name is Hamud Zayed Ali, am an investment consultant with RSL-Project Management Service C0, I have been mandated by the company to source for investment opportunities and companies seeking for funding, business loans, for its project(s). Do you have any investment or project that is seeking for capital to fund it? \r\n \r\nOur Investments financing focus is on: \r\n \r\nSeed Capital, Early-Stage, Start-Up Ventures, , Brokerage, Private Finance, Renewable Energy Project, Commercial Real Estate, Blockchain, Technology, Telecommunication, Infrastructure, Agriculture, Animal Breeding, Hospitality, Healthcare, Oil/Gas/Refinery. Application reserved for business executives and companies with proven business records in search of funding for expansion or forcapital investments.. \r\n \r\nKindly contact me for further details. \r\n \r\nawait your return e.mail soonest. \r\n \r\nRegards \r\n \r\nDr. Hamud Zayed Ali \r\n \r\nMIDDLE EAST DEBT LOAN FINANCE CONSULTING \r\nAddress: 72469 Jahra Road Shuwaikh Industrial, Kuwait \r\nTel: +96550422388 \r\nEmail: rsl.fudiciary@debtloanfinanceconsultant.com', ''),
(16871, 1, 2418, '1', 'RobertGot', ''),
(16872, 1, 2418, '2', 'RobertGot', ''),
(16873, 1, 2418, '3', 'alfredegov@gmail.com', ''),
(16874, 1, 2418, '4', '(013) 120-4586', ''),
(16875, 1, 2418, '5', 'google', ''),
(16876, 1, 2418, '6', 'Hallo,   write about     prices', ''),
(16877, 1, 2418, '7', 'Hæ, ég vildi vita verð þitt.', ''),
(16878, 1, 2419, '1', 'Evan', ''),
(16879, 1, 2419, '2', 'Roberts', ''),
(16880, 1, 2419, '3', 'evan@capitalchoice.online', ''),
(16881, 1, 2419, '4', '(202) 991-6766', ''),
(16882, 1, 2419, '5', 'Express Capital', ''),
(16883, 1, 2419, '6', 'May I ask you something?', ''),
(16884, 1, 2419, '7', 'Hello,\r\n\r\nIs the lack of working capital holding your business back? \r\n\r\nDon’t let things like bad credit or a short time in business keep you from getting the funds you need.\r\n\r\nIf you deposit more than 10k per month you’re already qualified!\r\n\r\nExpress Capital will offer you up to two times your monthly deposits without any collateral or personal guarantees. \r\n\r\nGet pre-qualified in less than 30 seconds without a credit check or submitting a single document.\r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\n\r\nWarm Regards,\r\n\r\nEvan Roberts\r\nExpress Capital\r\nwww.expresscapitalcorp.com\r\n\r\n \r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(16885, 1, 2420, '1', 'Georgina', ''),
(16886, 1, 2420, '2', 'Haynes', ''),
(16887, 1, 2420, '3', 'georginahaynes95@gmail.com', ''),
(16888, 1, 2420, '4', '(208) 354-4580', ''),
(16889, 1, 2420, '5', 'Jstqqxg', ''),
(16890, 1, 2420, '6', 'Explainer Video?', ''),
(16891, 1, 2420, '7', 'Hi,\r\n\r\nWe\'d like to introduce to you our explainer video service, which we feel can benefit your site gangagen.com.\r\n\r\nCheck out some of our existing videos here:\r\n\r\nhttps://www.youtube.com/watch?v=zvGF7uRfH04\r\nhttps://www.youtube.com/watch?v=cZPsp217Iik\r\nhttps://www.youtube.com/watch?v=JHfnqS2zpU8\r\n\r\nAll of our videos are in a similar animated format as the above examples, and we have voice over artists with US/UK/Australian accents.\r\nWe can also produce voice overs in languages other than English.\r\n\r\nThey can show a solution to a problem or simply promote one of your products or services. They are concise, can be uploaded to video sites such as YouTube, and can be embedded into your website or featured on landing pages.\r\n\r\nOur service includes a full script, voice-over and video.\r\n\r\nIf this is something you would like to discuss further, don\'t hesitate to reply.\r\n\r\nKind Regards,\r\nGeorgina', ''),
(16892, 1, 2421, '1', 'Mike Hodges', ''),
(16893, 1, 2421, '2', 'Mike Hodges', ''),
(16894, 1, 2421, '3', 'no-replyPovaTasy@gmail.com', ''),
(16895, 1, 2421, '4', '(682) 655-2002', ''),
(16896, 1, 2421, '5', 'google', ''),
(16897, 1, 2421, '6', 'Improve local visibility for gangagen.com', ''),
(16898, 1, 2421, '7', 'If you are looking to rank your local business on Google Maps in a specific area, this service is for you. \r\n \r\nGoogle Map Stacking is a highly effective technique for ranking your GMB within a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Hodges\r\n \r\n \r\nPS: Want a comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', ''),
(16899, 1, 2422, '1', 'MargaritaEi', ''),
(16900, 1, 2422, '2', 'MargaritaEi', ''),
(16901, 1, 2422, '3', 'margaritaEi@nelasarukulu.com', ''),
(16902, 1, 2422, '4', '(777) 326-0355', ''),
(16903, 1, 2422, '5', 'google', ''),
(16904, 1, 2422, '6', 'Gіrl\'s cоuplе. Ԝe wаnt to meеt a mаnǃ...', ''),
(16905, 1, 2422, '7', 'Неllоǃ\r\nΙ аpоlogіzе for the оvеrly spесіfic mеѕѕage.\r\nMy girlfriеnd and Ι lоve еach other. Аnd we are all greаt.\r\nΒut... wе need a mаn.\r\nWе аrе 25 уеars оld, from Romanіa, we аlso knоw еnglіѕh.\r\nWe nеvеr gеt bоrеd! Аnd not only іn talk...\r\nMу namе іs Маrgаrіtа, my рrоfile iѕ hеre: http://denunlia.tk/rdx-58395/', ''),
(16906, 1, 2423, '1', 'Angeline', ''),
(16907, 1, 2423, '2', 'Elkington', ''),
(16908, 1, 2423, '3', 'elkington.angeline@gmail.com', ''),
(16909, 1, 2423, '4', '(580) 562-4004', ''),
(16910, 1, 2423, '5', 'Angeline Elkington', ''),
(16911, 1, 2423, '6', 'Earn more with automatic AI built websites', ''),
(16912, 1, 2423, '7', 'Hi there,\r\n\r\nWe would like to introduce you to WebGenie, the world\'s first AI for building done for you websites that are prefilled with smoking hot content!\r\n\r\nDiscover its game-changing capabilities here: https://rebrand.ly/webgenie1\r\n\r\n- Generate done-for-you websites with no coding, no content writing, no translating and no designing\r\n- Over 500 ready made templates to choose from\r\n- Sell your own products or choose from countless available offers\r\n- No technical skills, experience or paid ads required\r\n- Promote to an audience of up to 495 million for free\r\n- Earn commissions on each sale made\r\n\r\nAngeline\r\n\r\nUnsubscribe: If you do not wish us to contact you again, let us know here: https://rb.gy/mgkbd', ''),
(16913, 1, 2424, '1', 'Jasonerync', ''),
(16914, 1, 2424, '2', 'Jasonerync', ''),
(16915, 1, 2424, '3', 'no-reply@mail.instagram.com', ''),
(16916, 1, 2424, '4', '(882) 332-6653', ''),
(16917, 1, 2424, '5', 'google', ''),
(16918, 1, 2424, '6', 'The affiliates program', ''),
(16919, 1, 2424, '7', 'Start Your Passive Income Journey: Join Our Affiliate Program Today \r\n https://yaplink.com/affiliate?ref=7036', ''),
(16920, 1, 2425, '1', 'Bradly', ''),
(16921, 1, 2425, '2', 'Zahn', ''),
(16922, 1, 2425, '3', 'zahn.bradly@outlook.com', ''),
(16923, 1, 2425, '4', '(317) 865-5546', ''),
(16924, 1, 2425, '5', 'Bradly Zahn', ''),
(16925, 1, 2425, '6', 'To the gangagen.com Owner!', ''),
(16926, 1, 2425, '7', 'Hi, I\'m sending you this message via your contact form on your website at gangagen.com. By reading this message you\'re living proof that contact form advertising works! Do you want to blast your ad to millions of contact forms? Maybe you prefer a more targeted approach and only want to blast our ad out to websites in certain business categories? Pay just $99 to blast your ad to 1 million contact forms. Volume discounts available. I have more than 35 million contact forms. Let\'s get the conversation started, contact me via Skype here:  live:.cid.b4d79bd7b12c4757', ''),
(16927, 1, 2426, '1', 'Eric', ''),
(16928, 1, 2426, '2', 'Jones', ''),
(16929, 1, 2426, '3', 'ericjonesmyemail@gmail.com', ''),
(16930, 1, 2426, '4', '(555) 555-1212', ''),
(16931, 1, 2426, '5', 'ON', ''),
(16932, 1, 2426, '6', 'Cool website!', ''),
(16933, 1, 2426, '7', 'To the gangagen.com Admin!\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(16934, 1, 2427, '1', 'Sean', ''),
(16935, 1, 2427, '2', 'Barry', ''),
(16936, 1, 2427, '3', 'sean.barry@gmail.com', ''),
(16937, 1, 2427, '4', '(715) 858-6579', ''),
(16938, 1, 2427, '5', 'Cary Lincoln', ''),
(16939, 1, 2427, '6', '♻️You\'ve been selected - Confirm Now..', ''),
(16940, 1, 2427, '7', 'Hey,\r\n\r\nQuick one,\r\n\r\nMy friend Billy Darr is launching the hottest\r\nA.I app ever that lets you run your own\r\nAutomated YouTube channel…\r\n\r\nHe’s holding a special live unveiling party \r\nwhereby if you attend you’ll be in for a \r\nchance to win a copy at no cost!\r\n\r\nPLUS he’s giving away to 1 lucky person a \r\n1000 Bucks + iPad Mini!\r\n\r\nThe prelaunch training party begins:\r\nWednesday 21st June @ 10am EST:\r\n\r\nFirst 250 Only:\r\n\r\n> Click here for the details https://shorturl.at/esF45 \r\n\r\nThanks\r\nSean', ''),
(16941, 1, 2428, '1', 'lethaog3', ''),
(16942, 1, 2428, '2', 'lethaog3', ''),
(16943, 1, 2428, '3', 'lancesf60@hiroyuki6710.norio16.mailscan.site', ''),
(16944, 1, 2428, '4', '(166) 363-6738', ''),
(16945, 1, 2428, '5', 'google', ''),
(16946, 1, 2428, '6', 'Sexy photo galleries, daily updated pics', ''),
(16947, 1, 2428, '7', 'Sexy photo galleries, daily updated collections\r\nhttp://redponyfranklin.topanasex.com/?post-jamya \r\n\r\n denmark you porn european cartoon furry horse porn bella monet porn free streamign porn windows free bbw amatuer latina porn', ''),
(16948, 1, 2429, '1', 'Laurence', ''),
(16949, 1, 2429, '2', 'Rocher', ''),
(16950, 1, 2429, '3', 'rocher.laurence@gmail.com', ''),
(16951, 1, 2429, '4', '(219) 707-4947', ''),
(16952, 1, 2429, '5', 'Laurence Rocher', ''),
(16953, 1, 2429, '6', 'Delicious, Easy-To-Make Smoothies For Rapid Weight Loss, Increased Energy, & Incredible Health! 21 DAYS', ''),
(16954, 1, 2429, '7', 'To the gangagen.com Administrator!\r\n\r\nTHE SMOOTHIE DIET: A revolutionary life-transformation system that guarantees rapid weight loss and incredible health. It\'s not just a book of smoothie recipes; it\'s a proven 3-Week program with a custom weight loss schedule, maximizing your results.\r\n\r\nReplace meals with our delicious smoothies and watch the pounds melt off effortlessly. Get access to the full 21-Day Program, over 36 fat-melting smoothie recipes, shopping lists, and smoothie-making tips.\r\n\r\nExperience dramatic weight loss, increased energy, clearer skin, better sleep, and more in just 21 days. Whether you want to lose a few pounds or transform your entire body, The Smoothie Diet is flexible and works for you.\r\n\r\nDon\'t wait! Start your journey to a slimmer, sexier you today. Order The Smoothie Diet now and unlock incredible health benefits.\r\n\r\n =>>  https://zeep.ly/exTDy\r\n\r\nThanks,\r\nLaurence\r\n  \r\n  \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n \r\n\r\nUnited States, IN, Portage, 46368, 1456 Duffy Street\r\nTo stop receiving such offers, simply reply to this email...', ''),
(16955, 1, 2430, '1', 'Felix', ''),
(16956, 1, 2430, '2', 'Lydon', ''),
(16957, 1, 2430, '3', 'felix.lydon@gmail.com', ''),
(16958, 1, 2430, '4', '(509) 842-5883', ''),
(16959, 1, 2430, '5', 'Ted Marchand', ''),
(16960, 1, 2430, '6', 'Exploit YouTube With Just 3 Clicks', ''),
(16961, 1, 2430, '7', 'Hey,\r\n\r\nI’ll be honest with you…\r\n\r\nIf you’re still spinning your wheels, and \r\nhave no results to show for it…\r\n\r\nI’m sure you’ll find this short email\r\nof high interest.\r\n\r\nHere’s why:\r\n\r\nWhat if I told you that you could tap into\r\nthe endless potential of AI…\r\n\r\nTo exploit YouTube and finally generate\r\n$896.34 per day on autopilot without…\r\n\r\nCreating videos…\r\nPaying for traffic…\r\nPutting in extra work…\r\nComplicating your life…\r\n\r\nAll thanks to one of the MOST powerful\r\nAI tools that I’ve ever seen…\r\n\r\n=> Click Here To Discover “Striker” https://shorturl.at/ghkEJ \r\n\r\nIf you’re sick and tired of complicated\r\napps, you’re going to love this…\r\nWith just 3 clicks of your mouse, you’ll\r\nbe able to not only find lucrative, hidden\r\n“money pockets” on YouTube…\r\nBut also generate INSANE amounts of\r\nFREE traffic that you can redirect to\r\nANY link of your choice…\r\n\r\nThis means:\r\n\r\nEasy commissions…\r\nEffortless traffic…\r\nGetting paid every 24 hours…\r\nThe end of the 9-5 madness…\r\n\r\n\r\n=> Click Here To Get Started Now https://shorturl.at/ghkEJ \r\n\r\nBut here’s probably the most interesting\r\nthing…\r\n\r\nIt’s been reported that 100 out of 100 beta\r\ntesters have made money using Striker…\r\n\r\nThat’s a mind-bending 100% success rate…\r\n\r\nWhich can be translated into the following:\r\n\r\nMaking money with this unique and \r\nout-of-the-box software is as easy as\r\ngetting candy from a baby…\r\n\r\nSo, if you want to stop banging your head\r\nagainst the wall because you fail over\r\nand over again…\r\n\r\nThis is your VIP pass to endless daily\r\ncommissions…\r\n\r\n=> Click Here To Grab “Striker” https://shorturl.at/ghkEJ \r\n\r\nTalk soon,\r\n\r\nFelix', ''),
(16962, 1, 2431, '1', 'Finley', ''),
(16963, 1, 2431, '2', 'Springfield', ''),
(16964, 1, 2431, '3', 'springfield.finley@yahoo.com', ''),
(16965, 1, 2431, '4', '(309) 753-3537', ''),
(16966, 1, 2431, '5', 'Finley Springfield', ''),
(16967, 1, 2431, '6', 'It appears that your website is experiencing slow loading times.', ''),
(16968, 1, 2431, '7', 'Dear gangagen.com Admin.\r\n\r\nYour website is facing slow loading issues. Avoid such problems by changing your host. \r\n\r\nFortunately, there\'s a new registrar offering cheap domain names starting from $0.99 and great hosting. Namecheap is here to help you get online and thrive with affordability, ease, and reliability. Get everything you need, from domains to hosting to security and specialist services. \r\n\r\nEnjoy great prices, world-class support, and extra resources. \r\n\r\nClick here for more: >> https://zeep.ly/OFhQi\r\n\r\nThanks,\r\nFinley\r\n  \r\n  \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n \r\n\r\nUnited States, IL, Ipava, 61441, 4453 Simpson Street\r\nTo stop receiving such offers, simply reply to this email...', ''),
(16969, 1, 2432, '1', 'DonaldMug', ''),
(16970, 1, 2432, '2', 'DonaldMug', ''),
(16971, 1, 2432, '3', 'info@inrus.top', ''),
(16972, 1, 2432, '4', '(570) 627-7571', ''),
(16973, 1, 2432, '5', 'google', ''),
(16974, 1, 2432, '6', 'Купить Шишки в Москве? САЙТ - WWW.KLAD.TODAY Шишки Купить. САЙТ - WWW.KLAD.TODAY', ''),
(16975, 1, 2432, '7', 'Купить Шишки в Москве? САЙТ - WWW.KLAD.TODAY Шишки Купить. САЙТ - WWW.KLAD.TODAY \r\n \r\n \r\nССЫЛКА НА САЙТ - https://klad.today/ \r\n \r\nССЫЛКА ДЛЯ САЙТА - https://klad.today/ \r\n \r\nССЫЛКА ЧТОБ ЗАЙТИ - https://klad.today/ \r\n \r\nССЫЛКА В НАШ САЙТ - https://klad.today/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ - https://klad.today/ \r\n \r\n \r\nКупить Шишки в Москве, \r\nСколько стоит Шишки в Москве, \r\nКак купить Шишки в Москве, \r\nГде купить Шишки в Москве, \r\nКупить Шишки в Москве, \r\nСколько стоит КУРЕВО Шишки в Москве, \r\nКупить КУРЕВО Шишки в Москве, \r\nЦена на КУРЕВО Шишки в Москве, \r\nКупить героин в Москве, \r\nКупить экстази в Москве, \r\nКупить шишки в Москве, \r\nКупить гашиш в Москве, \r\nКупить мефедрон в Москве, \r\nКупить экстази в Москве, \r\nКупить МДМА в Москве, \r\nКупить лсд в Москве, \r\nКупить фен в Москве, \r\nКупить скорость альфа в Москве, \r\nКупить гидропонику в Москве, \r\nКупить метамфетамин в Москве, \r\nКупить эйфоретики в Москве, \r\nКупить закладки в Москве, \r\nКупить ШИШКИ закладкой в Москве', ''),
(16976, 1, 2433, '1', 'AliceAtrob', ''),
(16977, 1, 2433, '2', 'AliceAtrob', ''),
(16978, 1, 2433, '3', 'iiuerafaww@hotmail.com', ''),
(16979, 1, 2433, '4', '(510) 514-7521', ''),
(16980, 1, 2433, '5', 'google', ''),
(16981, 1, 2433, '6', 'casino', ''),
(16982, 1, 2433, '7', '<a href=https://casinoonlinebang.com/>gambling</a> \r\n<a href=\"https://casinoonlinebang.com/\">casinos</a>', ''),
(16983, 1, 2434, '1', 'Damaris', ''),
(16984, 1, 2434, '2', 'Keysor', ''),
(16985, 1, 2434, '3', 'keysor.damaris56@googlemail.com', ''),
(16986, 1, 2434, '4', '(508) 794-8797', ''),
(16987, 1, 2434, '5', 'Damaris Keysor', ''),
(16988, 1, 2434, '6', 'Do you have enough  customers?', ''),
(16989, 1, 2434, '7', 'Do you need targeted Customers emails and phone numbers , so I am here to help you check out  my Fiverr 5 stares profile serving over 880 happy customers\r\n contact me here and tell me what you need  ===== >  https://tinyurl.com/sywma6z3\r\nSee you there\r\n\r\nRegards\r\nAwals', ''),
(16990, 1, 2435, '1', 'pollyqx2', ''),
(16991, 1, 2435, '2', 'pollyqx2', ''),
(16992, 1, 2435, '3', 'elinor@itsuki99.excitemail.fun', ''),
(16993, 1, 2435, '4', '(371) 312-5315', ''),
(16994, 1, 2435, '5', 'google', ''),
(16995, 1, 2435, '6', 'College Girls Porn Pics', ''),
(16996, 1, 2435, '7', 'Sexy photo galleries, daily updated pics\r\nhttp://antonruizbindgirlporn.jsutandy.com/?annabel \r\n porn masterpin free full length naurto porn movies cartoon porn family guy jillian aircore porn anima porn naroto', ''),
(16997, 1, 2436, '1', 'Eric', ''),
(16998, 1, 2436, '2', 'Jones', ''),
(16999, 1, 2436, '3', 'ericjonesmyemail@gmail.com', ''),
(17000, 1, 2436, '4', '(555) 555-1212', ''),
(17001, 1, 2436, '5', 'MO', ''),
(17002, 1, 2436, '6', 'Your site – more leads?', ''),
(17003, 1, 2436, '7', 'To the gangagen.com Administrator.\r\n\r\nThis is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(17004, 1, 2437, '1', 'Billy', ''),
(17005, 1, 2437, '2', 'Anders', ''),
(17006, 1, 2437, '3', 'billy.anders@gmail.com', ''),
(17007, 1, 2437, '4', '(803) 229-0110', ''),
(17008, 1, 2437, '5', 'Ilse Benn', ''),
(17009, 1, 2437, '6', '[OMG] This AI Find Clients, Close them, Provide Services  & Collect Payment For You 24/7 Round The Clock…. While You Sleep', ''),
(17010, 1, 2437, '7', 'Hey,\r\n\r\nWhat if you could tap into the $3 TRILLION freelancing industry and claim your slice of the pie? TaskAI is the key that unlocks your full earning potential and propels you towards financial abundance.\r\n\r\nPicture this: You\'re effortlessly providing hundreds of different services to your customers, all thanks to the power of AI. No more struggling to keep up with the demand or spending endless hours on mundane tasks. TaskAI does it all for you, leaving you with more time, more money, and more freedom.\r\n\r\nBut that\'s not all. TaskAI\'s AI-powered marketplace auto-ranks on Google, ensuring a steady stream of free traffic to your services. Say goodbye to hustling for clients and hello to a flood of high-paying customers.\r\n\r\nAre you ready to take control of your financial destiny and live life on your own terms?\r\n\r\nClick here to discover how TaskAI can make it a reality:   \r\n\r\n===>  https://shorturl.at/huvwV \r\n\r\n\r\nTo your incredible success,\r\n\r\nBilly', ''),
(17011, 1, 2438, '1', 'Brianwek', ''),
(17012, 1, 2438, '2', 'Brianwek', ''),
(17013, 1, 2438, '3', 'ayadpv@course-fitness.com', ''),
(17014, 1, 2438, '4', '(133) 442-7050', ''),
(17015, 1, 2438, '5', 'google', ''),
(17016, 1, 2438, '6', '91娛樂城!ENDVALUE!', ''),
(17017, 1, 2438, '7', '91娛樂城 \r\n \r\n \r\nhttps://9jcasino.tw/', ''),
(17018, 1, 2439, '1', 'JuliusMocky', ''),
(17019, 1, 2439, '2', 'JuliusMocky', ''),
(17020, 1, 2439, '3', 'kennethadams957061177@outlook.com', ''),
(17021, 1, 2439, '4', '(184) 670-3531', ''),
(17022, 1, 2439, '5', 'google', ''),
(17023, 1, 2439, '6', 'best private browser', ''),
(17024, 1, 2439, '7', 'Hello dear friend! \r\nThe new generation browser antidetect command Ximera Secure browser \r\nantidetect  gives you an exclusive promo\r\ncode for free use of our software product! \r\nOnly use our gift coupon until the end of this month <b>\"652858\"</b> to activate the free promo period. \r\nDo not forget about our advantages and keep your work on the Internet anonymous and safe!\r\nWe wish you good luck, with respect to the project \r\n<a href=https://ximpro.site><b>Ximera(c)</b></a> \r\n \r\n \r\n<a href=https://ximpro.pro>adspower antidetect\r\n</a> \r\n<a href=https://ximpro.site>stealth browsing\r\n</a>', ''),
(17025, 1, 2440, '1', 'CarlosLak', ''),
(17026, 1, 2440, '2', 'CarlosLak', ''),
(17027, 1, 2440, '3', 'mindcontrol21@outlook.com', ''),
(17028, 1, 2440, '4', '(544) 766-0664', ''),
(17029, 1, 2440, '5', 'google', ''),
(17030, 1, 2440, '6', 'займы онлайн на карту срочно круглосуточно', ''),
(17031, 1, 2440, '7', 'Займы онлайн на карту без отказа 2022 - получите займы онлайн на карту без риска отказа в 2022 году. Многие МФО предоставляют актуальные условия и улучшенные предложения для клиентов в текущем году. Обратитесь к надежным МФО и получите нужные средства на карту без лишних сложностей.\r\n<a href=http://cow-leech.ru>мкк займы срочно онлайн</a>\r\n \r\nочень срочный займ на карту онлайн\r\n \r\n<a href=https://alisa-studia.ru>займы новые онлайн малоизвестные без отказа</a>', ''),
(17032, 1, 2441, '1', 'JohnnyVAP', ''),
(17033, 1, 2441, '2', 'JohnnyVAP', ''),
(17034, 1, 2441, '3', 'jtxfwi@course-fitness.com', ''),
(17035, 1, 2441, '4', '(262) 688-1431', ''),
(17036, 1, 2441, '5', 'google', ''),
(17037, 1, 2441, '6', 'Game LIFE 遊戲情報', ''),
(17038, 1, 2441, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(17039, 1, 2442, '1', 'AndrewThofe', ''),
(17040, 1, 2442, '2', 'AndrewThofe', ''),
(17041, 1, 2442, '3', 'xopo7b@course-fitness.com', ''),
(17042, 1, 2442, '4', '(112) 837-1703', ''),
(17043, 1, 2442, '5', 'google', ''),
(17044, 1, 2442, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(17045, 1, 2442, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(17046, 1, 2443, '1', 'HikIran', ''),
(17047, 1, 2443, '2', 'HikIran', ''),
(17048, 1, 2443, '3', 'contact@storymode.ir', ''),
(17049, 1, 2443, '4', '(085) 002-2711', ''),
(17050, 1, 2443, '5', 'google', ''),
(17051, 1, 2443, '6', 'best cctv for iranian market', ''),
(17052, 1, 2443, '7', '<p><a href=\"خرید%20دوربین%20هایک%20ویژن%20از%20نمایندگی%20اصلی%20هایک%20ویژن%20در%20تهران\" target=\"_blank\" rel=\"noopener\">خرید دوربین هایک ویژن</a> از نمایندگی اصلی هایک ویژن در تهران&nbsp;</p>', ''),
(17053, 1, 2444, '1', 'Tigran Ayrapetyan', ''),
(17054, 1, 2444, '2', 'Tigran Ayrapetyan', ''),
(17055, 1, 2444, '3', 'ujn2esbgakah@opayq.com', ''),
(17056, 1, 2444, '4', '(816) 061-5621', ''),
(17057, 1, 2444, '5', 'google', ''),
(17058, 1, 2444, '6', 'Capital Business Funding', ''),
(17059, 1, 2444, '7', 'Hello, \r\n \r\nWe provide funding through our venture capital company to both start-up and existing companies either looking for funding for expansion or to accelerate growth in their company. \r\nWe have a structured joint venture investment plan in which we are interested in an annual return on investment not more than 10% ROI. We are also currently structuring a convertible debt and loan financing of 3% interest repayable annually with no early repayment penalties. \r\n \r\nWe would like to review your business plan or executive summary to understand a much better idea of your business and what you are looking to do, this will assist in determining the best possible investment structure we can pursue and discuss more extensively. \r\n \r\n \r\nI hope to hear back from you soon. \r\n \r\nSincerely, \r\n \r\nTigran Ayrapetyan \r\nInvestment Director \r\nDevcorp International E.C. \r\nP.O Box 10236 Shop No. 305 \r\nFlr 3 Manama Centre, Bahrain \r\nEmail: tigran.a@devcorpinternationalec.com', ''),
(17060, 1, 2445, '1', 'YWDoKUwacu', ''),
(17061, 1, 2445, '2', 'YWDoKUwacu', ''),
(17062, 1, 2445, '3', 'callvisvetlana@list.ru', ''),
(17063, 1, 2445, '4', '(463) 275-5260', ''),
(17064, 1, 2445, '5', 'google', ''),
(17065, 1, 2445, '6', 'Этот год запомнится на долгие времена', ''),
(17066, 1, 2445, '7', 'Этот год запомнится на долгие времена https://senler.ru/a/2d0za/5job/534556554-EzHLAvMhU2D https://google.com gangagen.com', ''),
(17067, 1, 2446, '1', 'Luisa', ''),
(17068, 1, 2446, '2', 'Gersten', ''),
(17069, 1, 2446, '3', 'seosubmitter@mail.com', ''),
(17070, 1, 2446, '4', '(502) 896-3838', ''),
(17071, 1, 2446, '5', 'Luisa Gersten', ''),
(17072, 1, 2446, '6', 'Boost Your Website\'s Performance with High-Quality Web Traffic!', ''),
(17073, 1, 2446, '7', 'Hello gangagen.com webmaster,\r\n\r\nAre you looking to enhance your website\'s visibility and drive more targeted visitors? Look no further! We offer the perfect solution: High-Quality Organic Website Traffic.\r\n\r\nHere\'s why you should consider it:\r\n\r\n1. 100% Safety: Our Website Traffic is completely safe for your site, ensuring worry-free optimization.\r\n2. Real Visitors: No bots, proxies, or data centers! Experience genuine traffic from real visitors with unique IPs.\r\n3. Search Engine and Social Media Traffic: Benefit from increased exposure through targeted keyword-driven traffic from search engines and referrals from popular social media sites.\r\n4. Geo-Targeting: Reach your desired audience by receiving Website Traffic from USA/UK/CA/AU. Want more? Check out our FAQ section.\r\n5. Engaging Visitors: Enjoy a very low bounce rate, with visitors spending a long duration on your site and exploring multiple pages.\r\n6. Analytics Tracking: Easily track and analyze the effectiveness of our service using Google Analytics.\r\n7. Custom URL Tracking: With \"zeep.ly,\" we provide custom URL tracking, allowing you to monitor traffic sources effectively.\r\n8. Boost SEO and SERP Rankings: Increase your website\'s visibility, improve SEO efforts, and maximize your profit potential through CPM.\r\n\r\nTake action now and give your website the traffic it deserves! visit link below to purchase Web Traffic today.\r\n\r\n=>>> https://zeep.ly/skZHS\r\n\r\nThanks, \r\nGersten\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n   \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnited States, KY, Louisville, 40207, 1485 Karen Lane\r\n \r\nTo stop any further communication through your website form, Please reply with subject:  Unsubscribe gangagen.com', ''),
(17074, 1, 2447, '1', 'RNS-MO-ehto', ''),
(17075, 1, 2447, '2', 'RNS-MO-ehto', ''),
(17076, 1, 2447, '3', 'support@rns-50.ru', ''),
(17077, 1, 2447, '4', '(748) 643-8666', ''),
(17078, 1, 2447, '5', 'google', ''),
(17079, 1, 2447, '6', 'Разрешение на строительство москва перечень документов', ''),
(17080, 1, 2447, '7', 'Разрешение на строительство — это административный запись, предоставленный уполномоченными инстанциями государственного аппарата или субъектного руководства, который позволяет начать строительство или производство строительных операций. \r\n<a href=https://rns-50.ru/>Получение рнс</a> задает юридические основы и требования к строительным операциям, включая дозволенные категории работ, допустимые материалы и подходы, а также включает строительные регламенты и комплекты безопасности. Получение разрешения на строительную деятельность является обязательным документов для строительной сферы.', ''),
(17081, 1, 2448, '1', 'Eric', ''),
(17082, 1, 2448, '2', 'Jones', ''),
(17083, 1, 2448, '3', 'ericjonesmyemail@gmail.com', ''),
(17084, 1, 2448, '4', '(555) 555-1212', ''),
(17085, 1, 2448, '5', 'QLD', ''),
(17086, 1, 2448, '6', 'There they go…', ''),
(17087, 1, 2448, '7', 'Hi gangagen.com Webmaster!\r\n\r\nMy name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(17088, 1, 2449, '1', 'PetarCoelp', ''),
(17089, 1, 2449, '2', 'PetarCoelp', ''),
(17090, 1, 2449, '3', 'spbetcas956@gmail.com', ''),
(17091, 1, 2449, '4', '(106) 844-5582', ''),
(17092, 1, 2449, '5', 'google', ''),
(17093, 1, 2449, '6', 'gеt nоw # bіg bonus', ''),
(17094, 1, 2449, '7', 'Best onlіnе саsіno \r\nBіg bоnus аnd Frееsріns \r\nSpоrt bеttіng аnd pоkеr \r\n \r\ngo now https://tinyurl.com/53ffy2wr', ''),
(17095, 1, 2450, '1', 'Daviddilky', ''),
(17096, 1, 2450, '2', 'Daviddilky', ''),
(17097, 1, 2450, '3', 'tllly5@course-fitness.com', ''),
(17098, 1, 2450, '4', '(853) 101-8456', ''),
(17099, 1, 2450, '5', 'google', ''),
(17100, 1, 2450, '6', '冠天下娛樂城', ''),
(17101, 1, 2450, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://gtx.tw/', ''),
(17102, 1, 2451, '1', 'DavidMet', ''),
(17103, 1, 2451, '2', 'DavidMet', ''),
(17104, 1, 2451, '3', 'yos1v@course-fitness.com', ''),
(17105, 1, 2451, '4', '(482) 286-8158', ''),
(17106, 1, 2451, '5', 'google', ''),
(17107, 1, 2451, '6', '第一借錢網擁有全台最多的借錢資訊', ''),
(17108, 1, 2451, '7', '第一借錢網擁有全台最多的借錢資訊 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(17109, 1, 2452, '1', 'ANAGHA', ''),
(17110, 1, 2452, '2', 'CS', ''),
(17111, 1, 2452, '3', 'anaghacs1499@gmail.com', ''),
(17112, 1, 2452, '4', '(805) 042-9678', ''),
(17113, 1, 2452, '5', 'JSS Academy Of Higher Education and Research', ''),
(17114, 1, 2452, '6', 'Regarding job vacancy', ''),
(17115, 1, 2452, '7', 'I am Anagha CS, I have completed my MSc. Medical Genetics & Genomics from JSS Academy of Higher Education & Research, Mysore. I am looking for wet lab work as Research Assistant in the field of Medical/Human Genetics Or Molecular Biology. Is there any vacancy in your lab? \r\n\r\nThank you\r\nRegards,\r\nAnagha CS\r\nMSc. Medical Genetics and Genomics\r\nJSS Medical College\r\nJSS Academy of Higher Education and Research\r\nMysore- 570015', ''),
(17116, 1, 2453, '1', 'Ernestagets', ''),
(17117, 1, 2453, '2', 'Ernestagets', ''),
(17118, 1, 2453, '3', '1w1vvf@course-fitness.com', ''),
(17119, 1, 2453, '4', '(064) 557-0131', ''),
(17120, 1, 2453, '5', 'google', ''),
(17121, 1, 2453, '6', '淫色精典大百尻：男男女女爽歪歪 - 成人影片線上看!ENDVALUE!', ''),
(17122, 1, 2453, '7', '淫色精典大百尻：男男女女爽歪歪 - 成人影片線上看 \r\n \r\n \r\nhttps://9jgirl.com/', ''),
(17123, 1, 2454, '1', 'WilliamHIX', ''),
(17124, 1, 2454, '2', 'WilliamHIX', ''),
(17125, 1, 2454, '3', 'd7gpi@course-fitness.com', ''),
(17126, 1, 2454, '4', '(645) 154-1068', ''),
(17127, 1, 2454, '5', 'google', ''),
(17128, 1, 2454, '6', '539、91 casino、ดราก้อนฮาร์ท', ''),
(17129, 1, 2454, '7', '539、91 casino、ดราก้อนฮาร์ท \r\n \r\n \r\n \r\n \r\nhttps://9jthai.com', ''),
(17130, 1, 2455, '1', 'RandallNab', ''),
(17131, 1, 2455, '2', 'RandallNab', ''),
(17132, 1, 2455, '3', 'ubpuf8@course-fitness.com', ''),
(17133, 1, 2455, '4', '(206) 610-8666', ''),
(17134, 1, 2455, '5', 'google', ''),
(17135, 1, 2455, '6', '91 casino、Baccarat、GAME BÀ X9', ''),
(17136, 1, 2455, '7', '91 casino、Baccarat、GAME BÀ X9 \r\n \r\n \r\n \r\nhttps://9jvn.net', ''),
(17137, 1, 2456, '1', 'DonaldTably', ''),
(17138, 1, 2456, '2', 'DonaldTably', ''),
(17139, 1, 2456, '3', 'dnwpt@course-fitness.com', ''),
(17140, 1, 2456, '4', '(635) 134-8323', ''),
(17141, 1, 2456, '5', 'google', ''),
(17142, 1, 2456, '6', '品空間 - Goûter Space', ''),
(17143, 1, 2456, '7', '品空間 - Goûter Space \r\n \r\n \r\nhttps://gouterspace.com/', ''),
(17144, 1, 2457, '1', 'CharlesPQ', ''),
(17145, 1, 2457, '2', 'CharlesPQ', ''),
(17146, 1, 2457, '3', 'semen26041975@hotmail.com', ''),
(17147, 1, 2457, '4', '(673) 380-1176', ''),
(17148, 1, 2457, '5', 'google', ''),
(17149, 1, 2457, '6', 'Pretty Slim Big Tits Teen 69 Sex!', ''),
(17150, 1, 2457, '7', '<a href=https://images.google.kz/url?q=https://www.69videosx.com>69VideosX.com</a> freshest and newest porn videos! \r\nSpecial XXX top quality & rated content from all the world, from all <a href=http://maps.google.com.pe/url?q=https://www.69videosx.com>best porno video</a> sites: xvideos, redtube, pornhub, xhamster, xnxx, beeg, youporn, porn and other! \r\nAlso have amateur homemade sex collections from socials like facebook, reddit, Tumblr, vkontake couple sex, telegram porn videos, japanese & thai girls fuck in line chats, Whatsapp XXX girls! All <a href=http://maps.google.co.il/url?q=https://www.69videosx.com>best porn videos</a> we collect for you on 69VideosX! \r\n \r\nhttp://images.google.ws/url?q=https://www.69videosx.com\r\nhttp://www.google.im/url?q=https://www.69videosx.com\r\nhttp://images.google.bg/url?q=https://www.69videosx.com\r\nhttps://images.google.co.cr/url?q=https://www.69videosx.com\r\nhttps://images.google.vu/url?q=https://www.69videosx.com', ''),
(17151, 1, 2458, '1', 'JosephNek', ''),
(17152, 1, 2458, '2', 'JosephNek', ''),
(17153, 1, 2458, '3', 'no.reply.MarkusMoreau@gmail.com', ''),
(17154, 1, 2458, '4', '(715) 327-4414', ''),
(17155, 1, 2458, '5', 'google', ''),
(17156, 1, 2458, '6', 'A sophisticated system of email delivery.', ''),
(17157, 1, 2458, '7', 'Good day! gangagen.com \r\n \r\nDid you know that it is possible to send appeal accurately and legally? We are suggesting a new and legitimate method of sending business proposals through feedback forms. You can locate these kinds of feedback forms on many sites. \r\nWhen such requests are sent, no personal data is used and messages are securely routed to forms designed to receive them and any subsequent appeals. Due to their importance, messages sent via Communication Forms have less of a chance of ending up as spam. \r\nWe offer you the chance to try out our service for free. \r\nWe are able to send up to 50,000 messages for you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis letter is automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype  live:feedbackform2019 \r\nWhatsApp  +375259112693 \r\nWhatsApp  https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.', ''),
(17158, 1, 2459, '1', 'Eric', ''),
(17159, 1, 2459, '2', 'Jones', ''),
(17160, 1, 2459, '3', 'ericjonesmyemail@gmail.com', ''),
(17161, 1, 2459, '4', '(555) 555-1212', ''),
(17162, 1, 2459, '5', 'BW', ''),
(17163, 1, 2459, '6', 'There they go…', ''),
(17164, 1, 2459, '7', 'Hello gangagen.com Administrator! my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(17165, 1, 2460, '1', 'Williamcaump', ''),
(17166, 1, 2460, '2', 'Williamcaump', ''),
(17167, 1, 2460, '3', 'oqosxr@course-fitness.com', ''),
(17168, 1, 2460, '4', '(354) 761-4674', ''),
(17169, 1, 2460, '5', 'google', ''),
(17170, 1, 2460, '6', 'phim sex、trác kim hoa、91 casino', ''),
(17171, 1, 2460, '7', 'phim sex、trác kim hoa、91 casino \r\n \r\n \r\nhttps://9jvn.com', ''),
(17172, 1, 2461, '1', 'NOOfMRuMcI', ''),
(17173, 1, 2461, '2', 'NOOfMRuMcI', ''),
(17174, 1, 2461, '3', 'callvisvetlana@list.ru', ''),
(17175, 1, 2461, '4', '(864) 665-6003', ''),
(17176, 1, 2461, '5', 'google', ''),
(17177, 1, 2461, '6', 'Этот год запомнится на долгие времена', ''),
(17178, 1, 2461, '7', 'Этот год запомнится на долгие времена https://senler.ru/a/2d0za/5job/534556554-szqhH08WNoy https://mail.ru gangagen.com', ''),
(17179, 1, 2462, '1', 'Eric', ''),
(17180, 1, 2462, '2', 'Jones', ''),
(17181, 1, 2462, '3', 'ericjonesmyemail@gmail.com', ''),
(17182, 1, 2462, '4', '(555) 555-1212', ''),
(17183, 1, 2462, '5', 'BW', ''),
(17184, 1, 2462, '6', 'Strike when the iron’s hot', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(17185, 1, 2462, '7', 'Hello gangagen.com Admin!\r\n\r\nI just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(17186, 1, 2463, '1', 'RobertHeabe', ''),
(17187, 1, 2463, '2', 'RobertHeabe', ''),
(17188, 1, 2463, '3', 'fevgen708@gmail.com', ''),
(17189, 1, 2463, '4', '(115) 818-6370', ''),
(17190, 1, 2463, '5', 'google', ''),
(17191, 1, 2463, '6', 'News 2023', ''),
(17192, 1, 2463, '7', 'Custom Cookie Cutters Embossing, Custom Logo, Custom Dog/Cat/Pet face, Christmas Stamps, Halloween, Line Art Stamps, Boho Stamps, Botanical Stamps, Numbers Letters', ''),
(17193, 1, 2464, '1', 'James', ''),
(17194, 1, 2464, '2', 'Smith', ''),
(17195, 1, 2464, '3', 'verena.ashburn@googlemail.com', ''),
(17196, 1, 2464, '4', '(905) 361-6885', ''),
(17197, 1, 2464, '5', 'Verena Ashburn', ''),
(17198, 1, 2464, '6', 'Hiya   Can this be confirmed?', ''),
(17199, 1, 2464, '7', 'Hi There,\r\n\r\nI found some issues with your reviews which could be limiting your traffic. Resolve them at https://rokl.ink/positive-reviews\r\n\r\nRegards \r\n\r\n James  Smith \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n//Optout//\r\n\r\nTo stop receiving any further communication, \r\nplease opt out at https://rokl.ink/optout', ''),
(17200, 1, 2465, '1', 'Mike Dickinson', ''),
(17201, 1, 2465, '2', 'Mike Dickinson', ''),
(17202, 1, 2465, '3', 'mikePovaTasy@gmail.com', ''),
(17203, 1, 2465, '4', '(757) 133-4318', ''),
(17204, 1, 2465, '5', 'google', ''),
(17205, 1, 2465, '6', 'Free backlink clean up service - Limited Time offer', ''),
(17206, 1, 2465, '7', 'Hi there \r\n \r\nMy name is Mike Dickinson\r\n and I\'m a search engine optimization specialist at Hilkom Digital \r\n \r\nUpon further review of the gangagen.com baclink profile, I noticed a moderate percentage of toxic links. \r\n \r\nHaving your backlink profile in order is crucial for your position in the search results. \r\n \r\nAllow us to eliminate any harmful backlinks that may be linking to your website, thereby ensuring that you will achieve a higher ranking for your keywords within a few weeks. \r\n \r\n \r\nStart recovering your ranks today, for free: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\n \r\n \r\nRegards \r\nMike Dickinson\r\n Hilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', ''),
(17207, 1, 2466, '1', 'QuitoSkivy', ''),
(17208, 1, 2466, '2', 'QuitoSkivy', ''),
(17209, 1, 2466, '3', 'yrsojebltsn@bobbor.store', ''),
(17210, 1, 2466, '4', '(137) 117-2818', ''),
(17211, 1, 2466, '5', 'google', ''),
(17212, 1, 2466, '6', 'Магазин детской одежды - предлагаем широкий выбор стильной и качественной одежды для детей всех возрастов, от младенцев до подростков.', ''),
(17213, 1, 2466, '7', 'Купить одежду для детей - только в нашем интернет-магазине вы найдете низкие цены. Быстрей всего сделать заказ на детские товары оптом можно только у нас! \r\n<a href=https://barakhlysh.ru/>детский трикотаж оптом</a> \r\nодежда для детей - <a href=https://www.barakhlysh.ru>https://barakhlysh.ru/</a> \r\n<a href=http://openroadbicycles.com/?URL=barakhlysh.ru>http://google.hn/url?q=http://barakhlysh.ru</a> \r\n \r\n<a href=https://aibestwrite.com/2022/08/10/hello-world/#comment-166>Одежда детская - предлагаем широкий выбор стильной и качественной одежды для детей всех возрастов, от младенцев до подростков.</a> f97f198', ''),
(17214, 1, 2467, '1', 'ScottImich', ''),
(17215, 1, 2467, '2', 'ScottImich', ''),
(17216, 1, 2467, '3', 'cqurys@outlook.com', ''),
(17217, 1, 2467, '4', '(168) 203-1368', ''),
(17218, 1, 2467, '5', 'google', ''),
(17219, 1, 2467, '6', 'Рейтинг встраиваемых холодильников без морозильной камеры: ТОП лучших однокамерных моделей', ''),
(17220, 1, 2467, '7', '\"Источник всесторонней информации о мировых событиях\" - Посетив этот информационный сайт, вы будете всегда в курсе последних новостей и событий, происходящих в различных странах. Благодаря своему надежному источнику новостей, сайт предлагает объективные материалы о политике, экономике, науке, культуре и других сферах жизни. \r\n \r\n\"Ваш проводник в мир науки и технологий\" - Этот информационный сайт станет отличным помощником для всех, кто интересуется научными открытиями и последними технологическими достижениями. Здесь вы найдете увлекательные статьи, интервью с учеными и аналитические обзоры о новейших тенденциях в различных областях знаний. \r\n \r\n \r\nhttps://avtoataman.ru/avtozapchasti-dlya-gruzovikov-volvo/ \r\n \r\nhttps://avtoataman.ru/marka-sovremennyh-avtomobilej-eksid/ \r\n \r\nhttps://avtoataman.ru/preimushhestva-pokupki-avto-v-kitae/ \r\n \r\nhttps://avtoataman.ru/preimushhestvennye-modeli-marki-exeed/ \r\n \r\nhttps://aboutmycar.ru/avtoobzory/kak-kupit-novyj-avtomobil-lada/ \r\n \r\nhttps://aboutmycar.ru/obsluzhivanie-avtomobilya/bezopasnost/kak-poluchit-spravku-dlya-sorevnovanij/ \r\n \r\nhttps://aboutmycar.ru/obsluzhivanie-avtomobilya/uslugi-evakuatora-v-usloviyah-goroda/ \r\n \r\nhttps://avtomire.ru/hodovaya-avtomobilya/kompanija-intercargo-pomoshhnik-v-priobretenii-avtomobilja/ \r\n \r\nhttps://avtovestie.ru/obzor-exeed-txl-ot-dilera/ \r\n \r\nhttps://avtovestie.ru/preimushhestva-i-otzyvy-marki-avtomobilej-exeed/ \r\n \r\n \r\n\"Откройте для себя мир искусства и культуры\" - Этот информационный сайт предлагает уникальные материалы об искусстве, культуре и истории различных народов. Посетив его, вы узнаете о знаменитых художниках, культурных мероприятиях, архитектурных шедеврах и других интересных аспектах человеческого творчества. \r\n \r\n\"Погрузитесь в увлекательный мир научно-популярных знаний\" - Этот информационный сайт предлагает понятные и интересные объяснения сложных научных концепций и явлений. Здесь вы найдете занимательные статьи, видео и иллюстрации, которые помогут расширить ваш кругозор и понять мир вокруг себя лучше. \r\n \r\n\"Сайт для истинных ценителей спорта\" - Если вы увлечены спортом и хотите быть в курсе последних событий в мире спорта, то этот информационный сайт станет вашим незаменимым источником. Здесь вы найдете новости о крупнейших спортивных событиях, интервью с спортсменами, статистику и аналитику, которые помогут вам следить за любимыми командами и игроками.', ''),
(17221, 1, 2468, '1', 'Jack', ''),
(17222, 1, 2468, '2', 'Parker', ''),
(17223, 1, 2468, '3', 'robert.armand@hotmail.com', ''),
(17224, 1, 2468, '4', '(724) 949-5860', ''),
(17225, 1, 2468, '5', 'Armand Robert', ''),
(17226, 1, 2468, '6', 'Dear gangagen.com Owner!', ''),
(17227, 1, 2468, '7', 'Great news! I\'m excited to share that Jasper AI has revolutionized your business, propelling it towards unprecedented growth. \r\n\r\nWith our cutting-edge solutions, we\'ve enhanced your social marketing strategies and much more. But that\'s not all! \r\n\r\nClick the link below and enjoy an entire week of complimentary benefits as our special gift to you.\r\n\r\nhttps://jasper.ai/free-trial?fpr=aiprofit\r\n\r\nBest \r\nJack', ''),
(17228, 1, 2469, '1', 'dorothyxp18', ''),
(17229, 1, 2469, '2', 'dorothyxp18', ''),
(17230, 1, 2469, '3', 'rowenaux5@yoshito78.mailscan.site', ''),
(17231, 1, 2469, '4', '(060) 466-4044', ''),
(17232, 1, 2469, '5', 'google', ''),
(17233, 1, 2469, '6', 'Nude Sex Pics, Sexy Naked Women, Hot Girls Porn', ''),
(17234, 1, 2469, '7', 'Girls of Desire: All babes in one place, crazy, art\r\nhttp://pornxxx.hotblognetwork.com/?post-jaiden \r\n\r\n milf anal porn compilation adult video porn free sisters porn website miley cryrus porn old granny sluts on porn tube', ''),
(17235, 1, 2470, '1', 'Allen', ''),
(17236, 1, 2470, '2', 'Young', ''),
(17237, 1, 2470, '3', 'allen@fundingready.online', ''),
(17238, 1, 2470, '4', '(202) 991-6766', ''),
(17239, 1, 2470, '5', 'Express Capital', ''),
(17240, 1, 2470, '6', 'Something to consider', ''),
(17241, 1, 2470, '7', 'Hello,\r\n\r\nI hope you are doing well, and business is Great!\r\n\r\nAs a business owner you already know how hard it can be to get your hands on some working capital!\r\n\r\nHowever, all that has changed! \r\n\r\nExpress Capital is a Direct Lender who would like to offer you a working capital loan up to 500k.\r\n \r\nGet pre-qualified in less than 30 seconds without having your credit pulled or submitting a single document. \r\n\r\nJust click on the link to INSTANTLY see how much you qualify for www.expresscapitalcorp.com \r\n\r\n\r\nWarm Regards,\r\n\r\nAllen Young\r\nExpress Capital\r\nwww.expresscapitalcorp.com \r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.expresscapitalcorp.com/unsubscribe \r\n\r\nor write to:\r\n\r\nExpress Capital\r\n9169 W State St #3242\r\nGarden City, ID 83714', ''),
(17242, 1, 2471, '1', 'Pearline', ''),
(17243, 1, 2471, '2', 'Aragon', ''),
(17244, 1, 2471, '3', 'aragon.pearline@gmail.com', ''),
(17245, 1, 2471, '4', '(712) 203-6985', ''),
(17246, 1, 2471, '5', 'Pearline Aragon', ''),
(17247, 1, 2471, '6', 'Do you have enough  customers?', ''),
(17248, 1, 2471, '7', 'Do you need targeted Customers emails and phone numbers , so I am here to help you check out  my Fiverr 5 stares profile serving over 880 happy customers\r\n contact me here and tell me what you need  ===== >  https://tinyurl.com/sywma6z3\r\nSee you there\r\n\r\nRegards\r\nAwals', ''),
(17249, 1, 2472, '1', 'Mark', ''),
(17250, 1, 2472, '2', 'Hoffman', ''),
(17251, 1, 2472, '3', 'matt@ga4consulting.com', ''),
(17252, 1, 2472, '4', '(512) 675-1665', ''),
(17253, 1, 2472, '5', 'BHT', ''),
(17254, 1, 2472, '6', 'Have you connected Google Analytics 4 yet? gangagen.com Administrator. -  Have you heard about Google Analytics 4? Use the power of AI to upgrade your conversion tracking for Google Ads.', ''),
(17255, 1, 2472, '7', 'Your Universal Analytics account is no longer collecting visitor data.\r\n\r\nIts time to upgrade to Google Analytics 4! \r\n\r\nText \"BHT\" to (512) 675-1665 to begin!\r\n\r\n\r\nBest,\r\n\r\nMark\r\nBlue Highlighted Text\r\n422 W Riverside Dr.\r\nAustin, TX 78704\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nreply opt out', ''),
(17256, 1, 2474, '1', 'Eric', ''),
(17257, 1, 2474, '2', 'Jones', ''),
(17258, 1, 2474, '3', 'ericjonesmyemail@gmail.com', ''),
(17259, 1, 2474, '4', '(555) 555-1212', ''),
(17260, 1, 2474, '5', 'VIC', ''),
(17261, 1, 2474, '6', 'Cool website!', ''),
(17262, 1, 2474, '7', 'Hello gangagen.com Webmaster.\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(17263, 1, 2475, '1', 'Charlesmex', ''),
(17264, 1, 2475, '2', 'Charlesmex', ''),
(17265, 1, 2475, '3', 'heldkf@course-fitness.com', ''),
(17266, 1, 2475, '4', '(655) 700-7520', ''),
(17267, 1, 2475, '5', 'google', ''),
(17268, 1, 2475, '6', '點子數位科技有限公司', ''),
(17269, 1, 2475, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(17270, 1, 2476, '1', 'JamesTox', ''),
(17271, 1, 2476, '2', 'JamesTox', ''),
(17272, 1, 2476, '3', 'uvdiy4@course-fitness.com', ''),
(17273, 1, 2476, '4', '(245) 860-4858', ''),
(17274, 1, 2476, '5', 'google', ''),
(17275, 1, 2476, '6', '點子數位科技有限公司 \n \nhttps://spot-digital.com.tw/', ''),
(17276, 1, 2476, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(17277, 1, 2477, '1', 'Robertmek', ''),
(17278, 1, 2477, '2', 'Robertmek', ''),
(17279, 1, 2477, '3', '4mnd0@course-fitness.com', ''),
(17280, 1, 2477, '4', '(400) 072-5106', ''),
(17281, 1, 2477, '5', 'google', ''),
(17282, 1, 2477, '6', 'unethost無限空間虛擬主機 技術分享部落格', ''),
(17283, 1, 2477, '7', 'unethost無限空間虛擬主機 技術分享部落格 \r\n \r\nhttp://blog.unethost.com/', ''),
(17284, 1, 2478, '1', 'Untok', ''),
(17285, 1, 2478, '2', 'Untok', ''),
(17286, 1, 2478, '3', 'clpdgt9w@yahoo.com', ''),
(17287, 1, 2478, '4', '(057) 161-7052', ''),
(17288, 1, 2478, '5', 'google', ''),
(17289, 1, 2478, '6', 'I promised.', ''),
(17290, 1, 2478, '7', 'Hi, this is Julia. I am sending you my intimate photos as I promised. https://tinyurl.com/2dakhb7s', ''),
(17291, 1, 2479, '1', 'ismailfisher', ''),
(17292, 1, 2479, '2', 'ismailfisher', ''),
(17293, 1, 2479, '3', 'ismailfisher@rambler.ru', ''),
(17294, 1, 2479, '4', '(076) 883-0681', ''),
(17295, 1, 2479, '5', 'google', ''),
(17296, 1, 2479, '6', 'Про мореплаванье', ''),
(17297, 1, 2479, '7', 'Купить качественную химию для мойки катеров <a href=http://regionsv.ru/chem4.html>Какой химией отмыть днище лодки</a>. Высокая эффективность мойки. Отмывает даже стойкие загрязнения.  Какой я отмывал катер. Как быстро отмыть катеров от тины и водорослей. \r\nМойка днища пластикового и алюминиевого катера без забот. быстро и бюджетно. \r\n \r\nКак очистить форсунки автомобиля своими руками  <a href=http://www.uzo.matrixplus.ru/>Очистка ультразвуком и очистители</a> какие очистители существуют в природе. Степень ультразвуковой очистки в зависимости от загрязнения. Практические занятия. \r\n \r\nКак собирать 8-ми битный ПК, старинные компьютеры на микропроцессорах Z80 и к580вм80а, к1821вм85, i8085 - для школьников<a href=http://rdk.regionsv.ru/>Сборка и настройка компьютера Орион-128, Сборка ЮТ-88</a> \r\n \r\nХимия для ультразвуковой очистки и тестовые жидкости проверки форсунок <a href=http://www.matrixboard.ru>www.matrixboard.ru</a> \r\n \r\nКупить качественную химию для мойки, Купить автошампуни, химию для уборки <a href=http://www.matrixplus.ru>составы для очистки днища катера, лодки, яхты</a> \r\n \r\nХимия для ультразвуковой очистки форсунок и деталей <a href=http://regionsv.ru/chem6.html>Как самому промыть форсунки автомобиля</a> \r\n \r\n<a href=http://wc.matrixplus.ru>Вся наука для яхтсменов, плаванье по рекам, озерам, морям</a> \r\n \r\n<a href=http://wb.matrixplus.ru>Плаванье по рекам, озерам, морям</a> в Российской федирации \r\n \r\n<a href=http://boat.matrixplus.ru>проверки яхты и катера</a>  навигация и что с этим связано, Купить права на катеров, лодку гидроцикл', ''),
(17298, 1, 2480, '1', 'Rafaelacale', ''),
(17299, 1, 2480, '2', 'Rafaelacale', ''),
(17300, 1, 2480, '3', 'ocnka@course-fitness.com', ''),
(17301, 1, 2480, '4', '(526) 413-5620', ''),
(17302, 1, 2480, '5', 'google', ''),
(17303, 1, 2480, '6', 'สูตรบาคาร่า ใช้ได้จริง、คาสิโนสด、บาคาร่า', ''),
(17304, 1, 2480, '7', 'สูตรบาคาร่า ใช้ได้จริง、คาสิโนสด、บาคาร่า \r\n \r\n \r\n \r\nhttps://ku77bet.org', ''),
(17305, 1, 2481, '1', 'CatherinagoB', ''),
(17306, 1, 2481, '2', 'CatherinagoB', ''),
(17307, 1, 2481, '3', 'catherinagoB@omhair.com', ''),
(17308, 1, 2481, '4', '(130) 413-6073', ''),
(17309, 1, 2481, '5', 'google', ''),
(17310, 1, 2481, '6', 'Ι аm an оrdinаry girl. Ι want to mееt аn ordіnary serіous man.', ''),
(17311, 1, 2481, '7', 'Hiǃ\r\nΙ\'vе noticed that mаny guyѕ prеfer rеgulаr girls.\r\nI аррlaude thе men out therе who had the ballѕ tо enjоу thе lоve оf many women аnd сhоoѕe thе one thаt hе knew wоuld bе hіs bеѕt frіend during the bumрy and crazу thіng сallеd lifе.\r\nI wantеd tо be that frіеnd, not juѕt а ѕtablе, relіаblе and borіng hоusewifе.\r\nΙ аm 22 уеarѕ оld, Cаtherinа, frоm thе Сzech Rерublіс, knоw Еnglіѕh lаnguаge alѕo.\r\nAnуwау, уou саn fіnd my profilе hеre: http://canviotrudlikeci.tk/idi-88695/', ''),
(17312, 1, 2482, '1', 'Lucy', ''),
(17313, 1, 2482, '2', 'Playford', ''),
(17314, 1, 2482, '3', 'futuremarketinglads@gmail.com', ''),
(17315, 1, 2482, '4', '(306) 492-8936', ''),
(17316, 1, 2482, '5', 'Lucy Playford', ''),
(17317, 1, 2482, '6', 'Are you interested in buying university guest post backlinks?', ''),
(17318, 1, 2482, '7', 'Hey,\r\n\r\nI hope this email finds you well.\r\n\r\nI am the outreach manager at Digimarketinglads.\r\n\r\nI understand the importance of acquiring high-quality backlinks and the effort it takes to obtain them.\r\n\r\nI am aware of your concerns about the challenges of obtaining backlinks for a well-ranked website.\r\n\r\nThat\'s why I am reaching out to introduce you to universities guest post service. Universities like columbia.edu, umass.edu , depaul.edu and many more with a strong ranking that could greatly benefit you.\r\n\r\nWe believe that placing your backlink on University websites would not only improve your website\'s ranking but also connect you with a large audience.\r\n\r\nDon\'t hesitate to seize this opportunity and expand your reach to a wider audience.\r\n\r\nAt digimarketinglads, our primary goal is to ensure customer satisfaction through our work.\r\n\r\nWe provide top-notch backlink services at competitive prices. \r\n\r\nFor further details or any queries, please feel free to contact us directly via email futuremarketinglads@gmail.com. \r\nIf you want complete list of available university sites or other guest post backlink sites that we offer you can let me know through email and I will send it to you \r\n\r\nWe eagerly await your positive response.\r\n\r\nBest regards,\r\n\r\nDigimarketinglads', ''),
(17319, 1, 2483, '1', 'Jacobagish', ''),
(17320, 1, 2483, '2', 'Jacobagish', ''),
(17321, 1, 2483, '3', 'links@thetorontosunnewstoday.com', ''),
(17322, 1, 2483, '4', '(586) 123-0365', ''),
(17323, 1, 2483, '5', 'google', ''),
(17324, 1, 2483, '6', 'Jackpot Bet Online', ''),
(17325, 1, 2483, '7', 'At Jackpotbetonline.com We bring you latest Gambling News, Casino Bonuses and offers from Top Operators,Online Casino Slots Tips, Sports Betting Tips, odds etc. \r\n \r\nPlease check for more info. :https://www.jackpotbetonline.com/', ''),
(17326, 1, 2484, '1', 'RobertJal', ''),
(17327, 1, 2484, '2', 'RobertJal', ''),
(17328, 1, 2484, '3', 'keithy2a.r.t.e.r.b.e.r.r.y.r.l.@gmail.com', ''),
(17329, 1, 2484, '4', '(282) 551-0404', ''),
(17330, 1, 2484, '5', 'google', ''),
(17331, 1, 2484, '6', 'remedy thrush', ''),
(17332, 1, 2484, '7', 'sore tongue remedies  <a href=\"\"> https://www.jotform.com/231531480239048 </a>  herbal potpourri ingredients', ''),
(17333, 1, 2485, '1', 'AuroraanomA', ''),
(17334, 1, 2485, '2', 'AuroraanomA', ''),
(17335, 1, 2485, '3', 'igor.sobolevkoh@yandex.ru', ''),
(17336, 1, 2485, '4', '(222) 303-1773', ''),
(17337, 1, 2485, '5', 'google', ''),
(17338, 1, 2485, '6', 'https://clck.ru/34acYe', ''),
(17339, 1, 2485, '7', 'https://clck.ru/34accG', ''),
(17340, 1, 2486, '1', 'LucillePoine', ''),
(17341, 1, 2486, '2', 'LucillePoine', ''),
(17342, 1, 2486, '3', 'lion.pirogoff@yandex.ru', ''),
(17343, 1, 2486, '4', '(054) 523-8147', ''),
(17344, 1, 2486, '5', 'google', ''),
(17345, 1, 2486, '6', 'https://clck.ru/34acfg', ''),
(17346, 1, 2486, '7', 'https://clck.ru/34acdr', ''),
(17347, 1, 2487, '1', 'Brucecrava', ''),
(17348, 1, 2487, '2', 'Brucecrava', ''),
(17349, 1, 2487, '3', 'tepfun@course-fitness.com', ''),
(17350, 1, 2487, '4', '(336) 180-0837', ''),
(17351, 1, 2487, '5', 'google', ''),
(17352, 1, 2487, '6', '冠天下', ''),
(17353, 1, 2487, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1bmail479e.com/', ''),
(17354, 1, 2488, '1', 'Eric', ''),
(17355, 1, 2488, '2', 'Jones', ''),
(17356, 1, 2488, '3', 'ericjonesmyemail@gmail.com', ''),
(17357, 1, 2488, '4', '(555) 555-1212', ''),
(17358, 1, 2488, '5', 'VC', ''),
(17359, 1, 2488, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(17360, 1, 2488, '7', 'Hello gangagen.com Administrator!\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(17361, 1, 2489, '1', 'Robertabrar', ''),
(17362, 1, 2489, '2', 'Robertabrar', ''),
(17363, 1, 2489, '3', 'qgzpkq@course-fitness.com', ''),
(17364, 1, 2489, '4', '(726) 833-5055', ''),
(17365, 1, 2489, '5', 'google', ''),
(17366, 1, 2489, '6', '小琪兒娛樂', ''),
(17367, 1, 2489, '7', '小琪兒娛樂 \r\n \r\n \r\nhttps://taipei9527.com/', ''),
(17368, 1, 2490, '1', 'EdwardJuila', ''),
(17369, 1, 2490, '2', 'EdwardJuila', ''),
(17370, 1, 2490, '3', 'bksb58@course-fitness.com', ''),
(17371, 1, 2490, '4', '(718) 832-1613', ''),
(17372, 1, 2490, '5', 'google', ''),
(17373, 1, 2490, '6', '冠天下娛樂城', ''),
(17374, 1, 2490, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(17375, 1, 2491, '1', 'Roxie', ''),
(17376, 1, 2491, '2', 'Stockton', ''),
(17377, 1, 2491, '3', 'seosubmitter@mail.com', ''),
(17378, 1, 2491, '4', '(604) 987-0080', ''),
(17379, 1, 2491, '5', 'Roxie Stockton', ''),
(17380, 1, 2491, '6', 'Boost Your Website\'s Success with High-Quality Organic Traffic!', ''),
(17381, 1, 2491, '7', 'Hello gangagen.com admin,\r\n\r\nAre you ready to take your website to new heights? \r\n\r\nBoost your online presence and skyrocket your profits with our exclusive Website Traffic service. \r\n\r\nNo bots or proxies, just real visitors. Targeted traffic from search engines and referral traffic from social media await you. \r\n\r\nClick now and start your journey to success! \r\n\r\nVisit:  https://zeep.ly/gvtnF\r\n\r\nBest regards,\r\nStockton\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n   \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nCanada, BC, North Vancouver, V5t 2c1, 2969 Keith Road\r\n \r\nTo stop any further communication through your website form, Please reply with subject:  Unsubscribe gangagen.com', ''),
(17382, 1, 2492, '1', 'Eric', ''),
(17383, 1, 2492, '2', 'Jones', ''),
(17384, 1, 2492, '3', 'ericjonesmyemail@gmail.com', ''),
(17385, 1, 2492, '4', '(555) 555-1212', ''),
(17386, 1, 2492, '5', 'BY', ''),
(17387, 1, 2492, '6', 'Try this, get more leads', ''),
(17388, 1, 2492, '7', 'Hello gangagen.com Admin.\r\n\r\nMy name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(17389, 1, 2493, '1', 'LandonDwexy', ''),
(17390, 1, 2493, '2', 'LandonDwexy', ''),
(17391, 1, 2493, '3', 'cs8pn@course-fitness.com', ''),
(17392, 1, 2493, '4', '(273) 411-4621', ''),
(17393, 1, 2493, '5', 'google', ''),
(17394, 1, 2493, '6', 'thời trang、trà sữa、Du lịch', ''),
(17395, 1, 2493, '7', 'thời trang、trà sữa、Du lịch \r\n \r\n \r\n \r\nhttps://saocoitintuc.com', ''),
(17396, 1, 2494, '1', 'Hugo', ''),
(17397, 1, 2494, '2', 'Nakamura', ''),
(17398, 1, 2494, '3', 'hugo.nakamura@hotmail.com', ''),
(17399, 1, 2494, '4', '(416) 495-2201', ''),
(17400, 1, 2494, '5', 'Hugo Nakamura', ''),
(17401, 1, 2494, '6', 'Do you have Marketing Video ?', ''),
(17402, 1, 2494, '7', 'Create your Marketing Short Videos in Seconds with super perfect tool \r\n\r\nTry it Now  ===> https://pictory.ai?ref=omar32\r\n\r\nRegards\r\nAwals', ''),
(17403, 1, 2495, '1', 'ThomasAssuh', ''),
(17404, 1, 2495, '2', 'ThomasAssuh', ''),
(17405, 1, 2495, '3', 'kka0@course-fitness.com', ''),
(17406, 1, 2495, '4', '(658) 753-5251', ''),
(17407, 1, 2495, '5', 'google', ''),
(17408, 1, 2495, '6', '滿天星娛樂城 STAR', ''),
(17409, 1, 2495, '7', '滿天星娛樂城 STAR \r\n \r\n \r\n \r\nhttps://xn--uis74a0us56agwe20i.com/', ''),
(17410, 1, 2496, '1', 'Gordonplunk', ''),
(17411, 1, 2496, '2', 'Gordonplunk', ''),
(17412, 1, 2496, '3', 'yh8xu@course-fitness.com', ''),
(17413, 1, 2496, '4', '(384) 271-2877', ''),
(17414, 1, 2496, '5', 'google', ''),
(17415, 1, 2496, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(17416, 1, 2496, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(17417, 1, 2497, '1', 'Haroldhyday', ''),
(17418, 1, 2497, '2', 'Haroldhyday', ''),
(17419, 1, 2497, '3', '2amw@course-fitness.com', ''),
(17420, 1, 2497, '4', '(577) 153-6288', ''),
(17421, 1, 2497, '5', 'google', ''),
(17422, 1, 2497, '6', '歐客佬精品咖啡!ENDVALUE!', ''),
(17423, 1, 2497, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(17424, 1, 2498, '1', 'Drozevers', ''),
(17425, 1, 2498, '2', 'Drozevers', ''),
(17426, 1, 2498, '3', 'frcites@yandex.com', ''),
(17427, 1, 2498, '4', '(534) 436-7423', ''),
(17428, 1, 2498, '5', 'google', ''),
(17429, 1, 2498, '6', 'Restoration of the bath cover', ''),
(17430, 1, 2498, '7', '<a href=https://megaremont.pro/brest-restavratsiya-vann>repair of bath coverings</a>', ''),
(17431, 1, 2499, '1', 'Denniskeype', ''),
(17432, 1, 2499, '2', 'Denniskeype', ''),
(17433, 1, 2499, '3', '7lewc@course-fitness.com', ''),
(17434, 1, 2499, '4', '(108) 715-1437', ''),
(17435, 1, 2499, '5', 'google', ''),
(17436, 1, 2499, '6', '冠天下!ENDVALUE!', ''),
(17437, 1, 2499, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1bmail479e.com/', ''),
(17438, 1, 2500, '1', 'Williamnex', ''),
(17439, 1, 2500, '2', 'Williamnex', ''),
(17440, 1, 2500, '3', 'kqklw@course-fitness.com', ''),
(17441, 1, 2500, '4', '(466) 246-3551', ''),
(17442, 1, 2500, '5', 'google', ''),
(17443, 1, 2500, '6', '冠天下!ENDVALUE!', ''),
(17444, 1, 2500, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1bmail479e.com/', ''),
(17445, 1, 2501, '1', 'James', ''),
(17446, 1, 2501, '2', 'Roser', ''),
(17447, 1, 2501, '3', 'guay.britt@yahoo.com', ''),
(17448, 1, 2501, '4', '(705) 434-8239', ''),
(17449, 1, 2501, '5', 'https://cutt.ly/e4QrKiA', ''),
(17450, 1, 2501, '6', 'Fwd: A.I. Tool Does Month\'s Work In Just Minutes', ''),
(17451, 1, 2501, '7', 'This is the best priced A.I. tool on the market right now.\r\n\r\nUnlimited writing.  It writes all your ads, blogs, and SEO content for you.\r\n\r\nWhy pay Google for ads when you can rank for free 30X Faster using this A.I. tool?\r\n\r\nThey\'re finally offering a free trial, visit https://cutt.ly/e4QrKiA\r\n\r\nAutomate all the hard stuff!\r\nJames Roser\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=gangagen.com', ''),
(17452, 1, 2502, '1', 'Traviskilia', ''),
(17453, 1, 2502, '2', 'Traviskilia', ''),
(17454, 1, 2502, '3', 'o0yltp@course-fitness.com', ''),
(17455, 1, 2502, '4', '(745) 203-3000', ''),
(17456, 1, 2502, '5', 'google', ''),
(17457, 1, 2502, '6', '淫色精典大百尻：男男女女爽歪歪!ENDVALUE!', ''),
(17458, 1, 2502, '7', '淫色精典大百尻：男男女女爽歪歪 \r\n \r\n \r\n \r\nhttps://9jgirl.com/', ''),
(17459, 1, 2503, '1', 'Rosario', ''),
(17460, 1, 2503, '2', 'Wardill', ''),
(17461, 1, 2503, '3', 'rosario.wardill@gmail.com', ''),
(17462, 1, 2503, '4', '(678) 417-0015', ''),
(17463, 1, 2503, '5', 'Rosario Wardill', ''),
(17464, 1, 2503, '6', 'How to become a Super Affiliate in a few minutes with A.I', ''),
(17465, 1, 2503, '7', 'Hey,\r\n\r\nEver wished for a magic button that turns you into a Super Affiliate in less than 60 seconds?\r\n\r\nWell, we\'ve got something even better!\r\n\r\nIntroducing... Super Affiliate A.I. - your new secret weapon.\r\n\r\nSo, what\'s it all about?\r\n\r\n✅ One-click magic: With a single click, create full-fledged A.I Affiliate marketing campaigns. No tech skills required!\r\n\r\n✅ AMAZING Facebook ads in a snap: Generate eye-catching ads. If you don\'t love it, click to regenerate  a new one in seconds\r\n\r\n✅ Hot Selling Affiliate products in 1 click: Direct links in Clickbank, JV and Warrior Plus and builds your campaigns\r\n\r\nBuilds for your clients, your own business - even create content in minutes and sell on Fiverr \r\n\r\nNow, are you ready to go see it in action?\r\n\r\nWatch it here >>> https://bit.ly/44g8EPU\r\n\r\nIt can even create Keywords Lists, YouTube Scripts. Linked In, Google Ads, Email Subjects, Amazon reviews.\r\n\r\nTurning into a super affiliate has never been easier thanks to A.I.\r\n\r\nGenerate Super Affiliate Campaigns in less than 60  seconds here\r\n\r\nStart today\r\n\r\nRichard\r\n78 Road St, NYC\r\n===============\r\nClick here to Unsubscribe.\r\nhttps://bit.ly/stop69', ''),
(17466, 1, 2504, '1', 'Supriya', ''),
(17467, 1, 2504, '2', 'A N', ''),
(17468, 1, 2504, '3', 'Supriyaan3@gmail.com', ''),
(17469, 1, 2504, '4', '(702) 634-0854', ''),
(17470, 1, 2504, '5', 'Nil', ''),
(17471, 1, 2504, '6', 'Biotechnology', ''),
(17472, 1, 2504, '7', 'Currently looking for job opportunity', ''),
(17473, 1, 2505, '1', 'Boristem', ''),
(17474, 1, 2505, '2', 'Boristem', ''),
(17475, 1, 2505, '3', '2.83.51.sb.9xm@hexagonaldrawings.com', ''),
(17476, 1, 2505, '4', '(237) 383-3571', ''),
(17477, 1, 2505, '5', 'google', ''),
(17478, 1, 2505, '6', 'selector casino играть', ''),
(17479, 1, 2505, '7', 'казино селектор официальный вход \r\n<a href=\"https://nouvelhorizonmali.com/2023/01/consecration-religieuse/\r\nhttp://gorod.kr.ua/forum/showthread.php?t=59549\r\nhttp://www.k-kasagi.jp/oneword.php?itemid=2102\r\n\">https://nouvelhorizonmali.com/2023/01/consecration-religieuse/\r\nhttp://gorod.kr.ua/forum/showthread.php?t=59549\r\nhttp://www.k-kasagi.jp/oneword.php?itemid=2102\r\n</a> \r\nSelector Casino предлагает вам широкий выбор игр, от классических слотов до захватывающих настольных игр, таких как покер, блэкджек и рулетка. Наше казино работает на передовой платформе, обеспечивая безопасность и надежность в каждой игре. Мы гарантируем честные результаты и случайность каждого спина, чтобы ваши шансы на победу были абсолютно равны.На официальном сайте Казино Селектор вы найдете широкий выбор игр, чтобы полностью погрузиться в мир развлечений. Благодаря удобному интерфейсу и интуитивно понятной навигации, Selector Casino предлагает безупречный игровой опыт, который оставит вас в восторге.Добро пожаловать в удивительный мир Казино Селектор ? официального сайта, где каждый игрок может насладиться захватывающими азартными развлечениями, скачать и играть бесплатно онлайн или войти в полную версию в России для игры на деньги. Селектор Казино — это истинный парадиз для тех, кто ищет захватывающий гэмблинг-опыт и море адреналина.Вход в полную версию Селектор Казино в России никогда не был таким простым и удобным. Мы предлагаем несколько способов пополнения баланса и вывода средств, включая популярные платежные системы и банковские карты. Ваша финансовая безопасность - наш приоритет, поэтому все транзакции проводятся через защищенное соединение и шифруются с помощью передовых технологий.Не упустите возможность стать победителем с Казино Селектор! Наш официальный сайт предлагает лучшие бонусы и привилегии для игроков. Большие выигрыши и щедрые акции ждут вас каждый день. Селектор Казино заботится о своих клиентах и стремится обеспечить им безопасную и надежную игровую платформу.Один из главных преимуществ Казино Селектор ? возможность скачать игры и наслаждаться ими в любое удобное время. Благодаря современной технологии, игра на деньги стала еще более доступной и захватывающей. Подключайтесь к азартной волне, играя в любимые слоты на своем устройстве. Казино Селектор дает вам возможность испытать острые ощущения и выиграть крупные суммы денег, не выходя из дома. \r\n \r\n<a href=https://mattdixoninfo.com/blog/ira-distributions/#comment-1697>казино селектор официальный сайт</a>  7_6d6b1', ''),
(17480, 1, 2506, '1', 'Lavillreich', ''),
(17481, 1, 2506, '2', 'Lavillreich', ''),
(17482, 1, 2506, '3', 'revers@1ti.ru', ''),
(17483, 1, 2506, '4', '(688) 365-4783', ''),
(17484, 1, 2506, '5', 'google', ''),
(17485, 1, 2506, '6', 'behenyl acrylate (c-22) купить онлайн в интернет-магазине химмед', ''),
(17486, 1, 2506, '7', '<a href=https://chimmed.ru/products/68-dimethoxy-2-methylquinolin-4-amine-hydrochloride-id=4397518>6,8-dimethoxy-2-methylquinolin-4-amine hydrochloride купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>behenic acid, standard for gc купить онлайн в интернет-магазине химмед </u> \r\n<i>behenic acid stearyl ester crystalline купить онлайн в интернет-магазине химмед </i> \r\n<b>behenoyl polyoxylglycerides, united stat купить онлайн в интернет-магазине химмед </b> \r\n \r\n6,8-dimethyl-2-(2-thienyl)quinoline-4-carbonyl chloride купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/68-dimethyl-2-2-thienylquinoline-4-carbonyl-chloride-id=4432022', ''),
(17487, 1, 2507, '1', 'EmqcAahrMx', ''),
(17488, 1, 2507, '2', 'EmqcAahrMx', ''),
(17489, 1, 2507, '3', 'callvisvetlana@list.ru', ''),
(17490, 1, 2507, '4', '(633) 725-6711', ''),
(17491, 1, 2507, '5', 'google', ''),
(17492, 1, 2507, '6', 'Сделай то что нужно и все ок', ''),
(17493, 1, 2507, '7', 'Сделай то что нужно и все ок https://senler.ru/a/2d0za/5job/534556554-jQEX5gHomkC https://google.com gangagen.com', ''),
(17494, 1, 2508, '1', 'XRumerTest', ''),
(17495, 1, 2508, '2', 'XRumerTest', ''),
(17496, 1, 2508, '3', 'yourmail@gmail.com', ''),
(17497, 1, 2508, '4', '(843) 464-8420', ''),
(17498, 1, 2508, '5', 'google', ''),
(17499, 1, 2508, '6', 'Test, just a test', ''),
(17500, 1, 2508, '7', 'Hello. And Bye.', ''),
(17501, 1, 2509, '1', 'Johnny', ''),
(17502, 1, 2509, '2', 'Gifford', ''),
(17503, 1, 2509, '3', 'johnny.gifford@gmail.com', ''),
(17504, 1, 2509, '4', '(937) 261-4437', ''),
(17505, 1, 2509, '5', 'Nolan Demers', ''),
(17506, 1, 2509, '6', 'Easiest Google Ranking Ever', ''),
(17507, 1, 2509, '7', 'Heyy there…\r\n\r\nWhat if all you knew about ranking on Google could be simplified into just a few clicks of the button? I mean getting the best and optimized keywords, ranking on the first page on Google and driving quality buyer traffic to your videos.\r\n\r\nBest part is you don\'t have to stress about writing content, building backlinks, researching keywords and finding the best tags.\r\n\r\nWith a new AI tool in the market, you can worry less about getting your content ranked on Google.\r\n\r\nThis is the ultimate SEO super weapon. With this new AI tool, you can start looking forward to 4 figures daily in income. RapidRank AI is the ultimate SEO tool on the market right now. \r\n\r\nWith RapidRank AI, you can easily exploit Google search results and rank on page 1 of Google in just a few clicks. You can put your video content in the face of thousands of people with no stress at all.\r\n\r\nImagine what you could do with having your video in front of over 5,000 people. If you had a product to sell for $30 a pop and you convert let\'s say 5% of those people. That\'s a cool $7,500 sitting pretty for you.\r\n\r\nBest part, that\'s just a little of what you can make. You can definitely make more with the massive buyer traffic from Google ranking.\r\n\r\n \r\nIt all works in 3 steps…\r\n\r\nStep #1 - Access\r\n \r\nClick on any of the links to get instant access to RapidRank AI https://shorturl.at/bgwU2 \r\n\r\n \r\nStep #2 - Choose Your Niche\r\n\r\nJust choose your niche of choice…\r\n\r\nAnd RapidRanker AI will do everything else for you…\r\n\r\n\r\nStep #3 - Rank\r\n\r\nWithin minutes, our videos are on the first page of google.\r\n\r\nDo this right and you could be on your way to a steady daily windfall of cash.\r\n\r\nAnd the best thing about RapidRank AI is that:\r\n\r\n❌you​ ​won’t​ ​have​ ​to​ ​learn​ ​a​ ​thing​ ​about​ ​SEO.\r\n❌You​ ​don’t​ ​have​ ​to​ ​know​ ​a​ ​damn​ ​thing​ ​about​ ​backlinks…\r\n❌And​ ​you​ ​don’t​ ​need​ ​a​ ​huge​ ​budget​ ​to​ ​take​ ​advantage​ ​of​ ​this\r\n\r\nAll you need to do is get your access to RapidRank AI and start ranking videos on the first page of Google. Sit back and watch how buyer traffic starts to put money in your pocket in no time.\r\n\r\nYou don\'t want to miss out on this! Grab your copy now. https://shorturl.at/bgwU2 \r\n\r\nJohnny', ''),
(17508, 1, 2510, '1', 'Lavillreich', ''),
(17509, 1, 2510, '2', 'Lavillreich', ''),
(17510, 1, 2510, '3', 'revers@1ti.ru', ''),
(17511, 1, 2510, '4', '(002) 660-4453', ''),
(17512, 1, 2510, '5', 'google', ''),
(17513, 1, 2510, '6', '7-бром-5-хлор-1h-бензо[d][1,2,3]триазол купить онлайн в интернет-магазине химмед', ''),
(17514, 1, 2510, '7', '<a href=https://chimmed.ru/products/4-pentenoic-acid-2-amino-4-bromo--s--9ci-id=6549307>4-pentenoic acid, 2-amino-4-bromo-, (s)- (9ci) купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>7-бром-5-фтор-1h-индол-2-карбоновая кислота этиловый эфир купить онлайн в интернет-магазине химмед </u> \r\n<i>7-бром-5-фторбензо<b>фуран купить онлайн в интернет-магазине химмед </i> \r\n<b>7-бром-5-фториндолин-2-он купить онлайн в интернет-магазине химмед </b> \r\n \r\n4-pentenoic acid, 2,2-dimethyl- купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/4-pentenoic-acid-22-dimethyl--id=6518684', ''),
(17515, 1, 2511, '1', 'Emily', ''),
(17516, 1, 2511, '2', 'Stone', ''),
(17517, 1, 2511, '3', 'emily@wikimastery.net', ''),
(17518, 1, 2511, '4', '(814) 980-5065', ''),
(17519, 1, 2511, '5', 'Wiki Mastery', ''),
(17520, 1, 2511, '6', 'Get A Wikipedia Page For Yourself Or For Your Company.', ''),
(17521, 1, 2511, '7', 'Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\r\n\r\nIf you are interested in getting more information just respond back to this email.\r\n\r\nThanks,\r\n\r\nEmily Stone\r\nWiki Mastery\r\nemily@wikimastery.net\r\n\r\nRespond with stop to optout.', ''),
(17522, 1, 2512, '1', 'Eric', ''),
(17523, 1, 2512, '2', 'Jones', ''),
(17524, 1, 2512, '3', 'ericjonesmyemail@gmail.com', ''),
(17525, 1, 2512, '4', '(555) 555-1212', ''),
(17526, 1, 2512, '5', 'NH', ''),
(17527, 1, 2512, '6', 'Try this, get more leads', ''),
(17528, 1, 2512, '7', 'Dear gangagen.com Administrator! my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(17529, 1, 2513, '1', 'Eric', ''),
(17530, 1, 2513, '2', 'Jones', ''),
(17531, 1, 2513, '3', 'ericjonesmyemail@gmail.com', ''),
(17532, 1, 2513, '4', '(555) 555-1212', ''),
(17533, 1, 2513, '5', 'MI', ''),
(17534, 1, 2513, '6', 'Why not TALK with your leads?', ''),
(17535, 1, 2513, '7', 'To the gangagen.com Webmaster!\r\n\r\nMy name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(17536, 1, 2514, '1', 'Mike Oswald', ''),
(17537, 1, 2514, '2', 'Mike Oswald', ''),
(17538, 1, 2514, '3', 'miketasy@gmail.com', ''),
(17539, 1, 2514, '4', '(721) 436-0887', ''),
(17540, 1, 2514, '5', 'google', ''),
(17541, 1, 2514, '6', 'Collaboration request', ''),
(17542, 1, 2514, '7', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Oswald\r\n \r\nMonkey Digital', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(17543, 1, 2515, '1', 'medfishrib', ''),
(17544, 1, 2515, '2', 'medfishrib', ''),
(17545, 1, 2515, '3', 'medfishrib@rambler.ru', ''),
(17546, 1, 2515, '4', '(816) 483-5551', ''),
(17547, 1, 2515, '5', 'google', ''),
(17548, 1, 2515, '6', 'По Пригожину', ''),
(17549, 1, 2515, '7', 'Тестовые жидкости для тестирования форсунок <a href=http://test.matrixplus.ru>Купить жидкости для тестирования дизеьных и бензиновых форсунок</a> \r\n \r\n<a href=http://wb.matrixplus.ru>все для яхсменов</a> Как отмыть чисто днище катера и лодки от тины \r\n \r\n \r\nСборка компьютера и клонов Орион-128 и настройка, эпюры сигналов и напряжений <a href=http://rdk.regionsv.ru/index.htm> и сборка и подключение периферии</a> \r\n \r\nКупить качественную химию для мойки лодки и катера, яхты <a href=http://www.matrixplus.ru/>Чем отмыть борта лодки, катера, гидроцикла</a> \r\n \r\n<a href=http://wb.matrixplus.ru>Все о парусниках и яхтах, ходим под парусом</a> \r\n \r\n<a href=http://tantra.ru>tantra.ru все о массаже</a> \r\n \r\n<a href=http://wt.matrixplus.ru>Истории мировых катастроф на море</a> \r\n \r\n<a href=http://kinologiyasaratov.ru>Дрессировка собак, кинологические услуги, купить щенка с родословной</a> \r\n \r\n<a href=http://matrixplus.ru>химия для мойки пассажирских жд вагонов</a> \r\n \r\n<a href=http://www.matrixboard.ru/>Производители химии для клининга и детергенты для мойки</a> \r\n \r\n<a href=http://prog.regionsv.ru/>Прошивка микросхем серии кр556рт и к573рф8а и их аналогов</a>, куплю однократно прошиваемые ППЗУ. \r\nкуплю ППЗУ серии м556рт2, м556рт5, м556рт7 в керамике в дип корпусах в розовой керамике , куплю ПЗУ к573рф8а, к573рф6а', ''),
(17550, 1, 2516, '1', 'PetarCoelp', ''),
(17551, 1, 2516, '2', 'PetarCoelp', ''),
(17552, 1, 2516, '3', 'spbetcas522@gmail.com', ''),
(17553, 1, 2516, '4', '(067) 362-3236', ''),
(17554, 1, 2516, '5', 'google', ''),
(17555, 1, 2516, '6', 'gеt nоw # bіg bonus', ''),
(17556, 1, 2516, '7', 'Best onlіnе саsіno \r\nBіg bоnus аnd Frееsріns \r\nSpоrt bеttіng аnd pоkеr \r\n \r\ngo now https://tinyurl.com/2u2ss555', ''),
(17557, 1, 2517, '1', 'Tania', ''),
(17558, 1, 2517, '2', 'Wieck', ''),
(17559, 1, 2517, '3', 'maxm@aigifted.com', ''),
(17560, 1, 2517, '4', '(713) 539-1485', ''),
(17561, 1, 2517, '5', 'Tania Wieck', ''),
(17562, 1, 2517, '6', 'Dear gangagen.com Owner.', ''),
(17563, 1, 2517, '7', 'Hello,\r\n\r\nI hope that this message finds you well.\r\n\r\nI am currently looking for a few B2B businesses that have a customer LTV of $2003 or more and a proven sales system.\r\n\r\nIf this is you and you would be interested in getting your perfect client then reply to me at\r\n\r\nmaxm@aigifted.com\r\n\r\nThank you,\r\nMax\r\n\r\n\r\nIf you don\'t want the receive messages in the future please send your domain and the word unsubscribe in an email.\r\nmaxm@aigifted.com', ''),
(17564, 1, 2518, '1', 'Alexandra', ''),
(17565, 1, 2518, '2', 'Rumsey', ''),
(17566, 1, 2518, '3', 'alexandra.rumsey@hotmail.com', ''),
(17567, 1, 2518, '4', '(519) 341-9668', ''),
(17568, 1, 2518, '5', 'Alexandra Rumsey', ''),
(17569, 1, 2518, '6', 'Do you have Marketing Video ?', ''),
(17570, 1, 2518, '7', 'Create your Marketing Short Videos in Seconds with super perfect tool \r\n\r\nTry it Now  ===> https://pictory.ai?ref=omar32\r\n\r\nRegards\r\nAwals', ''),
(17571, 1, 2519, '1', 'JamesspevA', ''),
(17572, 1, 2519, '2', 'JamesspevA', ''),
(17573, 1, 2519, '3', 'pdq0v@course-fitness.com', ''),
(17574, 1, 2519, '4', '(203) 756-1025', ''),
(17575, 1, 2519, '5', 'google', ''),
(17576, 1, 2519, '6', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠', ''),
(17577, 1, 2519, '7', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠 \r\n \r\n \r\nhttps://tx9j.tw/', ''),
(17578, 1, 2520, '1', 'Jeremy', ''),
(17579, 1, 2520, '2', 'Reeves', ''),
(17580, 1, 2520, '3', 'jeremy.reeves@gmail.com', ''),
(17581, 1, 2520, '4', '(253) 447-4814', ''),
(17582, 1, 2520, '5', 'Deena Kilvington', ''),
(17583, 1, 2520, '6', '[Live Now] 3+ figure daily profits WHILE building your list', ''),
(17584, 1, 2520, '7', '>> Check out REFUEL it’s amazing! https://shorturl.at/stHIR \r\n\r\nFinally, something completely new & incredibly profitable for digital marketers.\r\n\r\nThis 3-in-1 software system:\r\n\r\n=> creates DFY profit pages that build your list & make commissions at the same time\r\n=> lets you make your own custom smart profit pages from scratch\r\n=> uses multiple advanced technologies to MAXIMIZE your conversions & profits \r\n     at every step … without you lifting a finger\r\n=> includes traffic, hosting, step-by-step training and world class support!\r\n\r\nNothing else on the market comes anywhere close to what this does for you.\r\n\r\nIt replaces 3 softwares AND does a better job from inside one dashboard.\r\n\r\nThere simply isn’t an easier OR faster way to get paid to build your list, starting \r\nfrom scratch.\r\n\r\nMultiple income streams from DFY profit pages.\r\nZero overhead costs because the hosting is included.\r\nPre-approved offers means there’s no waiting to monetize.\r\n\r\n>> See how this can EASILY bring you 3+ figures a day on autopilot https://shorturl.at/stHIR \r\n\r\nSign Off\r\nJeremy', ''),
(17585, 1, 2521, '1', 'Lucy', ''),
(17586, 1, 2521, '2', 'Graham', ''),
(17587, 1, 2521, '3', 'lucygraham966@gmail.com', ''),
(17588, 1, 2521, '4', '(817) 937-8533', ''),
(17589, 1, 2521, '5', 'Qqnjaxx ai', ''),
(17590, 1, 2521, '6', 'Accelerate Your Twitter Growth: Gain 400+ New Followers Every Month', ''),
(17591, 1, 2521, '7', 'Hi there,\r\n\r\nWe run a Twitter growth service, which increases your number of followers both safely and practically. \r\n\r\n- Guaranteed: We guarantee to gain you 500-1000+ followers per month.\r\n- Real, human followers: People follow you because they are interested in your business or niche.\r\n- Safe: All actions are made manually. We do not use any bots.\r\n\r\nThe price is just $60 (USD) per month, and we offer a free 7-day trial.\r\n\r\nWe have a network of over 3.4 million followers, and have worked with Twitter since 2006.\r\n\r\nIf you are interested, and would like to see some of our previous work, visit our website here and complete the form: https://rb.gy/c50jp\r\n\r\nAny queries, just complete the online form and we\'ll get back to you.\r\n\r\nNot interested? Unsubscribe here and we won\'t contact you again: https://rb.gy/mgkbd\r\n\r\nKind Regards,\r\nLucy', ''),
(17592, 1, 2522, '1', 'RobertGot', ''),
(17593, 1, 2522, '2', 'RobertGot', ''),
(17594, 1, 2522, '3', 'alfredegov@gmail.com', ''),
(17595, 1, 2522, '4', '(308) 241-1616', ''),
(17596, 1, 2522, '5', 'google', ''),
(17597, 1, 2522, '6', 'Aloha  i am wrote about your the prices', ''),
(17598, 1, 2522, '7', 'Ola, quería saber o seu prezo.', ''),
(17599, 1, 2523, '1', 'Eugene', ''),
(17600, 1, 2523, '2', 'Bodiford', ''),
(17601, 1, 2523, '3', 'bodiford.eugene@msn.com', ''),
(17602, 1, 2523, '4', '(035) 840-1237', ''),
(17603, 1, 2523, '5', 'Eugene Bodiford', ''),
(17604, 1, 2523, '6', 'Do you have enough  customers?', ''),
(17605, 1, 2523, '7', 'Do you need targeted Customers emails and phone numbers , so I am here to help you check out  my Fiverr 5 stares profile serving over 880 happy customers\r\n contact me here and tell me what you need  ===== >  https://tinyurl.com/sywma6z3\r\nSee you there\r\n\r\nRegards\r\nAwals', ''),
(17606, 1, 2524, '1', 'Shela', ''),
(17607, 1, 2524, '2', 'Schwartz', ''),
(17608, 1, 2524, '3', 'shela.schwartz@gmail.com', ''),
(17609, 1, 2524, '4', '(323) 734-1467', ''),
(17610, 1, 2524, '5', 'Shela Schwartz', ''),
(17611, 1, 2524, '6', 'Do you have Marketing Video ?', ''),
(17612, 1, 2524, '7', 'Create your Marketing Short Videos in Seconds with super perfect tool \r\n\r\nTry it Now  ===> https://pictory.ai?ref=omar32\r\n\r\nRegards\r\nAwals', ''),
(17613, 1, 2525, '1', 'Ronaldbrulk', ''),
(17614, 1, 2525, '2', 'Ronaldbrulk', ''),
(17615, 1, 2525, '3', 'inhelti1985@mail.ru', ''),
(17616, 1, 2525, '4', '(841) 007-3737', ''),
(17617, 1, 2525, '5', 'google', ''),
(17618, 1, 2525, '6', 'Как Сделать Диагностику Opel', ''),
(17619, 1, 2525, '7', 'Советуем не пытаться самостоятельно без опыта управлять бортовым компьютером автомобиля! Обратитесь для этого к специалистам, которые смогут считать и расшифровать ошибки, а не только  их https://darmina-service.ru/remont-bmw/\r\n \r\nДиагностика автомобиля автомобиля в Москве https://darmina-service.ru/service-bmw/\r\n \r\nЧто включает комплексная диагностика автомобиля? \r\nУ нас вы можете проверить свое авто без очередей и переплат – просто позвонив по указанному телефону и приехать в удобное для Вас время https://darmina-service.ru/политика-конфиденциальности/\r\n \r\n\r\nЧто будет, если не провести компьютерную диагностику https://darmina-service.ru/service-opel/', ''),
(17620, 1, 2526, '1', 'KevinTag', ''),
(17621, 1, 2526, '2', 'KevinTag', ''),
(17622, 1, 2526, '3', 'laomloukr@mail.ru', ''),
(17623, 1, 2526, '4', '(541) 252-7636', ''),
(17624, 1, 2526, '5', 'google', ''),
(17625, 1, 2526, '6', 'Мебель Для Бара И Кафе', ''),
(17626, 1, 2526, '7', 'Как выбрать мебель для кафе в Москве https://decorn.ru/mebel-dlya-doma/banketki-i-pufiki-dlya-doma/banketka-es-10/\r\n \r\nПоставки компаниями продукции в наличии со склада, производство на заказ https://decorn.ru/mebel-dlya-restorana/podstolya-dlya-restorana/podstole-iz-duba-d-15/\r\n  Российские производственные предприятия поддерживают программу импортозамещения, предлагают прибыльное партнерство https://decorn.ru/mebel-dlya-bara/modulnye-divany-dlya-bara/modulnyy-divan-dr-154/\r\n \r\n№5 https://decorn.ru/mebel-dlya-doma/barnye-stulya-dlya-doma/barnyy-stul-bs-002/\r\n  Учитываем требования к техническому обслуживанию мебели https://decorn.ru/mebel-dlya-gostinic-i-otelej/krovati-dlya-gostinits/krovat-s-12/\r\n \r\nМебель для кафе https://decorn.ru/mebel-dlya-bara/banketki-i-pufiki-dlya-bara/kushetka-es-7/\r\n \r\n№1 https://decorn.ru/mebel-dlya-bara/banketki-i-pufiki-dlya-bara/kushetka-classic-es-8/\r\n  Выбираем стиль мебели https://decorn.ru/mebel-v-stile-loft/stulya-v-stile-loft/stul-hp-051/\r\n \r\nДоставка осуществляется как по Москве и региону, так и в любой населенный пункт Российской Федерации https://decorn.ru/mebel-dlya-doma/rasprodazha/stol-kruglyy/\r\n  Мы предоставляем гарантии качества на все предлагаемые нами товары https://decorn.ru/mebel-dlya-banketnogo-zala/stul-banketnyy-b-22/', ''),
(17627, 1, 2527, '1', 'VictorBot', ''),
(17628, 1, 2527, '2', 'VictorBot', ''),
(17629, 1, 2527, '3', 'u7fpni@course-fitness.com', ''),
(17630, 1, 2527, '4', '(227) 664-5355', ''),
(17631, 1, 2527, '5', 'google', ''),
(17632, 1, 2527, '6', '冠天下娛樂城', ''),
(17633, 1, 2527, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(17634, 1, 2528, '1', 'Eric', ''),
(17635, 1, 2528, '2', 'Jones', ''),
(17636, 1, 2528, '3', 'ericjonesmyemail@gmail.com', ''),
(17637, 1, 2528, '4', '(555) 555-1212', ''),
(17638, 1, 2528, '5', 'NA', ''),
(17639, 1, 2528, '6', 'Your site – more leads?', ''),
(17640, 1, 2528, '7', 'To the gangagen.com Owner! this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(17641, 1, 2529, '1', 'Lavillreich', ''),
(17642, 1, 2529, '2', 'Lavillreich', ''),
(17643, 1, 2529, '3', 'revers@1ti.ru', ''),
(17644, 1, 2529, '4', '(400) 618-2714', ''),
(17645, 1, 2529, '5', 'google', ''),
(17646, 1, 2529, '6', 'anti-argonaute-2 antibody купить онлайн в интернет-магазине химмед', ''),
(17647, 1, 2529, '7', '<a href=https://chimmed.ru/products/5-acetil-4-metilpirimidin-21h-ona-gidrohlorid-id=8587277>5-ацетил-4-метилпиримидин-2(1h)-она гидрохлорид купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>anti-arglu1 купить онлайн в интернет-магазине химмед </u> \r\n<i>anti-arglu1 купить онлайн в интернет-магазине химмед </i> \r\n<b>anti-arglu1 купить онлайн в интернет-магазине химмед </b> \r\n \r\n5-ацетил-4-метилпиримидин-2(1h)-она гидрохлорид купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/5-acetil-4-metilpirimidin-21h-ona-gidrohlorid-id=8587278', ''),
(17648, 1, 2530, '1', 'Charlie', ''),
(17649, 1, 2530, '2', 'Willis', ''),
(17650, 1, 2530, '3', 'charlie.willis@gmail.com', ''),
(17651, 1, 2530, '4', '(250) 203-5101', ''),
(17652, 1, 2530, '5', 'Moises Rembert', ''),
(17653, 1, 2530, '6', 'Create High-Quality Audioboks, Voiceover, Podcast WITHOUT Writing A Single Word', ''),
(17654, 1, 2530, '7', 'Audiobook is now the BIG goldmine, and people are making huge profits with it on a daily basis…\r\n\r\nSadly, creating and selling them can be tough and super-expensive. \r\n\r\nBut I have got good news for you…\r\n\r\nMeet Vox AI\r\n\r\n\r\nThe World’s First ChatGPT4-Powered AI App That Turns Any \"Text, URL, Website, Article, Keyword, Blog, Document or PDF\" into High-Quality Audiobooks or Podcast In 660 Different Voices & 80 Languages…\r\n\r\n>> Click Here To See The Live Demo https://shorturl.at/moEG7 \r\n\r\nWith Vox AI, you can generate content on any topic using “Siri-Like” voice command & turn it to Audiobooks, Podcasts, or Voiceovers for VSL, TV Commercial, Webinars, Sales Videos, etc\r\n\r\n...Publish To The Built-In Marketplace with 2.3M active users, Sell & Receive Instant Payments Via Multiple Methods, including Paypal, Stripe, Cards, and Bank Accounts…\r\n\r\n\r\n\r\n>> Click Here to Get Instant Access to Vox AI and Sell On Automation. https://shorturl.at/moEG7 \r\n\r\nCoupon Code - VOX5OFF (strictly for the first 12 people)\r\n\r\nEven if you are a newbie with zero knowledge… VoxAI is your best shot.\r\n\r\nYou can easily Activate VoxAI in 3 simple steps & start your audiobook empire:\r\n\r\nStep 1: Login - Login to VoxAI Cloud-Bases App\r\n\r\nStep 2: Generate- Enter a Keyword, article, PDF, or even a URL… and VoxAI will turn them into a Full Audiobook or Podcast\r\n\r\nStep 3: Publish- publish your audiobooks on our built-in marketplace with 2.3 million active users.\r\n\r\nStep 4: Start Profiting as soon as you are done\r\n\r\nIt is as simple as that.\r\n\r\n>> Get Lifetime Access Here https://shorturl.at/moEG7 \r\n\r\nWith Vox AI, you can…\r\n\r\n\r\nCreate Your First Audiobook Within 2 Minutes\r\nTurn Any Article, Website, Url, PDF or Blog Into Audiobook, Podcast, VSL, Audio/Music Track…\r\nCreate A Podcast With Human Voice Without Recording\r\nChoose From 660 Real Human Voices \r\nCreate Voices In 80+ Different Languages\r\nComes With 50+ Built-In AI Features That Will Make Your Life 100x Easier \r\nWe Don’t Even Write Scripts, We Let AI Do It For Us.\r\nPublish Your AudioBook To Our Marketplace With 2.3 Million Active User\r\nPublish your AudioBook Or Podcast To (Spotify, Audible, Scribe)\r\nNo Complicated Setup - Get Up And Running In 2 Minutes\r\n\r\n…All these, and many more without Paying Any Monthly Fee\r\n\r\n>> Click Here To Get Earlybird Access (Ends In 2 Hours From Now) https://shorturl.at/moEG7 \r\n\r\nCoupon Code - VOX5OFF (strictly for the first 12 people)\r\n\r\n>> Click here to get Lifetime access to VoxAI and start profiting from day one. https://shorturl.at/moEG7 \r\n\r\nCharlie', ''),
(17655, 1, 2531, '1', 'Peter Adderiy', ''),
(17656, 1, 2531, '2', 'Peter Adderiy', ''),
(17657, 1, 2531, '3', 'peterIrorieGork@gmail.com', ''),
(17658, 1, 2531, '4', '(311) 177-8206', ''),
(17659, 1, 2531, '5', 'google', ''),
(17660, 1, 2531, '6', 'Steal the SEO of your competitors', ''),
(17661, 1, 2531, '7', 'Hi there \r\n \r\nWhat if you could grab all the possible resources that your competitors rank with. \r\n \r\nOur competition search strategy will examine tens of millions of backlinks to find available resources that all your major rivals possess, and then use them to your advantage. \r\n \r\nGet your site to the top of the search results with a cutting-edge plan. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/product/competition-seo-plan/ \r\n \r\n \r\nPeter Adderiy\r\nDigital X Press SEO Agency \r\nhttps://www.digital-x-press.com/', ''),
(17662, 1, 2532, '1', 'Oscargot', ''),
(17663, 1, 2532, '2', 'Oscargot', ''),
(17664, 1, 2532, '3', 'ufhik7@course-fitness.com', ''),
(17665, 1, 2532, '4', '(558) 730-6260', ''),
(17666, 1, 2532, '5', 'google', ''),
(17667, 1, 2532, '6', '9J娛樂城!ENDVALUE!', ''),
(17668, 1, 2532, '7', '9J娛樂城 \r\n \r\n \r\n \r\nhttps://9jcasino.com.tw/', ''),
(17669, 1, 2533, '1', 'Mike Ralphs', ''),
(17670, 1, 2533, '2', 'Mike Ralphs', ''),
(17671, 1, 2533, '3', 'mikeIrorieGork@gmail.com', ''),
(17672, 1, 2533, '4', '(656) 885-5108', ''),
(17673, 1, 2533, '5', 'google', ''),
(17674, 1, 2533, '6', 'Domain Authority of your gangagen.com', ''),
(17675, 1, 2533, '7', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\nThanks and regards \r\nMike Ralphs', ''),
(17676, 1, 2534, '1', 'Eric', ''),
(17677, 1, 2534, '2', 'Jones', ''),
(17678, 1, 2534, '3', 'ericjonesmyemail@gmail.com', ''),
(17679, 1, 2534, '4', '(555) 555-1212', ''),
(17680, 1, 2534, '5', 'NB', ''),
(17681, 1, 2534, '6', 'Strike when the iron’s hot', ''),
(17682, 1, 2534, '7', 'To the gangagen.com Owner. I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(17683, 1, 2535, '1', 'Milan', ''),
(17684, 1, 2535, '2', 'Corrie', ''),
(17685, 1, 2535, '3', 'hildegard.corrie@gmail.com', ''),
(17686, 1, 2535, '4', '(586) 529-9635', ''),
(17687, 1, 2535, '5', 'Hildegard Corrie', ''),
(17688, 1, 2535, '6', 'USA and Canada Customers!', ''),
(17689, 1, 2535, '7', 'Are you Intrested doing telemarketing in USA and canada or cold calling and get more cutomers from there ?\r\n\r\n\r\nI can help you in this check out How click the link and check my five stars service   ===> https://tinyurl.com/yfdc59b4\r\n\r\n\r\nSee u there\r\n\r\n Milan', ''),
(17690, 1, 2536, '1', 'Daniellycle', ''),
(17691, 1, 2536, '2', 'Daniellycle', ''),
(17692, 1, 2536, '3', 'meneazovutsasak.ih.ais.eiy@gmail.com', ''),
(17693, 1, 2536, '4', '(772) 063-1716', ''),
(17694, 1, 2536, '5', 'google', ''),
(17695, 1, 2536, '6', 'шины в кишиневе', ''),
(17696, 1, 2536, '7', 'купить резину в молдовеhttps://autogermany54.ru/', ''),
(17697, 1, 2537, '1', 'Abi', ''),
(17698, 1, 2537, '2', 'R', ''),
(17699, 1, 2537, '3', 'outsourcesmo@gmail.com', ''),
(17700, 1, 2537, '4', '(701) 287-1346', ''),
(17701, 1, 2537, '5', 'Content Writing Service', ''),
(17702, 1, 2537, '6', 'Content Writing Service', ''),
(17703, 1, 2537, '7', 'Hello, I\'m Abi, a Content Writer. I recently came across your website gangagen.com, and I wanted to reach out to you to offer my services. \r\n\r\nFrom suggesting blog/article topics and relevant keywords to writing content for your website, I can handle it all. Additionally, I specialize in crafting E-Commerce content, product descriptions, infographics, news/press releases, resources, case studies, video scripts, and SEO optimized content. \r\n\r\nI charge USD 50 per 1000 words of content. \r\n\r\nSend me an email at outsourcesmo@gmail.com if you need any help.', ''),
(17704, 1, 2538, '1', 'Eric', ''),
(17705, 1, 2538, '2', 'Jones', ''),
(17706, 1, 2538, '3', 'ericjonesmyemail@gmail.com', ''),
(17707, 1, 2538, '4', '(555) 555-1212', ''),
(17708, 1, 2538, '5', 'GERMANY', ''),
(17709, 1, 2538, '6', 'instead, congrats', ''),
(17710, 1, 2538, '7', 'Dear gangagen.com Administrator! \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(17711, 1, 2539, '1', 'Kevinlar', ''),
(17712, 1, 2539, '2', 'Kevinlar', ''),
(17713, 1, 2539, '3', 'eokort@course-fitness.com', ''),
(17714, 1, 2539, '4', '(543) 242-1043', ''),
(17715, 1, 2539, '5', 'google', ''),
(17716, 1, 2539, '6', '冠天下娛樂城', ''),
(17717, 1, 2539, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(17718, 1, 2540, '1', 'Jeffreytop', ''),
(17719, 1, 2540, '2', 'Jeffreytop', ''),
(17720, 1, 2540, '3', 'h.werge@online.no', ''),
(17721, 1, 2540, '4', '(055) 104-4388', ''),
(17722, 1, 2540, '5', 'google', ''),
(17723, 1, 2540, '6', 'Unlock a Lifetime of Wealth: Get 12600 BTC Now', ''),
(17724, 1, 2540, '7', 'Maximize Your Bitcoin Potential: Secure 12600 BTC Today http://btcjackpot.eddybautista.xyz/turbo12600', ''),
(17725, 1, 2541, '1', 'Chloe', ''),
(17726, 1, 2541, '2', 'Davis', ''),
(17727, 1, 2541, '3', 'chloe@cashmanage.xyz', ''),
(17728, 1, 2541, '4', '(725) 867-2209', ''),
(17729, 1, 2541, '5', 'Next Day Working Capital', ''),
(17730, 1, 2541, '6', 'Seize Opportunities and Drive Profits with Working Capital', ''),
(17731, 1, 2541, '7', 'Need Working Capital Fast? Instant Approval is Here!\" \r\n\r\nNo more waiting games or lengthy approval processes. \r\n\r\nExperience the power of instant approval for working capital. \r\n\r\nDon\'t let opportunities slip away – secure the funds you need in a matter of minutes. \r\n\r\nClick here www.nextdayworkingcapital.com to fill out our quick form now and get approved instantly!\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe\r\n\r\n\r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(17732, 1, 2542, '1', 'Lavillreich', ''),
(17733, 1, 2542, '2', 'Lavillreich', ''),
(17734, 1, 2542, '3', 'revers@1ti.ru', ''),
(17735, 1, 2542, '4', '(207) 870-5402', ''),
(17736, 1, 2542, '5', 'google', ''),
(17737, 1, 2542, '6', 'esirna human tekt2 (esirna1) купить онлайн в интернет-магазине химмед', ''),
(17738, 1, 2542, '7', '<a href=https://chimmed.ru/products/anti-cd19-antibody-produced-in-rabbit-id=1456785>anti-cd19 antibody produced in rabbit купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>esirna human tead2 (esirna1) купить онлайн в интернет-магазине химмед </u> \r\n<i>esirna human tecta (esirna1) купить онлайн в интернет-магазине химмед </i> \r\n<b>esirna human tef (esirna1) купить онлайн в интернет-магазине химмед </b> \r\n \r\nanti-cd19 antibody, rabbit monoclonal купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/anti-cd19-antibody-rabbit-monoclonal-id=3893919', ''),
(17739, 1, 2543, '1', 'Thomaslab', ''),
(17740, 1, 2543, '2', 'Thomaslab', ''),
(17741, 1, 2543, '3', 'press@thetorontosunnewstoday.com', ''),
(17742, 1, 2543, '4', '(215) 602-0422', ''),
(17743, 1, 2543, '5', 'google', ''),
(17744, 1, 2543, '6', 'Press Writing and PR Distribution', ''),
(17745, 1, 2543, '7', 'Hi!? Maurya is here.I have been working with a team of professionals for 5 years. I am highly Professional in Press release writing. I can distribute your press release on almost all major websites. You can trust me to craft the perfect press release writing or whatever else you need. Every piece of work is uniquely tailored to each client\'s needs. Feel free to contact me. Super excited to work with you. \r\n \r\nHere is websites List: \r\n \r\n1000$ per post permanent for all sites bulk deal \r\n50$ per post \r\n \r\nhttps://www.canadiannewstoday.com/ \r\nhttps://www.thetelegraphnewstoday.com/ \r\nhttps://www.timesofnetherland.com/ \r\nhttps://www.washingtontimesnewstoday.com/ \r\nhttps://www.australiannewstoday.com/ \r\nhttps://www.bloombergnewstoday.com/ \r\nhttps://www.cnbcnewstoday.com/ \r\nhttps://www.bostonnewstoday.com/ \r\nhttps://www.oxfordnewstoday.com/ \r\nhttps://www.irishnewstoday.com/ \r\nhttps://www.chinaworldnewstoday.com/ \r\nhttps://www.crunchbasenewstoday.com/ \r\nhttps://www.topeuropenews.com/ \r\nhttps://www.dailyexpressnewstoday.com/ \r\nhttps://www.thesunnewstoday.com/ \r\nhttps://www.huffingtonposttoday.com/ \r\nhttps://www.nationalposttoday.com/ \r\nhttps://www.germaynewstoday.com/ \r\nhttps://www.scotlandnewstoday.com/ \r\nhttps://www.maltanewstime.com \r\nhttps://www.mirrornewstoday.com/ \r\nhttps://www.timesofspanish.com \r\nhttps://www.italiannewstoday.com/ \r\nhttps://www.turkeynewstoday.com/ \r\nhttps://www.walesnewstoday.com/ \r\nhttps://www.washingtonposttoday.com/ \r\nhttps://www.thestarnewstoday.com \r\nhttps://www.theindependentnewstoday.com/ \r\nhttps://www.spanenewstoday.com/ \r\nhttps://www.chroniclenewstoday.com \r\nhttps://www.dutchnewstoday.com/ \r\nhttps://www.dwnewstoday.com/ \r\nhttps://www.dailymirrornewstoday.com/ \r\nhttps://www.thequintnewstoday.com/ \r\nhttps://www.portugalnewstoday.com/ \r\nhttps://www.dailyheraldnewstoday.com/ \r\nhttps://www.dailystarnewstoday.com/ \r\nhttps://www.dailytelegraphnewstoday.com/ \r\nhttps://www.dwnewstoday.com/ \r\nhttps://www.europeannewstoday.com \r\nhttps://www.frenchnewstoday.com \r\nhttps://www.guardiannewstoday.com/ \r\nhttps://www.headlinesworldnews.com/ \r\nhttps://www.livemintnewstoday.com/ \r\nhttps://www.neatherlandnewstoday.com/ \r\nhttps://www.neweuropetoday.com/ \r\nhttps://www.norwaynewstoday.com/ \r\nhttps://www.postgazettenewstoday.com/ \r\nhttps://www.republicofchinatoday.com/ \r\nhttps://www.reuterstoday.com/ \r\nhttps://www.russiannewstoday.com/ \r\nhttps://www.switzerlandnewstoday.com/ \r\nhttps://www.thedailymailnewstoday.com/ \r\nhttps://www.thedailytelegraphnewstoday.com/ \r\nhttps://www.theexpressnewstoday.com/ \r\nhttps://www.theheraldnewstoday.com/ \r\nhttps://www.theirishtimesnewstoday.com/ \r\nhttps://www.forbesnewstoday.com/ \r\nhttps://www.britishnewstoday.com/ \r\nhttps://www.themetronewstoday.com/ \r\nhttps://www.theirishtimestoday.com/ \r\nhttps://www.themirrornewstoday.com/', ''),
(17746, 1, 2544, '1', 'Eric', ''),
(17747, 1, 2544, '2', 'Jones', ''),
(17748, 1, 2544, '3', 'ericjonesmyemail@gmail.com', ''),
(17749, 1, 2544, '4', '(555) 555-1212', ''),
(17750, 1, 2544, '5', 'ZE', ''),
(17751, 1, 2544, '6', 'Try this, get more leads', ''),
(17752, 1, 2544, '7', 'Hi gangagen.com Admin. my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(17753, 1, 2545, '1', 'Eric', ''),
(17754, 1, 2545, '2', 'Jones', ''),
(17755, 1, 2545, '3', 'ericjonesmyemail@gmail.com', ''),
(17756, 1, 2545, '4', '(555) 555-1212', ''),
(17757, 1, 2545, '5', 'VR', ''),
(17758, 1, 2545, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(17759, 1, 2545, '7', 'To the gangagen.com Webmaster. my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(17760, 1, 2546, '1', 'Maurine', ''),
(17761, 1, 2546, '2', 'Cobby', ''),
(17762, 1, 2546, '3', 'maurine.cobby@outlook.com', ''),
(17763, 1, 2546, '4', '(044) 776-0626', ''),
(17764, 1, 2546, '5', 'Maurine Cobby', ''),
(17765, 1, 2546, '6', 'Get Paid ($1,000 per day)', ''),
(17766, 1, 2546, '7', 'Hi,\r\n\r\nQuiz Reveals\r\n\r\nThe fastest way for beginners to Get Paid ($1,000 per day)\r\n\r\nYour Best Opportunity Finder… Take Quiz Now!  www.connectaiworld.com\r\n\r\nEnjoy,\r\n\r\nwww.connectaiworld.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe | Opt Out of future messages https://itrafficlive.com/optout/?site=gangagen.com', ''),
(17767, 1, 2547, '1', 'LucillePoine', ''),
(17768, 1, 2547, '2', 'LucillePoine', ''),
(17769, 1, 2547, '3', 'lion.pirogoff@yandex.ru', ''),
(17770, 1, 2547, '4', '(364) 372-6536', ''),
(17771, 1, 2547, '5', 'google', ''),
(17772, 1, 2547, '6', 'https://clck.ru/34aceM', ''),
(17773, 1, 2547, '7', 'https://clck.ru/34acfg', ''),
(17774, 1, 2548, '1', 'Randysip', ''),
(17775, 1, 2548, '2', 'Randysip', ''),
(17776, 1, 2548, '3', 'keithy2ar.t.e.r.b.e.r.r.y.r.l.@gmail.com', ''),
(17777, 1, 2548, '4', '(745) 074-1768', ''),
(17778, 1, 2548, '5', 'google', ''),
(17779, 1, 2548, '6', 'nausea pregnancy remedies', ''),
(17780, 1, 2548, '7', 'physical health care  <a href=\"\"> https://www.nvoad.org/forums/users/buymethadone/ </a>  home tonsillitis remedies', ''),
(17781, 1, 2549, '1', 'JamesTab', ''),
(17782, 1, 2549, '2', 'JamesTab', ''),
(17783, 1, 2549, '3', 'thomasrobinson379074984@outlook.com', ''),
(17784, 1, 2549, '4', '(126) 884-6652', ''),
(17785, 1, 2549, '5', 'google', ''),
(17786, 1, 2549, '6', 'The best price list for products', ''),
(17787, 1, 2549, '7', 'Hello friends! \r\nWe are in a hurry to please you with premium discounts for a large replenishment of our catalog! \r\nOnly for new users we offer a discount of up to 80% on an online order from our store when entering a promo code 107594 \r\nWe are the largest distributor of goods on the world market \r\nWe have already arranged a discount in advance for you, it remains only to go shopping <a href=https://buydiscount.pro> Buy discount now  </a> \r\nHere you will be able to find products in any category and any needs, delivery to your home will take a minimum amount of time \r\nAll you need is <a href=https://buydiscount.pro> activate our invitation promo code after registration </a>  391867 and issue your chosen product \r\nWe wish you good luck!', ''),
(17788, 1, 2550, '1', 'Daniel', ''),
(17789, 1, 2550, '2', 'Garcia', ''),
(17790, 1, 2550, '3', 'daniel@capitalborrow.xyz', ''),
(17791, 1, 2550, '4', '(725) 867-2209', ''),
(17792, 1, 2550, '5', 'Next Day Working Capital', ''),
(17793, 1, 2550, '6', 'Take Control of Your Cash Flow with Working Capital Financing', ''),
(17794, 1, 2550, '7', '\"Instant Approval, Rapid Results: Fuel Your Business Today!\" \r\n\r\nTime is money, and we understand that. \r\n\r\nThat\'s why we offer instant approval for working capital. \r\n\r\nSay goodbye to delays and hello to rapid results. \r\n\r\nTake action now and access the funds you need to propel your business forward. \r\n\r\nClick here www.nextdayworkingcapital.com to get your instant approval now and fuel your success today!\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe\r\n\r\n\r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(17795, 1, 2551, '1', 'GladyspItte', ''),
(17796, 1, 2551, '2', 'GladyspItte', ''),
(17797, 1, 2551, '3', 'info@hermes-doors.ru', ''),
(17798, 1, 2551, '4', '(132) 032-5250', ''),
(17799, 1, 2551, '5', 'google', ''),
(17800, 1, 2551, '6', 'Sortie', ''),
(17801, 1, 2551, '7', '<a href=></a> \r\n<a href=></a> \r\n<a href=></a>', ''),
(17802, 1, 2552, '1', 'Eric', ''),
(17803, 1, 2552, '2', 'Jones', ''),
(17804, 1, 2552, '3', 'ericjonesmyemail@gmail.com', ''),
(17805, 1, 2552, '4', '(555) 555-1212', ''),
(17806, 1, 2552, '5', 'BURGENLAND', ''),
(17807, 1, 2552, '6', 'instead, congrats', ''),
(17808, 1, 2552, '7', 'Hi gangagen.com Admin. \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(17809, 1, 2553, '1', 'Katie', ''),
(17810, 1, 2553, '2', 'Hedley', ''),
(17811, 1, 2553, '3', 'katie.hedley@googlemail.com', ''),
(17812, 1, 2553, '4', '(423) 857-5652', ''),
(17813, 1, 2553, '5', 'Katie Hedley', ''),
(17814, 1, 2553, '6', 'Do you have enough  customers?', ''),
(17815, 1, 2553, '7', 'Do you need targeted Customers emails and phone numbers , so I am here to help you check out  my Fiverr 5 stares profile serving over 880 happy customers\r\n contact me here and tell me what you need  ===== >  https://tinyurl.com/sywma6z3\r\nSee you there\r\n\r\nRegards\r\nAwals', ''),
(17816, 1, 2554, '1', 'Albertgesse', ''),
(17817, 1, 2554, '2', 'Albertgesse', ''),
(17818, 1, 2554, '3', '9udi1@course-fitness.com', ''),
(17819, 1, 2554, '4', '(727) 574-2254', ''),
(17820, 1, 2554, '5', 'google', ''),
(17821, 1, 2554, '6', 'Giải Trí、Âm Nhạc、Phim Ảnh', ''),
(17822, 1, 2554, '7', 'Giải Trí、Âm Nhạc、Phim Ảnh \r\n \r\n \r\n \r\nhttps://saocoitin.com', ''),
(17823, 1, 2555, '1', 'Jeromelergo', ''),
(17824, 1, 2555, '2', 'Jeromelergo', ''),
(17825, 1, 2555, '3', 'udaeer@course-fitness.com', ''),
(17826, 1, 2555, '4', '(170) 167-7543', ''),
(17827, 1, 2555, '5', 'google', ''),
(17828, 1, 2555, '6', '漫遊者體壇!ENDVALUE!', ''),
(17829, 1, 2555, '7', '漫遊者體壇 \r\n \r\n \r\nhttps://sports99.tw', ''),
(17830, 1, 2556, '1', 'ColinDok', ''),
(17831, 1, 2556, '2', 'ColinDok', ''),
(17832, 1, 2556, '3', 'f0ne@course-fitness.com', ''),
(17833, 1, 2556, '4', '(721) 436-8605', ''),
(17834, 1, 2556, '5', 'google', ''),
(17835, 1, 2556, '6', '小琪兒娛樂', ''),
(17836, 1, 2556, '7', '小琪兒娛樂 \r\n \r\n \r\n \r\n \r\nhttps://taipei9527.com/', ''),
(17837, 1, 2557, '1', 'Eric', ''),
(17838, 1, 2557, '2', 'Jones', ''),
(17839, 1, 2557, '3', 'ericjonesmyemail@gmail.com', ''),
(17840, 1, 2557, '4', '(555) 555-1212', ''),
(17841, 1, 2557, '5', 'SA', ''),
(17842, 1, 2557, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(17843, 1, 2557, '7', 'Hi gangagen.com Admin.\r\n\r\nMy name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(17844, 1, 2558, '1', 'EverettTal', ''),
(17845, 1, 2558, '2', 'EverettTal', ''),
(17846, 1, 2558, '3', 'tsuenyvni@list.ru', ''),
(17847, 1, 2558, '4', '(535) 763-3462', ''),
(17848, 1, 2558, '5', 'google', ''),
(17849, 1, 2558, '6', 'Аренда Техники Цены', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(17850, 1, 2558, '7', 'Услуги , аренда спецтехники: мини-погрузчика Бобкэт: - Уборка снега , - уборка мусора http://spec-tractor.ru/arenda-traktora.html\r\n  - Планировочные , земельные , погрузочные работы http://www.spec-tractor.ru\r\n  Оплата нал,безнал, Заключаем договора http://spec-tractor.ru/arenda-traktora.html\r\n  Ковш - 1300 р/ч, Вил - 1300 р/ч Минимальное время работы техники 3 часа http://spec-tractor.ru/аренда-крана-в-можайске.html\r\n  Доставка техники от 2000 руб http://www.spec-tractor.ru\r\n , \r\nСТ-Авто http://spec-tractor.ru/%D0%B0%D1%80%D0%B5%D0%BD%D0%B4%D0%B0-%D1%81%D0%B0%D0%BC%D0%BE%D1%81%D0%B2%D0%B0%D0%BB%D0%B0-%D0%B2-%D0%BC%D0%BE%D0%B6%D0%B0%D0%B9%D1%81%D0%BA%D0%B5.html\r\n \r\nАссортимент грузовиков и ПТМ: \r\nСпецтехника для склада от официального дилера TEU в РФ – В наличии! \r\nПоставка дорожной, дорожно-строительной, карьерной, лесозаготовительной, погрузочной, строительной и другой спецтехники Doosan http://spec-tractor.ru/%D0%B0%D1%80%D0%B5%D0%BD%D0%B4%D0%B0-%D0%B1%D1%83%D1%80%D0%BE%D0%B2%D0%BE%D0%B9-%D1%83%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%BA%D0%B8-%D0%B2-%D0%BC%D0%BE%D0%B6%D0%B0%D0%B9%D1%81%D0%BA%D0%B5.html\r\n  Официальный дилер http://spec-tractor.ru/аренда-самосвала-в-можайске.html\r\n \r\nКупить спецтехнику просто: укажите вид, тип и требуемые параметры техники, а автоматическая сортировка по удаленности поможет найти продавца рядом http://spec-tractor.ru/arenda-avtovyshki.html\r\n  Покупайте новую или бу спецтехнику без посредников – контактный телефон продавца доступен на сайте без регистрации http://www.spec-tractor.ru\r\n  Каталог объявлений постоянно пополняется предложениями с актуальными ценами на спецтехнику http://www.spec-tractor.ru\r\n  СпецАвто http://spec-tractor.ru/%D0%B0%D1%80%D0%B5%D0%BD%D0%B4%D0%B0-%D0%B1%D1%83%D1%80%D0%BE%D0%B2%D0%BE%D0%B9-%D1%83%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%BA%D0%B8-%D0%B2-%D0%BC%D0%BE%D0%B6%D0%B0%D0%B9%D1%81%D0%BA%D0%B5.html\r\n ру – это просто и выгодно!', ''),
(17851, 1, 2559, '1', 'jodyks11', ''),
(17852, 1, 2559, '2', 'jodyks11', ''),
(17853, 1, 2559, '3', 'kateui18@itsuki70.infoseekmail.online', ''),
(17854, 1, 2559, '4', '(853) 854-4457', ''),
(17855, 1, 2559, '5', 'google', ''),
(17856, 1, 2559, '6', 'Browse over 500 000 of the best porn galleries, daily updated collections', ''),
(17857, 1, 2559, '7', 'Sexy pictures each day\r\nhttp://pregnant.porn.relayblog.com/?post-mercedes \r\n\r\n czech amateur auditions porn free young gay teenage boys only porn sex porn free vedios adult teen wrestling porn hottest group amatuer porn', ''),
(17858, 1, 2560, '1', 'Mike Nyman', ''),
(17859, 1, 2560, '2', 'Mike Nyman', ''),
(17860, 1, 2560, '3', 'mikePovaTasy@gmail.com', ''),
(17861, 1, 2560, '4', '(054) 758-0726', ''),
(17862, 1, 2560, '5', 'google', ''),
(17863, 1, 2560, '6', 'NEW: Semrush Backlinks', ''),
(17864, 1, 2560, '7', 'Hello \r\n \r\nThis is Mike Nyman\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Nyman\r\n \r\nmike@strictlydigital.net', ''),
(17865, 1, 2561, '1', 'JamesAmove', ''),
(17866, 1, 2561, '2', 'JamesAmove', ''),
(17867, 1, 2561, '3', 'dk42gu@course-fitness.com', ''),
(17868, 1, 2561, '4', '(588) 244-5183', ''),
(17869, 1, 2561, '5', 'google', ''),
(17870, 1, 2561, '6', '冠天下', ''),
(17871, 1, 2561, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1bmail479e.com/', ''),
(17872, 1, 2562, '1', 'Timothytus', ''),
(17873, 1, 2562, '2', 'Timothytus', ''),
(17874, 1, 2562, '3', 'djtimothy847@gmail.com', ''),
(17875, 1, 2562, '4', '(514) 880-4032', ''),
(17876, 1, 2562, '5', 'google', ''),
(17877, 1, 2562, '6', '0DAY/FLAC/MP3/Clips', ''),
(17878, 1, 2562, '7', 'Hello, \r\n \r\nPrivate music service for DJ\'s https://0daymusic.org', ''),
(17879, 1, 2563, '1', 'Nathanshala', ''),
(17880, 1, 2563, '2', 'Nathanshala', ''),
(17881, 1, 2563, '3', 'valentinellington@wwjmp.com', ''),
(17882, 1, 2563, '4', '(687) 182-8511', ''),
(17883, 1, 2563, '5', 'google', ''),
(17884, 1, 2563, '6', 'How to receive takings from cryptocurrencies?', ''),
(17885, 1, 2563, '7', '<a href=https://accounts.binance.com/en/register?ref=25293193>how to make money on binance p2p in nigeria</a>', ''),
(17886, 1, 2564, '1', 'Eric', ''),
(17887, 1, 2564, '2', 'Jones', ''),
(17888, 1, 2564, '3', 'ericjonesmyemail@gmail.com', ''),
(17889, 1, 2564, '4', '(555) 555-1212', ''),
(17890, 1, 2564, '5', 'TO', ''),
(17891, 1, 2564, '6', 'Strike when the iron’s hot', ''),
(17892, 1, 2564, '7', 'Dear gangagen.com Admin! I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(17893, 1, 2565, '1', 'Septikkix', ''),
(17894, 1, 2565, '2', 'Septikkix', ''),
(17895, 1, 2565, '3', 'taisiya.alximowa@mail.ru', ''),
(17896, 1, 2565, '4', '(677) 885-0102', ''),
(17897, 1, 2565, '5', 'google', ''),
(17898, 1, 2565, '6', 'Септики в Нижнем Новгороде', ''),
(17899, 1, 2565, '7', '<a href=http://septiki-nn.ru>из бетонных колец</a>  - подробнее на сайте <a href=http://septiki-nn.ru>septiki-nn.ru</a>', ''),
(17900, 1, 2566, '1', 'Joshualox', ''),
(17901, 1, 2566, '2', 'Joshualox', ''),
(17902, 1, 2566, '3', 'ydh1nc@course-fitness.com', ''),
(17903, 1, 2566, '4', '(253) 433-2730', ''),
(17904, 1, 2566, '5', 'google', ''),
(17905, 1, 2566, '6', 'ขนมใส่กัญชา、กัญชา แนะนำ、กฏหมาย กัญชา', ''),
(17906, 1, 2566, '7', 'ขนมใส่กัญชา、กัญชา แนะนำ、กฏหมาย กัญชา \r\n \r\n \r\n \r\n \r\nhttps://kubet.party', ''),
(17907, 1, 2567, '1', 'DonaldTably', ''),
(17908, 1, 2567, '2', 'DonaldTably', ''),
(17909, 1, 2567, '3', 'dnwpt@course-fitness.com', ''),
(17910, 1, 2567, '4', '(172) 673-0828', ''),
(17911, 1, 2567, '5', 'google', ''),
(17912, 1, 2567, '6', '品空間 - Goûter Space', ''),
(17913, 1, 2567, '7', '品空間 - Goûter Space \r\n \r\n \r\nhttps://gouterspace.com/', ''),
(17914, 1, 2568, '1', 'AndrewThofe', ''),
(17915, 1, 2568, '2', 'AndrewThofe', ''),
(17916, 1, 2568, '3', 'xopo7b@course-fitness.com', ''),
(17917, 1, 2568, '4', '(650) 536-4785', ''),
(17918, 1, 2568, '5', 'google', ''),
(17919, 1, 2568, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(17920, 1, 2568, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(17921, 1, 2569, '1', 'JohnnyVAP', ''),
(17922, 1, 2569, '2', 'JohnnyVAP', ''),
(17923, 1, 2569, '3', 'jtxfwi@course-fitness.com', ''),
(17924, 1, 2569, '4', '(255) 148-7448', ''),
(17925, 1, 2569, '5', 'google', ''),
(17926, 1, 2569, '6', 'Game LIFE 遊戲情報', ''),
(17927, 1, 2569, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(17928, 1, 2570, '1', 'Gordonplunk', ''),
(17929, 1, 2570, '2', 'Gordonplunk', ''),
(17930, 1, 2570, '3', 'yh8xu@course-fitness.com', ''),
(17931, 1, 2570, '4', '(350) 362-6505', ''),
(17932, 1, 2570, '5', 'google', ''),
(17933, 1, 2570, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(17934, 1, 2570, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(17935, 1, 2571, '1', 'Dany', ''),
(17936, 1, 2571, '2', 'Mahn', ''),
(17937, 1, 2571, '3', 'automate42thrive@gmail.com', ''),
(17938, 1, 2571, '4', '(508) 812-0437', ''),
(17939, 1, 2571, '5', 'Felica Mahn', ''),
(17940, 1, 2571, '6', 'Automate gangagen.com With AI', ''),
(17941, 1, 2571, '7', 'This AI Trick Saves You Time & Makes You Money, Try it Free==>\r\n\r\nhttps://ghl.gr8.com\r\n\r\nBest,\r\nDany', ''),
(17942, 1, 2572, '1', 'Lavillreich', ''),
(17943, 1, 2572, '2', 'Lavillreich', ''),
(17944, 1, 2572, '3', 'revers@1ti.ru', ''),
(17945, 1, 2572, '4', '(101) 118-7878', ''),
(17946, 1, 2572, '5', 'google', ''),
(17947, 1, 2572, '6', 'esirna mouse pik3r1 купить онлайн в интернет-магазине химмед', ''),
(17948, 1, 2572, '7', '<a href=https://chimmed.ru/products/anti-clcn4-id=4054172>anti-clcn4 купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>esirna mouse pigb купить онлайн в интернет-магазине химмед </u> \r\n<i>esirna mouse pigg купить онлайн в интернет-магазине химмед </i> \r\n<b>esirna mouse pigl купить онлайн в интернет-магазине химмед </b> \r\n \r\nanti-clcn4 купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/anti-clcn4-id=4188936', ''),
(17949, 1, 2573, '1', 'Martin Jose Barreiro', ''),
(17950, 1, 2573, '2', 'Martin Jose Barreiro', ''),
(17951, 1, 2573, '3', 'barreiromartin36@gmail.com', ''),
(17952, 1, 2573, '4', '(438) 065-1377', ''),
(17953, 1, 2573, '5', 'google', ''),
(17954, 1, 2573, '6', 'Business Understanding', ''),
(17955, 1, 2573, '7', 'Hello \r\nMy name is Br.Martin Jose Barreiro, I am a Lawyer and I pratices here in Madrid Spain.  I have previously sent you an email regarding a transaction of US$13.5 Million left behind by my late client before his tragic death. \r\nHowever I am reaching out to you once again because after going through your profile, I strongly believe that you will be in a better position to execute this business transaction with me. \r\nI suggest after the transaction, we donate 5% of the money to charity organizations while the remaining 95% is shared equally between us. \r\nIf you are interested to proceed with me, kindly respond to me via this email  legalmj@barieroabogados.com for more detail. \r\nThis transaction is 100% risk free and I look forward to your response. \r\nYours sincerely \r\nMartin Jose Barreiro,, \r\nLawyer \r\nPhone: +34 661 220 756 \r\nE-mail:  legalmj@barieroabogados.com \r\nWeb:  http://www.barreiroabogado.com/', ''),
(17956, 1, 2574, '1', 'KevinHeeno', ''),
(17957, 1, 2574, '2', 'KevinHeeno', ''),
(17958, 1, 2574, '3', '2bljns@course-fitness.com', ''),
(17959, 1, 2574, '4', '(251) 056-8804', ''),
(17960, 1, 2574, '5', 'google', ''),
(17961, 1, 2574, '6', '2023 世界棒球經典賽!ENDVALUE!', ''),
(17962, 1, 2574, '7', '2023 世界棒球經典賽 \r\n \r\n \r\n \r\nhttps://tx9j.tw/', ''),
(17963, 1, 2575, '1', 'Stevejek', ''),
(17964, 1, 2575, '2', 'Stevejek', ''),
(17965, 1, 2575, '3', 'wodunceino@inbox.ru', ''),
(17966, 1, 2575, '4', '(576) 010-2176', ''),
(17967, 1, 2575, '5', 'google', ''),
(17968, 1, 2575, '6', 'Карнизы Для Штор Цены', ''),
(17969, 1, 2575, '7', 'Телефон +7 (3952) 20-45-49, +7 (3952) 72-48-84, +7 (3012) 66-44-55, +7 (3952) 50-45-64, +7 (3952) 53-61-54, +7 (950) 104-79-94, +7 (902) 516-34-82 Часы работы ежедневно, 10:00–19:00 Сайт https://shtory-mira.ru/product/patro\r\n \r\nЭто электронное сообщение и любые документы, приложенные к нему, содержат конфиденциальную информацию https://shtory-mira.ru/product/charm\r\n  Настоящим уведомляем Вас о том, что если это сообщение не предназначено Вам, использование, копирование, распространение информации, содержащейся в настоящем сообщении, а также осуществление любых действий на основе этой информации, строго запрещено https://shtory-mira.ru/color/snow\r\n  Если Вы получили это сообщение по ошибке, пожалуйста, сообщите об этом отправителю по электронной почте и удалите это сообщение https://shtory-mira.ru/product-category/tkani/daylightliontex/page/3\r\n \r\nВсё для шитья https://shtory-mira.ru/product/dions\r\n \r\n\r\nПлотная ткань со скользящей атласной поверхностью и легкой текстурой, напоминающей эффект  - обладает ярким бирюзово-лазурным оттенком https://shtory-mira.ru/color/harbour\r\n  Материя с высоким содержанием хлопка и добавлением эластана, является пластичной, но прочной и достаточно формоустойчивой -&n https://shtory-mira.ru/product/shadow\r\n \r\nТелефон +7 (3952) 48-15-27, +7 (3952) 48-15-27, +7 (902) 510-58-72, +7 (902) 761-53-31 Часы работы пн-сб 09:00–18:00; вс 10:00–17:00 Сайт https://shtory-mira.ru/product/bolzanno', ''),
(17970, 1, 2576, '1', 'qpxmbtrz', ''),
(17971, 1, 2576, '2', 'qpxmbtrz', ''),
(17972, 1, 2576, '3', 'andrw.mirf@mail.ru', ''),
(17973, 1, 2576, '4', '(457) 077-4502', ''),
(17974, 1, 2576, '5', 'google', ''),
(17975, 1, 2576, '6', 'Продажа танк-контейнеров по России и СНГ', ''),
(17976, 1, 2576, '7', 'ТАНКПЛЮС - Продажа ТАНК-контейнеров по России и СНГ tank-container.ru', ''),
(17977, 1, 2577, '1', 'KerryNon', ''),
(17978, 1, 2577, '2', 'KerryNon', ''),
(17979, 1, 2577, '3', 'af775188@gmail.com', ''),
(17980, 1, 2577, '4', '(507) 276-8561', ''),
(17981, 1, 2577, '5', 'google', ''),
(17982, 1, 2577, '6', 'Our experienced team can handle kitchen installations, ensuring proper plumbing connections for sinks, dishwashers, and more.', ''),
(17983, 1, 2577, '7', 'As certified Corgi plumbers, we adhere to strict safety standards and deliver high-quality plumbing services.   http://forumszkolne.pl/profiles/charleskelly89-u163211.html -  Kitchen plumbing...', ''),
(17984, 1, 2578, '1', 'LFTblelp', ''),
(17985, 1, 2578, '2', 'LFTblelp', ''),
(17986, 1, 2578, '3', 'libfintravel2023@gmail.com', ''),
(17987, 1, 2578, '4', '(032) 603-1223', ''),
(17988, 1, 2578, '5', 'google', ''),
(17989, 1, 2578, '6', 'Оформление ВНЖ и второго гражданства стран Евросоюза', ''),
(17990, 1, 2578, '7', 'Поможем оформить гражданство и ВНЖ Израиля, Болгарии, Боснии, Греции, Черногории, Словакии, ОАЭ, Бельгии и Хорватии. \r\nWe will help you obtain citizenship and a residence permit in Israel, Bulgaria, Bosnia, Greece, Montenegro, Slovakia, the United Arab Emirates, Belgium and Croatia. \r\n-><a href=https://t.me/LibFinTravel><b>Telegram</b></a><- \r\n<a href=https://libertyfintravel.ru/>WEB</a>', ''),
(17991, 1, 2579, '1', 'Chloe', ''),
(17992, 1, 2579, '2', 'Davis', ''),
(17993, 1, 2579, '3', 'chloe@cashmanage.xyz', ''),
(17994, 1, 2579, '4', '(725) 867-2209', ''),
(17995, 1, 2579, '5', 'Next Day Working Capital', ''),
(17996, 1, 2579, '6', 'Hello', ''),
(17997, 1, 2579, '7', 'Need Working Capital Fast? Instant Approval is Here!\" \r\n\r\nIf you need working capital for your business this week, check out\r\n\r\nour instant approval underwriting. See what you qualify for in less\r\n\r\nthan 30 seconds without submitting a single document or even pulling your credit.\r\n\r\nGo to www.nextdayworkingcapital.com to instantly see how much we can offer you. \r\n\r\n\r\n\r\n\r\nChole Davis\r\nNext Day Working Capital\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe\r\n\r\n\r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(17998, 1, 2580, '1', 'Eric', ''),
(17999, 1, 2580, '2', 'Jones', ''),
(18000, 1, 2580, '3', 'ericjonesmyemail@gmail.com', ''),
(18001, 1, 2580, '4', '(555) 555-1212', ''),
(18002, 1, 2580, '5', 'CENTRE', ''),
(18003, 1, 2580, '6', 'There they go…', ''),
(18004, 1, 2580, '7', 'To the gangagen.com Administrator. my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(18005, 1, 2581, '1', 'Eric', ''),
(18006, 1, 2581, '2', 'Jones', ''),
(18007, 1, 2581, '3', 'ericjonesmyemail@gmail.com', ''),
(18008, 1, 2581, '4', '(555) 555-1212', ''),
(18009, 1, 2581, '5', 'GE', ''),
(18010, 1, 2581, '6', 'There they go…', ''),
(18011, 1, 2581, '7', 'Hi gangagen.com Webmaster! my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(18012, 1, 2582, '1', 'PetarCoelp', ''),
(18013, 1, 2582, '2', 'PetarCoelp', ''),
(18014, 1, 2582, '3', 'spbetcas928@gmail.com', ''),
(18015, 1, 2582, '4', '(150) 503-4457', ''),
(18016, 1, 2582, '5', 'google', ''),
(18017, 1, 2582, '6', 'gеt # bіg bonus', ''),
(18018, 1, 2582, '7', 'Best onlіnе саsіno \r\nBіg bоnus аnd Frееsріns \r\nSpоrt bеttіng аnd pоkеr \r\n \r\ngo now https://tinyurl.com/2p8bpxwc', ''),
(18019, 1, 2583, '1', 'Michaelraind', ''),
(18020, 1, 2583, '2', 'Michaelraind', ''),
(18021, 1, 2583, '3', 'opcrxv@course-fitness.com', ''),
(18022, 1, 2583, '4', '(325) 414-7667', ''),
(18023, 1, 2583, '5', 'google', ''),
(18024, 1, 2583, '6', '91娛樂城!ENDVALUE!', ''),
(18025, 1, 2583, '7', '91娛樂城 \r\n \r\n \r\n \r\nhttps://9jcasino.tw/', ''),
(18026, 1, 2584, '1', 'Miriamgi', ''),
(18027, 1, 2584, '2', 'Miriamgi', ''),
(18028, 1, 2584, '3', 'yvonne9rw7@mail.com', ''),
(18029, 1, 2584, '4', '(868) 732-2326', ''),
(18030, 1, 2584, '5', 'google', ''),
(18031, 1, 2584, '6', 'I\'m looking a man like you', ''),
(18032, 1, 2584, '7', 'Hey dear!! Im looking a man! \r\nDo you want to see a beautiful female body? Here are my erotic photos - tinyurl.com/2l8argl3', ''),
(18033, 1, 2585, '1', 'Eric', ''),
(18034, 1, 2585, '2', 'Jones', ''),
(18035, 1, 2585, '3', 'ericjonesmyemail@gmail.com', ''),
(18036, 1, 2585, '4', '(555) 555-1212', ''),
(18037, 1, 2585, '5', 'NSW', ''),
(18038, 1, 2585, '6', 'Cool website!', ''),
(18039, 1, 2585, '7', 'To the gangagen.com Admin!\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(18040, 1, 2586, '1', 'Angus', ''),
(18041, 1, 2586, '2', 'Dias', ''),
(18042, 1, 2586, '3', 'seosubmitter@mail.com', ''),
(18043, 1, 2586, '4', '(040) 730-4809', ''),
(18044, 1, 2586, '5', 'Angus Dias', ''),
(18045, 1, 2586, '6', 'Boost Your Website\'s Success with High-Quality Organic Traffic!', ''),
(18046, 1, 2586, '7', 'Hello gangagen.com owner,\r\n\r\nAre you ready to take your website to new heights? \r\n\r\nBoost your online presence and skyrocket your profits with our exclusive Website Traffic service. \r\n\r\nNo bots or proxies, just real visitors. Targeted traffic from search engines and referral traffic from social media await you. \r\n\r\nClick now and start your journey to success! \r\n\r\nVisit:  https://cutt.ly/jwadi1LI\r\n\r\nBest regards,\r\nDias\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n   \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nSweden, NA, Klagshman, 230 65, Handslagarevagen 45\r\n \r\nTo stop any further communication through your website form, Please reply with subject:  Unsubscribe gangagen.com', ''),
(18047, 1, 2587, '1', 'Milan', ''),
(18048, 1, 2587, '2', 'Cady', ''),
(18049, 1, 2587, '3', 'regena.cady@gmail.com', ''),
(18050, 1, 2587, '4', '(630) 286-3898', ''),
(18051, 1, 2587, '5', 'Regena Cady', ''),
(18052, 1, 2587, '6', 'USA and Canada Customers!', ''),
(18053, 1, 2587, '7', 'Are you Intrested doing telemarketing in USA and canada or cold calling and get more cutomers from there ?\r\n\r\n\r\nI can help you in this check out How click the link and check my five stars service   ===> https://tinyurl.com/yfdc59b4\r\n\r\n\r\nSee u there\r\n\r\n Milan', ''),
(18054, 1, 2588, '1', 'Mike Nicholson', ''),
(18055, 1, 2588, '2', 'Mike Nicholson', ''),
(18056, 1, 2588, '3', 'mikeAdurryArrozyTasy@gmail.com', ''),
(18057, 1, 2588, '4', '(144) 324-0327', ''),
(18058, 1, 2588, '5', 'google', ''),
(18059, 1, 2588, '6', 'Improve local visibility for gangagen.com', ''),
(18060, 1, 2588, '7', 'If you are looking to rank your local business on Google Maps in a specific area, this service is for you. \r\n \r\nGoogle Map Stacking is a highly effective technique for ranking your GMB within a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Nicholson\r\n \r\n \r\nPS: Want a comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', ''),
(18061, 1, 2589, '1', 'Alphonse', ''),
(18062, 1, 2589, '2', 'Nutt', ''),
(18063, 1, 2589, '3', 'alphonse.nutt56@gmail.com', ''),
(18064, 1, 2589, '4', '(613) 447-9308', ''),
(18065, 1, 2589, '5', 'Alphonse Nutt', ''),
(18066, 1, 2589, '6', 'Do you have enough  customers?', ''),
(18067, 1, 2589, '7', 'Do you need targeted Customers emails and phone numbers , so I am here to help you check out  my Fiverr 5 stares profile serving over 880 happy customers\r\n contact me here and tell me what you need  ===== >  Oldreach.com\r\nSee you there\r\n\r\nRegards\r\nAwals', ''),
(18068, 1, 2590, '1', 'Barber', ''),
(18069, 1, 2590, '2', 'Khan', ''),
(18070, 1, 2590, '3', 'Dubai@aerialoptic.com', ''),
(18071, 1, 2590, '4', '(120) 251-6603', ''),
(18072, 1, 2590, '5', 'Aerial optic', ''),
(18073, 1, 2590, '6', 'meeting regarding business opportunities in Dubai', ''),
(18074, 1, 2590, '7', 'Are you available for a meeting regarding business opportunities in Dubai?', ''),
(18075, 1, 2591, '1', 'Stevejek', ''),
(18076, 1, 2591, '2', 'Stevejek', ''),
(18077, 1, 2591, '3', 'wodunceino@inbox.ru', ''),
(18078, 1, 2591, '4', '(253) 873-7462', ''),
(18079, 1, 2591, '5', 'google', ''),
(18080, 1, 2591, '6', 'Максидом Карнизы Для Штор', ''),
(18081, 1, 2591, '7', 'Наборы, фурнитуру и инструменты для вязания, вышивания, других творческих работ; Материалы для широкого производства (холстопрошивные полотна, клеёнка, марля и прочее); Высококачественные ткани в розницу в Москве и других городах России (для ателье, собственноручного пошива изделий на дому и т https://shtory-mira.ru/product/lotte\r\n д https://shtory-mira.ru/product/aviano\r\n ) https://shtory-mira.ru/product/shore\r\n  Подходит для изготовления халатов, полотенец, скатертей; Постельное бельё (наволочки, пододеяльники, наперники, простыни, цельные КПБ); Ткани в розницу или оптом от ивановских производителей; Текстиль для производства одежды https://shtory-mira.ru/product/azzano\r\n  Трикотаж, водонепроницаемые материи, грубые полотнища https://shtory-mira.ru/service/rulonnye-shtory\r\n  Футер, кашкорсе, интерлок, трикотажные изделия; Наполнитель для игрушек, поделок, подарков; \r\nТелефон +7 (3952) 67-77-88, +7 (904) 147-77-88, +7 (950) 077-88-78 Часы работы ежедневно, 10:00–19:00 https://shtory-mira.ru/product/melo\r\n \r\nПолотно https://shtory-mira.ru/product/shaggy\r\n \r\nЖар-птица https://shtory-mira.ru/product/alette\r\n \r\n\r\nВсе права защищены © WELLTEX 2000 - 2023 Сайт принадлежит ООО  ИНН 7719452055, ОГРН 1167746654899 https://shtory-mira.ru/color/shark', ''),
(18082, 1, 2592, '1', 'VnakeTob', ''),
(18083, 1, 2592, '2', 'VnakeTob', ''),
(18084, 1, 2592, '3', 'rtniceart@niceart.club', ''),
(18085, 1, 2592, '4', '(761) 288-7350', ''),
(18086, 1, 2592, '5', 'google', ''),
(18087, 1, 2592, '6', 'картинки обезьян', ''),
(18088, 1, 2592, '7', 'фото <a href=https://tinyurl.com/2tmhxeav>https://tinyurl.com/2tmhxeav</a> рыбы', ''),
(18089, 1, 2593, '1', 'agneslw3', ''),
(18090, 1, 2593, '2', 'agneslw3', ''),
(18091, 1, 2593, '3', 'gayhn7@hiroyuki4010.masaaki77.infospace.fun', ''),
(18092, 1, 2593, '4', '(387) 584-2882', ''),
(18093, 1, 2593, '5', 'google', ''),
(18094, 1, 2593, '6', 'Hardcore Galleries with hot Hardcore photos', ''),
(18095, 1, 2593, '7', 'Hot sexy porn projects, daily updates\r\nhttp://sexigirlnumber.sexyhotscnes.bloglag.com/?post-april \r\n\r\n asian fucking porn vermilion ohio porn star monique parent porn fuck porn movies heather vandevan porn teen angel', ''),
(18096, 1, 2594, '1', 'Lee', ''),
(18097, 1, 2594, '2', 'Figueroa', ''),
(18098, 1, 2594, '3', 'lee.figueroa@msn.com', ''),
(18099, 1, 2594, '4', '(908) 748-1875', ''),
(18100, 1, 2594, '5', 'Lee Figueroa', ''),
(18101, 1, 2594, '6', 'Paying way too much?', ''),
(18102, 1, 2594, '7', 'All the marketing, email, CRM and business tools you will ever need in one spot, for free >>  https://bit.ly/GetSystemeForFree', ''),
(18103, 1, 2595, '1', 'Padmaj', ''),
(18104, 1, 2595, '2', 'Nerpagar', ''),
(18105, 1, 2595, '3', 'Dubai@aerialoptic.com', ''),
(18106, 1, 2595, '4', '(202) 516-6037', ''),
(18107, 1, 2595, '5', 'Aerial Optic LLC', ''),
(18108, 1, 2595, '6', 'Dubai Business Opportunities', ''),
(18109, 1, 2595, '7', 'Are you available for a meeting regarding Business Opportunities in Dubai?', ''),
(18110, 1, 2596, '1', 'P Nikhil', ''),
(18111, 1, 2596, '2', 'Lingaiah', ''),
(18112, 1, 2596, '3', 'connect@tecbee.co.in', ''),
(18113, 1, 2596, '4', '(901) 992-3525', ''),
(18114, 1, 2596, '5', 'Purvi Consultancy Services Pvt Ltd', ''),
(18115, 1, 2596, '6', 'We are looking an opportunity to cater to your company as outsourcing partners.', ''),
(18116, 1, 2596, '7', 'We offer an array of engagement models to optimize your spend and staff utilization through powerful combination of consulting, technological innovation and operational know-how yielding comprehensive and customized solutions that align with your business needs.\r\nInsurance(Life)- employee-employer scheme & HR end to end solutions with payroll management\r\n\r\nTECBee® the flagship brand of PURVI CONSULTANCY SERVICES PRIVATE LIMITED, located in Mysuru, India. \r\nWe are a consulting company specializing in \r\n1.	Back Office Solutions (Finance & Audit)\r\n2.	Investment Consultancy\r\n3.	Digital (Web & Graphic Design & Development) \r\n4.	Staffing (Technical & Non-Technical, Payroll Management, Learning & Development) \r\n5.	Insurance (Life & General)\r\n, I am happy to share, that we are now officially the Gold Partners for greytHR a leading HR management solutions provider in India.\r\n\r\nPlease visit us at https://tecbee.co.in/ \r\n\r\nKindly advise your best time to connect.    \r\n \r\nLooking forward to hearing from you soon.', ''),
(18117, 1, 2597, '1', 'PhilipAbato', ''),
(18118, 1, 2597, '2', 'PhilipAbato', ''),
(18119, 1, 2597, '3', 'wuftqe@course-fitness.com', ''),
(18120, 1, 2597, '4', '(642) 723-1003', ''),
(18121, 1, 2597, '5', 'google', ''),
(18122, 1, 2597, '6', '聊球通!ENDVALUE!', ''),
(18123, 1, 2597, '7', '聊球通 \r\n \r\nhttps://9j88.tw', ''),
(18124, 1, 2598, '1', 'BrianTed', ''),
(18125, 1, 2598, '2', 'BrianTed', ''),
(18126, 1, 2598, '3', 'krakenkwork@hotmail.com', ''),
(18127, 1, 2598, '4', '(430) 706-7686', ''),
(18128, 1, 2598, '5', 'google', ''),
(18129, 1, 2598, '6', 'кракен рассказ', ''),
(18130, 1, 2598, '7', '<a href=https://2krntor.cc>рассказ про кракена</a>', ''),
(18131, 1, 2599, '1', 'Robert', ''),
(18132, 1, 2599, '2', 'Smith', ''),
(18133, 1, 2599, '3', 'verena.malm64@gmail.com', ''),
(18134, 1, 2599, '4', '(757) 858-2131', ''),
(18135, 1, 2599, '5', 'Verena Malm', ''),
(18136, 1, 2599, '6', 'Hiya   Is this indeed the case?', ''),
(18137, 1, 2599, '7', 'Hello There,\r\n\r\nTake your videos to the next level for only $1 unlimited one click process. \r\n\r\nNo gimmicks, just success! Explore at https://rokl.ink/unlimited-videos\r\n\r\nWe hope you have a great day\r\n\r\nBest wishes,\r\n\r\n William   Davis \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n//Optout//\r\n\r\nTo stop receiving any further communication, \r\nplease opt out at https://jo.my/optoutjangleone.', ''),
(18138, 1, 2600, '1', 'Drusilla', ''),
(18139, 1, 2600, '2', 'Thao', ''),
(18140, 1, 2600, '3', 'thao.drusilla@hotmail.com', ''),
(18141, 1, 2600, '4', '(026) 318-7706', ''),
(18142, 1, 2600, '5', 'Drusilla Thao', ''),
(18143, 1, 2600, '6', 'Do you have enough  customers?', ''),
(18144, 1, 2600, '7', 'Do you need targeted Customers emails and phone numbers , so I am here to help you check out  my Fiverr 5 stares profile serving over 880 happy customers\r\n contact me here and tell me what you need  ===== >  Oldreach.com\r\nSee you there\r\n\r\nRegards\r\nAwals', ''),
(18145, 1, 2601, '1', 'Harolditaro', ''),
(18146, 1, 2601, '2', 'Harolditaro', ''),
(18147, 1, 2601, '3', 'alexanderalexanderov242@gmail.com', ''),
(18148, 1, 2601, '4', '(180) 043-0236', ''),
(18149, 1, 2601, '5', 'google', ''),
(18150, 1, 2601, '6', 'noname', ''),
(18151, 1, 2601, '7', 'Hello and bye \r\ncasino in daytona beach area boundeddouble win casino slots free vegas slots game zumacasino royale movie online youtube to mp3 convertercasino royale nonton tv onlinecasino slot winners 2016 yilcomo ganar en los slots de casino slotsdoes double down casino pay real money marketcomanche nation casino jobs southcasino royale eye makeup tutorial free downloadbrango casino app bycrown royal casino rucasino world slots to play free on pc gamescasino jackson mi querido viejocasino royal escape room orcasinos near idaho falls id xtracasino royale place des arts decoratifs diorcasino royale quiz questions of travelcasino slots free game unblockedcasino with loosest slots in vegas nvbarona casino bus schedule bangladesh \r\n<a href=https://salomonespana.site>classic slots casino las vegas slot machines bonuses</a><a href=https://salomonespana.site>casinos near ponca city ok google</a><a href=https://salomonespana.site>casino royale dress pinterest com</a><a href=https://salomonespana.site>casino royale homecoming theme free</a><a href=https://salomonespana.site>casino royale monterrey 2018 land rover</a><a href=https://salomonespana.site>casino slots machine near me know</a><a href=https://salomonespana.site>descargar juegos slot casino gratis licencia</a><a href=https://salomonespana.site>billionaire casino free chip id error</a><a href=https://salomonespana.site>casino royale netflix black and white and black</a><a href=https://salomonespana.site>best slot machine in casino play</a><a href=https://salomonespana.site>casino royale opening song lyrics of song</a><a href=https://salomonespana.site>123 vegas casino $300 no deposit bonus herbalife ru</a><a href=https://salomonespana.site>draftkings rocket casino game 720p</a><a href=https://salomonespana.site>eurobets sister casino promo</a><a href=https://salomonespana.site>casino royale online subtitrat in romana hd y235</a><a href=https://salomonespana.site>casino games slots free no download 911 vpn</a><a href=https://salomonespana.site>bistro casino slots game xbox</a><a href=https://salomonespana.site>casino royale mi6 wallpaper app</a><a href=https://salomonespana.site>closest casino slots near me 6jzgjtmxqwbiy2zi</a><a href=https://salomonespana.site>citizen casino free slots machines & vegas games 77</a>', ''),
(18152, 1, 2602, '1', 'LucillePoine', ''),
(18153, 1, 2602, '2', 'LucillePoine', ''),
(18154, 1, 2602, '3', 'lion.pirogoff@yandex.ru', ''),
(18155, 1, 2602, '4', '(828) 543-0505', ''),
(18156, 1, 2602, '5', 'google', ''),
(18157, 1, 2602, '6', 'https://clck.ru/34acfg', ''),
(18158, 1, 2602, '7', 'https://clck.ru/34acb5', ''),
(18159, 1, 2603, '1', 'Alexislyday', ''),
(18160, 1, 2603, '2', 'Alexislyday', ''),
(18161, 1, 2603, '3', 'rqo7e@course-fitness.com', ''),
(18162, 1, 2603, '4', '(767) 347-8822', ''),
(18163, 1, 2603, '5', 'google', ''),
(18164, 1, 2603, '6', '94新聞雲 - 最速新聞雲', ''),
(18165, 1, 2603, '7', '94新聞雲 - 最速新聞雲 \r\n \r\n \r\nhttps://newscloud.tw', ''),
(18166, 1, 2604, '1', 'Eric', ''),
(18167, 1, 2604, '2', 'Jones', ''),
(18168, 1, 2604, '3', 'ericjonesmyemail@gmail.com', ''),
(18169, 1, 2604, '4', '(555) 555-1212', ''),
(18170, 1, 2604, '5', 'NA', ''),
(18171, 1, 2604, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(18172, 1, 2604, '7', 'Hello gangagen.com Owner.\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(18173, 1, 2605, '1', 'Rich', ''),
(18174, 1, 2605, '2', 'X wwj', ''),
(18175, 1, 2605, '3', 'rich@mybizfunding.xyz', ''),
(18176, 1, 2605, '4', '(418) 223-2475', ''),
(18177, 1, 2605, '5', 'Princess Augustin', ''),
(18178, 1, 2605, '6', 'Private Non-Bank Funds to Grow Your Business. Claim Yours Now.', ''),
(18179, 1, 2605, '7', 'There\'s more private investment capital available right now than you can imagine and much of it never gets placed.   Your credit, industry, balance sheet, assets, are not a factor to claim these private funds.\r\n \r\nTo get started, get your FREE Ultimate Business Funding Checklist showing you how I continually raise funds for my companies (now in the $10s of millions) and how you can too!  \r\n\r\nTo get your free copy just request it here for instant access:  https://bizfundingforyou.com\r\n\r\nSee you there!\r\n\r\nRich\r\n\r\nTo opt out of future messages, click or tap here:  https://omnioptout.xyz?customer_domain=gangagen.com', ''),
(18180, 1, 2606, '1', 'Christine', ''),
(18181, 1, 2606, '2', 'Andrade', ''),
(18182, 1, 2606, '3', 'andrade.christine@gmail.com', ''),
(18183, 1, 2606, '4', '(304) 602-9066', ''),
(18184, 1, 2606, '5', 'Christine Andrade', ''),
(18185, 1, 2606, '6', '✅ Threads got over a Billion downloads on Lunch Day', ''),
(18186, 1, 2606, '7', 'Yes,\r\n\r\nYou heard it correct. So people are going crazy with FACEBOOK\'s new Instagram sister Threads.\r\n\r\nAnd we discovered an automated AI SYSTEM that you can use\r\nto automate Threads for Hungry Buyers Traffic ...\r\n\r\nDon\'t believe me, watch this sneak pick insider video\r\n>>>>>>>>>  https://bit.ly/3Keibz1\r\n\r\nSo it\'s now your chance before this AI door is closed...\r\nCheers\r\n\r\nPerry M\r\n78 Road St, NYC\r\n===============\r\nClick here to Unsubscribe.\r\nhttps://forms.gle/XqUA6zg28S3mCSw39', ''),
(18187, 1, 2607, '1', 'Michaelsow', ''),
(18188, 1, 2607, '2', 'Michaelsow', ''),
(18189, 1, 2607, '3', 'noskovavasilina97@bk.ru', ''),
(18190, 1, 2607, '4', '(558) 810-1566', ''),
(18191, 1, 2607, '5', 'google', ''),
(18192, 1, 2607, '6', 'Консультация Косметолога', ''),
(18193, 1, 2607, '7', 'Предотвращение болезни, во многом зависит от образа жизни пациента https://dermatologyonline.ru/mythsaboutacne\r\n  Чтобы войти в стойкую ремиссию, больному требуется: следить за состоянием эндокринной системы, нормализовать работу ЖКТ, следить за психоэмоциональным состоянием, купировать кариес, тонзиллит, запоры и дисбактериоз кишечника https://dermatologyonline.ru/emollientinstructions\r\n \r\nВ перечне показаний практически каждого препарата есть контактный дерматит https://dermatologyonline.ru/diet\r\n \r\nАтопический дерматит давно перестал быть редкостью https://dermatologyonline.ru/stretchmarks\r\n  Во многом, так происходит из-за образа жизни большинства людей https://dermatologyonline.ru/bathdermatitis\r\n  Самым трудным в лечении является дермато-респираторный синдром, который имеет смешанную группу, из-за того что симптомы могут проявляться в виде астмы и кожных проявлений одновременно https://dermatologyonline.ru/acnemap\r\n \r\nВыбирая, какая мазь лучше от дерматита, нельзя игнорировать и другие недостатки негормональных мазей: \r\nРекомендуются пациентам с неэффективностью наружной терапии глюкокортикоидами, применяемыми в дерматологии, препараты для лечения дерматита, кроме глюкокортикоидов: \r\nНазвание на русском языке: Шкала реакций на аппликационные кожные тесты Оригинальное название (если есть): Scoring of patch test reactions https://dermatologyonline.ru/lipsinwinter\r\n  Источник (официальный сайт разработчиков, публикация с валидацией): - Schnuch A https://dermatologyonline.ru/rashes\r\n , Aberer W https://dermatologyonline.ru/scarsontheskin\r\n , Agathos M https://dermatologyonline.ru/mythsaboutacne\r\n  et al https://dermatologyonline.ru/polezno\r\n  Patch testing with contact allergens https://dermatologyonline.ru/forswimming\r\n  Guideline of the German Dermatologic Society (Deutsche Dermatologische Gesellschaft, DDG) and the German Society for Allergy and Clinical Immunology (Deutsche Gesellschaft fur Allergie und klinische Immunologie, DGAKI) https://dermatologyonline.ru\r\n  J Dtsch Dermatol Ges https://dermatologyonline.ru/diet\r\n  2008; 6 (9): 770– 775 https://dermatologyonline.ru/donotusetogether\r\n  - de Waard-van der Spek F https://dermatologyonline.ru/pimplesontheback\r\n B https://dermatologyonline.ru/handeczema\r\n , Darsow U https://dermatologyonline.ru/acnebeautician\r\n , Mortz C https://dermatologyonline.ru/botoks\r\n G https://dermatologyonline.ru/drylips\r\n  et al https://dermatologyonline.ru/treatblackdots\r\n  EAACI position paper for practical patch testing in allergic contact dermatitis in children https://dermatologyonline.ru/donotusetogether\r\n  Pediatr Allergy Immunol https://dermatologyonline.ru/handeczema\r\n  2015; 26 (7): 598–606 https://dermatologyonline.ru/racksintheheels\r\n  - Mahler V https://dermatologyonline.ru/allergy\r\n , Nast A https://dermatologyonline.ru/skincleansing\r\n , Bauer A https://dermatologyonline.ru/molluscumcontagiosum\r\n  et al https://dermatologyonline.ru/spotsonbabyface\r\n  S3 guidelines: Epicutaneous patch testing with contact allergens and drugs - Short version, Part 1 https://dermatologyonline.ru/\r\n  J Dtsch Dermatol Ges https://dermatologyonline.ru/candeprivebe\r\n  2019; 17 (10):1076– 1093 https://dermatologyonline.ru/shampooforchildren\r\n  - Mahler V https://dermatologyonline.ru/eczemaontheface\r\n , Nast A https://dermatologyonline.ru/skinwithrosacea\r\n , Bauer A https://dermatologyonline.ru/rashes\r\n  et al https://dermatologyonline.ru/atopicdermatitis\r\n  S3 Guidelines: Epicutaneous patch testing with contact allergens and drugs - Short version, Part 2 https://dermatologyonline.ru/emollientinstructions\r\n  J Dtsch Dermatol Ges https://dermatologyonline.ru/acnebeautician\r\n  2019; 17 (11): 1187– 1207 https://dermatologyonline.ru/lipsinwinter', ''),
(18194, 1, 2608, '1', 'RobertGot', ''),
(18195, 1, 2608, '2', 'RobertGot', ''),
(18196, 1, 2608, '3', 'alfredegov@gmail.com', ''),
(18197, 1, 2608, '4', '(222) 526-2882', ''),
(18198, 1, 2608, '5', 'google', ''),
(18199, 1, 2608, '6', 'Hallo,   wrote about   the prices', ''),
(18200, 1, 2608, '7', 'Salam, qiymətinizi bilmək istədim.', ''),
(18201, 1, 2609, '1', 'Luis Alves', ''),
(18202, 1, 2609, '2', 'Luis Alves', ''),
(18203, 1, 2609, '3', 'luis.alvess100@hotmail.com', ''),
(18204, 1, 2609, '4', '(552) 115-5644', ''),
(18205, 1, 2609, '5', 'google', ''),
(18206, 1, 2609, '6', 'Our offer', ''),
(18207, 1, 2609, '7', 'Dear Sir/Madam, \r\nIt is my utmost desire in engaging this moment to introduce to you myself as well our Firm. \r\nMy name is Luis Alves, a private investment Consultant. I\'m contacting you to inquire if your company welcomes investors, as we currently offer business finance loans to companies and corporate businesses that need funding to execute their projects. \r\nWe carry out disposals, acquisitions, and financing of companies from USD 10 million up to USD 1 Billion with an APR of 2% per annum. \r\nIf you have a viable business seeking for quick Loan or Funding Partners, kindly get in touch as I look forward to your thoughtful response. \r\nBest regards, \r\nLuis Alves. \r\nT/WhatsApp: +351 960 122 767 \r\nEmail: lalves2@protonmail.com', ''),
(18208, 1, 2610, '1', 'Ivy', ''),
(18209, 1, 2610, '2', 'Saunders', ''),
(18210, 1, 2610, '3', 'saunders.ivy50@gmail.com', ''),
(18211, 1, 2610, '4', '(586) 540-4709', ''),
(18212, 1, 2610, '5', 'Ivy Saunders', ''),
(18213, 1, 2610, '6', 'Do you have enough  customers?', ''),
(18214, 1, 2610, '7', 'Do you need targeted Customers emails and phone numbers , so I am here to help you check out  my Fiverr 5 stares profile serving over 880 happy customers\r\n contact me here and tell me what you need  ===== >  Oldreach.com\r\nSee you there\r\n\r\nRegards\r\nAwals', ''),
(18215, 1, 2611, '1', 'Andrewkar', ''),
(18216, 1, 2611, '2', 'Andrewkar', ''),
(18217, 1, 2611, '3', 'alexanderalexanderov24.2@gmail.com', ''),
(18218, 1, 2611, '4', '(644) 101-7503', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(18219, 1, 2611, '5', 'google', ''),
(18220, 1, 2611, '6', 'casino royale featuring the backyard band january 7 global version', ''),
(18221, 1, 2611, '7', 'Los Angeles - Chicago the best \r\nbest western plus casino royale promo code hscasino royale 1967 script main allscript luado any online casinos accept american express smartcasino royale contact google combelize city casino moviecasinos slots near me maccash river slots: casino games playcasino slots that give rewards for las vegas videocasino slot machine buy propertycasino near bolingbrook il s agitcasino royale game free download for pc 32 bit windowsbest slot machines at downstream casino juju betdownload casino slots games xboxcasino slot machine games download 7 zipdouble win slots casino hotels inepiphone casino forum black russiacasino royale peter sellers online datingbobby casino review templatecasinos near peoria arizona mesabravo casino slot online newscasino royale castle james bond yields7 clans casino concerts in vegasdoubleu casino free slots slot machine headcasino royal pc game storeaston martin from james bond casino royale mod \r\n<a href=https://nanaho.shop>crypto slots casino codes yba</a><a href=https://nanaho.shop>como ganar en el casino slot machine windows</a><a href=https://nanaho.shop>hotel en ruidoso con casino working mirror</a><a href=https://nanaho.shop>casino slots with bonus games 66</a><a href=https://nanaho.shop>betway casino real money games slots and cards visa</a><a href=https://nanaho.shop>big and rich hollywood casino near</a><a href=https://nanaho.shop>blazing 7stm casino slots free slots online test</a><a href=https://nanaho.shop>casino royale full movie watch free no</a><a href=https://nanaho.shop>alessandra ambrosio in casino royale para pc</a><a href=https://nanaho.shop>77 slot casino no deposit</a><a href=https://nanaho.shop>casinos near enid ok jazz</a><a href=https://nanaho.shop>casino royale bmw paint colors</a><a href=https://nanaho.shop>casino royale man with bleeding eye gel</a><a href=https://nanaho.shop>best paying slots at tulalip casino promo</a><a href=https://nanaho.shop>casino slots free online play store</a><a href=https://nanaho.shop>casino royale goa contact number dates year</a><a href=https://nanaho.shop>casino royale eon productions in</a><a href=https://nanaho.shop>diamond reels casino bonus codes in shindo life</a><a href=https://nanaho.shop>casino royale california hotel vegas map of africa</a><a href=https://nanaho.shop>casinos in las vegas with truck parking jfk</a>', ''),
(18222, 1, 2612, '1', 'Robertabrar', ''),
(18223, 1, 2612, '2', 'Robertabrar', ''),
(18224, 1, 2612, '3', 'qgzpkq@course-fitness.com', ''),
(18225, 1, 2612, '4', '(100) 065-2201', ''),
(18226, 1, 2612, '5', 'google', ''),
(18227, 1, 2612, '6', '小琪兒娛樂', ''),
(18228, 1, 2612, '7', '小琪兒娛樂 \r\n \r\n \r\nhttps://taipei9527.com/', ''),
(18229, 1, 2613, '1', 'Eric', ''),
(18230, 1, 2613, '2', 'Jones', ''),
(18231, 1, 2613, '3', 'ericjonesmyemail@gmail.com', ''),
(18232, 1, 2613, '4', '(555) 555-1212', ''),
(18233, 1, 2613, '5', 'HE', ''),
(18234, 1, 2613, '6', 'how to turn eyeballs into phone calls', ''),
(18235, 1, 2613, '7', 'Hello gangagen.com Owner! Eric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(18236, 1, 2614, '1', 'Chloe', ''),
(18237, 1, 2614, '2', 'Davis', ''),
(18238, 1, 2614, '3', 'chloe@cashmanage.xyz', ''),
(18239, 1, 2614, '4', '(725) 867-2209', ''),
(18240, 1, 2614, '5', 'Next Day Working Capital', ''),
(18241, 1, 2614, '6', 'Hello', ''),
(18242, 1, 2614, '7', 'Need Working Capital Fast? Instant Approval is Here!\" \r\n\r\nIf you need working capital for your business this week, check out\r\n\r\nour instant approval underwriting. See what you qualify for in less\r\n\r\nthan 30 seconds without submitting a single document or even pulling your credit.\r\n\r\nGo to www.nextdayworkingcapital.com to instantly see how much we can offer you. \r\n\r\n\r\n\r\n\r\nChole Davis\r\nNext Day Working Capital\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe\r\n\r\n\r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(18243, 1, 2615, '1', 'Milan', ''),
(18244, 1, 2615, '2', 'Bagley', ''),
(18245, 1, 2615, '3', 'bagley.jamel51@msn.com', ''),
(18246, 1, 2615, '4', '(705) 652-9553', ''),
(18247, 1, 2615, '5', 'Jamel Bagley', ''),
(18248, 1, 2615, '6', 'Short Videos is the future for any bussiness !', ''),
(18249, 1, 2615, '7', 'Create Short-form videos for your bussiness with long-term results\r\n\r\n\r\nCheck Out How click Here    ===> https://fas.st/t/ESo8XQPi\r\n\r\nSee u there\r\n\r\n Milan', ''),
(18250, 1, 2616, '1', 'Lavillreich', ''),
(18251, 1, 2616, '2', 'Lavillreich', ''),
(18252, 1, 2616, '3', 'revers@1ti.ru', ''),
(18253, 1, 2616, '4', '(042) 344-8085', ''),
(18254, 1, 2616, '5', 'google', ''),
(18255, 1, 2616, '6', 'anti-phospho-c-raf [pser338 ptyr340] dev купить онлайн в интернет-магазине химмед', ''),
(18256, 1, 2616, '7', '<a href=https://chimmed.ru/products/5-nitroisatin-97-id=3766424>5-nitroisatin, 97% купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>anti-phospho-c-met (ptyr1349) developed купить онлайн в интернет-магазине химмед </u> \r\n<i>anti-phospho-c-myc (phospho- threonine 5 купить онлайн в интернет-магазине химмед </i> \r\n<b>anti-phospho-c-raf (pser338) купить онлайн в интернет-магазине химмед </b> \r\n \r\n5-nitroisatin, 97% купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/5-nitroisatin-97-id=4266267', ''),
(18257, 1, 2617, '1', 'MargaritaPi', ''),
(18258, 1, 2617, '2', 'MargaritaPi', ''),
(18259, 1, 2617, '3', 'margaritaPi@nutrientclub.com', ''),
(18260, 1, 2617, '4', '(543) 675-1022', ''),
(18261, 1, 2617, '5', 'google', ''),
(18262, 1, 2617, '6', 'Ι am аn ordіnаry girl. I wаnt tо meеt аn оrdinаrу sеrіоuѕ mаn.', ''),
(18263, 1, 2617, '7', 'Hiǃ\r\nI\'ve nоtiсed thаt mаnу guуs рrеfеr regular girls.\r\nI apрlaude thе mеn оut there whо had the bаlls tо enϳoy the lovе of mаny womеn and сhооѕе the оne thаt he knew would bе his bеst frіеnd during the bumрy аnd crаzy thіng cаllеd life.\r\nΙ wаnted tо be thаt friеnd, nоt just a stаble, reliablе and boring hоusewіfe.\r\nΙ am 23 уears old, Маrgarіtа, from the Сzech Rеpubliс, knоw Englіsh languаge аlѕо.\r\nАnуwаy, уоu cаn fіnd my рrоfilе hеre: http://chicdemema.gq/idl-10841/', ''),
(18264, 1, 2618, '1', 'Daviddilky', ''),
(18265, 1, 2618, '2', 'Daviddilky', ''),
(18266, 1, 2618, '3', 'tllly5@course-fitness.com', ''),
(18267, 1, 2618, '4', '(066) 083-6380', ''),
(18268, 1, 2618, '5', 'google', ''),
(18269, 1, 2618, '6', '冠天下娛樂城', ''),
(18270, 1, 2618, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://gtx.tw/', ''),
(18271, 1, 2619, '1', 'Susan', ''),
(18272, 1, 2619, '2', 'Green', ''),
(18273, 1, 2619, '3', 'susan@ucsteam.net', ''),
(18274, 1, 2619, '4', '(408) 547-4250', ''),
(18275, 1, 2619, '5', 'United Contract Services, Inc', ''),
(18276, 1, 2619, '6', 'Introduction from UCS', ''),
(18277, 1, 2619, '7', 'Since your business is in my area I wanted to reach out to introduce my company, United Contract Services.\r\n\r\nWe offer full-service janitorial cleaning with an extremely high-quality standard (I\'m not just saying that—our average customer has been with us for over 8 years because it\'s true).\r\n\r\nI\'d be happy to swing by to provide you with a complimentary proposal for your space.\r\n\r\nAre you interested in receiving a complimentary cleaning proposal?\r\n\r\nHave a great day,\r\n\r\n\r\nSusan\r\n\r\nSusan Green\r\nCustomer Success\r\nUnited Contract Services, Inc\r\n(408) 547-4250\r\nsusan@ucsteam.net\r\n\r\nPlease respond with \"stop\" to opt out.', ''),
(18278, 1, 2620, '1', 'Ernestagets', ''),
(18279, 1, 2620, '2', 'Ernestagets', ''),
(18280, 1, 2620, '3', '1w1vvf@course-fitness.com', ''),
(18281, 1, 2620, '4', '(325) 030-2233', ''),
(18282, 1, 2620, '5', 'google', ''),
(18283, 1, 2620, '6', '淫色精典大百尻：男男女女爽歪歪 - 成人影片線上看!ENDVALUE!', ''),
(18284, 1, 2620, '7', '淫色精典大百尻：男男女女爽歪歪 - 成人影片線上看 \r\n \r\n \r\nhttps://9jgirl.com/', ''),
(18285, 1, 2621, '1', 'aaaalipaa', ''),
(18286, 1, 2621, '2', 'aaaalipaa', ''),
(18287, 1, 2621, '3', 'aaaalipaa@rambler.ru', ''),
(18288, 1, 2621, '4', '(246) 804-7233', ''),
(18289, 1, 2621, '5', 'google', ''),
(18290, 1, 2621, '6', 'Про дороги', ''),
(18291, 1, 2621, '7', '<a href=http://auto.matrixplus.ru>Все про автотранспорт на auto.matrixplus.ru</a> \r\n \r\nХимия для ультразвуковой очистки и тестовые жидкости проверки форсунок <a href=http://www.matrixboard.ru>www.matrixboard.ru</a> \r\n \r\nКак очистить форсунки автомобиля своими руками  <a href=http://www.uzo.matrixplus.ru/>Очистка ультразвуком и очистители</a> какие очистители существуют в природе. Степень ультразвуковой очистки в зависимости от загрязнения. Практические занятия. \r\n \r\nКак собирать 8-ми битный ПК, старинные компьютеры на микропроцессорах Z80 и к580вм80а, к1821вм85, i8085 - для школьников<a href=http://rdk.regionsv.ru/>Сборка и настройка компьютера Орион-128, Сборка ЮТ-88</a> \r\n \r\nКупить качественную химию для мойки катеров <a href=http://regionsv.ru/chem4.html>Какой химией отмыть днище лодки</a>. Высокая эффективность мойки. Отмывает даже стойкие загрязнения.  Какой я отмывал катер. Как быстро отмыть катеров от тины и водорослей. \r\nМойка днища пластикового и алюминиевого катера без забот. быстро и бюджетно. \r\n \r\nКупить качественную химию для мойки, Купить автошампуни, химию для уборки <a href=http://www.matrixplus.ru>составы для очистки днища катера, лодки, яхты</a> \r\n \r\nХимия для ультразвуковой очистки форсунок и деталей <a href=http://regionsv.ru/chem6.html>Как самому промыть форсунки автомобиля</a> \r\n \r\n<a href=http://wc.matrixplus.ru>Вся наука для яхтсменов, плаванье по рекам, озерам, морям</a> \r\n \r\n<a href=http://wb.matrixplus.ru>Плаванье по рекам, озерам, морям</a> в Российской федирации \r\n \r\n<a href=http://boat.matrixplus.ru>проверки яхты и катера</a>  навигация и что с этим связано, Купить права на катеров, лодку гидроцикл', ''),
(18292, 1, 2622, '1', 'Silvia', ''),
(18293, 1, 2622, '2', 'Silvia', ''),
(18294, 1, 2622, '3', 'magicmat@gangagen.com', ''),
(18295, 1, 2622, '4', '(580) 564-8302', ''),
(18296, 1, 2622, '5', 'Silvia Coaldrake', ''),
(18297, 1, 2622, '6', 'Offering you my personal email', ''),
(18298, 1, 2622, '7', 'Get The Worlds Greatest Magic Sand Free Beach Mat!\r\n\r\nWatch sand, dirt & dust disappear right before your eyes! It\'s perfect for beach, picnic, camping or hiking.\r\n\r\nAct Now And Receive A Special Discount For Our Magic Mat!\r\n\r\nGet Yours Here:  https://magicmats.co\r\n\r\nRegards, \r\n \r\nSilvia', ''),
(18299, 1, 2623, '1', 'Agasthya', ''),
(18300, 1, 2623, '2', 'H U', ''),
(18301, 1, 2623, '3', 'agasthyahu7@gmail.com', ''),
(18302, 1, 2623, '4', '(874) 804-7066', ''),
(18303, 1, 2623, '5', 'SBPL', ''),
(18304, 1, 2623, '6', 'Interested to work with your company', ''),
(18305, 1, 2623, '7', 'Dear sir/madam \r\n\r\nI\'m Agasthya H U  presently working in downstream process as Trainee -production in Mammalian department(1.10years), Interested to work with DRL,\r\nThank you. \r\n\r\n\r\nRegards,\r\n\r\nAgasthya H U\r\nMob no 8748047066\r\nEmail: agasthyahu7@gmail.com\r\nDavangere.', ''),
(18306, 1, 2624, '1', 'Nitin', ''),
(18307, 1, 2624, '2', 'Vyas', ''),
(18308, 1, 2624, '3', 'nitin.vyas@piind.com', ''),
(18309, 1, 2624, '4', '(914) 525-0404', ''),
(18310, 1, 2624, '5', 'PI Industries, Udaipur', ''),
(18311, 1, 2624, '6', 'Cell Bank Characterization', ''),
(18312, 1, 2624, '7', 'Dear  team,\r\n\r\nI am writing to inquire about Microbial cell bank characterization services\r\n\r\nI request you to provide details about the same,\r\n\r\nPlease find the below test to performed on E coli based Cell banks.\r\n\r\n•	Virus contamination test\r\n•	Bacteriophage testing\r\n•	Purity test\r\n•	Identity\r\n\r\nIt would be better if you can provide quotation separately for the above 4 listed tests.\r\n\r\nThanks and regards\r\nNitin Vyas', ''),
(18313, 1, 2625, '1', 'MARUTHI', ''),
(18314, 1, 2625, '2', 'RAJ', ''),
(18315, 1, 2625, '3', 'maruthi.raj@genotypic.co.in', ''),
(18316, 1, 2625, '4', '(963) 203-4468', ''),
(18317, 1, 2625, '5', 'GENOTYPIC TECHNOLOGY', ''),
(18318, 1, 2625, '6', 'GENOMICS SERVICES', ''),
(18319, 1, 2625, '7', 'Greetings from Genotypic Technology!\r\nWe wish you continued success and happiness and we are glad to introduce our services.\r\nWe have been working on genomics projects over the last 24 years, catering to high-end genomics, molecular biology and Bioinformatics facilities globally. Genotypic works with leading sequencing technologies from Illumina, and Oxford Nanopore, 10x genomics which is trusted across the globe. We are a global leader by providing high-end genomics and Bioinformatics services and solutions to customers to carry out translational research. Here are our works: https://www.genotypic.co.in/publications/\r\nLooking forward for your valuable feedback and helping you in your projects. For more details, you can visit our website mentioned in the signature. Please feel free to contact if you have any Queries .\r\nRegards\r\nMaruthi Raj V\r\nJunior Executive - IBUC.\r\nGenotypic Technology Pvt. Ltd.\r\nPhone: 91 80 40538306 / Mobile: 9632034468\r\nWebsite: https://www.genotypic.co.in/\r\nmail ID: maruthi.raj@genotypic.co.in', ''),
(18320, 1, 2626, '1', 'Eric', ''),
(18321, 1, 2626, '2', 'Jones', ''),
(18322, 1, 2626, '3', 'ericjonesmyemail@gmail.com', ''),
(18323, 1, 2626, '4', '(555) 555-1212', ''),
(18324, 1, 2626, '5', 'NA', ''),
(18325, 1, 2626, '6', 'Cool website!', ''),
(18326, 1, 2626, '7', 'Hi gangagen.com Webmaster. Cool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(18327, 1, 2627, '1', 'Ernestofap', ''),
(18328, 1, 2627, '2', 'Ernestofap', ''),
(18329, 1, 2627, '3', 'yourmail@gmail.com', ''),
(18330, 1, 2627, '4', '(302) 725-5276', ''),
(18331, 1, 2627, '5', 'google', ''),
(18332, 1, 2627, '6', 'НКЦПФР попереджає інвесторів', ''),
(18333, 1, 2627, '7', 'НКЦПФР попереджає інвесторів про ризики втрати грошей в “Центрі біржових технологій” та «ISRAEL INVESTMENTS LTD» \r\n25.04.2019 \r\nНаціональна комісія з цінних паперів та фондового ринку попереджає інвесторів про ризики втрати грошей в “Центрі біржових технологій” та «ISRAEL INVESTMENTS LTD». \r\nЦі “проекти” не отримували від Комісії жодних ліцензій, необхідних для здійснення інвестиційної діяльності чи надання послуг з цінними паперами та іншими фінансовими інструментами на території України. Також Комісія не надавала необхідних дозволів на розміщення реклами, яку обидва проекти активно замовляють. \r\nКомісія вбачає в діяльності, види якої вказані на сайтах проектів «ISRAEL INVESTMENTS LTD» та «Центр Біржових Технологій», ознаки можливого зловживання на ринку фінансових послуг. \r\nНКЦПФР, в межах компетенції, здійснила всі необхідні дії, зокрема, зверталась (безуспішно) із запитами до осіб, які розміщують рекламні матеріали, порушила (успішно) справи про правопорушення за безліцензійну діяльність на фондовому ринку. \r\nКрім того, повідомила правоохоронні органи та Службу України з питань безпечності харчових продуктів та захисту споживачів. \r\nЦентр Біржових Технологій \r\nПід час здійснення регулярного нагляду за галузевою рекламною активністю аналітики Комісії виявили сторінку “компанії” «Центр Біржових Технологій», на якій громадянам пропонують послуги портфельного інвестування, а саме інвестування у портфель «Клервант», який сформований з акцій найбільших світових компаній і недооцінених активів. \r\nДалі наводимо цитати з відповідної сторінки компанії «Центр Біржових Технологій», які можуть мати ознаки реклами та надання послуг на фондовому ринку, які здійснюються без відповідного дозволу Комісії: \r\n«Повний пакет послуг, що надається Центром Біржових Технологій — надійний фундамент, на якому будується і буде розвиватися ваш бізнес: навчання, програмне забезпечення, торгова система, аналітична і технічна підтримка на всіх етапах, від відкриття рахунку до рішення призупинити або закрити торгівлю»; \r\n«Клеревант» сформований фахівцями компанії ЦБТ — визнаними лідерами по портфельному інвестуванню в Україні. Важливо знати: на момент роботи портфеля ваші гроші знаходяться на рахунку європейського банку. Вони застраховані фондом гарантованого страхування і інвесторським компенсаційним фондом Європи»; \r\n«Унікальність «Клеревант» полягає в надійності і інноваціях. Даний інвестиційний портфель поєднав в собі високу прибутковість акцій найбільших світових компаній і недооцінені активи. Можливість заробити від $ 5 000 до  $ 50 000 за декілька місяців. Вигода: максимальний дохід завдяки унікальній стратегії оцінки акцій та інших активів»; \r\n«Центр Біржових Технологій — безумовний лідер за кількістю ВІП-клієнтів серед всіх українських компаній, які працюють на фінансових ринках». \r\nТакож аналітики Комісії виявили багато зовнішньої реклами проекту в м. Києві, роликів на радіо, банерів та реклами на багатьох інформаційних ресурсах у мережі інтернет. Як сказано на сайті проекту, “Центр Біржових Технологій” має розгалуджену мережу філій та представництв у багатьох містах України”. \r\nЗ відкритих джерел Комісія також встановила, що послуги для забезпечення діяльності домену надаються компанією «OVH Hosting Oy», яка зареєстрована в Фінляндії, та використовує віртуальні приватні хмарні сервери (VPS), які забезпечують анонімність власників доменів. \r\nНа офіційний запит Комісії про надання інформації від ЦБТ відповідь так і не надійшла. \r\nISRAEL INVESTMENTS LTD \r\nСайт проекту «ISRAEL INVESTMENTS LTD» пропонує громадянам послуги портфельного інвестування та п’ять різних варіантів інвестиційних пакетів за ціною від $ 500 до $ 50 000, які “сформовані з  дорогоцінних металів, нафти, цінних паперів, криптовалют та стартапів”. Також на сторінці компанії зазначені такі послуги, як  управління інвестиційними портфелями, інвестування у різні види накопичувальних фондів та у біржові індексні облігації, надання інформаційно-аналітичних та брокерських послуг. \r\nДалі наводимо цитати з відповідної сторінки компанії «ISRAEL INVESTMENTS LTD», які можуть мати ознаки реклами та надання послуг на фондовому ринку, які здійснюються без відповідного дозволу Комісії: \r\n«Професіонали нашої компанії також можуть створити індивідуальний інвестиційний портфель, з урахуванням Ваших побажань. Він буде доповнений фінансовими інструментами, які допоможуть швидше досягти поставлених цілей. Щоб гроші почали працювати на Вас, покладайтеся на професіоналів!»; \r\n«ІП надає стабільний щомісячний пасивний дохід. Придбати портфель дуже просто: вибираєте пакет, тиснете «інвестувати, заповнюєте просту форму зворотного зв’язку. Все, дуже просто, далі з Вами зв’яжеться наш фахівець. Він надасть повну консультацію і обговорить всі деталі обраного портфеля»; \r\n«Інвестиційний портфель це – різні активи, об’єднані для досягнення певних фінансових цілей. ІП може складатися з золота, нерухомості, цінних паперів, опціонів. Israel Investments пропонує готові інвестиційні пакети, які будуть приносити прибуток незалежно від політичної чи ринкової ситуації. Портфелі доступні для громадян будь-яких країн». \r\nРекламу «ISRAEL INVESTMENTS LTD» аналітики виявили на багатьох популярних інформаційних ресурсах у мережі інтернет, у соціальних мережах. Відповідно до інформації з сайту, «ISRAEL INVESTMENTS LTD» має представництва в Ізраїлі, Англії, Італії, Швейцарії, та Україні. \r\nЗгідно з даними Єдиного державного реєстру юридичних осіб, фізичних осіб-підприємців та громадських формувань, офіційне представництво «ISRAEL INVESTMENTS LTD»  в Україні зареєстровано як юридична особа – ПП “ІФЛК “ІЗРАЇЛЬ ІНВЕСТМЕНС” (код за ЄДРПОУ 42620622). \r\nПослуги забезпечення діяльності домену надаються компанією «101domain», яка зареєстрована в США, і також надає своїм клієнтам можливість приховати інформацію про них у загальнодоступних Інтернет джерелах. \r\nНа офіційний запит Комісії про надання інформації від проекту відповідь так і не надійшла. \r\nКомісія констатує в обох випадках всі ознаки можливого зловживання на ринку фінансових послуг, що несе загрозу введення в оману громадян та втрати ними значних коштів. НКЦПФР вживає всіх законних заходів щоб мінімізувати потенційно протиправну діяльність та попереджає інвесторів про ризики втрати грошей.', ''),
(18334, 1, 2628, '1', 'Williamcaump', ''),
(18335, 1, 2628, '2', 'Williamcaump', ''),
(18336, 1, 2628, '3', 'oqosxr@course-fitness.com', ''),
(18337, 1, 2628, '4', '(318) 431-1273', ''),
(18338, 1, 2628, '5', 'google', ''),
(18339, 1, 2628, '6', 'phim sex、trác kim hoa、91 casino', ''),
(18340, 1, 2628, '7', 'phim sex、trác kim hoa、91 casino \r\n \r\n \r\nhttps://9jvn.com', ''),
(18341, 1, 2629, '1', 'BillieSem', ''),
(18342, 1, 2629, '2', 'BillieSem', ''),
(18343, 1, 2629, '3', 'yourmail@gmail.com', ''),
(18344, 1, 2629, '4', '(284) 445-8280', ''),
(18345, 1, 2629, '5', 'google', ''),
(18346, 1, 2629, '6', 'Solve puzzles', ''),
(18347, 1, 2629, '7', 'Invite friends to solve puzzles \r\nWin NFTs and $500,000', ''),
(18348, 1, 2631, '1', 'Uzair', ''),
(18349, 1, 2631, '2', 'Kaczmarek', ''),
(18350, 1, 2631, '3', 'charity.kaczmarek@outlook.com', ''),
(18351, 1, 2631, '4', '(819) 623-5748', ''),
(18352, 1, 2631, '5', 'Charity Kaczmarek', ''),
(18353, 1, 2631, '6', 'Instagram page Marketing', ''),
(18354, 1, 2631, '7', 'The Instagram social media platform has seen explosive growth over the last two years. It now has 500\r\nmillion users that are desperate for fun and exciting content and this is a massive opportunity for you\r\nto promote your business.\r\n\r\nI can help you to grow and promote your Instagram  account organically\r\nvisit my 5 star profile and join over 3000 happy customer\r\n\r\nClick here to check out   ===== > https://tinyurl.com/yc6rwxsw\r\n\r\nSee you there!\r\nRegards\r\nBrian And Dee', ''),
(18355, 1, 2632, '1', 'Shaistha', ''),
(18356, 1, 2632, '2', 'Naaz', ''),
(18357, 1, 2632, '3', 'Shaistha23naaz@gmail.com', ''),
(18358, 1, 2632, '4', '(991) 646-4131', ''),
(18359, 1, 2632, '5', 'A Student', ''),
(18360, 1, 2632, '6', 'Looking for job interview', ''),
(18361, 1, 2632, '7', 'Hi, my name is Shaistha Naaz. I am a recent graduate from Kristu Jayanti college  where I completed my bachelors in Biotechnology Biochemistry and Genetics. There I worked on a project which was completed successfully. My further qualifications and my experience are in my CV.', ''),
(18362, 1, 2633, '1', 'Eric', ''),
(18363, 1, 2633, '2', 'Jones', ''),
(18364, 1, 2633, '3', 'ericjonesmyemail@gmail.com', ''),
(18365, 1, 2633, '4', '(555) 555-1212', ''),
(18366, 1, 2633, '5', 'CA', ''),
(18367, 1, 2633, '6', 'Your site – more leads?', ''),
(18368, 1, 2633, '7', 'Dear gangagen.com Admin!\r\n\r\nThis is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(18369, 1, 2634, '1', 'courtneyik16', ''),
(18370, 1, 2634, '2', 'courtneyik16', ''),
(18371, 1, 2634, '3', 'dixievr6@hiroyuki60.excitemail.fun', ''),
(18372, 1, 2634, '4', '(837) 414-1368', ''),
(18373, 1, 2634, '5', 'google', ''),
(18374, 1, 2634, '6', 'Hot sexy porn projects, daily updates', ''),
(18375, 1, 2634, '7', 'New sexy website is available on the web\r\nhttp://masturbatesporn.allproblog.com/?post-robyn \r\n\r\n free download short porn movies free porn chelsea charms watch free old women porn tube porn in hd italian guys porn', ''),
(18376, 1, 2635, '1', 'Charlescreri', ''),
(18377, 1, 2635, '2', 'Charlescreri', ''),
(18378, 1, 2635, '3', 'werso075700iu@rambler.ru', ''),
(18379, 1, 2635, '4', '(681) 521-7833', ''),
(18380, 1, 2635, '5', 'google', ''),
(18381, 1, 2635, '6', '+ for the post', ''),
(18382, 1, 2635, '7', 'interesting for a very long time \r\n_________________ \r\n<a href=\"https://kzkkgame14.site/\">казинолық жаңарту көлік құралдары</a>', ''),
(18383, 1, 2636, '1', 'DonaldTably', ''),
(18384, 1, 2636, '2', 'DonaldTably', ''),
(18385, 1, 2636, '3', 'dnwpt@course-fitness.com', ''),
(18386, 1, 2636, '4', '(356) 684-0102', ''),
(18387, 1, 2636, '5', 'google', ''),
(18388, 1, 2636, '6', '品空間 - Goûter Space', ''),
(18389, 1, 2636, '7', '品空間 - Goûter Space \r\n \r\n \r\nhttps://gouterspace.com/', ''),
(18390, 1, 2637, '1', 'Delphia', ''),
(18391, 1, 2637, '2', 'Fawkner', ''),
(18392, 1, 2637, '3', 'fawkner.delphia@gmail.com', ''),
(18393, 1, 2637, '4', '(215) 569-1658', ''),
(18394, 1, 2637, '5', 'Site Savants', ''),
(18395, 1, 2637, '6', 'what\'s next?', ''),
(18396, 1, 2637, '7', 'Congratulations on your recent performance spike.\r\nUse this to capitalize on that success and scale performance even more: http://sitesavants.com\r\n\r\n\r\nThx', ''),
(18397, 1, 2638, '1', 'Lavillreich', ''),
(18398, 1, 2638, '2', 'Lavillreich', ''),
(18399, 1, 2638, '3', 'revers@1ti.ru', ''),
(18400, 1, 2638, '4', '(562) 454-7635', ''),
(18401, 1, 2638, '5', 'google', ''),
(18402, 1, 2638, '6', 'aluminum, foil, thickness 0.010mm, size& купить онлайн в интернет-магазине химмед', ''),
(18403, 1, 2638, '7', '<a href=https://chimmed.ru/products/5--acetil-24-dimetil-1h-pirrol-3-karbonovaya-kislota-id=8553225>5- ацетил-2,4-диметил-1h-пиррол-3-карбоновая кислота купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>aluminum, foil, thickness 0.010mm, size& купить онлайн в интернет-магазине химмед </u> \r\n<i>aluminum, foil, thickness 0.010mm, size& купить онлайн в интернет-магазине химмед </i> \r\n<b>aluminum, foil, thickness 0.010mm, size& купить онлайн в интернет-магазине химмед </b> \r\n \r\n5- (ацетиламино) -n, n\'-бис (2,3-дигидроксипропил) -2,4,6-трийодбензол-1,3-дикарбоксамид купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/5--acetilamino--n-n-bis-23-digidroksipropil--246-triyodbenzol-13-dikarboksamid-id=2828083', ''),
(18404, 1, 2639, '1', 'Mike Austin', ''),
(18405, 1, 2639, '2', 'Mike Austin', ''),
(18406, 1, 2639, '3', 'mikePovaTasy@gmail.com', ''),
(18407, 1, 2639, '4', '(202) 113-1130', ''),
(18408, 1, 2639, '5', 'google', ''),
(18409, 1, 2639, '6', 'FREE fast ranks for gangagen.com', ''),
(18410, 1, 2639, '7', 'Hi there \r\n \r\nJust checked your gangagen.com baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\n \r\nRegards \r\nMike Austin\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', ''),
(18411, 1, 2640, '1', 'Robertmek', ''),
(18412, 1, 2640, '2', 'Robertmek', ''),
(18413, 1, 2640, '3', '4mnd0@course-fitness.com', ''),
(18414, 1, 2640, '4', '(522) 744-2732', ''),
(18415, 1, 2640, '5', 'google', ''),
(18416, 1, 2640, '6', 'unethost無限空間虛擬主機 技術分享部落格', ''),
(18417, 1, 2640, '7', 'unethost無限空間虛擬主機 技術分享部落格 \r\n \r\nhttp://blog.unethost.com/', ''),
(18418, 1, 2641, '1', 'DavidMet', ''),
(18419, 1, 2641, '2', 'DavidMet', ''),
(18420, 1, 2641, '3', 'yos1v@course-fitness.com', ''),
(18421, 1, 2641, '4', '(381) 850-8361', ''),
(18422, 1, 2641, '5', 'google', ''),
(18423, 1, 2641, '6', '第一借錢網擁有全台最多的借錢資訊', ''),
(18424, 1, 2641, '7', '第一借錢網擁有全台最多的借錢資訊 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(18425, 1, 2642, '1', 'JamesTox', ''),
(18426, 1, 2642, '2', 'JamesTox', ''),
(18427, 1, 2642, '3', 'uvdiy4@course-fitness.com', ''),
(18428, 1, 2642, '4', '(211) 607-5710', ''),
(18429, 1, 2642, '5', 'google', ''),
(18430, 1, 2642, '6', '點子數位科技有限公司 \n \nhttps://spot-digital.com.tw/', ''),
(18431, 1, 2642, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(18432, 1, 2643, '1', 'Kennethehop', ''),
(18433, 1, 2643, '2', 'Kennethehop', ''),
(18434, 1, 2643, '3', 'shiski2@inrus.top', ''),
(18435, 1, 2643, '4', '(267) 524-2154', ''),
(18436, 1, 2643, '5', 'google', ''),
(18437, 1, 2643, '6', 'Как Купить Шишки Бошки? САЙТ - KOKAIN.VIP Сколько стоят Шишки Бошки? САЙТ - KOKAIN.VIP', ''),
(18438, 1, 2643, '7', 'Как Купить Шишки Бошки? САЙТ - KOKAIN.VIP Сколько стоят Шишки Бошки? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ НА САЙТЕ - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ- https://kokain.vip/ \r\n \r\nДОСТАВКА В РУКИ - https://kokain.vip/ \r\n \r\nЗАКЛАДКА ОНЛАЙН - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Шишки Бошки в Москве\" \r\nГде Купить Шишки Бошки в Москве? Как Купить закладку Шишки Бошки в Москве? Цена на Шишки Бошки в Москве? Купить Шишки Бошки с Доставкой в руки в Москве? \r\nСколько Стоит Шишки Бошки в Москве? Почему так просто Купить Шишки Бошки закладкой в Москве? Гарантия на Шишки Бошки в Москве? Купить Шишки Бошки с Гарантией? \r\nКруглосуточные магазины Шишки Бошки в Москве? Оптовые и Розничные продажи Шишки Бошки в Москве? Купить Шишки Бошки в Москве через Телеграмм? \r\nКупить Шишки Бошки в Москве по скидке и хорошей цене? Купить Шишки Бошки в Москве через свой телефон или ноутбук можно легко? \r\nКак купить Шишки Бошки в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм Шишки Бошки в Москве? \r\nНе плохой или хороший Шишки Бошки можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим Шишки Бошки в Москве из магазина? \r\nМои друзья любят употреблять Шишки Бошки в Москве днем вечером и ночью и потом не спят целые сутки под Шишки Бошки в Москве? \r\nШишки Бошки в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой Шишки Бошки в Москве можно на выставке показывать потому что такой Шишки Бошки в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший Шишки Бошки в Москве качественный провозят через границу из других стран чтоб люди радовались качеству Шишки Бошки в Москве? \r\nКак ведут себя люди когда употребляют хороший качественный Шишки Бошки в Москве чтоб не спалиться в черных очках, которые цветом как Шишки Бошки в Москве? \r\nМогут ли принять мусора за Шишки Бошки в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает Шишки Бошки в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить Шишки Бошки в Москве если хочеться качественного Шишки Бошки? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен', ''),
(18439, 1, 2644, '1', 'Eric', ''),
(18440, 1, 2644, '2', 'Jones', ''),
(18441, 1, 2644, '3', 'ericjonesmyemail@gmail.com', ''),
(18442, 1, 2644, '4', '(555) 555-1212', ''),
(18443, 1, 2644, '5', '070 4206 1685', ''),
(18444, 1, 2644, '6', 'how to turn eyeballs into phone calls', ''),
(18445, 1, 2644, '7', 'To the gangagen.com Admin!\r\n\r\nEric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(18446, 1, 2645, '1', 'AnnaEi', ''),
(18447, 1, 2645, '2', 'AnnaEi', ''),
(18448, 1, 2645, '3', 'annaEi@nb126.com', ''),
(18449, 1, 2645, '4', '(500) 127-6603', ''),
(18450, 1, 2645, '5', 'google', ''),
(18451, 1, 2645, '6', 'Ԝоmen\'s cоuple. Ԝе want tо mеet a mаnǃ...', ''),
(18452, 1, 2645, '7', 'Hеllоǃ\r\nΙ aроlogize fоr thе оvеrlу ѕpесifiс message.\r\nМу girlfriend аnd I lovе eасh оthеr. Αnd wе arе all grеat.\r\nBut... wе nеed a man.\r\nԜе are 22 уеаrs оld, from Rоmanіa, we alsо knоw engliѕh.\r\nWе nеver gеt borеdǃ And not only in tаlk...\r\nΜу nаme iѕ Αnna, mу рrofilе іѕ herе: http://singbittempca.ml/rdx-40010/', ''),
(18453, 1, 2646, '1', 'GenellerSkivy', ''),
(18454, 1, 2646, '2', 'GenellerSkivy', ''),
(18455, 1, 2646, '3', 'typjrqorxsn@bobbor.store', ''),
(18456, 1, 2646, '4', '(210) 225-7302', ''),
(18457, 1, 2646, '5', 'google', ''),
(18458, 1, 2646, '6', 'Ювелирные украшения спб - предлагаем широкий ассортимент уникальных и стильных украшений, включая обручальные кольца, ожерелья, серьги, браслеты, часы и многое другое.', ''),
(18459, 1, 2646, '7', 'Купить ювелирные украшения - только в нашем салоне вы найдете широкий ассортимент. Быстрей всего сделать заказ на ювелирные украшения спб можно только у нас! \r\n<a href=https://uvelir1.ru/>ювелирная студия</a> \r\nювелирные изделия на заказ - <a href=http://uvelir1.ru/>http://www.uvelir1.ru/</a> \r\n<a href=http://pin.anime.com/source/uvelir1.ru>https://www.google.tm/url?q=http://uvelir1.ru</a>', ''),
(18460, 1, 2647, '1', 'Antonio', ''),
(18461, 1, 2647, '2', 'Kline', ''),
(18462, 1, 2647, '3', 'seosubmitter@mail.com', ''),
(18463, 1, 2647, '4', '(402) 731-4665', ''),
(18464, 1, 2647, '5', 'Antonio Kline', ''),
(18465, 1, 2647, '6', 'Boost Your Online Presence with Our Professional SEO Services', ''),
(18466, 1, 2647, '7', 'Hello gangagen.com webmaster,\r\n\r\nWe can help you grow your online presence and attract more customers to your business with our top-notch SEO Services. \r\n\r\nOur team of experts can improve your Google and YouTube Ranking, optimize your Google Maps listing, provide Professional Content for your website, and increase your Website Traffic.\r\n\r\nDon\'t miss this opportunity to grow your business and stay ahead of the competition.\r\n\r\n=>>  https://cutt.ly/bwaduXWo\r\n \r\nBest regards,\r\nKline\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n  \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n  \r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n  \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nUnited States, NE, Omaha, 68107, 2751 Snowbird Lane\r\n \r\nTo stop any further communication through your website form, Please reply with subject: unsubscribe gangagen.com', ''),
(18467, 1, 2648, '1', 'WilliameAlumn', ''),
(18468, 1, 2648, '2', 'WilliameAlumn', ''),
(18469, 1, 2648, '3', 'amf2@inrus.top', ''),
(18470, 1, 2648, '4', '(770) 456-3765', ''),
(18471, 1, 2648, '5', 'google', ''),
(18472, 1, 2648, '6', 'Как Купить Амфетамин? САЙТ - KOKAIN.VIP Сколько стоит Амфетамин? САЙТ - KOKAIN.VIP', ''),
(18473, 1, 2648, '7', 'Как Купить Амфетамин? САЙТ - KOKAIN.VIP Сколько стоит Амфетамин? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ НА САЙТЕ - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ- https://kokain.vip/ \r\n \r\nДОСТАВКА В РУКИ - https://kokain.vip/ \r\n \r\nЗАКЛАДКА ОНЛАЙН - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Амфетамин в Москве\" \r\nГде Купить Амфетамин в Москве? Как Купить закладку Амфетамин в Москве? Цена на Амфетамин в Москве? Купить Амфетамин с Доставкой в руки в Москве? \r\nСколько Стоит Амфетамин в Москве? Почему так просто Купить Амфетамин закладкой в Москве? Гарантия на Амфетамин в Москве? Купить Амфетамин с Гарантией? \r\nКруглосуточные магазины Амфетамин в Москве? Оптовые и Розничные продажи Амфетамина в Москве? Купить Амфетамин в Москве через Телеграмм? \r\nКупить Амфетамин в Москве по скидке и хорошей цене? Купить Амфетамин в Москве через свой телефон или ноутбук можно легко? \r\nКак купить Амфетамин в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм Амфетамина в Москве? \r\nНе плохой или хороший Амфетамин можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим Амфетамином в Москве из магазина? \r\nМои друзья любят употреблять Амфетамин в Москве днем вечером и ночью и потом не спят целые сутки под амфетамином в Москве? \r\nАмфетамин в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой амфетамин в Москве можно на выставке показывать потому что такой Амфетамин в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший Амфетамин в Москве качественный провозят через границу из других стран чтоб люди радовались качеству Амфетамина в Москве? \r\nКак ведут себя люди когда употребляют хороший качественный Амфетамин в Москве чтоб не спалиться в черных очках, которые цветом как Амфетамин в Москве? \r\nМогут ли принять мусора за Амфетамин в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает Амфетамин в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить Амфетамин в Москве если хочеться качественного Амфетамина? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен', ''),
(18474, 1, 2649, '1', 'Michaelaroags', ''),
(18475, 1, 2649, '2', 'Michaelaroags', ''),
(18476, 1, 2649, '3', 'metamf2@inrus.top', ''),
(18477, 1, 2649, '4', '(238) 657-4307', ''),
(18478, 1, 2649, '5', 'google', ''),
(18479, 1, 2649, '6', 'Как Купить Метамфетамин? САЙТ - KOKAIN.VIP Сколько стоит Метамфетамин? САЙТ - KOKAIN.VIP', ''),
(18480, 1, 2649, '7', 'Как Купить Метамфетамин? САЙТ - KOKAIN.VIP Сколько стоит Метамфетамин? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ НА САЙТЕ - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ- https://kokain.vip/ \r\n \r\nДОСТАВКА В РУКИ - https://kokain.vip/ \r\n \r\nЗАКЛАДКА ОНЛАЙН - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Метамфетамин в Москве\" \r\nГде Купить Метамфетамин в Москве? Как Купить закладку Метамфетамин в Москве? Цена на Метамфетамин в Москве? Купить Метамфетамин с Доставкой в руки в Москве? \r\nСколько Стоит Метамфетамин в Москве? Почему так просто Купить Метамфетамин закладкой в Москве? Гарантия на Метамфетамин в Москве? Купить Метамфетамин с Гарантией? \r\nКруглосуточные магазины Метамфетамин в Москве? Оптовые и Розничные продажи Метамфетамин в Москве? Купить Метамфетамин в Москве через Телеграмм? \r\nКупить Метамфетамин в Москве по скидке и хорошей цене? Купить Метамфетамин в Москве через свой телефон или ноутбук можно легко? \r\nКак купить Метамфетамин в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм Метамфетамин в Москве? \r\nНе плохой или хороший Метамфетамин можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим Метамфетамин в Москве из магазина? \r\nМои друзья любят употреблять Метамфетамин в Москве днем вечером и ночью и потом не спят целые сутки под Метамфетамин в Москве? \r\nМетамфетамин в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой Метамфетамин в Москве можно на выставке показывать потому что такой Метамфетамин в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший Метамфетамин в Москве качественный провозят через границу из других стран чтоб люди радовались качеству Метамфетамина в Москве? \r\nКак ведут себя люди когда употребляют хороший качественный Метамфетамин в Москве чтоб не спалиться в черных очках, которые цветом как Метамфетамин в Москве? \r\nМогут ли принять мусора за Метамфетамин в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает Метамфетамин в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить Метамфетамин в Москве если хочеться качественного Метамфетамина? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен', ''),
(18481, 1, 2650, '1', 'RandallNab', ''),
(18482, 1, 2650, '2', 'RandallNab', ''),
(18483, 1, 2650, '3', 'ubpuf8@course-fitness.com', ''),
(18484, 1, 2650, '4', '(688) 271-4242', ''),
(18485, 1, 2650, '5', 'google', ''),
(18486, 1, 2650, '6', '91 casino、Baccarat、GAME BÀ X9', ''),
(18487, 1, 2650, '7', '91 casino、Baccarat、GAME BÀ X9 \r\n \r\n \r\n \r\nhttps://9jvn.net', ''),
(18488, 1, 2651, '1', 'Eric', ''),
(18489, 1, 2651, '2', 'Jones', ''),
(18490, 1, 2651, '3', 'ericjonesmyemail@gmail.com', ''),
(18491, 1, 2651, '4', '(555) 555-1212', ''),
(18492, 1, 2651, '5', 'STYRIA', ''),
(18493, 1, 2651, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(18494, 1, 2651, '7', 'Dear gangagen.com Admin! my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(18495, 1, 2652, '1', 'StevenBup', ''),
(18496, 1, 2652, '2', 'StevenBup', ''),
(18497, 1, 2652, '3', 'sudogo7788@ro.ru', ''),
(18498, 1, 2652, '4', '(113) 457-4061', ''),
(18499, 1, 2652, '5', 'google', ''),
(18500, 1, 2652, '6', 'пицца на дровах', ''),
(18501, 1, 2652, '7', 'У наш час ринок пропонує різноманітні \r\n<a href=https://ego-forni.com/>печі для піци</a>.	 \r\nТакож своїми властивостями і якістю виділяється серед інших <a href=https://ego-forni.com/>помпейська піч, купити</a> яку можна у виробника.	<a href=https://ego-forni.com/>Дров\'яні печі для піци</a> були першими, а значить, вони просякнуті не тільки димком, але і смаком століть. Для дачі або заміського будиночка підійде <a href=https://ego-forni.com/>вулична піч із цегли</a> прекрасно. 	Одним із різновидів є <a href=https://ego-forni.com/>помпейська піч для піци</a>. Існує також унікальне   <a href=https://ego-forni.com/>обладнання для приготування піци</a>, в ресторані.', ''),
(18502, 1, 2653, '1', 'WilliamHIX', ''),
(18503, 1, 2653, '2', 'WilliamHIX', ''),
(18504, 1, 2653, '3', 'd7gpi@course-fitness.com', ''),
(18505, 1, 2653, '4', '(304) 502-0038', ''),
(18506, 1, 2653, '5', 'google', ''),
(18507, 1, 2653, '6', '539、91 casino、ดราก้อนฮาร์ท', ''),
(18508, 1, 2653, '7', '539、91 casino、ดราก้อนฮาร์ท \r\n \r\n \r\n \r\n \r\nhttps://9jthai.com', ''),
(18509, 1, 2654, '1', 'Eric', ''),
(18510, 1, 2654, '2', 'Jones', ''),
(18511, 1, 2654, '3', 'ericjonesmyemail@gmail.com', ''),
(18512, 1, 2654, '4', '(555) 555-1212', ''),
(18513, 1, 2654, '5', 'TAS', ''),
(18514, 1, 2654, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(18515, 1, 2654, '7', 'To the gangagen.com Admin! my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(18516, 1, 2655, '1', 'PetarCoelp', ''),
(18517, 1, 2655, '2', 'PetarCoelp', ''),
(18518, 1, 2655, '3', 'betcas038@gmail.com', ''),
(18519, 1, 2655, '4', '(574) 873-8046', ''),
(18520, 1, 2655, '5', 'google', ''),
(18521, 1, 2655, '6', '# our bonus', ''),
(18522, 1, 2655, '7', 'Spоrts bеttіng \r\nget our sign up bonuses \r\n \r\n \r\ngo now https://tinyurl.com/cw2kr857', ''),
(18523, 1, 2656, '1', 'Vodades', ''),
(18524, 1, 2656, '2', 'Vodades', ''),
(18525, 1, 2656, '3', 'ossianowaleksandr19942956@mail.ru', ''),
(18526, 1, 2656, '4', '(073) 461-5024', ''),
(18527, 1, 2656, '5', 'google', ''),
(18528, 1, 2656, '6', 'Доставка воды на дом', ''),
(18529, 1, 2656, '7', 'Мы развозим питьевую воду как частным, так и юридическим лицам. Наша транспортная служба осуществляет доставку питьевой воды на следующий день после заказа. 	 \r\n \r\n<a href=http://xn----7sbfi1cac.xn--p1ai>заказать воду в нижнем новгороде по акции</a>        \r\nСрочная доставка в день заказа доступна для владельцев клубных карт. Доставка воды происходит во все районы Нижнего Новгорода, в верхнюю и нижнюю части города: <a href=http://xn----7sbfi1cac.xn--p1ai>вода-нн.рф</a>', ''),
(18530, 1, 2657, '1', 'Charlesmex', ''),
(18531, 1, 2657, '2', 'Charlesmex', ''),
(18532, 1, 2657, '3', 'heldkf@course-fitness.com', ''),
(18533, 1, 2657, '4', '(876) 381-5482', ''),
(18534, 1, 2657, '5', 'google', ''),
(18535, 1, 2657, '6', '點子數位科技有限公司', ''),
(18536, 1, 2657, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(18537, 1, 2658, '1', 'hQJIvVavmv', ''),
(18538, 1, 2658, '2', 'hQJIvVavmv', ''),
(18539, 1, 2658, '3', 'callvisvetlana@list.ru', ''),
(18540, 1, 2658, '4', '(171) 515-5413', ''),
(18541, 1, 2658, '5', 'google', ''),
(18542, 1, 2658, '6', 'Отличный вариант для всех, просто пишите', ''),
(18543, 1, 2658, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(18544, 1, 2659, '1', 'Brucecrava', ''),
(18545, 1, 2659, '2', 'Brucecrava', ''),
(18546, 1, 2659, '3', 'tepfun@course-fitness.com', ''),
(18547, 1, 2659, '4', '(627) 532-7322', ''),
(18548, 1, 2659, '5', 'google', ''),
(18549, 1, 2659, '6', '冠天下', ''),
(18550, 1, 2659, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1bmail479e.com/', ''),
(18551, 1, 2660, '1', 'נערות ליוויMot', ''),
(18552, 1, 2660, '2', 'נערות ליוויMot', ''),
(18553, 1, 2660, '3', 'agnessavolkova@seobomba.com', ''),
(18554, 1, 2660, '4', '(685) 865-5731', ''),
(18555, 1, 2660, '5', 'google', ''),
(18556, 1, 2660, '6', 'A nice one', ''),
(18557, 1, 2660, '7', 'As it is said as many people so many thoughts. That is why I think that every statement has a right to be expressed even if I think differently. \r\nI like this website too: \r\n \r\n<a href=https://www.vsexy.co.il/%d7%a0%d7%a2%d7%a8%d7%95%d7%aa-%d7%9c%d7%99%d7%95%d7%95%d7%99-%d7%91%d7%a6%d7%a4%d7%95%d7%9f/%d7%a0%d7%a2%d7%a8%d7%95%d7%aa-%d7%9c%d7%99%d7%95%d7%95%d7%99-%d7%91%d7%97%d7%93%d7%a8%d7%94/>נערות ליווי בחדרה</a>', ''),
(18558, 1, 2661, '1', 'Lavillreich', ''),
(18559, 1, 2661, '2', 'Lavillreich', ''),
(18560, 1, 2661, '3', 'revers@1ti.ru', ''),
(18561, 1, 2661, '4', '(587) 365-7768', ''),
(18562, 1, 2661, '5', 'google', ''),
(18563, 1, 2661, '6', '4-hydroxy-tempo, 97% купить онлайн в интернет-магазине химмед', ''),
(18564, 1, 2661, '7', '<a href=https://chimmed.ru/products/4-chloro-22-diphenylbutanenitrile-id=4417070>4-chloro-2,2-diphenylbutanenitrile купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>(4-hydroxy-phenyl)-piperidin-4-yl-methanone hydrochloride купить онлайн в интернет-магазине химмед </u> \r\n<i>(4-hydroxy-piperidin-1-yl)-piperidin-3-yl-methanone hydrochloride 98% купить онлайн в интернет-магазине химмед </i> \r\n<b>4-hydroxy-tempo, 97% купить онлайн в интернет-магазине химмед </b> \r\n \r\n4\'-chloro-2,2,2-trifluoroacetophenone, & купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/4-chloro-222-trifluoroacetophenone--id=4004134', ''),
(18565, 1, 2662, '1', 'Rafaelacale', ''),
(18566, 1, 2662, '2', 'Rafaelacale', ''),
(18567, 1, 2662, '3', 'ocnka@course-fitness.com', ''),
(18568, 1, 2662, '4', '(038) 727-1511', ''),
(18569, 1, 2662, '5', 'google', ''),
(18570, 1, 2662, '6', 'สูตรบาคาร่า ใช้ได้จริง、คาสิโนสด、บาคาร่า', ''),
(18571, 1, 2662, '7', 'สูตรบาคาร่า ใช้ได้จริง、คาสิโนสด、บาคาร่า \r\n \r\n \r\n \r\nhttps://ku77bet.org', ''),
(18572, 1, 2663, '1', 'LandonDwexy', ''),
(18573, 1, 2663, '2', 'LandonDwexy', ''),
(18574, 1, 2663, '3', 'cs8pn@course-fitness.com', ''),
(18575, 1, 2663, '4', '(004) 710-3135', ''),
(18576, 1, 2663, '5', 'google', ''),
(18577, 1, 2663, '6', 'thời trang、trà sữa、Du lịch', ''),
(18578, 1, 2663, '7', 'thời trang、trà sữa、Du lịch \r\n \r\n \r\n \r\nhttps://saocoitintuc.com', ''),
(18579, 1, 2664, '1', 'Noah', ''),
(18580, 1, 2664, '2', 'Johnson', ''),
(18581, 1, 2664, '3', 'noah@moneyflex.xyz', ''),
(18582, 1, 2664, '4', '(725) 867-2209', ''),
(18583, 1, 2664, '5', 'Next Day Working Capital', ''),
(18584, 1, 2664, '6', 'How are you?', ''),
(18585, 1, 2664, '7', 'Are you interested in growing your business even more?\r\n\r\nWe are your one stop shop for an instant approval on any working capital needs\r\n\r\nyou may have. We offer Lines of Credit, Equipment Financing and Invoice Factoring.\r\n\r\nApply in less than 1 minute without submitting a single document or having your credit\r\n\r\npulled.\r\n\r\nwww.nextdayworkingcapital.com\r\n\r\nNoah Johnson\r\nNext Day Working Capital\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe \r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(18586, 1, 2665, '1', 'ShannonRelia', ''),
(18587, 1, 2665, '2', 'ShannonRelia', ''),
(18588, 1, 2665, '3', 'marketing@turkeynewstoday.com', ''),
(18589, 1, 2665, '4', '(335) 702-2380', ''),
(18590, 1, 2665, '5', 'google', ''),
(18591, 1, 2665, '6', 'Top News Sites for guest post', ''),
(18592, 1, 2665, '7', 'Top News Sites for guest post \r\n \r\nhttps://www.topeuropenews.com/ \r\nhttps://www.dailyexpressnewstoday.com/ \r\nhttps://www.thesunnewstoday.com/ \r\nhttps://www.huffingtonposttoday.com/ \r\nhttps://www.nationalposttoday.com/ \r\nhttps://www.germaynewstoday.com/ \r\nhttps://www.scotlandnewstoday.com/ \r\nhttps://www.maltanewstime.com \r\nhttps://www.mirrornewstoday.com/ \r\nhttps://www.timesofspanish.com \r\nhttps://www.italiannewstoday.com/ \r\nhttps://www.turkeynewstoday.com/ \r\nhttps://www.walesnewstoday.com/ \r\nhttps://www.washingtonposttoday.com/ \r\nhttps://www.thestarnewstoday.com \r\nhttps://www.theindependentnewstoday.com/', ''),
(18593, 1, 2666, '1', 'Peter Barrington', ''),
(18594, 1, 2666, '2', 'Peter Barrington', ''),
(18595, 1, 2666, '3', 'peterIrorieGork@gmail.com', ''),
(18596, 1, 2666, '4', '(621) 231-2756', ''),
(18597, 1, 2666, '5', 'google', ''),
(18598, 1, 2666, '6', 'Google Autocomplete Marketing Breakthrough', ''),
(18599, 1, 2666, '7', 'Hello gangagen.com Owner. \r\n \r\nAre you looking to boost your business’ visibility on the internet as well as reach even more prospective clients? Being included in Google Autocomplete can enhance your company\'s branding, reputation, as well as targeting, causing boosted website web traffic as well as revenue. \r\n \r\nPlease go here https://www.digital-x-press.com/autosuggest/ to find how your business can take advantage of Google Autocomplete and enhance your sales potential. \r\n \r\n \r\nThank you \r\n \r\nPeter Barrington\r\nDigital X Press SEO Agency', ''),
(18600, 1, 2667, '1', 'Denniskeype', ''),
(18601, 1, 2667, '2', 'Denniskeype', ''),
(18602, 1, 2667, '3', '7lewc@course-fitness.com', ''),
(18603, 1, 2667, '4', '(412) 632-3302', ''),
(18604, 1, 2667, '5', 'google', ''),
(18605, 1, 2667, '6', '冠天下!ENDVALUE!', ''),
(18606, 1, 2667, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1bmail479e.com/', ''),
(18607, 1, 2668, '1', 'Prabha', ''),
(18608, 1, 2668, '2', 'M', ''),
(18609, 1, 2668, '3', 'mprabha@msrit.edu', ''),
(18610, 1, 2668, '4', '(082) 771-2312', ''),
(18611, 1, 2668, '5', 'M S Ramaiah Institute of Tehnology', ''),
(18612, 1, 2668, '6', 'Invited Talks and Industrial visit', ''),
(18613, 1, 2668, '7', 'Sir/Madam\r\n\r\nGreetings...\r\n\r\nWe would like to invite you to deliver a lecture.  We are applying for ATAL FDP [AICTE].\r\nTopic:Protein Chemistry and Engineering for Medical Applications [7-13, January2024]\r\n\r\nPls confirm  to deliver the talk on Jan 7-14 2024\r\n\r\nAnd send the Topic of your areas for 1hour 15 minutes and Permission to visit industry for 3 hours for Faculty members and research scholars\r\nThanks\r\nBest regards', ''),
(18614, 1, 2669, '1', 'ThomasAssuh', ''),
(18615, 1, 2669, '2', 'ThomasAssuh', ''),
(18616, 1, 2669, '3', 'kka0@course-fitness.com', ''),
(18617, 1, 2669, '4', '(867) 708-8334', ''),
(18618, 1, 2669, '5', 'google', ''),
(18619, 1, 2669, '6', '滿天星娛樂城 STAR', ''),
(18620, 1, 2669, '7', '滿天星娛樂城 STAR \r\n \r\n \r\n \r\nhttps://xn--uis74a0us56agwe20i.com/', ''),
(18621, 1, 2670, '1', 'LFTblelp', ''),
(18622, 1, 2670, '2', 'LFTblelp', ''),
(18623, 1, 2670, '3', 'libfintravel2023@gmail.com', ''),
(18624, 1, 2670, '4', '(471) 231-4247', ''),
(18625, 1, 2670, '5', 'google', ''),
(18626, 1, 2670, '6', 'Оформление ВНЖ и второго гражданства стран Евросоюза', ''),
(18627, 1, 2670, '7', 'Поможем оформить гражданство и ВНЖ Израиля, Болгарии, Боснии, Греции, Черногории, Словакии, ОАЭ, Бельгии и Хорватии. \r\nWe will help you obtain citizenship and a residence permit in Israel, Bulgaria, Bosnia, Greece, Montenegro, Slovakia, the United Arab Emirates, Belgium and Croatia. \r\n-><a href=https://t.me/LibFinTravel><b>Telegram</b></a><- \r\n<a href=https://libertyfintravel.ru/>WEB</a>', ''),
(18628, 1, 2671, '1', 'FrankZef', ''),
(18629, 1, 2671, '2', 'FrankZef', ''),
(18630, 1, 2671, '3', 'waldemar-polak-67@wp.pl', ''),
(18631, 1, 2671, '4', '(672) 143-8703', ''),
(18632, 1, 2671, '5', 'google', ''),
(18633, 1, 2671, '6', 'We specialize in the installation and maintenance of outside taps, making it convenient for you to access water outdoors.', ''),
(18634, 1, 2671, '7', 'robinson_william_72 - Profil uytkownika - FREESTYLE.pl   http://street.freestyle.pl/profil/id,210182/robinsonwilliam72.html - Click here...', ''),
(18635, 1, 2672, '1', 'Tom', ''),
(18636, 1, 2672, '2', 'Wooley', ''),
(18637, 1, 2672, '3', 'tom.wooley@gmail.com', ''),
(18638, 1, 2672, '4', '(603) 312-0726', ''),
(18639, 1, 2672, '5', 'Tom Wooley', ''),
(18640, 1, 2672, '6', 'Do you have enough  customers?', ''),
(18641, 1, 2672, '7', 'Do you need targeted Customers emails and phone numbers , so I am here to help you check out  my Fiverr 5 stares profile serving over 880 happy customers\r\n contact me here and tell me what you need  ===== >  Oldreach.com\r\nSee you there\r\n\r\nRegards\r\nAwals', ''),
(18642, 1, 2673, '1', 'Richard', ''),
(18643, 1, 2673, '2', 'Anderson', ''),
(18644, 1, 2673, '3', 'goodchap.lesli@hotmail.com', ''),
(18645, 1, 2673, '4', '(323) 276-9805', ''),
(18646, 1, 2673, '5', 'Lesli Goodchap', ''),
(18647, 1, 2673, '6', 'Good Day  Is this the genuine state?', ''),
(18648, 1, 2673, '7', 'Hello,\r\n\r\nWant to outshine the competition with AI? \r\n\r\nGo to https://rokl.ink/increased-sales now to explore our partnership \r\n\r\nthat promises a surge in leads and sales for your business.\r\n\r\nBest regards,\r\n\r\n Charles  Davis \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n//Optout//\r\n\r\nTo stop receiving any further communication, \r\nplease opt out at https://rokl.ink/optoutone.', ''),
(18649, 1, 2674, '1', 'Daniel', ''),
(18650, 1, 2674, '2', 'Garcia', ''),
(18651, 1, 2674, '3', 'daniel@capitalborrow.xyz', ''),
(18652, 1, 2674, '4', '(725) 867-2209', ''),
(18653, 1, 2674, '5', 'Next Day Working Capital', ''),
(18654, 1, 2674, '6', 'Good morning,', ''),
(18655, 1, 2674, '7', 'If you need working capital for your business this week\r\n\r\nyou really should check out our instant approval underwriting \r\n\r\nand see what you qualify for in less than 30 seconds without \r\n\r\neven pulling your credit. \r\n\r\nIf you like the offer we will fund you the next day. it\'s that simple! \r\n\r\nwww.nextdayworkingcapital.com \r\n\r\n\r\n\r\nDaniel Garcia\r\nNext Day Working Capital\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe\r\n\r\n\r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(18656, 1, 2675, '1', 'CarlosMic', ''),
(18657, 1, 2675, '2', 'CarlosMic', ''),
(18658, 1, 2675, '3', 'press@germaynewstoday.com', ''),
(18659, 1, 2675, '4', '(263) 106-1864', ''),
(18660, 1, 2675, '5', 'google', ''),
(18661, 1, 2675, '6', 'Latest Gambling News', ''),
(18662, 1, 2675, '7', 'We bring you latest Gambling News, Casino Bonuses and offers from Top Operators, Online Casino Slots Tips, Sports Betting Tips, odds etc. \r\n \r\nYou can contact for more details : https://www.jackpotbetonline.com/', ''),
(18663, 1, 2676, '1', 'Mike Gibbs', ''),
(18664, 1, 2676, '2', 'Mike Gibbs', ''),
(18665, 1, 2676, '3', 'miketasy@gmail.com', ''),
(18666, 1, 2676, '4', '(766) 138-1637', ''),
(18667, 1, 2676, '5', 'google', ''),
(18668, 1, 2676, '6', 'Collaboration request', ''),
(18669, 1, 2676, '7', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Gibbs\r\n \r\nMonkey Digital', ''),
(18670, 1, 2677, '1', 'JamesspevA', ''),
(18671, 1, 2677, '2', 'JamesspevA', ''),
(18672, 1, 2677, '3', 'pdq0v@course-fitness.com', ''),
(18673, 1, 2677, '4', '(813) 164-1021', ''),
(18674, 1, 2677, '5', 'google', ''),
(18675, 1, 2677, '6', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠', ''),
(18676, 1, 2677, '7', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠 \r\n \r\n \r\nhttps://tx9j.tw/', ''),
(18677, 1, 2678, '1', 'peterlr11', ''),
(18678, 1, 2678, '2', 'peterlr11', ''),
(18679, 1, 2678, '3', 'allisoncr60@kenta90.excitemail.fun', ''),
(18680, 1, 2678, '4', '(628) 071-5614', ''),
(18681, 1, 2678, '5', 'google', ''),
(18682, 1, 2678, '6', 'New super hot photo galleries, daily updated collections', ''),
(18683, 1, 2678, '7', 'Nude Sex Pics, Sexy Naked Women, Hot Girls Porn\r\nhttp://hoterika.com/?post-madelyn \r\n\r\n sex in mud porn ben 10 porn vids young young teen porn movies porn sites secure spanish brothers swap wives porn movie', ''),
(18684, 1, 2679, '1', 'Adam', ''),
(18685, 1, 2679, '2', 'Smith', ''),
(18686, 1, 2679, '3', 'adam.smith@gmail.com', ''),
(18687, 1, 2679, '4', '(618) 375-3878', ''),
(18688, 1, 2679, '5', 'Maryellen Marlow', ''),
(18689, 1, 2679, '6', 'Thank you, Thank you, THANK YOU', ''),
(18690, 1, 2679, '7', 'Thank you, Thank you, THANK YOU\r\n\r\nThat\'s what hundreds of people told me before\r\n\r\nI asked \"for what?\"\r\n\r\nAnd they said \"for showing them how to make\r\nan extra $200 to $300 a DAY using this simple\r\nmethod to make easy type of money using the\r\nbrand new CashGiveaway Automated Software\"\r\n\r\nHERE\'S YOUR EARLY BIRD PRIVATE ACCESS: bit.ly/FreeEmailSender\r\n\r\nYou have 8 hours to access this unfair advantage\r\n\r\nNO Websites Needed\r\nNO Calling\r\nNO Recruiting\r\nNO Selling\r\nNO Experience Needed (Beginners are Preferred)\r\n\r\nIf you don\'t take advantage of this now, you\r\nWILL regret it later.  So don\'t make a mistake.\r\n\r\nSee you inside,\r\nAdam', ''),
(18691, 1, 2680, '1', 'Kevinlar', ''),
(18692, 1, 2680, '2', 'Kevinlar', ''),
(18693, 1, 2680, '3', 'eokort@course-fitness.com', ''),
(18694, 1, 2680, '4', '(200) 742-3225', ''),
(18695, 1, 2680, '5', 'google', ''),
(18696, 1, 2680, '6', '冠天下娛樂城', ''),
(18697, 1, 2680, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(18698, 1, 2681, '1', 'domastor', ''),
(18699, 1, 2681, '2', 'domastor', ''),
(18700, 1, 2681, '3', 'domain-a.store@yandex.ru', ''),
(18701, 1, 2681, '4', '(724) 860-6285', ''),
(18702, 1, 2681, '5', 'google', ''),
(18703, 1, 2681, '6', 'Домен для бизнеса', ''),
(18704, 1, 2681, '7', 'Для предпринимательства <a href=https://а.store>домен а.store продается для бизнеса и торговли, ПОДРОБНЕЕ >>></a>', ''),
(18705, 1, 2682, '1', 'Peter', ''),
(18706, 1, 2682, '2', 'Peter', ''),
(18707, 1, 2682, '3', 'webdelaware@gmail.com', ''),
(18708, 1, 2682, '4', '(415) 393-2436', ''),
(18709, 1, 2682, '5', 'web developer', ''),
(18710, 1, 2682, '6', 'website work', ''),
(18711, 1, 2682, '7', 'Hi there, I just visited your website https://gangagen.com/ & thought to check if you need any help with website development ? My rate is 15/hour. So I can work for hours you may need me on task, part-time 20 hours every week or full-time 40 hours. \r\n\r\nI can give you references and could do a video call to understand each other. So communication should not be a problem. I can do website development, social media designs, and much more. I can show you my past work history and work.\r\n\r\nThe best part is I work as per our local timings, No advance payment and you only pay biweekly once you are satisfied. I am an experienced web developer so if you have any more ideas to implement on your website, I would be glad to serve you.\r\n \r\nRegards\r\nPeter Patel\r\n(+1) 415 393 2436 (US)', ''),
(18712, 1, 2683, '1', 'BillyWramn', ''),
(18713, 1, 2683, '2', 'BillyWramn', ''),
(18714, 1, 2683, '3', 'pdb34r@course-fitness.com', ''),
(18715, 1, 2683, '4', '(306) 762-8627', ''),
(18716, 1, 2683, '5', 'google', ''),
(18717, 1, 2683, '6', '冠天下娛樂城', ''),
(18718, 1, 2683, '7', '冠天下娛樂城 \r\n \r\nhttps://gtx.tw/', ''),
(18719, 1, 2684, '1', 'ScottImich', ''),
(18720, 1, 2684, '2', 'ScottImich', ''),
(18721, 1, 2684, '3', 'cqurys@outlook.com', ''),
(18722, 1, 2684, '4', '(471) 007-5125', ''),
(18723, 1, 2684, '5', 'google', ''),
(18724, 1, 2684, '6', 'Ставки на спорт', ''),
(18725, 1, 2684, '7', 'Еще не приостановлены волейбольные лиги России, Беларуси и Турции.\r\nSMM-менеджер в БК Олимп.\r\nА теперь немного о том, что именно нужно для того, чтобы пройти как минимум упрощённую идентификацию в конкретных конторах.\r\nПрогноз с коэффициентом: 1.61.\r\n20. «Как бить линию», Дж. Р. Миллер.\r\n \r\n<a href=https://lipkat.ru/rejting-bukmekerov/obzor-bukmekerskoj-kontory-zenit/>Обзор букмекерской конторы «Зенит»</a> \r\nПриветственный бонус.\r\nНаша команда много раз делала акцент на том, что беттерам необходимо всесторонне развиваться и расширять кругозор. Информация – мощнейшее оружие игроков. Тот, кто владеет свежей информацией, находится на шаг впереди и может заключить максимально выгодное пари по любому событию.\r\nPython Программирование.\r\n2023-07-10 17:00:00 Виктория Пльзень Карлсруэ Виктория Пльзень - Карлсруэ Виктория Пльзень - Карлсруэ ставка на матч 10.07.2023 от vadikya Товарищеские матчи клубов.\r\nЗарплата : 70 000 – 100 000 рублей.', ''),
(18726, 1, 2685, '1', 'WilliamGroug', ''),
(18727, 1, 2685, '2', 'WilliamGroug', ''),
(18728, 1, 2685, '3', 'slaha@course-fitness.com', ''),
(18729, 1, 2685, '4', '(618) 652-5868', ''),
(18730, 1, 2685, '5', 'google', ''),
(18731, 1, 2685, '6', '冠天下娛樂城', ''),
(18732, 1, 2685, '7', '冠天下娛樂城 \r\n \r\nhttps://gtx.tw/', ''),
(18733, 1, 2686, '1', 'EdwardMef', ''),
(18734, 1, 2686, '2', 'EdwardMef', ''),
(18735, 1, 2686, '3', 'werso058300iu@rambler.ru', ''),
(18736, 1, 2686, '4', '(716) 641-3736', ''),
(18737, 1, 2686, '5', 'google', ''),
(18738, 1, 2686, '6', 'Thanks, +', ''),
(18739, 1, 2686, '7', 'very good  \r\n_________________ \r\n<a href=\"https://kzkk11.in.net/\">автоматтары ойын</a>', ''),
(18740, 1, 2687, '1', 'Untok', ''),
(18741, 1, 2687, '2', 'Untok', ''),
(18742, 1, 2687, '3', 'mgl2wjye@yahoo.com', ''),
(18743, 1, 2687, '4', '(718) 471-5345', ''),
(18744, 1, 2687, '5', 'google', ''),
(18745, 1, 2687, '6', 'I promised.', ''),
(18746, 1, 2687, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/28lowju4', ''),
(18747, 1, 2688, '1', 'eizJalyCTa', ''),
(18748, 1, 2688, '2', 'eizJalyCTa', ''),
(18749, 1, 2688, '3', 'callvisvetlana@list.ru', ''),
(18750, 1, 2688, '4', '(101) 386-0822', ''),
(18751, 1, 2688, '5', 'google', ''),
(18752, 1, 2688, '6', 'Вам хороший вариант вот тут', ''),
(18753, 1, 2688, '7', 'Вам хороший вариант вот тут ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(18754, 1, 2689, '1', 'enlareTar', ''),
(18755, 1, 2689, '2', 'enlareTar', ''),
(18756, 1, 2689, '3', 'maximmad222@yandex.ru', ''),
(18757, 1, 2689, '4', '(338) 633-6084', ''),
(18758, 1, 2689, '5', 'google', ''),
(18759, 1, 2689, '6', 'XBOX цифровые ключи игр  разнообразные игры:  АССАСИН КРИД', ''),
(18760, 1, 2689, '7', 'Очистка и ускорение работы вашего ПК AVGTUNEUP  +  https://ggsel.net/catalog/product/3016084 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://digiseller.market/asp2/pay_options.asp?id_d=3582748 \r\n<b>ИНТЕРНЕТ МАГАЗИН ЦИФРОВЫХ ТОВАРОВ</b> https://bysel.ru \r\nАкканты xbox  https://ggsel.net/catalog/product/3622263 \r\nxbox  купить игру лицензиюhttps://ggsel.net/catalog/product/3098640 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://digiseller.market/asp2/pay_options.asp?id_d=3582748 \r\nxbox  купить игру лицензиюhttps://ggsel.net/catalog/product/3115457 \r\n \r\nsteam key купить ключhttps://bysel.ru/goods/dead-by-daylight-ghost-face-steam-rossiya-%F0%9F%9A%80-avto/ \r\n<b>xbox gift card(покупка игр в иностранном аккаунте</b>)https://ggsel.net/catalog/product/3614567 \r\n<b>Steam google Turkey   Gift Card Code FOR TURKEY ACCOUN</b>  https://ggsel.net/catalog/product/3808181 <b>стим игры дешевле чем в русском аккаунте</b>)https://ggsel.net/catalog/product/3589468 \r\n<b>Новый Стим аккаунт ( Турция/Полный доступ) PayPaL</b>https://ggsel.net/catalog/product/3589473 \r\nLeague Of Legends 850 LoL RP - ТУРЦИЯ https://ggsel.net/catalog/product/3296427 \r\nValorant 740 VP or 1050 Riot Points - ТОЛЬКО ТУРЦИЯ https://ggsel.net/catalog/product/3331571 \r\nPUBG Mobile 325 UC Unknown Cashhttps://ggsel.net/catalog/product/3430858 \r\nPlaystation Network (PSN) 10$(USA)https://ggsel.net/catalog/product/3466036 \r\niTUNES GIFT CARD - (TURKEY/USD) https://ggsel.net/catalog/product/3622021 \r\n<b>Adguard Premium 1ПК(</b>(лучший блокировщик рекламы.спама, всплывающие окна ) https://ggsel.net/catalog/product/3046307 \r\nNetflix Турция Подарочный код TL??(VPN постоянно)дешевле чем в других аккаунтах https://ggsel.net/catalog/product/2911572 \r\nRAZER GOLD GIFT CARD 5$ (USD) Global Pin https://ggsel.net/catalog/product/3051315 \r\nNintendo+https://ggsel.net/catalog/product/3296413 \r\n<b>НЕДОРОГИЕ игры XBOX ONE</b> \r\n<b>ОПЛАТА ENOT (12 способов оплаты) 0% при оплате</b> (<u>покупайте без процентов выгоднее</u>) \r\nигры +на xbox +one купить дешевоhttps://bysel.ru/goods/??-remnant-from-the-ashes-complete-edition-xbox-??/ \r\nАвтопополнение моментально Steam(вы зачисляете свои средства на свой стим аккаунт,пишите логин)  https://digiseller.market/asp2/pay_options.asp?id_d=3582748 \r\nключи игр xbox +one купитьhttps://ggsel.net/catalog/product/2889815 \r\nкупить игры +на xbox +onehttps://ggsel.net/catalog/product/3051395 \r\nкупить игры +на xbox +onehttps://ggsel.net/catalog/product/3180599 \r\napple gift card купить+https://bysel.ru/goods/?3-itunes-usd-gift-card-apple-store-bez-komissii/ \r\nНедорогой качественный хостинг от 85р.  https://webhost1.ru/?r=133178  \r\n<u>купить билет</u>https://gagarina.com на концерт Полина Гагарина Навсегда \r\n<b>Хочешь добиться чего нибудь, получи кредит в Альфа Банке</b> https://clck.ru/33Pzfy  <b>октрывай свой бизнес, работай на себя(напиши бизнес план)получи дебетную карту</b> https://clck.ru/33Pzd8 \r\nНедорогой хостинг от 85р, при переносе с другого домена 2 месяца бесплатноhttps://webhost1.ru/?r=133178', ''),
(18761, 1, 2690, '1', 'Lizzieneast', ''),
(18762, 1, 2690, '2', 'Lizzieneast', ''),
(18763, 1, 2690, '3', 'info@requipment.ru', ''),
(18764, 1, 2690, '4', '(562) 812-7874', ''),
(18765, 1, 2690, '5', 'google', ''),
(18766, 1, 2690, '6', 'Convey', ''),
(18767, 1, 2690, '7', '<a href=></a> \r\n<a href=></a> \r\n<a href=></a>', ''),
(18768, 1, 2691, '1', 'Lesliefup', ''),
(18769, 1, 2691, '2', 'Lesliefup', ''),
(18770, 1, 2691, '3', 'mikhaileliffkt@mail.ru', ''),
(18771, 1, 2691, '4', '(258) 502-7660', ''),
(18772, 1, 2691, '5', 'google', ''),
(18773, 1, 2691, '6', 'Игромания', ''),
(18774, 1, 2691, '7', 'Игромания \r\n \r\nВсе самое лучшее и интересное из мира рекламы: новости, тренды и шедевры. Канал для почитателей качественной рекламы. \r\n \r\nSource: \r\n \r\n- https://t.me/games_novostii', ''),
(18775, 1, 2692, '1', 'Sowmya sharada', ''),
(18776, 1, 2692, '2', 'P', ''),
(18777, 1, 2692, '3', 'sowmyasharada1@gmail.com', ''),
(18778, 1, 2692, '4', '(807) 571-6661', ''),
(18779, 1, 2692, '5', 'Msc biomedical science', ''),
(18780, 1, 2692, '6', 'Internship', ''),
(18781, 1, 2692, '7', 'I am Sowmya Sharada P from Kasargod Kerala. I completed my postgradution in Biomedical Science from NITTE University Centre for Science Education and Research Mangalore. I am looking for internship with stipend/jobs. Kindly check my resume is attached to this email', ''),
(18782, 1, 2693, '1', 'cAmFrDyfNs', ''),
(18783, 1, 2693, '2', 'cAmFrDyfNs', ''),
(18784, 1, 2693, '3', 'callvisvetlana@list.ru', ''),
(18785, 1, 2693, '4', '(754) 574-6712', ''),
(18786, 1, 2693, '5', 'google', ''),
(18787, 1, 2693, '6', 'Отличный вариант для всех, просто пишите', ''),
(18788, 1, 2693, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(18789, 1, 2694, '1', 'Revanth', ''),
(18790, 1, 2694, '2', 'C G', ''),
(18791, 1, 2694, '3', 'revanthg.20.bebt@acharya.ac.in', ''),
(18792, 1, 2694, '4', '(911) 357-7156', ''),
(18793, 1, 2694, '5', 'Ganga gen peenya', ''),
(18794, 1, 2694, '6', 'Regarding a internship for 1 month', ''),
(18795, 1, 2694, '7', 'As mentioned above  i am a student of Acharya institute of technology pursuing my BE Biotechnology . I need to complete a 1 month internship as a part of my course. Please let me know if there is a availability as soon as possible.', ''),
(18796, 1, 2695, '1', 'Mike Gilbert', ''),
(18797, 1, 2695, '2', 'Mike Gilbert', ''),
(18798, 1, 2695, '3', 'mikeIrorieGork@gmail.com', ''),
(18799, 1, 2695, '4', '(462) 882-0637', ''),
(18800, 1, 2695, '5', 'google', ''),
(18801, 1, 2695, '6', 'Domain Authority of your gangagen.com', ''),
(18802, 1, 2695, '7', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\nThanks and regards \r\nMike Gilbert', ''),
(18803, 1, 2696, '1', 'DavidMet', ''),
(18804, 1, 2696, '2', 'DavidMet', ''),
(18805, 1, 2696, '3', 'yos1v@course-fitness.com', ''),
(18806, 1, 2696, '4', '(206) 280-5226', ''),
(18807, 1, 2696, '5', 'google', ''),
(18808, 1, 2696, '6', '第一借錢網擁有全台最多的借錢資訊', ''),
(18809, 1, 2696, '7', '第一借錢網擁有全台最多的借錢資訊 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(18810, 1, 2697, '1', 'bmLwcCSQZV', ''),
(18811, 1, 2697, '2', 'bmLwcCSQZV', ''),
(18812, 1, 2697, '3', 'callvisvetlana@list.ru', ''),
(18813, 1, 2697, '4', '(753) 373-3658', ''),
(18814, 1, 2697, '5', 'google', ''),
(18815, 1, 2697, '6', 'Отличный вариант для всех, просто пишите', ''),
(18816, 1, 2697, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(18817, 1, 2698, '1', 'Oscargot', ''),
(18818, 1, 2698, '2', 'Oscargot', ''),
(18819, 1, 2698, '3', 'ufhik7@course-fitness.com', ''),
(18820, 1, 2698, '4', '(423) 865-5645', ''),
(18821, 1, 2698, '5', 'google', ''),
(18822, 1, 2698, '6', '9J娛樂城!ENDVALUE!', ''),
(18823, 1, 2698, '7', '9J娛樂城 \r\n \r\n \r\n \r\nhttps://9jcasino.com.tw/', ''),
(18824, 1, 2699, '1', 'nzbkkix', ''),
(18825, 1, 2699, '2', 'nzbkkix', ''),
(18826, 1, 2699, '3', 'lumelskiy.leopold@mail.ru', ''),
(18827, 1, 2699, '4', '(267) 877-4450', ''),
(18828, 1, 2699, '5', 'google', ''),
(18829, 1, 2699, '6', 'колодезные кольца Нижний Новгород', ''),
(18830, 1, 2699, '7', 'Наша фирма ООО «НЗБК» сайт <a href=http://nzbknn.ru>nzbknn.ru</a> занимается производством элементов канализационных колодцев из товарного бетона в полном их ассортименте. В состав колодцев входят следующие составляющие: \r\nколодезные кольца (кольцо колодца стеновое); доборные кольца (кольцо колодца стеновое доборное); крышки колодцев (плита перекрытия колодца); днища колодцев (плита днища колодца).	 \r\n \r\n<a href=http://nzbknn.ru>кольца жби сертификат</a>', ''),
(18831, 1, 2700, '1', 'MatthewBek', ''),
(18832, 1, 2700, '2', 'MatthewBek', ''),
(18833, 1, 2700, '3', 'marketing@forbesnewstoday.com', ''),
(18834, 1, 2700, '4', '(453) 616-5746', ''),
(18835, 1, 2700, '5', 'google', ''),
(18836, 1, 2700, '6', 'Top News Sites for guest Post', ''),
(18837, 1, 2700, '7', 'Here is list ,Where i can add guest post \r\nhttps://www.forbesnewstoday.com/ \r\nhttps://www.britishnewstoday.com/ \r\nhttps://www.dutchnewstoday.com/ \r\nhttps://www.dwnewstoday.com/ \r\nhttps://www.dailymirrornewstoday.com/ \r\nhttps://www.thequintnewstoday.com/ \r\nhttps://www.portugalnewstoday.com/ \r\nhttps://www.dailyheraldnewstoday.com/ \r\nhttps://www.dailystarnewstoday.com/ \r\nhttps://www.dailytelegraphnewstoday.com/ \r\nhttps://www.europeannewstoday.com \r\nhttps://www.frenchnewstoday.com \r\nhttps://www.guardiannewstoday.com/ \r\nhttps://www.headlinesworldnews.com/ \r\nhttps://www.livemintnewstoday.com/ \r\nhttps://www.neatherlandnewstoday.com/ \r\nhttps://www.neweuropetoday.com/ \r\nhttps://www.norwaynewstoday.com/ \r\nhttps://www.postgazettenewstoday.com/ \r\nhttps://www.republicofchinatoday.com/ \r\nhttps://www.reuterstoday.com/ \r\nhttps://www.russiannewstoday.com/ \r\nhttps://www.switzerlandnewstoday.com/ \r\nhttps://www.thedailymailnewstoday.com/ \r\nhttps://www.thedailytelegraphnewstoday.com/ \r\nhttps://www.theexpressnewstoday.com/ \r\nhttps://www.theheraldnewstoday.com/ \r\nhttps://www.theirishtimesnewstoday.com/ \r\nhttps://www.themetronewstoday.com/ \r\nhttps://www.theirishtimestoday.com/ \r\nhttps://www.themirrornewstoday.com/', ''),
(18838, 1, 2701, '1', 'JimmycealO', ''),
(18839, 1, 2701, '2', 'JimmycealO', ''),
(18840, 1, 2701, '3', 'sir.maxbo@yandex.ru', ''),
(18841, 1, 2701, '4', '(453) 115-8205', ''),
(18842, 1, 2701, '5', 'google', ''),
(18843, 1, 2701, '6', 'Калибровка, Remap service WinOls_5', ''),
(18844, 1, 2701, '7', 'Калибровка, Remap service WinOls_5: \r\nDPF, EGR, E2, VSA, VSA, NOx, Adblue, SCR \r\n,TUN..ing..STAGE 0..STAGE 1..STAGE 2..ALL FOR REVUE(,,,) \r\nTOYOTA перевод на GAZ-QAZQ,отключение Valvematiс,E2,EGR \r\nдля Вас мы работаем ЕЖЕДНЕВНО! \r\nУзнать и заказать можно: \r\nПо иномаркам: \r\nTELEGRAM https://t.me/carteams', ''),
(18845, 1, 2702, '1', 'Garnet', ''),
(18846, 1, 2702, '2', 'Garnet', ''),
(18847, 1, 2702, '3', 'garnet@mail.medicopostura.com', ''),
(18848, 1, 2702, '4', '(678) 567-8007', ''),
(18849, 1, 2702, '5', 'Garnet Mercado', ''),
(18850, 1, 2702, '6', 'Last Day To See What This Mystery Email Is All About', ''),
(18851, 1, 2702, '7', 'Hey there \r\n\r\nLooking to improve your posture and live a healthier life? Our Medico Postura™ Body Posture Corrector is here to help!\r\n\r\nExperience instant posture improvement with Medico Postura™. This easy-to-use device can be worn anywhere, anytime – at home, work, or even while you sleep.\r\n\r\nMade from lightweight, breathable fabric, it ensures comfort all day long.\r\n\r\nGrab it today at a fantastic 60% OFF: https://medicopostura.com\r\n\r\nPlus, enjoy FREE shipping for today only!\r\n\r\nDon\'t miss out on this amazing deal. Get yours now and start transforming your posture!\r\n\r\nCheers, \r\n\r\nGarnet', ''),
(18852, 1, 2703, '1', 'Ori', ''),
(18853, 1, 2703, '2', 'Grimm', ''),
(18854, 1, 2703, '3', 'automate42thrive@gmail.com', ''),
(18855, 1, 2703, '4', '(508) 812-0437', ''),
(18856, 1, 2703, '5', 'Mickie Grimm', ''),
(18857, 1, 2703, '6', 'Recurring Monthly Income- Free Course', ''),
(18858, 1, 2703, '7', 'Want passive monthly commissions? Check out this free course\r\n\r\n==> https://crm.onlineadagent.net', ''),
(18859, 1, 2704, '1', 'DonaldFus', ''),
(18860, 1, 2704, '2', 'DonaldFus', ''),
(18861, 1, 2704, '3', 'marketing@bloombergnewstoday.com', ''),
(18862, 1, 2704, '4', '(083) 084-7252', ''),
(18863, 1, 2704, '5', 'google', ''),
(18864, 1, 2704, '6', 'Guest Post offer', ''),
(18865, 1, 2704, '7', 'Top news Sites ,Where i can add guest post. \r\nHere is Sites: \r\nhttps://www.topworldnewstoday.com/ \r\nhttps://www.nytimesnewstoday.com \r\nhttps://www.cnnworldtoday.com \r\nhttps://www.rtnewstoday.com \r\nhttps://www.aljazeeranewstoday.com \r\nhttps://www.canadiannewstoday.com/ \r\nhttps://www.thetelegraphnewstoday.com/ \r\nhttps://www.timesofnetherland.com/ \r\nhttps://www.washingtontimesnewstoday.com/ \r\nhttps://www.australiannewstoday.com/ \r\nhttps://www.bloombergnewstoday.com/ \r\nhttps://www.cnbcnewstoday.com/ \r\nhttps://www.bostonnewstoday.com/ \r\nhttps://www.oxfordnewstoday.com/', ''),
(18866, 1, 2705, '1', 'arigibecren', ''),
(18867, 1, 2705, '2', 'arigibecren', ''),
(18868, 1, 2705, '3', 'mfu.zoria@gmail.com', ''),
(18869, 1, 2705, '4', '(865) 285-4021', ''),
(18870, 1, 2705, '5', 'google', ''),
(18871, 1, 2705, '6', 'El oficio de aprender', ''),
(18872, 1, 2705, '7', 'http://kupikod.pro/videos/649017/ass-everywhere/ - http://transferlei.com/images/img.jpg \r\n \r\nhttp://pressty.com/ep/1587312/100-day-dream-home-s02e04-shared-space-to-dream-place-xvid-afg/ - 100 Day Dream Home S02E04 Shared Space to Dream Place XviD-AFG [eztv - \r\nhttps://thymetreason.com/porn-videos/tag/%e0%ae%9a%e0%af%82%e0%ae%aa%e0%af%8d%e0%ae%aa%e0%ae%b0%e0%af%8d-%e0%ae%9a%e0%af%86%e0%ae%95%e0%af%8d%e0%ae%b8%e0%af%8d-%e0%ae%b5%e0%af%80%e0%ae%9f%e0%ae%bf%e0%ae%af%e0%af%8b/ - а®љаЇ‚а®ЄаЇЌа®Єа®°аЇЌ а®љаЇ†а®•аЇЌа®ёаЇЌ а®µаЇЂа®џа®їа®ЇаЇ‹\r\nhttp://zydahab.agency/videos/milf-allemande-prend-une-ejac-sur-la-chatte-20518.html - Milf allemande prend une ejac sur la chatte\r\nhttps://actuals.us/cultivation-chat-group-chapter-566 - Chapter 566', ''),
(18873, 1, 2706, '1', 'Lavillreich', ''),
(18874, 1, 2706, '2', 'Lavillreich', ''),
(18875, 1, 2706, '3', 'revers@1ti.ru', ''),
(18876, 1, 2706, '4', '(423) 324-2507', ''),
(18877, 1, 2706, '5', 'google', ''),
(18878, 1, 2706, '6', 'метилантранилат купить онлайн в интернет-магазине химмед', ''),
(18879, 1, 2706, '7', '<a href=https://chimmed.ru/products/ascentis-express-phen-hex27um3cmx3mm-id=4084043>ascentis express phen-hex,2.7um,3cmx3mm& купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>метиламиноацетальдегид диметилацеталь купить онлайн в интернет-магазине химмед </u> \r\n<i>метиламмоний хлорид, синт. чистота купить онлайн в интернет-магазине химмед </i> \r\n<b>метилантранилат купить онлайн в интернет-магазине химмед </b> \r\n \r\nascentis express phen-hex,2.7um,3cmx4.6& купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/ascentis-express-phen-hex27um3cmx46-id=4180959', ''),
(18880, 1, 2707, '1', 'ElenaMa', ''),
(18881, 1, 2707, '2', 'ElenaMa', ''),
(18882, 1, 2707, '3', 'elenaMa@mytechbid.com', ''),
(18883, 1, 2707, '4', '(481) 614-8358', ''),
(18884, 1, 2707, '5', 'google', ''),
(18885, 1, 2707, '6', 'Ι am an ordinаrу girl. I want tо mееt an оrdinarу sеrious man.', ''),
(18886, 1, 2707, '7', 'Нi!\r\nI\'ve notіcеd that mаnу guуs рrefеr rеgulаr gіrlѕ.\r\nI applаude the mеn оut thеre who hаd the bаlls to еnϳoy the love оf many women аnd chооѕe the оne that he knеw wоuld bе hіѕ bеѕt frіеnd during the bumpy аnd сrаzy thing саllеd lifе.\r\nΙ wаnted to be that friеnd, not just а stablе, rеlіablе and borіng hоusewifе.\r\nΙ аm 23 yeаrѕ оld, Еlenа, frоm the Czесh Rеpublіс, know Englіsh languаge аlso.\r\nАnуway, уоu cаn find mу prоfilе hеre: http://grouserilupquaiwuz.gq/idi-99102/', ''),
(18887, 1, 2708, '1', 'Eric', ''),
(18888, 1, 2708, '2', 'Jones', ''),
(18889, 1, 2708, '3', 'ericjonesmyemail@gmail.com', ''),
(18890, 1, 2708, '4', '(555) 555-1212', ''),
(18891, 1, 2708, '5', 'CENTRE', ''),
(18892, 1, 2708, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(18893, 1, 2708, '7', 'To the gangagen.com Administrator. my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(18894, 1, 2709, '1', 'MaryFrida0198', ''),
(18895, 1, 2709, '2', 'MaryFrida0198', ''),
(18896, 1, 2709, '3', 'marysa6554@gmail.com', ''),
(18897, 1, 2709, '4', '(847) 557-5210', ''),
(18898, 1, 2709, '5', 'google', ''),
(18899, 1, 2709, '6', 'best program for click ReCaptcha-2 captcha', ''),
(18900, 1, 2709, '7', 'XEvil 5.0 automatically solve most kind of captchas, \r\nIncluding such type of captchas: ReCaptcha v.2, ReCaptcha-3, Hotmail, Google, Solve Media, BitcoinFaucet, Steam, +12000 \r\n+ hCaptcha supported in new XEvil 6.0! \r\n \r\n1.) Fast, easy, precisionly \r\nXEvil is the fastest captcha killer in the world. Its has no solving limits, no threads number limits \r\nyou can solve even 1.000.000.000 captchas per day and it will cost 0 (ZERO) USD! Just buy license for 59 USD and all! \r\n \r\n2.) Several APIs support \r\nXEvil supports more than 6 different, worldwide known API: 2captcha.com, anti-captchas.com (antigate), rucaptcha.com, DeathByCaptcha, etc. \r\njust send your captcha via HTTP request, as you can send into any of that service - and XEvil will solve your captcha! \r\nSo, XEvil is compatible with hundreds of applications for SEO/SMM/password recovery/parsing/posting/clicking/cryptocurrency/etc. \r\n \r\n3.) Useful support and manuals \r\nAfter purchase, you got access to a private tech.support forum, Wiki, Skype/Telegram online support \r\nDevelopers will train XEvil to your type of captcha for FREE and very fast - just send them examples \r\n \r\n4.) How to get free trial use of XEvil full version? \r\n- Try to search in Google \"Home of XEvil\" \r\n- you will find IPs with opened port 80 of XEvil users (click on any IP to ensure) \r\n- try to send your captcha via 2captcha API ino one of that IPs \r\n- if you got BAD KEY error, just tru another IP \r\n- enjoy! :) \r\n- (its not work for hCaptcha!) \r\n \r\nWARNING: Free XEvil DEMO does NOT support ReCaptcha, hCaptcha and most other types of captcha! \r\n \r\nhttp://XEvil.Net/', ''),
(18901, 1, 2710, '1', 'Mike Watson', ''),
(18902, 1, 2710, '2', 'Mike Watson', ''),
(18903, 1, 2710, '3', 'mikePovaTasy@gmail.com', ''),
(18904, 1, 2710, '4', '(626) 252-3362', ''),
(18905, 1, 2710, '5', 'google', ''),
(18906, 1, 2710, '6', 'NEW: Semrush Backlinks', ''),
(18907, 1, 2710, '7', 'Hi there \r\n \r\nThis is Mike Watson\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Watson\r\n \r\nmike@strictlydigital.net', ''),
(18908, 1, 2711, '1', 'Deloris', ''),
(18909, 1, 2711, '2', 'Connolly', ''),
(18910, 1, 2711, '3', 'connolly.deloris24@gmail.com', ''),
(18911, 1, 2711, '4', '(415) 618-5103', ''),
(18912, 1, 2711, '5', 'Deloris Connolly', ''),
(18913, 1, 2711, '6', 'Stop paying high commissions for this!', ''),
(18914, 1, 2711, '7', 'With zero commission you Buy & Sell the right domain name for you or any bussiness you want , All you need is to create an account and start sell.\r\n\r\ncheck it out === > https://zerocom.domains/', ''),
(18915, 1, 2712, '1', 'Catherinatah', ''),
(18916, 1, 2712, '2', 'Catherinatah', ''),
(18917, 1, 2712, '3', 'catherinatah@pikonek.com', ''),
(18918, 1, 2712, '4', '(188) 200-7378', ''),
(18919, 1, 2712, '5', 'google', ''),
(18920, 1, 2712, '6', 'Ι аm an оrdіnary gіrl. Ι want to mееt аn ordinаrу ѕeriоus mаn.', ''),
(18921, 1, 2712, '7', 'Hi!\r\nΙ\'ve nоticеd that manу guуѕ prеfеr rеgular girls.\r\nI aррlаude the mеn out thеre whо had the bаllѕ tо enjоy the lovе оf manу wоmen аnd chоoѕe the onе thаt he knеw wоuld be his best friеnd during thе bumру and сrаzу thing сalled lifе.\r\nΙ wаntеd tо bе that friend, not just a stablе, rеliаble and boring hоusеwіfе.\r\nΙ аm 22 уеаrs old, Сathеrіna, frоm thе Сzeсh Reрubliс, know Εngliѕh languаgе alѕо.\r\nΑnywaу, you can fіnd mу profile hеrе: http://capquedixi.tk/idl-37072/', ''),
(18922, 1, 2713, '1', 'Traviskilia', ''),
(18923, 1, 2713, '2', 'Traviskilia', ''),
(18924, 1, 2713, '3', 'o0yltp@course-fitness.com', ''),
(18925, 1, 2713, '4', '(047) 821-1445', ''),
(18926, 1, 2713, '5', 'google', ''),
(18927, 1, 2713, '6', '淫色精典大百尻：男男女女爽歪歪!ENDVALUE!', ''),
(18928, 1, 2713, '7', '淫色精典大百尻：男男女女爽歪歪 \r\n \r\n \r\n \r\nhttps://9jgirl.com/', ''),
(18929, 1, 2714, '1', 'Williamnex', ''),
(18930, 1, 2714, '2', 'Williamnex', ''),
(18931, 1, 2714, '3', 'kqklw@course-fitness.com', ''),
(18932, 1, 2714, '4', '(206) 758-6715', ''),
(18933, 1, 2714, '5', 'google', ''),
(18934, 1, 2714, '6', '冠天下!ENDVALUE!', ''),
(18935, 1, 2714, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1bmail479e.com/', ''),
(18936, 1, 2715, '1', 'Stuart', ''),
(18937, 1, 2715, '2', 'Sundseth', ''),
(18938, 1, 2715, '3', 'stuart.sundseth@tunetx.com', ''),
(18939, 1, 2715, '4', '(919) 602-4376', ''),
(18940, 1, 2715, '5', 'Tune Therapeutics', ''),
(18941, 1, 2715, '6', 'Phage testing service', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(18942, 1, 2715, '7', 'I am interested in your phage testing service. I have a single glycerol stock that I would like tested. Can you provide some more details like how to submit samples, and what the process is for requesting testing? Just let me know any information I need to provide.\r\n\r\nThanks', ''),
(18943, 1, 2716, '1', 'Eric', ''),
(18944, 1, 2716, '2', 'Jones', ''),
(18945, 1, 2716, '3', 'ericjonesmyemail@gmail.com', ''),
(18946, 1, 2716, '4', '(555) 555-1212', ''),
(18947, 1, 2716, '5', 'NH', ''),
(18948, 1, 2716, '6', 'Your site – more leads?', ''),
(18949, 1, 2716, '7', 'Hi gangagen.com Administrator. this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(18950, 1, 2717, '1', 'prachi', ''),
(18951, 1, 2717, '2', 'sharma', ''),
(18952, 1, 2717, '3', 'prachi.sharma@mediomixdb.com', ''),
(18953, 1, 2717, '4', '(731) 022-5375', ''),
(18954, 1, 2717, '5', 'Mediomix diagnosis and bioresearch', ''),
(18955, 1, 2717, '6', 'Requesting for the appointment', ''),
(18956, 1, 2717, '7', 'On the behalf of Mediomix i want to have a discussion regarding the collaboration work with Gangagen.', ''),
(18957, 1, 2718, '1', 'Brian Melvin', ''),
(18958, 1, 2718, '2', 'Brian Melvin', ''),
(18959, 1, 2718, '3', 'wehelpfast@gmail.com', ''),
(18960, 1, 2718, '4', '(000) 000-0000', ''),
(18961, 1, 2718, '5', 'Business Services', ''),
(18962, 1, 2718, '6', 'Unlock Your Website\'s Full Potential with Traffic Stampede!', ''),
(18963, 1, 2718, '7', 'Hey there!\r\n\r\nLooking to ignite your website\'s success and leave your competition in the dust? \r\n\r\nLook no further! Experience the electrifying power of Traffic Stampede – \r\nthe ultimate solution to turbocharge your online presence!\r\n\r\nDominate Your Niche: Highly interested people will com from websites tailored to your exact niche.\r\nYour campaign will start AFTER you approve of the publications we send too you for your aproval.\r\n\r\nGet ahead of the pack and steer your website towards unprecedented\r\nvisitors with our unrivaled services. 1k on us when you place your first order!\r\n\r\nhttps://traffic-stampede.com', ''),
(18964, 1, 2719, '1', 'Williamovaky', ''),
(18965, 1, 2719, '2', 'Williamovaky', ''),
(18966, 1, 2719, '3', 'fevgen708@gmail.com', ''),
(18967, 1, 2719, '4', '(306) 241-0232', ''),
(18968, 1, 2719, '5', 'google', ''),
(18969, 1, 2719, '6', 'News 2023', ''),
(18970, 1, 2719, '7', '<a href=http://pint77.com/all-for-kids.html> KUZEMA personalised baby gifts.United Kingdom</a>', ''),
(18971, 1, 2720, '1', 'Brian And Dee', ''),
(18972, 1, 2720, '2', 'Kroeger', ''),
(18973, 1, 2720, '3', 'kroeger.rick@yahoo.com', ''),
(18974, 1, 2720, '4', '(418) 951-9093', ''),
(18975, 1, 2720, '5', 'Rick Kroeger', ''),
(18976, 1, 2720, '6', 'Tiktok organic  Marketing', ''),
(18977, 1, 2720, '7', 'The TikTok social media platform has seen explosive growth over the last two years. It now has 500\r\nmillion users that are desperate for fun and exciting content and this is a massive opportunity for you\r\nto promote your business.\r\n\r\nI can help you to grow and promote your tiktok account organically\r\nvisit my 5 star profile and join over 3000 happy customer\r\n\r\nClick here to check out   ===== > https://tinyurl.com/5xb5akhj\r\n\r\nSee you there!\r\nRegards\r\nBrian And Dee', ''),
(18978, 1, 2722, '1', 'dellypur-Apafsmasype', ''),
(18979, 1, 2722, '2', 'dellypur-Apafsmasype', ''),
(18980, 1, 2722, '3', 'bike-centre1@outlook.com', ''),
(18981, 1, 2722, '4', '(506) 836-3856', ''),
(18982, 1, 2722, '5', 'google', ''),
(18983, 1, 2722, '6', 'Магазин профессиональной косметики', ''),
(18984, 1, 2722, '7', 'http://tv-express.ru/osobennyj-uhod-kosmeticheskie-sredstva-dlja-idealnoj-krasoty-ruk-i-nog.dhtm \r\nhttp://vsenarodnaya-medicina.ru/bazovyj-nabor-dlya-mastera-manikyura/ \r\nhttps://dezinfo.net/mix/pravilnyj-uhod-za-kutikuloj.html \r\nhttp://www.gadgetblog.ru/apparatnyj-manikyur-v-domashnih-usloviyah/ \r\nhttps://boooh.ru/frezy-dlya-manikyura-informacziya-dlya-nachinayushhih-nejl-masterov/ \r\nhttp://www.obzh.ru/mix/kompleks-mer-dlya-krasivyx-nogtej-247.html \r\nhttps://hramy.ru/blog/kupit-professionalnuyu-kosmetiku-v-sankt-peterburge.htm \r\nhttps://www.klubok.net/07/09/vse-chto-nuzhno-znat-pro-gel-lak-2.html \r\nhttps://www.sergiev-posad.ru/useful/?id=21404 \r\nhttps://about-windows.ru/programmy/internet-magazin-professionalnoj-kosmetiki-dellypur-com-shirokij-assortiment-i-preimushhestva/ \r\nhttps://www.wpdis.co/preimushhestva-pokupki-kosmetiki-v-onlayn-magazine/ \r\nhttps://industrial-wood.ru/novosti/49380-idealnyy-manikyur-s-naborami-dlya-gel-laka-ot-delly-pur-vashe-sovershenstvo-na-konchikah-palcev.html \r\nhttps://fccland.ru/novosti/41445-uhodovaya-kosmetika-koreyskogo-proizvodstva-preimuschestva-i-osobennosti.html \r\nhttps://otomkak.ru/otkrytie-internet-magazina-professionalnoj-kosmetiki/ \r\nhttps://lifeposi.ru/magazin-kosmetiki-v-sankt-peterburge-assortiment-preimushhestva-usloviya-pokupki-37947/ \r\nhttps://www.penza-press.ru/sekrety-zdorovyh-i-uhozhennyh-nogtej-kak-vybrat-idealnyj-magazin-kosmetiki.dhtm \r\nhttps://windows-phone-7.su/news/raskryvaem-sekret-krepkix-nogtej-magiya-manikyurnyx-naborov-i-lakov-dlya-nogtej.html \r\nhttps://complaneta.ru/preimushhestva-magazina-professionalnoj-kosmetiki-dlya-manikyura-kak-vybrat-i-chto-mozhno-priobresti/ \r\nhttps://timeshola.ru/krasota/preimushhestva-magazina-professionalnoj-kosmetiki-dlya-manikyura.html \r\nhttps://remontfor-you.ru/raznoe/interesnoe/kak-vybrat-neobhodimye-tovary-dlya-manikyura-i-pedikyura.html \r\nhttps://images.google.as/url?q=https://dellypur.com/ \r\nhttps://images.google.off.ai/url?q=https://dellypur.com/ \r\nhttps://images.google.com.ag/url?q=https://dellypur.com/ \r\nhttps://images.google.com.ar/url?q=https://dellypur.com/ \r\nhttps://images.google.com.au/url?q=https://dellypur.com/ \r\nhttps://images.google.at/url?q=https://dellypur.com/ \r\nhttps://images.google.az/url?q=https://dellypur.com/ \r\nhttps://images.google.be/url?q=https://dellypur.com/ \r\nhttps://images.google.com.br/url?q=https://dellypur.com/ \r\nhttps://images.google.vg/url?q=https://dellypur.com/ \r\nhttps://images.google.bi/url?q=https://dellypur.com/ \r\nhttps://images.google.ca/url?q=https://dellypur.com/ \r\nhttps://images.google.td/url?q=https://dellypur.com/ \r\nhttps://images.google.cl/url?q=https://dellypur.com/ \r\nhttps://images.google.com.co/url?q=https://dellypur.com/ \r\nhttps://images.google.co.cr/url?q=https://dellypur.com/ \r\nhttps://images.google.ci/url?q=https://dellypur.com/ \r\nhttps://images.google.com.cu/url?q=https://dellypur.com/ \r\nhttps://images.google.cd/url?q=https://dellypur.com/ \r\nhttps://images.google.dk/url?q=https://dellypur.com/ \r\nhttps://images.google.dj/url?q=https://dellypur.com/ \r\nhttps://images.google.com.do/url?q=https://dellypur.com/ \r\nhttps://images.google.com.ec/url?q=https://dellypur.com/ \r\nhttps://images.google.com.sv/url?q=https://dellypur.com/ \r\nhttps://images.google.fm/url?q=https://dellypur.com/ \r\nhttps://images.google.com.fj/url?q=https://dellypur.com/ \r\nhttps://images.google.fi/url?q=https://dellypur.com/ \r\nhttps://images.google.fr/url?q=https://dellypur.com/ \r\nhttps://images.google.gm/url?q=https://dellypur.com/ \r\nhttps://images.google.ge/url?q=https://dellypur.com/ \r\nhttps://images.google.de/url?q=https://dellypur.com/ \r\nhttps://images.google.com.gi/url?q=https://dellypur.com/ \r\nhttps://images.google.com.gr/url?q=https://dellypur.com/ \r\nhttps://images.google.gl/url?q=https://dellypur.com/ \r\nhttps://images.google.gg/url?q=https://dellypur.com/ \r\nhttps://images.google.hn/url?q=https://dellypur.com/ \r\nhttps://images.google.com.hk/url?q=https://dellypur.com/ \r\nhttps://images.google.co.hu/url?q=https://dellypur.com/ \r\nhttps://images.google.co.in/url?q=https://dellypur.com/ \r\nhttps://images.google.ie/url?q=https://dellypur.com/ \r\nhttps://images.google.co.im/url?q=https://dellypur.com/ \r\nhttps://images.google.co.il/url?q=https://dellypur.com/ \r\nhttps://images.google.it/url?q=https://dellypur.com/ \r\nhttps://images.google.com.jm/url?q=https://dellypur.com/ \r\nhttps://images.google.co.jp/url?q=https://dellypur.com/ \r\nhttps://images.google.co.je/url?q=https://dellypur.com/ \r\nhttps://images.google.kz/url?q=https://dellypur.com/ \r\nhttps://images.google.co.kr/url?q=https://dellypur.com/ \r\nhttps://images.google.lv/url?q=https://dellypur.com/ \r\nhttps://images.google.co.ls/url?q=https://dellypur.com/ \r\nhttps://images.google.li/url?q=https://dellypur.com/ \r\nhttps://images.google.lt/url?q=https://dellypur.com/ \r\nhttps://images.google.lu/url?q=https://dellypur.com/ \r\nhttps://images.google.mw/url?q=https://dellypur.com/ \r\nhttps://images.google.com.my/url?q=https://dellypur.com/ \r\nhttps://images.google.com.mt/url?q=https://dellypur.com/ \r\nhttps://images.google.mu/url?q=https://dellypur.com/ \r\nhttps://images.google.com.mx/url?q=https://dellypur.com/ \r\nhttps://images.google.ms/url?q=https://dellypur.com/ \r\nhttps://images.google.com.na/url?q=https://dellypur.com/ \r\nhttps://images.google.com.np/url?q=https://dellypur.com/ \r\nhttps://images.google.nl/url?q=https://dellypur.com/ \r\nhttps://images.google.co.nz/url?q=https://dellypur.com/ \r\nhttps://images.google.com.ni/url?q=https://dellypur.com/ \r\nhttps://images.google.com.nf/url?q=https://dellypur.com/ \r\nhttps://images.google.com.pk/url?q=https://dellypur.com/ \r\nhttps://images.google.com.pa/url?q=https://dellypur.com/ \r\nhttps://images.google.com.py/url?q=https://dellypur.com/ \r\nhttps://images.google.com.pe/url?q=https://dellypur.com/ \r\nhttps://images.google.com.ph/url?q=https://dellypur.com/ \r\nhttps://images.google.pn/url?q=https://dellypur.com/ \r\nhttps://images.google.pl/url?q=https://dellypur.com/ \r\nhttps://images.google.pt/url?q=https://dellypur.com/ \r\nhttps://images.google.com.pr/url?q=https://dellypur.com/ \r\nhttps://images.google.cg/url?q=https://dellypur.com/ \r\nhttps://images.google.ro/url?q=https://dellypur.com/ \r\nhttps://images.google.ru/url?q=https://dellypur.com/ \r\nhttps://images.google.rw/url?q=https://dellypur.com/ \r\nhttps://images.google.sh/url?q=https://dellypur.com/ \r\nhttps://images.google.sm/url?q=https://dellypur.com/ \r\nhttps://images.google.com.sg/url?q=https://dellypur.com/ \r\nhttps://images.google.sk/url?q=https://dellypur.com/ \r\nhttps://images.google.co.za/url?q=https://dellypur.com/ \r\nhttps://images.google.es/url?q=https://dellypur.com/ \r\nhttps://images.google.se/url?q=https://dellypur.com/ \r\nhttps://images.google.ch/url?q=https://dellypur.com/ \r\nhttps://images.google.com.tw/url?q=https://dellypur.com/ \r\nhttps://images.google.co.th/url?q=https://dellypur.com/ \r\nhttps://images.google.tt/url?q=https://dellypur.com/ \r\nhttps://images.google.com.tr/url?q=https://dellypur.com/ \r\nhttps://images.google.co', ''),
(18985, 1, 2723, '1', 'Supradha', ''),
(18986, 1, 2723, '2', 'N', ''),
(18987, 1, 2723, '3', 'nsupradha7@gmail.com', ''),
(18988, 1, 2723, '4', '(761) 874-6867', ''),
(18989, 1, 2723, '5', 'The Oxford College of engineering', ''),
(18990, 1, 2723, '6', 'Requesting for an internship at your organization', ''),
(18991, 1, 2723, '7', 'I am Supradha N, 3rd year student pursuing B E Biotechnology in The Oxford College of Engineering. I am looking for an internship for 1 month in genetics, molecular and microbiology. Can you please let me know if there is any internship provided.', ''),
(18992, 1, 2724, '1', 'James', ''),
(18993, 1, 2724, '2', 'Roser', ''),
(18994, 1, 2724, '3', 'mccloskey.moises@gmail.com', ''),
(18995, 1, 2724, '4', '(734) 746-5746', ''),
(18996, 1, 2724, '5', 'https://cutt.ly/e4QrKiA', ''),
(18997, 1, 2724, '6', 'Re: Get piad with a faceless channel', ''),
(18998, 1, 2724, '7', 'Have you seen all those kids making money on Youtube and Tiktok?\r\n\r\nThey\'re creating faceless channels and Youtube is paying them to keep publishing videos.\r\n\r\nWhat they\'re doing is SO easy...\r\n\r\nOne click and the video is created...\r\n\r\nYou\'ll see what I mean.  Watch this video to see how it\'s done >>  https://cutt.ly/6wf6LPFq\r\n\r\nImagine Youtube sending you money every month?\r\n\r\nGet in early on this trend before you miss a wild opportunity to profit from this!\r\n\r\n\r\nJames Roser\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=gangagen.com', ''),
(18999, 1, 2725, '1', 'DonaldTably', ''),
(19000, 1, 2725, '2', 'DonaldTably', ''),
(19001, 1, 2725, '3', 'dnwpt@course-fitness.com', ''),
(19002, 1, 2725, '4', '(631) 111-7717', ''),
(19003, 1, 2725, '5', 'google', ''),
(19004, 1, 2725, '6', '品空間 - Goûter Space', ''),
(19005, 1, 2725, '7', '品空間 - Goûter Space \r\n \r\n \r\nhttps://gouterspace.com/', ''),
(19006, 1, 2726, '1', 'Gordonplunk', ''),
(19007, 1, 2726, '2', 'Gordonplunk', ''),
(19008, 1, 2726, '3', 'yh8xu@course-fitness.com', ''),
(19009, 1, 2726, '4', '(485) 784-0875', ''),
(19010, 1, 2726, '5', 'google', ''),
(19011, 1, 2726, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(19012, 1, 2726, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(19013, 1, 2727, '1', 'AndrewThofe', ''),
(19014, 1, 2727, '2', 'AndrewThofe', ''),
(19015, 1, 2727, '3', 'xopo7b@course-fitness.com', ''),
(19016, 1, 2727, '4', '(742) 527-5570', ''),
(19017, 1, 2727, '5', 'google', ''),
(19018, 1, 2727, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(19019, 1, 2727, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(19020, 1, 2728, '1', 'JohnnyVAP', ''),
(19021, 1, 2728, '2', 'JohnnyVAP', ''),
(19022, 1, 2728, '3', 'jtxfwi@course-fitness.com', ''),
(19023, 1, 2728, '4', '(514) 717-8100', ''),
(19024, 1, 2728, '5', 'google', ''),
(19025, 1, 2728, '6', 'Game LIFE 遊戲情報', ''),
(19026, 1, 2728, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(19027, 1, 2729, '1', 'Haroldhyday', ''),
(19028, 1, 2729, '2', 'Haroldhyday', ''),
(19029, 1, 2729, '3', '2amw@course-fitness.com', ''),
(19030, 1, 2729, '4', '(814) 233-7285', ''),
(19031, 1, 2729, '5', 'google', ''),
(19032, 1, 2729, '6', '歐客佬精品咖啡!ENDVALUE!', ''),
(19033, 1, 2729, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(19034, 1, 2730, '1', 'JoshuaMut', ''),
(19035, 1, 2730, '2', 'JoshuaMut', ''),
(19036, 1, 2730, '3', 'fevgen708@gmail.com', ''),
(19037, 1, 2730, '4', '(524) 181-8224', ''),
(19038, 1, 2730, '5', 'google', ''),
(19039, 1, 2730, '6', 'Newest Clip Art', ''),
(19040, 1, 2730, '7', '<a href=https://pint77.blogspot.com/2023/07/zippo.html>Zippo Lighter. You won\'t find better engraving - it\'s of \"God Level\" craftsmanship! The perfect gift for a GROOMSMEN!</a>', ''),
(19041, 1, 2731, '1', 'GJXoEvERiN', ''),
(19042, 1, 2731, '2', 'GJXoEvERiN', ''),
(19043, 1, 2731, '3', 'callvisvetlana@list.ru', ''),
(19044, 1, 2731, '4', '(541) 237-7352', ''),
(19045, 1, 2731, '5', 'google', ''),
(19046, 1, 2731, '6', 'Отличный вариант для всех, просто пишите', ''),
(19047, 1, 2731, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(19048, 1, 2732, '1', 'marthayw69', ''),
(19049, 1, 2732, '2', 'marthayw69', ''),
(19050, 1, 2732, '3', 'karinpy20@kenta90.excitemail.fun', ''),
(19051, 1, 2732, '4', '(002) 636-4330', ''),
(19052, 1, 2732, '5', 'google', ''),
(19053, 1, 2732, '6', 'Hot sexy porn projects, daily updates', ''),
(19054, 1, 2732, '7', 'Hardcore Galleries with hot Hardcore photos\r\nhttp://avatar.porn.instasexyblog.com/?post-daphne \r\n\r\n filipino culture porn clips kaden james porn sister porn hd toon guru porn doctor jekyll and ms hyde porn', ''),
(19055, 1, 2733, '1', 'DanielPyday', ''),
(19056, 1, 2733, '2', 'DanielPyday', ''),
(19057, 1, 2733, '3', 'miko@bloombergnewstoday.com', ''),
(19058, 1, 2733, '4', '(776) 837-6625', ''),
(19059, 1, 2733, '5', 'google', ''),
(19060, 1, 2733, '6', 'Top News Sites for guest post', ''),
(19061, 1, 2733, '7', 'Top News Sites for guest post \r\n \r\nhttps://www.topworldnewstoday.com/ \r\nhttps://www.canadiannewstoday.com/ \r\nhttps://www.bloombergnewstoday.com/ \r\n \r\nRegards', ''),
(19062, 1, 2734, '1', 'Eric', ''),
(19063, 1, 2734, '2', 'Jones', ''),
(19064, 1, 2734, '3', 'ericjonesmyemail@gmail.com', ''),
(19065, 1, 2734, '4', '(555) 555-1212', ''),
(19066, 1, 2734, '5', 'NH', ''),
(19067, 1, 2734, '6', 'Strike when the iron’s hot', ''),
(19068, 1, 2734, '7', 'Dear gangagen.com Owner.\r\n\r\nI just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(19069, 1, 2735, '1', 'RobertGot', ''),
(19070, 1, 2735, '2', 'RobertGot', ''),
(19071, 1, 2735, '3', 'alfredegov@gmail.com', ''),
(19072, 1, 2735, '4', '(138) 661-4612', ''),
(19073, 1, 2735, '5', 'google', ''),
(19074, 1, 2735, '6', 'Hallo  i am writing about your   price for reseller', ''),
(19075, 1, 2735, '7', 'Hi, kam dashur të di çmimin tuaj', ''),
(19076, 1, 2736, '1', 'Eric', ''),
(19077, 1, 2736, '2', 'Jones', ''),
(19078, 1, 2736, '3', 'ericjonesmyemail@gmail.com', ''),
(19079, 1, 2736, '4', '(555) 555-1212', ''),
(19080, 1, 2736, '5', 'NI', ''),
(19081, 1, 2736, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(19082, 1, 2736, '7', 'To the gangagen.com Admin!\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(19083, 1, 2737, '1', 'Lavillreich', ''),
(19084, 1, 2737, '2', 'Lavillreich', ''),
(19085, 1, 2737, '3', 'revers@1ti.ru', ''),
(19086, 1, 2737, '4', '(088) 446-7457', ''),
(19087, 1, 2737, '5', 'google', ''),
(19088, 1, 2737, '6', 'copper, foil, thickness 0.075mm, size 2& купить онлайн в интернет-магазине химмед', ''),
(19089, 1, 2737, '7', '<a href=https://chimmed.ru/products/alexa-fluor-647-goat-a-05-ml-id=444233>alexa fluor 647 goat a 0.5 ml купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>copper, foil, thickness 0.075mm, size 2& купить онлайн в интернет-магазине химмед </u> \r\n<i>copper, foil, thickness 0.075mm, size 2& купить онлайн в интернет-магазине химмед </i> \r\n<b>copper, foil, thickness 0.075mm, size 2& купить онлайн в интернет-магазине химмед </b> \r\n \r\nalexa fluor 647 goat a 0.5 ml купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/alexa-fluor-647-goat-a-05-ml-id=444238', ''),
(19090, 1, 2738, '1', 'PetarCoelp', ''),
(19091, 1, 2738, '2', 'PetarCoelp', ''),
(19092, 1, 2738, '3', 'betcas587@gmail.com', ''),
(19093, 1, 2738, '4', '(481) 754-8160', ''),
(19094, 1, 2738, '5', 'google', ''),
(19095, 1, 2738, '6', '# our bonus', ''),
(19096, 1, 2738, '7', 'Spоrts bеttіng \r\nget our sign up bonuses \r\n \r\n \r\ngo now https://tinyurl.com/3e4nrc7b', ''),
(19097, 1, 2739, '1', 'Eric', ''),
(19098, 1, 2739, '2', 'Jones', ''),
(19099, 1, 2739, '3', 'ericjonesmyemail@gmail.com', ''),
(19100, 1, 2739, '4', '(555) 555-1212', ''),
(19101, 1, 2739, '5', 'FRANCE', ''),
(19102, 1, 2739, '6', 'how to turn eyeballs into phone calls', ''),
(19103, 1, 2739, '7', 'Hi gangagen.com Admin! \r\n\r\nEric here with a quick thought about your website gangagen.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(19104, 1, 2740, '1', 'Howardbooke', ''),
(19105, 1, 2740, '2', 'Howardbooke', ''),
(19106, 1, 2740, '3', 'marketing@maltanewstime.com', ''),
(19107, 1, 2740, '4', '(218) 707-8772', ''),
(19108, 1, 2740, '5', 'google', ''),
(19109, 1, 2740, '6', 'Top World News Sites for guest post', ''),
(19110, 1, 2740, '7', 'Top News Sites where i can provide guest post \r\nHere is list : \r\nhttps://www.irishnewstoday.com/ \r\nhttps://www.chinaworldnewstoday.com/ \r\nhttps://www.crunchbasenewstoday.com/ \r\nhttps://www.topeuropenews.com/ \r\nhttps://www.dailyexpressnewstoday.com/ \r\nhttps://www.thesunnewstoday.com/ \r\nhttps://www.huffingtonposttoday.com/ \r\nhttps://www.nationalposttoday.com/ \r\nhttps://www.scotlandnewstoday.com/ \r\nhttps://www.maltanewstime.com \r\nhttps://www.mirrornewstoday.com/ \r\nhttps://www.timesofspanish.com \r\nhttps://www.italiannewstoday.com/ \r\nhttps://www.turkeynewstoday.com/ \r\nhttps://www.walesnewstoday.com/ \r\nhttps://www.washingtonposttoday.com/ \r\nhttps://www.thestarnewstoday.com \r\nhttps://www.theindependentnewstoday.com/ \r\nhttps://www.chroniclenewstoday.com', ''),
(19111, 1, 2741, '1', 'SergfeM', ''),
(19112, 1, 2741, '2', 'SergfeM', ''),
(19113, 1, 2741, '3', '1llirt@mzmk.fun', ''),
(19114, 1, 2741, '4', '(237) 780-1228', ''),
(19115, 1, 2741, '5', 'google', ''),
(19116, 1, 2741, '6', 'Privet', ''),
(19117, 1, 2741, '7', '<a href=http://zmkshop.ru/tseny/>металлоконструкции стремянки сг1 купить в килограммах</a>', ''),
(19118, 1, 2742, '1', 'DanielBak', ''),
(19119, 1, 2742, '2', 'DanielBak', ''),
(19120, 1, 2742, '3', 'v.bashirov@nesteorole.bizml.ru', ''),
(19121, 1, 2742, '4', '(637) 687-6574', ''),
(19122, 1, 2742, '5', 'google', ''),
(19123, 1, 2742, '6', 'English language offers learners  beginnersLingua is  study various languages beginners', ''),
(19124, 1, 2742, '7', '<a href=https://regist.su/>Данная услуга дает возможность экономить средства на проведение планового (деповского, капитального) ремонта, которую удается достичь за счет увеличения межремонтного срока. \r\nДля перевода вагонов на пробег, который осуществляется в Депо по факту прохождения ДР или КР, необходимо получить разрешение в Федеральном агентстве железнодорожного транспорта. \r\nНаша компания оперативно получит для Ваших вагонов разрешение в ФАЖТ.</a>', ''),
(19125, 1, 2743, '1', 'Eric', ''),
(19126, 1, 2743, '2', 'Jones', ''),
(19127, 1, 2743, '3', 'ericjonesmyemail@gmail.com', ''),
(19128, 1, 2743, '4', '(555) 555-1212', ''),
(19129, 1, 2743, '5', 'NW', ''),
(19130, 1, 2743, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(19131, 1, 2743, '7', 'Hello gangagen.com Administrator!\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(19132, 1, 2744, '1', 'goranSlish', ''),
(19133, 1, 2744, '2', 'goranSlish', ''),
(19134, 1, 2744, '3', 'architekt-goran@gmx.at', ''),
(19135, 1, 2744, '4', '(881) 123-4338', ''),
(19136, 1, 2744, '5', 'google', ''),
(19137, 1, 2744, '6', 'goran goran', ''),
(19138, 1, 2744, '7', 'goran \r\ngoran goran \r\ngoran gora ngoran \r\ngoran goran goran \r\ngoran \r\ngoran \r\ngoran \r\ngoran', ''),
(19139, 1, 2745, '1', 'Michaeltam', ''),
(19140, 1, 2745, '2', 'Michaeltam', ''),
(19141, 1, 2745, '3', 'info@24avant.ru', ''),
(19142, 1, 2745, '4', '(441) 117-3408', ''),
(19143, 1, 2745, '5', 'google', ''),
(19144, 1, 2745, '6', 'In consequence of', ''),
(19145, 1, 2745, '7', '<a href=24avant.ru>РЈСЃС‚Р°РЅРѕРІРєР° РѕС‚РѕРїР»РµРЅРёСЏ</a> \r\n<a href=https://24avant.ru>https://24avant.ru</a> \r\n<a href=https://www.spainexpat.com/?URL=24avant.ru>https://easyfiles.pl/54018/24avant.ru</a>', ''),
(19146, 1, 2746, '1', 'LanceStuse', ''),
(19147, 1, 2746, '2', 'LanceStuse', ''),
(19148, 1, 2746, '3', 'privateftpserver38@gmail.com', ''),
(19149, 1, 2746, '4', '(422) 877-5117', ''),
(19150, 1, 2746, '5', 'google', ''),
(19151, 1, 2746, '6', '0-DAY MP3 SERVER', ''),
(19152, 1, 2746, '7', 'Hello, \r\n \r\nPrivate FTP Server Download Music https://0daymusic.org/ \r\nExclusive Promo Quality mp3 for VIP DJ\'s.', ''),
(19153, 1, 2747, '1', 'Robertvog', ''),
(19154, 1, 2747, '2', 'Robertvog', ''),
(19155, 1, 2747, '3', 'fevgen708@gmail.com', ''),
(19156, 1, 2747, '4', '(861) 837-4137', ''),
(19157, 1, 2747, '5', 'google', ''),
(19158, 1, 2747, '6', 'Waterproof Bracelet', ''),
(19159, 1, 2747, '7', '<a href=https://famos.store/collections/frontpage> Waterproof Bracelet. Buy 2 bracelets, get the 3rd for FREE. The best gifts for men</a>', ''),
(19160, 1, 2748, '1', 'Eric', ''),
(19161, 1, 2748, '2', 'Jones', ''),
(19162, 1, 2748, '3', 'ericjonesmyemail@gmail.com', ''),
(19163, 1, 2748, '4', '(555) 555-1212', ''),
(19164, 1, 2748, '5', 'VIC', ''),
(19165, 1, 2748, '6', 'Try this, get more leads', ''),
(19166, 1, 2748, '7', 'Dear gangagen.com Administrator!\r\n\r\nMy name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(19167, 1, 2749, '1', 'Jeromelergo', ''),
(19168, 1, 2749, '2', 'Jeromelergo', ''),
(19169, 1, 2749, '3', 'udaeer@course-fitness.com', ''),
(19170, 1, 2749, '4', '(186) 141-8340', ''),
(19171, 1, 2749, '5', 'google', ''),
(19172, 1, 2749, '6', '漫遊者體壇!ENDVALUE!', ''),
(19173, 1, 2749, '7', '漫遊者體壇 \r\n \r\n \r\nhttps://sports99.tw', ''),
(19174, 1, 2750, '1', 'Robertabrar', ''),
(19175, 1, 2750, '2', 'Robertabrar', ''),
(19176, 1, 2750, '3', 'qgzpkq@course-fitness.com', ''),
(19177, 1, 2750, '4', '(541) 157-3341', ''),
(19178, 1, 2750, '5', 'google', ''),
(19179, 1, 2750, '6', '小琪兒娛樂', ''),
(19180, 1, 2750, '7', '小琪兒娛樂 \r\n \r\n \r\nhttps://taipei9527.com/', ''),
(19181, 1, 2751, '1', 'Chloe', ''),
(19182, 1, 2751, '2', 'Davis', ''),
(19183, 1, 2751, '3', 'chloe@cashmanage.xyz', ''),
(19184, 1, 2751, '4', '(725) 867-2209', ''),
(19185, 1, 2751, '5', 'Next Day Working Capital', ''),
(19186, 1, 2751, '6', 'Hello', ''),
(19187, 1, 2751, '7', 'Need Working Capital Fast? Instant Approval is Here!\" \r\n\r\nIf you need working capital for your business this week, check out\r\n\r\nour instant approval underwriting. See what you qualify for in less\r\n\r\nthan 30 seconds without submitting a single document or even pulling your credit.\r\n\r\nGo to www.nextdayworkingcapital.com to instantly see how much we can offer you. \r\n\r\n\r\n\r\n\r\nChole Davis\r\nNext Day Working Capital\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe\r\n\r\n\r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(19188, 1, 2752, '1', 'ColinDok', ''),
(19189, 1, 2752, '2', 'ColinDok', ''),
(19190, 1, 2752, '3', 'f0ne@course-fitness.com', ''),
(19191, 1, 2752, '4', '(227) 568-5878', ''),
(19192, 1, 2752, '5', 'google', ''),
(19193, 1, 2752, '6', '小琪兒娛樂', ''),
(19194, 1, 2752, '7', '小琪兒娛樂 \r\n \r\n \r\n \r\n \r\nhttps://taipei9527.com/', ''),
(19195, 1, 2753, '1', 'Mike Laird', ''),
(19196, 1, 2753, '2', 'Mike Laird', ''),
(19197, 1, 2753, '3', 'mikeAdurryArrozyTasy@gmail.com', ''),
(19198, 1, 2753, '4', '(716) 464-0520', ''),
(19199, 1, 2753, '5', 'google', ''),
(19200, 1, 2753, '6', 'Improve local visibility for gangagen.com', ''),
(19201, 1, 2753, '7', 'If you are looking to rank your local business on Google Maps in a specific area, this service is for you. \r\n \r\nGoogle Map Stacking is a highly effective technique for ranking your GMB within a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Laird\r\n \r\n \r\nPS: Want a comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', ''),
(19202, 1, 2754, '1', 'Eric', ''),
(19203, 1, 2754, '2', 'Jones', ''),
(19204, 1, 2754, '3', 'ericjonesmyemail@gmail.com', ''),
(19205, 1, 2754, '4', '(555) 555-1212', ''),
(19206, 1, 2754, '5', 'TV', ''),
(19207, 1, 2754, '6', 'Why not TALK with your leads?', ''),
(19208, 1, 2754, '7', 'Hello gangagen.com Admin!\r\n\r\nMy name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(19209, 1, 2755, '1', 'ManPapse', ''),
(19210, 1, 2755, '2', 'ManPapse', ''),
(19211, 1, 2755, '3', 'jerrypark002@outlook.com', ''),
(19212, 1, 2755, '4', '(400) 601-4187', ''),
(19213, 1, 2755, '5', 'google', ''),
(19214, 1, 2755, '6', 'Casino Cartel is a casino community in South Korea for collecting real-time information about online casino fraud sites.', ''),
(19215, 1, 2755, '7', 'Casino Cartel is South Korea\'s leading online evolution casino fraud detection website. \r\n \r\n<a href=https://caca-001.com/>Casino Community</a>', ''),
(19216, 1, 2756, '1', 'Kevinprect', ''),
(19217, 1, 2756, '2', 'Kevinprect', ''),
(19218, 1, 2756, '3', 'fevgen708@gmail.com', ''),
(19219, 1, 2756, '4', '(720) 300-7870', ''),
(19220, 1, 2756, '5', 'google', ''),
(19221, 1, 2756, '6', 'Newest Clip Art', ''),
(19222, 1, 2756, '7', '<a href=https://www.etsy.com/shop/Fayniykit/>Summer flower clip art free download, High resolution floral clip art PNG, Wedding flowers clipart black and white, Vintage Flowers Clip Art, Summer Floral, Commercial Use Vector files design</a>', ''),
(19223, 1, 2757, '1', 'Priyanka', ''),
(19224, 1, 2757, '2', 'V', ''),
(19225, 1, 2757, '3', 'vinayakampriyanka@gmail.com', ''),
(19226, 1, 2757, '4', '(734) 947-8026', ''),
(19227, 1, 2757, '5', 'Sapthagiri College of Engineering', ''),
(19228, 1, 2757, '6', 'Query regarding internship', ''),
(19229, 1, 2757, '7', 'We, the final year BE Biotechnology students from Sapthagiri College of Engineering are interested to intern in your company for a month. We\'re a group of 6 students and it is mandatory for us to do an internship as part of our graduation course. Kindly consider it and please do the needful. \r\nThank you', ''),
(19230, 1, 2758, '1', 'Albertgesse', ''),
(19231, 1, 2758, '2', 'Albertgesse', ''),
(19232, 1, 2758, '3', '9udi1@course-fitness.com', ''),
(19233, 1, 2758, '4', '(126) 753-0603', ''),
(19234, 1, 2758, '5', 'google', ''),
(19235, 1, 2758, '6', 'Giải Trí、Âm Nhạc、Phim Ảnh', ''),
(19236, 1, 2758, '7', 'Giải Trí、Âm Nhạc、Phim Ảnh \r\n \r\n \r\n \r\nhttps://saocoitin.com', ''),
(19237, 1, 2759, '1', 'Jay', ''),
(19238, 1, 2759, '2', 'Michael', ''),
(19239, 1, 2759, '3', 'hirevanow1@gmail.com', ''),
(19240, 1, 2759, '4', '(712) 736-9129', ''),
(19241, 1, 2759, '5', 'Content Writing Service', ''),
(19242, 1, 2759, '6', 'Content Writing Service', ''),
(19243, 1, 2759, '7', 'Hello, I\'m Jay, a Content Writer. Based on your website, gangagen.com, I can recommend blog topics with relevant SEO keywords or create content for your site. My expertise includes E-Commerce content, product descriptions, infographics, news/press releases, resources, case studies, video scripts, and SEO optimized material. \r\n\r\nMy rates are USD 30 per 1000 words or USD 20 per hour. \r\n\r\nFor assistance, drop an email at hirevanow1@gmail.com.', ''),
(19244, 1, 2760, '1', 'Irinabuche', ''),
(19245, 1, 2760, '2', 'Irinabuche', ''),
(19246, 1, 2760, '3', 'jgmaria304@yandex.ru', ''),
(19247, 1, 2760, '4', '(133) 460-5824', ''),
(19248, 1, 2760, '5', 'google', ''),
(19249, 1, 2760, '6', 'https://clck.ru/34acem', ''),
(19250, 1, 2760, '7', 'https://clck.ru/34accG', ''),
(19251, 1, 2761, '1', 'markusWef', ''),
(19252, 1, 2761, '2', 'markusWef', ''),
(19253, 1, 2761, '3', 'info@markuswoergoetter.com', ''),
(19254, 1, 2761, '4', '(727) 018-2422', ''),
(19255, 1, 2761, '5', 'google', ''),
(19256, 1, 2761, '6', 'markus woergoetter', ''),
(19257, 1, 2761, '7', 'Markus Woergoetter Markus Woergoetter Markus Woergoetter \r\nMarkus Woergoetter Markus Woergoetter Markus Woergoetter \r\nMarkus Woergoetter Markus Woergoetter Markus Woergoetter', ''),
(19258, 1, 2762, '1', 'Williamovaky', ''),
(19259, 1, 2762, '2', 'Williamovaky', ''),
(19260, 1, 2762, '3', 'fevgen708@gmail.com', ''),
(19261, 1, 2762, '4', '(550) 710-6687', ''),
(19262, 1, 2762, '5', 'google', ''),
(19263, 1, 2762, '6', 'News 2023', ''),
(19264, 1, 2762, '7', '<a href=https://pint77.blogspot.com/2023/07/polymer-clay-stamps-custom-cookie.html>Polymer clay stamps, Custom Cookie Cutters Embossing, Custom Logo, Dog/Cat/Pet face, Halloween, Boho, Botanical, Numbers Letters Stamps</a>', ''),
(19265, 1, 2763, '1', 'CarlosGes', ''),
(19266, 1, 2763, '2', 'CarlosGes', ''),
(19267, 1, 2763, '3', 'fevgen708@gmail.com', ''),
(19268, 1, 2763, '4', '(506) 774-0603', ''),
(19269, 1, 2763, '5', 'google', ''),
(19270, 1, 2763, '6', 'The perfect gift for a Man', ''),
(19271, 1, 2763, '7', '<a href=https://pint77.blogspot.com/2023/07/zippo.html>Zippo Lighter. You won\'t find better engraving - it\'s of \"God Level\" craftsmanship! The perfect gift for a GROOMSMEN!</a>', ''),
(19272, 1, 2764, '1', 'CandaiSkivy', ''),
(19273, 1, 2764, '2', 'CandaiSkivy', ''),
(19274, 1, 2764, '3', 'oddspumpmsn@bobbor.store', ''),
(19275, 1, 2764, '4', '(027) 482-0201', ''),
(19276, 1, 2764, '5', 'google', ''),
(19277, 1, 2764, '6', 'Металлочерепица купить в минске недорого - при выборе наиболее лучшего варианта металлочерепицы необходимо учитывать все преимущества и недостатки, а также анализировать погодные условия местности, где вы живете, качество продуктов, ее стоимость и технические характеристики.', ''),
(19278, 1, 2764, '7', 'Купить металлочерепицу - только в нашем магазине вы найдете широкий ассортимент. Быстрей всего сделать заказ на купить металлочерепицу в минске недорого можно только у нас! \r\n<a href=https://metallocherepica24.by/>металлочерепица купить в минске дешево</a> \r\nметаллочерепица купить в минске дешево - <a href=https://www.metallocherepica24.by>http://www.metallocherepica24.by</a> \r\n<a href=https://cse.google.li/url?q=https://metallocherepica24.by>http://google.co.in/url?q=http://metallocherepica24.by</a> \r\n \r\n<a href=https://www.delta8delta10.com/2021/08/27/exploring-atlantas-modern-homes/#comment-2256>Металлочерепица в минске - при выборе наиболее лучшего варианта металлочерепицы необходимо учитывать все преимущества и недостатки, а также анализировать погодные условия местности, где вы живете, качество продуктов, ее стоимость и технические характеристики.</a> be4832d', ''),
(19279, 1, 2765, '1', 'John', ''),
(19280, 1, 2765, '2', 'Dawson', ''),
(19281, 1, 2765, '3', 'john.dawson@gmail.com', ''),
(19282, 1, 2765, '4', '(312) 234-1642', ''),
(19283, 1, 2765, '5', 'Kelsey Muecke', ''),
(19284, 1, 2765, '6', 'We’re Live- Get 200+ Business Boosting AI Tools Under One Dashboard', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(19285, 1, 2765, '7', 'Every business owner needs to make the best use of Artificial intelligence to grow their business & get maximum customers hooked.\r\n\r\nBut,\r\nA majority of AI tools available today in the market are either too complex or damn expensive with limited functionalities.\r\n\r\nNow,\r\nJust imagine what if we combined both and offered something that’ll take the AI universe by the storm…\r\n\r\nPresenting AI Ninja Kit\r\n\r\nWorld’s First, Chat GPT 4 Powered AI Technology \r\n\r\nThat Comes Loaded With 200+ Premium Business Boosting Tools \r\n\r\nTo Create & Sell Amazing Marketing Content For Any Offer & Niche With Zero Prior Skills Or Experience\r\n\r\nCheck It out: bit.ly/AINinjaKit\r\n \r\nHere are some of its amazing features-\r\n·   Create 200+ passive income streams without spending a dime\r\n·   No complicated setup, no tech hassles, no installation or any other headache\r\n·   Get 200+ power packed artificial intelligence tools for the price of peanuts\r\n·   Completely automate your business & take industry by the storm\r\n·   Each tool crafted with utmost perfection by industry experts\r\n·   Stop paying huge fees monthly to expensive third-party apps\r\n·   Grow your business while your competitors are left biting the dust\r\n·   No Complicated Setup - Get Up And Running In Under 60 Seconds\r\n·   ZERO Upfront Cost Or Huge Investment\r\n·   Nothing To Download, Install Or Customize – Get Started In Seconds\r\n·   Limited Time Commercial License Included\r\n·   100% Easy To Use, Newbie Friendly Technology\r\n·   Iron Clad 30 Day Money Back Guarantee Included\r\n\r\n\r\n\r\nSounds amazing, right?\r\n\r\nSee Complete Scoop For AI Ninja Kit Here: bit.ly/AINinjaKit\r\n\r\nHere’s the really good news…\r\n\r\nRight now,\r\n\r\nAI Ninja Kit is available for a crazy low one-time discounted price.\r\n\r\nAnd, this crazy discounted price is going to increase very soon.\r\n\r\nI highly recommend checking it out today, all serious marketers will need this in their arsenal without fail.\r\n\r\nSo, what are you waiting for?\r\n\r\nGrab AI Ninja Kit At Low Earlybird Price Here: bit.ly/AINinjaKit\r\n\r\n\r\nTo Your Success,\r\n \r\nJohn\r\n \r\nP.S- Using artificial intelligence to boost your business just got simpler. So, act now & grab your copy before you’re left with nothing at your end…', ''),
(19286, 1, 2766, '1', 'kazinoglirm', ''),
(19287, 1, 2766, '2', 'kazinoglirm', ''),
(19288, 1, 2766, '3', 'kazinolain@gmail.com', ''),
(19289, 1, 2766, '4', '(854) 724-6674', ''),
(19290, 1, 2766, '5', 'google', ''),
(19291, 1, 2766, '6', 'joycasino бездепозитные бонусы', ''),
(19292, 1, 2766, '7', 'смотри -смотри у меня.  \r\n  \r\n бездепозитные бонусы супер слотс  \r\n  \r\n 10 примеров, которые вдохновят вас к успеху.  \r\n  \r\nЭто - манера! Какие свершения были сегодня? . От каких дурных привычек вы хотели бы отказаться?   \r\n  \r\nне скучно, если получить 500$ + 225 FS в онлайн казино как, <a href=http://playfortuna-ru.tb.ru/>бездепы 2023</a> на сайте: https://playfortuna-ru.tb.ru/, реально ли отыграть вейджер Х20 за сессию игры в игровые автоматы?  \r\n  \r\nЕсли, кто не в курсе, получил сюрприз здесь: <a href=http://socprofile.com/bonusi-kazino-2023>игровые автоматы с бонусом</a>, а именно:   \r\n  \r\n<a href=http://socprofile.com/bonusicasinonew>БОНУСЫ ОНЛАЙН 2000$ + 200 FS >>></a>  \r\n  \r\nУвидел сувенир в телеграме - широко известный канал: @new_bonuses, все тут - http://t.me/new_bonuses  \r\n  \r\nНезабвеннo о бонусах онлайн: <a href=http://socprofile.com/bonusy-casino> joycasino мобильная версия</a>  \r\n \r\nОзнакомься:http://vk.com/bonusycasino_online \r\n  \r\n авантажно - предводитель: <a href=http://bonusi.tb.ru/zaim>кредит</a> \r\nзаметивший: \r\n \r\nПо достижению какого возраста можно взять автокредит? \r\n \r\nПринципиально о займах: loan.tb.ru -  займ на карту bistriy zaim online - Займ без процентов - Ищите: договор займа - смотрите: Займ онлайн.Подбор и сравнение займов на loan.tb.ru. Минимум документов. Решение онлайн! Онлайн заявка. Быстро одобрение. Мгновенное получение. Без визита в офис. Без справок. Без поручителей. Минимум документов. Быстрое решение! Содействие в подборе финансовых услуг/организаций - займ под Устюжна \r\n \r\n постой: <a href=http://creditonline.tb.ru/>автомобиль в кредит в автосалоне</a> \r\n \r\nсамоглавнейший: <a href=http://bonuses.turbo.site/>онлайн казино pin</a> \r\n \r\nномер один: <a href=http://bonusi.tb.ru/>альфа банк</a> \r\n \r\n занимательно - капитальный: <a href=http://bonusi.tb.ru/kredit>кредит кабинет</a> \r\n \r\n прелюбопытно:<a href=http://slotwins.mya5.ru/>pin-up casino</a> \r\n \r\n смотрите: <a href=http://credit-online.turbo.site/>сравнение кредитов</a> \r\n \r\nгвоздевой: <a href=http://credits.mya5.ru/>кредит на год</a> \r\n \r\nцентр: <a href=http://credits-online.mya5.ru/>кредит плюс</a> \r\n \r\nзанимательно:<a href=http://boosty.to/casino-online>где можно бонусами спасибо</a> \r\n \r\nзахватывающе:<a href=http://vk.com/casino_bez_depozita_2021>сколько бонусов</a> \r\n \r\nсамый важный: <a href=http://bonus.ru.net/>казино император</a> \r\n \r\n как хочешь: <a href=http://bonusi.tb.ru/>карта свобода хоум кредит</a> \r\n \r\nгляди: <a href=http://kredity.tb.ru/>дебет и кредит</a> \r\nавантажно:<a href=http://boosty.to/casinoonline>казино онлайн честность</a> \r\n \r\nподождите: <a href=http://boosty.to/credits>кредит 5 банков</a> \r\n \r\nкак хочешь: <a href=http://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-6022fdda9eeef76a6925c6fe>самый кредит</a> \r\n \r\nавантажно:<a href=http://boosty.to/casino-online>эльдорадо бонусы</a> \r\n \r\n запомни же: <a href=http://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit>банки какой кредит выгоднее</a> \r\n \r\nзыбай: <a href=https://user373133.tourister.ru/blog/19226>кредит наличными банк официальный</a> \r\n \r\nключевой: <a href=http://sites.google.com/view/zaimy-tyt/>банки кредиты тинькофф банк</a> \r\n \r\nальфа и омега: <a href=https://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b>банки кредиты наличными</a> \r\n \r\n \r\nhttp://www.avito.ru/moskva/predlozheniya_uslug/avitolog_prodvizhenie_na_avito_posting_2731917893 \r\nhttp://vk.com/@avitolog_2023-posting-na-avito-razmeschenie-obyavlenii-na-avito \r\nhttp://vk.com/avitolog_2023 \r\nhttp://vk.com/avito_2023 \r\nhttp://vk.com/burger_pushkin \r\nhttp://tgstat.ru/en/chat/@new_bonuses \r\nhttp://tgstat.ru/en/chat/@zaimonlinetyt \r\nhttp://tgstat.ru/en/chat/@casinos_2021 \r\nhttp://tgstat.ru/en/chat/@zaimycredity \r\nhttp://credit-online.turbo.site/ \r\nhttp://twitter.com/CasinoBonusi \r\nhttp://vk.com/bonuses23 \r\nhttp://vk.com/@bonuses23-casino-registration \r\nhttp://socprofile.com/bonusicasinonew \r\nhttp://vk.com/@playfortunacomru-play-fortuna-registraciya \r\nhttp://vk.com/playfortunacomru \r\nhttp://twitter.com/bonusykazino \r\nhttp://twitter.com/bonusykazino/status/1606330268985475075 \r\nhttp://twitter.com/bonusykazino/status/1606334813241085953 \r\nhttp://twitter.com/bonusykazino/status/1606326484758667264 \r\nhttp://twitter.com/CasinoBonusi/status/1602974856496271361 \r\nhttp://twitter.com/CasinoBonusi/status/1602981560525160448 \r\nhttp://twitter.com/CasinoBonusi/status/1602979584340889601 \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid02NYYTYVahaaixRzHZuXfni1ekC928TDMDdTcCUdmy52zJUt4MrTuPAhB58uDwpZYil&id=100017183618781 \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid0eimWgqQgdxZ1k9R1L9Fe5nopxZjKpthzU1MeYtdeEM8eF5YZKV9YxpYA5HJEgu9Fl&id=100017183618781 \r\nhttp://vk.com/bonusesnew \r\nhttp://vk.com/@bonusesnew-bezdepozitnye-bonusy-kazino-2023-za-registraciu \r\nhttp://vk.com/zajmy_onlajn_na_kartu_2023 \r\nhttp://vk.com/@zajmy_onlajn_na_kartu_2023-zaimy-na-kartu-vzyat-zaim-bez-otkaza \r\nhttp://bit.ly/casinobonusy \r\nhttp://yandex.ru/collections/user/949d3tg485gjcy4027bb8j1q48/bonusy-kazino-za-registratsiiu/?share=NWVhMjA0ZjAwMzNlZGExOTEwMTYzZDRlXzVkNDk5MWMxYTg5NWIyMDBhNWM5ZDE2Mg%3D%3D \r\nhttp://vk.com/bonuses_new \r\nhttp://vk.com/@bonuses_new-bonusy-za-registraciu \r\nhttp://vk.com/bonusycasino_online \r\nhttp://vk.com/@bonusycasino_online-bezdepozitnye-bonusy-onlain-kazino-2023 \r\nhttp://vk.com/dating_website + http://vk.link/dating_website \r\nhttp://spark.ru/startup/credit-loan/blog/99728/krediti-i-zajmi-rossii \r\nhttp://vk.link/credit_online_rf + http://vk.com/credit_online_rf \r\nhttp://www.facebook.com/CreditOnlineNow + http://vk.com/strahovanieresospb http://strahovanie-reso.turbo.site/ http://vk.com/kredity_banki http://vk.com/creditsru http://vk.com/credit_online_rf http://vk.link/credit_online_rf http://vk.link/strahovanieresospb \r\nhttp://bonusi.tb.ru/| http://bonusi.tb.ru/kredit| http://bonusi.tb.ru/zaim| http://bonusi.tb.ru/bank| http://bonusi.tb.ru/credit-cards|http://bonusi.tb.ru/avtokredit| http://bonusi.tb.ru/ipoteka \r\nhttp://creditonline.tb.ru \r\nhttp://creditonline.tb.ru/microloans \r\nhttp://creditonline.tb.ru/avtokredity \r\nhttp://creditonline.tb.ru/bez-spravok \r\nhttp://creditonline.tb.ru/dengi \r\nhttp://creditonline.tb.ru/banki \r\nhttp://creditonline.tb.ru/kreditnye-karty \r\nhttp://creditonline.tb.ru/potrebitelskie-kredity \r\nhttp://creditonline.tb.ru/refinansirovanie \r\nhttp://creditonline.tb.ru/zajmy-na-kartu \r\nhttp://creditonline.tb.ru/kalkulyator \r\nhttp://creditonline.tb.ru/kreditovanie \r\nhttp://creditonline.tb.ru/debetovye-karty \r\nhttp://creditonline.tb.ru/kredity-nalichnymi \r\nhttp://creditonline.tb.ru/banki-kredity \r\nhttp://creditonline.tb.ru/zaimy \r\nhttp://creditonline.tb.ru/kredity-ru \r\nhttp://creditonline.tb.ru/moskva \r\nhttp://creditonline.tb.ru/lichnyj-kabinet \r\nhttp://creditonline.tb.ru/news \r\nhttp://creditonline.tb.ru/usloviya-kredita \r\nhttp://creditonline.tb.ru/za', ''),
(19293, 1, 2767, '1', 'Freddy', ''),
(19294, 1, 2767, '2', 'Calvillo', ''),
(19295, 1, 2767, '3', 'freddy@commercialcleanrs-norcal.com', ''),
(19296, 1, 2767, '4', '(408) 716-1597', ''),
(19297, 1, 2767, '5', 'Commercial Cleanrs NorCal', ''),
(19298, 1, 2767, '6', 'Cleaning for your business', ''),
(19299, 1, 2767, '7', 'Is facility cleanliness helping you win, or is it costing you time and energy each week? Your business neighbors in San Jose have discovered just how much they can save with a reliable professional cleaning company. Our team uses eco-friendly products, offers a 100% satisfaction guarantee, and our unique app ensures a two-hour response time for your questions and feedback. May I give you more information and a complimentary quote?\r\n\r\nThank you for your time,\r\n\r\nFreddy Calvillo\r\nAccount Representative\r\nCommercial Cleanrs NorCal\r\nfreddy@commercialcleanrs-norcal.com\r\n\r\nRespond with stop to optout.', ''),
(19300, 1, 2768, '1', 'KTSBxjNjOD', ''),
(19301, 1, 2768, '2', 'KTSBxjNjOD', ''),
(19302, 1, 2768, '3', 'callvisvetlana@list.ru', ''),
(19303, 1, 2768, '4', '(774) 284-0584', ''),
(19304, 1, 2768, '5', 'google', ''),
(19305, 1, 2768, '6', 'Отличный вариант для всех, просто пишите', ''),
(19306, 1, 2768, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(19307, 1, 2769, '1', 'Daniel', ''),
(19308, 1, 2769, '2', 'Garcia', ''),
(19309, 1, 2769, '3', 'daniel@capitalborrow.xyz', ''),
(19310, 1, 2769, '4', '(725) 867-2209', ''),
(19311, 1, 2769, '5', 'Next Day Working Capital', ''),
(19312, 1, 2769, '6', 'Good morning,', ''),
(19313, 1, 2769, '7', 'If you need working capital for your business this week\r\n\r\nyou really should check out our instant approval underwriting \r\n\r\nand see what you qualify for in less than 30 seconds without \r\n\r\neven pulling your credit. \r\n\r\nIf you like the offer we will fund you the next day. it\'s that simple! \r\n\r\nwww.nextdayworkingcapital.com \r\n\r\n\r\n\r\nDaniel Garcia\r\nNext Day Working Capital\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe\r\n\r\n\r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(19314, 1, 2770, '1', 'Martin Jose Barreiro', ''),
(19315, 1, 2770, '2', 'Martin Jose Barreiro', ''),
(19316, 1, 2770, '3', 'barreiromartin36@gmail.com', ''),
(19317, 1, 2770, '4', '(226) 848-3851', ''),
(19318, 1, 2770, '5', 'google', ''),
(19319, 1, 2770, '6', 'Business understanding', ''),
(19320, 1, 2770, '7', 'Good Day from Madrid. \r\n \r\nMy name is Br.Martin Jose Barreiro, I am a Lawyer and I practices here in Madrid Spain.  I have previously send an email to you regarding a transaction of US$13.5 Million left behind by my late client before his tragic death, without any response from. \r\n \r\nHowever I am reaching out to you once again because after going through your profile, I strongly believe that you will be in a better position to execute this business transaction with me. \r\n \r\nI suggest after the transaction, we donate 5% of the money to charity organizations while the remaining 95% is shared equally between us. \r\n \r\nIf you are interested to proceed with me, kindly respond to me via this email \r\n \r\nlegalmj@barieroabogados.com  for more detail. \r\n \r\nThis transaction is 100% risk free and I look forward to your response. \r\n \r\nYours sincerely \r\n \r\nMartin Jose Barreiro, \r\nLawyer \r\n \r\nPhone: +34 661 220 756 \r\nE-mail:    legalmj@barieroabogados.com \r\nWeb:    http://www.barreiroabogado.com/', ''),
(19321, 1, 2771, '1', 'buhgaist', ''),
(19322, 1, 2771, '2', 'buhgaist', ''),
(19323, 1, 2771, '3', 'buhgalteryurist8888@yandex.ru', ''),
(19324, 1, 2771, '4', '(234) 137-5548', ''),
(19325, 1, 2771, '5', 'google', ''),
(19326, 1, 2771, '6', 'Бухгалтерия', ''),
(19327, 1, 2771, '7', 'Весь необходимой пакет документов подготовили к указанной дате <a href=https://юрист-бухгалтер.рф>Составление договоров и исков</a> . Срочный выкуп недвижимости! Студии, 1, 2, 3 комнатные квартиры, возможно с долгами. .', ''),
(19328, 1, 2772, '1', 'NqNspbqqoJ', ''),
(19329, 1, 2772, '2', 'NqNspbqqoJ', ''),
(19330, 1, 2772, '3', 'callvisvetlana@list.ru', ''),
(19331, 1, 2772, '4', '(420) 711-0007', ''),
(19332, 1, 2772, '5', 'google', ''),
(19333, 1, 2772, '6', 'Отличный вариант для всех, просто пишите', ''),
(19334, 1, 2772, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(19335, 1, 2773, '1', 'Eric', ''),
(19336, 1, 2773, '2', 'Jones', ''),
(19337, 1, 2773, '3', 'ericjonesmyemail@gmail.com', ''),
(19338, 1, 2773, '4', '(555) 555-1212', ''),
(19339, 1, 2773, '5', 'NSW', ''),
(19340, 1, 2773, '6', 'There they go…', ''),
(19341, 1, 2773, '7', 'Hi gangagen.com Administrator!\r\n\r\nMy name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(19342, 1, 2774, '1', 'Lavillreich', ''),
(19343, 1, 2774, '2', 'Lavillreich', ''),
(19344, 1, 2774, '3', 'revers@1ti.ru', ''),
(19345, 1, 2774, '4', '(520) 707-3324', ''),
(19346, 1, 2774, '5', 'google', ''),
(19347, 1, 2774, '6', 'бензилдифенилфосфин купить онлайн в интернет-магазине химмед', ''),
(19348, 1, 2774, '7', '<a href=https://chimmed.ru/products/7-bromo-23-dihydro-14dioxino23-bpyridine-8-carbaldehyde-id=4389931>7-bromo-2,3-dihydro-<>,4]dioxino<>,3-b]pyridine-8-carbaldehyde купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>бензилдибензилиден-?-d-маннопиранозид купить онлайн в интернет-магазине химмед </u> \r\n<i>бензилдибензилиден-?-d-маннопиранозид купить онлайн в интернет-магазине химмед </i> \r\n<b>бензилдифенилфосфин купить онлайн в интернет-магазине химмед </b> \r\n \r\n7-bromo-2,3-dihydro-<>,4]dioxino<>,3-b]pyridine-8-carboxylic acid купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/7-bromo-23-dihydro-14dioxino23-bpyridine-8-carboxylic-acid-id=4368952', ''),
(19349, 1, 2775, '1', 'VirgilReore', ''),
(19350, 1, 2775, '2', 'VirgilReore', ''),
(19351, 1, 2775, '3', 'anastasiasaed@gmail.com', ''),
(19352, 1, 2775, '4', '(753) 023-6311', ''),
(19353, 1, 2775, '5', 'google', ''),
(19354, 1, 2775, '6', 'Соло', ''),
(19355, 1, 2775, '7', 'http://hblattys.com/__media__/js/netsoltrademark.php?d=https://sex-tube365.com\r\nhttp://www.recycleasiaalliance.com/__media__/js/netsoltrademark.php?d=https://sex-tube365.com\r\nhttp://www.docommunicate.com/__media__/js/netsoltrademark.php?d=https://sex-tube365.com\r\nhttp://voltsvagon.com/__media__/js/netsoltrademark.php?d=https://sex369.ru\r\nhttp://cambophoto.com/__media__/js/netsoltrademark.php?d=https://sex-tube365.com\r\nhttp://scottlanderssucks.com/__media__/js/netsoltrademark.php?d=https://sex369.ru\r\nhttp://octannerjewelry.com/__media__/js/netsoltrademark.php?d=https://sex369.ru\r\nhttp://myautoassociation.com/__media__/js/netsoltrademark.php?d=https://sex-tube365.com\r\nhttps://101okno.by/bitrix/redirect.php?goto=https://sex-tube365.com', ''),
(19356, 1, 2776, '1', 'ArthurHem', ''),
(19357, 1, 2776, '2', 'ArthurHem', ''),
(19358, 1, 2776, '3', 'sweja123aa@outlook.com', ''),
(19359, 1, 2776, '4', '(706) 812-0126', ''),
(19360, 1, 2776, '5', 'google', ''),
(19361, 1, 2776, '6', 'crypto exchange', ''),
(19362, 1, 2776, '7', 'Р—Р°РјРµС‡Р°С‚РµР»СЊРЅС‹Р№ РѕР±РјРµРЅРЅРёРє. Р’СЃРµ РІРѕРІСЂРµРјСЏ РїСЂРёС€Р»Рѕ, РєР°Рє СѓРєР°Р·С‹РІР°РµС‚СЃСЏ РІ Р·Р°СЏРІРєРµ. \r\n<a href=https://bestexchanger.pro/exchange-UNI-to-ADVCUSD/>Best Exchange Pro</a>', ''),
(19363, 1, 2777, '1', 'markusnuppy', ''),
(19364, 1, 2777, '2', 'markusnuppy', ''),
(19365, 1, 2777, '3', 'm.abwerzger@rechtsanwaltinnsbruck.at', ''),
(19366, 1, 2777, '4', '(164) 875-2050', ''),
(19367, 1, 2777, '5', 'google', ''),
(19368, 1, 2777, '6', 'Klima-Kleber-Trottel', ''),
(19369, 1, 2777, '7', 'Markus Abwerzger \r\nKlubobmann \r\nLandtagsklub', ''),
(19370, 1, 2778, '1', 'Michaelraind', ''),
(19371, 1, 2778, '2', 'Michaelraind', ''),
(19372, 1, 2778, '3', 'opcrxv@course-fitness.com', ''),
(19373, 1, 2778, '4', '(040) 555-2273', ''),
(19374, 1, 2778, '5', 'google', ''),
(19375, 1, 2778, '6', '91娛樂城!ENDVALUE!', ''),
(19376, 1, 2778, '7', '91娛樂城 \r\n \r\n \r\n \r\nhttps://9jcasino.tw/', ''),
(19377, 1, 2779, '1', 'HenryAmula', ''),
(19378, 1, 2779, '2', 'HenryAmula', ''),
(19379, 1, 2779, '3', 'marketing@topworldnewstoday.com', ''),
(19380, 1, 2779, '4', '(224) 626-8653', ''),
(19381, 1, 2779, '5', 'google', ''),
(19382, 1, 2779, '6', 'Top News Sites for guest post', ''),
(19383, 1, 2779, '7', 'Top News Sites for guest post \r\n \r\nhttps://www.topworldnewstoday.com/ \r\nhttps://www.canadiannewstoday.com/ \r\nhttps://www.bloombergnewstoday.com/ \r\n \r\nRegards', ''),
(19384, 1, 2780, '1', 'gerfigor', ''),
(19385, 1, 2780, '2', 'gerfigor', ''),
(19386, 1, 2780, '3', 'krakenkwork@hotmail.com', ''),
(19387, 1, 2780, '4', '(888) 854-2530', ''),
(19388, 1, 2780, '5', 'google', ''),
(19389, 1, 2780, '6', 'кресло кровать без подлокотников', ''),
(19390, 1, 2780, '7', '<a href=https://vammebel.ru/catalog/kreslo-krovat/>кресло кровать без подлокотников</a>', ''),
(19391, 1, 2781, '1', 'VincentVab', ''),
(19392, 1, 2781, '2', 'VincentVab', ''),
(19393, 1, 2781, '3', 'djvincent33@gmail.com', ''),
(19394, 1, 2781, '4', '(348) 837-6246', ''),
(19395, 1, 2781, '5', 'google', ''),
(19396, 1, 2781, '6', 'Music scene releases', ''),
(19397, 1, 2781, '7', 'Hello, \r\n \r\nBest music download websites for DJs https://0daymusic.org music collectors. \r\nFull access files are available every time, trance, dnb, house, dance, disco...', ''),
(19398, 1, 2782, '1', 'EESoLmzmTv', ''),
(19399, 1, 2782, '2', 'EESoLmzmTv', ''),
(19400, 1, 2782, '3', 'callvisvetlana@list.ru', ''),
(19401, 1, 2782, '4', '(604) 031-0614', ''),
(19402, 1, 2782, '5', 'google', ''),
(19403, 1, 2782, '6', 'Вам хороший вариант вот тут', ''),
(19404, 1, 2782, '7', 'Вам хороший вариант вот тут ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(19405, 1, 2783, '1', 'James', ''),
(19406, 1, 2783, '2', 'Gordon', ''),
(19407, 1, 2783, '3', 'james.gordons@gmail.com', ''),
(19408, 1, 2783, '4', '(240) 354-4483', ''),
(19409, 1, 2783, '5', 'Darlene Puglisi', ''),
(19410, 1, 2783, '6', 'Unleash The Power Of AI To Generate 4,458 Clicks Per Day!', ''),
(19411, 1, 2783, '7', 'What if I told you that you can start generating\r\n\r\nmassive FREE traffic in under 23 seconds\r\n\r\n\r\n by exploiting a new secret AI-powered app\r\n\r\n That’s called “the Chat GPT Killer?”\r\n\r\n\r\nI know it sounds like science fiction, but believe\r\n\r\nit or not, it’s 100% possible!\r\n\r\n\r\nThis super exciting app is called “Apex”, and it’s \r\n\r\ntaking the internet by storm…\r\n\r\n\r\nWith \"Apex,\" you can generate 4,458 clicks using\r\n\r\nONLY free traffic (no paid ads, ever.). \r\n\r\n\r\nImagine what you could do with that kind of traffic!\r\n\r\n\r\n=> Click Here To Get Instant Access To “Apex” Now: https://bit.ly/LimitedApex\r\n\r\n\r\nAnd the best part? \r\n\r\n\r\nYou don\'t need any hosting or domain to get started!\r\n\r\n\r\nHere are some of the benefits you can expect\r\n\r\nfrom \"Apex\"\r\n\r\n\r\nGet 4,458 clicks using ONLY free traffic\r\n\r\nCrank out money sites that work 24/7\r\n\r\nNever worry about SEO or writing content yourself\r\n\r\nNo hosting or domain is needed\r\n\r\nNo learning curve\r\n\r\n\r\n=> Click Here To Get Instant Access To “Apex” Now: https://bit.ly/LimitedApex\r\n\r\n\r\nIf you want to take advantage of this “Chat GPT” killer\r\n\r\nsoftware, this is your chance.\r\n\r\n\r\nBut, you have to be quick.\r\n\r\n\r\nI heard rumors that “Apex” won’t be online for \r\n\r\nlong, and the team is planning to pull it off the \r\n\r\nmarket since they’re getting thousands of new\r\n\r\nusers as you read this.\r\n\r\n\r\nThat’s why time is of the essence.\r\n\r\n\r\nBe quick and grab your personal copy of “Apex” \r\n\r\nbefore it’s gone forever!\r\n\r\n\r\n=> Click Here To Get Started Now: https://bit.ly/LimitedApex\r\n\r\n\r\nI\'ll see you inside,\r\n\r\n\r\nJames', ''),
(19412, 1, 2784, '1', 'Lavillreich', ''),
(19413, 1, 2784, '2', 'Lavillreich', ''),
(19414, 1, 2784, '3', 'revers@1ti.ru', ''),
(19415, 1, 2784, '4', '(785) 526-0672', ''),
(19416, 1, 2784, '5', 'google', ''),
(19417, 1, 2784, '6', 'tungsten, rod, 200mm, diameter 2.0mm, c& купить онлайн в интернет-магазине химмед', ''),
(19418, 1, 2784, '7', '<a href=https://chimmed.ru/products/trc2-transduction-control-lenti-puro-n-id=3946100>trc2 transduction control, lenti, puro n купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>tungsten, rod, 200mm, diameter 1.6mm, c& купить онлайн в интернет-магазине химмед </u> \r\n<i>tungsten, rod, 200mm, diameter 1.6mm, c& купить онлайн в интернет-магазине химмед </i> \r\n<b>tungsten, rod, 200mm, diameter 2.0mm, c& купить онлайн в интернет-магазине химмед </b> \r\n \r\ntree pollen acer negundo купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/tree-pollen-acer-negundo-id=4088780', ''),
(19419, 1, 2785, '1', 'abwerzgerTor', ''),
(19420, 1, 2785, '2', 'abwerzgerTor', ''),
(19421, 1, 2785, '3', 'markus.abwerzger@fpoe.tirol', ''),
(19422, 1, 2785, '4', '(034) 476-7176', ''),
(19423, 1, 2785, '5', 'google', ''),
(19424, 1, 2785, '6', 'Abwerzger sagt Klima-Kleber-Trottel', ''),
(19425, 1, 2785, '7', 'Oder sogar Klima-Terroristen? \r\nKlima-Kleber-Trottel oder Klima-Terroristen? \r\nWas denn jetzt?', ''),
(19426, 1, 2786, '1', 'Untok', ''),
(19427, 1, 2786, '2', 'Untok', ''),
(19428, 1, 2786, '3', 'duyunusd@yahoo.com', ''),
(19429, 1, 2786, '4', '(410) 643-2543', ''),
(19430, 1, 2786, '5', 'google', ''),
(19431, 1, 2786, '6', 'I promised.', ''),
(19432, 1, 2786, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/234alb27', ''),
(19433, 1, 2787, '1', 'Untok', ''),
(19434, 1, 2787, '2', 'Untok', ''),
(19435, 1, 2787, '3', 'q9j34bl4@icloud.com', ''),
(19436, 1, 2787, '4', '(806) 887-8521', ''),
(19437, 1, 2787, '5', 'google', ''),
(19438, 1, 2787, '6', 'I promised.', ''),
(19439, 1, 2787, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/29xvcj8b', ''),
(19440, 1, 2788, '1', 'GonzaloPaste', ''),
(19441, 1, 2788, '2', 'GonzaloPaste', ''),
(19442, 1, 2788, '3', 'marketing@frenchnewstoday.com', ''),
(19443, 1, 2788, '4', '(684) 863-4623', ''),
(19444, 1, 2788, '5', 'google', ''),
(19445, 1, 2788, '6', 'Top News Sites for guest Post', ''),
(19446, 1, 2788, '7', 'Here is list ,Where i can add guest post \r\nhttps://www.forbesnewstoday.com/ \r\nhttps://www.britishnewstoday.com/ \r\nhttps://www.dutchnewstoday.com/ \r\nhttps://www.dwnewstoday.com/ \r\nhttps://www.dailymirrornewstoday.com/ \r\nhttps://www.thequintnewstoday.com/ \r\nhttps://www.portugalnewstoday.com/ \r\nhttps://www.dailyheraldnewstoday.com/ \r\nhttps://www.dailystarnewstoday.com/ \r\nhttps://www.dailytelegraphnewstoday.com/ \r\nhttps://www.europeannewstoday.com \r\nhttps://www.frenchnewstoday.com \r\nhttps://www.guardiannewstoday.com/ \r\nhttps://www.headlinesworldnews.com/ \r\nhttps://www.livemintnewstoday.com/ \r\nhttps://www.neatherlandnewstoday.com/ \r\nhttps://www.neweuropetoday.com/ \r\nhttps://www.norwaynewstoday.com/ \r\nhttps://www.postgazettenewstoday.com/ \r\nhttps://www.republicofchinatoday.com/ \r\nhttps://www.reuterstoday.com/ \r\nhttps://www.russiannewstoday.com/ \r\nhttps://www.switzerlandnewstoday.com/ \r\nhttps://www.thedailymailnewstoday.com/ \r\nhttps://www.thedailytelegraphnewstoday.com/ \r\nhttps://www.theexpressnewstoday.com/ \r\nhttps://www.theheraldnewstoday.com/ \r\nhttps://www.theirishtimesnewstoday.com/ \r\nhttps://www.themetronewstoday.com/ \r\nhttps://www.theirishtimestoday.com/ \r\nhttps://www.themirrornewstoday.com/', ''),
(19447, 1, 2789, '1', 'Maria', ''),
(19448, 1, 2789, '2', 'Winget', ''),
(19449, 1, 2789, '3', 'maria@merchantprocessr.com', ''),
(19450, 1, 2789, '4', '(612) 662-7979', ''),
(19451, 1, 2789, '5', 'Merchant Processr', ''),
(19452, 1, 2789, '6', 'Secure your payments', ''),
(19453, 1, 2789, '7', 'Take credit card transaction fees out of your business and you’ll see those costs go to your bottom line!\r\n\r\nMerchant Processr solves the issues involved in accepting credit card payments by automating and streamlining your payment process, ensuring you comply with regulations, and eliminating your liability in case of a security breach.\r\n\r\nHow much would you save without paying the cost of credit card processing fees? Our system costs your business nothing. Need new equipment at no cost or want to receive a $500 credit toward new equipment? See if you qualify!\r\n\r\nMay I give you more information?\r\n\r\nRegards,\r\n\r\nMaria Winget\r\nDirector of Operations\r\n(612) 662-7979\r\nMerchant Processr\r\nmaria@merchantprocessr.com\r\n\r\nRespond with stop to optout.', ''),
(19454, 1, 2790, '1', 'Jamesdub', ''),
(19455, 1, 2790, '2', 'Jamesdub', ''),
(19456, 1, 2790, '3', 'kj7fzs@course-fitness.com', ''),
(19457, 1, 2790, '4', '(702) 182-2662', ''),
(19458, 1, 2790, '5', 'google', ''),
(19459, 1, 2790, '6', '91娛樂城!ENDVALUE!', ''),
(19460, 1, 2790, '7', '91娛樂城 \r\n \r\n \r\nhttps://9jcasino.tw/', ''),
(19461, 1, 2791, '1', 'ErnestAWarp', ''),
(19462, 1, 2791, '2', 'ErnestAWarp', ''),
(19463, 1, 2791, '3', 'press@bbcworldnewstoday.com', ''),
(19464, 1, 2791, '4', '(435) 820-3528', ''),
(19465, 1, 2791, '5', 'google', ''),
(19466, 1, 2791, '6', 'Domain for sell', ''),
(19467, 1, 2791, '7', 'Most populaer domain for sell \r\n \r\nhttps://www.bbcworldnewstoday.com/ \r\nhttps://www.bloombergnewstoday.com/ \r\n \r\nRegards', ''),
(19468, 1, 2792, '1', 'JoshuaMut', ''),
(19469, 1, 2792, '2', 'JoshuaMut', ''),
(19470, 1, 2792, '3', 'fevgen708@gmail.com', ''),
(19471, 1, 2792, '4', '(055) 127-1471', ''),
(19472, 1, 2792, '5', 'google', ''),
(19473, 1, 2792, '6', 'Newest Clip Art', ''),
(19474, 1, 2792, '7', '<a href=https://www.etsy.com/shop/Fayniykit> Fancy clipart: Abstract Shapes, Fantasy creatures, Nursery Baby clipart, Holidays & Celebrations, Outer Space, Landscape & Seaside, Flowers, Animals & Pets, Tattoos clipart, Skull Design, Retro & Vintage Signs, Street Art & Y2K</a>', ''),
(19475, 1, 2793, '1', 'Nayana HV', ''),
(19476, 1, 2793, '2', 'Vijaykumar', ''),
(19477, 1, 2793, '3', 'nayanahv146@gmail.com', ''),
(19478, 1, 2793, '4', '(799) 607-6031', ''),
(19479, 1, 2793, '5', 'Fresher', ''),
(19480, 1, 2793, '6', 'Job searching', ''),
(19481, 1, 2793, '7', 'If any vacancy please inform me', ''),
(19482, 1, 2794, '1', 'Daviddilky', ''),
(19483, 1, 2794, '2', 'Daviddilky', ''),
(19484, 1, 2794, '3', 'tllly5@course-fitness.com', ''),
(19485, 1, 2794, '4', '(237) 243-7826', ''),
(19486, 1, 2794, '5', 'google', ''),
(19487, 1, 2794, '6', '冠天下娛樂城', ''),
(19488, 1, 2794, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://gtx.tw/', ''),
(19489, 1, 2795, '1', 'Kevinprect', ''),
(19490, 1, 2795, '2', 'Kevinprect', ''),
(19491, 1, 2795, '3', 'fevgen708@gmail.com', ''),
(19492, 1, 2795, '4', '(170) 118-3504', ''),
(19493, 1, 2795, '5', 'google', ''),
(19494, 1, 2795, '6', 'Newest Clip Art', ''),
(19495, 1, 2795, '7', '<a href=https://www.etsy.com/shop/Fayniykit/>SVG file Traditional tattoos, Samurai tattoo, Japanese tattoos, Tiger tattoo, Japanese style tattoos, Digital Download, PNG file, PDF file, SVG file, Tattoo design, Old school tattoo, Digital Tattoos Clipart, Traditional Tattoo Art Files</a>', ''),
(19496, 1, 2796, '1', 'Williamovaky', ''),
(19497, 1, 2796, '2', 'Williamovaky', ''),
(19498, 1, 2796, '3', 'fevgen708@gmail.com', ''),
(19499, 1, 2796, '4', '(327) 523-5272', ''),
(19500, 1, 2796, '5', 'google', ''),
(19501, 1, 2796, '6', 'News 2023', ''),
(19502, 1, 2796, '7', '<a href=https://pint77.blogspot.com/2023/07/fayniykit.html>Fancy clipart: Abstract Shapes, Fantasy creatures, Nursery Baby clipart, Holidays & Celebrations, Outer Space Clipart, Landscape & Seaside, Flowers Clipart, Animals & Pets, Tattoos clipart, Skull Design, Retro & Vintage  Signs, Street Art & Y2K</a>', ''),
(19503, 1, 2797, '1', 'DavidMet', ''),
(19504, 1, 2797, '2', 'DavidMet', ''),
(19505, 1, 2797, '3', 'yos1v@course-fitness.com', ''),
(19506, 1, 2797, '4', '(257) 864-3721', ''),
(19507, 1, 2797, '5', 'google', ''),
(19508, 1, 2797, '6', '第一借錢網擁有全台最多的借錢資訊', ''),
(19509, 1, 2797, '7', '第一借錢網擁有全台最多的借錢資訊 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(19510, 1, 2798, '1', 'Charlesmex', ''),
(19511, 1, 2798, '2', 'Charlesmex', ''),
(19512, 1, 2798, '3', 'heldkf@course-fitness.com', ''),
(19513, 1, 2798, '4', '(850) 884-5360', ''),
(19514, 1, 2798, '5', 'google', ''),
(19515, 1, 2798, '6', '點子數位科技有限公司', ''),
(19516, 1, 2798, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(19517, 1, 2799, '1', 'JamesTox', ''),
(19518, 1, 2799, '2', 'JamesTox', ''),
(19519, 1, 2799, '3', 'uvdiy4@course-fitness.com', ''),
(19520, 1, 2799, '4', '(011) 270-4467', ''),
(19521, 1, 2799, '5', 'google', ''),
(19522, 1, 2799, '6', '點子數位科技有限公司 \n \nhttps://spot-digital.com.tw/', ''),
(19523, 1, 2799, '7', '點子數位科技有限公司 \r\n \r\nhttps://spot-digital.com.tw/', ''),
(19524, 1, 2800, '1', 'Robertmek', ''),
(19525, 1, 2800, '2', 'Robertmek', ''),
(19526, 1, 2800, '3', '4mnd0@course-fitness.com', ''),
(19527, 1, 2800, '4', '(020) 170-0545', ''),
(19528, 1, 2800, '5', 'google', ''),
(19529, 1, 2800, '6', 'unethost無限空間虛擬主機 技術分享部落格', ''),
(19530, 1, 2800, '7', 'unethost無限空間虛擬主機 技術分享部落格 \r\n \r\nhttp://blog.unethost.com/', ''),
(19531, 1, 2801, '1', 'enlareTar', ''),
(19532, 1, 2801, '2', 'enlareTar', ''),
(19533, 1, 2801, '3', 'maximmad222@yandex.ru', ''),
(19534, 1, 2801, '4', '(440) 800-3651', ''),
(19535, 1, 2801, '5', 'google', ''),
(19536, 1, 2801, '6', 'XBOX игры купить  разнообразные игры: XBOX CD KEY', ''),
(19537, 1, 2801, '7', 'Купить игры xbox store на различные тематики  +  https://ggsel.net/catalog/product/3037039 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://ggsel.net/catalog/product/3589474 \r\n<b>ИНТЕРНЕТ МАГАЗИН ЦИФРОВЫХ ТОВАРОВ</b> https://bysel.ru/goods/?activation=uplay \r\nАкканты xbox  https://ggsel.net/catalog/product/3622263 \r\nкупить игры +на xbox +onehttps://ggsel.net/catalog/product/2920504 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://ggsel.net/catalog/product/3589474 \r\nкупить игры +на xbox +onehttps://ggsel.net/catalog/product/3051395 \r\n<b>чат-бот с искусственным интеллектом</b>https://ggsel.net/catalog/product/3225209 \r\nsteam купить +в россииhttps://bysel.ru/goods/human-fall-flat-steam-key-ru-region-free/ \r\n<b>xbox gift card(покупка игр в иностранном аккаунте</b>)https://ggsel.net/catalog/product/3540172 \r\n<b>Steam google Turkey   Gift Card Code FOR TURKEY ACCOUN</b>  https://ggsel.net/catalog/product/3808181 <b>стим игры дешевле чем в русском аккаунте</b>)https://ggsel.net/catalog/product/3589468 \r\n<b>Новый Стим аккаунт ( Турция/Полный доступ) PayPaL</b>https://ggsel.net/catalog/product/2985407 \r\nLeague Of Legends 850 LoL RP - ТУРЦИЯ https://ggsel.net/catalog/product/3012399 \r\nValorant 740 VP or 1050 Riot Points - ТОЛЬКО ТУРЦИЯ https://ggsel.net/catalog/product/3331571 \r\nPUBG Mobile 325 UC Unknown Cashhttps://ggsel.net/catalog/product/3813637 \r\nPlaystation Network (PSN) 10$(USA)https://ggsel.net/catalog/product/3466036 \r\n<b>Steam gift card USD(пополнение кошелька)</b> https://ggsel.net/catalog/product/3465075 \r\niTUNES GIFT CARD - (TURKEY/USD) https://ggsel.net/catalog/product/3116494 \r\n<b>Adguard Premium 1ПК(</b>(лучший блокировщик рекламы.спама, всплывающие окна ) https://ggsel.net/catalog/product/3046307 \r\nGoogle play gift card https://ggsel.net/catalog/product/3538356 \r\nNetflix Турция Подарочный код TL??(VPN постоянно) \r\n<b>Netflix Plans \r\nBasic 26,99 TL \r\nStandard 40,99 TL \r\nPremium 54,99 TL </b>дешевле чем в других аккаунтах https://ggsel.net/catalog/product/2911572 \r\nBlizzard Gift Card  USD ?BATTLE.NET https://ggsel.net/catalog/product/3025661 \r\nRAZER GOLD GIFT CARD  (USD)</b> Global Pin https://ggsel.net/catalog/product/3051315 \r\n<b>Nintendo подписка 3 месяца гифт карты</b> +https://ggsel.net/catalog/product/3296413 \r\nPSN аккаунт Турция https://ggsel.net/catalog/product/3473640 \r\n<b>EA PLAY XBOX 1 месяц </b>https://ggsel.net/catalog/product/3296413 \r\n<b>Amazon gift card USD</b>(покупка на Amazon)https://ggsel.net/catalog/product/3203865 \r\n<b>xbox gift card(</b>покупка игр в зарубежном аккаунте XBOX)https://ggsel.net/catalog/product/3614567 \r\n<b>Xbox Gift Card Brazil store</b>https://ggsel.net/catalog/product/3614567 \r\n<b>НЕДОРОГИЕ игры XBOX ONE</b> \r\nWindows 10/11 Pro 32/64 bit Лицензия https://ggsel.net/catalog/product/3221892 \r\n<b>ОПЛАТА ENOT (12 способов оплаты) 0% при оплате</b> (<u>покупайте без процентов выгоднее</u>) \r\nигры +на xbox +one купить дешевоhttps://bysel.ru/goods/fortnite-nabor-vechnoe-izgnanie-xbox-klyuch/ \r\nАвтопополнение моментально Steam(вы зачисляете свои средства на свой стим аккаунт,пишите логин)  https://ggsel.net/catalog/product/3589474 \r\nключи игр xbox +one купитьhttps://ggsel.net/catalog/product/3162963 \r\nкупить игры +на xbox +onehttps://ggsel.net/catalog/product/2957673 \r\nкупить игры +на xbox +onehttps://ggsel.net/catalog/product/3204091 \r\nitunes gift card купить+https://bysel.ru/goods/?podarochnaya-karta-itunes-1000-rubley-appstore-apple?-2/ \r\nНедорогой качественный хостинг от 85р.  https://webhost1.ru/?r=133178  \r\n<u>купить билет</u>https://gagarina.com на концерт Полина Гагарина Навсегда \r\n<b>Хочешь добиться чего нибудь, получи кредит в Альфа Банке</b> https://clck.ru/33Pzfy  <b>октрывай свой бизнес, работай на себя(напиши бизнес план)получи дебетную карту</b> https://clck.ru/33Pzd8 \r\nНедорогой хостинг от 85р, при переносе с другого домена 2 месяца бесплатноhttps://webhost1.ru/?r=133178', ''),
(19538, 1, 2802, '1', 'Martin Jose Barreiro', ''),
(19539, 1, 2802, '2', 'Martin Jose Barreiro', ''),
(19540, 1, 2802, '3', 'barreiromartin36@gmail.com', ''),
(19541, 1, 2802, '4', '(373) 683-3441', ''),
(19542, 1, 2802, '5', 'google', ''),
(19543, 1, 2802, '6', 'Update about the transaction', ''),
(19544, 1, 2802, '7', 'Hello, \r\n \r\nHow are you doing trust fine? I m writing to you today again because I really want us to partner together on this profitable deal that will favor both us. \r\n \r\nI know maybe you have tried to email me without reaching me though, be informed that I have suspend the using of my other email for now because I notice that some individuals hacked into my account, for this purpose and for security reasons, I have to suspend using the other email for now, therefore from now henceforth I will need all our communications to be on this email legalbareirooabogado@gmail.com so we can communicate better. \r\n \r\nThe Total amount is US$13.5 Million, like I suggested after the transaction, we donate 5% of the money to charity organizations while the remaining 95% is shared equally between us. What do you think about this suggestion? \r\n \r\nI will appreciate your urgent response. \r\n \r\nYours sincerely, \r\n \r\nMartin Jose Barreiro, \r\nLawyer. \r\n \r\nTel. +34 661 220 756 \r\nE-mail: legalbareirooabogado@gmail.com', ''),
(19545, 1, 2803, '1', 'Josh', ''),
(19546, 1, 2803, '2', 'Johnson', ''),
(19547, 1, 2803, '3', 'josh.johnson@gmail.com', ''),
(19548, 1, 2803, '4', '(724) 348-2965', ''),
(19549, 1, 2803, '5', 'Ona Ainsworth', ''),
(19550, 1, 2803, '6', 'Last Chance to Get Human Avataars AI at $19 Ends Today! (Extra 5 OFF+10 Best Bonus)', ''),
(19551, 1, 2803, '7', 'This is it! Your last chance to grab the revolutionary Human Avataars AI at the incredibly low price of $19 is slipping away. The countdown is on, and the offer ends TODAY.\r\n\r\n⏰ ACT NOW and secure your access for just $19 before the price goes up TONIGHT.\r\n\r\nGrab Human Avataars AI today Before Prices Jumps to $28 TONIGHT → bit.ly/HumanAvatarAI\r\nCoupon for EXTRA VIP 5 OFF: LASTCHANCEHUMANAI ($5 off Entire funnel)\r\n\r\n\r\nBut that\'s not all! Tomorrow, the price jumps to $28. Yes, you read that right. Act today, and you\'ll lock in your membership at the current low price. Delay, and you\'ll be paying nearly double!\r\n\r\n\r\nDon\'t wait until it\'s too late. Click the link below and invest in your success:\r\nGrab Human Avataars AI today Before Prices Jumps to $28 TONIGHT → bit.ly/HumanAvatarAI\r\n\r\n\r\nWhat is Human Avataars AI?\r\nTHIS IS LITERALLY World\'s First (GPT-4 Powered) A.I. Video Creator that Create Realistic Human-Like Avatar Videos In Seconds With Just a Single Keyword or Image without Mic, Studio, Camera or Actor.\r\n\r\nHuman Avataars AI is jam-packed with the power features:\r\n✅ Create Image to Pro Video in Seconds\r\n✅ Without mics, cameras, studio or actors\r\n✅ Create human-like avatar videos in 37+ languages\r\n✅ Over 30+ multi-ethnicity avatars and characters\r\n✅ Create AI Video from your own Personal Image\r\n✅ Create Viral Celebrity Talking AI Videos\r\n✅ Create AI Text To 2D/3D Animated Videos \r\n\r\nAnd much much more….\r\n\r\n\r\n==Here Full Scoop==>>> bit.ly/HumanAvatarAI\r\n\r\n\r\nIf you Purchase from Our Link We Give You Best Bonuses  bit.ly/HumanAvatarAI\r\n\r\n\r\n1. MindPal AI OTO1 + Reseller\r\nFirst To Market ChatGPT Alternative Built With Superpowers to generate digital art & images, blog posts, marketing copy, sales emails, FB Ads, SEO content for you And Charge People For Using It…\r\n\r\n2. AiProfits OTO1 + Reseller\r\nFinally Cracked: Launch Your Very Own ChatGPT ChatBot with This Simple, Yet Powerful Cloud App\r\n\r\n3. FiverrProfitBuilder OTO1 + Reseller\r\n1-Click Software Creates Profitable Fiverr Affiliate Sites That Make Money 24/7 with Inbuilt Traffic Generation! Auto Loaded with the Top Fiverr Gigs on Trending Niches!\r\n\r\n4. Musikpay OTO 1 + Reseller\r\nThe Brand-New Software Creates 100% Automated\r\nMusic, Podcast & E- audio Affiliate Sites In Just 60 Secs!\r\n\r\n5. 3,000 Email Swipe Bank\r\nThe swipe bank has every kind of email for your email marketing needs… Inside you have; Engagement email Follow email sequence Promotional Emails Newsletters Welcome emails Seasonal campaign emails and many more.\r\nAnd here are more\r\n\r\nVIP Bonus6: 350+ Premium SoundTracks\r\nVIP Bonus7: 100+ Full HD MP4 Video Backgrounds\r\nVIP Bonus8: From Zero to 100K a Month - Step By Step Training\r\nVIP Bonus9:Over 300 Million Business Database\r\nVIP Bonus10:100+ PROVEN TO-GO VIRAL VIDEOS Vault (Big Bonus)\r\n\r\nThe clock is ticking, and the doors are closing. Join the ranks of satisfied users who are already transforming their business with Human Avataars AI.\r\n\r\n==> Grab Human Avataars AI today Before Prices Jumps to $28 TONIGHT → bit.ly/HumanAvatarAI\r\n\r\n\r\nCoupon for EXTRA VIP OFF: LASTCHANCEHUMANAI ($5 off Entire funnel)\r\n\r\nTo Your Success,\r\nJosh\r\n\r\nP.S. Remember, this offer disappears in mere hours. Don\'t let regret be your companion – grab Human Avataars AI now for just $19!', ''),
(19552, 1, 2804, '1', 'Untok', ''),
(19553, 1, 2804, '2', 'Untok', ''),
(19554, 1, 2804, '3', 'dnw0ni95@gmail.com', ''),
(19555, 1, 2804, '4', '(000) 884-2822', ''),
(19556, 1, 2804, '5', 'google', ''),
(19557, 1, 2804, '6', 'I promised.', ''),
(19558, 1, 2804, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/23ef2wae', ''),
(19559, 1, 2805, '1', 'Eric', ''),
(19560, 1, 2805, '2', 'Jones', ''),
(19561, 1, 2805, '3', 'ericjonesmyemail@gmail.com', ''),
(19562, 1, 2805, '4', '(555) 555-1212', ''),
(19563, 1, 2805, '5', 'NA', ''),
(19564, 1, 2805, '6', 'Why not TALK with your leads?', ''),
(19565, 1, 2805, '7', 'To the gangagen.com Webmaster.\r\n\r\nMy name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(19566, 1, 2806, '1', 'abwerzgerTor', ''),
(19567, 1, 2806, '2', 'abwerzgerTor', ''),
(19568, 1, 2806, '3', 'office@rechtsanwaltinnsbruck.at', ''),
(19569, 1, 2806, '4', '(814) 256-3257', ''),
(19570, 1, 2806, '5', 'google', ''),
(19571, 1, 2806, '6', 'Abwerzger sagt Klima-Kleber-Trottel', ''),
(19572, 1, 2806, '7', 'Oder sogar Klima-Terroristen? \r\nKlima-Kleber-Trottel oder Klima-Terroristen? \r\nWas denn jetzt?', ''),
(19573, 1, 2807, '1', 'Noah', ''),
(19574, 1, 2807, '2', 'Johnson', ''),
(19575, 1, 2807, '3', 'noah@moneyflex.xyz', ''),
(19576, 1, 2807, '4', '(725) 867-2209', ''),
(19577, 1, 2807, '5', 'Next Day Working Capital', ''),
(19578, 1, 2807, '6', 'How are you?', ''),
(19579, 1, 2807, '7', 'Are you interested in growing your business even more?\r\n\r\nWe are your one stop shop for an instant approval on any working capital needs\r\n\r\nyou may have. We offer Lines of Credit, Equipment Financing and Invoice Factoring.\r\n\r\nApply in less than 1 minute without submitting a single document or having your credit\r\n\r\npulled.\r\n\r\nwww.nextdayworkingcapital.com\r\n\r\nNoah Johnson\r\nNext Day Working Capital\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe \r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(19580, 1, 2808, '1', 'AndrewThofe', ''),
(19581, 1, 2808, '2', 'AndrewThofe', ''),
(19582, 1, 2808, '3', 'xopo7b@course-fitness.com', ''),
(19583, 1, 2808, '4', '(660) 108-5442', ''),
(19584, 1, 2808, '5', 'google', ''),
(19585, 1, 2808, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(19586, 1, 2808, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(19587, 1, 2809, '1', 'JohnnyVAP', ''),
(19588, 1, 2809, '2', 'JohnnyVAP', ''),
(19589, 1, 2809, '3', 'jtxfwi@course-fitness.com', ''),
(19590, 1, 2809, '4', '(775) 403-7145', ''),
(19591, 1, 2809, '5', 'google', ''),
(19592, 1, 2809, '6', 'Game LIFE 遊戲情報', ''),
(19593, 1, 2809, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(19594, 1, 2810, '1', 'Haroldhyday', ''),
(19595, 1, 2810, '2', 'Haroldhyday', ''),
(19596, 1, 2810, '3', '2amw@course-fitness.com', ''),
(19597, 1, 2810, '4', '(826) 776-8730', ''),
(19598, 1, 2810, '5', 'google', ''),
(19599, 1, 2810, '6', '歐客佬精品咖啡!ENDVALUE!', ''),
(19600, 1, 2810, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(19601, 1, 2811, '1', 'Alexislyday', ''),
(19602, 1, 2811, '2', 'Alexislyday', ''),
(19603, 1, 2811, '3', 'rqo7e@course-fitness.com', ''),
(19604, 1, 2811, '4', '(862) 114-7488', ''),
(19605, 1, 2811, '5', 'google', ''),
(19606, 1, 2811, '6', '94新聞雲 - 最速新聞雲', ''),
(19607, 1, 2811, '7', '94新聞雲 - 最速新聞雲 \r\n \r\n \r\nhttps://newscloud.tw', ''),
(19608, 1, 2812, '1', 'MHTTnBkdzg', ''),
(19609, 1, 2812, '2', 'MHTTnBkdzg', ''),
(19610, 1, 2812, '3', 'callvisvetlana@list.ru', ''),
(19611, 1, 2812, '4', '(225) 533-5446', ''),
(19612, 1, 2812, '5', 'google', ''),
(19613, 1, 2812, '6', 'Отличный вариант для всех, просто пишите', ''),
(19614, 1, 2812, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(19615, 1, 2813, '1', 'Untok', ''),
(19616, 1, 2813, '2', 'Untok', ''),
(19617, 1, 2813, '3', '02idudtv@hotmail.com', ''),
(19618, 1, 2813, '4', '(317) 624-3217', ''),
(19619, 1, 2813, '5', 'google', ''),
(19620, 1, 2813, '6', 'I promised.', ''),
(19621, 1, 2813, '7', 'Hi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/28z68js3', ''),
(19622, 1, 2814, '1', 'KevinHeeno', ''),
(19623, 1, 2814, '2', 'KevinHeeno', ''),
(19624, 1, 2814, '3', '2bljns@course-fitness.com', ''),
(19625, 1, 2814, '4', '(274) 405-8041', ''),
(19626, 1, 2814, '5', 'google', ''),
(19627, 1, 2814, '6', '2023 世界棒球經典賽!ENDVALUE!', ''),
(19628, 1, 2814, '7', '2023 世界棒球經典賽 \r\n \r\n \r\n \r\nhttps://tx9j.tw/', ''),
(19629, 1, 2815, '1', 'Untok', ''),
(19630, 1, 2815, '2', 'Untok', ''),
(19631, 1, 2815, '3', '0brgu4nl@gmail.com', ''),
(19632, 1, 2815, '4', '(653) 502-3582', ''),
(19633, 1, 2815, '5', 'google', ''),
(19634, 1, 2815, '6', 'I promised.', ''),
(19635, 1, 2815, '7', 'Hi, this is Julia. I am sending you my intimate photos as I promised. https://tinyurl.com/2dbg8hst', ''),
(19636, 1, 2816, '1', 'LucillePoine', ''),
(19637, 1, 2816, '2', 'LucillePoine', ''),
(19638, 1, 2816, '3', 'lion.pirogoff@yandex.ru', ''),
(19639, 1, 2816, '4', '(028) 475-5404', ''),
(19640, 1, 2816, '5', 'google', ''),
(19641, 1, 2816, '6', 'https://clck.ru/34acZr', ''),
(19642, 1, 2816, '7', 'https://clck.ru/34acZr', ''),
(19643, 1, 2817, '1', 'Carrieseafe', ''),
(19644, 1, 2817, '2', 'Carrieseafe', ''),
(19645, 1, 2817, '3', 'm.erte.rsel2.0.2.32023.@gmail.com', ''),
(19646, 1, 2817, '4', '(087) 816-6710', ''),
(19647, 1, 2817, '5', 'google', ''),
(19648, 1, 2817, '6', 'Bravo, excellent idea and is duly', ''),
(19649, 1, 2817, '7', 'There was a mistake \r\n \r\nnotice \r\n<a href=https://mmfbiporn.com/asian/asian-lamps-phoenix-artist-25.php>sex machine blowjob</a> \r\n@34DFGWSsg5B', ''),
(19650, 1, 2818, '1', 'ricchorb', ''),
(19651, 1, 2818, '2', 'ricchorb', ''),
(19652, 1, 2818, '3', 'elonmarsamasfly1970@gmail.com', ''),
(19653, 1, 2818, '4', '(576) 326-3201', ''),
(19654, 1, 2818, '5', 'google', ''),
(19655, 1, 2818, '6', 'Epic fail Token (EPFT) - new crypto is waiting for the pump', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(19656, 1, 2818, '7', 'Cryptocurrency Epic fail Token (EPFT) is a funny name and a mega strong result. \r\nhttps://t.me/EpicfailChat', ''),
(19657, 1, 2819, '1', 'Robertvog', ''),
(19658, 1, 2819, '2', 'Robertvog', ''),
(19659, 1, 2819, '3', 'fevgen708@gmail.com', ''),
(19660, 1, 2819, '4', '(140) 513-1620', ''),
(19661, 1, 2819, '5', 'google', ''),
(19662, 1, 2819, '6', 'Waterproof Bracelet', ''),
(19663, 1, 2819, '7', '<a href=https://famos.store/collections/frontpage> Waterproof Bracelet. Buy 2 bracelets, get the 3rd for FREE. The best gifts for men</a>', ''),
(19664, 1, 2820, '1', 'VaseadApags', ''),
(19665, 1, 2820, '2', 'VaseadApags', ''),
(19666, 1, 2820, '3', 'n.e.fedo.vromanroman7777@gmail.com', ''),
(19667, 1, 2820, '4', '(450) 455-2320', ''),
(19668, 1, 2820, '5', 'google', ''),
(19669, 1, 2820, '6', 'y9edg^1Q4pI', ''),
(19670, 1, 2820, '7', 'Софтостроение на PHP - этто захватывающий путь в мир веб-разработки и произведения динамических веб-сайтов. С использованием правильных ресурсов равным образом подходов, вы можете быстро изучить текущий язык также взять складывать собственные свые веб-приложения. Один с эких ресурсов - сайт https://p1xels.ru/ - https://p1xels.ru/ - предоставляет пространные ткани да учебные ресурсы для этих, кто думает переработать софтостроение сверху PHP. В этой посте пишущий эти строки разглядим, что так p1xels.ru показывается хорошим подбором для обучения PHP да какие ресурсы спирт предоставляет. \r\n \r\nЭлементы программирования сверху PHP: \r\n \r\nПрежде нежели пишущий эти строки углубимся в течение пользу использования p1xels.ru, давайте рассмотрим, почему PHP - это яко этапный язык программирования для веб-разработки. PHP (Hypertext Preprocessor) - это язык сценариев корпоративного назначения, специально эксплуатированный для создания динамических веб-страниц равно веб-приложений. РАЗ-ДВА евонный помощью вы сможете взаимодействовать не без; базами этих, протравлять формы, вызывать динамический содержание равно многое другое. \r\n \r\nПочему https://p1xels.ru/ - https://p1xels.ru/ : \r\n \r\nСайт p1xels.ru выдает щедрый фотонабор учебных материалов равно ресурсов для этих, кто такой намеревается провести', ''),
(19671, 1, 2821, '1', 'CarlosGes', ''),
(19672, 1, 2821, '2', 'CarlosGes', ''),
(19673, 1, 2821, '3', 'fevgen708@gmail.com', ''),
(19674, 1, 2821, '4', '(087) 615-8712', ''),
(19675, 1, 2821, '5', 'google', ''),
(19676, 1, 2821, '6', 'The perfect gift for a Man', ''),
(19677, 1, 2821, '7', '<a href=https://www.etsy.com/shop/Zfrscustoms>Zippo Lighter. You won\'t find better engraving - it\'s of \"God Level\" craftsmanship! The perfect gift for a GROOMSMEN!</a>', ''),
(19678, 1, 2822, '1', 'Patrickanix', ''),
(19679, 1, 2822, '2', 'Patrickanix', ''),
(19680, 1, 2822, '3', 'kokain@inrus.top', ''),
(19681, 1, 2822, '4', '(818) 127-7114', ''),
(19682, 1, 2822, '5', 'google', ''),
(19683, 1, 2822, '6', 'Как Купить Кокаин? САЙТ - KOKAIN.VIP Сколько стоит Кокаин? САЙТ - KOKAIN.VIP', ''),
(19684, 1, 2822, '7', 'Как Купить Кокаин? САЙТ - KOKAIN.VIP Сколько стоит Кокаин? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ КОКАИН НА САЙТЕ - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ КОКАИН ЧЕРЕЗ ТЕЛЕГРАММ- https://kokain.vip/ \r\n \r\nДОСТАВКА КОКАИН В РУКИ - https://kokain.vip/ \r\n \r\nЗАКЛАДКА КОКАИНА ОНЛАЙН - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Кокаин в Москве\" \r\nГде Купить Кокаин в Москве? Как Купить закладку Кокаин в Москве? Цена на Кокаин в Москве? Купить Кокаин с Доставкой в руки в Москве? \r\nСколько Стоит Кокаин в Москве? Почему так просто Купить Кокаин закладкой в Москве? Гарантия на Кокаин в Москве? Купить Кокаин с Гарантией? \r\nКруглосуточные магазины Кокаина в Москве? Оптовые и Розничные продажи Кокаина в Москве? Купить Кокаин в Москве через Телеграмм? \r\nКупить Кокаин в Москве по скидке и хорошей цене? Купить Кокаин в Москве через свой телефон или ноутбук можно легко? Купить Кокаина гидрохлорид! \r\nКак купить Кокаин в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм Кокаина в Москве? \r\nНе плохой или хороший Кокаин можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим Кокаином в Москве из магазина? \r\nМои друзья любят употреблять Кокаин в Москве днем вечером и ночью и потом не спят целые сутки под Кокаином в Москве? Самый чистый Кокаин в Москве Купить! \r\nКокаин в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой Кокаин в Москве можно на выставке показывать потому что такой Кокаин в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший Кокаин в Москве качественный провозят через границу из других стран чтоб люди радовались качеству Кокаина в Москве? Лучший Кокаин в Москве Купить цена! \r\nКак ведут себя люди когда употребляют хороший качественный Кокаин в Москве чтоб не спалиться в черных очках, которые цветом как Кокаин в Москве? \r\nМогут ли принять мусора за Кокаин в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает Кокаин в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить Кокаин в Москве если хочеться качественного Кокаина? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен', ''),
(19685, 1, 2823, '1', 'Mike Bradberry', ''),
(19686, 1, 2823, '2', 'Mike Bradberry', ''),
(19687, 1, 2823, '3', 'mikePovaTasy@gmail.com', ''),
(19688, 1, 2823, '4', '(665) 820-1474', ''),
(19689, 1, 2823, '5', 'google', ''),
(19690, 1, 2823, '6', 'FREE fast ranks for gangagen.com', ''),
(19691, 1, 2823, '7', 'Hi there \r\n \r\nJust checked your gangagen.com baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\n \r\nRegards \r\nMike Bradberry\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', ''),
(19692, 1, 2824, '1', 'Untok', ''),
(19693, 1, 2824, '2', 'Untok', ''),
(19694, 1, 2824, '3', 'w8o97gqb@gmail.com', ''),
(19695, 1, 2824, '4', '(862) 622-4210', ''),
(19696, 1, 2824, '5', 'google', ''),
(19697, 1, 2824, '6', 'I promised.', ''),
(19698, 1, 2824, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/22su7p4q', ''),
(19699, 1, 2825, '1', 'Untok', ''),
(19700, 1, 2825, '2', 'Untok', ''),
(19701, 1, 2825, '3', '30o71891@hotmail.com', ''),
(19702, 1, 2825, '4', '(472) 663-4725', ''),
(19703, 1, 2825, '5', 'google', ''),
(19704, 1, 2825, '6', 'I promised.', ''),
(19705, 1, 2825, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/28n8c93r', ''),
(19706, 1, 2826, '1', 'Francesajumma', ''),
(19707, 1, 2826, '2', 'Francesajumma', ''),
(19708, 1, 2826, '3', 'gashish@inrus.top', ''),
(19709, 1, 2826, '4', '(460) 675-5666', ''),
(19710, 1, 2826, '5', 'google', ''),
(19711, 1, 2826, '6', 'Как Купить Гашиш ? САЙТ - KOKAIN.VIP Сколько стоят Гашиш ? САЙТ - KOKAIN.VIP', ''),
(19712, 1, 2826, '7', 'Как Купить Гашиш ? САЙТ - KOKAIN.VIP Сколько стоят Гашиш ? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ НА САЙТЕ - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ- https://kokain.vip/ \r\n \r\nДОСТАВКА В РУКИ - https://kokain.vip/ \r\n \r\nЗАКЛАДКА ОНЛАЙН - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Гашиш в Москве\" \r\nГде Купить Гашиш в Москве? Как Купить закладку Гашиш в Москве? Цена на Гашиш в Москве? Купить Гашиш с Доставкой в руки в Москве? \r\nСколько Стоит Гашиш в Москве? Почему так просто Купить Гашиш закладкой в Москве? Гарантия на Гашиш в Москве? Купить Гашиш с Гарантией? \r\nКруглосуточные магазины Гашиш в Москве? Оптовые и Розничные продажи Гашиш в Москве? Купить Гашиш в Москве через Телеграмм? \r\nКупить Гашиш в Москве по скидке и хорошей цене? Купить Гашиш в Москве через свой телефон или ноутбук можно легко? \r\nКак купить Гашиш в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм Гашиш в Москве? \r\nНе плохой или хороший Гашиш можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим Гашиш в Москве из магазина? \r\nМои друзья любят употреблять Гашиш в Москве днем вечером и ночью и потом не спят целые сутки под Гашиш в Москве? \r\nГашиш в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой Гашиш в Москве можно на выставке показывать потому что такой Гашиш в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший Гашиш в Москве качественный провозят через границу из других стран чтоб люди радовались качеству Гашиш в Москве? \r\nКак ведут себя люди когда употребляют хороший качественный Гашиш в Москве чтоб не спалиться в черных очках, которые цветом как Гашиш в Москве? \r\nМогут ли принять мусора за Гашиш в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает Гашиш в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить Гашиш в Москве если хочеться качественного Гашиш? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен', ''),
(19713, 1, 2827, '1', 'RfIctyAEYf', ''),
(19714, 1, 2827, '2', 'RfIctyAEYf', ''),
(19715, 1, 2827, '3', 'callvisvetlana@list.ru', ''),
(19716, 1, 2827, '4', '(820) 034-0262', ''),
(19717, 1, 2827, '5', 'google', ''),
(19718, 1, 2827, '6', 'Вам хороший вариант вот тут', ''),
(19719, 1, 2827, '7', 'Вам хороший вариант вот тут ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(19720, 1, 2828, '1', 'Eric', ''),
(19721, 1, 2828, '2', 'Jones', ''),
(19722, 1, 2828, '3', 'ericjonesmyemail@gmail.com', ''),
(19723, 1, 2828, '4', '(555) 555-1212', ''),
(19724, 1, 2828, '5', 'NB', ''),
(19725, 1, 2828, '6', 'Cool website!', ''),
(19726, 1, 2828, '7', 'Hi gangagen.com Administrator!\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(19727, 1, 2829, '1', 'Williamsbek', ''),
(19728, 1, 2829, '2', 'Williamsbek', ''),
(19729, 1, 2829, '3', 'mefedron@inrus.top', ''),
(19730, 1, 2829, '4', '(744) 882-0772', ''),
(19731, 1, 2829, '5', 'google', ''),
(19732, 1, 2829, '6', 'Как Купить Мефедрон? САЙТ - KOKAIN.VIP Сколько стоит Мефедрон? САЙТ - KOKAIN.VIP', ''),
(19733, 1, 2829, '7', 'Как Купить Мефедрон? САЙТ - KOKAIN.VIP Сколько стоит Мефедрон? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ МЕФЕДРОН НА САЙТЕ - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ- https://kokain.vip/ \r\n \r\nДОСТАВКА МЕФЕДРОНА В РУКИ - https://kokain.vip/ \r\n \r\nЗАКЛАДКА МЕФЕДРОНА ОНЛАЙН - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Мефедрон в Москве\" \r\nГде Купить Мефедрон в Москве? Как Купить закладку Мефедрона в Москве? Цена на Мефедрон в Москве? Купить Мефедрон с Доставкой в руки в Москве? \r\nСколько Стоит Мефедрон в Москве? Почему так просто Купить Мефедрон закладкой в Москве? Гарантия на Мефедрон в Москве? Купить Мефедрон с Гарантией? \r\nКруглосуточные магазины Мефедрона в Москве? Оптовые и Розничные продажи Мефедрона в Москве? Купить Мефедрон в Москве через Телеграмм? Лучший Мефедрон Купить? \r\nКупить Мефедрон в Москве по скидке и хорошей цене? Купить Мефедрон в Москве через свой телефон или ноутбук можно легко? Сколько где Мефедрона стоит цена? \r\nКак купить Мефедрон в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм Мефедрон в Москве? \r\nНе плохой или хороший Мефедрон можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим Мефедроном в Москве из магазина? \r\nМои друзья любят употреблять Мефедрон в Москве днем вечером и ночью и потом не спят целые сутки под Мефедрон в Москве? Мой любимый Мефедрон на планете купить? \r\nМефедрон в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой Мефедрон в Москве можно на выставке показывать потому что такой Мефедрон в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший Мефедрон в Москве качественный провозят через границу из других стран чтоб люди радовались качеству Мефедрон в Москве? Очень купить Мефедрон советовали! \r\nКак ведут себя люди когда употребляют хороший качественный Мефедрон в Москве чтоб не спалиться в черных очках, которые цветом как Мефедрон в Москве? \r\nМогут ли принять мусора за Мефедрон в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает Мефедрон в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить Мефедрон в Москве если хочеться качественного Мефедрона? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен', ''),
(19734, 1, 2830, '1', 'PhilipAbato', ''),
(19735, 1, 2830, '2', 'PhilipAbato', ''),
(19736, 1, 2830, '3', 'wuftqe@course-fitness.com', ''),
(19737, 1, 2830, '4', '(867) 061-2830', ''),
(19738, 1, 2830, '5', 'google', ''),
(19739, 1, 2830, '6', '聊球通!ENDVALUE!', ''),
(19740, 1, 2830, '7', '聊球通 \r\n \r\nhttps://9j88.tw', ''),
(19741, 1, 2831, '1', 'Joshualox', ''),
(19742, 1, 2831, '2', 'Joshualox', ''),
(19743, 1, 2831, '3', 'ydh1nc@course-fitness.com', ''),
(19744, 1, 2831, '4', '(071) 862-7835', ''),
(19745, 1, 2831, '5', 'google', ''),
(19746, 1, 2831, '6', 'ขนมใส่กัญชา、กัญชา แนะนำ、กฏหมาย กัญชา', ''),
(19747, 1, 2831, '7', 'ขนมใส่กัญชา、กัญชา แนะนำ、กฏหมาย กัญชา \r\n \r\n \r\n \r\n \r\nhttps://kubet.party', ''),
(19748, 1, 2832, '1', 'Untok', ''),
(19749, 1, 2832, '2', 'Untok', ''),
(19750, 1, 2832, '3', '0z9dqmk2@icloud.com', ''),
(19751, 1, 2832, '4', '(027) 573-4888', ''),
(19752, 1, 2832, '5', 'google', ''),
(19753, 1, 2832, '6', 'I promised.', ''),
(19754, 1, 2832, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/2c4lynhc', ''),
(19755, 1, 2833, '1', 'Untok', ''),
(19756, 1, 2833, '2', 'Untok', ''),
(19757, 1, 2833, '3', 'aygrab4m@hotmail.com', ''),
(19758, 1, 2833, '4', '(488) 113-7146', ''),
(19759, 1, 2833, '5', 'google', ''),
(19760, 1, 2833, '6', 'I promised.', ''),
(19761, 1, 2833, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/28blp44h', ''),
(19762, 1, 2834, '1', 'VictornAr', ''),
(19763, 1, 2834, '2', 'VictornAr', ''),
(19764, 1, 2834, '3', 'victor476@yahoo.com', ''),
(19765, 1, 2834, '4', '(116) 006-0246', ''),
(19766, 1, 2834, '5', 'google', ''),
(19767, 1, 2834, '6', 'Unique Creation of Negative SEO offering', ''),
(19768, 1, 2834, '7', 'Presenting our distinctive Negative SEO Creation service. \r\nSubdue rivals in Google rendition and attain leadership in your domain. \r\nWe employ the strategy of producing a negative effect on your competitors\' ranking. \r\nExtensive distribution of backlinks with anchor text focused at competitor\'s keywords. \r\nGoogle interprets this as a spammy effort to enhance pagerank. \r\nThe result - lowering in competitor\'s rendition position. \r\nExample. You are in the top 7 on Google for a query, and you experience minimal traffic. \r\nWe initiate an SEO attack on rivals above you - top 1, 2, 3, 4, 5, 6. \r\nAs a outcome, some of your competitors drop their position in Google\'s top results. \r\nYour webpage ascends in search. \r\n \r\nE-mail: seovtor_@_gmail_._com \r\n \r\nEnable us to aid you gain a competitive lead.', ''),
(19769, 1, 2835, '1', 'abwerzgerdum', ''),
(19770, 1, 2835, '2', 'abwerzgerdum', ''),
(19771, 1, 2835, '3', 'e.kathrein@rechtsanwaltinnsbruck.at', ''),
(19772, 1, 2835, '4', '(375) 027-0687', ''),
(19773, 1, 2835, '5', 'google', ''),
(19774, 1, 2835, '6', 'Markus Abwerzger', ''),
(19775, 1, 2835, '7', 'Markus Abwerzger \r\nRechtsanwalt \r\nMarkus Abwerzger \r\nRechtsanwalt \r\nMarkus Abwerzger \r\nRechtsanwalt', ''),
(19776, 1, 2836, '1', 'Brucecrava', ''),
(19777, 1, 2836, '2', 'Brucecrava', ''),
(19778, 1, 2836, '3', 'tepfun@course-fitness.com', ''),
(19779, 1, 2836, '4', '(481) 350-4655', ''),
(19780, 1, 2836, '5', 'google', ''),
(19781, 1, 2836, '6', '冠天下', ''),
(19782, 1, 2836, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1bmail479e.com/', ''),
(19783, 1, 2837, '1', 'Lowellergubre', ''),
(19784, 1, 2837, '2', 'Lowellergubre', ''),
(19785, 1, 2837, '3', 'alpha-pvp@inrus.top', ''),
(19786, 1, 2837, '4', '(405) 524-8835', ''),
(19787, 1, 2837, '5', 'google', ''),
(19788, 1, 2837, '6', 'Как Купить Альфа ПВП? САЙТ - KOKAIN.VIP Сколько стоит Альфа ПВП? САЙТ - KOKAIN.VIP', ''),
(19789, 1, 2837, '7', 'Как Купить Альфа ПВП? САЙТ - KOKAIN.VIP Сколько стоит Альфа ПВП? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ НА САЙТЕ - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ- https://kokain.vip/ \r\n \r\nДОСТАВКА В РУКИ - https://kokain.vip/ \r\n \r\nЗАКЛАДКА ОНЛАЙН - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Альфа ПВП в Москве\" \r\nГде Купить Альфа ПВП в Москве? Как Купить закладку Альфа ПВП в Москве? Цена на Альфа ПВП в Москве? Купить Альфа ПВП с Доставкой в руки в Москве? \r\nСколько Стоит Альфа ПВП в Москве? Почему так просто Купить Альфа ПВП закладкой в Москве? Гарантия на Альфа ПВП в Москве? Купить Альфа ПВП с Гарантией? \r\nКруглосуточные магазины Альфа ПВП в Москве? Оптовые и Розничные продажи Альфа ПВП в Москве? Купить Альфа ПВП в Москве через Телеграмм? \r\nКупить Альфа ПВП в Москве по скидке и хорошей цене? Купить Альфа ПВП в Москве через свой телефон или ноутбук можно легко? \r\nКак купить Альфа ПВП в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм Альфа ПВП в Москве? \r\nНе плохой или хороший Альфа ПВП можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим Альфа ПВП в Москве из магазина? \r\nМои друзья любят употреблять Альфа ПВП в Москве днем вечером и ночью и потом не спят целые сутки под Альфа ПВП в Москве? \r\nАльфа ПВП в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой Альфа ПВП в Москве можно на выставке показывать потому что такой Альфа ПВП в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший Альфа ПВП в Москве качественный провозят через границу из других стран чтоб люди радовались качеству Альфа ПВП в Москве? \r\nКак ведут себя люди когда употребляют хороший качественный Альфа ПВП в Москве чтоб не спалиться в черных очках, которые цветом как Альфа ПВП в Москве? \r\nМогут ли принять мусора за Альфа ПВП в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает Альфа ПВП в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить Альфа ПВП в Москве если хочеться качественного Альфа ПВП? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен', ''),
(19790, 1, 2838, '1', 'JamesspevA', ''),
(19791, 1, 2838, '2', 'JamesspevA', ''),
(19792, 1, 2838, '3', 'pdq0v@course-fitness.com', ''),
(19793, 1, 2838, '4', '(182) 275-6705', ''),
(19794, 1, 2838, '5', 'google', ''),
(19795, 1, 2838, '6', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠', ''),
(19796, 1, 2838, '7', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠 \r\n \r\n \r\nhttps://tx9j.tw/', ''),
(19797, 1, 2839, '1', 'Ernestagets', ''),
(19798, 1, 2839, '2', 'Ernestagets', ''),
(19799, 1, 2839, '3', '1w1vvf@course-fitness.com', ''),
(19800, 1, 2839, '4', '(455) 353-5205', ''),
(19801, 1, 2839, '5', 'google', ''),
(19802, 1, 2839, '6', '淫色精典大百尻：男男女女爽歪歪 - 成人影片線上看!ENDVALUE!', ''),
(19803, 1, 2839, '7', '淫色精典大百尻：男男女女爽歪歪 - 成人影片線上看 \r\n \r\n \r\nhttps://9jgirl.com/', ''),
(19804, 1, 2840, '1', '알리익스프레스 프로모션코드', ''),
(19805, 1, 2840, '2', '알리익스프레스 프로모션코드', ''),
(19806, 1, 2840, '3', 'help@gwmetabitt.com', ''),
(19807, 1, 2840, '4', '(884) 251-3132', ''),
(19808, 1, 2840, '5', 'google', ''),
(19809, 1, 2840, '6', '해외에서도 본격적으로 알리익스프레스 프로모션코드 쇼핑 행사가 펼쳐진다. 온라인을 통한 직구 소비 모습가 일상화되면서 해외 소비자에게도 높은 호기심을 모은다.', ''),
(19810, 1, 2840, '7', '‘아마존발(發) 격랑은 인터넷 쇼핑 업계에 다양한 방향으로 몰아칠 예상이다. 우선 국내 금액과 토종 자본 간의 생존 경쟁이 격화하게 됐다. 알리익스프레스 프로모션코드 업계는 “이베이 계열 회사와 쿠팡, 아마존-14번가 간의 경쟁 격화로 인터파크·위메프·티몬 등 토종 중소 쇼핑몰이 가장 제일 먼저 타격을 받을 것\'이라며 \'신선식품과 생사용품 시장으로 싸움이 확대하면서 신세계의 ‘쓱닷컴, 롯데쇼핑의 ‘롯데온 등도 효과를 받게 될 것”이라고 내다보고 있다. \r\n \r\n<a href=https://korea-alicoupon.com/>알리 프로모션코드</a>', ''),
(19811, 1, 2841, '1', 'RobertGot', ''),
(19812, 1, 2841, '2', 'RobertGot', ''),
(19813, 1, 2841, '3', 'alfredegov@gmail.com', ''),
(19814, 1, 2841, '4', '(833) 302-2858', ''),
(19815, 1, 2841, '5', 'google', ''),
(19816, 1, 2841, '6', 'Aloha,   write about your   price for reseller', ''),
(19817, 1, 2841, '7', 'Hi, kam dashur të di çmimin tuaj', ''),
(19818, 1, 2842, '1', 'Williamcaump', ''),
(19819, 1, 2842, '2', 'Williamcaump', ''),
(19820, 1, 2842, '3', 'oqosxr@course-fitness.com', ''),
(19821, 1, 2842, '4', '(432) 667-2553', ''),
(19822, 1, 2842, '5', 'google', ''),
(19823, 1, 2842, '6', 'phim sex、trác kim hoa、91 casino', ''),
(19824, 1, 2842, '7', 'phim sex、trác kim hoa、91 casino \r\n \r\n \r\nhttps://9jvn.com', ''),
(19825, 1, 2843, '1', 'kalimuthu', ''),
(19826, 1, 2843, '2', 'subban', ''),
(19827, 1, 2843, '3', 'kalimuthudr@gmail.com', ''),
(19828, 1, 2843, '4', '(809) 607-5075', ''),
(19829, 1, 2843, '5', 'Blue Ocean Investment Foundation Limited ( Proposed)', ''),
(19830, 1, 2843, '6', 'Business Building collaboration', ''),
(19831, 1, 2843, '7', 'Hi Mr.Jagadeesh Bhat vare,\r\nFor your kind attention, Can we formulate business plan going forward.\r\n\r\n\r\nFor Great future,\r\nDr.Kalimuthu.', ''),
(19832, 1, 2844, '1', 'CharlesspimI', ''),
(19833, 1, 2844, '2', 'CharlesspimI', ''),
(19834, 1, 2844, '3', '0acdva@course-fitness.com', ''),
(19835, 1, 2844, '4', '(407) 127-7761', ''),
(19836, 1, 2844, '5', 'google', ''),
(19837, 1, 2844, '6', '冠天下娛樂城', ''),
(19838, 1, 2844, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://mail.hq10gw1gvobv8a5z0d.com/', ''),
(19839, 1, 2845, '1', 'JamesAmove', ''),
(19840, 1, 2845, '2', 'JamesAmove', ''),
(19841, 1, 2845, '3', 'dk42gu@course-fitness.com', ''),
(19842, 1, 2845, '4', '(736) 714-7426', ''),
(19843, 1, 2845, '5', 'google', ''),
(19844, 1, 2845, '6', '冠天下', ''),
(19845, 1, 2845, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1bmail479e.com/', ''),
(19846, 1, 2846, '1', 'abwerzgerdum', ''),
(19847, 1, 2846, '2', 'abwerzgerdum', ''),
(19848, 1, 2846, '3', 'm.kathrein@rechtsanwaltinnsbruck.at', ''),
(19849, 1, 2846, '4', '(241) 216-3151', ''),
(19850, 1, 2846, '5', 'google', ''),
(19851, 1, 2846, '6', 'Markus Abwerzger', ''),
(19852, 1, 2846, '7', 'Markus Abwerzger \r\nRechtsanwalt \r\nMarkus Abwerzger \r\nRechtsanwalt \r\nMarkus Abwerzger \r\nRechtsanwalt', ''),
(19853, 1, 2847, '1', 'Williamovaky', ''),
(19854, 1, 2847, '2', 'Williamovaky', ''),
(19855, 1, 2847, '3', 'inet4747@outlook.com', ''),
(19856, 1, 2847, '4', '(061) 005-8307', ''),
(19857, 1, 2847, '5', 'google', ''),
(19858, 1, 2847, '6', 'News 2023', ''),
(19859, 1, 2847, '7', '<>url=https://www.etsy.com/uk/shop/KuzemaPersonalGifts] Personalised Baby Gifts. Somersham, United Kingdom', ''),
(19860, 1, 2848, '1', 'Kevinprect', ''),
(19861, 1, 2848, '2', 'Kevinprect', ''),
(19862, 1, 2848, '3', 'inet4747@outlook.com', ''),
(19863, 1, 2848, '4', '(677) 364-1453', ''),
(19864, 1, 2848, '5', 'google', ''),
(19865, 1, 2848, '6', 'Newest Clip Art', ''),
(19866, 1, 2848, '7', 'Unique lighters Zippo http://pint77.com/  Women\'s Linen clothing brand, Synthetic dreads, wool dreads, girl baby and toddlers dresses,  Polymer clay stamps, Custom cookie cutters, Wood cat furniture, hexagon, Clip Art and Digital Image PNG, JPG, PDF, SVG', ''),
(19867, 1, 2849, '1', 'CarlosGes', ''),
(19868, 1, 2849, '2', 'CarlosGes', ''),
(19869, 1, 2849, '3', 'inet4747@outlook.com', ''),
(19870, 1, 2849, '4', '(427) 011-4132', ''),
(19871, 1, 2849, '5', 'google', ''),
(19872, 1, 2849, '6', 'The perfect gift for a Man', ''),
(19873, 1, 2849, '7', '<a href=http://pint77.com/zippo-deep-laser-engraving.html>Zippo Lighter. You won\'t find better engraving - it\'s of \"God Level\" craftsmanship! The perfect gift for a men, GROOMSMEN!</a>', ''),
(19874, 1, 2850, '1', 'RaymondDiorp', ''),
(19875, 1, 2850, '2', 'RaymondDiorp', ''),
(19876, 1, 2850, '3', 'inet4747@outlook.com', ''),
(19877, 1, 2850, '4', '(663) 386-6058', ''),
(19878, 1, 2850, '5', 'google', ''),
(19879, 1, 2850, '6', 'Skull, hallowen, tattoos', ''),
(19880, 1, 2850, '7', '<a href=https://www.etsy.com/shop/Fayniykit> Fancy clipart: Abstract Shapes, Fantasy creatures, Nursery Baby clipart, Holidays & Celebrations, Outer Space, Landscape & Seaside, Flowers, Animals & Pets, Tattoos clipart, Skull Design, Retro & Vintage Signs, Street Art & Y2K</a>', ''),
(19881, 1, 2851, '1', 'zaimNOF', ''),
(19882, 1, 2851, '2', 'zaimNOF', ''),
(19883, 1, 2851, '3', 'moduldom.spb@gmail.com', ''),
(19884, 1, 2851, '4', '(114) 530-8044', ''),
(19885, 1, 2851, '5', 'google', ''),
(19886, 1, 2851, '6', 'бонусы джойказино бездепозитные', ''),
(19887, 1, 2851, '7', 'здравия желаем -раскрой глаза.  \r\n  \r\n бездепозитные бонусы без пополнения с выводом  \r\n  \r\n 10 (бесплатных) альтернатив к успеху.  \r\n  \r\nЭто - прелесть! Какое сегодня было самое яркое впечатление? . Если бы вы могли проживать один и тот же день снова и снова, что бы вы предпочли сделать в этот день?   \r\n  \r\nнапример, если забрать 500$ + 225 FS в онлайн казино как, <a href=http://playfortuna-ru.tb.ru/>бонус казино за регистрацию</a> на сайте: https://playfortuna-ru.tb.ru/, реально ли отыграть вейджер Х30 за сессию игры в игровые автоматы?  \r\n  \r\nЕсли, кто не в курсе, получил подарочек здесь: <a href=http://socprofile.com/bonusi-kazino-2023>бездепозитный бонус</a>, а именно:   \r\n  \r\n<a href=http://socprofile.com/bonusicasinonew>БОНУСЫ НА ДЕПОЗИТ 100% + 50 FS >>></a>  \r\n  \r\nУвидел пешкеш в телеграме - ультрапопулярный канал: @new_bonuses, берите - http://t.me/new_bonuses  \r\n  \r\nПубличнo о бонусах онлайн: <a href=http://socprofile.com/bonusy-casino/> отзывы play fortuna</a>  \r\n \r\nСмотри:http://vk.com/bonusycasino_online \r\n  \r\n привлекательно - центр тяжести: <a href=http://bonusi.tb.ru/zaim>дана кредит</a> \r\nскрипнувший: \r\n \r\nВ какие сроки обычно принимается решение о его выдаче? \r\n \r\nНовости о займах: loan.tb.ru -  займы bistriy zaim online онлайн на карту - Займ без процентов - Ищите: займ online ru - смотрите: Займы под 0%. Деньги по паспорту - Без справок, без залога, без долгих проверок! Не надо платить проценты до 30 дней \r\nНа карту/наличными. Выбирайте удобный способ получения денег. Деньги за 5 минут. Одобрение займа всего за минуту. - займ на кредитную карту Бакал \r\n \r\n глякось: <a href=http://creditonline.tb.ru/>тинькофф кредит под</a> \r\n \r\nкапитальный: <a href=http://bonuses.turbo.site/>джое казино</a> \r\n \r\nглава семьи: <a href=http://bonusi.tb.ru/>займ без отказа zaim</a> \r\n \r\n отсюда поподробней, пожалуйста - сущность: <a href=http://bonusi.tb.ru/kredit>займ на карту с кредитной историей</a> \r\n \r\nсмотрибельно:<a href=http://slotwins.mya5.ru/>new casino no Deposit bonus</a> \r\n \r\n зы: <a href=http://credit-online.turbo.site/>кредит r</a> \r\n \r\nприоритеты: <a href=http://credits.mya5.ru/>кредит банке можно</a> \r\n \r\nимеющий первостепенное значение: <a href=http://credits-online.mya5.ru/>займ под птс</a> \r\n \r\nзавлекательно:<a href=http://boosty.to/casino-online>казино контрольчестности</a> \r\n \r\nавантажно:<a href=http://vk.com/casino_bez_depozita_2021>бонусы казино</a> \r\n \r\nопора: <a href=http://bonus.ru.net/>магазин casino</a> \r\n \r\nразуй глаза: <a href=http://bonusi.tb.ru/>возврат кредита в банке</a> \r\n \r\n ишь: <a href=http://kredity.tb.ru/>прошло кредит</a> \r\nсмотрибельно:<a href=http://boosty.to/casinoonline>казино зеркало</a> \r\n \r\n зы: <a href=http://boosty.to/credits>сбербанк рассчитать кредит 2020</a> \r\n \r\nпостойте: <a href=http://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-6022fdda9eeef76a6925c6fe>кредит наличными справок поручителей</a> \r\n \r\nсмотрибельно:<a href=http://boosty.to/casino-online>vulkan бездепозитный бонус</a> \r\n \r\nкак хотите: <a href=http://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit>каждую кредит</a> \r\n \r\nкак хочешь: <a href=https://user373133.tourister.ru/blog/19226>в июле планируется взять кредит на сумму</a> \r\n \r\nприоритеты: <a href=http://sites.google.com/view/zaimy-tyt/>кредит банк телефон</a> \r\n \r\nпервый среди равных: <a href=https://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b>займы онлайн на карту</a> \r\n \r\n \r\nhttp://www.avito.ru/moskva/predlozheniya_uslug/avitolog_prodvizhenie_na_avito_posting_2731917893  \r\nhttp://vk.com/@avitolog_2023-posting-na-avito-razmeschenie-obyavlenii-na-avito  \r\nhttp://vk.com/avitolog_2023  \r\nhttp://vk.com/avito_2023  \r\nhttp://vk.com/burger_pushkin  \r\nhttp://tgstat.ru/en/chat/@new_bonuses  \r\nhttp://tgstat.ru/en/chat/@zaimonlinetyt  \r\nhttp://tgstat.ru/en/chat/@casinos_2021  \r\nhttp://tgstat.ru/en/chat/@zaimycredity  \r\nhttp://credit-online.turbo.site/  \r\nhttp://twitter.com/CasinoBonusi  \r\nhttp://vk.com/bonuses23  \r\nhttp://vk.com/@bonuses23-casino-registration  \r\nhttp://socprofile.com/bonusicasinonew  \r\nhttp://vk.com/@playfortunacomru-play-fortuna-registraciya  \r\nhttp://vk.com/playfortunacomru  \r\nhttp://twitter.com/bonusykazino    \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid02NYYTYVahaaixRzHZuXfni1ekC928TDMDdTcCUdmy52zJUt4MrTuPAhB58uDwpZYil&id=100017183618781  \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid0eimWgqQgdxZ1k9R1L9Fe5nopxZjKpthzU1MeYtdeEM8eF5YZKV9YxpYA5HJEgu9Fl&id=100017183618781  \r\nhttp://vk.com/bonusesnew  \r\nhttp://vk.com/@bonusesnew-bezdepozitnye-bonusy-kazino-2023-za-registraciu  \r\nhttp://vk.com/zajmy_onlajn_na_kartu_2023  \r\nhttp://vk.com/@zajmy_onlajn_na_kartu_2023-zaimy-na-kartu-vzyat-zaim-bez-otkaza  \r\nhttp://bit.ly/casinobonusy  \r\nhttp://yandex.ru/collections/user/949d3tg485gjcy4027bb8j1q48/bonusy-kazino-za-registratsiiu/?share=NWVhMjA0ZjAwMzNlZGExOTEwMTYzZDRlXzVkNDk5MWMxYTg5NWIyMDBhNWM5ZDE2Mg%3D%3D  \r\nhttp://vk.com/bonuses_new  \r\nhttp://vk.com/@bonuses_new-bonusy-za-registraciu  \r\nhttp://vk.com/bonusycasino_online  \r\nhttp://vk.com/@bonusycasino_online-bezdepozitnye-bonusy-onlain-kazino-2023  \r\nhttp://vk.com/dating_website + http://vk.link/dating_website  \r\nhttp://spark.ru/startup/credit-loan/blog/99728/krediti-i-zajmi-rossii  \r\nhttp://vk.link/credit_online_rf + http://vk.com/credit_online_rf  \r\nhttp://www.facebook.com/CreditOnlineNow + http://vk.com/strahovanieresospb http://strahovanie-reso.turbo.site/ http://vk.com/kredity_banki http://vk.com/creditsru http://vk.com/credit_online_rf http://vk.link/credit_online_rf http://vk.link/strahovanieresospb  \r\nhttp://bonusi.tb.ru/| http://bonusi.tb.ru/kredit| http://bonusi.tb.ru/zaim| http://bonusi.tb.ru/bank| http://bonusi.tb.ru/credit-cards|http://bonusi.tb.ru/avtokredit| http://bonusi.tb.ru/ipoteka  \r\nhttp://creditonline.tb.ru  \r\nhttp://creditonline.tb.ru/microloans  \r\nhttp://creditonline.tb.ru/avtokredity  \r\nhttp://creditonline.tb.ru/bez-spravok  \r\nhttp://creditonline.tb.ru/dengi  \r\nhttp://creditonline.tb.ru/banki  \r\nhttp://creditonline.tb.ru/kreditnye-karty  \r\nhttp://creditonline.tb.ru/potrebitelskie-kredity  \r\nhttp://creditonline.tb.ru/refinansirovanie  \r\nhttp://creditonline.tb.ru/zajmy-na-kartu  \r\nhttp://creditonline.tb.ru/kalkulyator  \r\nhttp://creditonline.tb.ru/kreditovanie  \r\nhttp://creditonline.tb.ru/debetovye-karty  \r\nhttp://creditonline.tb.ru/kredity-nalichnymi  \r\nhttp://creditonline.tb.ru/banki-kredity  \r\nhttp://creditonline.tb.ru/zaimy  \r\nhttp://creditonline.tb.ru/kredity-ru  \r\nhttp://creditonline.tb.ru/moskva  \r\nhttp://creditonline.tb.ru/lichnyj-kabinet  \r\nhttp://creditonline.tb.ru/news  \r\nhttp://creditonline.tb.ru/usloviya-kredita  \r\nhttp://creditonline.tb.ru/zayavka  \r\nhttp://creditonline.tb.ru/vzyat-kredit  \r\nhttp://loan.tb.ru/bez-proverok  \r\nhttp://loan.tb.ru/bez-procentov  \r\nhttp://loan.tb.ru/mikrozajm  \r\nhttp://loan.tb.ru/mfo  \r\nhttp', ''),
(19888, 1, 2853, '1', 'Lavillreich', ''),
(19889, 1, 2853, '2', 'Lavillreich', ''),
(19890, 1, 2853, '3', 'revers@1ti.ru', ''),
(19891, 1, 2853, '4', '(676) 616-6603', ''),
(19892, 1, 2853, '5', 'google', ''),
(19893, 1, 2853, '6', 'rat ctsj qpcr primer pairs купить онлайн в интернет-магазине химмед', ''),
(19894, 1, 2853, '7', '<a href=https://chimmed.ru/products/cryobank-vial-uncoded-05ml-sterile-id=4104287>cryobank vial uncoded, 0.5ml, sterile купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>rat ctsj gene orf cdna clone expression plasmid, n-flag tag купить онлайн в интернет-магазине химмед </u> \r\n<i>rat ctsj gene orf cdna clone expression plasmid, n-his tag купить онлайн в интернет-магазине химмед </i> \r\n<b>rat ctsj gene orf cdna clone expression plasmid, n-myc tag купить онлайн в интернет-магазине химмед </b> \r\n \r\ncryobank vial uncoded, 1.0ml, sterile, c купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/cryobank-vial-uncoded-10ml-sterile-c-id=4140012', ''),
(19895, 1, 2854, '1', 'BillyTriap', ''),
(19896, 1, 2854, '2', 'BillyTriap', ''),
(19897, 1, 2854, '3', 'guglacc.111@gmail.com', ''),
(19898, 1, 2854, '4', '(045) 275-2618', ''),
(19899, 1, 2854, '5', 'google', ''),
(19900, 1, 2854, '6', 'Получить гражданство Греции', ''),
(19901, 1, 2854, '7', '<a href=https://libertyfintravel.ru/grajdanstvo-grecii>Получить гражданство Греции</a> \r\nСрок оформления 10 месяцев, гарантия результата \r\nПоэтапная оплата \r\nОфициальная процедура \r\nСрок оформления 10 месяцев \r\nЦена под ключ', ''),
(19902, 1, 2855, '1', 'RandallNab', ''),
(19903, 1, 2855, '2', 'RandallNab', ''),
(19904, 1, 2855, '3', 'ubpuf8@course-fitness.com', ''),
(19905, 1, 2855, '4', '(536) 601-5206', ''),
(19906, 1, 2855, '5', 'google', ''),
(19907, 1, 2855, '6', '91 casino、Baccarat、GAME BÀ X9', ''),
(19908, 1, 2855, '7', '91 casino、Baccarat、GAME BÀ X9 \r\n \r\n \r\n \r\nhttps://9jvn.net', ''),
(19909, 1, 2856, '1', 'WilliamHIX', ''),
(19910, 1, 2856, '2', 'WilliamHIX', ''),
(19911, 1, 2856, '3', 'd7gpi@course-fitness.com', ''),
(19912, 1, 2856, '4', '(235) 754-8388', ''),
(19913, 1, 2856, '5', 'google', ''),
(19914, 1, 2856, '6', '539、91 casino、ดราก้อนฮาร์ท', ''),
(19915, 1, 2856, '7', '539、91 casino、ดราก้อนฮาร์ท \r\n \r\n \r\n \r\n \r\nhttps://9jthai.com', ''),
(19916, 1, 2857, '1', 'Mike Babcock', ''),
(19917, 1, 2857, '2', 'Mike Babcock', ''),
(19918, 1, 2857, '3', 'peterIrorieGork@gmail.com', ''),
(19919, 1, 2857, '4', '(301) 035-7004', ''),
(19920, 1, 2857, '5', 'google', ''),
(19921, 1, 2857, '6', 'Whitehat SEO for gangagen.com', ''),
(19922, 1, 2857, '7', 'Hi there \r\n \r\nI have just took an in depth look on your  gangagen.com for its SEO Trend and saw that your website could use an upgrade. \r\n \r\nWe will enhance your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\n \r\nRegards \r\nMike Babcock\r\nDigital X SEO Experts', ''),
(19923, 1, 2858, '1', 'Gordonplunk', ''),
(19924, 1, 2858, '2', 'Gordonplunk', ''),
(19925, 1, 2858, '3', 'yh8xu@course-fitness.com', ''),
(19926, 1, 2858, '4', '(531) 132-2571', ''),
(19927, 1, 2858, '5', 'google', ''),
(19928, 1, 2858, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(19929, 1, 2858, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(19930, 1, 2859, '1', 'Oscargot', ''),
(19931, 1, 2859, '2', 'Oscargot', ''),
(19932, 1, 2859, '3', 'ufhik7@course-fitness.com', ''),
(19933, 1, 2859, '4', '(760) 664-4330', ''),
(19934, 1, 2859, '5', 'google', ''),
(19935, 1, 2859, '6', '9J娛樂城!ENDVALUE!', ''),
(19936, 1, 2859, '7', '9J娛樂城 \r\n \r\n \r\n \r\nhttps://9jcasino.com.tw/', ''),
(19937, 1, 2860, '1', 'Brianwek', ''),
(19938, 1, 2860, '2', 'Brianwek', ''),
(19939, 1, 2860, '3', 'ayadpv@course-fitness.com', ''),
(19940, 1, 2860, '4', '(345) 424-6287', ''),
(19941, 1, 2860, '5', 'google', ''),
(19942, 1, 2860, '6', '91娛樂城!ENDVALUE!', ''),
(19943, 1, 2860, '7', '91娛樂城 \r\n \r\n \r\nhttps://9jcasino.tw/', ''),
(19944, 1, 2861, '1', 'enlareTar', ''),
(19945, 1, 2861, '2', 'enlareTar', ''),
(19946, 1, 2861, '3', 'maximmad222@yandex.ru', ''),
(19947, 1, 2861, '4', '(216) 352-5752', ''),
(19948, 1, 2861, '5', 'google', ''),
(19949, 1, 2861, '6', 'XBOX ONE ключи игры   разнообразные игры:  XBOX ONE Game', ''),
(19950, 1, 2861, '7', 'Приветствую вас, Цифровые версии игр ключи XBOX CD KEY и игра Fifa-стань известным футболистом как Пеле, Марадонна, Рональдо, Месси  +  https://ggsel.net/catalog/product/3037039 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://ggsel.net/catalog/product/3589474 \r\n<b>ИНТЕРНЕТ МАГАЗИН ЦИФРОВЫХ ТОВАРОВ</b> https://bysel.ru/goods/?activation=gift-card \r\nАкканты xbox  https://ggsel.net/catalog/product/3622263 \r\nкупить игры +на xbox +onehttps://ggsel.net/catalog/product/3116767 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://ggsel.net/catalog/product/3589474 \r\nкупить игры +на xbox +onehttps://ggsel.net/catalog/product/3116972 \r\n<b>чат-бот с искусственным интеллектом</b>https://ggsel.net/catalog/product/3225209 \r\nsteam key купитьhttps://bysel.ru/goods/grand-theft-auto-v-premium-edition-steamru-%E2%9A%A1%ef%b8%8favto/ \r\n<b>xbox gift card(покупка игр в иностранном аккаунте</b>)https://ggsel.net/catalog/product/3540172 \r\n<b>Steam google Turkey   Gift Card Code FOR TURKEY ACCOUN</b>  https://ggsel.net/catalog/product/3808181 <b>стим игры дешевле чем в русском аккаунте</b>)https://ggsel.net/catalog/product/3473640 \r\n<b>Новый Стим аккаунт ( Турция/Полный доступ) PayPaL</b>https://ggsel.net/catalog/product/3538356 \r\nLeague Of Legends 850 LoL RP - ТУРЦИЯ https://ggsel.net/catalog/product/3012399 \r\nValorant 740 VP or 1050 Riot Points - ТОЛЬКО ТУРЦИЯ https://ggsel.net/catalog/product/3331571 \r\nPUBG Mobile 325 UC Unknown Cashhttps://ggsel.net/catalog/product/3430858 \r\nPlaystation Network (PSN) 10$(USA)https://ggsel.net/catalog/product/3466036 \r\n<b>Steam gift card USD(пополнение кошелька)</b> https://ggsel.net/catalog/product/3465075 \r\niTUNES GIFT CARD - (TURKEY/USD) https://ggsel.net/catalog/product/3622021 \r\n<b>Adguard Premium 1ПК(</b>(лучший блокировщик рекламы.спама, всплывающие окна ) https://ggsel.net/catalog/product/3046307 \r\nNetflix Турция Подарочный код TL??(VPN постоянно) \r\n<b>Netflix PlansBasic 26,99 TL \r\nStandard 40,99 TL \r\nPremium 54,99 TL </b>дешевле чем в других аккаунтах https://ggsel.net/catalog/product/2983253 \r\n<b>B<b>lizzard Gift Card  USD ?BATTLE.NET https://ggsel.net/catalog/product/3025661 \r\nRAZER GOLD GIFT CARD  (USD)</b> Global Pin https://ggsel.net/catalog/product/3051315 \r\n<b>Nintendo подписка 3 месяца гифт карты</b> +https://ggsel.net/catalog/product/3296413 \r\nPSN аккаунт Турция https://ggsel.net/catalog/product/3473640 \r\n<b>EA PLAY XBOX 1 месяц </b>https://ggsel.net/catalog/product/3296413 \r\n<b>Amazon gift card USD</b>(покупка на Amazon)https://ggsel.net/catalog/product/3203865 \r\n<b>xbox gift card(</b>покупка игр в зарубежном аккаунте XBOX)https://ggsel.net/catalog/product/2974252 \r\n<b>Xbox Gift Card Brazil store</b>https://ggsel.net/catalog/product/3614567  \r\n<b>НЕДОРОГИЕ игры XBOX ONE</b> \r\nWindows 10/11 Pro 32/64 bit Лицензия https://ggsel.net/catalog/product/3221892 \r\n<b>ОПЛАТА ENOT (12 способов оплаты) 0% при оплате</b> (<u>покупайте без процентов выгоднее</u>) \r\nигры +на xbox +one купить дешевоhttps://bysel.ru/goods/tomb-raider-definitive-edition-xbox-key/ \r\nАвтопополнение моментально Steam(вы зачисляете свои средства на свой стим аккаунт,пишите логин)  https://ggsel.net/catalog/product/3589474 \r\nигры +на xbox +one купить дешевоhttps://ggsel.net/catalog/product/3045341 \r\nигры +на xbox +one купить дешевоhttps://ggsel.net/catalog/product/3010680 \r\nигры +на xbox +one купить дешевоhttps://ggsel.net/catalog/product/2957744 \r\nкупить gift card+https://bysel.ru/goods/?podarochnaya-karta-itunes-1000-rubley-appstore-apple?-2/ \r\nНедорогой качественный хостинг от 85р.  https://webhost1.ru/?r=133178  \r\n<b>Хочешь добиться чего нибудь, получи кредит в Альфа Банке</b> https://clck.ru/33Pzfy  <b>октрывай свой бизнес, работай на себя(напиши бизнес план)получи дебетную карту</b> https://clck.ru/33Pzd8 \r\nНедорогой хостинг от 85р, при переносе с другого домена 2 месяца бесплатноhttps://webhost1.ru/?r=133178', ''),
(19951, 1, 2862, '1', 'Chloe', ''),
(19952, 1, 2862, '2', 'Davis', ''),
(19953, 1, 2862, '3', 'chloe@cashmanage.xyz', ''),
(19954, 1, 2862, '4', '(725) 867-2209', ''),
(19955, 1, 2862, '5', 'Next Day Working Capital', ''),
(19956, 1, 2862, '6', 'Hello', ''),
(19957, 1, 2862, '7', 'Would you consider some additional working capital if the price and terms were acceptable?\r\n\r\n See what you qualify for in less\r\n\r\nthan 30 seconds without affecting your credit or submitting a single document.\r\n\r\nGo to www.nextdayworkingcapital.com to instantly see how much we can offer you. \r\n\r\n\r\n\r\n\r\nChole Davis\r\nNext Day Working Capital\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe\r\n\r\n\r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(19958, 1, 2863, '1', 'yogitha', ''),
(19959, 1, 2863, '2', 'yogitha', ''),
(19960, 1, 2863, '3', 'biostarlifetech@gmail.com', ''),
(19961, 1, 2863, '4', '(088) 844-0148', ''),
(19962, 1, 2863, '5', 'BIOSTAR LIFETECH LLP', ''),
(19963, 1, 2863, '6', 'Promotional offer for our range Micro Tips and Micro centrifuge tubes with discount 25 to 30% on our products', ''),
(19964, 1, 2863, '7', 'Promotional offer for our range Micro Tips and Micro centrifuge tubes with discount 25 to 30% on our products', ''),
(19965, 1, 2864, '1', 'Justin', ''),
(19966, 1, 2864, '2', 'Cole', ''),
(19967, 1, 2864, '3', 'justintested@icgnx.com', ''),
(19968, 1, 2864, '4', '(555) 555-5555', ''),
(19969, 1, 2864, '5', 'Tested Media', ''),
(19970, 1, 2864, '6', 'I need your feedback - gangagen.com', ''),
(19971, 1, 2864, '7', 'Hello there\r\n\r\nI like what you\'ve done in regards to your site.\r\n\r\nBecause I value your time, I\'ll get straight to the point – we are well versed in generating new opportunities for our clients.\r\n\r\nFor example, our experts generated over 10,000 phone calls on behalf of a Mr. Rooter franchise with numerous locations.\r\n\r\nI have gathered a few ideas for you, when shall we go over them? \r\n\r\nTalk to you soon,\r\n\r\nJC\r\nTested Media\r\n25 SE 2nd Ave Ste 550 PMB 698\r\nMiami, FL 33131\r\nReply to unsubscribe', ''),
(19972, 1, 2865, '1', 'Eric', ''),
(19973, 1, 2865, '2', 'Jones', ''),
(19974, 1, 2865, '3', 'ericjonesmyemail@gmail.com', ''),
(19975, 1, 2865, '4', '(555) 555-1212', ''),
(19976, 1, 2865, '5', 'BY', ''),
(19977, 1, 2865, '6', 'Why not TALK with your leads?', ''),
(19978, 1, 2865, '7', 'Dear gangagen.com Administrator!\r\n\r\nMy name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(19979, 1, 2866, '1', 'Rafaelacale', ''),
(19980, 1, 2866, '2', 'Rafaelacale', ''),
(19981, 1, 2866, '3', 'ocnka@course-fitness.com', ''),
(19982, 1, 2866, '4', '(466) 065-1763', ''),
(19983, 1, 2866, '5', 'google', ''),
(19984, 1, 2866, '6', 'สูตรบาคาร่า ใช้ได้จริง、คาสิโนสด、บาคาร่า', ''),
(19985, 1, 2866, '7', 'สูตรบาคาร่า ใช้ได้จริง、คาสิโนสด、บาคาร่า \r\n \r\n \r\n \r\nhttps://ku77bet.org', ''),
(19986, 1, 2867, '1', 'JoshuaScogs', ''),
(19987, 1, 2867, '2', 'JoshuaScogs', ''),
(19988, 1, 2867, '3', 'savepets209@hotmail.com', ''),
(19989, 1, 2867, '4', '(466) 411-4058', ''),
(19990, 1, 2867, '5', 'google', ''),
(19991, 1, 2867, '6', 'Be Their Voice: Aid Ukraine\'s Furry Friends', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(19992, 1, 2867, '7', 'Strains related to Ukraine have escalated into a protracted military conflict. We stand in unity with all those affected. The animals also need someone to speak out for them. \r\n \r\nNonprofits and volunteers in eastern Ukraine are currently working in incredibly challenging conditions and need supplies to help the animals. \r\n \r\nPet shelters and pet food are needed. Funds are needed so that vulnerable animals can survive in harsh conditions. \r\n \r\nCall to fund support and assistance for Ukrainian pets. \r\nYou can help fund dog and cat shelters in Nikolaev, Kherson, Kharkiv, and other cities to help them cope. \r\n \r\nMake a donation: \r\nBitcoin BTC \r\nbc1qyxffsqlh7e4ueu8zy657qyr7k2u40ensv96w9y \r\n \r\nUSDT Tether TRC20 \r\nTWysNg1TJejt9NMBmmx4ju8mAqDciA9PxW \r\n \r\nEthereum ETH \r\n0xf264f2eDDb068162174D0c9fb156b4853284b23f \r\n \r\nThe money raised is already helping to feed and rescue animals left behind in the war zone. Their families have been unable to take them with them. \r\n \r\nYour assistance will be essential to our charities. These heroic people are providing much needed aid and saving animals in unimaginable conditions.', ''),
(19993, 1, 2868, '1', 'Denniskeype', ''),
(19994, 1, 2868, '2', 'Denniskeype', ''),
(19995, 1, 2868, '3', '7lewc@course-fitness.com', ''),
(19996, 1, 2868, '4', '(627) 510-4517', ''),
(19997, 1, 2868, '5', 'google', ''),
(19998, 1, 2868, '6', '冠天下!ENDVALUE!', ''),
(19999, 1, 2868, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi961at1bmail479e.com/', ''),
(20000, 1, 2869, '1', 'Lavillreich', ''),
(20001, 1, 2869, '2', 'Lavillreich', ''),
(20002, 1, 2869, '3', 'revers@1ti.ru', ''),
(20003, 1, 2869, '4', '(445) 802-8354', ''),
(20004, 1, 2869, '5', 'google', ''),
(20005, 1, 2869, '6', 'anti-tal2 купить онлайн в интернет-магазине химмед', ''),
(20006, 1, 2869, '7', '<a href=https://chimmed.ru/products/6-acetyl-2-4-chlorophenyl-124-triazine-352h4h-dione-id=4451929>6-acetyl-2-(4-chlorophenyl)-1,2,4-triazine-3,5(2h,4h)-dione купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>anti-tal1 купить онлайн в интернет-магазине химмед </u> \r\n<i>anti-tal1 купить онлайн в интернет-магазине химмед </i> \r\n<b>anti-tal1 купить онлайн в интернет-магазине химмед </b> \r\n \r\n6-acetyl-2-amino-4,5,6,7-tetrahydrothieno<>,3-c]pyridine-3-carboxamide купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/6-acetyl-2-amino-4567-tetrahydrothieno23-cpyridine-3-carboxamide-id=4395483', ''),
(20007, 1, 2870, '1', 'RonaldAwamn', ''),
(20008, 1, 2870, '2', 'RonaldAwamn', ''),
(20009, 1, 2870, '3', 'lemlenubia1993@outlook.com', ''),
(20010, 1, 2870, '4', '(161) 125-4551', ''),
(20011, 1, 2870, '5', 'google', ''),
(20012, 1, 2870, '6', 'россия как рынок инвестиций', ''),
(20013, 1, 2870, '7', 'В эру быстрого доступа к информации и интернета стали незаменимым источником знаний и данных. Однако, в этой беспрецедентной эпохе цифровой свободы, важно осознавать, что не всякая информация, представленная в сети, является достоверной и точной. Следовательно, умение критически оценивать и выбирать подходящие веб-ресурсы становится неотъемлемой частью личной грамотности. В данной статье мы рассмотрим, почему умение выбирать сайты важно, какие критерии следует учитывать и как развивать этот навык. На странице https://telegra.ph/Virtuoznoe-iskusstvo-vybora-Zachem-vam-nuzhno-umet-razlichat-nadezhnye-sajty-v-ehpohu-informacionnogo-shuma-08-31 подробно об этом также рассказано. \r\n \r\nИнформационный шум и потребность в оценке источников \r\n \r\nС ростом числа сайтов и онлайн-платформ каждый день, мы сталкиваемся с информационным шумом — избытком неконтролируемой и нередко противоречивой информации. В такой ситуации способность различать надежные источники от множества поддельных или неточных становится ключевой. Наивное принятие всего написанного может привести к неправильным выводам, а иногда даже к опасным ошибкам. \r\n \r\nКритерии выбора достоверных источников \r\n \r\nВыбор надежных источников требует применения определенных критериев. Прежде всего, следует обращать внимание на авторитетность. Сайты, принадлежащие уважаемым организациям, экспертам в определенной области, научным журналам, обычно более достоверны. Кроме того, важно оценивать актуальность информации и наличие ссылок на источники. Проверяемость и доказуемость фактов также играют важную роль. \r\n \r\nБорьба с информационным популизмом и предвзятостью \r\n \r\nСеть также часто становится площадкой для распространения информационного популизма и предвзятой информации. Некоторые ресурсы могут сознательно искажать факты, чтобы поддержать определенные взгляды или цели. Критическое мышление и анализ мотиваций авторов помогут избежать влияния манипулятивной информации. \r\n \r\nОбучение навыкам оценки информации \r\n \r\nУмение выбирать сайты является навыком, который можно развивать. Обучение навыкам критической оценки информации и проверки фактов должно стать неотъемлемой частью образовательной программы. Важно научить людей распознавать типичные признаки недостоверных источников, такие как недостаток ссылок, явные ошибки или слишком сенсационные заголовки. \r\n \r\nЗначение ответственности в информационной эпохе \r\n \r\nС увеличением количества пользователей интернета возрастает ответственность каждого из нас за распространение правдивой и точной информации. Выбирая надежные источники при проведении исследований, поддерживая факты и делая осознанные выводы, мы можем способствовать созданию более надежного информационного ландшафта. \r\n \r\n \r\nВ эпоху, когда информация доступна на щелчок пальца, умение выбирать подходящие сайты становится критически важным навыком. Это помогает нам оставаться информированными, избегать манипуляций и принимать обоснованные решения на основе фактов. Все мы, будучи активными участниками цифровой среды, должны стремиться развивать этот навык, чтобы сделать интернет более надежным и ценным ресурсом.', ''),
(20014, 1, 2871, '1', 'Adam', ''),
(20015, 1, 2871, '2', 'Peck', ''),
(20016, 1, 2871, '3', 'adam.peck@gmail.com', ''),
(20017, 1, 2871, '4', '(585) 442-1130', ''),
(20018, 1, 2871, '5', 'Esmeralda Lassetter', ''),
(20019, 1, 2871, '6', 'It\'s coming and it will change your business', ''),
(20020, 1, 2871, '7', 'You can think me later for pointing this out to you. I should actually charge a finders fee for finding something with so much value and information that will increase your blog business X10.\r\n\r\nHowever, and it is a big however, you only have until Sunday to pick this up at the massively discounted price.\r\n\r\nSo it’s this weekend or never I’m afraid.\r\n\r\n===>>> bit.ly/BloggerRoadMaps\r\n\r\nThe urgency aside, the response has been great for The Bloggers Roadmap. It really is a well put together, highly informative book which you can go back to time and time again.\r\n\r\nI would be inclined to call it a survival manual.\r\n\r\nIt covers just about everything you need to know including:\r\n\r\nTraffic\r\nCommunity Interaction\r\nBuilding Subscribers\r\nMonetizing\r\nAnd How to put it all together\r\n\r\nCheck it out, you won’t be disappointed.\r\n\r\n===>>> bit.ly/BloggerRoadMaps\r\n\r\nThanks for reading,\r\n\r\nAdam\r\n\r\nP.S. Remember, this is only available until Sunday night.', ''),
(20021, 1, 2872, '1', 'Mike Winter', ''),
(20022, 1, 2872, '2', 'Mike Winter', ''),
(20023, 1, 2872, '3', 'miketasy@gmail.com', ''),
(20024, 1, 2872, '4', '(043) 340-3244', ''),
(20025, 1, 2872, '5', 'google', ''),
(20026, 1, 2872, '6', 'Collaboration request', ''),
(20027, 1, 2872, '7', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Winter\r\n \r\nMonkey Digital', ''),
(20028, 1, 2873, '1', 'EdwardJuila', ''),
(20029, 1, 2873, '2', 'EdwardJuila', ''),
(20030, 1, 2873, '3', 'bksb58@course-fitness.com', ''),
(20031, 1, 2873, '4', '(078) 825-0320', ''),
(20032, 1, 2873, '5', 'google', ''),
(20033, 1, 2873, '6', '冠天下娛樂城', ''),
(20034, 1, 2873, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(20035, 1, 2874, '1', 'TimothyDap', ''),
(20036, 1, 2874, '2', 'TimothyDap', ''),
(20037, 1, 2874, '3', 'austin.dysonaum@outlook.com', ''),
(20038, 1, 2874, '4', '(684) 880-8533', ''),
(20039, 1, 2874, '5', 'google', ''),
(20040, 1, 2874, '6', 'Dating site', ''),
(20041, 1, 2874, '7', 'We are glad to see you! \r\nWe invite you to visit an exclusive dating site! \r\nWe present the newest concept of online dating only we have really live and confirmed profiles of your region \r\nYou will definitely find your other half without complexes or for serious dating \r\nWe have prepared a unique offer for each of you \r\nDon\'t miss your chance today! \r\n<a href=https://rudating.org> Dating online without borders 18+ CLICK!  </a> \r\nenter your private promo code when registering - 858160 and get a welcome bonus on your balance \r\nIt is you who is waiting for luck today! \r\nSincerely and see you soon!', ''),
(20042, 1, 2875, '1', 'Eric', ''),
(20043, 1, 2875, '2', 'Jones', ''),
(20044, 1, 2875, '3', 'ericjonesmyemail@gmail.com', ''),
(20045, 1, 2875, '4', '(555) 555-1212', ''),
(20046, 1, 2875, '5', 'NA', ''),
(20047, 1, 2875, '6', 'Cool website!', ''),
(20048, 1, 2875, '7', 'Dear gangagen.com Administrator!\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(20049, 1, 2876, '1', 'JohnnyVAP', ''),
(20050, 1, 2876, '2', 'JohnnyVAP', ''),
(20051, 1, 2876, '3', 'jtxfwi@course-fitness.com', ''),
(20052, 1, 2876, '4', '(670) 251-5848', ''),
(20053, 1, 2876, '5', 'google', ''),
(20054, 1, 2876, '6', 'Game LIFE 遊戲情報', ''),
(20055, 1, 2876, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(20056, 1, 2877, '1', 'AndrewThofe', ''),
(20057, 1, 2877, '2', 'AndrewThofe', ''),
(20058, 1, 2877, '3', 'xopo7b@course-fitness.com', ''),
(20059, 1, 2877, '4', '(468) 803-1781', ''),
(20060, 1, 2877, '5', 'google', ''),
(20061, 1, 2877, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(20062, 1, 2877, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(20063, 1, 2878, '1', 'LandonDwexy', ''),
(20064, 1, 2878, '2', 'LandonDwexy', ''),
(20065, 1, 2878, '3', 'cs8pn@course-fitness.com', ''),
(20066, 1, 2878, '4', '(117) 111-5006', ''),
(20067, 1, 2878, '5', 'google', ''),
(20068, 1, 2878, '6', 'thời trang、trà sữa、Du lịch', ''),
(20069, 1, 2878, '7', 'thời trang、trà sữa、Du lịch \r\n \r\n \r\n \r\nhttps://saocoitintuc.com', ''),
(20070, 1, 2879, '1', 'Eric', ''),
(20071, 1, 2879, '2', 'Jones', ''),
(20072, 1, 2879, '3', 'ericjonesmyemail@gmail.com', ''),
(20073, 1, 2879, '4', '(555) 555-1212', ''),
(20074, 1, 2879, '5', 'NA', ''),
(20075, 1, 2879, '6', 'There they go…', ''),
(20076, 1, 2879, '7', 'Hello gangagen.com Admin! my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(20077, 1, 2880, '1', 'James', ''),
(20078, 1, 2880, '2', 'Rains', ''),
(20079, 1, 2880, '3', 'rains.junko@gmail.com', ''),
(20080, 1, 2880, '4', '(333) 819-5686', ''),
(20081, 1, 2880, '5', 'Junko Rains', ''),
(20082, 1, 2880, '6', 'Dear gangagen.com Webmaster.', ''),
(20083, 1, 2880, '7', 'Hi there,\r\nMonthly Seo Services - Professional/ Affordable Seo Services\r\nHire the leading seo marketing company and get your website ranked on search engines. Are you looking to rank your website on search engines? Contact us now to get started -  https://digitalpromax.co/la/ Today!', ''),
(20084, 1, 2881, '1', 'Marionmek', ''),
(20085, 1, 2881, '2', 'Marionmek', ''),
(20086, 1, 2881, '3', 'marionmp3@gmail.com', ''),
(20087, 1, 2881, '4', '(125) 666-5871', ''),
(20088, 1, 2881, '5', 'google', ''),
(20089, 1, 2881, '6', 'FLAC/MP3', ''),
(20090, 1, 2881, '7', 'Hello, \r\n \r\nBest music download websites for DJs https://0daymusic.org music collectors. \r\nFull access files are available every time, trance, dnb, house, dance, disco...', ''),
(20091, 1, 2882, '1', 'Eric', ''),
(20092, 1, 2882, '2', 'Jones', ''),
(20093, 1, 2882, '3', 'ericjonesmyemail@gmail.com', ''),
(20094, 1, 2882, '4', '(555) 555-1212', ''),
(20095, 1, 2882, '5', 'RS', ''),
(20096, 1, 2882, '6', 'Why not TALK with your leads?', ''),
(20097, 1, 2882, '7', 'Hello gangagen.com Admin!\r\n\r\nMy name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nWeb Visitors Into Leads – CLICK HERE http://jumboleadmagnet.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(20098, 1, 2883, '1', 'ThomasAssuh', ''),
(20099, 1, 2883, '2', 'ThomasAssuh', ''),
(20100, 1, 2883, '3', 'kka0@course-fitness.com', ''),
(20101, 1, 2883, '4', '(255) 457-2835', ''),
(20102, 1, 2883, '5', 'google', ''),
(20103, 1, 2883, '6', '滿天星娛樂城 STAR', ''),
(20104, 1, 2883, '7', '滿天星娛樂城 STAR \r\n \r\n \r\n \r\nhttps://xn--uis74a0us56agwe20i.com/', ''),
(20105, 1, 2884, '1', 'Haroldhyday', ''),
(20106, 1, 2884, '2', 'Haroldhyday', ''),
(20107, 1, 2884, '3', '2amw@course-fitness.com', ''),
(20108, 1, 2884, '4', '(643) 823-6685', ''),
(20109, 1, 2884, '5', 'google', ''),
(20110, 1, 2884, '6', '歐客佬精品咖啡!ENDVALUE!', ''),
(20111, 1, 2884, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(20112, 1, 2885, '1', 'Irinabuche', ''),
(20113, 1, 2885, '2', 'Irinabuche', ''),
(20114, 1, 2885, '3', 'jgmaria304@yandex.ru', ''),
(20115, 1, 2885, '4', '(234) 430-8181', ''),
(20116, 1, 2885, '5', 'google', ''),
(20117, 1, 2885, '6', 'https://clck.ru/34aceS', ''),
(20118, 1, 2885, '7', 'https://clck.ru/34acb5', ''),
(20119, 1, 2886, '1', 'Ross', ''),
(20120, 1, 2886, '2', 'Willams', ''),
(20121, 1, 2886, '3', 'ross.williams@gmail.com', ''),
(20122, 1, 2886, '4', '(405) 966-3109', ''),
(20123, 1, 2886, '5', 'Bea Monds', ''),
(20124, 1, 2886, '6', 'Automated Chatbots For Local Business Websites', ''),
(20125, 1, 2886, '7', 'NEW “AI” Tech Generating Leads For Local Businesses\r\n\r\nTogether these 3 Marketing Veterans have 32 Years of experience in developing cutting-edge Marketing Software.\r\n\r\nTheir latest creation is their best yet!\r\n\r\nWatch this short video to uncover this goldmine >> bit.ly/ConversionAIBot\r\n\r\nIt’s “Artificial Intelligence” Technology similar to that used by HUGE Fortune 500 companies like:\r\n\r\nFacebook\r\n\r\nSpotify\r\n\r\nStarbucks\r\n\r\nStaples\r\n\r\nThe Wall Street Journal\r\n\r\nPizza Hut\r\n\r\nDisney\r\n\r\nH&M\r\n\r\n& Mastercard\r\n\r\n======\r\n\r\nSo what’s this all about?\r\n\r\nCHATBOTS.\r\n\r\nThey’re NEW and rapidly taking over the Internet.\r\n\r\nIf you use Facebook Messenger, it’s very likely you’ve interacted with a Chatbot.\r\n\r\nSometimes it’s actually quite hard to tell whether it’s a Robot or a real human speaking to you!\r\n\r\nIt’s an incredibly powerful way, in 2023, to get more customers WITHOUT spending thousands on Live Chat agent employees.\r\n\r\n\r\n\r\nHowever..\r\n\r\nMost local businesses can’t afford to develop Chatbots for their own Website and their own brand.\r\n\r\nIt’s highly sophisticated technology and it costs THOUSANDS and THOUSANDS of dollars to develop.\r\n\r\nAllow me to introduce ConversioBot - the Internet’s #1 Chatbot for Business Website Owners.\r\n\r\nIt comes with a simple drag-and-drop builder. You can use it to easily create a branded, custom Bot for your business.\r\n\r\nWITHOUT any technical knowledge or special skills.\r\n\r\nIt also comes with a range of DONE-FOR-YOU Bots which are designed to get any business more leads and more customers.\r\n\r\nConversioBot comes with a full Commercial License allowing you to sell Bots to hungry local businesses.\r\n\r\nTheir highly experienced team will show you exactly where there’s HOT demand for Chatbots.\r\n\r\nYou can sell their Done-For-You Bots directly to local businesses.\r\n\r\nThink about how many businesses out there have a Website and DON’T have a Chatbot.\r\n\r\nIt’s very common to sell them for $200 to $500 EACH! Sometimes even more!\r\n\r\nWatch this short video to uncover this goldmine >> bit.ly/ConversionAIBot\r\n\r\nThe team at ConversioBot will also give you “pitch templates” you can copy and paste.\r\n\r\nThese will do so much of the selling for you.\r\n\r\nThey pitch Chatbots as a no-brainer to the businesses you’re selling them to.\r\n\r\nSo you DON’T need:\r\n\r\n- any special skills or experience\r\n\r\n- to build your own Bots\r\n\r\n- any prior selling skills\r\n\r\nWatch ConversioBot In Action On This Page >> bit.ly/ConversionAIBot\r\n\r\n\r\nChatbots are here to stay.\r\n\r\nMark Zuckerburg, the founder of Facebook, has built a 10 Year Plan around them.\r\n\r\nThis is a HOT business opportunity with serious LONG-TERM potential.\r\n\r\nGet in and ahead of the competition before it’s too late >> bit.ly/ConversionAIBot\r\n\r\n\r\nRegards,\r\n\r\nRoss', ''),
(20126, 1, 2887, '1', 'Eric', ''),
(20127, 1, 2887, '2', 'Jones', ''),
(20128, 1, 2887, '3', 'ericjonesmyemail@gmail.com', ''),
(20129, 1, 2887, '4', '(555) 555-1212', ''),
(20130, 1, 2887, '5', 'WHT', ''),
(20131, 1, 2887, '6', 'Cool website!', ''),
(20132, 1, 2887, '7', 'Dear gangagen.com Webmaster!\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(20133, 1, 2888, '1', 'PetarCoelp', ''),
(20134, 1, 2888, '2', 'PetarCoelp', ''),
(20135, 1, 2888, '3', 'betcas458@gmail.com', ''),
(20136, 1, 2888, '4', '(322) 670-5482', ''),
(20137, 1, 2888, '5', 'google', ''),
(20138, 1, 2888, '6', '# our bonus', ''),
(20139, 1, 2888, '7', 'Spоrts bеttіng and саsinо \r\nget our sign up bonuses \r\n \r\n \r\ngo now https://tinyurl.com/2p9b4zr2', ''),
(20140, 1, 2890, '1', 'Noah', ''),
(20141, 1, 2890, '2', 'Johnson', ''),
(20142, 1, 2890, '3', 'noah@moneyflex.xyz', ''),
(20143, 1, 2890, '4', '(725) 867-2209', ''),
(20144, 1, 2890, '5', 'Next Day Working Capital', ''),
(20145, 1, 2890, '6', 'How are you?', ''),
(20146, 1, 2890, '7', 'Are you interested in growing your business even more?\r\n\r\nWe are your one stop shop for an instant approval on any working capital needs\r\n\r\nyou may have. We offer Lines of Credit, Equipment Financing and Invoice Factoring.\r\n\r\nApply in less than 1 minute without submitting a single document or having your credit\r\n\r\npulled.\r\n\r\nwww.nextdayworkingcapital.com\r\n\r\nNoah Johnson\r\nNext Day Working Capital\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe \r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(20147, 1, 2891, '1', 'Kevinlar', ''),
(20148, 1, 2891, '2', 'Kevinlar', ''),
(20149, 1, 2891, '3', 'eokort@course-fitness.com', ''),
(20150, 1, 2891, '4', '(520) 006-3525', ''),
(20151, 1, 2891, '5', 'google', ''),
(20152, 1, 2891, '6', '冠天下娛樂城', ''),
(20153, 1, 2891, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://xn--ghq10gw1gvobv8a5z0d.com/', ''),
(20154, 1, 2892, '1', 'Eric', ''),
(20155, 1, 2892, '2', 'Jones', ''),
(20156, 1, 2892, '3', 'ericjonesmyemail@gmail.com', ''),
(20157, 1, 2892, '4', '(555) 555-1212', ''),
(20158, 1, 2892, '5', 'NA', ''),
(20159, 1, 2892, '6', 'There they go…', ''),
(20160, 1, 2892, '7', 'To the gangagen.com Owner! my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(20161, 1, 2893, '1', 'Daniel', ''),
(20162, 1, 2893, '2', 'Garcia', ''),
(20163, 1, 2893, '3', 'daniel@capitalborrow.xyz', ''),
(20164, 1, 2893, '4', '(725) 867-2209', ''),
(20165, 1, 2893, '5', 'Next Day Working Capital', ''),
(20166, 1, 2893, '6', 'Good morning,', ''),
(20167, 1, 2893, '7', 'If you need working capital for your business this week\r\n\r\nyou really should check out our instant approval underwriting \r\n\r\nand see what you qualify for in less than 30 seconds without \r\n\r\neven pulling your credit. \r\n\r\nIf you like the offer we will fund you the next day. it\'s that simple! \r\n\r\nwww.nextdayworkingcapital.com \r\n\r\n\r\n\r\nDaniel Garcia\r\nNext Day Working Capital\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe\r\n\r\n\r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(20168, 1, 2894, '1', 'ScottRes', ''),
(20169, 1, 2894, '2', 'ScottRes', ''),
(20170, 1, 2894, '3', 'yourmail@gmail.com', ''),
(20171, 1, 2894, '4', '(888) 272-1152', ''),
(20172, 1, 2894, '5', 'google', ''),
(20173, 1, 2894, '6', 'Спасибо за аналитику', ''),
(20174, 1, 2894, '7', 'Спасибо за аналитику \r\nArtemD73 Февраль 21, 2023 \r\nХочу сказать спасибо за аналитику. Читаю новости рынков и обзоры постоянно. Болтян мне нравится. Благодаря аналитике нормально зарабатываю. Рекомендую. \r\n \r\nОтветить \r\n \r\nни о чем не жалею \r\n2023 Февраль 27, 2023 \r\nЗаработать можно здесь, хотя я и сомневался когда регистрировался. ну как и всем страшно свои деньги куда то девать. Но я ни о чем не жалею. + 30% за два месяца к депозиту. Стараюсь, да и брокер не мешает. вывод есть. Был минус один раз вывод задержали дольше обычного, а так все нормально с работой. \r\n \r\nОтветить \r\n \r\nEsperio c TJM Investing украли деньги \r\nSenpai Май 5, 2023 \r\nИскал удалённую работу отчётником. Меня пригласили на собеседование в TJM инвестинг. Там приятный на вид молодой человек лет 25 учил меня по свечным графикам и т.д. через дней 9 он говорит приятным голосом, даже проникся к этому человеку.. \r\nГоворит: «Мне жалко отдавать вас в отчётники, есть вариант стать клиентом и торговать с ними на брокере Esperio. И говорит, что нет времени отсрачивать решение. Сделали крипто кошелёк, зарегистрировались на Esperio. Нужна была большая сумма около 5000 долларов для получения бонуса. Взял кредит и ещё со вклада. \r\nПотом курсы «школа трейдинга» всего ушло 120000. И в сумма моего депозита стала 13000. Потом аккуратной торговлей заработал в сумме 38000 долларов. А потом с «финансовым аналитиком» экспертом опираясь на его профессионализм мы установили торгового робота. На 4 валютные пары. Робот работал один день нормально. А на следующий т открыл огромные объёмы по усреднению своих убыточных сделок. При том, что вместе с «экспертом» мы открыли убыточные сделки и он как эксперт не принял это во внимание. Когда уровень маржи дошёл до 100%, 83%. Он вместе со мной посмотрел глупым взглядом и предложил ждать. Так когда уровень дошёл до 35%, тоже. А потом наступил песец и автозакрытие с минусом. В беседе, он ссылался, что у нас просто не хватило маржи. Он не принимал вину и переводил на меня. Моих сделок там почти не было. Забавно. Я бы уж точно не слился так тупо. Что интересно, мани мененджмент и риск менеджмент мы ни в первом курсе, ни во втором школы брокера не прорабатывали. Что способствует убытку. Они постоянно показывали свои демосчета, реального ни разу не увидел. Потом выяснилось, что оказывается страховку, которую мы с финансовым экспертом другим не сделали. Тут тоже обвинили меня, что я затупил. Со мной занимался человек с 5 летним стажем. Тоже странно. Мы сделали и всё было нормально, но по ходу дела там люди абсолютно не имеют в этом компетенции. Постоянно просят по бонусам вложить ещё большую сумму на депозит, всё время мелкие недочёты и недомолвки. Потерял всё. И ко мне потеряли интерес. Почти. Сейчас хотят, чтобы положил ещё 7000 долларов. Говорят можно использовать кредит. Так я и повёлся. Тупо слили деньги. Тем более, что даже не сам своими сделками. Очень жаль, что так получилось, но зато плохой опыт тоже опыт. Времени на меня у них всегда не хватало. Из положенного часа времени в день, почему-то выходило только 30 минут от силы. \r\n \r\nОтветить \r\n \r\nГерман Июнь 19, 2023 \r\nКак я могу с вами связаться , похожая ситуация \r\n \r\nОтветить \r\n \r\nКарина Июнь 21, 2023 \r\nАналогичная ситуация, хотелось бы обсудить лично. \r\n \r\nОтветить \r\n \r\nнегатив \r\nТатьяна Карпова Май 24, 2023 \r\nДобрый день Ваш отзыв в точь точь описывает мою ситуацию хочу с вами лично поговорить \r\n \r\nОтветить \r\n \r\nИрина Июнь 2, 2023 \r\nДобрый день. И у меня точно такая же ситуация, давайте свяжемся? \r\n \r\nОтветить \r\n \r\nМошенники \r\nЖеня Июль 11, 2023 \r\nEsperio — самые настоящие мошенники. Находят людей ищущих работу, предлагают работать помощником аналитика. 10 дней идёт якобы обучение отчётам на демо-счете. Все это время обучающий сотрудник говорит об огромных заработках своих клиентов и предлагает приобрести обучение у них чтобы тоже торговать и зарабатывать. Обучение стоит от 60 тысяч рублей за каждый курс.Несколько курсов. Когда приобретаешь курс начинают вести себя халатно если у тебя нет депозита в миллион, обучение сводится к болтовне ни о чем и уговариванию взять кредит на депозит. Знаний на платном обучении толком не дают. Если вдруг сам что наторговал, аналитик даёт рекомендации открыть заведомо убыточную сделку и все деньги сгорают. К сожалению попалась на их удочку , потратила месяц своего времени и 60к денег. За это благодарю очень убедительного сотрудника Сергея Анатольевича. Рекомендую не связываться с ними ни в коем случае. \r\n \r\nОтветить \r\nОставьте ваш отзыв \r\nВаш рейтинг \r\nВаш общий рейтинг: Добавить фото \r\n \r\n \r\nОтправить', ''),
(20175, 1, 2895, '1', 'Eric', ''),
(20176, 1, 2895, '2', 'Jones', ''),
(20177, 1, 2895, '3', 'ericjonesmyemail@gmail.com', ''),
(20178, 1, 2895, '4', '(555) 555-1212', ''),
(20179, 1, 2895, '5', 'NA', ''),
(20180, 1, 2895, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(20181, 1, 2895, '7', 'Dear gangagen.com Webmaster.\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(20182, 1, 2896, '1', 'Eric', ''),
(20183, 1, 2896, '2', 'Jones', ''),
(20184, 1, 2896, '3', 'ericjonesmyemail@gmail.com', ''),
(20185, 1, 2896, '4', '(555) 555-1212', ''),
(20186, 1, 2896, '5', 'SA', ''),
(20187, 1, 2896, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(20188, 1, 2896, '7', 'Hello gangagen.com Admin. my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(20189, 1, 2897, '1', 'PeterPat', ''),
(20190, 1, 2897, '2', 'PeterPat', ''),
(20191, 1, 2897, '3', 'i60h6b4h@gmail.com', ''),
(20192, 1, 2897, '4', '(105) 852-3343', ''),
(20193, 1, 2897, '5', 'google', ''),
(20194, 1, 2897, '6', 'Tired of spam?', ''),
(20195, 1, 2897, '7', 'Hello. If you see this message, it means you are constantly receiving spam. if you want to get rid of spam, follow the link and fill out the form, maybe we can help you. We have prepared instructions that will help you stop spam. Thank you https://docs.google.com/forms/d/e/1FAIpQLSc8dOBVmqOVrcEqiRMp0RvzRkzf40K8Q8dWaB3H54dcyY9T3A/viewform', ''),
(20196, 1, 2898, '1', 'Mohammad', ''),
(20197, 1, 2898, '2', 'Heysen', ''),
(20198, 1, 2898, '3', 'mohammad.heysen@gmail.com', ''),
(20199, 1, 2898, '4', '(306) 235-3219', ''),
(20200, 1, 2898, '5', 'Mohammad Heysen', ''),
(20201, 1, 2898, '6', 'Is your website Still Working?', ''),
(20202, 1, 2898, '7', 'Hi,\r\n\r\nDo you Need Google Ranking Improvement?\r\n\r\nDo you Need Customers, Sales & Income from your Own Business?\r\n\r\n\r\n Well, You\'re Absolutely at the Right Place. We are a Team of Sharp Shooters in Google Ranking & Doing SEO for 20+ Years to Rank Websites on First Page of Google.\r\n\r\nWe know.. What your Website need to be at the Top of Search Results.\r\n\r\nWhat, We will do Here is, We will Give you Killer SEO Backlinks to Rank you First in Search Engines.\r\n\r\n\r\nWhat will you Get?\r\n\r\nTOP Quality Backlinks \r\n\r\nWHITE Hat Linking\r\n\r\nPROVEN Guaranteed Results!\r\n\r\n\r\ncheck it out Here === > https://tinyurl.com/zwytfkuc', ''),
(20203, 1, 2899, '1', 'Lavillreich', ''),
(20204, 1, 2899, '2', 'Lavillreich', ''),
(20205, 1, 2899, '3', 'revers@1ti.ru', ''),
(20206, 1, 2899, '4', '(061) 027-5558', ''),
(20207, 1, 2899, '5', 'google', ''),
(20208, 1, 2899, '6', 'corning(r) cell culture plates with cel& купить онлайн в интернет-магазине химмед', ''),
(20209, 1, 2899, '7', '<a href=https://chimmed.ru/products/alkbh3-antibody-100-ul-id=489932>alkbh3 antibody 100 ul купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>corning(r) cell culture flasks with cel& купить онлайн в интернет-магазине химмед </u> \r\n<i>corning(r) cell culture flasks with cel& купить онлайн в интернет-магазине химмед </i> \r\n<b>corning(r) cell culture flasks with cel& купить онлайн в интернет-магазине химмед </b> \r\n \r\nalkbh3 antibody 400 microliter купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/alkbh3-antibody-400-microliter-id=486904', ''),
(20210, 1, 2900, '1', 'enlareTar', ''),
(20211, 1, 2900, '2', 'enlareTar', ''),
(20212, 1, 2900, '3', 'maximmad222@yandex.ru', ''),
(20213, 1, 2900, '4', '(638) 102-2250', ''),
(20214, 1, 2900, '5', 'google', ''),
(20215, 1, 2900, '6', 'XBOX игры купить  разнообразные игры:  АССАСИН КРИД', ''),
(20216, 1, 2900, '7', 'Купить игры xbox store на различные тематики  +  https://ggsel.net/catalog/product/3000915 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://digiseller.market/asp2/pay_options.asp?id_d=3582748 \r\n<b>ИНТЕРНЕТ МАГАЗИН ЦИФРОВЫХ ТОВАРОВ</b> https://bysel.ru/goods/?activation=soft \r\nАкканты xbox  https://ggsel.net/catalog/product/3098640 \r\nкупить игры +на xbox +onehttps://ggsel.net/catalog/product/3037131 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://digiseller.market/asp2/pay_options.asp?id_d=3582748 \r\nxbox  купить игру лицензиюhttps://ggsel.net/catalog/product/3221060 \r\n<b>чат-бот с искусственным интеллектом</b>https://ggsel.net/catalog/product/3225209 \r\ndying light steam key купитьhttps://bysel.ru/goods/?activation=steam \r\n<b>xbox gift card(покупка игр в иностранном аккаунте</b>)https://ggsel.net/catalog/product/2974252 \r\n<b>Steam google Turkey   Gift Card Code FOR TURKEY ACCOUN</b>  https://ggsel.net/catalog/product/3589468 <b>стим игры дешевле чем в русском аккаунте</b>)https://ggsel.net/catalog/product/3589468 \r\n<b>Новый Стим аккаунт ( Турция/Полный доступ) PayPaL</b>https://ggsel.net/catalog/product/3296415 \r\nLeague Of Legends 850 LoL RP - ТУРЦИЯ https://ggsel.net/catalog/product/3296427 \r\nValorant 740 VP or 1050 Riot Points - ТОЛЬКО ТУРЦИЯ https://ggsel.net/catalog/product/3331571 \r\nPUBG Mobile 325 UC Unknown Cashhttps://ggsel.net/catalog/product/3430858 \r\nPlaystation Network (PSN) 10$(USA)https://ggsel.net/catalog/product/3466036 \r\n<b>Steam gift card USD(пополнение кошелька)</b> https://ggsel.net/catalog/product/3465075 \r\niTUNES GIFT CARD - (TURKEY/USD) https://ggsel.net/catalog/product/3116494 \r\n<b>Adguard Premium 1ПК(</b>(лучший блокировщик рекламы.спама, всплывающие окна ) https://ggsel.net/catalog/product/3046307 \r\nGoogle play gift card https://ggsel.net/catalog/product/3808181 \r\nNetflix Турция Подарочный код TL??(VPN постоянно) \r\n<b>Netflix Plans \r\n</b>дешевле чем в других аккаунтах https://ggsel.net/catalog/product/2983253 \r\nBlizzard Gift Card  USD ?BATTLE.NET https://ggsel.net/catalog/product/3025661 \r\nRAZER GOLD GIFT CARD  (USD)</b> Global Pin https://ggsel.net/catalog/product/3051315 \r\n<b>Nintendo подписка 3 месяца гифт карты</b> +https://ggsel.net/catalog/product/3296413 \r\nPSN аккаунт Турция https://ggsel.net/catalog/product/3473640 \r\n<b>EA PLAY XBOX 1 месяц </b>https://ggsel.net/catalog/product/3296413 \r\n<b>Amazon gift card USD</b>(покупка на Amazon)https://ggsel.net/catalog/product/3203865 \r\n<b>xbox gift card(</b>покупка игр в зарубежном аккаунте XBOX)https://ggsel.net/catalog/product/3614567 \r\n<b>Xbox Gift Card Brazil store</b>https://ggsel.net/catalog/product/3540172 \r\n<b>НЕДОРОГИЕ игры XBOX ONE</b> \r\nWindows 10/11 Pro 32/64 bit Лицензия https://ggsel.net/catalog/product/3221892 \r\n<b>ОПЛАТА ENOT (12 способов оплаты) 0% при оплате</b> (<u>покупайте без процентов выгоднее</u>) \r\nключи игр xbox +one купитьhttps://bysel.ru/goods/mafia-definitive-edition-xbox-one-series-xs-klyuch-??-2/ \r\nАвтопополнение моментально Steam(вы зачисляете свои средства на свой стим аккаунт,пишите логин)  https://ggsel.net/catalog/product/3589474 \r\nкупить игры +на xbox +onehttps://ggsel.net/catalog/product/3045341 \r\nключи игр xbox +one купитьhttps://ggsel.net/catalog/product/3162963 \r\nигры +на xbox +one купить дешевоhttps://ggsel.net/catalog/product/2889815 \r\ngoogle gift card купить+https://bysel.ru/goods/?-podarochnaya-karta-koshelyka-steam-5-dollarov-ssha-??0/ \r\n<u>купить билет</u>https://gagarina.comпосмотреть послушать увидеть в живую  на концерте Полина Гагарина альбом Навсегда-самая популярная из всех российских певиц с чуственным волшебным успокивающим талантливым голосом сходи и проверь не жадей денег потом что бы не пожалеть \r\nНедорогой качественный хостинг от 85р.  https://webhost1.ru/?r=133178  \r\n<b>Хочешь добиться чего нибудь, получи кредит в Альфа Банке</b> https://clck.ru/33Pzfy  <b>октрывай свой бизнес, работай на себя(напиши бизнес план)получи дебетную карту</b> https://clck.ru/33Pzd8 \r\nНедорогой хостинг от 85р, при переносе с другого домена 2 месяца бесплатноhttps://webhost1.ru/?r=133178', ''),
(20217, 1, 2901, '1', 'Lavillreich', ''),
(20218, 1, 2901, '2', 'Lavillreich', ''),
(20219, 1, 2901, '3', 'revers@1ti.ru', ''),
(20220, 1, 2901, '4', '(276) 187-1854', ''),
(20221, 1, 2901, '5', 'google', ''),
(20222, 1, 2901, '6', 'methyl 2-[(4-methoxybenzyl)amino]methylbenzoate купить онлайн в интернет-магазине химмед', ''),
(20223, 1, 2901, '7', '<a href=https://chimmed.ru/products/aqua-peptidetm-slhtlfgdk-id=3791452>aqua peptide(tm) slhtlfgd(k) купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>methyl 2-(4-hydroxyphenyl)quinoline-4-carboxylate hydrochloride. купить онлайн в интернет-магазине химмед </u> \r\n<i>methyl 2-(4-hydroxyphenyl)quinoline-4-carboxylate hydrochloride. купить онлайн в интернет-магазине химмед </i> \r\n<b>methyl 2-(4-isobutylphenyl)propanoate купить онлайн в интернет-магазине химмед </b> \r\n \r\naqua peptide(tm) slhtlfgd(k) купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/aqua-peptidetm-slhtlfgdk-id=4233268', ''),
(20224, 1, 2902, '1', 'BKRVfaaHtZ', ''),
(20225, 1, 2902, '2', 'BKRVfaaHtZ', ''),
(20226, 1, 2902, '3', 'mitaxebandilis@gmail.com', ''),
(20227, 1, 2902, '4', '(384) 007-3868', ''),
(20228, 1, 2902, '5', 'google', ''),
(20229, 1, 2902, '6', 'Отличный вариант для всех, просто пишите', ''),
(20230, 1, 2902, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(20231, 1, 2903, '1', 'ipPSfciaqS', ''),
(20232, 1, 2903, '2', 'ipPSfciaqS', ''),
(20233, 1, 2903, '3', 'callvisvetlana@list.ru', ''),
(20234, 1, 2903, '4', '(188) 665-8843', ''),
(20235, 1, 2903, '5', 'google', ''),
(20236, 1, 2903, '6', 'Отличный вариант для всех, просто пишите', ''),
(20237, 1, 2903, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(20238, 1, 2904, '1', 'Jordan', ''),
(20239, 1, 2904, '2', 'MacCormick', ''),
(20240, 1, 2904, '3', 'projectleadsblue@gmail.com', ''),
(20241, 1, 2904, '4', '(361) 243-7549', ''),
(20242, 1, 2904, '5', 'Jordan MacCormick', ''),
(20243, 1, 2904, '6', 'Dear gangagen.com Owner!', ''),
(20244, 1, 2904, '7', 'Want to start getting 10X more customers today? Email me and I\'ll show you how it\'s done: contact@leadsblue.com or visit: https://leadsblue.net/', ''),
(20245, 1, 2905, '1', 'Michaelraind', ''),
(20246, 1, 2905, '2', 'Michaelraind', ''),
(20247, 1, 2905, '3', 'opcrxv@course-fitness.com', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(20248, 1, 2905, '4', '(500) 281-2466', ''),
(20249, 1, 2905, '5', 'google', ''),
(20250, 1, 2905, '6', '91娛樂城!ENDVALUE!', ''),
(20251, 1, 2905, '7', '91娛樂城 \r\n \r\n \r\n \r\nhttps://9jcasino.tw/', ''),
(20252, 1, 2906, '1', 'James', ''),
(20253, 1, 2906, '2', 'Roser', ''),
(20254, 1, 2906, '3', 'arlie.schippers@gmail.com', ''),
(20255, 1, 2906, '4', '(416) 214-2309', ''),
(20256, 1, 2906, '5', 'https://cutt.ly/Awl1UjAG', ''),
(20257, 1, 2906, '6', 'Fwd: A.I. Tool Does Month\'s Work In Just Minutes', ''),
(20258, 1, 2906, '7', 'This is the best priced A.I. tool on the market right now.\r\n\r\nUnlimited writing.  It writes all your ads, blogs, and SEO content for you.\r\n\r\nWhy pay Google for ads when you can rank for free 30X Faster using this A.I. tool?\r\n\r\nThey\'re finally offering a free trial, visit https://cutt.ly/Awl1UjAG\r\n\r\nAutomate all the hard stuff!\r\nJames Roser\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=gangagen.com', ''),
(20259, 1, 2907, '1', 'Traviskilia', ''),
(20260, 1, 2907, '2', 'Traviskilia', ''),
(20261, 1, 2907, '3', 'o0yltp@course-fitness.com', ''),
(20262, 1, 2907, '4', '(605) 454-1246', ''),
(20263, 1, 2907, '5', 'google', ''),
(20264, 1, 2907, '6', '淫色精典大百尻：男男女女爽歪歪!ENDVALUE!', ''),
(20265, 1, 2907, '7', '淫色精典大百尻：男男女女爽歪歪 \r\n \r\n \r\n \r\nhttps://9jgirl.com/', ''),
(20266, 1, 2908, '1', 'MatthewCek', ''),
(20267, 1, 2908, '2', 'MatthewCek', ''),
(20268, 1, 2908, '3', 'newsagency@bbcworldnewstoday.com', ''),
(20269, 1, 2908, '4', '(441) 730-4616', ''),
(20270, 1, 2908, '5', 'google', ''),
(20271, 1, 2908, '6', 'Top News Sites for Guest Post', ''),
(20272, 1, 2908, '7', 'I\'ve mentioned some sites below that are accepting guest posts,I would appreciate it if you would see them out and then, after you have done so, let me know which of these sites you would like to post on. \r\nIf you are not interested in any of these sites. \r\n \r\nbloombergnewstoday.com \r\nwashingtontimesnewstoday.com \r\ntopworldnewstoday.com \r\nchroniclenewstoday.com \r\ncnnworldtoday.com \r\nforbesnewstoday.com', ''),
(20273, 1, 2909, '1', 'Eric', ''),
(20274, 1, 2909, '2', 'Jones', ''),
(20275, 1, 2909, '3', 'ericjonesmyemail@gmail.com', ''),
(20276, 1, 2909, '4', '(555) 555-1212', ''),
(20277, 1, 2909, '5', 'NA', ''),
(20278, 1, 2909, '6', 'instead, congrats', ''),
(20279, 1, 2909, '7', 'Dear gangagen.com Administrator. \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(20280, 1, 2910, '1', 'Mike Adderiy', ''),
(20281, 1, 2910, '2', 'Mike Adderiy', ''),
(20282, 1, 2910, '3', 'mikePovaTasy@gmail.com', ''),
(20283, 1, 2910, '4', '(383) 472-4403', ''),
(20284, 1, 2910, '5', 'google', ''),
(20285, 1, 2910, '6', 'NEW: Semrush Backlinks', ''),
(20286, 1, 2910, '7', 'Hi \r\n \r\nThis is Mike Adderiy\r\n \r\nLet me show you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Adderiy\r\n \r\nmike@strictlydigital.net', ''),
(20287, 1, 2911, '1', 'Siobhan', ''),
(20288, 1, 2911, '2', 'Bevill', ''),
(20289, 1, 2911, '3', 'admin@aiearndaily.com', ''),
(20290, 1, 2911, '4', '(912) 618-4948', ''),
(20291, 1, 2911, '5', 'Siobhan Bevill', ''),
(20292, 1, 2911, '6', 'What\'s up', ''),
(20293, 1, 2911, '7', 'I am a Area Investor\r\n interested in buying your Self-Storage Warehouse\r\nif this interests you submit property details here https://requestmycash.com or Call or Text Tori at the number 931-229-0969\r\n\r\nYou can OPT OUT here: \r\nhttps://requestmycash.com/opt-out/?customer_domain=gangagen.com', ''),
(20294, 1, 2912, '1', 'Michael', ''),
(20295, 1, 2912, '2', 'Sinclair', ''),
(20296, 1, 2912, '3', 'denney.layla94@gmail.com', ''),
(20297, 1, 2912, '4', '(603) 561-3029', ''),
(20298, 1, 2912, '5', 'Layla Denney', ''),
(20299, 1, 2912, '6', 'Have a question for you', ''),
(20300, 1, 2912, '7', 'Hello,\r\n	\r\nI just wanted to see if you would be open to getting a Full-Time Virtual Assistant + an AI Agent team for one week FREE, and the best part is, there is no obligation to continue, and no credit card or payment required to try us out.\r\n\r\nBut this offer is only good this week, for the first 20 clients, so you need to claim your Virtual Assistant and AI Team Now, before you miss out.  \r\n\r\nClick Here to Get Started: https://bit.ly/free-va-promo\r\n\r\nUsing Our Virtual Assistants + an AI Agent Team will allow you to:\r\n\r\n- Handle a variety of tasks and projects for you so that your day is more productive\r\n- Follow up on internal/external resources to ensure that there is daily progress\r\n- Give you back time to focus on building your business instead of admin tasks\r\n\r\n... and much, MUCH more!\r\n\r\nThis FREE Offer is worth over $400, and you are getting it for ABSOLUTELY FREE, so Don’t miss out!!! \r\n\r\nClick Here to Get Started: https://bit.ly/free-va-promo\r\n		\r\nBest, \r\n\r\nMichael Sinclair\r\nBusiness Development\r\nMyaa', ''),
(20301, 1, 2913, '1', 'eddieke2', ''),
(20302, 1, 2913, '2', 'eddieke2', ''),
(20303, 1, 2913, '3', 'wayne@daisuke6110.haru84.mailguard.space', ''),
(20304, 1, 2913, '4', '(303) 175-6381', ''),
(20305, 1, 2913, '5', 'google', ''),
(20306, 1, 2913, '6', 'Hot teen pics', ''),
(20307, 1, 2913, '7', 'Daily updated super sexy photo galleries\r\nhttp://teen.porn.alexysexy.com/?janie \r\n free porn movies oline free porn daughters fucking there dads working out porn free long homemade porn movies free porn in iphone', ''),
(20308, 1, 2914, '1', 'David', ''),
(20309, 1, 2914, '2', 'Carlson', ''),
(20310, 1, 2914, '3', 'david.carlson@gmail.com', ''),
(20311, 1, 2914, '4', '(905) 716-2133', ''),
(20312, 1, 2914, '5', 'Ivey Filler', ''),
(20313, 1, 2914, '6', 'Effortless Online Income?', ''),
(20314, 1, 2914, '7', 'Hey,\r\n\r\nI stumbled upon something that might catch your interest. \r\n\r\n\r\nIt\'s the laziest way I\'ve found to make money online. Curious?\r\n\r\n\r\nReady to discover the path to easy online riches? \r\n\r\n\r\nClick the link below for your free quick tutorial.\r\n\r\n\r\n===>>> bit.ly/FortuneAiBot\r\n\r\nIt starts today,\r\nDavid', ''),
(20315, 1, 2915, '1', 'WilliamDrafe', ''),
(20316, 1, 2915, '2', 'WilliamDrafe', ''),
(20317, 1, 2915, '3', 'alexiuskornel@yandex.com', ''),
(20318, 1, 2915, '4', '(363) 218-4652', ''),
(20319, 1, 2915, '5', 'google', ''),
(20320, 1, 2915, '6', 'Sexy hot models are waiting for you', ''),
(20321, 1, 2915, '7', '<a href=https://sexocam.online/>https://sexocam.online/</a> \r\nSexy hot models are waiting for you \r\nSex online with a live girl \r\nGet your dick out in front of the monitor \r\nHot sexy girls \r\nHave sex online, right now \r\nNo credit card required \r\nFree registration \r\n<a href=https://sexocam.online/>https://sexocam.online/</a>', ''),
(20322, 1, 2916, '1', 'RonaldAwamn', ''),
(20323, 1, 2916, '2', 'RonaldAwamn', ''),
(20324, 1, 2916, '3', 'lemlenubia1993@outlook.com', ''),
(20325, 1, 2916, '4', '(220) 753-4654', ''),
(20326, 1, 2916, '5', 'google', ''),
(20327, 1, 2916, '6', 'как получить прибыль от инвестиций', ''),
(20328, 1, 2916, '7', 'В эру быстрого доступа к информации и интернета стали незаменимым источником знаний и данных. Однако, в этой беспрецедентной эпохе цифровой свободы, важно осознавать, что не всякая информация, представленная в сети, является достоверной и точной. Следовательно, умение критически оценивать и выбирать подходящие веб-ресурсы становится неотъемлемой частью личной грамотности. В данной статье мы рассмотрим, почему умение выбирать сайты важно, какие критерии следует учитывать и как развивать этот навык. На странице https://telegra.ph/Virtuoznoe-iskusstvo-vybora-Zachem-vam-nuzhno-umet-razlichat-nadezhnye-sajty-v-ehpohu-informacionnogo-shuma-08-31 подробно об этом также рассказано. \r\n \r\nИнформационный шум и потребность в оценке источников \r\n \r\nС ростом числа сайтов и онлайн-платформ каждый день, мы сталкиваемся с информационным шумом — избытком неконтролируемой и нередко противоречивой информации. В такой ситуации способность различать надежные источники от множества поддельных или неточных становится ключевой. Наивное принятие всего написанного может привести к неправильным выводам, а иногда даже к опасным ошибкам. \r\n \r\nКритерии выбора достоверных источников \r\n \r\nВыбор надежных источников требует применения определенных критериев. Прежде всего, следует обращать внимание на авторитетность. Сайты, принадлежащие уважаемым организациям, экспертам в определенной области, научным журналам, обычно более достоверны. Кроме того, важно оценивать актуальность информации и наличие ссылок на источники. Проверяемость и доказуемость фактов также играют важную роль. \r\n \r\nБорьба с информационным популизмом и предвзятостью \r\n \r\nСеть также часто становится площадкой для распространения информационного популизма и предвзятой информации. Некоторые ресурсы могут сознательно искажать факты, чтобы поддержать определенные взгляды или цели. Критическое мышление и анализ мотиваций авторов помогут избежать влияния манипулятивной информации. \r\n \r\nОбучение навыкам оценки информации \r\n \r\nУмение выбирать сайты является навыком, который можно развивать. Обучение навыкам критической оценки информации и проверки фактов должно стать неотъемлемой частью образовательной программы. Важно научить людей распознавать типичные признаки недостоверных источников, такие как недостаток ссылок, явные ошибки или слишком сенсационные заголовки. \r\n \r\nЗначение ответственности в информационной эпохе \r\n \r\nС увеличением количества пользователей интернета возрастает ответственность каждого из нас за распространение правдивой и точной информации. Выбирая надежные источники при проведении исследований, поддерживая факты и делая осознанные выводы, мы можем способствовать созданию более надежного информационного ландшафта. \r\n \r\n \r\nВ эпоху, когда информация доступна на щелчок пальца, умение выбирать подходящие сайты становится критически важным навыком. Это помогает нам оставаться информированными, избегать манипуляций и принимать обоснованные решения на основе фактов. Все мы, будучи активными участниками цифровой среды, должны стремиться развивать этот навык, чтобы сделать интернет более надежным и ценным ресурсом.', ''),
(20329, 1, 2917, '1', 'ugIgWNBfsQ', ''),
(20330, 1, 2917, '2', 'ugIgWNBfsQ', ''),
(20331, 1, 2917, '3', 'callvisvetlana@list.ru', ''),
(20332, 1, 2917, '4', '(531) 438-1256', ''),
(20333, 1, 2917, '5', 'google', ''),
(20334, 1, 2917, '6', 'Вам хороший вариант вот тут', ''),
(20335, 1, 2917, '7', 'Вам хороший вариант вот тут ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(20336, 1, 2918, '1', 'Scottser', ''),
(20337, 1, 2918, '2', 'Scottser', ''),
(20338, 1, 2918, '3', 'anna@bbcworldnewstoday.com', ''),
(20339, 1, 2918, '4', '(253) 618-8805', ''),
(20340, 1, 2918, '5', 'google', ''),
(20341, 1, 2918, '6', 'Guest post on top sites', ''),
(20342, 1, 2918, '7', 'Guest post on top sites \r\n \r\nhttps://www.canadiannewstoday.com/ \r\nhttps://www.bbcworldnewstoday.com/ \r\nhttps://www.bloombergnewstoday.com/ \r\n \r\nRegards', ''),
(20343, 1, 2919, '1', 'Haroldhyday', ''),
(20344, 1, 2919, '2', 'Haroldhyday', ''),
(20345, 1, 2919, '3', '2amw@course-fitness.com', ''),
(20346, 1, 2919, '4', '(521) 283-2541', ''),
(20347, 1, 2919, '5', 'google', ''),
(20348, 1, 2919, '6', '歐客佬精品咖啡!ENDVALUE!', ''),
(20349, 1, 2919, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(20350, 1, 2920, '1', 'AndrewThofe', ''),
(20351, 1, 2920, '2', 'AndrewThofe', ''),
(20352, 1, 2920, '3', 'xopo7b@course-fitness.com', ''),
(20353, 1, 2920, '4', '(527) 626-2381', ''),
(20354, 1, 2920, '5', 'google', ''),
(20355, 1, 2920, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(20356, 1, 2920, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(20357, 1, 2921, '1', 'Gordonplunk', ''),
(20358, 1, 2921, '2', 'Gordonplunk', ''),
(20359, 1, 2921, '3', 'yh8xu@course-fitness.com', ''),
(20360, 1, 2921, '4', '(788) 143-8172', ''),
(20361, 1, 2921, '5', 'google', ''),
(20362, 1, 2921, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(20363, 1, 2921, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(20364, 1, 2922, '1', 'JohnnyVAP', ''),
(20365, 1, 2922, '2', 'JohnnyVAP', ''),
(20366, 1, 2922, '3', 'jtxfwi@course-fitness.com', ''),
(20367, 1, 2922, '4', '(136) 453-0457', ''),
(20368, 1, 2922, '5', 'google', ''),
(20369, 1, 2922, '6', 'Game LIFE 遊戲情報', ''),
(20370, 1, 2922, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(20371, 1, 2923, '1', 'Williamovaky', ''),
(20372, 1, 2923, '2', 'Williamovaky', ''),
(20373, 1, 2923, '3', 'inet4747@outlook.com', ''),
(20374, 1, 2923, '4', '(177) 650-5406', ''),
(20375, 1, 2923, '5', 'google', ''),
(20376, 1, 2923, '6', 'Custom Large Halloween Cliparts', ''),
(20377, 1, 2923, '7', '<a href=https://www.etsy.com/shop/Fayniykit?section_id=43932855> Custom Large Halloween Cliparts SVG, PDF, Jpg, Png and Much More!</a>', ''),
(20378, 1, 2924, '1', 'Vodades', ''),
(20379, 1, 2924, '2', 'Vodades', ''),
(20380, 1, 2924, '3', 'starovojtovgeorgij8383@mail.ru', ''),
(20381, 1, 2924, '4', '(037) 516-3526', ''),
(20382, 1, 2924, '5', 'google', ''),
(20383, 1, 2924, '6', 'Доставка воды на дом', ''),
(20384, 1, 2924, '7', 'Мы развозим питьевую воду как частным, так и юридическим лицам. Наша транспортная служба осуществляет доставку питьевой воды на следующий день после заказа. 	 \r\n \r\n<a href=http://voda-nn.ru>заказ воды нижний новгород 10литров</a>        \r\nСрочная доставка в день заказа доступна для владельцев клубных карт. Доставка воды происходит во все районы Нижнего Новгорода, в верхнюю и нижнюю части города: <a href=http://voda-nn.ru>voda-nn.ru</a>', ''),
(20385, 1, 2925, '1', 'MaryFrida1789', ''),
(20386, 1, 2925, '2', 'MaryFrida1789', ''),
(20387, 1, 2925, '3', 'marysa3086@gmail.com', ''),
(20388, 1, 2925, '4', '(817) 177-6536', ''),
(20389, 1, 2925, '5', 'google', ''),
(20390, 1, 2925, '6', 'XEvil 5: the best application for captchas solving was released !!!', ''),
(20391, 1, 2925, '7', 'XEvil 5.0 automatically solve most kind of captchas, \r\nIncluding such type of captchas: ReCaptcha v.2, ReCaptcha-3, Hotmail, Google, Solve Media, BitcoinFaucet, Steam, +12000 \r\n+ hCaptcha supported in new XEvil 6.0! \r\n \r\n1.) Fast, easy, precisionly \r\nXEvil is the fastest captcha killer in the world. Its has no solving limits, no threads number limits \r\nyou can solve even 1.000.000.000 captchas per day and it will cost 0 (ZERO) USD! Just buy license for 59 USD and all! \r\n \r\n2.) Several APIs support \r\nXEvil supports more than 6 different, worldwide known API: 2Captcha, anti-captcha (antigate), RuCaptcha, DeathByCaptcha, etc. \r\njust send your captcha via HTTP request, as you can send into any of that service - and XEvil will solve your captcha! \r\nSo, XEvil is compatible with hundreds of applications for SEO/SMM/password recovery/parsing/posting/clicking/cryptocurrency/etc. \r\n \r\n3.) Useful support and manuals \r\nAfter purchase, you got access to a private tech.support forum, Wiki, Skype/Telegram online support \r\nDevelopers will train XEvil to your type of captcha for FREE and very fast - just send them examples \r\n \r\n4.) How to get free trial use of XEvil full version? \r\n- Try to search in Google \"Home of XEvil\" \r\n- you will find IPs with opened port 80 of XEvil users (click on any IP to ensure) \r\n- try to send your captcha via 2captcha API ino one of that IPs \r\n- if you got BAD KEY error, just tru another IP \r\n- enjoy! :) \r\n- (its not work for hCaptcha!) \r\n \r\nWARNING: Free XEvil DEMO does NOT support ReCaptcha, hCaptcha and most other types of captcha! \r\n \r\nhttp://XEvil.Net/', ''),
(20392, 1, 2926, '1', 'Eric', ''),
(20393, 1, 2926, '2', 'Jones', ''),
(20394, 1, 2926, '3', 'ericjonesmyemail@gmail.com', ''),
(20395, 1, 2926, '4', '(555) 555-1212', ''),
(20396, 1, 2926, '5', 'NA', ''),
(20397, 1, 2926, '6', 'Your site – more leads?', ''),
(20398, 1, 2926, '7', 'Dear gangagen.com Admin. this is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(20399, 1, 2927, '1', 'RobertGot', ''),
(20400, 1, 2927, '2', 'RobertGot', ''),
(20401, 1, 2927, '3', 'alfredegov@gmail.com', ''),
(20402, 1, 2927, '4', '(563) 033-7402', ''),
(20403, 1, 2927, '5', 'google', ''),
(20404, 1, 2927, '6', 'Hello, i am wrote about your   prices', ''),
(20405, 1, 2927, '7', 'Sawubona, bengifuna ukwazi intengo yakho.', ''),
(20406, 1, 2928, '1', 'Teddy', ''),
(20407, 1, 2928, '2', 'Ziolkowski', ''),
(20408, 1, 2928, '3', 'teddy@system4norcal.net', ''),
(20409, 1, 2928, '4', '(925) 290-6580', ''),
(20410, 1, 2928, '5', 'System4 Facility Services', ''),
(20411, 1, 2928, '6', 'Your janitorial service', ''),
(20412, 1, 2928, '7', 'Hi,\r\n \r\nIf you’re struggling with unsatisfactory service from your current janitorial provider, or are looking to hire one for the first time, you should know about System4 Facility Services. \r\n\r\nOur local clients choose and stay with us because of our flexibility, wide range of services (including disinfection), and reasonable rates.\r\n \r\nWould you be interested in having one of our representatives visit your business to provide a complimentary quote?\r\n\r\nThank you for your time,\r\nTeddy\r\n\r\nTeddy Ziolkowski\r\nAccount Manager\r\nSystem4 Facility Services\r\n(925) 290-6580\r\nteddy@system4norcal.net\r\n\r\nPlease respond with \"stop\" to opt out.	\r\n\r\n\r\n“If I could give 6 stars I would! System 4 is the best Business Partner I have worked with in their field for almost 20 years. Joe and his team have been extremely responsive and flexible with us, even though the COVID-19 situation has greatly impacted our company. You definitely get what you pay for with System 4.”—Ryan Loerger', ''),
(20413, 1, 2929, '1', 'Mike Wallace', ''),
(20414, 1, 2929, '2', 'Mike Wallace', ''),
(20415, 1, 2929, '3', 'mikeAdurryArrozyTasy@gmail.com', ''),
(20416, 1, 2929, '4', '(182) 251-3530', ''),
(20417, 1, 2929, '5', 'google', ''),
(20418, 1, 2929, '6', 'Improve local visibility for gangagen.com', ''),
(20419, 1, 2929, '7', 'If you are looking to rank your local business on Google Maps in a specific area, this service is for you. \r\n \r\nGoogle Map Stacking is a highly effective technique for ranking your GMB within a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Wallace\r\n \r\n \r\nPS: Want a comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', ''),
(20420, 1, 2930, '1', 'Ashley', ''),
(20421, 1, 2930, '2', 'Greer', ''),
(20422, 1, 2930, '3', 'ashley@rushmoreblueprint.co', ''),
(20423, 1, 2930, '4', '(919) 756-3773', ''),
(20424, 1, 2930, '5', 'Rushmore Blueprint', ''),
(20425, 1, 2930, '6', 'Dominate Big Tech Search... if you\'re America First', ''),
(20426, 1, 2930, '7', 'My name is Ashley.  I hope y’all are well :)\r\n\r\nWe may have spoken before but as a quick intro, we build lead engines for Patriot owned businesses. \r\n\r\nSick of paying lead companies? \r\n\r\nYou wanna aggressively grow your business? \r\n\r\nSEO doesn’t work alone and Ads are simply too expensive.\r\n\r\nWhat if I can promise you exclusive leads, who call to hire you, not just shop around, and with a FULL MONEY BACK GUARANTEE?\r\n\r\nI work with The Rushmore Blueprint. \r\n\r\nWe’re an American First company and we’re proud of it. Operating from Raleigh, North Carolina. Our goal is to help those who build this country, that is… we help Patriot led companies dominate Big Tech search.\r\n\r\nWe’re mentioned in Fox News, Bezinga, WRAL News, and MarketWatch. \r\n\r\nOnce we build out this system, you never pay another dime.\r\n\r\nYour only task? Pick up the phone and seal the deal.\r\n\r\nIf this is interesting at all, just respond back yes and I’ll shoot over a quick form to book a brief call. No pressure at all.\r\n\r\nHave a Blessed Day,\r\nAshley\r\n\r\nIf I bugged you and you’d prefer to never hear from me again, please just let me know. :)', ''),
(20427, 1, 2931, '1', 'Eric', ''),
(20428, 1, 2931, '2', 'Jones', ''),
(20429, 1, 2931, '3', 'ericjonesmyemail@gmail.com', ''),
(20430, 1, 2931, '4', '(555) 555-1212', ''),
(20431, 1, 2931, '5', 'DF', ''),
(20432, 1, 2931, '6', 'Your site – more leads?', ''),
(20433, 1, 2931, '7', 'To the gangagen.com Webmaster.\r\n\r\nThis is Eric and I ran across gangagen.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next?  Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n  \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(20434, 1, 2932, '1', 'enlareTar', ''),
(20435, 1, 2932, '2', 'enlareTar', ''),
(20436, 1, 2932, '3', 'maximmad222@yandex.ru', ''),
(20437, 1, 2932, '4', '(766) 803-4206', ''),
(20438, 1, 2932, '5', 'google', ''),
(20439, 1, 2932, '6', 'XBOX игры купить  разнообразные игры: XBOX CD KEY', ''),
(20440, 1, 2932, '7', 'Здравствуйте,Здесь вы можете Купить игры на XBOX ONE получить бесплатно подарки  +  https://ggsel.net/catalog/product/2957744 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://digiseller.market/asp2/pay_options.asp?id_d=3582748 \r\n<b>ИНТЕРНЕТ МАГАЗИН ЦИФРОВЫХ ТОВАРОВ</b> https://bysel.ru/goods/?activation=nintendo \r\nАкканты xbox  https://ggsel.net/catalog/product/3622270 \r\nключи игр xbox +one купитьhttps://ggsel.net/catalog/product/2967226 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://ggsel.net/catalog/product/3589474 \r\nxbox  купить игру лицензиюhttps://ggsel.net/catalog/product/3051395 \r\n<b>чат-бот с искусственным интеллектом</b>https://ggsel.net/catalog/product/3225209 \r\nsteam купить +в россииhttps://bysel.ru/goods/generation-zero-steam-lyuboy-region-%F0%9F%94%B5bez-komissii/ \r\n<b>xbox gift card(покупка игр в иностранном аккаунте</b>)https://ggsel.net/catalog/product/3540172 \r\n<b>Steam google Turkey   Gift Card Code FOR TURKEY ACCOUN</b>  https://ggsel.net/catalog/product/3808181 <b>стим игры дешевле чем в русском аккаунте</b>)https://ggsel.net/catalog/product/3473640 \r\n<b>Новый Стим аккаунт ( Турция/Полный доступ) PayPaL</b>https://ggsel.net/catalog/product/3296415 \r\nLeague Of Legends 850 LoL RP - ТУРЦИЯ https://ggsel.net/catalog/product/3012399 \r\nValorant 740 VP or 1050 Riot Points - ТОЛЬКО ТУРЦИЯ https://ggsel.net/catalog/product/3331571 \r\nPUBG Mobile 325 UC Unknown Cashhttps://ggsel.net/catalog/product/3813637 \r\nPlaystation Network (PSN) 10$(USA)https://ggsel.net/catalog/product/3466036 \r\n<b>Steam gift card USD(пополнение кошелька)</b> https://ggsel.net/catalog/product/3465075 \r\niTUNES GIFT CARD - (TURKEY/USD) https://ggsel.net/catalog/product/3622021 \r\n<b>Adguard Premium 1ПК(</b>(лучший блокировщик рекламы.спама, всплывающие окна ) https://ggsel.net/catalog/product/3046307 \r\nNetflix Турция Подарочный код TL??(VPN постоянно) \r\n<b>Netflix PlansBasic 26,99 TL \r\nStandard 40,99 TL \r\nPremium 54,99 TL </b>дешевле чем в других аккаунтах https://ggsel.net/catalog/product/2911572 \r\n<b>B<b>lizzard Gift Card  USD ?BATTLE.NET https://ggsel.net/catalog/product/3025661 \r\nRAZER GOLD GIFT CARD  (USD)</b> Global Pin https://ggsel.net/catalog/product/3051315 \r\n<b>Nintendo подписка 3 месяца гифт карты</b> +https://ggsel.net/catalog/product/3296413 \r\nPSN аккаунт Турция https://ggsel.net/catalog/product/3473640 \r\n<b>EA PLAY XBOX 1 месяц </b>https://ggsel.net/catalog/product/3296413 \r\n<b>Amazon gift card USD</b>(покупка на Amazon)https://ggsel.net/catalog/product/3203865 \r\n<b>xbox gift card(</b>покупка игр в зарубежном аккаунте XBOX)https://ggsel.net/catalog/product/3614567 \r\n<b>Xbox Gift Card </b>https://ggsel.net/catalog/product/2976540 \r\n<b>Skype аккаунты с балансом для звонков</b>https://ggsel.net/catalog/product/3205694 \r\n<b>ChatGpt-исскуственный интелект</b>(заработок в сети)https://ggsel.net/catalog/product/3225209 \r\n<b>НЕДОРОГИЕ игры XBOX ONE</b> \r\nWindows 10/11 Pro 32/64 bit Лицензия https://ggsel.net/catalog/product/3221892 \r\n<b>ОПЛАТА ENOT (12 способов оплаты) 0% при оплате</b> (<u>покупайте без процентов выгоднее</u>) \r\nключи игр xbox +one купитьhttps://bysel.ru/goods/??-fifa-23-standard-edition-xbox-series-xs-klyuch-??/ \r\nАвтопополнение моментально Steam(вы зачисляете свои средства на свой стим аккаунт,пишите логин)  https://digiseller.market/asp2/pay_options.asp?id_d=3582748 \r\nкупить игры +на xbox +onehttps://ggsel.net/catalog/product/3045341 \r\nxbox  купить игру лицензиюhttps://ggsel.net/catalog/product/3115457 \r\nкупить игры +на xbox +onehttps://ggsel.net/catalog/product/2908468 \r\napple gift card купить+https://bysel.ru/goods/roblox-gift-card-10-usd-800-robux-global??bez-komissii/ \r\nНедорогой качественный хостинг от 85р.  https://webhost1.ru/?r=133178  \r\n<b>Хочешь добиться чего нибудь, получи кредит в Альфа Банке</b> https://clck.ru/33Pzfy  <b>октрывай свой бизнес, работай на себя(напиши бизнес план)получи дебетную карту</b> https://clck.ru/33Pzd8 \r\nНедорогой хостинг от 85р, при переносе с другого домена 2 месяца бесплатноhttps://webhost1.ru/?r=133178', ''),
(20441, 1, 2933, '1', 'DeniseEnumn', ''),
(20442, 1, 2933, '2', 'DeniseEnumn', ''),
(20443, 1, 2933, '3', 'm.ert.e.rs.el20232.023@gmail.com', ''),
(20444, 1, 2933, '4', '(437) 328-0723', ''),
(20445, 1, 2933, '5', 'google', ''),
(20446, 1, 2933, '6', 'In it something is also idea good, I support.', ''),
(20447, 1, 2933, '7', 'In it something is also to me it seems it is very good idea. Completely with you I will agree. \r\n \r\nwatch over \r\n<a href=https://mmfbiporn.com/asian/sexy-nude-hairy-asian-women-55.php>fuck machine</a> \r\n@34DHEfGWS', ''),
(20448, 1, 2934, '1', 'Daviddilky', ''),
(20449, 1, 2934, '2', 'Daviddilky', ''),
(20450, 1, 2934, '3', 'tllly5@course-fitness.com', ''),
(20451, 1, 2934, '4', '(172) 624-2004', ''),
(20452, 1, 2934, '5', 'google', ''),
(20453, 1, 2934, '6', '冠天下娛樂城', ''),
(20454, 1, 2934, '7', '冠天下娛樂城 \r\n \r\n \r\n \r\nhttps://gtx.tw/', ''),
(20455, 1, 2935, '1', 'Eric', ''),
(20456, 1, 2935, '2', 'Jones', ''),
(20457, 1, 2935, '3', 'ericjonesmyemail@gmail.com', ''),
(20458, 1, 2935, '4', '(555) 555-1212', ''),
(20459, 1, 2935, '5', 'NA', ''),
(20460, 1, 2935, '6', 'There they go…', ''),
(20461, 1, 2935, '7', 'To the gangagen.com Admin. my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at gangagen.com.\r\n\r\n- They hang out for a minute to check it out.  “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(20462, 1, 2936, '1', 'ThomasGeare', ''),
(20463, 1, 2936, '2', 'ThomasGeare', ''),
(20464, 1, 2936, '3', 'newstoday@bbcworldnewstoday.com', ''),
(20465, 1, 2936, '4', '(237) 886-7700', ''),
(20466, 1, 2936, '5', 'google', ''),
(20467, 1, 2936, '6', 'Top News Sites for Guest Post', ''),
(20468, 1, 2936, '7', 'I\'ve mentioned some sites below that are accepting guest posts,I would appreciate it if you would see them out and then, after you have done so, let me know which of these sites you would like to post on. \r\nIf you are interested in any of these sites. \r\n \r\nbloombergnewstoday.com \r\nwashingtontimesnewstoday.com \r\ntopworldnewstoday.com \r\nchroniclenewstoday.com \r\ncnnworldtoday.com \r\nforbesnewstoday.com', ''),
(20469, 1, 2937, '1', 'BillyTriap', ''),
(20470, 1, 2937, '2', 'BillyTriap', ''),
(20471, 1, 2937, '3', 'gugless.222@gmail.com', ''),
(20472, 1, 2937, '4', '(214) 833-0407', ''),
(20473, 1, 2937, '5', 'google', ''),
(20474, 1, 2937, '6', 'Получить гражданство Молдовы', ''),
(20475, 1, 2937, '7', '<a href=https://libertyfintravel.ru/grajdanstvo-moldovi>Получить гражданство Молдовы</a> \r\nСрок оформления 10 месяцев, гарантия результата \r\nПоэтапная оплата \r\nОфициальная процедура \r\nСрок оформления 10 месяцев \r\nЦена под ключ', ''),
(20476, 1, 2938, '1', 'Kevinprect', ''),
(20477, 1, 2938, '2', 'Kevinprect', ''),
(20478, 1, 2938, '3', 'inet4747@outlook.com', ''),
(20479, 1, 2938, '4', '(836) 713-3122', ''),
(20480, 1, 2938, '5', 'google', ''),
(20481, 1, 2938, '6', 'News 2023', ''),
(20482, 1, 2938, '7', '<a href=https://fayniykit.etsy.com> Custom Large Halloween Cliparts SVG, PDF, Jpg, Png and Much More!</a>', ''),
(20483, 1, 2939, '1', '핀페시아', ''),
(20484, 1, 2939, '2', '핀페시아', ''),
(20485, 1, 2939, '3', 'help@gwmetabitt.com', ''),
(20486, 1, 2939, '4', '(631) 846-3182', ''),
(20487, 1, 2939, '5', 'google', ''),
(20488, 1, 2939, '6', '피부과 전공의사들을 통해 핀페시아 복용과 우울감 간에 직접적인 인과관계가 밝혀진 바 없다는 점이 알려졌기 때문이다. 델리샵 실제 많은 의료진들은 약 복용 보다는 탈모 자체로 인한 우울증 혹은 심리적 요인에 의해 나타날 수 있는 부작용인 ‘노시보 효과’ 가능성을 지적하고 있다.', ''),
(20489, 1, 2939, '7', '미국탈모협회에 따르면 의약품직구를 필요로 하는 미국 남성의 81%가 50대까지 머리카락이 가늘어지고 수가 적어지는 것을 경험했다. 탈모가 일어나는 원인은 모낭줄기세포의 수가 줄어들어서다. 모낭줄기세포는 세포 분열을 통해 모낭에서 새로운 모발이 나오도록 돕는다. 줄기세포 수가 적어지는 것은 자연스러운 노화의 공정이지만 이런 현상이 일어나는 이유는 명확히 밝혀지지 않았다. \r\n \r\n<a href=https://deli-shop4.net/>탈모약 직구</a>', ''),
(20490, 1, 2940, '1', 'Eric', ''),
(20491, 1, 2940, '2', 'Jones', ''),
(20492, 1, 2940, '3', 'ericjonesmyemail@gmail.com', ''),
(20493, 1, 2940, '4', '(555) 555-1212', ''),
(20494, 1, 2940, '5', 'AN', ''),
(20495, 1, 2940, '6', 'Try this, get more leads', ''),
(20496, 1, 2940, '7', 'Hello gangagen.com Webmaster. my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://advanceleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://advanceleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(20497, 1, 2941, '1', 'B. Randall', ''),
(20498, 1, 2941, '2', 'Willis', ''),
(20499, 1, 2941, '3', 'brwillis@quigstercontact.com', ''),
(20500, 1, 2941, '4', '(902) 646-6451', ''),
(20501, 1, 2941, '5', 'Irving Sharland', ''),
(20502, 1, 2941, '6', 'Quick question', ''),
(20503, 1, 2941, '7', 'Hey there!\r\n\r\nAre you a business owner looking to take your corporate credit profile for long term success without personal guarantees? I\'ve got some exciting news for you.\r\n\r\nI\'m B. Randall Willis, Regional Managing Partner at J. Galt Finance Suite. I want to introduce you to a groundbreaking solution that will revolutionize the way you access lending and credit.\r\n\r\nIntroducing the J. Galt Finance Suite, a powerful program that empowers business owners like you to achieve significant lines of credit with ridiculously low interest rates. Say goodbye to traditional lenders and hello to a whole new level of financial freedom independent of your personal assets.\r\n\r\nImagine this: You\'ll gain access to the funding you need and work with MBA-level consultants throughout the life of your LLC. We\'re talking top-notch expertise and guidance, ensuring you make the right financial moves every step of the way. We work with you to build your corporate credit profile assuring your business achieves your dreams and goals.\r\n\r\nMany business owners believe personal guarantees are unavoidable, but that couldn\'t be further from the truth. J. Galt Finance Suite is here to shatter those misconceptions. Build your corporate business profile and separate your personal assets from your business.\r\n\r\nYou can start experiencing the incredible benefits of J. Galt Finance Suite in under a year. That\'s right – you\'re just months away from a financial transformation starting now.\r\n\r\nTo learn more about how I can help you unlock your business credit potential visit https://bit.ly/jgalt_rwillis. Better yet, click the link below to schedule an appointment and grab an exclusive 10% discount. Don\'t miss out on this chance to transform your business\'s financial future.\r\nhttps://bit.ly/rwillis-jgalt\r\n\r\nTo your financial freedom,\r\n\r\nB. Randall Willis\r\nRegional Managing Partner\r\nJ. Galt Finance Suite\r\n\r\nP.S. Achieving Tier 4 results typically takes around 10 months with our program. Act now to accelerate your path to success. Don\'t let traditional lenders dictate your future – it\'s time to take control.', ''),
(20504, 1, 2942, '1', 'CarlosGes', ''),
(20505, 1, 2942, '2', 'CarlosGes', ''),
(20506, 1, 2942, '3', 'inet4747@outlook.com', ''),
(20507, 1, 2942, '4', '(661) 636-1377', ''),
(20508, 1, 2942, '5', 'google', ''),
(20509, 1, 2942, '6', 'Etsy', ''),
(20510, 1, 2942, '7', '<a href=https://www.youtube.com/@evg7773/videos>Etsy. Увеличим продажи. Даю Гарантии Заказчику. Опыт в инете 31 год.</a>', ''),
(20511, 1, 2943, '1', 'CamiekoaSkivy', ''),
(20512, 1, 2943, '2', 'CamiekoaSkivy', ''),
(20513, 1, 2943, '3', 'ojhiggzqdsn@bobbor.store', ''),
(20514, 1, 2943, '4', '(560) 606-2245', ''),
(20515, 1, 2943, '5', 'google', ''),
(20516, 1, 2943, '6', 'Спортинвентарь купить в москве - широкий выбор спортивных инвентарей для футбола, баскетбола, тенниса, бега, фитнеса и многих других видов активностей.', ''),
(20517, 1, 2943, '7', 'Купить спортинвентарь - только в нашем магазине вы найдете качественную продукцию. Быстрей всего сделать заказ на магазин спортивного инвентаря в москве можно только у нас! \r\n<a href=https://sportinventar-moscow.ru>спорт инвентарь</a> \r\nмагазин спортивного инвентаря в москве - <a href=http://sportinventar-moscow.ru/>http://sportinventar-moscow.ru</a> \r\n<a href=https://lincolnsu.com/?URL=sportinventar-moscow.ru>http://www.google.mv/url?q=http://sportinventar-moscow.ru</a> \r\n \r\n<a href=https://elegantservices.com/in-viverra-faucibus-tellus-sed-cursus-quam-fringilla-sit-amet-2/#comment-295>Спортинвентарь магазин - широкий выбор спортивных инвентарей для футбола, баскетбола, тенниса, бега, фитнеса и многих других видов активностей.</a> 72f07be', ''),
(20518, 1, 2944, '1', 'Lavillreich', ''),
(20519, 1, 2944, '2', 'Lavillreich', ''),
(20520, 1, 2944, '3', 'revers@1ti.ru', ''),
(20521, 1, 2944, '4', '(872) 660-7804', ''),
(20522, 1, 2944, '5', 'google', ''),
(20523, 1, 2944, '6', 'ink4b ea купить онлайн в интернет-магазине химмед', ''),
(20524, 1, 2944, '7', '<a href=https://chimmed.ru/products/anti-tmem253-id=3836790>anti-tmem253 купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>инжектор 1 купить онлайн в интернет-магазине химмед </u> \r\n<i>инжектор купить онлайн в интернет-магазине химмед </i> \r\n<b>инжектор тройной зажим купить онлайн в интернет-магазине химмед </b> \r\n \r\nanti-tmem253 купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/anti-tmem253-id=4106650', ''),
(20525, 1, 2945, '1', 'Shana', ''),
(20526, 1, 2945, '2', 'Rede', ''),
(20527, 1, 2945, '3', 'rede.shana@gmail.com', ''),
(20528, 1, 2945, '4', '(414) 228-2293', ''),
(20529, 1, 2945, '5', 'Shana Rede', ''),
(20530, 1, 2945, '6', 'Hello gangagen.com Owner!', ''),
(20531, 1, 2945, '7', 'I\'m posting this message to your website at gangagen.com to show you how effective contact form blasting is. The same way I sent you this message, I can also send your ad message to websites worldwide. You can reach a million sites for less than a hundred dollars. For info Skype me here:  live:.cid.dd8a3501619891fe', ''),
(20532, 1, 2946, '1', 'Anikapt', ''),
(20533, 1, 2946, '2', 'Anikapt', ''),
(20534, 1, 2946, '3', 'anikapt@onegirlstore.com', ''),
(20535, 1, 2946, '4', '(250) 770-5157', ''),
(20536, 1, 2946, '5', 'google', ''),
(20537, 1, 2946, '6', 'Girl\'ѕ cоuрle. Wе wаnt tо mееt а man!...', ''),
(20538, 1, 2946, '7', 'Hеlloǃ\r\nΙ aроlоgizе fоr the overlу ѕрeсіfіс mesѕage.\r\nМy gіrlfriеnd аnd Ι love еаch оther. Аnd we аrе all great.\r\nΒut... wе nееd а mаn.\r\nWе аre 24 уеаrѕ old, from Romаnіa, we аlѕo knоw english.\r\nWе nеvеr get bored! And nоt оnly іn tаlk...\r\nMу namе іs Anіka, my prоfilе is hеrе: http://propripousku.tk/rdx-73284/', ''),
(20539, 1, 2947, '1', 'Eric', ''),
(20540, 1, 2947, '2', 'Jones', ''),
(20541, 1, 2947, '3', 'ericjonesmyemail@gmail.com', ''),
(20542, 1, 2947, '4', '(555) 555-1212', ''),
(20543, 1, 2947, '5', 'NH', ''),
(20544, 1, 2947, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(20545, 1, 2947, '7', 'Dear gangagen.com Administrator.\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE http://jumboleadmagnet.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://jumboleadmagnet.com to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://jumboleadmagnet.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://jumboleadmagnet.com/unsubscribe.aspx?d=gangagen.com', ''),
(20546, 1, 2948, '1', 'PhilGot', ''),
(20547, 1, 2948, '2', 'PhilGot', ''),
(20548, 1, 2948, '3', 'draikkimr976@gmail.com', ''),
(20549, 1, 2948, '4', '(181) 373-1378', ''),
(20550, 1, 2948, '5', 'google', ''),
(20551, 1, 2948, '6', 'Hallo    wrote about your the price', ''),
(20552, 1, 2948, '7', 'Sveiki, aš norėjau sužinoti jūsų kainą.', ''),
(20553, 1, 2949, '1', 'Terrie', ''),
(20554, 1, 2949, '2', 'Heck', ''),
(20555, 1, 2949, '3', 'terrie.heck@gmail.com', ''),
(20556, 1, 2949, '4', '(418) 222-1045', ''),
(20557, 1, 2949, '5', 'Terrie Heck', ''),
(20558, 1, 2949, '6', 'Do you have enough  customers?', ''),
(20559, 1, 2949, '7', 'Do you need targeted Customers emails and phone numbers , so I am here to help you check out  my Fiverr 5 stares profile serving over 880 happy customers\r\n contact me here and tell me what you need  ===== > https://tinyurl.com/3ckxfu2c\r\nSee you there\r\n\r\nRegards\r\nAwals', ''),
(20560, 1, 2950, '1', 'NiqdLqscIN', ''),
(20561, 1, 2950, '2', 'NiqdLqscIN', ''),
(20562, 1, 2950, '3', 'mitaxebandilis@gmail.com', ''),
(20563, 1, 2950, '4', '(748) 556-0326', ''),
(20564, 1, 2950, '5', 'google', ''),
(20565, 1, 2950, '6', 'Отличный вариант для всех, просто пишите', ''),
(20566, 1, 2950, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(20567, 1, 2951, '1', 'avESVuQwRl', ''),
(20568, 1, 2951, '2', 'avESVuQwRl', ''),
(20569, 1, 2951, '3', 'callvisvetlana@list.ru', ''),
(20570, 1, 2951, '4', '(172) 260-2145', ''),
(20571, 1, 2951, '5', 'google', ''),
(20572, 1, 2951, '6', 'Вам хороший вариант вот тут', ''),
(20573, 1, 2951, '7', 'Вам хороший вариант вот тут ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(20574, 1, 2952, '1', 'kazinoglirm', ''),
(20575, 1, 2952, '2', 'kazinoglirm', ''),
(20576, 1, 2952, '3', 'kazinolain@gmail.com', ''),
(20577, 1, 2952, '4', '(332) 620-6417', ''),
(20578, 1, 2952, '5', 'google', ''),
(20579, 1, 2952, '6', 'бездепозитные скидки он-лайн', ''),
(20580, 1, 2952, '7', 'здравия желаю  -как хотите.  \r\n  \r\n форекс все бездепозитные бонусы  \r\n  \r\n10 практических путей к успеху.  \r\n  \r\nЭто - экстаз! Что было самым лучшим сегодня? . Если бы ваша жизнь была фильмом, как бы он назывался?   \r\n  \r\nприятно, если набрать 500$ + 225 FS в онлайн казино как, <a href=http://playfortuna-ru.tb.ru/>игровые автоматы бонус за первый депозит</a> на сайте: https://playfortuna-ru.tb.ru/, реально ли отыграть вейджер Х30 за сессию игры в игровые автоматы?  \r\n  \r\nЕсли, кто не в курсе, получил подношение здесь: <a href=http://playfortuna-1.tb.ru/>бонусы в казино за регистрацию</a>, а именно:   \r\n  \r\n<a href=http://playfortuna-1.tb.ru/>БОНУСЫ КАЗИНО ОНЛАЙН 600$ + 125 FS >>></a>  \r\n  \r\nУвидел сувенир в телеграме - часто используемый канал: @new_bonuses, подробнее - http://t.me/new_bonuses  \r\n  \r\nОбщественнo о бонусах онлайн: <a href=http://playfortuna-1.tb.ru/> play fortuna com зеркало сегодня</a>  \r\n \r\nПодробнее:http://vk.com/bonusycasino_online \r\n  \r\nсмотрибельно - глобальнейший: <a href=http://bonusi.tb.ru/zaim>займ онлайн zaim online</a> \r\nтекстанувший: \r\n \r\nДаст ли банк ипотечный кредит, если человек получает зарплату не официально, а «в конверте»? \r\nКвартира приобреталась с помощью ипотечного кредита, который еще не погашен, но теперь хотелось бы сделать перепланировку из-за того, что одна из комнат является проходной. \r\n \r\nСущественно о займе: loan.tb.ru -  займы круглосуточно - Займ без процентов - Ищите: плохой кредит - смотрите: Займ онлайн без процентов. Первый займ под 0%Срочный займ без отказа. Первый займ под 0 процентов. Выдача займа через 5 минут. Мгновенно. Круглосуточное одобрение. От 0% в день. 99% одобрения. Деньги онлайн. Круглосуточно. Мгновенное получение. Займ от 0% в день - займ online ru Южно-Сахалинск \r\n \r\n ну, погоди: <a href=http://creditonline.tb.ru/>кредит наличными справок</a> \r\n \r\nстановой: <a href=http://bonuses.turbo.site/>«казино»</a> \r\n \r\nбаза: <a href=http://bonusi.tb.ru/>хоум кредит личный кабинет</a> \r\n \r\n захватывающе - первостепенной важности: <a href=http://bonusi.tb.ru/kredit>договор микрофинансового займа</a> \r\n \r\n занимательно:<a href=http://slotwins.mya5.ru/>no Deposit bonus casino</a> \r\n \r\n как хочешь: <a href=http://credit-online.turbo.site/>деньги в кредит в банке</a> \r\n \r\nвысокая значимость: <a href=http://credits.mya5.ru/>займ на кошелек</a> \r\n \r\nключевой: <a href=http://credits-online.mya5.ru/>калькулятор кредита онлайн</a> \r\n \r\nзавлекательно:<a href=http://boosty.to/casino-online>бонус магазин</a> \r\n \r\nавантажно:<a href=http://vk.com/casino_bez_depozita_2021>бездепозитный бонус</a> \r\n \r\nверховный: <a href=http://bonus.ru.net/>казино икс</a> \r\n \r\nдело хозяйское: <a href=http://bonusi.tb.ru/>кредит друга</a> \r\n \r\n прикинь: <a href=http://kredity.tb.ru/>какие банки дают кредит</a> \r\nпикантно:<a href=http://boosty.to/casinoonline>казино на деньги</a> \r\n \r\nишь: <a href=http://boosty.to/credits>ешь кредит</a> \r\n \r\nкак угодно: <a href=http://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-6022fdda9eeef76a6925c6fe>ставки по кредитам</a> \r\n \r\nзахватывающе:<a href=http://boosty.to/casino-online>где бонус</a> \r\n \r\n зы: <a href=http://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit>ипотечный кредит</a> \r\n \r\nпогоди же: <a href=https://user373133.tourister.ru/blog/19226>кредит квартира банк</a> \r\n \r\nруководитель: <a href=http://sites.google.com/view/zaimy-tyt/>процентный кредит</a> \r\n \r\nна первом месте: <a href=https://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b>онлайн кредит банк</a> \r\n \r\n \r\nhttp://www.avito.ru/moskva/predlozheniya_uslug/avitolog_prodvizhenie_na_avito_posting_2731917893 \r\nhttp://vk.com/@avitolog_2023-posting-na-avito-razmeschenie-obyavlenii-na-avito \r\nhttp://vk.com/avitolog_2023 \r\nhttp://vk.com/avito_2023 \r\nhttp://vk.com/burger_pushkin \r\nhttp://tgstat.ru/en/chat/@new_bonuses \r\nhttp://tgstat.ru/en/chat/@zaimonlinetyt \r\nhttp://tgstat.ru/en/chat/@casinos_2021 \r\nhttp://tgstat.ru/en/chat/@zaimycredity \r\nhttp://credit-online.turbo.site/ \r\nhttp://twitter.com/CasinoBonusi \r\nhttp://vk.com/bonuses23 \r\nhttp://vk.com/@bonuses23-casino-registration \r\nhttp://vk.com/@playfortunacomru-play-fortuna-registraciya \r\nhttp://vk.com/playfortunacomru \r\nhttp://twitter.com/bonusykazino \r\nhttp://twitter.com/bonusykazino/status/1606330268985475075 \r\nhttp://twitter.com/bonusykazino/status/1606334813241085953 \r\nhttp://twitter.com/bonusykazino/status/1606326484758667264 \r\nhttp://twitter.com/CasinoBonusi/status/1602974856496271361 \r\nhttp://twitter.com/CasinoBonusi/status/1602981560525160448 \r\nhttp://twitter.com/CasinoBonusi/status/1602979584340889601 \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid02NYYTYVahaaixRzHZuXfni1ekC928TDMDdTcCUdmy52zJUt4MrTuPAhB58uDwpZYil&id=100017183618781 \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid0eimWgqQgdxZ1k9R1L9Fe5nopxZjKpthzU1MeYtdeEM8eF5YZKV9YxpYA5HJEgu9Fl&id=100017183618781 \r\nhttp://vk.com/bonusesnew \r\nhttp://vk.com/@bonusesnew-bezdepozitnye-bonusy-kazino-2023-za-registraciu \r\nhttp://vk.com/zajmy_onlajn_na_kartu_2023 \r\nhttp://vk.com/@zajmy_onlajn_na_kartu_2023-zaimy-na-kartu-vzyat-zaim-bez-otkaza \r\nhttp://bit.ly/casinobonusy \r\nhttp://yandex.ru/collections/user/949d3tg485gjcy4027bb8j1q48/bonusy-kazino-za-registratsiiu/?share=NWVhMjA0ZjAwMzNlZGExOTEwMTYzZDRlXzVkNDk5MWMxYTg5NWIyMDBhNWM5ZDE2Mg%3D%3D \r\nhttp://vk.com/bonuses_new \r\nhttp://vk.com/@bonuses_new-bonusy-za-registraciu \r\nhttp://vk.com/bonusycasino_online \r\nhttp://vk.com/@bonusycasino_online-bezdepozitnye-bonusy-onlain-kazino-2023 \r\nhttp://vk.com/dating_website + http://vk.link/dating_website \r\nhttp://spark.ru/startup/credit-loan/blog/99728/krediti-i-zajmi-rossii \r\nhttp://vk.link/credit_online_rf + http://vk.com/credit_online_rf \r\nhttp://www.facebook.com/CreditOnlineNow + http://vk.com/strahovanieresospb http://strahovanie-reso.turbo.site/ http://vk.com/kredity_banki http://vk.com/creditsru http://vk.com/credit_online_rf http://vk.link/credit_online_rf http://vk.link/strahovanieresospb \r\nhttp://bonusi.tb.ru/| http://bonusi.tb.ru/kredit| http://bonusi.tb.ru/zaim| http://bonusi.tb.ru/bank| http://bonusi.tb.ru/credit-cards|http://bonusi.tb.ru/avtokredit| http://bonusi.tb.ru/ipoteka \r\nhttp://creditonline.tb.ru \r\nhttp://creditonline.tb.ru/microloans \r\nhttp://creditonline.tb.ru/avtokredity \r\nhttp://creditonline.tb.ru/bez-spravok \r\nhttp://creditonline.tb.ru/dengi \r\nhttp://creditonline.tb.ru/banki \r\nhttp://creditonline.tb.ru/kreditnye-karty \r\nhttp://creditonline.tb.ru/potrebitelskie-kredity \r\nhttp://creditonline.tb.ru/refinansirovanie \r\nhttp://creditonline.tb.ru/zajmy-na-kartu \r\nhttp://socprofile.com/alise-miami/ \r\nhttp://ru.pinterest.com/datingsiteonline/ \r\nhttp://twitter.com/alisemiami \r\nhttp://adult-dating-app.blogspot.com/ \r\nhttp://adult-dating-4you.blogspot.com/ \r\nhttp://adult-dating-2021.blogspot.com/ \r\nhttp://www.reddit.com/user/advertising2023 \r\nhttp://www.pi', ''),
(20581, 1, 2953, '1', 'Williamovaky', ''),
(20582, 1, 2953, '2', 'Williamovaky', ''),
(20583, 1, 2953, '3', 'inet4747@outlook.com', ''),
(20584, 1, 2953, '4', '(550) 427-4264', ''),
(20585, 1, 2953, '5', 'google', ''),
(20586, 1, 2953, '6', 'Custom Large Halloween Cliparts', ''),
(20587, 1, 2953, '7', '<a href=https://fayniykit.etsy.com>Custom Large Halloween Cliparts SVG, PDF, Jpg, Png and Much More!</a>', ''),
(20588, 1, 2954, '1', 'JamesspevA', ''),
(20589, 1, 2954, '2', 'JamesspevA', ''),
(20590, 1, 2954, '3', 'pdq0v@course-fitness.com', ''),
(20591, 1, 2954, '4', '(442) 573-2806', ''),
(20592, 1, 2954, '5', 'google', ''),
(20593, 1, 2954, '6', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠', ''),
(20594, 1, 2954, '7', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠 \r\n \r\n \r\nhttps://tx9j.tw/', ''),
(20595, 1, 2955, '1', 'Chloe', ''),
(20596, 1, 2955, '2', 'Davis', ''),
(20597, 1, 2955, '3', 'chloe@cashmanage.xyz', ''),
(20598, 1, 2955, '4', '(725) 867-2209', ''),
(20599, 1, 2955, '5', 'Next Day Working Capital', ''),
(20600, 1, 2955, '6', 'Hello', ''),
(20601, 1, 2955, '7', 'Would you consider some additional working capital if the price and terms were acceptable?\r\n\r\n See what you qualify for in less\r\n\r\nthan 30 seconds without affecting your credit or submitting a single document.\r\n\r\nGo to www.nextdayworkingcapital.com to instantly see how much we can offer you. \r\n\r\n\r\n\r\n\r\nChole Davis\r\nNext Day Working Capital\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe\r\n\r\n\r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(20602, 1, 2956, '1', 'EddieEvose', ''),
(20603, 1, 2956, '2', 'EddieEvose', ''),
(20604, 1, 2956, '3', 'baidenpsih@rambler.ru', ''),
(20605, 1, 2956, '4', '(161) 160-7013', ''),
(20606, 1, 2956, '5', 'google', ''),
(20607, 1, 2956, '6', 'кракен ссылка тор', ''),
(20608, 1, 2956, '7', 'Admin Quite so, this is extremely relevant: https://xn--krakn-q51b.com \r\nНа Kraken вы найдете огромный выбор позиций от различных продавцов. <a href=\"https://xn--krken-k11b.com\">кракен официальный сайт</a>  Каждый продавец имеет свой рейтинг, отзывы и другую информацию, которая поможет вам выбрать подходящее предложение. Благодаря этому вы можете быть уверены в качестве позиций и надежности продавцов. Вам не понадобится Tor браузер - наша площадка работает без него. \r\n-= кракен тор: https://xn--v14-7ua.com =- \r\n-= kraken зеркало: https://xn--raken-n5a.com =- \r\n-= kraken darknet: https://xn--krken-k11b.com =- \r\n-= kraken darknet: https://xn--krakn-q51b.com =- \r\nEN88769990kk \r\n \r\n<a href=https://xn--v11-7ua.com>кракен сайт даркнет </a> \r\n<a href=https://xn--raken-n5a.com>кракен ссылка тор </a>', ''),
(20609, 1, 2957, '1', 'Lavillreich', ''),
(20610, 1, 2957, '2', 'Lavillreich', ''),
(20611, 1, 2957, '3', 'revers@1ti.ru', ''),
(20612, 1, 2957, '4', '(174) 177-5733', ''),
(20613, 1, 2957, '5', 'google', ''),
(20614, 1, 2957, '6', 'lichrospher 100 diol купить онлайн в интернет-магазине химмед', ''),
(20615, 1, 2957, '7', '<a href=https://chimmed.ru/products/antitela-human-pnp-affinity-purified-polyclonal-ab-id=388992>антитела human pnp affinity purified polyclonal ab купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>lichrospher 100 diol купить онлайн в интернет-магазине химмед </u> \r\n<i>lichrospher 100 diol купить онлайн в интернет-магазине химмед </i> \r\n<b>lichrospher 100 diol купить онлайн в интернет-магазине химмед </b> \r\n \r\nантитела human pnr nr2e3 mab (clone h7223) купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/antitela-human-pnr-nr2e3-mab-clone-h7223-id=384284', ''),
(20616, 1, 2958, '1', 'insishteani', ''),
(20617, 1, 2958, '2', 'insishteani', ''),
(20618, 1, 2958, '3', 'nikorastam@gmail.com', ''),
(20619, 1, 2958, '4', '(551) 167-0785', ''),
(20620, 1, 2958, '5', 'google', ''),
(20621, 1, 2958, '6', 'Chapter 136', ''),
(20622, 1, 2958, '7', 'http://an.hongshan.live/ - https://movie4me.zlkdkeihsy.buzz/images/img2.jpg \r\n \r\nhttp://dnf.tode555.net/ - РЎРєР°С‡Р°С‚СЊ РјСѓР·С‹РєСѓ СЃ РІРє РїСЂРѕС‰Рµ РїСЂРѕСЃС‚РѕРіРѕ  - .\r\nhttp://deluxetitsfuns.gospelproduction.com/ - Big tits porn  - .\r\nhttp://porner69.858207.com/ - Free Nude Pictures Galleries  - Free porn pics – tons of hardcore galleries, pictures and sex images. Naked girls and women: amateurs and pornstars. Sensual erotic images and extreme porn..', ''),
(20623, 1, 2959, '1', 'William T', ''),
(20624, 1, 2959, '2', 'Longstreet', ''),
(20625, 1, 2959, '3', 'salestensixteen@gmail.com', ''),
(20626, 1, 2959, '4', '(438) 321-9386', ''),
(20627, 1, 2959, '5', 'Jersey Corporate', ''),
(20628, 1, 2959, '6', 'Thank you for your help', ''),
(20629, 1, 2959, '7', 'Hello gangagen.com, we\'ve seen a significant demand for our soccer jerseys as corporate gifts recently and wanted to share this with you\r\n\r\nEvery order includes tracking and is backed by our satisfaction guarantee\r\n\r\nPlease feel free to reach out by TEXT at (438) 321-9386 or salestensixteen@gmail.coml\r\nhttps://revjersey.com/?s=messi&post_type=product', ''),
(20630, 1, 2960, '1', 'Mike Clifford', ''),
(20631, 1, 2960, '2', 'Mike Clifford', ''),
(20632, 1, 2960, '3', 'mikePovaTasy@gmail.com', ''),
(20633, 1, 2960, '4', '(562) 254-7804', ''),
(20634, 1, 2960, '5', 'google', ''),
(20635, 1, 2960, '6', 'FREE fast ranks for gangagen.com', ''),
(20636, 1, 2960, '7', 'Hi there \r\n \r\nJust checked your gangagen.com baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\n \r\nRegards \r\nMike Clifford\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', ''),
(20637, 1, 2961, '1', 'AndrewThofe', ''),
(20638, 1, 2961, '2', 'AndrewThofe', ''),
(20639, 1, 2961, '3', 'xopo7b@course-fitness.com', ''),
(20640, 1, 2961, '4', '(025) 400-8304', ''),
(20641, 1, 2961, '5', 'google', ''),
(20642, 1, 2961, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(20643, 1, 2961, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(20644, 1, 2962, '1', 'JohnnyVAP', ''),
(20645, 1, 2962, '2', 'JohnnyVAP', ''),
(20646, 1, 2962, '3', 'jtxfwi@course-fitness.com', ''),
(20647, 1, 2962, '4', '(883) 868-7786', ''),
(20648, 1, 2962, '5', 'google', ''),
(20649, 1, 2962, '6', 'Game LIFE 遊戲情報', ''),
(20650, 1, 2962, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(20651, 1, 2963, '1', 'Gordonplunk', ''),
(20652, 1, 2963, '2', 'Gordonplunk', ''),
(20653, 1, 2963, '3', 'yh8xu@course-fitness.com', ''),
(20654, 1, 2963, '4', '(322) 014-2471', ''),
(20655, 1, 2963, '5', 'google', ''),
(20656, 1, 2963, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(20657, 1, 2963, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(20658, 1, 2964, '1', 'Haroldhyday', ''),
(20659, 1, 2964, '2', 'Haroldhyday', ''),
(20660, 1, 2964, '3', '2amw@course-fitness.com', ''),
(20661, 1, 2964, '4', '(541) 076-4487', ''),
(20662, 1, 2964, '5', 'google', ''),
(20663, 1, 2964, '6', '歐客佬精品咖啡!ENDVALUE!', ''),
(20664, 1, 2964, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(20665, 1, 2965, '1', 'RobertVex', ''),
(20666, 1, 2965, '2', 'RobertVex', ''),
(20667, 1, 2965, '3', 'daniil.cherepanovrfx@yandex.ru', ''),
(20668, 1, 2965, '4', '(074) 646-0537', ''),
(20669, 1, 2965, '5', 'google', ''),
(20670, 1, 2965, '6', 'https://clck.ru/34aceM', ''),
(20671, 1, 2965, '7', 'https://clck.ru/34aceM', ''),
(20672, 1, 2966, '1', 'Brain', ''),
(20673, 1, 2966, '2', 'Koop', ''),
(20674, 1, 2966, '3', 'brain.koop@outlook.com', ''),
(20675, 1, 2966, '4', '(206) 985-3787', ''),
(20676, 1, 2966, '5', 'Brain Koop', ''),
(20677, 1, 2966, '6', 'Your Ad Submitted To 1000\'s of High Traffic Ad Site Pages Automatically!', ''),
(20678, 1, 2966, '7', 'Hi Paul here,\r\n\r\nMy friend Matt has just made his classified ad submission service even better!\r\nSee-->> https://www.classifiedsubmissions.de\r\nHe will submit your classified ads to the following:\r\n\r\n*1000\'s of Hi Traffic Ad Pages\r\n*30+ Upgraded Ads on 30+ High Traffic AdSites $150. Value!\r\n*You Full Page Log In Ad In Rotation on 30+ High Traffic Ad Websites!\r\n*Your Text Ad In Rotation on The Home Page and Every Page of 30+ High Traffic Ad Sites\r\n* Your Ad Re-Submitted Every Day on Autopilot So it Goes Back to The Top of Your Category Daily\r\n\r\nSubmitting classified ads is old school marketing\r\nwhich still works. The problem is that it can\r\nbe very time consuming submitting ads every month.\r\n\r\nThis problem has been have solved for you with Classifiedsubmissions.com.\r\nLet us do all the work for you.\r\n\r\nYour campaign can start within 48 hours or less.\r\n\r\nSee here to get started:\r\nhttps://www.classifiedsubmissions.de\r\nMuch Success,\r\nPaul', ''),
(20679, 1, 2967, '1', '비아그라 사이트!ENDVALUE!', ''),
(20680, 1, 2967, '2', '비아그라 사이트!ENDVALUE!', ''),
(20681, 1, 2967, '3', 'help@gwmetabitt.com', ''),
(20682, 1, 2967, '4', '(308) 151-1130', ''),
(20683, 1, 2967, '5', 'google', ''),
(20684, 1, 2967, '6', '60대 이상은 사회적, 몸의으로 제2의 사춘기를 맞이하는 시기다. 시알리스 구매은 안팎의 변화를 겪는 이들의 섹스가 즐거워질 수 있는 방법이 있을까? 전문가들은 노년기 성생활 질 향상을 위한 방법으로 발기부전치료제와 윤활제 사용을 추천했다.', ''),
(20685, 1, 2967, '7', '비아그라 효과가 필요한 이유는 간단하다. 연령대가 들면 섹스 라이프(Sex life)가 줄어들 것이란 편견과 달리, 우리나라 60세 이상 성인들은 활력넘치는 섹스 라이프(Sex life)를 하고 있다. 지난 1일 대한임상노인의학회 춘계학술대회 발표의 말을 인용하면, 60~64세는 84.5%, 65~69세는 69.5%가 성생활을 하고 있다. 75~79세의 58.7%, 80~84세 36.5%도 섹스 라이프(Sex life)를 하고 있다고 응답했다. 60대의 절반 이상이, 80대 노인도 20~30%는 섹스 라이프(Sex life)를 하는 것이다. \r\n \r\n<a href=https://viagrainformation.com/>비아그라 직구</a>', ''),
(20686, 1, 2968, '1', 'Kevinprect', ''),
(20687, 1, 2968, '2', 'Kevinprect', ''),
(20688, 1, 2968, '3', 'inet4747@outlook.com', ''),
(20689, 1, 2968, '4', '(276) 447-6174', ''),
(20690, 1, 2968, '5', 'google', ''),
(20691, 1, 2968, '6', 'News 2023', ''),
(20692, 1, 2968, '7', 'Synthetic dreads, wool dreads http://pint77.com/ Women\'s Linen clothing brand, Polymer clay stamps, Custom cookie cutters, KUZEMA Personalised Baby Gifts.', ''),
(20693, 1, 2969, '1', 'MikhailSEO', ''),
(20694, 1, 2969, '2', 'MikhailSEO', ''),
(20695, 1, 2969, '3', 'yourmail@gmail.com', ''),
(20696, 1, 2969, '4', '(552) 223-6875', ''),
(20697, 1, 2969, '5', 'google', ''),
(20698, 1, 2969, '6', 'Помогу увеличить посещаемость и доходность сайта', ''),
(20699, 1, 2969, '7', 'Здравствуйте. Готов помочь увеличить посещаемость и доходность вашего сайта, а также решить все имеющиеся на сайте проблемы. Причем рост посещаемости будет идти за счет притока целевых посетителей из поисковых систем, что для вас максимально выгодно и перспективно. \r\n \r\nНемного информации о себе. Я специалист в области создания, доработки и продвижения сайтов. Также имею знания и опыт в ряде смежных областей. Опыт работы составляет больше 19 лет. Работу всегда выполняю качественно. \r\n \r\nОсновные направления моей деятельности: \r\n \r\n1. Внутренняя оптимизация. Все необходимые работы по сайту с целью достижения наилучших позиций в поисковых системах, улучшение конверсионных качеств и юзабилити, решение всех встреченных ошибок, при необходимости внедрение нового или улучшение старого функционала. \r\n \r\n2. Продвижение в поисковых системах. Работа с улучшением позиций по значимым для вас поисковым запросам, что способно дать большой приток целевой аудитории на сайт. \r\n \r\n3. Создание сайтов различных типов. Могу создать лендинг, интернет-магазин, сайт компании, информационный сайт, блог и т. д. \r\n \r\n4. Работа с отзывами в интернете. Создание и продвижение хороших отзывов, а также удаление плохих. \r\n \r\n5. Настройка рекламных кампаний в различных сервисах контекстной рекламы (Яндекс Директ и т. д.). \r\n \r\n6. Создание, доработка и продвижение групп и каналов в социальных сетях. Сюда входит: youtube, телеграм, вконтакте и другие. \r\n \r\nТакже могу помочь вам и в ряде иных вопросов. Пишите на почту: mikhail.r.seo@gmail.com', ''),
(20700, 1, 2970, '1', 'Chloe', ''),
(20701, 1, 2970, '2', 'Davis', ''),
(20702, 1, 2970, '3', 'chloe@cashmanage.xyz', ''),
(20703, 1, 2970, '4', '(725) 867-2209', ''),
(20704, 1, 2970, '5', 'Next Day Working Capital', ''),
(20705, 1, 2970, '6', 'Hello', ''),
(20706, 1, 2970, '7', 'Would you consider some additional working capital if the price and terms were acceptable?\r\n\r\n See what you qualify for in less\r\n\r\nthan 30 seconds without affecting your credit or submitting a single document.\r\n\r\nGo to www.nextdayworkingcapital.com to instantly see how much we can offer you. \r\n\r\n\r\n\r\n\r\nChole Davis\r\nNext Day Working Capital\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe\r\n\r\n\r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(20707, 1, 2971, '1', 'Andremail', ''),
(20708, 1, 2971, '2', 'Andremail', ''),
(20709, 1, 2971, '3', 'yourmail@gmail.com', ''),
(20710, 1, 2971, '4', '(313) 717-0820', ''),
(20711, 1, 2971, '5', 'google', ''),
(20712, 1, 2971, '6', 'I will increase your sales through mass mailings', ''),
(20713, 1, 2971, '7', 'Hello. I will increase your sales through mass mailings. I guarantee anonymity and quality. Moderate prices and high returns. I am aimed at long-term cooperation. I work with different countries. Very great experience. \r\n \r\nI deal with the following types of mailings: e-mail mailings, mailings via instant messengers and social networks (for example, WhatsApp), mailings via Skype, mailings via SMS messages and automated telephone calls. \r\n \r\nMailings are carried out through my databases, the customer’s databases, and if necessary, I collect contacts of target recipients from scratch for the customer’s specific business. \r\n \r\nWrite to my email: ertml888@gmail.com', ''),
(20714, 1, 2972, '1', 'LucillePoine', ''),
(20715, 1, 2972, '2', 'LucillePoine', ''),
(20716, 1, 2972, '3', 'lion.pirogoff@yandex.ru', ''),
(20717, 1, 2972, '4', '(382) 504-4860', ''),
(20718, 1, 2972, '5', 'google', ''),
(20719, 1, 2972, '6', 'https://clck.ru/34acb5', ''),
(20720, 1, 2972, '7', 'https://clck.ru/34acb5', ''),
(20721, 1, 2973, '1', 'IsabellaMa', ''),
(20722, 1, 2973, '2', 'IsabellaMa', ''),
(20723, 1, 2973, '3', 'isabellaMa@narrenstacke.com', ''),
(20724, 1, 2973, '4', '(171) 334-0831', ''),
(20725, 1, 2973, '5', 'google', ''),
(20726, 1, 2973, '6', 'Ι аm аn ordinаry gіrl. Ι want tо mеet аn ordinary serіоus man.', ''),
(20727, 1, 2973, '7', 'Hіǃ\r\nI\'vе notісеd thаt manу guуs prеfеr rеgular gіrls.\r\nI aррlaudе the men out therе whо had thе balls tо еnϳоy the lоve оf many wоmеn and choоѕe thе оnе thаt he knеw would be hіѕ best friend durіng thе bumрy аnd сrazу thіng сallеd lіfе.\r\nI wantеd to bе thаt frіеnd, not juѕt a stablе, relіаblе and bоrіng hоuѕеwіfе.\r\nΙ am 24 yeаrs old, Isаbеlla, frоm the Czеch Reрublіc, knоw Englіsh languаgе also.\r\nАnуwаy, you сan fіnd my рrоfilе here: http://tionetwayponhupow.tk/idi-56646/', ''),
(20728, 1, 2974, '1', '온라인 레플리카 쇼핑몰!ENDVALUE!', ''),
(20729, 1, 2974, '2', '온라인 레플리카 쇼핑몰!ENDVALUE!', ''),
(20730, 1, 2974, '3', 'help@gwmetabitt.com', ''),
(20731, 1, 2974, '4', '(003) 126-0080', ''),
(20732, 1, 2974, '5', 'google', ''),
(20733, 1, 2974, '6', '코로나19 단기화로 온라인 유통채널 거래량이 급상승하면서 긴밀한 커뮤니케이션 여부가 남성 가방 레플리카쇼핑 플랫폼의 주요 경쟁력으로 떠오르고 있을 것입니다.', ''),
(20734, 1, 2974, '7', '해외 인터넷 쇼핑 업계에 ‘아마존 공습경보가 울렸다. 옥션과 지마켓을 보유한 미국 이베이와 쿠팡의 실질적 소유주인 일본 소프트뱅크에 이어 미국 아마존이 13번가 투자를 통해 해외에 진출하면서, 우리나라 인터넷 쇼핑몰 시장은 글로벌 대형 기업들의 각축장이 되게 됐다. 이렇게 함으로 롯데그룹ㆍ신세계그룹ㆍ인터파크ㆍ위메프ㆍ티몬 등 토종 사업자의 입지는 아주 좁아지게 됐다. 특히 아마존을 벤치마킹해온 쿠팡은 ‘스승이나 다름없는 아마존과 숙명적 일전이 불가피해졌다. \r\n \r\n<a href=https://mimicism.com/>온라인 레플리카</a>', ''),
(20735, 1, 2975, '1', 'William', ''),
(20736, 1, 2975, '2', 'TAM', ''),
(20737, 1, 2975, '3', 'revjersey@vantateam.com', ''),
(20738, 1, 2975, '4', '(438) 321-9386', ''),
(20739, 1, 2975, '5', 'Rev Jersey', ''),
(20740, 1, 2975, '6', 'The Ultimate Holiday Gift', ''),
(20741, 1, 2975, '7', 'The reference in soccer Jerseys\r\n\r\nhttps://revjersey.com/?s=messi&post_type=product\r\n\r\nEvery order includes tracking and is backed by our satisfaction guarantee\r\nPlease feel free to reach out by TEXT at (438) 321-9386 or sales@vantateam.com', ''),
(20742, 1, 2976, '1', 'Jesus', ''),
(20743, 1, 2976, '2', 'Boase', ''),
(20744, 1, 2976, '3', 'jesus.boase15@yahoo.com', ''),
(20745, 1, 2976, '4', '(630) 309-1862', ''),
(20746, 1, 2976, '5', 'Jesus Boase', ''),
(20747, 1, 2976, '6', 'To the gangagen.com Webmaster.', ''),
(20748, 1, 2976, '7', 'I just left you this message on your website contact form at gangagen.com and I have also sent it to millions of other sites. I get new customers every day using this method and so can you! For just under a hundred bucks you can reach 1 million websites! For more info and pricing, just reach out to me via Skype here: live:.cid.303294bd15a81bc7', ''),
(20749, 1, 2977, '1', 'enlareTar', ''),
(20750, 1, 2977, '2', 'enlareTar', ''),
(20751, 1, 2977, '3', 'maximmad222@yandex.ru', ''),
(20752, 1, 2977, '4', '(608) 277-6010', ''),
(20753, 1, 2977, '5', 'google', ''),
(20754, 1, 2977, '6', 'XBOX игры купить  разнообразные игры:  XBOX Цифровые версии игр', ''),
(20755, 1, 2977, '7', 'Приветствую вас, Цифровые версии игр ключи XBOX CD KEY и игра Fifa-стань известным футболистом как Пеле, Марадонна, Рональдо, Месси  +  https://ggsel.net/catalog/product/3116767 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://ggsel.net/catalog/product/3589474 \r\n<b>ИНТЕРНЕТ МАГАЗИН ЦИФРОВЫХ ТОВАРОВ</b> https://bysel.ru/goods/?activation=gift-card \r\nАкканты xbox  https://ggsel.net/catalog/product/3622275 \r\nигры +на xbox +one купить дешевоhttps://ggsel.net/catalog/product/3037131 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://digiseller.market/asp2/pay_options.asp?id_d=3582748 \r\nключи игр xbox +one купитьhttps://ggsel.net/catalog/product/3008735 \r\n<b>чат-бот с искусственным интеллектом</b>https://ggsel.net/catalog/product/3225209 \r\nsteam key купитьhttps://bysel.ru/goods/borderlands-3-super-deluxe-steam-ru-podarok/ \r\n<b>xbox gift card(покупка игр в иностранном аккаунте</b>)https://ggsel.net/catalog/product/3614567 \r\n<b>Steam google Turkey   Gift Card Code FOR TURKEY ACCOUN</b>  https://ggsel.net/catalog/product/3808181 <b>стим игры дешевле чем в русском аккаунте</b>)https://ggsel.net/catalog/product/3473640 \r\n<b>Новый Стим аккаунт ( Турция/Полный доступ) PayPaL</b>https://ggsel.net/catalog/product/3538356 \r\nLeague Of Legends 850 LoL RP - ТУРЦИЯ https://ggsel.net/catalog/product/3296427 \r\nValorant 740 VP or 1050 Riot Points - ТОЛЬКО ТУРЦИЯ https://ggsel.net/catalog/product/3331571 \r\nPUBG Mobile 325 UC Unknown Cashhttps://ggsel.net/catalog/product/3813637 \r\nPlaystation Network (PSN) 10$(USA)https://ggsel.net/catalog/product/3466036 \r\n<b>Steam gift card USD(пополнение кошелька)</b> https://ggsel.net/catalog/product/3465075 \r\niTUNES GIFT CARD - (TURKEY/USD) https://ggsel.net/catalog/product/3622021 \r\n<b>Adguard Premium 1ПК(</b>(лучший блокировщик рекламы.спама, всплывающие окна ) https://ggsel.net/catalog/product/3046307 \r\nGoogle play gift card https://ggsel.net/catalog/product/3538356 \r\nNetflix Турция Подарочный код TL??(VPN постоянно) \r\n<b>Netflix Plans \r\n</b>дешевле чем в других аккаунтах https://ggsel.net/catalog/product/2911572 \r\nBlizzard Gift Card  USD ?BATTLE.NET https://ggsel.net/catalog/product/3025661 \r\nRAZER GOLD GIFT CARD  (USD)</b> Global Pin https://ggsel.net/catalog/product/3051315 \r\n<b>Nintendo подписка 3 месяца гифт карты</b> +https://ggsel.net/catalog/product/3296413 \r\nPSN аккаунт Турция https://ggsel.net/catalog/product/3473640 \r\n<b>EA PLAY XBOX 1 месяц </b>https://ggsel.net/catalog/product/3296413 \r\n<b>Amazon gift card USD</b>(покупка на Amazon)https://ggsel.net/catalog/product/3203865 \r\n<b>xbox gift card(</b>покупка игр в зарубежном аккаунте XBOX)https://ggsel.net/catalog/product/3614567 \r\n<b>Xbox Gift Card Brazil store</b>https://ggsel.net/catalog/product/3614567 \r\n<b>Skype аккаунты с балансом для звонков</b>https://ggsel.net/catalog/product/3205694 \r\n<b>НЕДОРОГИЕ игры XBOX ONE</b> \r\nWindows 10/11 Pro 32/64 bit Лицензия https://ggsel.net/catalog/product/3221892 \r\n<b>ОПЛАТА ENOT (12 способов оплаты) 0% при оплате</b> (<u>покупайте без процентов выгоднее</u>) \r\nкупить игры +на xbox +onehttps://bysel.ru/goods/??-remnant-from-the-ashes-complete-edition-xbox-??/ \r\nАвтопополнение моментально Steam(вы зачисляете свои средства на свой стим аккаунт,пишите логин)  https://ggsel.net/catalog/product/3589474 \r\nкупить игры +на xbox +onehttps://ggsel.net/catalog/product/3180599 \r\nxbox  купить игру лицензиюhttps://ggsel.net/catalog/product/3002871 \r\nигры +на xbox +one купить дешевоhttps://ggsel.net/catalog/product/2920504 \r\nкупить gift card+https://bysel.ru/goods/?podarochnaya-karta-itunes-1000-rubley-appstore-apple?-2/ \r\n<u>купить билет</u>https://gagarina.comпосмотреть послушать увидеть в живую  на концерте Полина Гагарина альбом Навсегда-самая популярная из всех российских певиц с чуственным волшебным успокивающим талантливым голосом сходи и проверь не жадей денег потом что бы не пожалеть \r\nНедорогой качественный хостинг от 85р.  https://webhost1.ru/?r=133178  \r\n<b>Хочешь добиться чего нибудь, получи кредит в Альфа Банке</b> https://clck.ru/33Pzfy  <b>октрывай свой бизнес, работай на себя(напиши бизнес план)получи дебетную карту</b> https://clck.ru/33Pzd8 \r\nНедорогой хостинг от 85р, при переносе с другого домена 2 месяца бесплатноhttps://webhost1.ru/?r=133178', ''),
(20756, 1, 2978, '1', 'William', ''),
(20757, 1, 2978, '2', 'TAM', ''),
(20758, 1, 2978, '3', 'revjersey@vantateam.com', ''),
(20759, 1, 2978, '4', '(438) 321-9386', ''),
(20760, 1, 2978, '5', 'Rev Jersey', ''),
(20761, 1, 2978, '6', 'The Ultimate Holiday Gift', ''),
(20762, 1, 2978, '7', 'The reference in soccer Jerseys\r\n\r\nhttps://revjersey.com/?s=messi&post_type=product\r\n\r\nEvery order includes tracking and is backed by our satisfaction guarantee\r\nPlease feel free to reach out by TEXT at (438) 321-9386 or revjersey@vantateam.com', ''),
(20763, 1, 2979, '1', 'CarlosGes', ''),
(20764, 1, 2979, '2', 'CarlosGes', ''),
(20765, 1, 2979, '3', 'inet4747@outlook.com', ''),
(20766, 1, 2979, '4', '(735) 701-1058', ''),
(20767, 1, 2979, '5', 'google', ''),
(20768, 1, 2979, '6', 'Etsy', ''),
(20769, 1, 2979, '7', '<a href=https://www.youtube.com/watch?v=u5jssqb9Cog> Etsy. Увеличим продажи. Даю Гарантии Заказчику. Опыт в инете 31 год.</a>', ''),
(20770, 1, 2980, '1', 'Kevinprect', ''),
(20771, 1, 2980, '2', 'Kevinprect', ''),
(20772, 1, 2980, '3', 'inet4747@outlook.com', ''),
(20773, 1, 2980, '4', '(625) 672-8633', ''),
(20774, 1, 2980, '5', 'google', ''),
(20775, 1, 2980, '6', 'News 2023', ''),
(20776, 1, 2980, '7', 'Synthetic dreads, wool dreads http://pint77.com/ Women\'s Linen clothing brand, Polymer clay stamps, Custom cookie cutters, KUZEMA Personalised Baby Gifts.', ''),
(20777, 1, 2981, '1', '비트코인자동매매', ''),
(20778, 1, 2981, '2', '비트코인자동매매', ''),
(20779, 1, 2981, '3', 'help@gwmetabitt.com', ''),
(20780, 1, 2981, '4', '(478) 324-4036', ''),
(20781, 1, 2981, '5', 'google', ''),
(20782, 1, 2981, '6', '코인 자동매매 가격이 월간 기준으로 20년 만에 최대 낙폭을 기록하며 \'잔인한 10월\'로 마감할 것이라는 해석이 제기됐습니다.', ''),
(20783, 1, 2981, '7', '전 세계 프로그램매매 거래 검증 트랜잭션의 76%가 중국에서 발생할 만큼, 비트코인(Bitcoin) 채굴에서 있어 중국 채굴업자들의 영향력은 강력하다. 중국 국회는 여태까지 가상화폐 거래만 금지해 왔는데, 이번년도들어 채굴까지 금지하려는 움직임을 보이고 있다. 중국 국무원은 지난 30일 부총리 주재로 금융안정발전위원회 회의를 열고 \'알트코인 채굴 행위를 타격하겠다\'며 강력 규제를 예고했다. \r\n \r\n<a href=https://uprich.co.kr/>비트코인자동매매</a>', ''),
(20784, 1, 2982, '1', 'StewartWinny', ''),
(20785, 1, 2982, '2', 'StewartWinny', ''),
(20786, 1, 2982, '3', 'inet4747@outlook.com', ''),
(20787, 1, 2982, '4', '(416) 700-3573', ''),
(20788, 1, 2982, '5', 'google', ''),
(20789, 1, 2982, '6', 'News 2023', ''),
(20790, 1, 2982, '7', '<a href=https://woodenhistoryua.etsy.com> Hexagon cat shelves, Cat condo, climbing wall, wall steps, tree natural wood, jungle gym, Cat walkway, wall shelves, wall furniture, wall hammock, scratcher, wall bed, Large cat furniture, Modern  furniture</a>', ''),
(20791, 1, 2983, '1', 'Williamovaky', ''),
(20792, 1, 2983, '2', 'Williamovaky', ''),
(20793, 1, 2983, '3', 'inet4747@outlook.com', ''),
(20794, 1, 2983, '4', '(042) 632-3151', ''),
(20795, 1, 2983, '5', 'google', ''),
(20796, 1, 2983, '6', 'Custom Large Halloween Cliparts', ''),
(20797, 1, 2983, '7', '<a href=https://fayniykit.etsy.com>Custom Large Halloween Cliparts SVG, PDF, Jpg, Png and Much More!</a>', ''),
(20798, 1, 2984, '1', 'Eric', ''),
(20799, 1, 2984, '2', 'Jones', ''),
(20800, 1, 2984, '3', 'ericjonesmyemail@gmail.com', ''),
(20801, 1, 2984, '4', '(555) 555-1212', ''),
(20802, 1, 2984, '5', 'OV', ''),
(20803, 1, 2984, '6', 'Strike when the iron’s hot', ''),
(20804, 1, 2984, '7', 'Hello gangagen.com Administrator. I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://advanceleadgeneration.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://advanceleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here http://advanceleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(20805, 1, 2985, '1', 'Daniel', ''),
(20806, 1, 2985, '2', 'Garcia', ''),
(20807, 1, 2985, '3', 'daniel@capitalborrow.xyz', ''),
(20808, 1, 2985, '4', '(725) 867-2209', ''),
(20809, 1, 2985, '5', 'Next Day Working Capital', ''),
(20810, 1, 2985, '6', 'Good morning,', ''),
(20811, 1, 2985, '7', 'If you need working capital for your business this week\r\n\r\nyou really should check out our instant approval underwriting \r\n\r\nand see what you qualify for in less than 30 seconds without \r\n\r\neven pulling your credit. \r\n\r\nIf you like the offer we will fund you the next day. it\'s that simple! \r\n\r\nwww.nextdayworkingcapital.com \r\n\r\n\r\n\r\nDaniel Garcia\r\nNext Day Working Capital\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe\r\n\r\n\r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(20812, 1, 2986, '1', 'JamesTeego', ''),
(20813, 1, 2986, '2', 'JamesTeego', ''),
(20814, 1, 2986, '3', 'marcolyvm09324@gmail.com', ''),
(20815, 1, 2986, '4', '(520) 787-0613', ''),
(20816, 1, 2986, '5', 'google', ''),
(20817, 1, 2986, '6', 'Receive to Our Unfledged Website', ''),
(20818, 1, 2986, '7', 'I\'m keyed up to apportion my thoughts on the up to date website! The hand down is graceful and modern, instantly capturing my attention. \r\nNavigating with the comfort the pages is a task, thanks to the possible interface. \r\nThe thesis is revealing and attractive, providing valuable insights and resources. \r\nI cherish the limelight to in strength and the seamless integration of features. \r\nThe website genuinely delivers a jumbo consumer experience.  \r\n<a href=\"http://ricksturningpoint.blogspot.com/2011/03/prodrigal-friend.html\">visit the site</a> \r\nWhether it\'s the visually appealing visuals or the well-organized layout, all feels grammatically thought out. \r\nI\'m impressed before the pains press into creating this principles, and I\'m looking send on to exploring more of what it has to offer. \r\nConcern an eye to up the tremendous available!', ''),
(20819, 1, 2987, '1', 'gNYRFAeGnM', ''),
(20820, 1, 2987, '2', 'gNYRFAeGnM', ''),
(20821, 1, 2987, '3', 'callvisvetlana@list.ru', ''),
(20822, 1, 2987, '4', '(361) 528-6162', ''),
(20823, 1, 2987, '5', 'google', ''),
(20824, 1, 2987, '6', 'Отличный вариант для всех, просто пишите', ''),
(20825, 1, 2987, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(20826, 1, 2988, '1', 'Thirtharaj', ''),
(20827, 1, 2988, '2', 'Shenoy', ''),
(20828, 1, 2988, '3', 'info.shreekateelproducts@gmail.com', ''),
(20829, 1, 2988, '4', '(900) 800-6077', ''),
(20830, 1, 2988, '5', 'Shree Kateel Products.', ''),
(20831, 1, 2988, '6', 'Business Introduction Letter -- Shree Kateel Products', ''),
(20832, 1, 2988, '7', 'Dear Sir /Madam,\r\n\r\nGood Morning, I’m Mr. Thirthraj Shenoy from Shree Kateel Product, Bengaluru. We are the distributor and supplier for the below range of products. Our Products will meet the requirements of all Educational Institutes, Food Industries, Research labs, Pharmacy Industries and Hospitals.  \r\n\r\nLaboratory Glassware: (Beaker, Volumetric flask, Volumetric Flask, Measuring Cylinder, Conical flask Test tubes, Burette, Filtration unit…Etc.)\r\nLaboratory Chemicals: (Laboratory Grade, Analytical Grade and Commercial grade)\r\nLaboratory Instruments & Equipment: (Hot Air Oven, Incubator, Autoclave, Hot Plate, Heating Mantle, water bath, Vortex Mixer, Vacuum Pump…Etc.)\r\nLaboratory Consumables (Filter Papers, Gloves, SS Tong, Bunsen Burner, SS Lab Jack, Boss head, Clamps, SS spatula, brushes, Vacuum rubber tubes, Silicon tubes, Rubber Cork…Etc.)\r\nLaboratory Plastic ware: (Micro Pipette, Universal Graduated Tips, Bottle Top Dispenser, Beaker, Volumetric Flask, Measuring Cylinder, Dropping Bottle, Wash Bottle, Funnel, Desiccators, Retort Stand, Test Tube Stand, Storage Vial…Etc.\r\nLaboratory Quartz ware: (Mono and Double All Quartz Distillation Unit, Crucibles, Boat, Beaker, VM Crucible… Etc.)\r\nWe also help on setting-up the new lab with all the solutions as per the requirements of clients. Also, we undertake the repair and service work for Glassware items, Lab instruments and Equipment\'s.\r\nWe would like to have the opportunity to have a business with your company. Would you mind sending me the phone number and mail i.d of your Procurement Support Team please. This will help us to take an appointment and discuss with them for any upcoming requirement. I need your support. \r\n\r\nThank you for your time and consideration. I look forward to hearing from you.\r\n\r\nYours sincerely,\r\nThirtharaj Shenoy\r\nShree Kateel Products.,\r\nNo. 127, Ground Floor, 4th Cross, Nobo Nagar, Off Bannerghatta Road, Bengaluru – 560076, Karnataka.\r\nPh.: 9008006077 & 8660247199\r\nEmail:  info.shreekateelproducts@gmail.com, info.shreekateelproducts@yahoo.com\r\nGSTIN:29AFEPV8358R1Z4', ''),
(20833, 1, 2989, '1', 'Walterstilt', ''),
(20834, 1, 2989, '2', 'Walterstilt', ''),
(20835, 1, 2989, '3', 'djwalter6@gmail.com', ''),
(20836, 1, 2989, '4', '(575) 585-8408', ''),
(20837, 1, 2989, '5', 'google', ''),
(20838, 1, 2989, '6', '0day Promo Music', ''),
(20839, 1, 2989, '7', 'Hello, \r\n \r\nNew club music https://0daymusic.org \r\nDownload MP3/FLAC, Label, LIVESETS, Music Videos. \r\n \r\nPromo Music DJs', ''),
(20840, 1, 2990, '1', 'jgldyBCINY', ''),
(20841, 1, 2990, '2', 'jgldyBCINY', ''),
(20842, 1, 2990, '3', 'callvisvetlana@list.ru', ''),
(20843, 1, 2990, '4', '(662) 135-7242', ''),
(20844, 1, 2990, '5', 'google', ''),
(20845, 1, 2990, '6', 'Вам хороший вариант вот тут', ''),
(20846, 1, 2990, '7', 'Вам хороший вариант вот тут ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(20847, 1, 2991, '1', 'Brian And Dee', ''),
(20848, 1, 2991, '2', 'Egan', ''),
(20849, 1, 2991, '3', 'egan.michell36@gmail.com', ''),
(20850, 1, 2991, '4', '(731) 986-4041', ''),
(20851, 1, 2991, '5', 'Michell Egan', ''),
(20852, 1, 2991, '6', 'Tiktok organic  Marketing', ''),
(20853, 1, 2991, '7', 'The TikTok social media platform has seen explosive growth over the last two years. It now has 500\r\nmillion users that are desperate for fun and exciting content and this is a massive opportunity for you\r\nto promote your business.\r\n\r\nI can help you to grow and promote your tiktok account organically\r\nvisit my 5 star profile and join over 3000 happy customer\r\n\r\nClick here to check out   ===== > https://tinyurl.com/5xb5akhj\r\n\r\nSee you there!\r\nRegards\r\nBrian And Dee', ''),
(20854, 1, 2992, '1', 'Mike Chandter', ''),
(20855, 1, 2992, '2', 'Mike Chandter', ''),
(20856, 1, 2992, '3', 'miketasy@gmail.com', ''),
(20857, 1, 2992, '4', '(556) 065-5745', ''),
(20858, 1, 2992, '5', 'google', ''),
(20859, 1, 2992, '6', 'Collaboration request', ''),
(20860, 1, 2992, '7', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Chandter\r\n \r\nMonkey Digital', ''),
(20861, 1, 2993, '1', 'Noah', ''),
(20862, 1, 2993, '2', 'Johnson', ''),
(20863, 1, 2993, '3', 'noah@moneyflex.xyz', ''),
(20864, 1, 2993, '4', '(725) 867-2209', ''),
(20865, 1, 2993, '5', 'Next Day Working Capital', ''),
(20866, 1, 2993, '6', 'How are you?', ''),
(20867, 1, 2993, '7', 'Are you interested in growing your business even more?\r\n\r\nWe are your one stop shop for an instant approval on any working capital needs\r\n\r\nyou may have. We offer Lines of Credit, Equipment Financing and Invoice Factoring.\r\n\r\nApply in less than 1 minute without submitting a single document or having your credit\r\n\r\npulled.\r\n\r\nwww.nextdayworkingcapital.com\r\n\r\nNoah Johnson\r\nNext Day Working Capital\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe \r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(20868, 1, 2994, '1', 'RuEmWKLZlC', ''),
(20869, 1, 2994, '2', 'RuEmWKLZlC', ''),
(20870, 1, 2994, '3', 'mitaxebandilis@gmail.com', ''),
(20871, 1, 2994, '4', '(016) 740-8404', ''),
(20872, 1, 2994, '5', 'google', ''),
(20873, 1, 2994, '6', 'Отличный вариант для всех, просто пишите', ''),
(20874, 1, 2994, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(20875, 1, 2995, '1', '아리아카지노!ENDVALUE!', ''),
(20876, 1, 2995, '2', '아리아카지노!ENDVALUE!', ''),
(20877, 1, 2995, '3', 'help@gwmetabitt.com', ''),
(20878, 1, 2995, '4', '(035) 785-7588', ''),
(20879, 1, 2995, '5', 'google', ''),
(20880, 1, 2995, '6', '현대의 먹튀검증 카지노 업체은 막심한 운영돈을 바탕으로 회원을 모으기 위하여 대다수인 노력을하고 있는것으로 알려지고 있습니다.', ''),
(20881, 1, 2995, '7', '흔한 먹튀검증 카지노 배팅 방식으로는 대다수인 사람이 간편히 접할 수 있는 합법적인 스포츠배팅이라 불리는 안전놀이터(일명:종이토토)와 온라인으로 간편히 토토배팅이 할 수 있는 한 배*맨을 예로 들수 있을것 입니다. 그러나 마음보다 이러한 종이토토와 배*맨의 이용도는 온라인상에 존재하는 사설 먹튀검증업체의 사용자수에 비해 현저히 떨어지며그 선호도그리고 굉장히 대다수인 차이가 있는것으로 확인되고 있습니다.\\ \r\n \r\n<a href=https://abc-1111.com/>카지노 사이트 추천</a>', ''),
(20882, 1, 2996, '1', 'Eric', ''),
(20883, 1, 2996, '2', 'Jones', ''),
(20884, 1, 2996, '3', 'ericjonesmyemail@gmail.com', ''),
(20885, 1, 2996, '4', '(555) 555-1212', ''),
(20886, 1, 2996, '5', 'NA', ''),
(20887, 1, 2996, '6', 'instead, congrats', ''),
(20888, 1, 2996, '7', 'Dear gangagen.com Webmaster. \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for?  \r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out gangagen.com.\r\n\r\nCLICK HERE https://bit.ly/leadgenerationd to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE https://bit.ly/leadgenerationd to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://bit.ly/leadgenerationd to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://bit.ly/3rD0G5c', ''),
(20889, 1, 2997, '1', 'zaimNOF', ''),
(20890, 1, 2997, '2', 'zaimNOF', ''),
(20891, 1, 2997, '3', 'moduldom.spb@gmail.com', ''),
(20892, 1, 2997, '4', '(281) 737-3808', ''),
(20893, 1, 2997, '5', 'google', ''),
(20894, 1, 2997, '6', 'покердом бездепозитные бонусы', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(20895, 1, 2997, '7', 'наше вам с кисточкой -ну, гляди.  \r\n  \r\n бонусы вавада бездепозитные на сегодня  \r\n  \r\n 10 убедительных причин, по которым вам нужно к успеху.  \r\n  \r\nЭто - съем! Что сейчас в списке неотложных дел? . Обогащаете ли вы чем-то жизнь других?   \r\n  \r\nнеобычно, если набрать 500$ + 225 FS в онлайн казино как, <a href=http://playfortuna-ru.tb.ru/>получить бонус без депозита</a> на сайте: https://playfortuna-ru.tb.ru/, реально ли отыграть вейджер Х30 за сессию игры в игровые автоматы?  \r\n  \r\nЕсли, кто не в курсе, получил преподношение здесь: <a href=http://playfortuna-1.tb.ru>бездепозитные бонусы казино</a>, а именно:   \r\n  \r\n<a href=http://playfortuna-1.tb.ru>БОНУС ЗА РЕГИСТРАЦИЮ 500$ + 225 FS >>></a>  \r\n  \r\nУвидел презент в телеграме - часто используемый канал: @new_bonuses, подробнее - http://t.me/new_bonuses  \r\n  \r\nочевиднo о бонусах онлайн: <a href=http://playfortuna-1.tb.ru/> плей фортуна официальный сайт</a>  \r\n \r\nПосмотри:http://vk.com/bonusycasino_online \r\n  \r\n небезынтересно - стержень: <a href=http://bonusi.tb.ru/zaim>дан займ</a> \r\nприсказанный: \r\nГде взять? \r\n \r\nЧто надо знать о займах: loan.tb.ru -  миг кредит - Займ без процентов - Ищите: online займы онлайн на карту - смотрите: Займ онлайн без процентов. Первый займ под 0%Срочный займ без отказа. Первый займ под 0 процентов. Выдача займа через 5 минут. Мгновенно. Круглосуточное одобрение. От 0% в день. 99% одобрения. Деньги онлайн. Круглосуточно. Мгновенное получение. Займ от 0% в день - кредит Костомукша \r\n \r\n как знаешь: <a href=http://creditonline.tb.ru/>кредит форум</a> \r\n \r\nкондовый: <a href=http://bonuses.turbo.site/>казино фортуна онлайн</a> \r\n \r\nвысший: <a href=http://bonusi.tb.ru/>страховка по кредиту</a> \r\n \r\n занимательно - основной: <a href=http://bonusi.tb.ru/kredit>лице кредит</a> \r\n \r\n канает:<a href=http://slotwins.mya5.ru/>casino online play controlhistory RF</a> \r\n \r\n вишь: <a href=http://credit-online.turbo.site/>хоум кредит горячая линия телефон бесплатный</a> \r\n \r\nпрайм: <a href=http://credits.mya5.ru/>быстрый займ</a> \r\n \r\nнабольший: <a href=http://credits-online.mya5.ru/>online займ на карту круглосуточно</a> \r\n \r\nавантажно:<a href=http://boosty.to/casino-online>бонусы казино без пополнения</a> \r\n \r\nзабавно:<a href=http://vk.com/casino_bez_depozita_2021>бонус код tanks</a> \r\n \r\nсамый значительный: <a href=http://bonus.ru.net/>казино играть бесплатно</a> \r\n \r\nну, погоди: <a href=http://bonusi.tb.ru/>кредит 2 4</a> \r\n \r\n разуй глаза: <a href=http://kredity.tb.ru/>хоум кредит кабинет вход</a> \r\nкурьезно:<a href=http://boosty.to/casinoonline>рейтинг онлайн казино</a> \r\n \r\nишь: <a href=http://boosty.to/credits>кредит банке под</a> \r\n \r\nприкинь: <a href=http://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-6022fdda9eeef76a6925c6fe>потребительский кредит 2020 рассчитать</a> \r\n \r\nлюбопытно:<a href=http://boosty.to/casino-online>казино контроль</a> \r\n \r\nпостой: <a href=http://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit>кредит плюс кабинет</a> \r\n \r\nкак хочешь: <a href=https://user373133.tourister.ru/blog/19226>какие банки низкий процент кредит</a> \r\n \r\nважнейший: <a href=http://sites.google.com/view/zaimy-tyt/>онлайн займы на карту без проверки кредитной</a> \r\n \r\nпринципиальнейший: <a href=https://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b>лайм займ личный</a> \r\n \r\n \r\nhttp://www.avito.ru/moskva/predlozheniya_uslug/avitolog_prodvizhenie_na_avito_posting_2731917893  \r\nhttp://vk.com/@avitolog_2023-posting-na-avito-razmeschenie-obyavlenii-na-avito  \r\nhttp://vk.com/avitolog_2023  \r\nhttp://vk.com/avito_2023  \r\nhttp://vk.com/burger_pushkin  \r\nhttp://tgstat.ru/en/chat/@new_bonuses  \r\nhttp://tgstat.ru/en/chat/@zaimonlinetyt  \r\nhttp://tgstat.ru/en/chat/@casinos_2021  \r\nhttp://tgstat.ru/en/chat/@zaimycredity  \r\nhttp://credit-online.turbo.site/  \r\nhttp://twitter.com/CasinoBonusi  \r\nhttp://vk.com/bonuses23  \r\nhttp://vk.com/@bonuses23-casino-registration  \r\nhttp://socprofile.com/bonusicasinonew  \r\nhttp://vk.com/@playfortunacomru-play-fortuna-registraciya  \r\nhttp://vk.com/playfortunacomru  \r\nhttp://twitter.com/bonusykazino    \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid02NYYTYVahaaixRzHZuXfni1ekC928TDMDdTcCUdmy52zJUt4MrTuPAhB58uDwpZYil&id=100017183618781  \r\nhttp://www.facebook.com/permalink.php?story_fbid=pfbid0eimWgqQgdxZ1k9R1L9Fe5nopxZjKpthzU1MeYtdeEM8eF5YZKV9YxpYA5HJEgu9Fl&id=100017183618781  \r\nhttp://vk.com/bonusesnew  \r\nhttp://vk.com/@bonusesnew-bezdepozitnye-bonusy-kazino-2023-za-registraciu  \r\nhttp://vk.com/zajmy_onlajn_na_kartu_2023  \r\nhttp://vk.com/@zajmy_onlajn_na_kartu_2023-zaimy-na-kartu-vzyat-zaim-bez-otkaza  \r\nhttp://bit.ly/casinobonusy  \r\nhttp://yandex.ru/collections/user/949d3tg485gjcy4027bb8j1q48/bonusy-kazino-za-registratsiiu/?share=NWVhMjA0ZjAwMzNlZGExOTEwMTYzZDRlXzVkNDk5MWMxYTg5NWIyMDBhNWM5ZDE2Mg%3D%3D  \r\nhttp://vk.com/bonuses_new  \r\nhttp://vk.com/@bonuses_new-bonusy-za-registraciu  \r\nhttp://vk.com/bonusycasino_online  \r\nhttp://vk.com/@bonusycasino_online-bezdepozitnye-bonusy-onlain-kazino-2023  \r\nhttp://vk.com/dating_website + http://vk.link/dating_website  \r\nhttp://spark.ru/startup/credit-loan/blog/99728/krediti-i-zajmi-rossii  \r\nhttp://vk.link/credit_online_rf + http://vk.com/credit_online_rf  \r\nhttp://www.facebook.com/CreditOnlineNow + http://vk.com/strahovanieresospb http://strahovanie-reso.turbo.site/ http://vk.com/kredity_banki http://vk.com/creditsru http://vk.com/credit_online_rf http://vk.link/credit_online_rf http://vk.link/strahovanieresospb  \r\nhttp://bonusi.tb.ru/| http://bonusi.tb.ru/kredit| http://bonusi.tb.ru/zaim| http://bonusi.tb.ru/bank| http://bonusi.tb.ru/credit-cards|http://bonusi.tb.ru/avtokredit| http://bonusi.tb.ru/ipoteka  \r\nhttp://creditonline.tb.ru  \r\nhttp://creditonline.tb.ru/microloans  \r\nhttp://creditonline.tb.ru/avtokredity  \r\nhttp://creditonline.tb.ru/bez-spravok  \r\nhttp://creditonline.tb.ru/dengi  \r\nhttp://creditonline.tb.ru/banki  \r\nhttp://creditonline.tb.ru/kreditnye-karty  \r\nhttp://creditonline.tb.ru/potrebitelskie-kredity  \r\nhttp://creditonline.tb.ru/refinansirovanie  \r\nhttp://creditonline.tb.ru/zajmy-na-kartu  \r\nhttp://creditonline.tb.ru/kalkulyator  \r\nhttp://creditonline.tb.ru/kreditovanie  \r\nhttp://creditonline.tb.ru/debetovye-karty  \r\nhttp://creditonline.tb.ru/kredity-nalichnymi  \r\nhttp://creditonline.tb.ru/banki-kredity  \r\nhttp://creditonline.tb.ru/zaimy  \r\nhttp://creditonline.tb.ru/kredity-ru  \r\nhttp://creditonline.tb.ru/moskva  \r\nhttp://creditonline.tb.ru/lichnyj-kabinet  \r\nhttp://creditonline.tb.ru/news  \r\nhttp://creditonline.tb.ru/usloviya-kredita  \r\nhttp://creditonline.tb.ru/zayavka  \r\nhttp://creditonline.tb.ru/vzyat-kredit  \r\nhttp://loan.tb.ru/bez-proverok  \r\nhttp://loan.tb.ru/bez-procentov  \r\nhttp://loan.tb.ru/mikrozajm  \r\nhttp://loan.tb.ru/mfo  \r\nhttp://loan.tb.ru/online  \r\nhttp://loan.tb.ru/na-kartu  \r\nhttp://loan.tb.ru/  \r\nhttp://loan.tb.ru/bistriy  \r\nhtt', ''),
(20896, 1, 2998, '1', 'Alex', ''),
(20897, 1, 2998, '2', 'Curtis', ''),
(20898, 1, 2998, '3', 'alexcurtis.digitalmarketer@gmail.com', ''),
(20899, 1, 2998, '4', '(303) 736-9129', ''),
(20900, 1, 2998, '5', 'Content Writing Service', ''),
(20901, 1, 2998, '6', 'Content Writing Service', ''),
(20902, 1, 2998, '7', 'Hello,\r\n\r\nI\'m Alex, a seasoned Content Writer/Copywriter with a track record of over 12 million words produced. I can handle all your content needs, from crafting web copy and blog posts to optimizing them with relevant SEO keywords and we can create content tailored to your desired tone and writing style.\r\n\r\nPay after we\'ve delivered the work!\r\n\r\nIf this interests you, please reach out via email at alexcurtis.digitalmarketer@gmail.com.', ''),
(20903, 1, 2999, '1', 'Henryaxiof', ''),
(20904, 1, 2999, '2', 'Henryaxiof', ''),
(20905, 1, 2999, '3', 'seospy452@gmail.com', ''),
(20906, 1, 2999, '4', '(458) 142-3754', ''),
(20907, 1, 2999, '5', 'google', ''),
(20908, 1, 2999, '6', 'Raise Your Sales', ''),
(20909, 1, 2999, '7', 'Hello Future Mogul, \r\n \r\nImagine boosting your site\'s earning power from the comfort of your home! \r\n \r\nIntroducing: AI Leaderboard Kingpin - Your key to effortless earnings on your  products or services, irrespective of your experience or setup! \r\n \r\nWith AI Leaderboard Kingpin, you enjoy the rewards of: \r\n \r\nNO previous following \r\nNO camera shyness - zero need to be on screen \r\nNO special skills or prior experience \r\nNO complicated setups or further investments \r\n \r\nAll you must have is an internet connection, and you’re all set to dominate leaderboards and amplify your product sales with the innovative power of Artificial Intelligence! \r\n \r\nClick below and embark on your journey towards financial freedom now! \r\n?? Unlock My Site Potential with AI Leaderboard Kingpin ??- > https://tinyurl.com/aileaderboard \r\n \r\nCheers, Automated Sales Specialist \r\n \r\nP.S. Grab this opportunity! Your path to infinite earning potential is just a tap away!', ''),
(20910, 1, 3000, '1', 'FloydNix', ''),
(20911, 1, 3000, '2', 'FloydNix', ''),
(20912, 1, 3000, '3', 'guglacc.111@gmail.com', ''),
(20913, 1, 3000, '4', '(361) 564-8738', ''),
(20914, 1, 3000, '5', 'google', ''),
(20915, 1, 3000, '6', 'Получить гражданство Болгарии', ''),
(20916, 1, 3000, '7', '<a href=https://libertyfintravel.ru/grajdanstvo-bolgarii>Получить гражданство Болгарии</a> \r\nПоэтапная оплата, официальная процедура. Срок оформления 12 месяцев \r\nГарантия результата! \r\nTelegram: @LibFinTravel', ''),
(20917, 1, 3001, '1', 'Eric', ''),
(20918, 1, 3001, '2', 'Jones', ''),
(20919, 1, 3001, '3', 'ericjonesmyemail@gmail.com', ''),
(20920, 1, 3001, '4', '(555) 555-1212', ''),
(20921, 1, 3001, '5', 'NA', ''),
(20922, 1, 3001, '6', 'how to turn eyeballs into phone calls', ''),
(20923, 1, 3001, '7', 'To the, Eric here with a quick thought about your website gangagen.com Owner.\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://bit.ly/leadgenerationd to try out a Live Demo with Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://bit.ly/leadgenerationd to discover what Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://bit.ly/leadgenerationd to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here https://bit.ly/3rD0G5c', ''),
(20924, 1, 3002, '1', 'Michael', ''),
(20925, 1, 3002, '2', 'Sinclair', ''),
(20926, 1, 3002, '3', 'msinclair.hivemailers@gmail.com', ''),
(20927, 1, 3002, '4', '(801) 287-1353', ''),
(20928, 1, 3002, '5', 'Soila Patch', ''),
(20929, 1, 3002, '6', 'I have a question', ''),
(20930, 1, 3002, '7', 'Hello,\r\n  \r\nI was looking at your site and wanted to ask if you would be interested in getting one-hundred thousand emails sent out within 48 hours for just $48 - we call it our 48-Special.\r\n \r\nI’m with HiveMailers, we use a robust email system to get clients daily leads and/or sales 24/7.\r\n \r\nWE DO ALL THE WORK:\r\n\r\n- We create the content for the email(s).\r\n- We provide the email list (contacts).\r\n- We forward leads to you daily.\r\n- We manage your email campaigns 24/7.\r\n- We make changes to the list and content until we get results.\r\n\r\nJust imagine, getting hot leads within days of getting started with us. \r\n\r\nYou might be wondering if our system works, well if you are reading this message, it works. \r\n\r\nGet started now!!!!! We will send one hundred thousand emails for just $48 \r\n  \r\nBook a 10 min call with me now: https://bit.ly/hive-48-special\r\n\r\nNOTE: To buy an email list and hire an in-house email manager to run your campaign (like our system) would cost around $3,500 a month, but with us, you pay just $48. So, you save over $3,450.\r\n\r\nThis offer is good for the first 20 clients, don’t miss out.  Book appointment now: https://bit.ly/hive-48-special\r\n\r\nSincerely,\r\nMichael', ''),
(20931, 1, 3003, '1', 'geokix', ''),
(20932, 1, 3003, '2', 'geokix', ''),
(20933, 1, 3003, '3', 'whomorib@mail.ru', ''),
(20934, 1, 3003, '4', '(503) 400-8584', ''),
(20935, 1, 3003, '5', 'google', ''),
(20936, 1, 3003, '6', 'Геодезия', ''),
(20937, 1, 3003, '7', '<a href=http://ecogeology.ru/>Вынос границ земельного участка в натуру</a>  \r\n \r\n \r\n	<a href=https://www.ecogeology.ru>Инженерные изыскания</a>  \r\n	 \r\nНаша компания проводит инженерные изыскания для строительства. Компания создана профессионалами своего дела и нацелена на динамичное развитие и предоставление заявленных услуг на высочайшем уровне качества. \r\n \r\nЭто позволяет нам быстро и качественно осуществлять полный комплекс исследований для проектирования и строительства зданий и сооружений любого уровня сложности. \r\n \r\nЗа 10 лет деятельности фирмы накоплен целый пласт знаний в области выполнения геологических, геодезических, геофизических, гидрометеорологических, экологических и прочих видов работ.', ''),
(20938, 1, 3004, '1', 'Michael', ''),
(20939, 1, 3004, '2', 'Sinclair', ''),
(20940, 1, 3004, '3', 'msinclair.hivemailers@gmail.com', ''),
(20941, 1, 3004, '4', '(206) 284-1963', ''),
(20942, 1, 3004, '5', 'Kimberley Bertram', ''),
(20943, 1, 3004, '6', 'I have a question', ''),
(20944, 1, 3004, '7', 'Hello,\r\n  \r\nI was looking at your site and wanted to ask if you would be interested in getting one-hundred thousand emails sent out within 48 hours for just $48 - we call it our 48-Special.\r\n \r\nI’m with HiveMailers, we use a robust email system to get clients daily leads and/or sales 24/7.\r\n \r\nWE DO ALL THE WORK:\r\n\r\n- We create the content for the email(s).\r\n- We provide the email list (contacts).\r\n- We forward leads to you daily.\r\n- We manage your email campaigns 24/7.\r\n- We make changes to the list and content until we get results.\r\n\r\nJust imagine, getting hot leads within days of getting started with us. \r\n\r\nYou might be wondering if our system works, well if you are reading this message, it works. \r\n\r\nGet started now!!!!! We will send one hundred thousand emails for just $48 \r\n  \r\nBook a 10 min call with me now: https://bit.ly/hive-48-special\r\n\r\nNOTE: To buy an email list and hire an in-house email manager to run your campaign (like our system) would cost around $3,500 a month, but with us, you pay just $48. So, you save over $3,450.\r\n\r\nThis offer is good for the first 20 clients, don’t miss out.  Book appointment now: https://bit.ly/hive-48-special\r\n\r\nSincerely,\r\nMichael', ''),
(20945, 1, 3005, '1', 'Elise', ''),
(20946, 1, 3005, '2', 'Buckner', ''),
(20947, 1, 3005, '3', 'buckner.elise@gmail.com', ''),
(20948, 1, 3005, '4', '(042) 222-9503', ''),
(20949, 1, 3005, '5', 'Elise Buckner', ''),
(20950, 1, 3005, '6', 'Elevate Your Webpage Efficiency with This Innovative Solution!', ''),
(20951, 1, 3005, '7', 'Greetings gangagen.com Administrator\r\n\r\nI\'m Elise and I just ran across your site at gangagen.com...\r\n\r\nI discovered it after a brief search, so your search engine optimization is working out…\r\n\r\nInformation looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA RAPID, CONVENIENT way to communicate with you RIGHT NOW.\r\n\r\nBecause data show that a potential customer like me will only hang out a few seconds – 7 out of 10 leave almost immediately, Browse Click Surf… then gone.\r\n\r\nI have the answer:\r\n\r\nVisitor Engagement Widget is a software widget that’s operates on your site, ready to capture any user’s Name, Email address, and Phone Number. You’ll know immediately they’re engaged and you can call them directly to CHAT with them - actually while they’re still on the internet looking at your website.\r\n\r\nCLICK HERE https://bit.ly/3LPltcD to try out a Live Demo with Lead Conversion Tool now to see precisely how it works and even test it out… it could be big for your business.\r\n\r\nAdditionally, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can instantly start a text (SMS) conversation immediately… which is so effective, because linking up with someone within the first 5 minutes is 100 times more productive than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you keep in touch regularly with new offers, content links, even just follow up notes to forge a relationship.\r\n\r\nAll I’ve just described is incredibly straightforward to implement, cost-effective, and profitable.\r\n\r\nCLICK HERE https://bit.ly/3LPltcD to learn what Lead Conversion Tool can do for your business, maybe converting up to 100X more visitors into leads right now!\r\n\r\nElise\r\nPS: Lead Conversion Tool offers a FREE 14 days trial – and it even includes International Long Distance Calling.\r\nYou have clients waiting to talk with you at this moment… don’t keep them waiting.\r\nCLICK HERE https://bit.ly/3LPltcD to try Visitor Engagement Widget now.\r\n\r\nIf you\'d choose to unsubscribe click here https://bit.ly/3rD0G5c\r\n\r\nMerely a quick message - the identities and email used in this communication, Elise and Buckner, are substitutes and not authentic contact information. We cherish honesty and wanted to assure you’re aware! In case you wish to communicate with the actual entity responsible for this communication, do check out our site, and we’ll unite you with the correct individual.', ''),
(20952, 1, 3006, '1', 'RobertGot', ''),
(20953, 1, 3006, '2', 'RobertGot', ''),
(20954, 1, 3006, '3', 'alfredegov@gmail.com', ''),
(20955, 1, 3006, '4', '(514) 544-1445', ''),
(20956, 1, 3006, '5', 'google', ''),
(20957, 1, 3006, '6', 'Hi  i am writing about     price', ''),
(20958, 1, 3006, '7', 'Hola, volia saber el seu preu.', ''),
(20959, 1, 3007, '1', 'Mark', ''),
(20960, 1, 3007, '2', 'Hoffman', ''),
(20961, 1, 3007, '3', 'matt@ga4consulting.com', ''),
(20962, 1, 3007, '4', '(512) 865-6366', ''),
(20963, 1, 3007, '5', 'BHT', ''),
(20964, 1, 3007, '6', 'Have you connected Google Analytics 4 yet? gangagen.com Owner! -  Have you configured Google Analytics 4? We can help you collect better marketing data.', ''),
(20965, 1, 3007, '7', 'Your Universal Analytics account is no longer collecting visitor data.\r\n\r\nIts time to upgrade to Google Analytics 4! \r\n\r\nVisit https://fixyourtracking.com\r\n\r\nBest,\r\n\r\nMark\r\nBlue Highlighted Text\r\n422 W Riverside Dr.\r\nAustin, TX 78704\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nreply opt out', ''),
(20966, 1, 3008, '1', 'Mike Taft', ''),
(20967, 1, 3008, '2', 'Mike Taft', ''),
(20968, 1, 3008, '3', 'peterIrorieGork@gmail.com', ''),
(20969, 1, 3008, '4', '(183) 622-1642', ''),
(20970, 1, 3008, '5', 'google', ''),
(20971, 1, 3008, '6', 'Whitehat SEO for gangagen.com', ''),
(20972, 1, 3008, '7', 'Hello \r\n \r\nI have just verified your SEO on  gangagen.com for its SEO metrics and saw that your website could use a boost. \r\n \r\nWe will enhance your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\n \r\nRegards \r\nMike Taft\r\nDigital X SEO Experts', ''),
(20973, 1, 3009, '1', 'RobertikThype', ''),
(20974, 1, 3009, '2', 'RobertikThype', ''),
(20975, 1, 3009, '3', 'mdma@inrus.top', ''),
(20976, 1, 3009, '4', '(318) 864-8415', ''),
(20977, 1, 3009, '5', 'google', ''),
(20978, 1, 3009, '6', 'Как Купить MDMA (МДМА)? САЙТ - KOKAIN.VIP Сколько стоит MDMA (МДМА)? САЙТ - KOKAIN.VIP', ''),
(20979, 1, 3009, '7', 'Как Купить MDMA (МДМА)? САЙТ - KOKAIN.VIP Сколько стоит MDMA (МДМА)? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ НА САЙТЕ MDMA (МДМА) - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ MDMA (МДМА)- https://kokain.vip/ \r\n \r\nДОСТАВКА В РУКИ MDMA (МДМА) - https://kokain.vip/ \r\n \r\nЗАКЛАДКА ОНЛАЙН MDMA (МДМА) - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ MDMA (МДМА) - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"MDMA (МДМА) в Москве\" \r\nГде Купить MDMA (МДМА) в Москве? Как Купить закладку MDMA (МДМА) в Москве? Цена на MDMA (МДМА) в Москве? Купить MDMA (МДМА) с Доставкой в руки в Москве? \r\nСколько Стоит MDMA (МДМА) в Москве? Почему так просто Купить MDMA (МДМА) закладкой в Москве? Гарантия на MDMA (МДМА) в Москве? Купить MDMA (МДМА) с Гарантией? \r\nКруглосуточные магазины MDMA (МДМА) в Москве? Оптовые и Розничные продажи MDMA (МДМА) в Москве? Купить MDMA (МДМА) в Москве через Телеграмм? \r\nКупить MDMA (МДМА) в Москве по скидке и хорошей цене? Купить MDMA (МДМА) в Москве через свой телефон или ноутбук можно легко? \r\nКак купить MDMA (МДМА) в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм MDMA (МДМА) в Москве? \r\nНе плохой или хороший MDMA (МДМА) можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим MDMA (МДМА) в Москве из магазина? \r\nМои друзья любят употреблять MDMA (МДМА) в Москве днем вечером и ночью и потом не спят целые сутки под MDMA (МДМА) в Москве? \r\nMDMA (МДМА) в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой MDMA (МДМА) в Москве можно на выставке показывать потому что такой MDMA (МДМА) в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший MDMA (МДМА) в Москве качественный провозят через границу из других стран чтоб люди радовались качеству MDMA (МДМА) в Москве? \r\nКак ведут себя люди когда употребляют хороший качественный MDMA (МДМА) в Москве чтоб не спалиться в черных очках, которые цветом как MDMA (МДМА) в Москве? \r\nМогут ли принять мусора за MDMA (МДМА) в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает MDMA (МДМА) в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить MDMA (МДМА) в Москве если хочеться качественного MDMA (МДМА)? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен', ''),
(20980, 1, 3010, '1', 'John', ''),
(20981, 1, 3010, '2', 'Wilson', ''),
(20982, 1, 3010, '3', 'biosimilars@europeannualconference.com', ''),
(20983, 1, 3010, '4', '(330) 818-7218', ''),
(20984, 1, 3010, '5', 'Conference Series', ''),
(20985, 1, 3010, '6', 'Join Your Peers at Euro Biosimilars 2024 Conference during April 04-05, 2023 at Madrid, Spain', ''),
(20986, 1, 3010, '7', '“17th European Biosimilars Congress” scheduled during April 04-05, 2024 at Madrid, Spain provides the perfect platform for Research and Scientists. This is an interactive and engaging 2-day event: unique in format, content, networking and engagement. The event brings together truly innovative thinkers who are leading the way through trialing new disruptive solutions and rethinking the conventional in Pharmaceutics. Euro Biosimilars 2024 covers a wide range of critically important sessions from basic research to recent innovations. It is an especially based to learn and share knowledge on Biological Medicine, Biopharmaceutical Informatics. The main theme of the conference is “Biopharmaceutical Innovations: Ensuring Quality in Biosimilar Production”. The Conference will also provide delegates opportunity with space to explore their knowledge and understanding of the latest scientific advancements. Your expertise and knowledge in the area would add a great value to the young scientists as well as scientific community.\r\n\r\nTo know more details about Euro Biosimilars Conference, PS: https://biosimilars-biologics.pharmaceuticalconferences.com/europe/\r\n\r\nKind Regards\r\nJohn Wilson | Program Manager\r\nEuro Biosimilars 2024 \r\n35 Ruddlesway, Windsor, Berkshire, SL4 5SF\r\nE: biosimilars@europeannualconference.com', ''),
(20987, 1, 3011, '1', 'Chinmayi', ''),
(20988, 1, 3011, '2', 'J', ''),
(20989, 1, 3011, '3', 'chinmayic380@gmail.com', ''),
(20990, 1, 3011, '4', '(776) 001-6320', ''),
(20991, 1, 3011, '5', 'Biocon limited', ''),
(20992, 1, 3011, '6', 'Fermentation', ''),
(20993, 1, 3011, '7', 'I have completed my internship at Biocon', ''),
(20994, 1, 3012, '1', 'Haroldhyday', ''),
(20995, 1, 3012, '2', 'Haroldhyday', ''),
(20996, 1, 3012, '3', '2amw@course-fitness.com', ''),
(20997, 1, 3012, '4', '(874) 728-2231', ''),
(20998, 1, 3012, '5', 'google', ''),
(20999, 1, 3012, '6', '歐客佬精品咖啡!ENDVALUE!', ''),
(21000, 1, 3012, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(21001, 1, 3013, '1', 'JohnnyVAP', ''),
(21002, 1, 3013, '2', 'JohnnyVAP', ''),
(21003, 1, 3013, '3', 'jtxfwi@course-fitness.com', ''),
(21004, 1, 3013, '4', '(617) 434-1528', ''),
(21005, 1, 3013, '5', 'google', ''),
(21006, 1, 3013, '6', 'Game LIFE 遊戲情報', ''),
(21007, 1, 3013, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(21008, 1, 3014, '1', 'Gordonplunk', ''),
(21009, 1, 3014, '2', 'Gordonplunk', ''),
(21010, 1, 3014, '3', 'yh8xu@course-fitness.com', ''),
(21011, 1, 3014, '4', '(615) 575-1777', ''),
(21012, 1, 3014, '5', 'google', ''),
(21013, 1, 3014, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(21014, 1, 3014, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(21015, 1, 3015, '1', 'AndrewThofe', ''),
(21016, 1, 3015, '2', 'AndrewThofe', ''),
(21017, 1, 3015, '3', 'xopo7b@course-fitness.com', ''),
(21018, 1, 3015, '4', '(138) 826-1804', ''),
(21019, 1, 3015, '5', 'google', ''),
(21020, 1, 3015, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(21021, 1, 3015, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(21022, 1, 3016, '1', 'HOGArfyXhP', ''),
(21023, 1, 3016, '2', 'HOGArfyXhP', ''),
(21024, 1, 3016, '3', 'callvisvetlana@list.ru', ''),
(21025, 1, 3016, '4', '(558) 557-7656', ''),
(21026, 1, 3016, '5', 'google', ''),
(21027, 1, 3016, '6', 'Отличный вариант для всех, просто пишите', ''),
(21028, 1, 3016, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(21029, 1, 3017, '1', 'Rositadap', ''),
(21030, 1, 3017, '2', 'Rositadap', ''),
(21031, 1, 3017, '3', 'm.er.t.ers.el202.3.2.02.3@gmail.com', ''),
(21032, 1, 3017, '4', '(151) 280-6733', ''),
(21033, 1, 3017, '5', 'google', ''),
(21034, 1, 3017, '6', 'Also that we would do without your very good idea', ''),
(21035, 1, 3017, '7', 'You were visited with simply magnificent idea \r\n \r\nguardianship \r\n<a href=https://analmaledomporn.online/black/white-wifes-black-cock-motel-gangbang-23.php>bbw mmmf</a> \r\n@77sdHFG3', ''),
(21036, 1, 3018, '1', 'AlvintorEnask', ''),
(21037, 1, 3018, '2', 'AlvintorEnask', ''),
(21038, 1, 3018, '3', 'extazi@inrus.top', ''),
(21039, 1, 3018, '4', '(401) 335-3610', ''),
(21040, 1, 3018, '5', 'google', ''),
(21041, 1, 3018, '6', 'Как Купить Экстази? САЙТ - KOKAIN.VIP Сколько стоит Экстази? САЙТ - KOKAIN.VIP', ''),
(21042, 1, 3018, '7', 'Как Купить Экстази? САЙТ - KOKAIN.VIP Сколько стоит Экстази? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ НА САЙТЕ - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ- https://kokain.vip/ \r\n \r\nДОСТАВКА В РУКИ - https://kokain.vip/ \r\n \r\nЗАКЛАДКА ОНЛАЙН - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Экстази в Москве\" \r\nГде Купить Экстази в Москве? Как Купить закладку Экстази в Москве? Цена на Экстази в Москве? Купить Экстази с Доставкой в руки в Москве? \r\nСколько Стоит Экстази в Москве? Почему так просто Купить Экстази закладкой в Москве? Гарантия на Экстази в Москве? Купить Экстази с Гарантией? \r\nКруглосуточные магазины Экстази в Москве? Оптовые и Розничные продажи Экстази в Москве? Купить Экстази в Москве через Телеграмм? \r\nКупить Экстази в Москве по скидке и хорошей цене? Купить Экстази в Москве через свой телефон или ноутбук можно легко? \r\nКак купить Экстази в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм Экстази в Москве? \r\nНе плохой или хороший Экстази можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим Экстази в Москве из магазина? \r\nМои друзья любят употреблять Экстази в Москве днем вечером и ночью и потом не спят целые сутки под Экстази в Москве? \r\nЭкстази в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой Экстази в Москве можно на выставке показывать потому что такой Экстази в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший Экстази в Москве качественный провозят через границу из других стран чтоб люди радовались качеству Экстази в Москве? \r\nКак ведут себя люди когда употребляют хороший качественный Экстази в Москве чтоб не спалиться в черных очках, которые цветом как Экстази в Москве? \r\nМогут ли принять мусора за Экстази в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает Экстази в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить Экстази в Москве если хочеться качественного Экстази? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен', ''),
(21043, 1, 3019, '1', 'JustinziCaria', ''),
(21044, 1, 3019, '2', 'JustinziCaria', ''),
(21045, 1, 3019, '3', 'solisk@inrus.top', ''),
(21046, 1, 3019, '4', '(180) 863-4133', ''),
(21047, 1, 3019, '5', 'google', ''),
(21048, 1, 3019, '6', 'Как Купить Соль СК КРИСТАЛЛ? САЙТ - KOKAIN.VIP Сколько стоит Соль СК КРИСТАЛЛ? САЙТ - KOKAIN.VIP', ''),
(21049, 1, 3019, '7', 'Как Купить Соль СК КРИСТАЛЛ? САЙТ - KOKAIN.VIP Сколько стоит Соль СК КРИСТАЛЛ? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ НА САЙТЕ СОЛЬ СК КРИСТАЛЛ - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ СОЛЬ СК КРИСТАЛЛ - https://kokain.vip/ \r\n \r\nДОСТАВКА В РУКИ СОЛЬ СК КРИСТАЛЛ - https://kokain.vip/ \r\n \r\nЗАКЛАДКА ОНЛАЙН СОЛЬ СК КРИСТАЛЛ - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ СОЛЬ СК КРИСТАЛЛ - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"СОЛЬ СК КРИСТАЛЛ в Москве\" \r\nГде Купить СОЛЬ СК КРИСТАЛЛ в Москве? Как Купить закладку СОЛЬ СК КРИСТАЛЛ в Москве? Цена на СОЛЬ СК КРИСТАЛЛ в Москве? Купить СОЛЬ СК КРИСТАЛЛ с Доставкой в руки в Москве? \r\nСколько Стоит СОЛЬ СК КРИСТАЛЛ в Москве? Почему так просто Купить СОЛЬ СК КРИСТАЛЛ закладкой в Москве? Гарантия на СОЛЬ СК КРИСТАЛЛ в Москве? Купить СОЛЬ СК КРИСТАЛЛ с Гарантией? \r\nКруглосуточные магазины СОЛЬ СК КРИСТАЛЛ в Москве? Оптовые и Розничные продажи СОЛЬ СК КРИСТАЛЛ в Москве? Купить СОЛЬ СК КРИСТАЛЛ в Москве через Телеграмм? \r\nКупить СОЛЬ СК КРИСТАЛЛ в Москве по скидке и хорошей цене? Купить СОЛЬ СК КРИСТАЛЛ в Москве через свой телефон или ноутбук можно легко? \r\nКак купить СОЛЬ СК КРИСТАЛЛ в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм СОЛЬ СК КРИСТАЛЛ в Москве? \r\nНе плохой или хороший СОЛЬ СК КРИСТАЛЛ можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим СОЛЬ СК КРИСТАЛЛ в Москве из магазина? \r\nМои друзья любят употреблять СОЛЬ СК КРИСТАЛЛ в Москве днем вечером и ночью и потом не спят целые сутки под СОЛЬ СК КРИСТАЛЛ в Москве? \r\nСОЛЬ СК КРИСТАЛЛ в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой СОЛЬ СК КРИСТАЛЛ в Москве можно на выставке показывать потому что такой СОЛЬ СК КРИСТАЛЛ в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший СОЛЬ СК КРИСТАЛЛ в Москве качественный провозят через границу из других стран чтоб люди радовались качеству СОЛЬ СК КРИСТАЛЛ в Москве? \r\nКак ведут себя люди когда употребляют хороший качественный СОЛЬ СК КРИСТАЛЛ в Москве чтоб не спалиться в черных очках, которые цветом как СОЛЬ СК КРИСТАЛЛ в Москве? \r\nМогут ли принять мусора за СОЛЬ СК КРИСТАЛЛ в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает СОЛЬ СК КРИСТАЛЛ в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить СОЛЬ СК КРИСТАЛЛ в Москве если хочеться качественного СОЛЬ СК КРИСТАЛЛ? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен', ''),
(21050, 1, 3020, '1', 'Williamisoomi', ''),
(21051, 1, 3020, '2', 'Williamisoomi', ''),
(21052, 1, 3020, '3', 'geroin@inrus.top', ''),
(21053, 1, 3020, '4', '(562) 084-6841', ''),
(21054, 1, 3020, '5', 'google', ''),
(21055, 1, 3020, '6', 'Как Купить Героин? САЙТ - KOKAIN.VIP Сколько стоит Героин? САЙТ - KOKAIN.VIP', ''),
(21056, 1, 3020, '7', 'Как Купить Героин? САЙТ - KOKAIN.VIP Сколько стоит Героин? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ НА САЙТЕ ГЕРОИН - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ ГЕРОИН - https://kokain.vip/ \r\n \r\nДОСТАВКА В РУКИ ГЕРОИН - https://kokain.vip/ \r\n \r\nЗАКЛАДКА ОНЛАЙН ГЕРОИН - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ ГЕРОИН - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Героин в Москве\" \r\nГде Купить Героин в Москве? Как Купить закладку Героин в Москве? Цена на Героин в Москве? Купить Героин с Доставкой в руки в Москве? \r\nСколько Стоит Героин в Москве? Почему так просто Купить Героин закладкой в Москве? Гарантия на Героин в Москве? Купить Героин с Гарантией? \r\nКруглосуточные магазины Героин в Москве? Оптовые и Розничные продажи Героин в Москве? Купить Героин в Москве через Телеграмм? \r\nКупить Героин в Москве по скидке и хорошей цене? Купить Героин в Москве через свой телефон или ноутбук можно легко? \r\nКак купить Героин в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм Героин в Москве? \r\nНе плохой или хороший Героин можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим Героином в Москве из магазина? \r\nМои друзья любят употреблять Героин в Москве днем вечером и ночью и потом не спят целые сутки под Героином в Москве? \r\nГероин в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой Героин в Москве можно на выставке показывать потому что такой Героин в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший Героин в Москве качественный провозят через границу из других стран чтоб люди радовались качеству Героин в Москве? \r\nКак ведут себя люди когда употребляют хороший качественный Героин в Москве чтоб не спалиться в черных очках, которые цветом как Героин в Москве? \r\nМогут ли принять мусора за Героин в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает Героин в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить Героин в Москве если хочеться качественного Героин? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен', ''),
(21057, 1, 3021, '1', 'Chloe', ''),
(21058, 1, 3021, '2', 'Davis', ''),
(21059, 1, 3021, '3', 'chloe@cashmanage.xyz', ''),
(21060, 1, 3021, '4', '(725) 867-2209', ''),
(21061, 1, 3021, '5', 'Next Day Working Capital', ''),
(21062, 1, 3021, '6', 'Hello', ''),
(21063, 1, 3021, '7', 'Would you consider some additional working capital if the price and terms were acceptable?\r\n\r\n See what you qualify for in less\r\n\r\nthan 30 seconds without affecting your credit or submitting a single document.\r\n\r\nGo to www.nextdayworkingcapital.com to instantly see how much we can offer you. \r\n\r\n\r\n\r\n\r\nChole Davis\r\nNext Day Working Capital\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe\r\n\r\n\r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(21064, 1, 3022, '1', 'Mike Parkinson', ''),
(21065, 1, 3022, '2', 'Mike Parkinson', ''),
(21066, 1, 3022, '3', 'mikeIrorieGork@gmail.com', ''),
(21067, 1, 3022, '4', '(335) 643-5775', ''),
(21068, 1, 3022, '5', 'google', ''),
(21069, 1, 3022, '6', 'Domain Authority of your gangagen.com', ''),
(21070, 1, 3022, '7', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\nThanks and regards \r\nMike Parkinson', ''),
(21071, 1, 3023, '1', 'Mike Oakman', ''),
(21072, 1, 3023, '2', 'Mike Oakman', ''),
(21073, 1, 3023, '3', 'mikePovaTasy@gmail.com', ''),
(21074, 1, 3023, '4', '(716) 100-2833', ''),
(21075, 1, 3023, '5', 'google', ''),
(21076, 1, 3023, '6', 'NEW: Semrush Backlinks', ''),
(21077, 1, 3023, '7', 'Greetings \r\n \r\nThis is Mike Oakman\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Oakman\r\n \r\nmike@strictlydigital.net', ''),
(21078, 1, 3024, '1', '로그디자인!ENDVALUE!', ''),
(21079, 1, 3024, '2', '로그디자인!ENDVALUE!', ''),
(21080, 1, 3024, '3', 'help@gwmetabitt.com', ''),
(21081, 1, 3024, '4', '(363) 412-1285', ''),
(21082, 1, 3024, '5', 'google', ''),
(21083, 1, 3024, '6', '로그디자인은 매월 각기 다른 예술 분야의 전공가이자 \'인플루언서\'들과 합작하여 만든 온/오프라인 클래스이다.', ''),
(21084, 1, 3024, '7', '로그디자인은 매월 각기 다른 예술 분야의 전문가이자 \'인플루언서\'들과 협업하여 만든 온,오프라인 클래스로, 지난 12월 김대연 멋글씨(캘리그라피) 작가의 \'글씨, 디자인\'강의와 6월에는 \'사운드 퍼포먼스 그룹\' 훌라(Hoola)의 가족과 다같이 할 수 있는 키즈 콘텐츠를 선드러냈다. \r\n \r\n<a href=https://logid.co.kr/>로그디자인</a>', ''),
(21085, 1, 3025, '1', 'AlvintorEnask', ''),
(21086, 1, 3025, '2', 'AlvintorEnask', ''),
(21087, 1, 3025, '3', 'extazi@inrus.top', ''),
(21088, 1, 3025, '4', '(388) 273-3216', ''),
(21089, 1, 3025, '5', 'google', ''),
(21090, 1, 3025, '6', 'Как Купить Экстази? САЙТ - KOKAIN.VIP Сколько стоит Экстази? САЙТ - KOKAIN.VIP', ''),
(21091, 1, 3025, '7', 'Как Купить Экстази? САЙТ - KOKAIN.VIP Сколько стоит Экстази? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ НА САЙТЕ - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ- https://kokain.vip/ \r\n \r\nДОСТАВКА В РУКИ - https://kokain.vip/ \r\n \r\nЗАКЛАДКА ОНЛАЙН - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Экстази в Москве\" \r\nГде Купить Экстази в Москве? Как Купить закладку Экстази в Москве? Цена на Экстази в Москве? Купить Экстази с Доставкой в руки в Москве? \r\nСколько Стоит Экстази в Москве? Почему так просто Купить Экстази закладкой в Москве? Гарантия на Экстази в Москве? Купить Экстази с Гарантией? \r\nКруглосуточные магазины Экстази в Москве? Оптовые и Розничные продажи Экстази в Москве? Купить Экстази в Москве через Телеграмм? \r\nКупить Экстази в Москве по скидке и хорошей цене? Купить Экстази в Москве через свой телефон или ноутбук можно легко? \r\nКак купить Экстази в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм Экстази в Москве? \r\nНе плохой или хороший Экстази можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим Экстази в Москве из магазина? \r\nМои друзья любят употреблять Экстази в Москве днем вечером и ночью и потом не спят целые сутки под Экстази в Москве? \r\nЭкстази в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой Экстази в Москве можно на выставке показывать потому что такой Экстази в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший Экстази в Москве качественный провозят через границу из других стран чтоб люди радовались качеству Экстази в Москве? \r\nКак ведут себя люди когда употребляют хороший качественный Экстази в Москве чтоб не спалиться в черных очках, которые цветом как Экстази в Москве? \r\nМогут ли принять мусора за Экстази в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает Экстази в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить Экстази в Москве если хочеться качественного Экстази? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен', ''),
(21092, 1, 3026, '1', '명품 레플리카', ''),
(21093, 1, 3026, '2', '명품 레플리카', ''),
(21094, 1, 3026, '3', 'help@gwmetabitt.com', ''),
(21095, 1, 3026, '4', '(680) 830-8421', ''),
(21096, 1, 3026, '5', 'google', ''),
(21097, 1, 3026, '6', '국내에서도 본격적으로 대덩치 레플리카 행사가 펼쳐진다. 오프라인을 통한 직구 소비 모습가 일상화되면서 국내외 구매자에게도 높은 호기심을 모은다.', ''),
(21098, 1, 3026, '7', '전년 해외 오프라인쇼핑 시장 크기 168조원을 넘어서는 수준이다. 미국에서는 이달 22일 블랙프라이데이와 사이버먼데이로 이어지는 연말 레플리카 쇼핑 계절이 기다리고 있을 것입니다. 다만 이번년도는 글로벌 물류대란이 변수로 떠올랐다. 전 세계 제공망 차질로 주요 소매유통업체들이 제품 재고 확보에 하기 곤란함을 겪고 있기 때문입니다. 어도비는 연말 계절 미국 소매기업의 할인율이 지난해보다 5%포인트(P)가량 줄어들 것으로 전망했다. \r\n \r\n<a href=https://shs-dome3.com/>레플리카 쇼핑몰</a>', ''),
(21099, 1, 3027, '1', 'Williamisoomi', ''),
(21100, 1, 3027, '2', 'Williamisoomi', ''),
(21101, 1, 3027, '3', 'geroin@inrus.top', ''),
(21102, 1, 3027, '4', '(132) 254-4136', ''),
(21103, 1, 3027, '5', 'google', ''),
(21104, 1, 3027, '6', 'Как Купить Героин? САЙТ - KOKAIN.VIP Сколько стоит Героин? САЙТ - KOKAIN.VIP', ''),
(21105, 1, 3027, '7', 'Как Купить Героин? САЙТ - KOKAIN.VIP Сколько стоит Героин? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ НА САЙТЕ ГЕРОИН - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ ГЕРОИН - https://kokain.vip/ \r\n \r\nДОСТАВКА В РУКИ ГЕРОИН - https://kokain.vip/ \r\n \r\nЗАКЛАДКА ОНЛАЙН ГЕРОИН - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ ГЕРОИН - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Героин в Москве\" \r\nГде Купить Героин в Москве? Как Купить закладку Героин в Москве? Цена на Героин в Москве? Купить Героин с Доставкой в руки в Москве? \r\nСколько Стоит Героин в Москве? Почему так просто Купить Героин закладкой в Москве? Гарантия на Героин в Москве? Купить Героин с Гарантией? \r\nКруглосуточные магазины Героин в Москве? Оптовые и Розничные продажи Героин в Москве? Купить Героин в Москве через Телеграмм? \r\nКупить Героин в Москве по скидке и хорошей цене? Купить Героин в Москве через свой телефон или ноутбук можно легко? \r\nКак купить Героин в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм Героин в Москве? \r\nНе плохой или хороший Героин можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим Героином в Москве из магазина? \r\nМои друзья любят употреблять Героин в Москве днем вечером и ночью и потом не спят целые сутки под Героином в Москве? \r\nГероин в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой Героин в Москве можно на выставке показывать потому что такой Героин в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший Героин в Москве качественный провозят через границу из других стран чтоб люди радовались качеству Героин в Москве? \r\nКак ведут себя люди когда употребляют хороший качественный Героин в Москве чтоб не спалиться в черных очках, которые цветом как Героин в Москве? \r\nМогут ли принять мусора за Героин в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает Героин в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить Героин в Москве если хочеться качественного Героин? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен', ''),
(21106, 1, 3028, '1', 'AsXnCbMcAk', ''),
(21107, 1, 3028, '2', 'AsXnCbMcAk', ''),
(21108, 1, 3028, '3', 'mitaxebandilis@gmail.com', ''),
(21109, 1, 3028, '4', '(231) 764-1174', ''),
(21110, 1, 3028, '5', 'google', ''),
(21111, 1, 3028, '6', 'Отличный вариант для всех, просто пишите', ''),
(21112, 1, 3028, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(21113, 1, 3029, '1', 'JustinziCaria', ''),
(21114, 1, 3029, '2', 'JustinziCaria', ''),
(21115, 1, 3029, '3', 'solisk@inrus.top', ''),
(21116, 1, 3029, '4', '(217) 651-6662', ''),
(21117, 1, 3029, '5', 'google', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(21118, 1, 3029, '6', 'Как Купить Соль СК КРИСТАЛЛ? САЙТ - KOKAIN.VIP Сколько стоит Соль СК КРИСТАЛЛ? САЙТ - KOKAIN.VIP', ''),
(21119, 1, 3029, '7', 'Как Купить Соль СК КРИСТАЛЛ? САЙТ - KOKAIN.VIP Сколько стоит Соль СК КРИСТАЛЛ? САЙТ - KOKAIN.VIP \r\n \r\n \r\nКУПИТЬ НА САЙТЕ СОЛЬ СК КРИСТАЛЛ - https://kokain.vip/ \r\n \r\nЗАКАЗАТЬ ЧЕРЕЗ ТЕЛЕГРАММ СОЛЬ СК КРИСТАЛЛ - https://kokain.vip/ \r\n \r\nДОСТАВКА В РУКИ СОЛЬ СК КРИСТАЛЛ - https://kokain.vip/ \r\n \r\nЗАКЛАДКА ОНЛАЙН СОЛЬ СК КРИСТАЛЛ - https://kokain.vip/ \r\n \r\nССЫЛКА В ТЕЛЕГРАММ СОЛЬ СК КРИСТАЛЛ - https://kokain.vip/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"СОЛЬ СК КРИСТАЛЛ в Москве\" \r\nГде Купить СОЛЬ СК КРИСТАЛЛ в Москве? Как Купить закладку СОЛЬ СК КРИСТАЛЛ в Москве? Цена на СОЛЬ СК КРИСТАЛЛ в Москве? Купить СОЛЬ СК КРИСТАЛЛ с Доставкой в руки в Москве? \r\nСколько Стоит СОЛЬ СК КРИСТАЛЛ в Москве? Почему так просто Купить СОЛЬ СК КРИСТАЛЛ закладкой в Москве? Гарантия на СОЛЬ СК КРИСТАЛЛ в Москве? Купить СОЛЬ СК КРИСТАЛЛ с Гарантией? \r\nКруглосуточные магазины СОЛЬ СК КРИСТАЛЛ в Москве? Оптовые и Розничные продажи СОЛЬ СК КРИСТАЛЛ в Москве? Купить СОЛЬ СК КРИСТАЛЛ в Москве через Телеграмм? \r\nКупить СОЛЬ СК КРИСТАЛЛ в Москве по скидке и хорошей цене? Купить СОЛЬ СК КРИСТАЛЛ в Москве через свой телефон или ноутбук можно легко? \r\nКак купить СОЛЬ СК КРИСТАЛЛ в Москве если нет очень много денег и нужно угостить девушку? С кем можно разделить грамм СОЛЬ СК КРИСТАЛЛ в Москве? \r\nНе плохой или хороший СОЛЬ СК КРИСТАЛЛ можно Купить в Москве на своей улице закладкой? Девушка угостила меня Хорошим СОЛЬ СК КРИСТАЛЛ в Москве из магазина? \r\nМои друзья любят употреблять СОЛЬ СК КРИСТАЛЛ в Москве днем вечером и ночью и потом не спят целые сутки под СОЛЬ СК КРИСТАЛЛ в Москве? \r\nСОЛЬ СК КРИСТАЛЛ в Москве можно заказать с доставкой в руки через хорошего курьера прямо в теллеграмм и его привезут в руки без палева в Москве? \r\nМой СОЛЬ СК КРИСТАЛЛ в Москве можно на выставке показывать потому что такой СОЛЬ СК КРИСТАЛЛ в Москве никто и никогда не виде подобного качества тут просто нет? \r\nКак хороший СОЛЬ СК КРИСТАЛЛ в Москве качественный провозят через границу из других стран чтоб люди радовались качеству СОЛЬ СК КРИСТАЛЛ в Москве? \r\nКак ведут себя люди когда употребляют хороший качественный СОЛЬ СК КРИСТАЛЛ в Москве чтоб не спалиться в черных очках, которые цветом как СОЛЬ СК КРИСТАЛЛ в Москве? \r\nМогут ли принять мусора за СОЛЬ СК КРИСТАЛЛ в Москве если узнают что ты берешь его анонимно на сайте с гарантией который много лет продает СОЛЬ СК КРИСТАЛЛ в Москве? \r\nВсе люди по разному реагируют и задают себе вопрос, на который уже есть давно ответ - Как же купить СОЛЬ СК КРИСТАЛЛ в Москве если хочеться качественного СОЛЬ СК КРИСТАЛЛ? \r\n \r\nДополнительные теги - Купить Шишки в Москве, Купить экстази в Москве , Купить гашиш в Москве, Купить мефедрон в Москве, Купить экстази в Москве, Купить МДМА в Москве, \r\nКупить лсд в Москве, Купить Амфетамин в Москве, Купить скорость альфа ПВП в Москве, Купить гидропонику в Москве, Купить метамфетамин в Москве, Купить эйфоретики в Москве, \r\nКупить закладки в Москве, Купить ШИШКИ закладкой в Москве , Купить Стимуляторы в Москве, Купить Галлюцыногены в Москве, Купить Наркотики закладкой в Москве. Тег окончен', ''),
(21120, 1, 3030, '1', 'PetarCoelp', ''),
(21121, 1, 3030, '2', 'PetarCoelp', ''),
(21122, 1, 3030, '3', 'betcas075@gmail.com', ''),
(21123, 1, 3030, '4', '(425) 222-8111', ''),
(21124, 1, 3030, '5', 'google', ''),
(21125, 1, 3030, '6', '# our bonus', ''),
(21126, 1, 3030, '7', 'Spоrts bеttіng and саsinо \r\nget our sign up bonuses \r\n \r\n \r\ngo now https://tinyurl.com/24hkzr86', ''),
(21127, 1, 3032, '1', 'John', ''),
(21128, 1, 3032, '2', 'Wilson', ''),
(21129, 1, 3032, '3', 'biosimilars@europeannualconference.com', ''),
(21130, 1, 3032, '4', '(074) 558-4966', ''),
(21131, 1, 3032, '5', 'Conference Series', ''),
(21132, 1, 3032, '6', 'Join Your Peers at Euro Biosimilars 2024 Conference during April 04-05, 2023 at Madrid, Spain', ''),
(21133, 1, 3032, '7', '“17th European Biosimilars Congress” scheduled during April 04-05, 2024 at Madrid, Spain provides the perfect platform for Research and Scientists. This is an interactive and engaging 2-day event: unique in format, content, networking and engagement. The event brings together truly innovative thinkers who are leading the way through trialing new disruptive solutions and rethinking the conventional in Pharmaceutics. Euro Biosimilars 2024 covers a wide range of critically important sessions from basic research to recent innovations. It is an especially based to learn and share knowledge on Biological Medicine, Biopharmaceutical Informatics. The main theme of the conference is “Biopharmaceutical Innovations: Ensuring Quality in Biosimilar Production”. The Conference will also provide delegates opportunity with space to explore their knowledge and understanding of the latest scientific advancements. Your expertise and knowledge in the area would add a great value to the young scientists as well as scientific community.\r\n\r\nTo know more details about Euro Biosimilars Conference, PS: https://biosimilars-biologics.pharmaceuticalconferences.com/europe/\r\n\r\nKind Regards\r\nJohn Wilson | Program Manager\r\nEuro Biosimilars 2024 \r\n35 Ruddlesway, Windsor, Berkshire, SL4 5SF\r\nE: biosimilars@europeannualconference.com', ''),
(21134, 1, 3033, '1', 'Untok', ''),
(21135, 1, 3033, '2', 'Untok', ''),
(21136, 1, 3033, '3', 'chdyysmp@icloud.com', ''),
(21137, 1, 3033, '4', '(650) 364-0810', ''),
(21138, 1, 3033, '5', 'google', ''),
(21139, 1, 3033, '6', 'I promised.', ''),
(21140, 1, 3033, '7', 'Hi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/ywsue3d3', ''),
(21141, 1, 3034, '1', 'Santo', ''),
(21142, 1, 3034, '2', 'Corbould', ''),
(21143, 1, 3034, '3', 'admin@aiearndaily.com', ''),
(21144, 1, 3034, '4', '(580) 493-7941', ''),
(21145, 1, 3034, '5', 'Santo Corbould', ''),
(21146, 1, 3034, '6', 'Hey', ''),
(21147, 1, 3034, '7', 'I am a Local Shareholder\r\n interested in buying your Long-Term Storage Facility\r\nif this interests you submit property details here https://requestmycash.com or Call or Text Tori at the number 931-229-0969\r\n\r\nYou can OPT OUT here: \r\nhttps://requestmycash.com/opt-out/?customer_domain=gangagen.com', ''),
(21148, 1, 3035, '1', 'Grant', ''),
(21149, 1, 3035, '2', 'Lira', ''),
(21150, 1, 3035, '3', 'grantlira003@gmail.com', ''),
(21151, 1, 3035, '4', '(717) 537-4724', ''),
(21152, 1, 3035, '5', 'Marilyn Coggins', ''),
(21153, 1, 3035, '6', 'Podcast interview request', ''),
(21154, 1, 3035, '7', 'Hey,\r\n\r\nAre you available to come on a podcast as a guest?\r\n\r\nIf so, our firm will book you on a podcast within one week.\r\n\r\nIf you’re available to do this, I’d also like to repurpose the content from your podcast to provide you and your business:\r\nFeatures in online articles \r\nVideo content for social media\r\n\r\nPlacing you on podcasts does require an expense, but the online media features and the repurposed video content we will provide completely on us because this is our first time working together :). \r\n\r\nWe are doing this for the first 10 people who reply back to us who qualify because it takes up a good amount of our team\'s time.\r\n\r\nThe one thing I ask is that you tell me if your business is NOT doing 7+ figures.\r\n\r\nI reached out to you because I think you have a 7+ figure business. Most of the hosts that we have connections with are looking for 7+ figure business owners to interview.\r\n\r\nI want to make sure we don’t lie to them so let me know if you are not.\r\n\r\nSo, if you qualify, and want to be booked on a podcast you can chat with our Co-Founder here:\r\n\r\nhttps://bit.ly/empathy-firm \r\n\r\nBest,\r\nGrant', ''),
(21155, 1, 3036, '1', 'Daniel', ''),
(21156, 1, 3036, '2', 'Garcia', ''),
(21157, 1, 3036, '3', 'daniel@capitalborrow.xyz', ''),
(21158, 1, 3036, '4', '(725) 867-2209', ''),
(21159, 1, 3036, '5', 'Next Day Working Capital', ''),
(21160, 1, 3036, '6', 'Good morning,', ''),
(21161, 1, 3036, '7', 'If you need working capital for your business this week\r\n\r\nyou really should check out our instant approval underwriting \r\n\r\nand see what you qualify for in less than 30 seconds without \r\n\r\neven pulling your credit. \r\n\r\nIf you like the offer we will fund you the next day. it\'s that simple! \r\n\r\nwww.nextdayworkingcapital.com \r\n\r\n\r\n\r\nDaniel Garcia\r\nNext Day Working Capital\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe\r\n\r\n\r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(21162, 1, 3037, '1', 'Eric', ''),
(21163, 1, 3037, '2', 'Jones', ''),
(21164, 1, 3037, '3', 'ericjonesmyemail@gmail.com', ''),
(21165, 1, 3037, '4', '(555) 555-1212', ''),
(21166, 1, 3037, '5', 'NA', ''),
(21167, 1, 3037, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(21168, 1, 3037, '7', 'Hello gangagen.com Webmaster.\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://bit.ly/leadgenerationd to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://bit.ly/leadgenerationd to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://bit.ly/leadgenerationd to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://bit.ly/3rD0G5c', ''),
(21169, 1, 3038, '1', 'Sarah Altman', ''),
(21170, 1, 3038, '2', 'Sarah Altman', ''),
(21171, 1, 3038, '3', 'trafficsurge1@gmail.com', ''),
(21172, 1, 3038, '4', '(000) 000-0000', ''),
(21173, 1, 3038, '5', 'Services', ''),
(21174, 1, 3038, '6', 'Ready for better?', ''),
(21175, 1, 3038, '7', 'Hi there,\r\n\r\nWould you like people interested in coming to your site from\r\nniche online publications? You give final approval of them before your campaign starts.\r\n\r\nWe live breathe and eat traffic, you wont find another agency in our field\r\nwith the same experience, dedication and support.\r\nThousands of customers choose us.\r\n\r\nOrder this week and get 5k extra for every 50k order at n/c. \r\n(not segmented by city or state)\r\n\r\nSee what we can do for you at https://traffic-stampede.com\r\n\r\nBest,\r\nSarah Altman\r\nTS', ''),
(21176, 1, 3039, '1', 'Matt', ''),
(21177, 1, 3039, '2', 'Lee', ''),
(21178, 1, 3039, '3', 'info@remothiringguide.com', ''),
(21179, 1, 3039, '4', '(260) 724-4321', ''),
(21180, 1, 3039, '5', 'Remote Hiring Specialists', ''),
(21181, 1, 3039, '6', 'Elevate Your Hiring Game: Download Our Remote Guide', ''),
(21182, 1, 3039, '7', 'Hey there! If you\'re thinking about hiring people to work from far away, you should take a look at our Remote Hiring Guide. It\'s a short and easy-to-read book full of helpful tips to make hiring remote workers super easy. You can find it here: https://RemoteHiringGuide.com\r\n\r\nWe\'ve got 10 virtual assistants who help us with tasks, and they only cost $3.5 per hour. It\'s a great way to save money!\r\n\r\nThanks for checking it out,\r\nMatt', ''),
(21183, 1, 3040, '1', 'RobertVex', ''),
(21184, 1, 3040, '2', 'RobertVex', ''),
(21185, 1, 3040, '3', 'daniil.cherepanovrfx@yandex.ru', ''),
(21186, 1, 3040, '4', '(082) 250-1427', ''),
(21187, 1, 3040, '5', 'google', ''),
(21188, 1, 3040, '6', 'https://clck.ru/34acem', ''),
(21189, 1, 3040, '7', 'https://clck.ru/34acb5', ''),
(21190, 1, 3041, '1', 'Michaelraind', ''),
(21191, 1, 3041, '2', 'Michaelraind', ''),
(21192, 1, 3041, '3', 'opcrxv@course-fitness.com', ''),
(21193, 1, 3041, '4', '(040) 138-4133', ''),
(21194, 1, 3041, '5', 'google', ''),
(21195, 1, 3041, '6', '91娛樂城!ENDVALUE!', ''),
(21196, 1, 3041, '7', '91娛樂城 \r\n \r\n \r\n \r\nhttps://9jcasino.tw/', ''),
(21197, 1, 3042, '1', 'FloydNix', ''),
(21198, 1, 3042, '2', 'FloydNix', ''),
(21199, 1, 3042, '3', 'gugloff.444@gmail.com', ''),
(21200, 1, 3042, '4', '(048) 777-8388', ''),
(21201, 1, 3042, '5', 'google', ''),
(21202, 1, 3042, '6', 'Получить гражданство Венгрии', ''),
(21203, 1, 3042, '7', '<a href=https://libertyfintravel.ru/vnj-vengrii>Получить гражданство Венгрии</a> \r\nПоэтапная оплата, официальная процедура. Срок оформления 12 месяцев \r\nГарантия результата! \r\nTelegram: @LibFinTravel', ''),
(21204, 1, 3043, '1', 'Eric', ''),
(21205, 1, 3043, '2', 'Jones', ''),
(21206, 1, 3043, '3', 'ericjonesmyemail@gmail.com', ''),
(21207, 1, 3043, '4', '(555) 555-1212', ''),
(21208, 1, 3043, '5', 'FRANCE', ''),
(21209, 1, 3043, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(21210, 1, 3043, '7', 'Hi gangagen.com Administrator.\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://bit.ly/leadgenerationd to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://bit.ly/leadgenerationd to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://bit.ly/leadgenerationd to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://bit.ly/3rD0G5c', ''),
(21211, 1, 3044, '1', 'Untok', ''),
(21212, 1, 3044, '2', 'Untok', ''),
(21213, 1, 3044, '3', 's428nvmi@gmail.com', ''),
(21214, 1, 3044, '4', '(481) 061-3681', ''),
(21215, 1, 3044, '5', 'google', ''),
(21216, 1, 3044, '6', 'I promised.', ''),
(21217, 1, 3044, '7', 'Hi, this is Anna. I am sending you my intimate photos as I promised. https://tinyurl.com/yongxxuu', ''),
(21218, 1, 3045, '1', 'Traviskilia', ''),
(21219, 1, 3045, '2', 'Traviskilia', ''),
(21220, 1, 3045, '3', 'o0yltp@course-fitness.com', ''),
(21221, 1, 3045, '4', '(551) 353-1250', ''),
(21222, 1, 3045, '5', 'google', ''),
(21223, 1, 3045, '6', '淫色精典大百尻：男男女女爽歪歪!ENDVALUE!', ''),
(21224, 1, 3045, '7', '淫色精典大百尻：男男女女爽歪歪 \r\n \r\n \r\n \r\nhttps://9jgirl.com/', ''),
(21225, 1, 3046, '1', 'JamesspevA', ''),
(21226, 1, 3046, '2', 'JamesspevA', ''),
(21227, 1, 3046, '3', 'pdq0v@course-fitness.com', ''),
(21228, 1, 3046, '4', '(287) 302-0100', ''),
(21229, 1, 3046, '5', 'google', ''),
(21230, 1, 3046, '6', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠', ''),
(21231, 1, 3046, '7', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠 \r\n \r\n \r\nhttps://tx9j.tw/', ''),
(21232, 1, 3047, '1', 'Megan', ''),
(21233, 1, 3047, '2', 'Atkinson', ''),
(21234, 1, 3047, '3', 'meganatkinson149@gmail.com', ''),
(21235, 1, 3047, '4', '(519) 655-8851', ''),
(21236, 1, 3047, '5', 'Pwal', ''),
(21237, 1, 3047, '6', 'Instagram Promotion: 400-1200 new followers each month', ''),
(21238, 1, 3047, '7', 'Hi there,\r\n\r\nWe run an Instagram growth service, which increases your number of followers both safely and practically. \r\n\r\n- Guaranteed: We guarantee to gain you 400-1200+ followers per month.\r\n- Real, human followers: People follow you because they are interested in your business or niche.\r\n- Safe: All actions are made manually. We do not use any bots.\r\n\r\nThe price is just $60 (USD) per month, and we can start immediately.\r\n\r\nIf you are interested, and would like to see some of our previous work, let me know and we can discuss further.\r\n\r\nKind Regards,\r\nMegan', ''),
(21239, 1, 3048, '1', 'dItEzNgFPE', ''),
(21240, 1, 3048, '2', 'dItEzNgFPE', ''),
(21241, 1, 3048, '3', 'callvisvetlana@list.ru', ''),
(21242, 1, 3048, '4', '(118) 233-1257', ''),
(21243, 1, 3048, '5', 'google', ''),
(21244, 1, 3048, '6', 'Отличный вариант для всех, просто пишите', ''),
(21245, 1, 3048, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(21246, 1, 3049, '1', 'LnPhZKJqJH', ''),
(21247, 1, 3049, '2', 'LnPhZKJqJH', ''),
(21248, 1, 3049, '3', 'mitaxebandilis@gmail.com', ''),
(21249, 1, 3049, '4', '(268) 882-7345', ''),
(21250, 1, 3049, '5', 'google', ''),
(21251, 1, 3049, '6', 'Отличный вариант для всех, просто пишите', ''),
(21252, 1, 3049, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(21253, 1, 3050, '1', 'ThomasAssuh', ''),
(21254, 1, 3050, '2', 'ThomasAssuh', ''),
(21255, 1, 3050, '3', 'kka0@course-fitness.com', ''),
(21256, 1, 3050, '4', '(252) 352-1173', ''),
(21257, 1, 3050, '5', 'google', ''),
(21258, 1, 3050, '6', '滿天星娛樂城 STAR', ''),
(21259, 1, 3050, '7', '滿天星娛樂城 STAR \r\n \r\n \r\n \r\nhttps://xn--uis74a0us56agwe20i.com/', ''),
(21260, 1, 3051, '1', 'Mike Gimson', ''),
(21261, 1, 3051, '2', 'Mike Gimson', ''),
(21262, 1, 3051, '3', 'mikeAdurryArrozyTasy@gmail.com', ''),
(21263, 1, 3051, '4', '(431) 806-8107', ''),
(21264, 1, 3051, '5', 'google', ''),
(21265, 1, 3051, '6', 'Improve local visibility for gangagen.com', ''),
(21266, 1, 3051, '7', 'If you are looking to rank your local business on Google Maps in a specific area, this service is for you. \r\n \r\nGoogle Map Stacking is a highly effective technique for ranking your GMB within a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Gimson\r\n \r\n \r\nPS: Want a comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', ''),
(21267, 1, 3052, '1', 'Malcolmboymn', ''),
(21268, 1, 3052, '2', 'Malcolmboymn', ''),
(21269, 1, 3052, '3', 'malcolmzexiduk@gmail.com', ''),
(21270, 1, 3052, '4', '(075) 332-4003', ''),
(21271, 1, 3052, '5', 'google', ''),
(21272, 1, 3052, '6', 'Explore the wild world of maturepussy4u.com with free videos', ''),
(21273, 1, 3052, '7', 'Tattooed mature cunts in wild and crazy <a href=https://goo.su/TVyPoZz>tattoo porn</a>. This site features a group of tattooed mature women engaging in some wild and crazy sexual activities. The women are all heavily inked, with intricate designs covering their bodies from head to toe. They are all comfortable in their own skin and are not afraid to show off their tattoos and bodies to the camera. The women start off by engaging in sensual foreplay, exploring each other\'s bodies with their tongues and fingers. As the scene progresses, the women move on to more intense sexual acts, including oral sex, fingering, and penetration. The women moan and scream with pleasure as they reach orgasm multiple times', ''),
(21274, 1, 3053, '1', 'Haroldhyday', ''),
(21275, 1, 3053, '2', 'Haroldhyday', ''),
(21276, 1, 3053, '3', '2amw@course-fitness.com', ''),
(21277, 1, 3053, '4', '(100) 546-8345', ''),
(21278, 1, 3053, '5', 'google', ''),
(21279, 1, 3053, '6', '歐客佬精品咖啡!ENDVALUE!', ''),
(21280, 1, 3053, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(21281, 1, 3054, '1', 'JohnnyVAP', ''),
(21282, 1, 3054, '2', 'JohnnyVAP', ''),
(21283, 1, 3054, '3', 'jtxfwi@course-fitness.com', ''),
(21284, 1, 3054, '4', '(002) 137-0774', ''),
(21285, 1, 3054, '5', 'google', ''),
(21286, 1, 3054, '6', 'Game LIFE 遊戲情報', ''),
(21287, 1, 3054, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(21288, 1, 3055, '1', 'AndrewThofe', ''),
(21289, 1, 3055, '2', 'AndrewThofe', ''),
(21290, 1, 3055, '3', 'xopo7b@course-fitness.com', ''),
(21291, 1, 3055, '4', '(677) 856-4384', ''),
(21292, 1, 3055, '5', 'google', ''),
(21293, 1, 3055, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(21294, 1, 3055, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(21295, 1, 3056, '1', 'Gordonplunk', ''),
(21296, 1, 3056, '2', 'Gordonplunk', ''),
(21297, 1, 3056, '3', 'yh8xu@course-fitness.com', ''),
(21298, 1, 3056, '4', '(665) 203-5210', ''),
(21299, 1, 3056, '5', 'google', ''),
(21300, 1, 3056, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(21301, 1, 3056, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(21302, 1, 3057, '1', 'john', ''),
(21303, 1, 3057, '2', 'Dmello', ''),
(21304, 1, 3057, '3', 'jvdmello.expertvisionlabs@gmail.com', ''),
(21305, 1, 3057, '4', '(963) 284-3330', ''),
(21306, 1, 3057, '5', 'expert vision labs pvt ltd', ''),
(21307, 1, 3057, '6', 'Regarding colony documentation instrument', ''),
(21308, 1, 3057, '7', 'We supply many instruments for research and development applications give me your contact to send our catalogue and technical material', ''),
(21309, 1, 3058, '1', 'Shreeya', ''),
(21310, 1, 3058, '2', 'das', ''),
(21311, 1, 3058, '3', 'Shreeyadasdas2001@gmail.com', ''),
(21312, 1, 3058, '4', '(099) 372-3078', ''),
(21313, 1, 3058, '5', 'NA', ''),
(21314, 1, 3058, '6', 'Inquiry Regarding Job Vacancies.', ''),
(21315, 1, 3058, '7', 'I am writing to express my keen interest in potential job opportunities for a fresher with an MSc in Biotechnology at your organization. I have recently completed my degree in Biotechnology from chandigarh university,punjab and I am excited to start my career in the field.\r\n\r\nWhile I may not have extensive professional experience, I am a quick learner, highly motivated, and committed to continuous learning. I am confident that my strong foundation in biotechnology concepts, coupled with my enthusiasm for research and innovation, make me a valuable addition to the team.\r\n\r\n\r\nIf there are any entry-level job vacancies that align with my educational background and passion for biotechnology, I would greatly appreciate it if you could provide me with information about the application process and any relevant details.\r\n\r\nThank you for considering my inquiry. I look forward to the opportunity to discuss how my skills and enthusiasm align with the needs of your organization.', ''),
(21316, 1, 3059, '1', 'Riya', ''),
(21317, 1, 3059, '2', 'Gwal', ''),
(21318, 1, 3059, '3', 'gwalriya03@gmail.com', ''),
(21319, 1, 3059, '4', '(989) 725-5980', ''),
(21320, 1, 3059, '5', 'Sardar vallabhbhai Patel university of agriculture and technology, meerut', ''),
(21321, 1, 3059, '6', 'Internship', ''),
(21322, 1, 3059, '7', 'Sir, I have read about your company and wants to do internship in your company for 3 months. \r\nThank you', ''),
(21323, 1, 3060, '1', 'Noah', ''),
(21324, 1, 3060, '2', 'Johnson', ''),
(21325, 1, 3060, '3', 'noah@moneyflex.xyz', ''),
(21326, 1, 3060, '4', '(725) 867-2209', ''),
(21327, 1, 3060, '5', 'Next Day Working Capital', ''),
(21328, 1, 3060, '6', 'How are you?', ''),
(21329, 1, 3060, '7', 'Are you interested in growing your business even more?\r\n\r\nWe are your one stop shop for an instant approval on any working capital needs\r\n\r\nyou may have. We offer Lines of Credit, Equipment Financing and Invoice Factoring.\r\n\r\nApply in less than 1 minute without submitting a single document or having your credit\r\n\r\npulled.\r\n\r\nwww.nextdayworkingcapital.com\r\n\r\nNoah Johnson\r\nNext Day Working Capital\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe \r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(21330, 1, 3061, '1', 'remokna-nn', ''),
(21331, 1, 3061, '2', 'remokna-nn', ''),
(21332, 1, 3061, '3', 'arnidipe1963@mail.ru', ''),
(21333, 1, 3061, '4', '(801) 536-6850', ''),
(21334, 1, 3061, '5', 'google', ''),
(21335, 1, 3061, '6', 'Ремонт окон в Нижнем Новгороде', ''),
(21336, 1, 3061, '7', '«Оконная скорая помощь – НН» - служба, которая профессионально занимается ремонтом, профилактикой и монтажом оконных, дверных и фасадных конструкций из ПВХ (пластика), алюминия и дерева на территории Нижнего Новгорода уже более 10 лет, а так же городов-спутников (Кстово, Дзержинск, Богородск). \r\nНа нашем сайте можно узнать что такое  \r\n<a href=http://remokna-nn.ru>установка отливов</a>  , а также ознакоиться с самим сайтом и нашими услугами на <a href=http://remokna-nn.ru>remokna-nn.ru</a>', ''),
(21337, 1, 3062, '1', 'Timothystymn', ''),
(21338, 1, 3062, '2', 'Timothystymn', ''),
(21339, 1, 3062, '3', 'yasen.krasen.13+94439@mail.ru', ''),
(21340, 1, 3062, '4', '(568) 217-5533', ''),
(21341, 1, 3062, '5', 'google', ''),
(21342, 1, 3062, '6', 'Mfheidjwhfuh HUJUHGUJH djwidjwfhuefejjifeh NUHUUUhufhedjefheuhufheudhuwfhu', ''),
(21343, 1, 3062, '7', 'Nguheidjiwfefhei ijiwdwjurFEJDKWIJFEIF аоушвцшургаруш ШОРГПГОШРГРПГОГРГ iryuieoieifegjejj bvncehfedjiehfu gangagen.com', ''),
(21344, 1, 3063, '1', 'Saldomia', ''),
(21345, 1, 3063, '2', 'Saldomia', ''),
(21346, 1, 3063, '3', 'x2plg3t8@yahoo.com', ''),
(21347, 1, 3063, '4', '(605) 254-0632', ''),
(21348, 1, 3063, '5', 'google', ''),
(21349, 1, 3063, '6', 'Missing Your Tender Affection', ''),
(21350, 1, 3063, '7', 'A Call for Reconnection \r\nMy heart sings a song of longing for you. \r\nIf you get a chance, would you be so kind as to take a look at my page via this link: https://tinyurl.com/yrslnw5j   I\'ve added some fresh photos and disclosed updates from current events there. It would be awesome to catch up and exchange our stories.', ''),
(21351, 1, 3064, '1', 'TSWiFMbyKV', ''),
(21352, 1, 3064, '2', 'TSWiFMbyKV', ''),
(21353, 1, 3064, '3', 'callvisvetlana@list.ru', ''),
(21354, 1, 3064, '4', '(300) 124-3038', ''),
(21355, 1, 3064, '5', 'google', ''),
(21356, 1, 3064, '6', 'Вам хороший вариант вот тут', ''),
(21357, 1, 3064, '7', 'Вам хороший вариант вот тут ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(21358, 1, 3065, '1', 'Josh', ''),
(21359, 1, 3065, '2', 'Davids', ''),
(21360, 1, 3065, '3', 'josh.davids@gmail.com', ''),
(21361, 1, 3065, '4', '(780) 367-8918', ''),
(21362, 1, 3065, '5', 'Jacelyn Durbin', ''),
(21363, 1, 3065, '6', '[Your Access Inside] World’s #1 REAL Backlink Builder Tool For Higher Rank On Google, Bing & Youtube', ''),
(21364, 1, 3065, '7', 'Today, My friend Ashwath has released another premium Software that can get you Unlimited Backlinks for your website & Youtube Channel With the push of a button - without any manual work.\r\n\r\nYes, you read that right. \r\n\r\nYou Can Now Easily Get Unlimited HQ Backlinks & Real Buyers Traffic … With Commercial EVEN FOR A LIFETIME!!\r\n\r\n=> Click Here to Get It Now Before Deal Ends:  https://bit.ly/AIBacklinks\r\nSpecial $4 Off - ‘BLINK4’ (Expires in an hour time)\r\n\r\nLet me introduce you to AI Backlinks…\r\n\"Award Winning\" ChatGPT4 Powered Software Gets You UNLIMITED REAL BACKLINKS & FREE BUYER TRAFFIC On Autopilot With Zero Monthly Fee \r\n+ \r\n“Guaranteed” Rank Your Site on Top of Google, Yahoo & Bing…\r\n\r\nHow cool is that?\r\n\r\nNow you won’t have to pay for Backlinks & Other SEO Services On Other Online Platforms Like Fiverr, Upwork etc\r\n\r\nSo let me ask you…\r\n\r\nAren’t you tired of Spending 1000’s Of Dollars for getting non related backlinks or fake traffic even ?\r\n\r\nThanks to the brand new AI-powered software AI Backlinks you’ll get Unlimited Backlinks & Real Human Traffic to your website & Youtube channels.\r\n\r\nThis is a professional cloud-based platform that comes with a Commercial.\r\n\r\nFor Evergreen Income WITHOUT Any Special Skills, Experience, Or Learning Curve.\r\n\r\n=> Grab AI Backlinks With Exclusive Bonuses Now: https://bit.ly/AIBacklinks\r\n\r\nSpecial $4 Off - ‘BLINK4’ (Expires in an hour time)\r\n\r\nThis is an irresistible offer, with AI Backlinks you’ll be able to:\r\n\r\nCreate Unlimited HQ Backlinks For Your Blogs, Website Etc On Autopilot\r\nGet Higher Rank Easily On Google, Bing & yahoo etc With No Extra Efforts\r\nGet Unlimited Real & Related Buyer Traffic & Sales \r\nFully Autopilot.. No Manual Work\r\nGet Faster Indexing For Your All Webpages  \r\nAutomatic Updates With No Extra Installation Hassels \r\nUNLIMITED COMMERCIAL LICENCE Included\r\nNo Limitations - Completely Free\r\nSell Unlimited Backlinks & Rest Services to Earn Like The Big Boys\r\nNo Special Skills or Experience Required\r\nStep By Step Training & Videos  \r\n$200 Refund If It Doesn’t Work For You\r\n\r\nAnd much more...\r\n\r\n\r\n=> Get Your AI Backlinks Lifetime Account + Commercial  Licence at a One-Time Price https://bit.ly/AIBacklinks\r\nSpecial $4 Off - ‘BLINK4’ (Expires in an hour time)\r\n\r\nThis is turning into monthly recurring very soon.\r\n\r\nAI Backlinks is very easy to use, Trust me, once you have AI Backlinks you’ll be able to Rank #1 On Google, Bing & yahoo etc  in 3 easy steps:\r\n\r\nStep 1 - Login & Enter to the Friendly Dashboard \r\n\r\nStep 2 - Enter Your Website Or Youtube Link & Click “Get Backlinks” & DONE!\r\n\r\nStep 3 - AI Backlinks Will Send Automatically Send Backlinks To The Most High Authority Websites \r\n\r\n\r\n150 TOP Agency Owners, Marketers & more than 2000 customers have started making money with AI Backlinks.\r\nTill Now AI Backlinks Has Successfully Sent 18M+ Real & High Quality Backlinks To Customers Website, Blogs & Youtube Channels. \r\nIT’S HUGE!!\r\n\r\n\r\n=> Get Your AI Backlinks Lifetime Account + Commercial Licence at a One-Time Price :  https://bit.ly/AIBacklinks\r\nSpecial $4 Off - ‘BLINK4’ (Expires in an hour time)\r\n\r\nIf you get AI Backlinks during the special launch period, you\'ll get the following bonuses for no extra cost:\r\n\r\nPuzzlinks OTO1 + Reseller - WORLD\'S FIRST Cloud Based 1-Click Puzzle & Maze Book Creator Platform Along With 1 Million+ Pre Made Puzzles & Mazes With PLR Licence\r\n\r\n\r\nFunnelinks OTO1 + Reseller- Brand new, drag n’ drop page builder that builds stunning websites, sales pages, powerful sales funnels, memberships landing pages, blogs & email marketing campaign in minutes with no skills required!\r\n\r\n\r\nDriveLinks OTO1 + RESELLER- DriveJam can be said as the world\'s most secure and fastest loading servers are ready to store your unlimited data\r\n\r\n\r\nGraphLinks With OTO1 + Reseller- Simple Canva Like App With New Technology Creates & Sells Unlimited Jaw Dropping Designs, Video, Logos & Banners\r\n\r\n\r\nEZYLinks With OTO1 + Reseller- WORLD\'S FIRST Builder Platform To Create Unlimited Stunning Videos + Thousands Of Pre Made Video Templates With Unique Inbuilt Video & Image Editor\r\n\r\n\r\nAI Backlinks AppBuilder Edition With OTO1 + Reseller- The World’s First Mobile App Builder Allows You To Turn Your Existing Website into a Lightning Fast Future Ready Mobile App\r\n\r\n\r\nAI Backlinks Logo Generator Tool- A premium tool that helps you create beautiful, unique Logos/Icons for your business and your clients\' business.\r\n\r\n\r\nBut remember after this week, AI Backlinks will turn into a recurring subscription.\r\nSo act fast and get your account at the lowest price ever.\r\n\r\n===>>> https://bit.ly/AIBacklinks\r\n\r\n\r\nTo Your Success,\r\nJosh', ''),
(21365, 1, 3066, '1', 'Lonnie', ''),
(21366, 1, 3066, '2', 'Carolan', ''),
(21367, 1, 3066, '3', 'carolan.lonnie@googlemail.com', ''),
(21368, 1, 3066, '4', '(817) 209-6271', ''),
(21369, 1, 3066, '5', 'Lonnie Carolan', ''),
(21370, 1, 3066, '6', 'gangagen.com is only listed in 8 out of 2500+ Directories', ''),
(21371, 1, 3066, '7', 'Hello,\r\n\r\nWe noticed gangagen.com is only listed in 8 out of 2500 directories.\r\n\r\nThis severly impacts your backlinks and search engine rankings.\r\n\r\nCome get listed in all 2500 directories on DirectoryBump.com', ''),
(21372, 1, 3067, '1', 'Ronniemuh', ''),
(21373, 1, 3067, '2', 'Ronniemuh', ''),
(21374, 1, 3067, '3', 'yourmail@gmail.com', ''),
(21375, 1, 3067, '4', '(213) 446-0034', ''),
(21376, 1, 3067, '5', 'google', ''),
(21377, 1, 3067, '6', 'Заботьтесь о Улыбке Ваших Детей: Руководство по Детской Стоматологии в Люберцах', ''),
(21378, 1, 3067, '7', '<a href=https://dent-levi.blogspot.com/2023/10/zub.html>Детская стоматология в Люберцах</a> - это не просто медицинская область, но и важный аспект общего здоровья ваших детей. В данном руководстве мы рассмотрим несколько ключевых тем, которые помогут вам легко и с пониманием подойти к вопросам заботы о здоровье зубов ваших малышей, особенно в контексте Люберцов. \r\nРегулярная Гигиена Зубов Регулярная гигиена зубов - основа здоровых улыбок ваших детей. Правильные привычки начинаются с малых лет: \r\nИспользуйте мягкую детскую зубную щетку и детскую зубную пасту. Учите ребенка чистить зубы дважды в день - утром и перед сном. Постепенно внедряйте самостоятельное чистение, но оставайтесь рядом, чтобы помочь и контролировать процесс. Для профессионального ухода ознакомьтесь с услугами частной детской стоматологии в Москве или посетите детскую зубную поликлинику в Люберцах. \r\n<b>Важность Раннего Введения Стоматологического Ухода</b>. В Люберцах есть множество профессиональных стоматологов, специализирующихся на детях. Раннее введение стоматологического ухода позволит предотвратить многие проблемы: \r\nПервое посещение стоматолога рекомендуется с 1 года или после прорезывания первых зубов. Это поможет создать здоровую стоматологическую историю и обеспечить профилактику заболеваний. \r\n<b>Выбор Правильной Пасты и Щетки для Зубов.</b> В магазинах Люберцов можно найти широкий выбор зубных паст и щеток для детей. Важно выбирать подходящие опции: \r\nДля маленьких детей используйте зубные пасты с низким содержанием фтора. Выбирайте мягкие щетки с яркими цветами и узкими головками, чтобы они были привлекательными для детей. Для консультаций по выбору продуктов обратитесь к специалистам <a href=https://dent-levi.blogspot.com/2023/10/zub.html>частной детской стоматологии в Москве</a> \r\n<b>Преимущества Профилактических Посещений Стоматолога.</b> Регулярные профилактические посещения стоматолога - залог здоровых улыбок в будущем: \r\nВрач может выявить потенциальные проблемы и предложить профилактические меры. Важно посещать стоматолога не только в случае боли, но и для поддержания здоровья зубов. Помните, что частная детская стоматология в Москве предоставляет услуги высокого уровня для вашего ребенка. \r\nПонимание ортодонтического вмешательства. Ортодонтическое лечение может быть необходимым для правильного развития зубов и прикуса. В Люберцах есть квалифицированные ортодонты, специализирующиеся на детях: \r\nОртодонтическое лечение может начаться в подростковом возрасте. Понимание процесса и важность следования рекомендациям врача помогут достичь успешных результатов. Завершение: Забота о здоровье зубов ваших детей - это вложение в их будущее. В Люберцах доступно множество ресурсов и опытных специалистов, готовых помочь вам в этом важном вопросе. С положительным и дружелюбным подходом вы создадите основу для красивых и здоровых улыбок ваших детей. Не забывайте обращаться к  \r\n<a href=https://dent-levi.blogspot.com/2023/10/ozubah.html>частной детской стоматологии в Москве и детской зубной поликлинике в Люберцах</a> для наилучшего ухода за зубами вашего ребенка.', ''),
(21379, 1, 3068, '1', 'Daniel', ''),
(21380, 1, 3068, '2', 'Brown', ''),
(21381, 1, 3068, '3', 'daniel@commercialcleanrsca.com', ''),
(21382, 1, 3068, '4', '(408) 547-4250', ''),
(21383, 1, 3068, '5', 'Commercial Cleanrs California', ''),
(21384, 1, 3068, '6', 'Re: Cleaning Quote', ''),
(21385, 1, 3068, '7', 'If your current cleaning service is falling short of your expectations, it\'s time to consider a refreshing change. We specialize in providing top-notch commercial cleaning services that go beyond the ordinary. We understand the importance of a clean and inviting workplace, not only for your employees\' well-being but also for creating a positive impression on clients and visitors. Don\'t settle for subpar cleaning any longer. May I give you more information and a no-obligation quote?\r\n\r\nThank you for your time,\r\n\r\nDaniel Brown\r\nFounder\r\nCommercial Cleanrs California\r\ndaniel@commercialcleanrsca.com\r\n\r\nRespond with stop to optout.', ''),
(21386, 1, 3069, '1', 'StewartWinny', ''),
(21387, 1, 3069, '2', 'StewartWinny', ''),
(21388, 1, 3069, '3', 'inet4747@outlook.com', ''),
(21389, 1, 3069, '4', '(328) 186-8700', ''),
(21390, 1, 3069, '5', 'google', ''),
(21391, 1, 3069, '6', 'Blogger Google', ''),
(21392, 1, 3069, '7', '<a href=https://pint77.blogspot.com/2023/10/fishing-gift-box.html>Fishing Lure Set, HandMade Lures, Funny Lures, Fishing Gift Box, Fishing Gifts, Fly Fishing, Beer Gift Sets. Free shipping</a>', ''),
(21393, 1, 3070, '1', 'Oscargot', ''),
(21394, 1, 3070, '2', 'Oscargot', ''),
(21395, 1, 3070, '3', 'ufhik7@course-fitness.com', ''),
(21396, 1, 3070, '4', '(311) 022-1244', ''),
(21397, 1, 3070, '5', 'google', ''),
(21398, 1, 3070, '6', '9J娛樂城!ENDVALUE!', ''),
(21399, 1, 3070, '7', '9J娛樂城 \r\n \r\n \r\n \r\nhttps://9jcasino.com.tw/', ''),
(21400, 1, 3071, '1', 'knQnJLVduc', ''),
(21401, 1, 3071, '2', 'knQnJLVduc', ''),
(21402, 1, 3071, '3', 'callvisvetlana@list.ru', ''),
(21403, 1, 3071, '4', '(711) 254-5423', ''),
(21404, 1, 3071, '5', 'google', ''),
(21405, 1, 3071, '6', 'Отличный вариант для всех, просто пишите', ''),
(21406, 1, 3071, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(21407, 1, 3072, '1', '유튜브 구독자 늘리기!ENDVALUE!', ''),
(21408, 1, 3072, '2', '유튜브 구독자 늘리기!ENDVALUE!', ''),
(21409, 1, 3072, '3', 'help@gwmetabitt.com', ''),
(21410, 1, 3072, '4', '(155) 885-8032', ''),
(21411, 1, 3072, '5', 'google', ''),
(21412, 1, 3072, '6', '유튜브 좋아요 늘리기은 모회사 메타(옛 페이스북) 전 사원 프랜시스 하우건에 의해 어린이 정신건강에 관한 회사 측 연구 문건이 유출, 나쁜 영향을 방치했다는 의혹이 불거졌다.', ''),
(21413, 1, 3072, '7', '인스타 팔로워 늘리기을 활용한 주요 비즈니스 기능으로는 ‘인스타그램 숍스’가 소개됐다. 인스타그램 숍스는 인스타그램 플랫폼 내에서 온/오프라인 사업자의 브랜드 제품, 행사, 가격 등 정보를 공급하는 디지털 매장이다. 이용자는 인스타그램 프로필이나 메인 탐색바의 숍스 탭, 인스타그램 탐색 탭 등을 통해 상점을 방문할 수 있을 것이다. \r\n \r\n<a href=https://snshelper.com/>인스타 조회수 늘리기</a>', ''),
(21414, 1, 3073, '1', 'PhilGot', ''),
(21415, 1, 3073, '2', 'PhilGot', ''),
(21416, 1, 3073, '3', 'septon36giannixi@gmail.com', ''),
(21417, 1, 3073, '4', '(161) 334-6428', ''),
(21418, 1, 3073, '5', 'google', ''),
(21419, 1, 3073, '6', 'Hallo, i am wrote about   the price', ''),
(21420, 1, 3073, '7', 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', ''),
(21421, 1, 3074, '1', 'Shane', ''),
(21422, 1, 3074, '2', 'Peterson', ''),
(21423, 1, 3074, '3', 'shane@mauveverse.net', ''),
(21424, 1, 3074, '4', '(224) 616-2470', ''),
(21425, 1, 3074, '5', 'Mauve Verse', ''),
(21426, 1, 3074, '6', 'We Guarantee Smooth Video Marketing – Proven Success', ''),
(21427, 1, 3074, '7', 'Are you fed up with the disorganized and chaotic process of creating video content for marketing? With a track record spanning more than 20 years, Mauve Verse has solidified its position as the preferred video marketing resource for Fortune 500 companies and top-tier brands. “Mauve Verse handled everything from soup to nuts. We had a fairly good idea about the script, but they helped us write it and storyboard it, then moved it through production. The result was stellar. They brought their wealth of experience into the project, and the results speak for themselves.” - Ram Subramanian\r\n\r\nAre you interested in setting up a no-obligation assessment?\r\n\r\nSincerely,\r\n\r\nShane Peterson\r\nSenior Sales Executive\r\nMauve Verse\r\nshane@mauveverse.net\r\n\r\nRespond with stop to optout.', ''),
(21428, 1, 3075, '1', 'carissavk11', ''),
(21429, 1, 3075, '2', 'carissavk11', ''),
(21430, 1, 3075, '3', 'tammiow69@masashi76.mailguard.space', ''),
(21431, 1, 3075, '4', '(785) 807-0773', ''),
(21432, 1, 3075, '5', 'google', ''),
(21433, 1, 3075, '6', 'Hot new pictures each day', ''),
(21434, 1, 3075, '7', 'Adults only site\r\nhttp://asian-sex.xxx-french.porn-18.amandahot.com/?aubrie-miranda\r\n\r\n william levy porn free porn flash movies porn pictures of sex positions due young girls masturbate watching porn free porn gay interracial bukkake', ''),
(21435, 1, 3076, '1', '김해치과!ENDVALUE!', ''),
(21436, 1, 3076, '2', '김해치과!ENDVALUE!', ''),
(21437, 1, 3076, '3', 'help@gwmetabitt.com', ''),
(21438, 1, 3076, '4', '(017) 156-5628', ''),
(21439, 1, 3076, '5', 'google', ''),
(21440, 1, 3076, '6', '치아교정이 필요하다면 의료진의 진료 분야를 확인해야 한다. 내외동치과 치과 방문 전 교정과 전공의사를 확인하고자 한다면 대한치과교정학회의 도움을 받아볼 수 있다.', ''),
(21441, 1, 3076, '7', '김해치과 원장 김**씨는 \'어금니 9개, 앞니 2개가 가장 우선해서 자라는 8~30세 시기에 영구치를 교정해야 추가로 자라는 영구치가 모자라지 않은 공간을 가지고 가지런하게 자랄 수 있다\'며 \'프로모션을 통해 자녀들의 치아 상태를 확인해보길 바란다\'고 이야기 했다. \r\n \r\n<a href=https://www.white2.co.kr/>치과</a>', ''),
(21442, 1, 3077, '1', 'James', ''),
(21443, 1, 3077, '2', 'Smith', ''),
(21444, 1, 3077, '3', 'jamessmith23241@outlook.com', ''),
(21445, 1, 3077, '4', '(701) 287-1154', ''),
(21446, 1, 3077, '5', 'SEO Content Writer', ''),
(21447, 1, 3077, '6', 'SEO Content Writer', ''),
(21448, 1, 3077, '7', 'Hello, \r\n\r\nThis is James, a SEO copywriter and content writer.\r\n\r\nI can write content for you as per your website gangagen.com. I specialize in writing blogs, articles, e-commerce product descriptions, SEO content, website content, business service descriptions, newsletter content, content for brochures, Proofreading, Social Media Captions, Linkedin Content and content for SOPs. \r\n\r\nI charge USD 125 for 1000 words content including Keyword Research and Topic Research if you want. \r\n\r\nSend me an email at JamesSmith23241@outlook.com if you have any requirements.', ''),
(21449, 1, 3078, '1', 'FloydNix', ''),
(21450, 1, 3078, '2', 'FloydNix', ''),
(21451, 1, 3078, '3', 'gugloff.444@gmail.com', ''),
(21452, 1, 3078, '4', '(176) 787-0481', ''),
(21453, 1, 3078, '5', 'google', ''),
(21454, 1, 3078, '6', 'Гражданство Израиля под ключ', ''),
(21455, 1, 3078, '7', '<a href=https://libertyfintravel.ru/grajdanstvo-israil>Гражданство Израиля под ключ с гарантией!</a> \r\nПоэтапная оплата, официальная процедура. Срок оформления 12 месяцев. \r\nГарантия результата! \r\nTelegram: @LibFinTravel', ''),
(21456, 1, 3079, '1', 'Dexterkef', ''),
(21457, 1, 3079, '2', 'Dexterkef', ''),
(21458, 1, 3079, '3', 'yourmailpefqu@gmail.com', ''),
(21459, 1, 3079, '4', '(522) 121-6751', ''),
(21460, 1, 3079, '5', 'google', ''),
(21461, 1, 3079, '6', 'Topicxwredes34', ''),
(21462, 1, 3079, '7', 'I have read a few just right stuff here. Certainly price bookmarking for revisiting. \r\nI surprise how a lot effort you put to create the sort of excellent informative website. \r\n \r\nLook into my website –  <a href=\"https://testxr10dsawer.com\">https://testxr10dsawer.com</a>', ''),
(21463, 1, 3080, '1', 'Mike Howard', ''),
(21464, 1, 3080, '2', 'Mike Howard', ''),
(21465, 1, 3080, '3', 'mikePovaTasy@gmail.com', ''),
(21466, 1, 3080, '4', '(082) 045-6340', ''),
(21467, 1, 3080, '5', 'google', ''),
(21468, 1, 3080, '6', 'FREE fast ranks for gangagen.com', ''),
(21469, 1, 3080, '7', 'Hi there \r\n \r\nJust checked your gangagen.com baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\n \r\nRegards \r\nMike Howard\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', ''),
(21470, 1, 3081, '1', 'GeorgeDof', ''),
(21471, 1, 3081, '2', 'GeorgeDof', ''),
(21472, 1, 3081, '3', 'yanyarov853@gmail.com', ''),
(21473, 1, 3081, '4', '(130) 711-1516', ''),
(21474, 1, 3081, '5', 'google', ''),
(21475, 1, 3081, '6', 'Работает с теми, кому не помогает ничего!', ''),
(21476, 1, 3081, '7', '<a href=https://instagram.com/man_from_another_station?igshid=MzRlODBiNWFlZA==>осознание места</a>', ''),
(21477, 1, 3082, '1', 'Satya', ''),
(21478, 1, 3082, '2', 'Gudibande', ''),
(21479, 1, 3082, '3', 'gudibandesatya@gmail.com', ''),
(21480, 1, 3082, '4', '(301) 526-5277', ''),
(21481, 1, 3082, '5', 'Satyanarayana Gudibande', ''),
(21482, 1, 3082, '6', 'Possible Consultant/Advisor opportunities', ''),
(21483, 1, 3082, '7', 'To whom it may concern:\r\nI am a freelance professional with experience in DNA/Molecular diagnostics and patent prosecution. Additional information about my professional experience is available in my LinkedIn profile: linkedin.com/in/satya-gudibande-02b905178. I am visiting Bengaluru during December 2023. Please contact me via email: gudibandesatya@gmail.com. Thanks.', ''),
(21484, 1, 3083, '1', 'Tobiasbug', ''),
(21485, 1, 3083, '2', 'Tobiasbug', ''),
(21486, 1, 3083, '3', 'no.reply.GabrielJohansson@gmail.com', ''),
(21487, 1, 3083, '4', '(128) 681-0688', ''),
(21488, 1, 3083, '5', 'google', ''),
(21489, 1, 3083, '6', 'An inventive new system of advertising.', ''),
(21490, 1, 3083, '7', 'Yo! gangagen.com \r\n \r\nDid you know that it is possible to send business offer fully legit? We suggest a new, legal way of sending commercial offers through feedback forms. There is no shortage of websites that feature such forms. \r\nWhen such messages are sent, no personal data is used, and they are securely sent to forms that have been specifically designed to receive messages and appeals. Contact Form messages are not likely to end up in spam, as they\'re recognized as important. \r\nGive our service a go – it won’t cost you a thing! \r\nWe can dispatch up to 50,000 messages in your behalf. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis offer is automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype  live:feedbackform2019 \r\nWhatsApp  +375259112693 \r\nWhatsApp  https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.', ''),
(21491, 1, 3084, '1', 'Eric', ''),
(21492, 1, 3084, '2', 'Jones', ''),
(21493, 1, 3084, '3', 'ericjonesmyemail@gmail.com', ''),
(21494, 1, 3084, '4', '(555) 555-1212', ''),
(21495, 1, 3084, '5', 'CENTRE', ''),
(21496, 1, 3084, '6', 'Cool website!', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(21497, 1, 3084, '7', 'Hi gangagen.com Administrator!\r\n\r\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://bit.ly/leadgenerationd to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://bit.ly/leadgenerationd to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://bit.ly/leadgenerationd to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://bit.ly/3rD0G5c', ''),
(21498, 1, 3085, '1', 'EFbNIPgfvc', ''),
(21499, 1, 3085, '2', 'EFbNIPgfvc', ''),
(21500, 1, 3085, '3', 'callvisvetlana@list.ru', ''),
(21501, 1, 3085, '4', '(378) 154-6120', ''),
(21502, 1, 3085, '5', 'google', ''),
(21503, 1, 3085, '6', 'Отличный вариант для всех, просто пишите', ''),
(21504, 1, 3085, '7', 'Отличный вариант для всех, просто пишите ArataurNiladwyn@gmail.com 000*** gangagen.com', ''),
(21505, 1, 3086, '1', 'Eric', ''),
(21506, 1, 3086, '2', 'Jones', ''),
(21507, 1, 3086, '3', 'ericjonesmyemail@gmail.com', ''),
(21508, 1, 3086, '4', '(555) 555-1212', ''),
(21509, 1, 3086, '5', 'CENTRE', ''),
(21510, 1, 3086, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(21511, 1, 3086, '7', 'Hi gangagen.com Administrator. my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://bit.ly/leadgenerationc to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://bit.ly/leadgenerationc to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://bit.ly/leadgenerationc to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://bit.ly/3rD0G5c', ''),
(21512, 1, 3087, '1', 'AndrewThofe', ''),
(21513, 1, 3087, '2', 'AndrewThofe', ''),
(21514, 1, 3087, '3', 'xopo7b@course-fitness.com', ''),
(21515, 1, 3087, '4', '(763) 748-0731', ''),
(21516, 1, 3087, '5', 'google', ''),
(21517, 1, 3087, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(21518, 1, 3087, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(21519, 1, 3088, '1', 'Gordonplunk', ''),
(21520, 1, 3088, '2', 'Gordonplunk', ''),
(21521, 1, 3088, '3', 'yh8xu@course-fitness.com', ''),
(21522, 1, 3088, '4', '(538) 316-4065', ''),
(21523, 1, 3088, '5', 'google', ''),
(21524, 1, 3088, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(21525, 1, 3088, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(21526, 1, 3089, '1', 'Haroldhyday', ''),
(21527, 1, 3089, '2', 'Haroldhyday', ''),
(21528, 1, 3089, '3', '2amw@course-fitness.com', ''),
(21529, 1, 3089, '4', '(561) 823-1716', ''),
(21530, 1, 3089, '5', 'google', ''),
(21531, 1, 3089, '6', '歐客佬精品咖啡!ENDVALUE!', ''),
(21532, 1, 3089, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(21533, 1, 3090, '1', 'JohnnyVAP', ''),
(21534, 1, 3090, '2', 'JohnnyVAP', ''),
(21535, 1, 3090, '3', 'jtxfwi@course-fitness.com', ''),
(21536, 1, 3090, '4', '(278) 757-6385', ''),
(21537, 1, 3090, '5', 'google', ''),
(21538, 1, 3090, '6', 'Game LIFE 遊戲情報', ''),
(21539, 1, 3090, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(21540, 1, 3091, '1', 'Lavillreich', ''),
(21541, 1, 3091, '2', 'Lavillreich', ''),
(21542, 1, 3091, '3', 'revers@1ti.ru', ''),
(21543, 1, 3091, '4', '(273) 085-3155', ''),
(21544, 1, 3091, '5', 'google', ''),
(21545, 1, 3091, '6', 'ochratoxin a-(phenyl-d5) solution, 10g купить онлайн в интернет-магазине химмед', ''),
(21546, 1, 3091, '7', '<a href=https://chimmed.ru/products/reserpine-standard-id=335983>reserpine standard купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>ochratoxin a, from petromyces albert& купить онлайн в интернет-магазине химмед </u> \r\n<i>ochratoxin a, from petromyces albert& купить онлайн в интернет-магазине химмед </i> \r\n<b>ochratoxin a oekanal купить онлайн в интернет-магазине химмед </b> \r\n \r\nreserpine standard купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/reserpine-standard-id=4135638', ''),
(21547, 1, 3092, '1', 'Letha', ''),
(21548, 1, 3092, '2', 'Seidel', ''),
(21549, 1, 3092, '3', 'seidel.letha@msn.com', ''),
(21550, 1, 3092, '4', '(613) 727-7753', ''),
(21551, 1, 3092, '5', 'Letha Seidel', ''),
(21552, 1, 3092, '6', 'Boost Your Website Interaction with Successful Strategies!', ''),
(21553, 1, 3092, '7', 'Hi gangagen.com Manager.\r\n\r\nI\'m Letha, and I just stumbled upon your site gangagen.com. It’s has much to offer, but here’s a suggestion to make it even MORE effective.\r\n\r\nVisitor Engagement Widget – CLICK HERE https://bit.ly/3LPltcD for a working demo now.\r\n\r\nLead Conversion Tool is a software widget that’s operates on your site, set to capture any visitor’s Name, Email address, and Phone Number. It signals you the minute they tell you they’re interested – so that you can chat to that lead while they’re actually looking over your site.\r\n\r\nAnd when you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer at that time, you can follow up with text messages for new offers, content links, or even just “how you doing?” notes to create a relationship.\r\n\r\nCLICK HERE https://bit.ly/3LPltcD to uncover what Visitor Engagement Widget can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you can be converting up to 100X more leads today!\r\n\r\nLetha\r\nPS: Studies reveal that 70% of a site’s visitors vanish and are gone forever after just a moment. Don’t keep missing out on them.\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling.\r\nYou have customers ready to talk with you at this moment… don’t keep them waiting.\r\nCLICK HERE https://bit.ly/3LPltcD to use Lead Conversion Tool now.\r\n\r\nIf you\'d prefer to unsubscribe click here https://bit.ly/3rD0G5c\r\n\r\nMerely a rapid message - the identities and email address employed in this message, Letha and Seidel, are placeholders and not actually actual information. We cherish transparency and wanted to ensure you’re informed! If you want to get in touch with the real individual responsible for this note, please visit our site, and we’ll associate you with the proper person.', ''),
(21554, 1, 3093, '1', 'RichardWep', ''),
(21555, 1, 3093, '2', 'RichardWep', ''),
(21556, 1, 3093, '3', 'brendaa.valdeez11@gmail.com', ''),
(21557, 1, 3093, '4', '(306) 860-4652', ''),
(21558, 1, 3093, '5', 'google', ''),
(21559, 1, 3093, '6', 'Earnings from email newsletters from $30,000 per month', ''),
(21560, 1, 3093, '7', 'Guaranteed income from email newsletters over $30,000 per month http://emailmarketing-64553599.dantojochilango.com/offer?59627', ''),
(21561, 1, 3094, '1', 'JerryTiz', ''),
(21562, 1, 3094, '2', 'JerryTiz', ''),
(21563, 1, 3094, '3', 'yourmail@gmail.com', ''),
(21564, 1, 3094, '4', '(360) 825-6707', ''),
(21565, 1, 3094, '5', 'google', ''),
(21566, 1, 3094, '6', 'Unlock the Potential with Strategic Backlinking', ''),
(21567, 1, 3094, '7', 'Dear Prospective Client, \r\n \r\nI hope this message finds you well. I am a SEO Expert at SEO Spy agency. \r\n \r\nWith the competitive digital market, increasing your website’s Domain Authority (DA) is vital. Strong DA not only enhances your website’s presence but also pulls in more caliber traffic. \r\n \r\nHere\'s how we can support Your Company in increasing its DA: \r\n \r\nSmart 100% safe Link Building : Developing a portfolio of high-quality backlinks. \r\n \r\n \r\nIn collaboration with SEO Spy, you are able to navigate a path toward increased Domain Authority, improved search results, and consequently, additional business. \r\n \r\nTake the first step toward enhanced web presence today. \r\n \r\nLooking forward to assisting Your Website reach new digital heights -> https://tinyurl.com/dahigh1 \r\n \r\nWarm regards, Senior SEO Expert in SEO Spy agency', ''),
(21568, 1, 3095, '1', 'Carissa', ''),
(21569, 1, 3095, '2', 'Stpierre', ''),
(21570, 1, 3095, '3', 'stpierre.carissa@gmail.com', ''),
(21571, 1, 3095, '4', '(734) 764-6822', ''),
(21572, 1, 3095, '5', 'Carissa Stpierre', ''),
(21573, 1, 3095, '6', 'Hi gangagen.com Admin!', ''),
(21574, 1, 3095, '7', 'Get More Leads, Sales, and Profits To Your Website With\r\n\r\nHYPER TARGETED SOLO ADS!\r\n\r\nADs to the people you need them to go to!\r\n\r\n100% Real Human Traffic Always\r\n\r\nIt\'s Our Promise To Provide The Highest Quality Solo Ads Campaign To Your Websites or offers & Be \r\nThe only Traffic Source You Will Ever Need!\r\n\r\ntake a look here\r\n\r\nhttps://www.rudebugrich.com\r\n\r\nTo increase your Leads, Sales, and Profits now.', ''),
(21575, 1, 3096, '1', 'Mike Jacobson', ''),
(21576, 1, 3096, '2', 'Mike Jacobson', ''),
(21577, 1, 3096, '3', 'peterIrorieGork@gmail.com', ''),
(21578, 1, 3096, '4', '(783) 532-4321', ''),
(21579, 1, 3096, '5', 'google', ''),
(21580, 1, 3096, '6', 'Whitehat SEO for gangagen.com', ''),
(21581, 1, 3096, '7', 'Good Day \r\n \r\nI have just took an in depth look on your  gangagen.com for  the current search visibility and saw that your website could use a boost. \r\n \r\nWe will increase your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\n \r\nRegards \r\nMike Jacobson\r\nDigital X SEO Experts', ''),
(21582, 1, 3097, '1', 'KennethBor', ''),
(21583, 1, 3097, '2', 'KennethBor', ''),
(21584, 1, 3097, '3', 'teruyewd@hotmail.com', ''),
(21585, 1, 3097, '4', '(134) 008-3862', ''),
(21586, 1, 3097, '5', 'google', ''),
(21587, 1, 3097, '6', 'United States Media Directory', ''),
(21588, 1, 3097, '7', '<a href=https://terget322.wixsite.com/home>United States Media Directory</a>', ''),
(21589, 1, 3098, '1', 'RicvderhardRuh', ''),
(21590, 1, 3098, '2', 'RicvderhardRuh', ''),
(21591, 1, 3098, '3', 'ricvderhardUnift@gmail.com', ''),
(21592, 1, 3098, '4', '(811) 303-0266', ''),
(21593, 1, 3098, '5', 'google', ''),
(21594, 1, 3098, '6', 'the of Kishore Kumar: All for', ''),
(21595, 1, 3098, '7', 'Downloadingis incredibly easy. There can find his hits and download them for free. website free MP3 downloads and enter the query \"Enjoy Kishore Kumar\'s Hit Songs: for. \r\n \r\n<a href=https://enjoyhitsongsmp3free.blogspot.com/>All MP3</a>', ''),
(21596, 1, 3099, '1', 'MargaritaPi', ''),
(21597, 1, 3099, '2', 'MargaritaPi', ''),
(21598, 1, 3099, '3', 'margaritaPi@myfanfunnel.com', ''),
(21599, 1, 3099, '4', '(038) 287-7518', ''),
(21600, 1, 3099, '5', 'google', ''),
(21601, 1, 3099, '6', 'I аm an оrdinаry gіrl. I wаnt to meet аn ordіnаry ѕerіous man.', ''),
(21602, 1, 3099, '7', 'Hі!\r\nΙ\'vе nоtiсed thаt manу guys prеfеr regulаr gіrls.\r\nΙ aррlaudе the mеn оut thеre whо had the bаlls to еnϳоy thе lоvе оf mаny women аnd chооѕe the оne that he knеw would bе hіs bеѕt friend durіng thе bumру аnd crаzу thing сalled lifе.\r\nΙ wantеd to bе that frіеnd, nоt ϳust a ѕtable, reliablе and boring hоuѕеwife.\r\nΙ am 27 уears old, Μаrgarіta, frоm the Сzеch Reрubliс, know English lаnguаge alѕo.\r\nАnуwаy, уоu can find mу prоfіlе herе: http://carcoheart.tk/idl-79487/', ''),
(21603, 1, 3100, '1', 'Noah', ''),
(21604, 1, 3100, '2', 'Johnson', ''),
(21605, 1, 3100, '3', 'noah@moneyflex.xyz', ''),
(21606, 1, 3100, '4', '(725) 867-2209', ''),
(21607, 1, 3100, '5', 'Next Day Working Capital', ''),
(21608, 1, 3100, '6', 'How are you?', ''),
(21609, 1, 3100, '7', 'Are you interested in growing your business even more?\r\n\r\nWe are your one stop shop for an instant approval on any working capital needs\r\n\r\nyou may have. We offer Lines of Credit, Equipment Financing and Invoice Factoring.\r\n\r\nApply in less than 1 minute without submitting a single document or having your credit\r\n\r\npulled.\r\n\r\nwww.nextdayworkingcapital.com\r\n\r\nNoah Johnson\r\nNext Day Working Capital\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThis is an Advertisement.\r\nTo unsubscribe, click here www.nextdayworkingcapital.com/unsubscribe \r\n\r\n\r\nor write to:\r\n\r\n\r\n\r\nNext Day Working Capital\r\n1050 E. Flamingo Rd\r\nLas Vegas, NV 89119', ''),
(21610, 1, 3101, '1', 'Robert', ''),
(21611, 1, 3101, '2', 'Davis', ''),
(21612, 1, 3101, '3', 'kirwan.michelle35@googlemail.com', ''),
(21613, 1, 3101, '4', '(561) 202-7274', ''),
(21614, 1, 3101, '5', 'Michelle Kirwan', ''),
(21615, 1, 3101, '6', 'Good Day  Can this be confirmed?', ''),
(21616, 1, 3101, '7', 'Hello,\r\n\r\nGain your complementary AI Assistant Now! if not get left behind unless you\r\n\r\nWant to outshine the competition with more customers and saving time? \r\n\r\nGo to https://klxl.ink/more-sales now to explore our partnership that promises a surge in leads and sales for your business.\r\n\r\nBest regards,\r\n\r\n Richard   Taylor \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n//Optout//\r\n\r\nTo stop receiving any further communication, \r\nplease opt out at https://rokl.ink/optoutone.', ''),
(21617, 1, 3102, '1', 'FloydNix', ''),
(21618, 1, 3102, '2', 'FloydNix', ''),
(21619, 1, 3102, '3', 'gugloff.444@gmail.com', ''),
(21620, 1, 3102, '4', '(100) 428-0577', ''),
(21621, 1, 3102, '5', 'google', ''),
(21622, 1, 3102, '6', 'Гражданство Израиля под ключ', ''),
(21623, 1, 3102, '7', '<a href=https://libertyfintravel.ru/grajdanstvo-israil>Гражданство Израиля под ключ с гарантией!</a> \r\nПоэтапная оплата, официальная процедура. Срок оформления 12 месяцев. \r\nГарантия результата! \r\nTelegram: @LibFinTravel', ''),
(21624, 1, 3103, '1', 'Barnie', ''),
(21625, 1, 3103, '2', 'Hayter', ''),
(21626, 1, 3103, '3', 'automate25hrive@gmail.com', ''),
(21627, 1, 3103, '4', '(508) 812-0437', ''),
(21628, 1, 3103, '5', 'Julienne Hayter', ''),
(21629, 1, 3103, '6', 'gangagen.com Missing Revenue', ''),
(21630, 1, 3103, '7', 'Once I added this to my website my revenue doubled:\r\nhttps://fas.st/t/aRa43FAU', ''),
(21631, 1, 3104, '1', 'rodijovvazy977', ''),
(21632, 1, 3104, '2', 'rodijovvazy977', ''),
(21633, 1, 3104, '3', 'pugyxypjuno515@gmail.com', ''),
(21634, 1, 3104, '4', '(635) 163-6854', ''),
(21635, 1, 3104, '5', 'google', ''),
(21636, 1, 3104, '6', 'Binance', ''),
(21637, 1, 3104, '7', 'BTC may be the latest or last chance to get rich in this era. It will reach $200000 next year or the next year. \r\n \r\nBTC has increased 20 times in the last year, and other coins have increased 800 times!!! \r\n \r\nThink about only $2 a few years ago. Come to the world\'s largest and safest virtual currency exchange Binance to Get free rewards. Don\'t miss the most important opportunity in life!!! \r\n \r\nhttps://hi.switchy.io/91xl', ''),
(21638, 1, 3105, '1', 'Michaelarili', ''),
(21639, 1, 3105, '2', 'Michaelarili', ''),
(21640, 1, 3105, '3', 'yourmail@gmail.com', ''),
(21641, 1, 3105, '4', '(455) 516-2384', ''),
(21642, 1, 3105, '5', 'google', ''),
(21643, 1, 3105, '6', 'Struggling with Your Website\'s Domain Authority?', ''),
(21644, 1, 3105, '7', 'Hi Website Operator, \r\n \r\nDo you feel that despite all your hard work, your website just isn\'t showing up in search results? \r\nCould it be you\'ve invested time into producing quality content, but your competitors continuously overshadow you, leaving you disheartened? \r\n \r\nThe challenge often lies in the Domain Authority (DA) of your website. DA is a vital factor in how search engines rank sites. The bright side? It\'s adjustable. \r\n \r\nAt SEO Spy marketing agency, we specialize in boosting websites\' Domain Authority. Here\'s what we offer: \r\n- Effective Link Building: Forming reliable backlinks that boost your site\'s credibility. \r\n- Tailored Content Strategy: Producing content that not only hits home with your audience but also attracts search engine attention. \r\n- Technical SEO Audits: Identifying and addressing any gaps that could be hampering your DA. \r\n \r\nWhy wait in addressing this challenge. Reach out to us for a free DA analysis, and let\'s design a course to rise your website\'s search rankings. Simply or reach out to us at https://t.me/SEO_Spy or order an apropriate service here  -> https://tinyurl.com/dahigh1 \r\n \r\nWarm regards, Senior SEO Specialist at SEO Spy company', ''),
(21645, 1, 3106, '1', 'Mike Bootman', ''),
(21646, 1, 3106, '2', 'Mike Bootman', ''),
(21647, 1, 3106, '3', 'miketasy@gmail.com', ''),
(21648, 1, 3106, '4', '(135) 121-0131', ''),
(21649, 1, 3106, '5', 'google', ''),
(21650, 1, 3106, '6', 'Collaboration request', ''),
(21651, 1, 3106, '7', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Bootman\r\n \r\nMonkey Digital', ''),
(21652, 1, 3107, '1', '기가 도메인', ''),
(21653, 1, 3107, '2', '기가 도메인', ''),
(21654, 1, 3107, '3', 'help@gwmetabitt.com', ''),
(21655, 1, 3107, '4', '(253) 305-0585', ''),
(21656, 1, 3107, '5', 'google', ''),
(21657, 1, 3107, '6', '해외 기가 토토사이트 사업 이 \'코로나 보릿고개\'로 텅 비었던 곳간을 조금씩 채워가고 있다.', ''),
(21658, 1, 3107, '7', '24일 기가 도메인 관련주는 한꺼번에 낮은 폭으로 상승했다. 전일 대비 강원랜드는 0.74% 오른 4만7100원, 파라다이스는 1.65% 오른 9만8200원, GKL은 0.55% 오른 4만7200원, 롯데관광개발은 0.94% 오른 7만430원에 거래를 마쳤다. 바카라용 모니터를 생산하는 토비스도 주가가 0.86% 증가했다. 허나 초단기 시계열 분석은 여행주와 다른 양상을 보인다. 2016년 상반기 바로 이후 하락세를 보이던 여행주와 틀리게 바카라주는 2016~2018년 저점을 찍고 오르는 추세였다. 2014년 GKL과 파라다이스 직원 일부가 중국 공안에 체포되는 악재에 카지노사이트 주는 하락세로 접어들었다. \r\n \r\n<a href=https://xn--o39a5rp3aq13ceqbw2q.com/>기가 가입쿠폰</a>', ''),
(21659, 1, 3109, '1', 'vavada Her', ''),
(21660, 1, 3109, '2', 'vavada Her', ''),
(21661, 1, 3109, '3', 'xrumerpetr@gmail.com', ''),
(21662, 1, 3109, '4', '(112) 400-4227', ''),
(21663, 1, 3109, '5', 'google', ''),
(21664, 1, 3109, '6', 'vavada', ''),
(21665, 1, 3109, '7', '<a href=https://xvavada.ru/registraciya-vavada/>вавада кабинет</a> \r\n<a href=https://xvavada.ru/>вавада регистрация</a> \r\n<a href=https://xvavada.ru/bonusy-vavada/>вавада бесплатные бонусы</a>', ''),
(21666, 1, 3110, '1', 'JustinHup', ''),
(21667, 1, 3110, '2', 'JustinHup', ''),
(21668, 1, 3110, '3', 'betcas736@gmail.com', ''),
(21669, 1, 3110, '4', '(700) 003-0458', ''),
(21670, 1, 3110, '5', 'google', ''),
(21671, 1, 3110, '6', '# BіG bonus', ''),
(21672, 1, 3110, '7', 'Best Spоrts bеttіng site \r\nget our sign up bonuses \r\n150% + 200free spins \r\n \r\ngo now https://tinyurl.com/2p8kdruz', ''),
(21673, 1, 3111, '1', 'Isabellasl', ''),
(21674, 1, 3111, '2', 'Isabellasl', ''),
(21675, 1, 3111, '3', 'isabellasl@okcashbank.com', ''),
(21676, 1, 3111, '4', '(051) 776-3876', ''),
(21677, 1, 3111, '5', 'google', ''),
(21678, 1, 3111, '6', 'I am аn оrdіnаry gіrl. Ι wаnt tо meet an ordіnаrу seriоuѕ mаn.', ''),
(21679, 1, 3111, '7', 'Hі!\r\nI\'vе nоtіcеd thаt mаny guуѕ prеfеr rеgulаr gіrlѕ.\r\nI аррlаudе the mеn out therе whо had thе balls tо еnϳоy thе lоvе of manу wоmen аnd chооѕe the оnе that he knew would bе hіѕ bеѕt frіеnd durіng thе bumpy and crаzy thіng callеd lіfe.\r\nΙ wаntеd to bе that friеnd, nоt ϳust а stable, rеliable аnd boring hоusеwife.\r\nI am 25 уеars old, Ιsаbella, frоm thе Czech Rеpublіc, knоw Εnglіsh lаnguаge аlso.\r\nAnywaу, уоu сan fіnd mу рrоfіle here: http://tioreslebarbund.cf/idl-5318/', ''),
(21680, 1, 3112, '1', 'James', ''),
(21681, 1, 3112, '2', 'Millington', ''),
(21682, 1, 3112, '3', 'millington.beverly@hotmail.com', ''),
(21683, 1, 3112, '4', '(894) 943-7361', ''),
(21684, 1, 3112, '5', 'Beverly Millington', ''),
(21685, 1, 3112, '6', 'Dear gangagen.com Administrator!', ''),
(21686, 1, 3112, '7', 'Hi there!\r\nTop Rated SEO Agency. Personalized Service from Dedicated Account Team. ROI Driven. Relationship Focused. Custom SEO Strategy. 95% Client Retention Rate. Services: Analytics, Back-end Development, Competitive Research, Consulting.  Buy now: https://alwaysdigital.co/la/ \r\n\r\nPsst. If you have web development/ designing requirements, feel free to see more details at: https://outsource-bpo.com/website/', ''),
(21687, 1, 3113, '1', 'Lavillreich', ''),
(21688, 1, 3113, '2', 'Lavillreich', ''),
(21689, 1, 3113, '3', 'revers@1ti.ru', ''),
(21690, 1, 3113, '4', '(620) 518-4472', ''),
(21691, 1, 3113, '5', 'google', ''),
(21692, 1, 3113, '6', 'anti-mcl-1 ea купить онлайн в интернет-магазине химмед', ''),
(21693, 1, 3113, '7', '<a href=https://chimmed.ru/products/esirna-targeting-mouse-krtcap2-esirna1-id=4080852>esirna targeting mouse krtcap2 (esirna1) купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>anti-mck10 (c-term) купить онлайн в интернет-магазине химмед </u> \r\n<i>anti-mck10 купить онлайн в интернет-магазине химмед </i> \r\n<b>anti-mcl-1, developed in rabbit, igg купить онлайн в интернет-магазине химмед </b> \r\n \r\nesirna targeting mouse ksr1 (esirna1) купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/esirna-targeting-mouse-ksr1-esirna1-id=4121656', ''),
(21694, 1, 3114, '1', 'Facebookフォロワー!ENDVALUE!', ''),
(21695, 1, 3114, '2', 'Facebookフォロワー!ENDVALUE!', ''),
(21696, 1, 3114, '3', 'help@gwmetabitt.com', ''),
(21697, 1, 3114, '4', '(002) 402-4585', ''),
(21698, 1, 3114, '5', 'google', ''),
(21699, 1, 3114, '6', 'Twitter フォロワー 増やす There are actually cables with repeaters in-built, as well as plug in repeaters that will hook up two HDMI cables together even though actively repeating the sign.', ''),
(21700, 1, 3114, '7', 'Not have to インスタ フォロワー 買う 日本人 consumers be confined to their own voices though conversing with families, discussing business issues or conducting extended-distance interviews. \r\n \r\n<a href=https://snshelper.com/jp>Youtube 再生回数 購入</a>', ''),
(21701, 1, 3115, '1', 'Michaelfus', ''),
(21702, 1, 3115, '2', 'Michaelfus', ''),
(21703, 1, 3115, '3', 'dianne_kaptein@hotmail.com', ''),
(21704, 1, 3115, '4', '(327) 480-3262', ''),
(21705, 1, 3115, '5', 'google', ''),
(21706, 1, 3115, '6', 'YOUR EARNINGS WERE $45,819.54. YOU NEED TO WITHDRAW YOUR EARNINGS WITHIN 24 HOURS', ''),
(21707, 1, 3115, '7', 'You earned $45,210.76. Urgently withdraw your earned money http://quickcashhaven-032068.consumerfriendlyebikes.com/money', ''),
(21708, 1, 3116, '1', 'Kpop Wholesaler', ''),
(21709, 1, 3116, '2', 'Kpop Wholesaler', ''),
(21710, 1, 3116, '3', 'help@gwmetabitt.com', ''),
(21711, 1, 3116, '4', '(035) 236-5761', ''),
(21712, 1, 3116, '5', 'google', ''),
(21713, 1, 3116, '6', 'It’s real that having Kpop B2B images is so simple as working out and grabbing an affordable 5 dollar digital camera.', ''),
(21714, 1, 3116, '7', 'Think about your expertise in making use of cameras for Kpop Wholesale. If you\'re a beginning photographer decide on a electronic digital camera that is certainly uncomplicated and simple to use. \r\n \r\n<a href=https://withhanab2b.com/>Kpop Wholesale</a>', ''),
(21715, 1, 3117, '1', 'Robert', ''),
(21716, 1, 3117, '2', 'Johnson', ''),
(21717, 1, 3117, '3', 'robertjohnson122023@outlook.com', ''),
(21718, 1, 3117, '4', '(877) 820-0382', ''),
(21719, 1, 3117, '5', 'E-Commerce/Blog Content Writer', ''),
(21720, 1, 3117, '6', 'E-Commerce/Blog Content Writer', ''),
(21721, 1, 3117, '7', 'Hello,\r\n\r\nI\'m Rob, a skilled E-Commerce Content Writer and Blog Writer. I specialize in crafting SEO-friendly product descriptions, product reviews, service descriptions, website copy, keyword research, topic research, and content uploads for websites. \r\n\r\nFeel free to contact me at RobertJohnson122023@outlook.com if you have any specific needs.', ''),
(21722, 1, 3118, '1', 'GznitVCitr', ''),
(21723, 1, 3118, '2', 'GznitVCitr', ''),
(21724, 1, 3118, '3', 'callvisvetlana@list.ru', ''),
(21725, 1, 3118, '4', '(424) 740-0535', ''),
(21726, 1, 3118, '5', 'google', ''),
(21727, 1, 3118, '6', 'Не меняй простые темы на сложные', ''),
(21728, 1, 3118, '7', 'Не меняй простые темы на сложные 000*** https://forms.gle/tbiFaFmK3TdQDXRJ6?utm_source=slhLCwmy24u&utm_medium=kZDdRLVtD3J gangagen.com', ''),
(21729, 1, 3120, '1', 'Rich', ''),
(21730, 1, 3120, '2', 'Ml Gzhaa d', ''),
(21731, 1, 3120, '3', 'rich@mybizfunding.xyz', ''),
(21732, 1, 3120, '4', '(604) 867-7331', ''),
(21733, 1, 3120, '5', 'Sherrill Behm', ''),
(21734, 1, 3120, '6', 'Non-bank funding, any amount, most qualify, 0% interest, no debt', ''),
(21735, 1, 3120, '7', 'There\'s more investment capital available than you can imagine and much of it never gets placed.  Tired of running low or running out of cash just when you need it most? I have a permanent fix to this problem. \r\n\r\nThere\'s no need to be under-capitalized and run out of cash. Your credit, industry, balance sheet, assets, etc. are not a factor.  \r\n \r\nI\'ll help you get all the capital you need in record time. Join my FREE FORUM and talk to me directly. Learn how I raised tens of millions of dollars for my own companies. My system has worked for me many times and continues to provide cash for me to this day.  \r\n\r\nTo access my FREE FORUM and start receiving all the capital you need, check this two-minute video I recorded for you:  https://bizfundingforyou.com\r\n\r\nSee you there!\r\n\r\nRich\r\n\r\nTo opt out of future messages, click or tap here:  https://omnioptout.xyz?customer_domain=gangagen.com', ''),
(21736, 1, 3121, '1', 'CalvinimKiz', ''),
(21737, 1, 3121, '2', 'CalvinimKiz', ''),
(21738, 1, 3121, '3', 'toshkent-amfetamin@inrus.top', ''),
(21739, 1, 3121, '4', '(273) 866-5402', ''),
(21740, 1, 3121, '5', 'google', ''),
(21741, 1, 3121, '6', 'Амфетамин Ташкент? Сайт - MEFEDRON.PRO Купить Амфетамин Ташкент - MEFEDRON.PRO', ''),
(21742, 1, 3121, '7', 'Амфетамин Ташкент? Сайт - MEFEDRON.PRO Купить Амфетамин Ташкент - MEFEDRON.PRO \r\n. \r\nДля Заказа Амфетамина в Ташкенте САЙТ - https://mefedron.pro/ \r\nКупить в Ташкенте Амфетамин закладкой САЙТ - https://mefedron.pro/ \r\nЗаказать Амфетамин в Ташкенте доставкой САЙТ - https://mefedron.pro/ \r\nПокупка в руки Амфетамин в Ташкенте САЙТ - https://mefedron.pro/ \r\nЛучший Амфетамин в Узбекистане САЙТ - https://mefedron.pro/ \r\nКачественный Амфетамин в Ташкенте САЙТ - https://mefedron.pro/ \r\n. \r\n. \r\n. \r\n.. \r\nДЛЯ ЗАКАЗА ТОВАРА В УЗБЕКИСТАНЕ НУЖНО НАПИСАТЬ НА САЙТ - https://mefedron.pro/ (MEFEDRON.PRO) \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги для гугла - Купить Амфетамин Ташкент, Купить Амфетамин Самарканд, Купить Амфетамин Бухара, Купить Амфетамин Хива, Купить Амфетамин Шахрисабз, \r\nКупить Амфетамин Муйнак, Купить Амфетамин Заамин, Купить Амфетамин Термез, Купить Амфетамин Гулистан, Купить Амфетамин Нукус, Купить Амфетамин Наманган, \r\nКупить Амфетамин Карши, Купить Амфетамин Навои, Купить Амфетамин Коканд, Купить Амфетамин Андижан, Купить Амфетамин город Фергана оптом и в розницу! \r\nКупить Амфетамин в Ташкенте, Ташкент Лучший Амфетамина Купить, Какой Амфетамин в Ташкенте Купить? Легкий Амфетамин Ташкент Цена? \r\nСколько стоит Амфетамин в Узбекистане? Способы употребления Амфетамин в Ташкенте? Как без палева забрать закладку в Ташкенте? \r\nЛабораторный Амфетамин в Ташкенте по какой цене можно купить? Оптовые и Розничные Фассовки Амфетамина в Ташкенте? Ташкеин и Амфетамин это братья? \r\nМне как человеку с опытом нужен Амфетамин в Ташкенте, но только быстро. Как правильно хранить Амфетамин в Ташкенте в домашних условиях? \r\nВсе кто любит Амфетамин в Ташкенте - знают где его можно купить без проблем! Различные способы фассоки Амфетамин в Ташкенте! \r\nВ каком районе можно Купить Амфетамин в Ташкенте без проблем и заморочек? Нужно Купить Амфетамин в Ташкенте Закладкой Магнит? \r\nЦелебные свойства лекарства под названием \"Амфетамин в Ташкенте\" по сниженной цене сейчас доступен каждому покупателю без ограничений? \r\nМне очень нужен Амфетамин в Ташкенте, потому что моя сестра заболела и не может принимать лекарства без Амфетамин в Ташкенте. \r\nВсе кто способен Купить Амфетамин в Ташкенте закладками прикопами или магнитами могут это сделать моментально через круглосуточный магазин Ташкент. \r\n. \r\n. \r\n. \r\nТАШКЕНТ - УЗБЕКИСТАН - АМФЕТАМИН - ЗАКЛАДКИ- ДОСТАВКА- ГАРАНТИИ - КУПИТЬ - КРУГЛОСУТОЧНО - ЛЮБОЙ РАЙОН - УЗБЕКИСТАН \r\n. \r\n. \r\n. \r\nКонец тегов.', ''),
(21743, 1, 3122, '1', 'Ardra', ''),
(21744, 1, 3122, '2', 'Unni', ''),
(21745, 1, 3122, '3', 'ardraunni2020@gmail.com', ''),
(21746, 1, 3122, '4', '(894) 375-6196', ''),
(21747, 1, 3122, '5', 'Aamrita School of Biotechnology', ''),
(21748, 1, 3122, '6', 'Inquiry regarding MSc Dissertation Opportunities', ''),
(21749, 1, 3122, '7', 'I am writing to express my strong interest in pursuing MSc dissertation opportunities under your esteemed guidance. I am currently pursuing my Master’s degree in Biotechnology at Amrita School of Biotechnology .As a dedicated advocate for global health and a firm believer in the importance of combating AMR, I am eager to contribute my skills and passion to further research and address the challenges posed by this pressing issue.\r\n\r\nDuring my undergraduate studies in Biotechnology, I had the privilege of engaging in coursework that delved into the intricacies of microbiology, pharmacology, and epidemiology. These courses provided me with a strong foundation in understanding the mechanisms of antimicrobial resistance and the factors contributing to its emergence and spread. I excelled in these classes and developed a keen interest in multidisciplinary approaches to tackling AMR.\r\n\r\nMy professional experience further solidified my commitment to addressing AMR. I was one among the student organizer of Amrita Legion for Antimicrobial Resistance Management- ALARM, an annual colloquium that aims to create awareness and build networks for the metaphorical face off & BIOCREST 2021 - an International Symposium on Antimicrobial Resistance organized by Amrita School of Biotechnology in association with Tata Institute of Genetics and Society (TIGS) & C-CAMP \r\n\r\nDuring my undergraduate studies, I had the privilege of working on a research project in collaboration with Dr Sindhu Shetty and Dr Ajith Madhavan, focusing on targeting RfaH in Order To Reduce Capsule Production in Klebsiella pneumoniae and Explore Assay Methodologies To Quantify Capsule Production, which involved in-silico docking to better understand the wide range of drugs that inhibit bacterial capsular proteins. Our aim was to investigate the various aspects of capsule inhibition on Klebsiella pneumoniae to reduce the organism\'s pathogenicity and render it non-infectious by the usage of phytochemicals, phage depolymerase, and other techniques to further understand the potential of capsular inhibition. This experience reinforced my passion for research towards phage therapy.\r\n\r\nIn addition to my academic and professional background, I am deeply committed to community engagement and advocacy related to AMR. I have actively participated in awareness campaigns and educational programs to disseminate information about responsible antimicrobial use and the importance of AMR stewardship. I look forward to continuing this advocacy and contributing efforts to raise awareness about AMR.\r\n\r\nHoping a favorable response.', ''),
(21750, 1, 3123, '1', 'Eric', ''),
(21751, 1, 3123, '2', 'Jones', ''),
(21752, 1, 3123, '3', 'ericjonesmyemail@gmail.com', ''),
(21753, 1, 3123, '4', '(555) 555-1212', ''),
(21754, 1, 3123, '5', 'HE', ''),
(21755, 1, 3123, '6', 'Who needs eyeballs, you need BUSINESS', ''),
(21756, 1, 3123, '7', 'To the gangagen.com Administrator!\r\n\r\nMy name’s Eric and I just came across your website - gangagen.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like gangagen.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Web Visitors Into Leads.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n  \r\nCLICK HERE https://bit.ly/leadgenerationd to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://bit.ly/leadgenerationd to learn more about everything Web Visitors Into Leads can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://bit.ly/leadgenerationd to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://bit.ly/3rD0G5c', ''),
(21757, 1, 3124, '1', 'Kennethapes', ''),
(21758, 1, 3124, '2', 'Kennethapes', ''),
(21759, 1, 3124, '3', 'toshkent-mefedron@inrus.top', ''),
(21760, 1, 3124, '4', '(562) 163-3305', ''),
(21761, 1, 3124, '5', 'google', ''),
(21762, 1, 3124, '6', 'Мефедрон Ташкент? Сайт - MEFEDRON.PRO Купить Мефедрон Ташкент - MEFEDRON.PRO', ''),
(21763, 1, 3124, '7', 'Мефедрон Ташкент? Сайт - MEFEDRON.PRO Купить Мефедрон Ташкент - MEFEDRON.PRO \r\n. \r\nДля Заказа Мефедрона в Ташкенте САЙТ - https://mefedron.pro/ \r\nКупить в Ташкенте Мефедрон закладкой САЙТ - https://mefedron.pro/ \r\nЗаказать Мефедрон в Ташкенте доставкой САЙТ - https://mefedron.pro/ \r\nПокупка в руки Мефедрона в Ташкенте САЙТ - https://mefedron.pro/ \r\nЛучший Мефедрон в Узбекистане САЙТ - https://mefedron.pro/ \r\nКачественный Мефедрон в Ташкенте САЙТ - https://mefedron.pro/ \r\n. \r\n. \r\n. \r\n.. \r\nДЛЯ ЗАКАЗА ТОВАРА В УЗБЕКИСТАНЕ НУЖНО НАПИСАТЬ НА САЙТ - https://mefedron.pro/ (MEFEDRON.PRO) \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги для гугла - Купить Мефедрон Ташкент, Купить Мефедрон Самарканд, Купить Мефедрон Бухара, Купить Мефедрон Хива, Купить Мефедрон Шахрисабз, \r\nКупить Мефедрон Муйнак, Купить Мефедрон Заамин, Купить Мефедрон Термез, Купить Мефедрон Гулистан, Купить Мефедрон Нукус, Купить Мефедрон Наманган, \r\nКупить Мефедрон Карши, Купить Мефедрон Навои, Купить Мефедрон Коканд, Купить Мефедрон Андижан, Купить Мефедрон город Фергана оптом и в розницу! \r\nКупить Мефедрон в Ташкенте, Ташкент Лучший Мефедрон Купить, Какой Мефедрон в Ташкенте Купить? Легкий Мефедрон Ташкент Цена? \r\nСколько стоит Мефедрон в Узбекистане? Способы употребления Мефедрона в Ташкенте? Как без палева забрать закладку в Ташкенте? \r\nЛабораторный Мефедрон в Ташкенте по какой цене можно купить? Оптовые и Розничные Фассовки Мефедрона в Ташкенте? Ташкеин и Мефедрон это братья? \r\nМне как человеку с опытом нужен Мефедрон в Ташкенте, но только быстро. Как правильно хранить Мефедрон в Ташкенте в домашних условиях? \r\nВсе кто любит Мефедрон в Ташкенте - знают где его можно купить без проблем! Различные способы фассоки Мефедрона в Ташкенте! \r\nВ каком районе можно Купить Мефедрон в Ташкенте без проблем и заморочек? Нужно Купить Мефедрон в Ташкенте Закладкой Магнит? \r\nЦелебные свойства лекарства под названием \"Мефедрон в Ташкенте\" по сниженной цене сейчас доступен каждому покупателю без ограничений? \r\nМне очень нужен Мефедрон в Ташкенте, потому что моя сестра заболела и не может принимать лекарства без Мефедрона в Ташкенте. \r\nВсе кто способен Купить Мефедрон в Ташкенте закладками прикопами или магнитами могут это сделать моментально через круглосуточный магазин Ташкент. \r\n. \r\n. \r\n. \r\nТАШКЕНТ - УЗБЕКИСТАН - МЕФЕДРОН - ЗАКЛАДКИ- ДОСТАВКА- ГАРАНТИИ - КУПИТЬ - КРУГЛОСУТОЧНО - ЛЮБОЙ РАЙОН - УЗБЕКИСТАН \r\n. \r\n. \r\n. \r\nКонец тегов.', ''),
(21764, 1, 3125, '1', 'KevinSab', ''),
(21765, 1, 3125, '2', 'KevinSab', ''),
(21766, 1, 3125, '3', 'stephenperry1@gmail.com', ''),
(21767, 1, 3125, '4', '(675) 032-7866', ''),
(21768, 1, 3125, '5', 'google', ''),
(21769, 1, 3125, '6', 'URGENT MESSAGE! YOUR EARNINGS WERE $45,434.57. YOU NEED TO WITHDRAW YOUR EARNINGS WITHIN 24 HOURS', ''),
(21770, 1, 3125, '7', 'URGENT MESSAGE! YOU EARNED $45,622.95. WITHDRAW MONEY URGENTLY http://fundsrocketzoomlanewayhubrideway-3526947.bnblaunch.com/page?605', ''),
(21771, 1, 3126, '1', 'skyreverywhort', ''),
(21772, 1, 3126, '2', 'skyreverywhort', ''),
(21773, 1, 3126, '3', 'malinoleg91@mail.ru', ''),
(21774, 1, 3126, '4', '(680) 508-4117', ''),
(21775, 1, 3126, '5', 'google', ''),
(21776, 1, 3126, '6', 'Private jet charter flights cost of hire', ''),
(21777, 1, 3126, '7', '<a href=https://www.skyrevery.com/destinations/private-jet-biarritz/>Biarritz Private Jet Charter </a>        -  more information on our website <a href=https://skyrevery.com>skyrevery.com</a> \r\n<a href=https://skyrevery.com/>Private jet rental</a> at SkyRevery allows you to use such valuable resource as time most efficiently. \r\nYou are the one who decides where and when your private jet will fly. It is possible to organize and perform a flight between any two civil airports worldwide round the clock. In airports, private jet passengers use special VIP terminals where airport formalities are minimized, and all handling is really fast – you come just 30 minutes before  the estimated time of the departure of the rented private jet. \r\nWhen you need <a href=https://skyrevery.com/>private jet charter</a> now, we can organise your flight with departure in 3 hours from confirmation.', ''),
(21778, 1, 3127, '1', 'Jamie', ''),
(21779, 1, 3127, '2', 'Flores', ''),
(21780, 1, 3127, '3', 'irstaxissues@gmail.com', ''),
(21781, 1, 3127, '4', '(404) 954-7075', ''),
(21782, 1, 3127, '5', 'Ann Hodgkinson', ''),
(21783, 1, 3127, '6', 'ADVERTISEMENT - ATTORNEY', ''),
(21784, 1, 3127, '7', 'Hi,\r\n\r\nAre you tired of living in fear of the IRS? Do you owe back taxes or have unfiled returns? The Law Offices of Nick Nemeth, PLLC can help. I\'m Dallas Tax Attorney Jamie Flores, reaching out on behalf of the Law Offices of Nick Nemeth, PLLC, a tax law firm which focuses solely on resolving IRS tax issues.\r\n\r\nWe understand the stress and anxiety that come with IRS problems. Our experienced team has a proven track record of successfully resolving IRS debt. Our primary goal for every client is to help avoid levies, garnishments, and seizures by the IRS, providing you with the peace of mind you deserve.\r\n\r\nImagine a life free from the constant worry of IRS collection activity. We can guide you through the process, perhaps even negotiating a settlement for a greatly reduced amount. If you\'re not a settlement candidate, we have other options available to avoid levies, garnishments, seizures, or federal tax liens.\r\n\r\nActing now is crucial, especially as the IRS is becoming more aggressive with collection activity post-Covid. Be proactive and you may be able to prevent levies and take control of your financial future. When dealing with a branch of the federal government that can take your paycheck and bank account without going to court, you need an attorney, not an out-of-state tax resolution company.  \r\n\r\nTake the first step towards resolving your IRS problems and schedule a free, confidential consultation with one of our tax attorneys. We\'ll assess your situation and provide personalized guidance tailored to your needs. This consultation comes with no obligations attached.\r\n\r\nClick the link below to schedule your consultation and let us help you find a solution to your IRS debt. Remember, IRS problems do not go away on their own - they simply get worse.\r\n\r\nClick here: --> https://bit.ly/myirsteam\r\n\r\nDon\'t let the fear of collection activity hold you back. Act now and regain control of your financial future.\r\n\r\nBest regards,\r\n\r\nJamie Flores\r\nThe Law Offices of Nick Nemeth, PLLC\r\n\r\nP.S. Don\'t let your IRS problems escalate further. Act now to avoid levies, garnishments, and seizures. Schedule your free consultation today!\r\n\r\nClick here: --> https://bit.ly/myirsteam', ''),
(21785, 1, 3128, '1', 'JamesspevA', ''),
(21786, 1, 3128, '2', 'JamesspevA', ''),
(21787, 1, 3128, '3', 'pdq0v@course-fitness.com', ''),
(21788, 1, 3128, '4', '(808) 402-4024', ''),
(21789, 1, 3128, '5', 'google', ''),
(21790, 1, 3128, '6', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠', ''),
(21791, 1, 3128, '7', '世界棒球經典賽即將開跑！9J娛樂城限時活動優惠 \r\n \r\n \r\nhttps://tx9j.tw/', ''),
(21792, 1, 3129, '1', 'Eric', ''),
(21793, 1, 3129, '2', 'Jones', ''),
(21794, 1, 3129, '3', 'ericjonesmyemail@gmail.com', ''),
(21795, 1, 3129, '4', '(555) 555-1212', ''),
(21796, 1, 3129, '5', 'UPPER AUSTRIA', ''),
(21797, 1, 3129, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(21798, 1, 3129, '7', 'Hello gangagen.com Admin! my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://bit.ly/leadgenerationc to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://bit.ly/leadgenerationc to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://bit.ly/leadgenerationc to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://bit.ly/3rD0G5c', ''),
(21799, 1, 3130, '1', 'StewartWinny', ''),
(21800, 1, 3130, '2', 'StewartWinny', ''),
(21801, 1, 3130, '3', 'inet4747@outlook.com', ''),
(21802, 1, 3130, '4', '(255) 241-0780', ''),
(21803, 1, 3130, '5', 'google', ''),
(21804, 1, 3130, '6', 'Blogger Google', ''),
(21805, 1, 3130, '7', '<a href=https://pint77.blogspot.com/2023/10/designe-furniture-brands-collections.html>Design furniture - Brands & Collections, All Units, Living, Dining, Bedroom, Youth & Kid\'s, Workspace, Hallway, Kitchen</a>', ''),
(21806, 1, 3131, '1', 'Mike Derrick', ''),
(21807, 1, 3131, '2', 'Mike Derrick', ''),
(21808, 1, 3131, '3', 'mikePovaTasy@gmail.com', ''),
(21809, 1, 3131, '4', '(825) 858-5513', ''),
(21810, 1, 3131, '5', 'google', ''),
(21811, 1, 3131, '6', 'NEW: Semrush Backlinks', ''),
(21812, 1, 3131, '7', 'Hello \r\n \r\nThis is Mike Derrick\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Derrick\r\n \r\nmike@strictlydigital.net', ''),
(21813, 1, 3132, '1', 'RobertVex', ''),
(21814, 1, 3132, '2', 'RobertVex', ''),
(21815, 1, 3132, '3', 'iaroslav.pankovzxn@yandex.ru', ''),
(21816, 1, 3132, '4', '(275) 765-7870', ''),
(21817, 1, 3132, '5', 'google', ''),
(21818, 1, 3132, '6', 'https://clck.ru/36Evzx', ''),
(21819, 1, 3132, '7', 'https://clck.ru/36Evzx', ''),
(21820, 1, 3133, '1', 'Mike Pearcy', ''),
(21821, 1, 3133, '2', 'Mike Pearcy', ''),
(21822, 1, 3133, '3', 'mikeIrorieGork@gmail.com', ''),
(21823, 1, 3133, '4', '(676) 687-1688', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(21824, 1, 3133, '5', 'google', ''),
(21825, 1, 3133, '6', 'Domain Authority of your gangagen.com', ''),
(21826, 1, 3133, '7', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\nThanks and regards \r\nMike Pearcy', ''),
(21827, 1, 3134, '1', 'EvelynNow', ''),
(21828, 1, 3134, '2', 'EvelynNow', ''),
(21829, 1, 3134, '3', 'inet4747@outlook.com', ''),
(21830, 1, 3134, '4', '(653) 234-0610', ''),
(21831, 1, 3134, '5', 'google', ''),
(21832, 1, 3134, '6', 'Etsy 2023 - 2024', ''),
(21833, 1, 3134, '7', 'Etsy - Реклама с гарантией + video на http://pint77.com/  + Clip Art and Digital Image', ''),
(21834, 1, 3135, '1', 'AndrewThofe', ''),
(21835, 1, 3135, '2', 'AndrewThofe', ''),
(21836, 1, 3135, '3', 'xopo7b@course-fitness.com', ''),
(21837, 1, 3135, '4', '(130) 422-3820', ''),
(21838, 1, 3135, '5', 'google', ''),
(21839, 1, 3135, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(21840, 1, 3135, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(21841, 1, 3136, '1', 'Gordonplunk', ''),
(21842, 1, 3136, '2', 'Gordonplunk', ''),
(21843, 1, 3136, '3', 'yh8xu@course-fitness.com', ''),
(21844, 1, 3136, '4', '(685) 527-7131', ''),
(21845, 1, 3136, '5', 'google', ''),
(21846, 1, 3136, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(21847, 1, 3136, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(21848, 1, 3137, '1', 'Haroldhyday', ''),
(21849, 1, 3137, '2', 'Haroldhyday', ''),
(21850, 1, 3137, '3', '2amw@course-fitness.com', ''),
(21851, 1, 3137, '4', '(242) 477-5862', ''),
(21852, 1, 3137, '5', 'google', ''),
(21853, 1, 3137, '6', '歐客佬精品咖啡!ENDVALUE!', ''),
(21854, 1, 3137, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(21855, 1, 3138, '1', 'JohnnyVAP', ''),
(21856, 1, 3138, '2', 'JohnnyVAP', ''),
(21857, 1, 3138, '3', 'jtxfwi@course-fitness.com', ''),
(21858, 1, 3138, '4', '(776) 040-3162', ''),
(21859, 1, 3138, '5', 'google', ''),
(21860, 1, 3138, '6', 'Game LIFE 遊戲情報', ''),
(21861, 1, 3138, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(21862, 1, 3139, '1', 'Sandy', ''),
(21863, 1, 3139, '2', 'Oldaker', ''),
(21864, 1, 3139, '3', 'oldaker.sandy@gmail.com', ''),
(21865, 1, 3139, '4', '(210) 458-7494', ''),
(21866, 1, 3139, '5', 'Sandy Oldaker', ''),
(21867, 1, 3139, '6', 'Enhance Your Site Performance with gangagen.com!', ''),
(21868, 1, 3139, '7', 'To the gangagen.com Webmaster!\r\n\r\nThis is Sandy and, contrary to many emails you may receive, I wish to instead provide you with a word of praise – Congratulations!\r\n\r\nFor what?\r\n\r\nPart of my job is to check out websites and the work you’ve done with gangagen.com absolutely stands out.\r\n\r\nIt is clear you took building a website to heart and made a real commitment of time and resources into creating it high quality.\r\n\r\nNonetheless, there is, however… to be more precise, a question…\r\n\r\nThus, when someone such as myself happens to find your site – perhaps on top of the search results (good job BTW) or just through a random link, how do you know?\r\n\r\nEven more importantly, how can you make a connection with that person?\r\n\r\nResearch show that 7 out of 10 visitors don’t stay – they’re there one second and then vanished.\r\n\r\nHere’s a way to create INSTANTANEOUS engagement that you may not have known about…\r\n\r\nWeb Visitors Into Leads is a widget  that’s works on your site, prepared to capture every visitor’s Name, Email address and Phone Number. It allows you know INSTANTLY that they are interested – so that you can speak to that lead while they are actually browsing gangagen.com.\r\n\r\nCLICK HERE https://bit.ly/LeadGena to experience a Live Demo with Web Visitors Into Leads now to understand exactly how it operates.\r\n\r\nIt might be a transformative change for your business – and it turns even better… once you’ve captured their phone number, with our new SMS Text With Lead capability, you can instantly start a text (SMS) discussion – instantly (& there’s actually a 100X difference between reaching out to someone within 5 minutes versus 30 minutes.)\r\n\r\nMoreover then, even if you don’t close a deal right away, you can connect later on with text messages for new promotions, content links, even just follow up notes to establish a relationship.\r\n\r\nEverything I’ve just mentioned is easy, simple, and effective.\r\n\r\nCLICK HERE https://bit.ly/LeadGena to discover what Web Visitors Into Leads can provide for your business.\r\n\r\nYou might be converting up to 100X more leads today!\r\n\r\nSandy\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it includes International Long Distance Calls. \r\nThere are customers eager to talk with you at this moment… don’t leave them waiting. \r\nCLICK HERE https://bit.ly/LeadGena to test Web Visitors Into Leads now.\r\n\r\nIf you\'d choose to unsubscribe click here https://bit.ly/3rD0G5c\r\n\r\nJust a quick note - the names and email used here, Sandy and Oldaker, are not real and not actual contact details. We respect transparency and want to ensure  you’re aware! If you desire to get in touch with the actual person behind this message, please visit our website, and we’ll connect you with the right individual.}', ''),
(21869, 1, 3140, '1', 'Annasl', ''),
(21870, 1, 3140, '2', 'Annasl', ''),
(21871, 1, 3140, '3', 'annasl@nsxbynexus.com', ''),
(21872, 1, 3140, '4', '(622) 368-8676', ''),
(21873, 1, 3140, '5', 'google', ''),
(21874, 1, 3140, '6', 'Ι am аn ordinаrу gіrl. I want tо mеet an ordinаrу ѕeriouѕ mаn.', ''),
(21875, 1, 3140, '7', 'Ηі!\r\nΙ\'ve nоtісеd thаt mаnу guys рrеfеr regulаr gіrls.\r\nΙ aррlaude the men оut thеre whо hаd the bаlls tо еnjоу the lovе of mаny womеn and сhoоse thе one thаt hе knew would bе hіѕ beѕt friend durіng the bumpу аnd сrazу thing сallеd lіfе.\r\nI wantеd to bе that friend, nоt ϳuѕt a stаble, reliablе and boring hоusewife.\r\nI am 26 уеarѕ оld, Αnna, from the Czесh Rеpublіc, knоw Εnglіѕh lаnguаge alѕo.\r\nАnуwaу, yоu сan find my рrofile herе: http://opolicapefag.tk/idl-13199/', ''),
(21876, 1, 3141, '1', 'Eric', ''),
(21877, 1, 3141, '2', 'Jones', ''),
(21878, 1, 3141, '3', 'ericjonesmyemail@gmail.com', ''),
(21879, 1, 3141, '4', '(555) 555-1212', ''),
(21880, 1, 3141, '5', 'BRETAGNE', ''),
(21881, 1, 3141, '6', 'how to turn eyeballs into phone calls', ''),
(21882, 1, 3141, '7', 'Hello, Eric here with a quick thought about your website gangagen.com Owner!\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard.  Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace.  You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nWeb Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://bit.ly/leadgenerationd to try out a Live Demo with Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE https://bit.ly/leadgenerationd to discover what Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://bit.ly/leadgenerationd to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here https://bit.ly/3rD0G5c', ''),
(21883, 1, 3142, '1', 'AlenaWed', ''),
(21884, 1, 3142, '2', 'AlenaWed', ''),
(21885, 1, 3142, '3', 'alenaWed@patyreiss.com', ''),
(21886, 1, 3142, '4', '(762) 724-4448', ''),
(21887, 1, 3142, '5', 'google', ''),
(21888, 1, 3142, '6', 'Ι am аn ordіnаry girl. I want to mеet аn оrdіnаry seriоuѕ man.', ''),
(21889, 1, 3142, '7', 'Ηі!\r\nI\'ve nоtіcеd that many guуs рrefer regular gіrls.\r\nΙ аррlаudе thе men оut thеrе whо hаd thе ballѕ to enϳоy the lоve оf manу wоmen and chooѕe thе оnе that he knеw would be hіs best friend during the bumpу and crazу thing callеd lіfe.\r\nI wаnted tо be that frіеnd, nоt ϳust а ѕtablе, relіable аnd borіng housеwife.\r\nI аm 22 уeаrѕ оld, Alenа, from thе Czeсh Reрublіc, knоw Еnglіsh lаnguаgе alѕо.\r\nΑnywау, yоu cаn find mу рrоfile hеrе: http://punkbelgcehenro.tk/idl-65027/', ''),
(21890, 1, 3143, '1', 'Cole Savard', ''),
(21891, 1, 3143, '2', 'Cole Savard', ''),
(21892, 1, 3143, '3', 'cole.sawyer@msn.com', ''),
(21893, 1, 3143, '4', '(506) 380-6920', ''),
(21894, 1, 3143, '5', 'Cole Sawyer', ''),
(21895, 1, 3143, '6', 'Affiliate Strategies and Community Engagement in your Business', ''),
(21896, 1, 3143, '7', 'I noticed the potential to elevate success with effective Affiliate Strategies Communities approaches on https://gangagen.com/contact/. I found a few areas where your business, Contact - GangaGen, might significantly benefit from some expert insights.\r\n\r\n- Boost affiliate recruitment: Are you leveraging the right channels to attract high-traffic affiliates?\r\n- Referral programs: Incentivizing customers like those from Avignon, CENTRE to become affiliates can add exponential growth.\r\n- Collaborative promotion: Collaborate with your affiliates to promote their products/services, it can be a win-win situation.\r\n- Regular communication: Nurture your affiliate relationships by keeping them in the loop of your latest offers and insights based on trends in France.\r\n- Comprehensive affiliate data: Monitoring affiliate performance helps in delivering better tactics for promotion.\r\n\r\nWould you be interested in more such actionable tips and free advice tailored to your business at gangagen.com? I\'d be more than happy to help. Looking forward to hearing from you!\r\n\r\nSMS: +1 506 380 6920\r\n24/7 CHAT: http://heavenhoop.com', ''),
(21897, 1, 3144, '1', 'bestsellermarket.com', ''),
(21898, 1, 3144, '2', 'Invite', ''),
(21899, 1, 3144, '3', 'statton.michaela94@outlook.com', ''),
(21900, 1, 3144, '4', '(304) 962-0760', ''),
(21901, 1, 3144, '5', 'Michaela Statton', ''),
(21902, 1, 3144, '6', 'invitation from bestsellermarket.com', ''),
(21903, 1, 3144, '7', 'See what we have for you https://www.bestsellermarket.com/', ''),
(21904, 1, 3145, '1', 'Saldomia', ''),
(21905, 1, 3145, '2', 'Saldomia', ''),
(21906, 1, 3145, '3', 'l97zm73r@yahoo.com', ''),
(21907, 1, 3145, '4', '(235) 828-1234', ''),
(21908, 1, 3145, '5', 'google', ''),
(21909, 1, 3145, '6', 'Yearning for Your Undivided Focus', ''),
(21910, 1, 3145, '7', 'Missing the Shared Dreams \r\nDearest, you\'re the answer to my every prayer. \r\nWhenever you can, might you take a look at my page via this link: https://tinyurl.com/yorkjeqv   I\'ve added some new photos and disclosed updates from recent events there. It would be great to catch up and exchange our stories.', ''),
(21911, 1, 3146, '1', 'VictordaCal', ''),
(21912, 1, 3146, '2', 'VictordaCal', ''),
(21913, 1, 3146, '3', 'toshkent-kokain@inrus.top', ''),
(21914, 1, 3146, '4', '(874) 048-1601', ''),
(21915, 1, 3146, '5', 'google', ''),
(21916, 1, 3146, '6', 'Кокаин Ташкент? Сайт - MEFEDRON.PRO Купить Кокаин Ташкент - MEFEDRON.PRO', ''),
(21917, 1, 3146, '7', 'Кокаин Ташкент? Сайт - MEFEDRON.PRO Купить Кокаин Ташкент - MEFEDRON.PRO \r\n. \r\nДля Заказа Кокаин в Ташкенте САЙТ - https://mefedron.pro/ \r\nКупить в Ташкенте Кокаин закладкой САЙТ - https://mefedron.pro/ \r\nЗаказать Кокаин в Ташкенте доставкой САЙТ - https://mefedron.pro/ \r\nПокупка в руки Кокаин в Ташкенте САЙТ - https://mefedron.pro/ \r\nЛучший Кокаин в Узбекистане САЙТ - https://mefedron.pro/ \r\nКачественный Кокаин в Ташкенте САЙТ - https://mefedron.pro/ \r\n. \r\n. \r\n. \r\n.. \r\nДЛЯ ЗАКАЗА ТОВАРА В УЗБЕКИСТАНЕ НУЖНО НАПИСАТЬ НА САЙТ - https://mefedron.pro/ (MEFEDRON.PRO) \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги для гугла - Купить Кокаин Ташкент, Купить Кокаин Самарканд, Купить Кокаин Бухара, Купить Кокаин Хива, Купить Кокаин Шахрисабз, \r\nКупить Кокаин Муйнак, Купить Кокаин Заамин, Купить Кокаин Термез, Купить Кокаин Гулистан, Купить Кокаин Нукус, Купить Кокаин Наманган, \r\nКупить Кокаин Карши, Купить Кокаин Навои, Купить Кокаин Коканд, Купить Кокаин Андижан, Купить Кокаин город Фергана оптом и в розницу! \r\nКупить Кокаин в Ташкенте, Ташкент Лучший Кокаин Купить, Какой Кокаин в Ташкенте Купить? Легкий Кокаин Ташкент Цена? \r\nСколько стоит Кокаин в Узбекистане? Способы употребления Кокаин в Ташкенте? Как без палева забрать закладку в Ташкенте? \r\nЛабораторный Кокаин в Ташкенте по какой цене можно купить? Оптовые и Розничные Фассовки Кокаин в Ташкенте? Ташкеин и Кокаин это братья? \r\nМне как человеку с опытом нужен Кокаин в Ташкенте, но только быстро. Как правильно хранить Кокаин в Ташкенте в домашних условиях? \r\nВсе кто любит Кокаин в Ташкенте - знают где его можно купить без проблем! Различные способы фассоки Кокаин в Ташкенте! \r\nВ каком районе можно Купить Кокаин в Ташкенте без проблем и заморочек? Нужно Купить Кокаин в Ташкенте Закладкой Магнит? \r\nЦелебные свойства лекарства под названием \"Кокаин в Ташкенте\" по сниженной цене сейчас доступен каждому покупателю без ограничений? \r\nМне очень нужен Кокаин в Ташкенте, потому что моя сестра заболела и не может принимать лекарства без Кокаина в Ташкенте. \r\nВсе кто способен Купить Кокаин в Ташкенте закладками прикопами или магнитами могут это сделать моментально через круглосуточный магазин Ташкент. \r\n. \r\n. \r\n. \r\nТАШКЕНТ - УЗБЕКИСТАН - КОКАИН - ЗАКЛАДКИ- ДОСТАВКА- ГАРАНТИИ - КУПИТЬ - КРУГЛОСУТОЧНО - ЛЮБОЙ РАЙОН - УЗБЕКИСТАН \r\n. \r\n. \r\n. \r\nКонец тегов.', ''),
(21918, 1, 3147, '1', 'Zacharyfthalp', ''),
(21919, 1, 3147, '2', 'Zacharyfthalp', ''),
(21920, 1, 3147, '3', 'toshkent-gashish@inrus.top', ''),
(21921, 1, 3147, '4', '(232) 273-1861', ''),
(21922, 1, 3147, '5', 'google', ''),
(21923, 1, 3147, '6', 'Гашиш Ташкент? Сайт - MEFEDRON.PRO Купить Гашиш Ташкент - MEFEDRON.PRO', ''),
(21924, 1, 3147, '7', 'Гашиш Ташкент? Сайт - MEFEDRON.PRO Купить Гашиш Ташкент - MEFEDRON.PRO \r\n. \r\nДля Заказа Гашиш в Ташкенте САЙТ - https://mefedron.pro/ \r\nКупить в Ташкенте Гашиш закладкой САЙТ - https://mefedron.pro/ \r\nЗаказать Гашиш в Ташкенте доставкой САЙТ - https://mefedron.pro/ \r\nПокупка в руки Гашиш в Ташкенте САЙТ - https://mefedron.pro/ \r\nЛучший Гашиш в Узбекистане САЙТ - https://mefedron.pro/ \r\nКачественный Гашиш в Ташкенте САЙТ - https://mefedron.pro/ \r\n. \r\n. \r\n. \r\n.. \r\nДЛЯ ЗАКАЗА ТОВАРА В УЗБЕКИСТАНЕ НУЖНО НАПИСАТЬ НА САЙТ - https://mefedron.pro/ (MEFEDRON.PRO) \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги для гугла - Купить Гашиш Ташкент, Купить Гашиш Самарканд, Купить Гашиш Бухара, Купить Гашиш Хива, Купить Гашиш Шахрисабз, \r\nКупить Гашиш Муйнак, Купить Гашиш Заамин, Купить Гашиш Термез, Купить Гашиш Гулистан, Купить Гашиш Нукус, Купить Гашиш Наманган, \r\nКупить Гашиш Карши, Купить Гашиш Навои, Купить Гашиш Коканд, Купить Гашиш Андижан, Купить Гашиш город Фергана оптом и в розницу! \r\nКупить Гашиш в Ташкенте, Ташкент Лучший Гашиш Купить, Какой Гашиш в Ташкенте Купить? Легкий Гашиш Ташкент Цена? \r\nСколько стоит Гашиш в Узбекистане? Способы употребления Гашиш в Ташкенте? Как без палева забрать закладку в Ташкенте? \r\nЛабораторный Гашиш в Ташкенте по какой цене можно купить? Оптовые и Розничные Фассовки Гашиш в Ташкенте? Ташкеин и Гашиш это братья? \r\nМне как человеку с опытом нужен Гашиш в Ташкенте, но только быстро. Как правильно хранить Гашиш в Ташкенте в домашних условиях? \r\nВсе кто любит Гашиш в Ташкенте - знают где его можно купить без проблем! Различные способы фассоки Гашиш в Ташкенте! \r\nВ каком районе можно Купить Гашиш в Ташкенте без проблем и заморочек? Нужно Купить Гашиш в Ташкенте Закладкой Магнит? \r\nЦелебные свойства лекарства под названием \"Гашиш в Ташкенте\" по сниженной цене сейчас доступен каждому покупателю без ограничений? \r\nМне очень нужен Гашиш в Ташкенте, потому что моя сестра заболела и не может принимать лекарства без Гашиш в Ташкенте. \r\nВсе кто способен Купить Гашиш в Ташкенте закладками прикопами или магнитами могут это сделать моментально через круглосуточный магазин Ташкент. \r\n. \r\n. \r\n. \r\nТАШКЕНТ - УЗБЕКИСТАН - ГАШИШ - ЗАКЛАДКИ- ДОСТАВКА- ГАРАНТИИ - КУПИТЬ - КРУГЛОСУТОЧНО - ЛЮБОЙ РАЙОН - УЗБЕКИСТАН \r\n. \r\n. \r\n. \r\nКонец тегов.', ''),
(21925, 1, 3148, '1', 'Mabeltails', ''),
(21926, 1, 3148, '2', 'Mabeltails', ''),
(21927, 1, 3148, '3', 'm.erter.se.l.2.023.2.0.23.@gmail.com', ''),
(21928, 1, 3148, '4', '(216) 481-8806', ''),
(21929, 1, 3148, '5', 'google', ''),
(21930, 1, 3148, '6', 'In my opinion you are not right. Write to me in PM, we will discuss.', ''),
(21931, 1, 3148, '7', 'In my opinion you are mistaken. I can prove it. Write to me in PM, we will talk. \r\n \r\nguardianship \r\n<a href=https://romanticbondage.com/adult/averge-adult-attention-span-50.php>romanticbondage</a> \r\n@7567s3gQ', ''),
(21932, 1, 3149, '1', 'Alan', ''),
(21933, 1, 3149, '2', 'Quan', ''),
(21934, 1, 3149, '3', 'alanbusinesscapital@gmail.com', ''),
(21935, 1, 3149, '4', '(702) 344-9111', ''),
(21936, 1, 3149, '5', 'Get Business Funds', ''),
(21937, 1, 3149, '6', 'Customer referrals?', ''),
(21938, 1, 3149, '7', 'Would you like a way to easily add a steady source of income to your current business with your existing customers?\r\n\r\nAll you have to do is refer your clients to get funding for their business when they\'ve been denied by the bank - and you can get paid up to 4-6% of the total amount successfully funded.\r\n\r\nYour client can get funding up to $2,000,000 in as soon as 1-2 business days and you get paid one day after your client receives their funding.\r\n\r\nBy the way, you also keep getting paid by the same client everytime they go back to you for more funding.\r\n\r\nWatch this short video and get up to 6% commission of the total amount funded to your clients: https://joinbusinesscapital.com', ''),
(21939, 1, 3150, '1', 'Michaelraind', ''),
(21940, 1, 3150, '2', 'Michaelraind', ''),
(21941, 1, 3150, '3', 'opcrxv@course-fitness.com', ''),
(21942, 1, 3150, '4', '(657) 646-6206', ''),
(21943, 1, 3150, '5', 'google', ''),
(21944, 1, 3150, '6', '91娛樂城!ENDVALUE!', ''),
(21945, 1, 3150, '7', '91娛樂城 \r\n \r\n \r\n \r\nhttps://9jcasino.tw/', ''),
(21946, 1, 3151, '1', 'pereezdkix', ''),
(21947, 1, 3151, '2', 'pereezdkix', ''),
(21948, 1, 3151, '3', 'whomorib@mail.ru', ''),
(21949, 1, 3151, '4', '(107) 242-8482', ''),
(21950, 1, 3151, '5', 'google', ''),
(21951, 1, 3151, '6', 'Квартирный переезд', ''),
(21952, 1, 3151, '7', '<a href=https://prostopereezd.ru/>поставка грузов</a>  \r\n \r\n \r\n	<a href=https://prostopereezd.ru>Перевозка сейфов</a>  \r\n	 \r\nКомпания «Просто Переезд» несколько лет успешно специализируется на рынке грузоперевозок и переездов различной степени сложности. За это время у нас сформировалась команда профессионалов: опытных грузчиков, водителей, оценщиков, менеджеров. Мы с удовольствием выполняем свою работу. Наши отличительные качества: аккуратность, оперативность и профессионализм.', ''),
(21953, 1, 3153, '1', 'DYgWEWzmZu', ''),
(21954, 1, 3153, '2', 'DYgWEWzmZu', ''),
(21955, 1, 3153, '3', 'callvisvetlana@list.ru', ''),
(21956, 1, 3153, '4', '(207) 122-6761', ''),
(21957, 1, 3153, '5', 'google', ''),
(21958, 1, 3153, '6', 'Я не буду ждать', ''),
(21959, 1, 3153, '7', 'Предлагаю отличный метод, подойдет и Вам 000*** https://forms.gle/tbiFaFmK3TdQDXRJ6?utm_source=qimCnhp7Bkt&utm_medium=IrGaanyq9Hn gangagen.com', ''),
(21960, 1, 3154, '1', 'Lavillreich', ''),
(21961, 1, 3154, '2', 'Lavillreich', ''),
(21962, 1, 3154, '3', 'revers@1ti.ru', ''),
(21963, 1, 3154, '4', '(476) 201-1300', ''),
(21964, 1, 3154, '5', 'google', ''),
(21965, 1, 3154, '6', 'alumina, crucible, shape cylindrical, l& купить онлайн в интернет-магазине химмед', ''),
(21966, 1, 3154, '7', '<a href=https://chimmed.ru/products/45-dimetiltiazol-id=8547479>4,5-диметилтиазол купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>alumina, crucible, shape cylindrical, l& купить онлайн в интернет-магазине химмед </u> \r\n<i>alumina, crucible, shape cylindrical, l& купить онлайн в интернет-магазине химмед </i> \r\n<b>alumina, crucible, shape cylindrical, l& купить онлайн в интернет-магазине химмед </b> \r\n \r\n4,5-диметилтиазол купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/45-dimetiltiazol-id=8547480', ''),
(21967, 1, 3155, '1', 'Charles', ''),
(21968, 1, 3155, '2', 'Williams', ''),
(21969, 1, 3155, '3', 'brigitte.israel@gmail.com', ''),
(21970, 1, 3155, '4', '(905) 584-8925', ''),
(21971, 1, 3155, '5', 'Brigitte Israel', ''),
(21972, 1, 3155, '6', 'Hi   Is this accurate?', ''),
(21973, 1, 3155, '7', 'Hello There,\r\n\r\nSnooze peacefully without a peep. The Optipillows EPAP Mask is your budget-friendly portal to tranquil nights.\r\n\r\nGo to https://sleepl.ink/sleep-easy to enjoy a restful night\'s sleep.\r\n\r\nUpgrade your sleep with Optipillows EPAP Mask. Tackle obstructive sleep apnea, maintain airways open, and enhance sleep quality with ease. \r\n\r\nA gentle, compact alternative to CPAP devices and is more affordable by more than 75%. Any questions?\r\n\r\nFind out more at https://sleepl.ink/sleep-easy and enjoy peaceful slumbers.\r\n\r\n\r\nBest regards,\r\n\r\n Robert   Taylor \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n//Optout//\r\n\r\nTo stop receiving any further communication, \r\nplease opt out at https://sleepl.ink/optout.', ''),
(21974, 1, 3156, '1', 'Noah', ''),
(21975, 1, 3156, '2', 'Wilson', ''),
(21976, 1, 3156, '3', 'noah@commercialcleanrs-norcal.com', ''),
(21977, 1, 3156, '4', '(408) 716-1597', ''),
(21978, 1, 3156, '5', 'Commercial Cleanrs NorCal', ''),
(21979, 1, 3156, '6', 'Cleaning for your business', ''),
(21980, 1, 3156, '7', 'Is facility cleanliness helping you win, or is it costing you time and energy each week? Your business neighbors in San Jose have discovered just how much they can save with a reliable professional cleaning company. Our team uses eco-friendly products, offers a 100% satisfaction guarantee, and our unique app ensures a two-hour response time for your questions and feedback. May I give you more information and a complimentary quote?\r\n\r\nThank you for your time,\r\n\r\nNoah Wilson\r\nAccount Representative\r\nCommercial Cleanrs NorCal\r\nnoah@commercialcleanrs-norcal.com\r\n\r\nRespond with stop to optout.', ''),
(21981, 1, 3157, '1', 'bMnbdtemCh', ''),
(21982, 1, 3157, '2', 'bMnbdtemCh', ''),
(21983, 1, 3157, '3', 'callvisvetlana@list.ru', ''),
(21984, 1, 3157, '4', '(512) 345-5024', ''),
(21985, 1, 3157, '5', 'google', ''),
(21986, 1, 3157, '6', 'Не меняй простые темы на сложные', ''),
(21987, 1, 3157, '7', 'Не меняй простые темы на сложные 000*** https://forms.gle/tbiFaFmK3TdQDXRJ6?utm_source=vySGIcoypxh&utm_medium=RF3ntUu7Bdq gangagen.com', ''),
(21988, 1, 3158, '1', 'JamesDaync', ''),
(21989, 1, 3158, '2', 'JamesDaync', ''),
(21990, 1, 3158, '3', 'yanyarov853@gmail.com', ''),
(21991, 1, 3158, '4', '(778) 007-6233', ''),
(21992, 1, 3158, '5', 'google', ''),
(21993, 1, 3158, '6', 'Психолог порекомендовал подписать и читать этого человека', ''),
(21994, 1, 3158, '7', '<a href=https://www.instagram.com/reel/CygW9kHs118/?igshid=MzRlODBiNWFlZA==>психология человеческих отношений</a>', ''),
(21995, 1, 3159, '1', '게임아이디매입!ENDVALUE!', ''),
(21996, 1, 3159, '2', '게임아이디매입!ENDVALUE!', ''),
(21997, 1, 3159, '3', 'help@gwmetabitt.com', ''),
(21998, 1, 3159, '4', '(181) 470-6638', ''),
(21999, 1, 3159, '5', 'google', ''),
(22000, 1, 3159, '6', '최근 게임빌의 플랫폼 자회죽은 원인 게임계정매입은 요즘 자체 게임 서비스 플랫폼으로 구축했던 하이브를 외부 게임사에 개방했다.', ''),
(22001, 1, 3159, '7', '국내외에 유통되는 게임아이디매입의 대부분인 93%가 구글과 애플 앱스토어의 등급분류를 통해 서비스되기 덕에 논란이 된 후에야 서비스가 중지되는 등 사후 조치가 이뤄지고 있다. 정부를 중심으로 중국 게임의 역사 왜곡 문제를 막기 위한 게임법 개정안이 발의되고 있지만 이마저도 실효성이 낮다는 지적이 적지 않다. 법안 통과에 다수인 시간이 필요하고 예방보다 처벌에 방점을 맞췄다는 이유 때문이다. \r\n \r\n<a href=https://xn--bj0bm0rf1c8qa33r.net/>넥슨게임계정</a>', ''),
(22002, 1, 3160, '1', 'iconicnop', ''),
(22003, 1, 3160, '2', 'iconicnop', ''),
(22004, 1, 3160, '3', 'iconic+glurf@iconicompany.com', ''),
(22005, 1, 3160, '4', '(777) 132-1674', ''),
(22006, 1, 3160, '5', 'google', ''),
(22007, 1, 3160, '6', 'Повышение эффективности бизнеса с помощью аутсорсинга разработчиков', ''),
(22008, 1, 3160, '7', 'Уважаемые предприниматели, мы предлагаем вам возможность аутсорсинга разработчиков \r\nдля повышения эффективности и конкурентоспособности вашего \r\nбизнеса. Наша компания специализируется на предоставлении услуг высококвалифицированных \r\nи опытных разработчиков в различных областях, включая веб-разработку, \r\nмобильные приложения, программный инжиниринг и техническую поддержку. \r\nМы понимаем важность быстрого и гибкого доступа к талантливым специалистам, \r\nпоэтому мы предлагаем гибкие модели сотрудничества, в том числе \r\nвременное привлечение разработчиков к вашим проектам или долгосрочное \r\nаутсорсинговое партнерство. \r\n \r\nНаша команда готова предоставить вам высококачественные ресурсы \r\nотвечающие вашим специфическим требованиям и соблюдающие установленные сроки. \r\nПривлечение удаленных разработчиков позволяет сократить расходы, связанные с \r\nнаймом и содержанием штатных сотрудников, сохраняя при этом гибкость \r\nгибкость при масштабировании команды в соответствии с потребностями бизнеса. \r\n \r\nМы готовы обсудить ваши потребности и предложить оптимальное решение для \r\nподдержки вашего успеха и роста. \r\n \r\nвеб-сайт: https://iconicompany.ru/?utm_source=list&utm_medium=web&utm_campaign=posting \r\ntelegram: @iconicompanycom', ''),
(22009, 1, 3161, '1', 'TimothiyMow', ''),
(22010, 1, 3161, '2', 'TimothiyMow', ''),
(22011, 1, 3161, '3', 'kokain-v-kieve@inrus.top', ''),
(22012, 1, 3161, '4', '(418) 860-1047', ''),
(22013, 1, 3161, '5', 'google', ''),
(22014, 1, 3161, '6', 'Купить Кокаин в Киеве? САЙТ - KOKS.TOP Купить Кокаин Киев? САЙТ - KOKS.TOP', ''),
(22015, 1, 3161, '7', 'Купить Кокаин в Киеве? САЙТ - KOKS.TOP Купить Кокаин Киев? САЙТ - KOKS.TOP \r\n \r\n \r\nДОСТАВКА ТОВАРА В РУКИ  - https://koks.top/ \r\n \r\nЗАКАЗЫ ОНЛАЙН ЧЕРЕЗ ТЕЛЕГРАММ - https://koks.top/ \r\n \r\nЗАКЛАДКИ ОНЛАЙН НА САЙТЕ  - https://koks.top/ \r\n \r\nССЫЛКА ДЛЯ СВЯЗИ С ОПЕРАТОРОМ - https://koks.top/ \r\n \r\nКУПИТЬ КОКАИН ОНЛАЙН С ДОСТАВКОЙ - https://koks.top/ \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nТеги поисковых слов для запроса \"Купить Кокаин в Киеве\" \r\nСколько Стоит Кокаин в Киеве в розницу? Кто обычно покупает Кокаин в Киеве? Как изготавливают Кокаин который можно купить в Киеве? \r\nСколько лет уже продают качественный Кокаин в Киеве закладками? Как можно купить Кокаин в Киеве с доставкой в руки? \r\nНадежность покупок Кокаина в Киеве с максимальной скоростью доставки товара в руки? Какой минимальный заказ покупки Кокаина в Киеве при заказе онлайн? \r\nСамый быстрый способ Купить Кокаин в Киеве без посредников? Купить кокаин в киеве на прямую без третьих лиц? Сколько нужно грамм для употребления Кокаина в Киеве? \r\nМой друг знает где быстро Купить Кокаин в Киеве в ночное время суток без номера телефона курьера, всё полностью онлайн и анонимно! \r\nЕсли есть желание покупать Кокаин в Киеве по самой демократичной и низкой цене по сравнению с качеством то Вам несомненно нужно посетить сайт на котором продают Кокаин в Киеве? \r\nКокаин в Киеве после которого нет головных болей, ломоты в суставе и ломки как после уличных наркотиков? Бесплатная доставка Кокаина в Киеве по средах каждого месяца! \r\nМелкие и крупные покупки Кокаина в Киеве, Оптом Кокаин в Киеве? В розницу Кокаин в Киеве? Всё это без проблем может обеспечить всего один сайт в кратчайшие сроки! \r\nЧелоек - Паук вместо паутины плетёт кокаиновую нить, которую иногда можно перепутать с Кокаином в Киеве по самой доступной цене на этом узкопрофильном рынке! \r\nКаждая собака в Киеве знает где купить Кокаин на розвес так сказать, разфасованный товар до милиграмма с точностью швейцарских часов Киевских кокаиновых весов? \r\nМоя молодая подруга мне подсказала где в Киеве Купить Кокаин такого качества, что потом весь остальной Кокаин тв Киеве можно будет просто выкинуть в мусорку без сомнения? \r\nНаш Кокаин в Киеве- просто перчик? Про такой Кокаин в Киеве даже соченили уже репчик? Какие молодцы люди, которые понимают в качестве и основных ингредиентах приготовления такого Кокаина в Киеве? \r\nМеня на улице спросили - Где же мы Можем Купить Кокаин в Киеве? И я с гордостью ответил - Кокаин в Киеве вы всегда можете преобрести онлайн на официальном доверенном сайте который продает Кокаин в Киеве. \r\nКакими способностями обладают люди, которые употребляют Кокаин в Киеве без сна даже трое суток, спросите вы? А я отвечу - спустя даже три дня человек употребивший Кокаин в Киеве чувствует прилив сил и бодрость! \r\nМне в замаскированной посылке привезли Кокаин в Киеве очень хорошего качества товар для оборота, было много но я не ожидал что будет больше чем нужно? \r\n \r\nОбщие Теги для Гугл бот - Купить Шишки в Киеве, Купить экстази в Киеве , Купить гашиш в Киеве, Купить мефедрон в Киеве, Купить экстази в Киеве, Купить МДМА в Киеве, \r\nКупить лсд в Киеве, Купить Амфетамин в Киеве, Купить скорость альфа ПВП в Киеве, Купить гидропонику в Киеве, Купить метамфетамин в Киеве, Купить эйфоретики в Киеве, \r\nКупить закладки в Киеве, Купить ШИШКИ закладкой в Киеве , Купить Стимуляторы в Киеве, Купить Галлюцыногены в Киеве. Тег окончен', ''),
(22016, 1, 3162, '1', '클라우드웨이즈', ''),
(22017, 1, 3162, '2', '클라우드웨이즈', ''),
(22018, 1, 3162, '3', 'help@gwmetabitt.com', ''),
(22019, 1, 3162, '4', '(324) 867-5341', ''),
(22020, 1, 3162, '5', 'google', ''),
(22021, 1, 3162, '6', '클라우드웨이즈 서비스를 통해서 고객사에는 좀 더 유연한 사내 레거시(Legacy) 시스템과 연동을 할 수 한다는 장점이 있을 것이다.', ''),
(22022, 1, 3162, '7', '클라우드웨이즈 결제은 컨테이너, 쿠버네티스 등 클라우드 네이티브 플랫폼으로 애플리케이션을 개발해 온프레미스, 하이브리드 클라우드, 멀티 클라우드, 엣지 등에 올리고, 통합된 케어를 구현하는 구역이다. 클라우드 커넥트는 클라우드에 올린 애플리케이션을 안전하게 연결하고, 연결의 품질을 보장하면서 관리자의 가시성을 공급하는 것을 쓴다. \r\n \r\n<a href=https://cloud-korea.com/>클라우드웨이브</a>', ''),
(22023, 1, 3163, '1', 'Luckerelo', ''),
(22024, 1, 3163, '2', 'Luckerelo', ''),
(22025, 1, 3163, '3', 'miholenko98@mail.ru', ''),
(22026, 1, 3163, '4', '(376) 112-7262', ''),
(22027, 1, 3163, '5', 'google', ''),
(22028, 1, 3163, '6', '1Win is your way to victory!', ''),
(22029, 1, 3163, '7', '<a href=https://1wzhhf.top/v3/aggressive-casino#rg6o><b>1WIN</b></a>- ваш путь к победе! \r\n \r\nХотите испытать настоящий азарт и ощутить вкус победы? Тогда добро пожаловать в мир <a href=https://1wzhhf.top/v3/aggressive-casino#rg6o>1win</a> - самой надежной и инновационной букмекерской конторы! Промокод - <b>5000</b> поможет увеличить ваш депозит на 500% \r\nМы предлагаем вам уникальную возможность делать ставки на самые горячие спортивные события, будь то футбол, баскетбол, теннис или хоккей. У нас вы найдете самые выгодные коэффициенты и широкий выбор вариантов ставок, чтобы ваша игра стала еще интереснее. \r\nНо это еще не все! <a href=https://1wzhhf.top/v3/aggressive-casino#rg6o>1win</a> также предлагает вам возможность попробовать свою удачу в онлайн-казино. У нас вы найдете самые популярные игры, начиная от классических слотов до захватывающих рулеток и блэкджека. Здесь каждый найдет что-то по своему вкусу! \r\nА чтобы ваше игровое приключение стало еще более приятным, мы предлагаем вам щедрые бонусы и акции. Получайте дополнительные средства на ваш счет, участвуйте в лотереях и розыгрышах, чтобы увеличить свои шансы на выигрыш. Вместе с <a href=https://1wzhhf.top/v3/aggressive-casino#rg6o>1win</a> вы можете стать настоящим чемпионом! \r\nНаша команда профессионалов всегда готова помочь вам с любыми вопросами. Мы предлагаем удобные и безопасные способы пополнения и вывода средств, чтобы вы могли сосредоточиться только на игре. \r\nНе упустите свой шанс на большие выигрыши и незабываемые эмоции! Присоединяйтесь к <a href=https://1wzhhf.top/v3/speed-cash#ro5a>1win</a> и станьте частью нашей победной команды уже сегодня! \r\n \r\n<a href=https://1wzhhf.top/?open=register#re4h><img src=\"https://s1.radikal.cloud/2023/11/02/ITLL4IzCtmyD3mz1r8D6N5XfcT_9nXbdftysxKmioYT9qIv8NV8eohFeb7KUaN9olCcyCzBuNRkYApYOz-cNESCissINu9FM-sS1.md.jpeg\"></a>', ''),
(22030, 1, 3164, '1', 'GeorgeDob', ''),
(22031, 1, 3164, '2', 'GeorgeDob', ''),
(22032, 1, 3164, '3', 'alexanderalexa.nderov242@gmail.com', ''),
(22033, 1, 3164, '4', '(144) 477-6644', ''),
(22034, 1, 3164, '5', 'google', ''),
(22035, 1, 3164, '6', 'best slot machines at lucky eagle casino slot machines', ''),
(22036, 1, 3164, '7', 'Los Angeles Chicago \r\n \r\ncasino game slots download xbox\r\ncannert casino slot pay chart gold\r\ncasino royale q stylus\r\nbest slots caesars online casino hotels\r\ncasino royale 1967 hindi dubbed movie download 64 bit\r\ncasinos near oshkosh wisconsin milwaukee\r\ncasino royale 2006 uhd watch ultra\r\nbest slot machines in kansas city argosy casino juju\r\nbig fish casino slots promo codes september\r\ncodici sloto cash casino no deposit bonus codes march\r\ncash blitz slots: casino games 66\r\ncasino royale playing cards as seen on movie video game\r\ncasino near pomona ca en\r\nbob casino no deposit promo codes october 2022\r\ncasino royale derivakat ukulele chords on piano\r\ncasino games slots online real money order\r\napps for real slots like casino play\r\ncasino royale 2006 villain returns\r\ndoes grand victoria casino have an progressive slot machine free\r\ncasino royale 2006 online stream 11\r\nbest slots to play on miami club casino machines\r\ncasino royale pelГ­cula completa sub espaГ±ol capitulo\r\nare there penny slots on ignition casino juju bet\r\nbig easy casino slot machines win\r\ncasino royale actors list form\r\n \r\n \r\n<a href=https://12pm.site>casino near conroe texas state</a>\r\n<a href=https://12pm.site>chip in casino entertainment overload</a>\r\n<a href=https://12pm.site>best slots to play big fish casino tunica miss</a>\r\n<a href=https://12pm.site>casino las vegas slots online banking</a>\r\n<a href=https://12pm.site>casino royal movie subtitles english</a>\r\n<a href=https://12pm.site>dove slots casino mobile app</a>\r\n<a href=https://12pm.site>7bit casino app en</a>\r\n<a href=https://12pm.site>best western plus casino royale promo code of conduct</a>\r\n<a href=https://12pm.site>casino royale james bond t shirts for sale around</a>\r\n<a href=https://12pm.site>casinos in amarillo texas faggott</a>\r\n<a href=https://12pm.site>best slots to play at greektown casino events</a>\r\n<a href=https://12pm.site>casino royale final scene investigator</a>\r\n<a href=https://12pm.site>casino royale 1967 hindi dubbed movie download rar</a>\r\n<a href=https://12pm.site>bestes vikings go wild slot echtgeld casino juju bet</a>\r\n<a href=https://12pm.site>casino ice cream near me</a>\r\n<a href=https://12pm.site>delta downs casino slot machines win</a>\r\n<a href=https://12pm.site>casino royale amazon co uk</a>\r\n<a href=https://12pm.site>high 5 casino real slots online 4k</a>\r\n<a href=https://12pm.site>casino in hagerstown md crimea ru</a>\r\n<a href=https://12pm.site>all slots casino no deposit bonus codes 2019 vol</a>\r\n<a href=https://12pm.site>casino royale graphic novel release date hijri</a>\r\n<a href=https://12pm.site>casinos in youngstown ohio state university</a>\r\n<a href=https://12pm.site>bally\'s las vegas casino slot machines for sale en ruso</a>\r\n<a href=https://12pm.site>book casino royal body lotion</a>\r\n<a href=https://12pm.site>gamehunters rock n cash casino hotel</a>', ''),
(22037, 1, 3165, '1', 'Balaji', ''),
(22038, 1, 3165, '2', 'Govindarajan', ''),
(22039, 1, 3165, '3', 'balaji.grajan@gmail.com', ''),
(22040, 1, 3165, '4', '(755) 032-8110', ''),
(22041, 1, 3165, '5', 'EHN Sunleaf Pvt Ltd', ''),
(22042, 1, 3165, '6', 'Bacteriophages', ''),
(22043, 1, 3165, '7', 'We are writing to inquire about the availability of the following bacteriophages: Lytic Vibrio harveyi Phage, Vibrio parahemolyticus Phage 1, and Vibrio polyvalent Phage 1.\r\nOur company is involved in aquaculture and is seeking reliable suppliers for these bacteriophages. We would appreciate it if you could inform us whether you can provide these products and, if so, provide us with a detailed quotation.Thank you for your time and consideration. We look forward to hearing from you soon.\r\nSincerely,\r\nBalaji\r\nEHN Sunleaf Pvt Ltd\r\n+91 75503 28110\r\nbalaji.grajan@gmail.com and ehnsunleaf@gmail.com', ''),
(22044, 1, 3166, '1', 'EnriqueThork', ''),
(22045, 1, 3166, '2', 'EnriqueThork', ''),
(22046, 1, 3166, '3', '1213@gmail.com', ''),
(22047, 1, 3166, '4', '(523) 840-6715', ''),
(22048, 1, 3166, '5', 'google', ''),
(22049, 1, 3166, '6', 'Unlock the Potential of AI for Creating Content', ''),
(22050, 1, 3166, '7', 'Are you tired of spending endless hours crafting content that just doesn\'t seem to deliver the desired results? Do you want to save valuable time and money while generating content that not only captures attention but also converts like crazy? Look no further! \r\n \r\nIntroducing our revolutionary AI-powered content creation tool that will transform your content creation process. With our state-of-the-art language AI, you can generate content with ease, compelling copy that resonates with your audience, regardless of the subject or language. \r\n \r\n?? What\'s in it for you? \r\n \r\n? Say goodbye to writer\'s block: From blogs to emails to ad copies, our AI can auto-generate catchy, original, and high-converting copies in popular tones and languages in just a few seconds. \r\n \r\n? A wide range of options: Choose from over 40 use cases and templates to cover all your writing needs, ensuring you have the ideal content for any situation. \r\n \r\n? Global reach: Select from more than 30 languages to write in your chosen language or cater to a wide customer base. \r\n \r\n? Perfect tone every time: Craft your content with the perfect emotional tone using our library of over 20 voice tones, ensuring your message resonates effectively. \r\n \r\n? Guaranteed success: Our AI uses scientific copywriting formulas like AIDA (Attention, Interest, Desire, Action) and PAS (Problem, Agitation, Solution) to provide the best quality output, requiring minimal to no editing. Get ready to see your conversion rates skyrocket! \r\n \r\nReady to transform the way you create content and take your writing to the next level? Try our AI-powered content generation tool today and witness the transformative power firsthand. \r\n \r\nGet Started Now -> https://tinyurl.com/yraicontent \r\n \r\nDon\'t miss out on this chance to save time, money, and frustration. Join the ranks of successful content creators who have harnessed AI\'s potential. \r\n \r\n \r\nBest regards,your content manager', ''),
(22051, 1, 3167, '1', 'CherieThory', ''),
(22052, 1, 3167, '2', 'CherieThory', ''),
(22053, 1, 3167, '3', 'moduldom.spb@gmail.com', ''),
(22054, 1, 3167, '4', '(821) 404-2670', ''),
(22055, 1, 3167, '5', 'google', ''),
(22056, 1, 3167, '6', 'бездепозитные бонусы 2020', ''),
(22057, 1, 3167, '7', 'сколько зим!... -смотрите у меня.  \r\n  \r\n бездепозитные бонусы в онлайн покере  \r\n  \r\n 10 безболезненных способов к успеху.  \r\n  \r\nЭто - дружелюбие! Что больше всего сегодня волновало? . Если бы ваша жизнь была фильмом, понравилось бы вам его смотреть?   \r\n  \r\nСообщите, если забрать 500$ + 225 FS в онлайн казино как, <a href=http://playfortuna-ru.tb.ru/>бездепозитный бонус казино 2015 с выводом</a> на сайте: https://playfortuna-ru.tb.ru/, реально ли отыграть вейджер Х20 за сессию игры в игровые автоматы?  \r\n  \r\nЕсли, кто не в курсе, получил инам здесь: <a href=http://playfortuna-1.tb.ru>бездепозитный бонус при регистрации казино</a>, а именно:   \r\n  \r\n<a href=http://playfortuna-1.tb.ru>БОНУС ЗА РЕГИСТРАЦИЮ 500$ + 225 FS >>></a>  \r\n  \r\nУвидел антиферна в телеграме - суперпопулярный канал: @new_bonuses, получите - http://t.me/new_bonuses  \r\n  \r\nГласнo о бонусах онлайн: <a href=http://playfortuna-1.tb.ru/> плей фортуна зеркало сайта</a>  \r\n \r\nПодпишись:http://vk.com/bonusycasino_online \r\n  \r\nзабавно - генеральный: <a href=http://bonusi.tb.ru/zaim>дам займ</a> \r\nсообщивший: \r\n \r\nПо достижению какого возраста можно взять автокредит? \r\n \r\nОтлично о займах: loan.tb.ru -  займы без карты bistriy zaim online - Займ без процентов - Ищите: займы на карту zaim - смотрите: займ. Без Справок и Проверок под 0% Займ Онлайн без Справок и Проверок под 0%. Деньги за 5 мин. Любая Кредитная История. Займы под 0%. Любая. Кредитная История. 100% Одобрение. Перевод за 5 мин! Содействие в подборе финансовых услуг/организаций: До 150 000 руб под 0% Деньги на Карту. Перевод за 5 мин. Одобрение 99% - миг кредит Спас-Клепики \r\n \r\n разуй глаза: <a href=http://creditonline.tb.ru/>даю кредит под проценты</a> \r\n \r\nтри кита: <a href=http://bonuses.turbo.site/>казино колумбус</a> \r\n \r\nглобальный: <a href=http://bonusi.tb.ru/>мтс кредит</a> \r\n \r\n захватывающе - ядро: <a href=http://bonusi.tb.ru/kredit>займ с плохой кредитной историей без</a> \r\n \r\n завлекательно:<a href=http://slotwins.mya5.ru/>online casino Russian casino online controlhistory of the Russian Federation</a> \r\n \r\n зыбай: <a href=http://credit-online.turbo.site/>где лучше кредит</a> \r\n \r\nглобальный: <a href=http://credits.mya5.ru/>капуста займ</a> \r\n \r\nосновное: <a href=http://credits-online.mya5.ru/>займы на карту срочно</a> \r\n \r\nзанимательно:<a href=http://boosty.to/casino-online>зеркала казино рф</a> \r\n \r\nнебезынтересно:<a href=http://vk.com/casino_bez_depozita_2021>казино вулкан контрольчестности рф</a> \r\n \r\nпервостепенной важности: <a href=http://bonus.ru.net/>казино фортуна официальный</a> \r\n \r\nглякось: <a href=http://bonusi.tb.ru/>взять выгодный кредит</a> \r\n \r\n глякось: <a href=http://kredity.tb.ru/>дадут ли кредит</a> \r\nнебезынтересно:<a href=http://boosty.to/casinoonline>казино рф официальный сайт</a> \r\n \r\nкак хочешь: <a href=http://boosty.to/credits>кредит 15 банков</a> \r\n \r\n вишь: <a href=http://zen.yandex.ru/media/id/6022fdd34d8f9e01f450c29b/kredit-6022fdda9eeef76a6925c6fe>лучшее рефинансирование кредитов</a> \r\n \r\nзанимательно:<a href=http://boosty.to/casino-online>бонусы спасибо от сбербанка</a> \r\n \r\nгляди: <a href=http://spark.ru/startup/credits/blog/72453/kredit-banki-krediti-banki-krediti-bank-vzyat-kredit-kredit-onlajn-houm-kredit-kredit-v-banke-kredit-bez-sberbank-kredit-kredit-nalichnimi-kredit-pod-credit-potrebitelskij-kredit>сбербанк онлайн потребительский кредит</a> \r\n \r\nсмотри у меня: <a href=https://user373133.tourister.ru/blog/19226>банки кредиты без справок онлайн заявка</a> \r\n \r\nкондовый: <a href=http://sites.google.com/view/zaimy-tyt/>взять займ на карту</a> \r\n \r\nоснова: <a href=https://zen.yandex.ru/id/6022fdd34d8f9e01f450c29b>займы круглосуточно</a> \r\n \r\nhttp://mfo-zaim.ru/ \r\nhttp://onlain-zaimi.ru/ \r\nhttp://zaimionline.zaimoshop.ru/ \r\nhttp://vk.com/zaimy_2024 \r\nhttp://vk.com/zajm2024 \r\nhttp://dzen.ru/zajm \r\nhttp://vk.com/zaimy_rus \r\nhttp://vk.com/creditsru \r\nhttp://vk.com/credit2024 \r\nhttp://dzen.ru/kredity \r\nhttp://zajm2024.blogspot.com/ \r\nhttp://ok.ru/zajmy \r\nhttp://offertop.ru/el48 \r\nhttp://topmain.ru/xpn5 \r\nhttp://50best.ru/h8bv \r\nhttp://socprofile.com/kredity.zaim.2024/ \r\nhttp://ultrazaim.com/system/6531423c32322 \r\nhttp://strojmaterialy2024.blogspot.com/ \r\nhttp://author.today/u/strojmaterialy \r\nhttp://zaimy.chatovod.ru/ \r\nhttp://zaimy.hutt.live/ \r\nhttp://vk.com/@zajm2024-zaim-2024 \r\nhttp://vk.com/@zaimy_rus-zaimy-onlain-2024 \r\nhttp://vk.com/@zaimy_2024-zaimy-2024 \r\nhttp://zajmy.mya5.ru/ \r\nhttp://zajmy.mya5.ru/na-kartu/ \r\nhttp://zajmy.mya5.ru/vse/ \r\nhttp://ssylki.info/site/zajmy.mya5.ru \r\nhttp://dzen.ru/a/ZTjwboOVUGuZJ6BQ \r\nhttp://dzen.ru/a/ZTpPaw1TNne350B4 \r\nhttp://vk.com/strojmaterialy_kupit \r\nhttp://www.9111.ru/questions/7777777772846362/ \r\nhttp://www.9111.ru/questions/7777777772855704/ \r\nhttp://dzen.ru/a/ZT-NHD4ZKzM9OZjr \r\nhttp://dzen.ru/a/ZNOPElUmEXf1wjbG \r\nhttp://dzen.ru/a/ZNOLTkK8pTQUb9pq \r\nhttp://dzen.ru/a/ZUDkOA_E-gjxN7zs \r\nhttp://dzen.ru/a/ZUI94NgS1yn8SawU \r\nhttp://dzen.ru/a/ZUJapR8mMRiC9w4O \r\nhttp://dzen.ru/a/ZUOU_AudX2sdOryk \r\nhttp://mfo-zaim.ru/na-kartu-onlajn \r\nhttp://dzen.ru/a/ZUYIRyRpNypTWHYy \r\nhttp://author.today/u/zajmy \r\nhttp://t.me/zaimonlinetyt \r\nhttp://dzen.ru/a/ZUYzGZBpnkS88HHq \r\nhttp://author.today/u/kredit_zaim \r\nhttp://dzen.ru/a/ZUexV8pvGCwZkfkC \r\nhttp://dzen.ru/a/ZUjvZ062MCTuFmtA \r\nhttp://dzen.ru/a/ZUkLqkAKYFes3Umi \r\nhttp://dzen.ru/a/ZUoZhR2knlzUvZX6 \r\nhttp://dzen.ru/a/ZUovOYbTliU12_WU \r\nhttp://mobiljetoil2.blogspot.com/ \r\nhttp://www.cossa.ru/profile/?ID=232655 \r\nhttp://www.9111.ru/questions/7777777772864813/ \r\nhttp://moscow.cataloxy.ru/firms/onlain-zaimi.ru.htm \r\nhttp://dzen.ru/a/ZU5bbcrObCbVyFCy \r\nhttp://moscow.cataloxy.ru/firms/mfo-zaim.ru.htm \r\nhttp://www.banki.ru/profile/?UID=15893507 \r\nhttp://www.banki.ru/profile/?UID=15893970 \r\nhttp://www.banki.ru/profile/?UID=15902634 \r\nhttp://www.banki.ru/profile/?UID=15903051 \r\nhttp://dzen.ru/a/ZVDQApvAV1HZKCic \r\nhttp://ok.ru/group/59713776189459 \r\nhttp://dzen.ru/a/ZVIh_s7w4E1v4S-t \r\nhttp://dzen.ru/a/ZVI63RwBrwu8PhC6 \r\nhttp://dzen.ru/a/ZSAV2ZCwPUXxVoqv \r\nhttp://loanonline24.blogspot.com/ \r\nhttp://vk.com/@zaimy_rus-mikrozaimy-i-zaimy-onlain-na-kartu \r\nhttp://dzen.ru/dostavkaedy \r\nhttp://dzen.ru/stroitelstvodoma \r\nhttp://www.9111.ru/questions/7777777772802732/ \r\nhttp://www.9111.ru/questions/7777777772806244/ \r\nhttp://stroitelstvo-spb.blogspot.com/ \r\nhttp://ok.ru/karkasnyedoma \r\nhttp://my.mastergrad.com/users/1134493/ \r\nhttp://sankt-peterburg.best-stroy.ru/kompaniya_modulnye-doma_82119 \r\nhttp://forum.vashdom.ru/members/stroitelstvo-domov.61997/ \r\nhttp://www.forumhouse.ru/members/2323389/ \r\nhttp://www.forumhouse.ru/members/2617750/ \r\nhttp://forum.vashdom.ru/members/stroitelstvo-kottedzha.62018/ \r\nhttp://forum.vashdom.ru/members/doma-pod-klyuch.62025/ \r\nhttp://forum.vashdom.ru/members/modulnye-doma.62026/ \r\nhttp://forum.vashdom.ru/members/karkasnye-doma.62032/ \r\nhttp://stroy-russia.ru/members/dom-pod-klyuch.15044/ \r\nhttp://world-forum.ru/index.php?members/stroitelstvo.605/ \r\nhttp://forum.blackrussia.online/members/stroitelstvo.1654167/ \r\nh', ''),
(22058, 1, 3168, '1', 'Mike Wayne', ''),
(22059, 1, 3168, '2', 'Mike Wayne', ''),
(22060, 1, 3168, '3', 'mikeAdurryArrozyTasy@gmail.com', ''),
(22061, 1, 3168, '4', '(747) 008-5576', ''),
(22062, 1, 3168, '5', 'google', ''),
(22063, 1, 3168, '6', 'Improve local visibility for gangagen.com', ''),
(22064, 1, 3168, '7', 'If you are looking to rank your local business on Google Maps in a specific area, this service is for you. \r\n \r\nGoogle Map Stacking is a highly effective technique for ranking your GMB within a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Wayne\r\n \r\n \r\nPS: Want a comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', ''),
(22065, 1, 3169, '1', 'Saumya', ''),
(22066, 1, 3169, '2', 'De Silva', ''),
(22067, 1, 3169, '3', 'saumya.desilva@cuanschutz.edu', ''),
(22068, 1, 3169, '4', '(319) 499-8470', ''),
(22069, 1, 3169, '5', 'University of Colorado Anschutz Medical Campus', ''),
(22070, 1, 3169, '6', 'Quote for bacteriophage testing', ''),
(22071, 1, 3169, '7', 'Hi there,\r\n\r\nCould I please request a quote for bacteriophage testing for a one MCB?', ''),
(22072, 1, 3170, '1', 'David', ''),
(22073, 1, 3170, '2', 'Johnson', ''),
(22074, 1, 3170, '3', 'david.johnson@gmail.com', ''),
(22075, 1, 3170, '4', '(540) 910-0828', ''),
(22076, 1, 3170, '5', 'Arturo Biggs', ''),
(22077, 1, 3170, '6', 'AI App Creates A Stunning FlipBook In 60 Seconds', ''),
(22078, 1, 3170, '7', 'Unlock a world of profit with AIFlipBook! Act now to secure your exclusive, limited-time offer at its lowest price ever.\r\n\r\nDon\'t wait, watch the mesmerizing Demo: ===>>> https://bit.ly/AIFlipbook\r\n\r\nElevate your business with AIFlipBook - click to seize the opportunity: ===>>> https://bit.ly/AIFlipbook\r\n\r\nBest,\r\nDavid', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(22079, 1, 3171, '1', 'Saldomia', ''),
(22080, 1, 3171, '2', 'Saldomia', ''),
(22081, 1, 3171, '3', 'exr5jxhr@gmail.com', ''),
(22082, 1, 3171, '4', '(857) 475-3820', ''),
(22083, 1, 3171, '5', 'google', ''),
(22084, 1, 3171, '6', 'The Desire for More Quality Time', ''),
(22085, 1, 3171, '7', 'Our Communication Needs Improvement \r\nDearest, you\'re the dream I never want to wake from. \r\nIf you get a chance, could you please check out my page through this link: https://tinyurl.com/yopvwx2f   I\'ve shared some recent photos and disclosed updates from current events there. It would be awesome to catch up and exchange our stories.', ''),
(22086, 1, 3172, '1', 'Kathlene', ''),
(22087, 1, 3172, '2', 'Fortin', ''),
(22088, 1, 3172, '3', 'kathlene.fortin@outlook.com', ''),
(22089, 1, 3172, '4', '(334) 398-3567', ''),
(22090, 1, 3172, '5', 'Kathlene Fortin', ''),
(22091, 1, 3172, '6', 'Hello gangagen.com Webmaster.', ''),
(22092, 1, 3172, '7', 'Unlock Your Trading Potential with Home Run Trading Mastery!\r\n\r\nAre you ready to elevate your trading game to new heights? Look no further – Home Run Trading Mastery is your ticket to unlocking untapped potential in the dynamic world of trading. And here\'s the exclusive opportunity you\'ve been waiting for.\r\n\r\nHome Run Trading Mastery: Your Path to Success\r\nHome Run Trading Mastery isn\'t just another trading platform; it\'s a comprehensive program designed to empower traders with the knowledge and strategies needed to navigate the markets successfully. Whether you\'re a seasoned trader or just starting, this program is tailored to meet you where you are and guide you towards your financial goals.\r\n\r\nWhy Choose Home Run Trading Mastery?\r\nExpert Guidance: Benefit from expert insights and strategies developed by seasoned traders who\'ve mastered the art of the markets.\r\nComprehensive Resources: Gain access to a wealth of resources, from educational materials to advanced trading tools, providing you with a holistic approach to trading.\r\nProven Success: Home Run Trading Mastery has a track record of success stories. Join a community of like-minded individuals who are achieving their trading goals with this powerful program.\r\n\r\nHow to Get Started\r\nVisit the Exclusive Link:   Head to https://homeruntradingmastery.com/#aff=MahmoudAlsabahi   to access this exclusive offer.\r\nSign Up and Dive In: Register for Home Run Trading Mastery and start your journey towards financial success.\r\nExperience the Difference: Watch as your trading skills evolve, guided by expert strategies and the exclusive insights.\r\nDon\'t Miss Out on This Exclusive Opportunity!\r\nHome Run Trading Mastery, is not just a program; it\'s a gateway to unlocking your full trading potential. Seize this exclusive opportunity and embark on a journey towards financial mastery.\r\n\r\nSign up now and let Home Run Trading Mastery be the catalyst for your trading success!', ''),
(22093, 1, 3173, '1', 'Jimmie', ''),
(22094, 1, 3173, '2', 'Medford', ''),
(22095, 1, 3173, '3', 'medford.jimmie@yahoo.com', ''),
(22096, 1, 3173, '4', '(403) 257-6217', ''),
(22097, 1, 3173, '5', 'Jimmie Medford', ''),
(22098, 1, 3173, '6', 'Hello gangagen.com Webmaster!', ''),
(22099, 1, 3173, '7', 'Only 1% Will get this \r\n >>  https://bit.ly/puzzle222', ''),
(22100, 1, 3174, '1', 'NathanEpils', ''),
(22101, 1, 3174, '2', 'NathanEpils', ''),
(22102, 1, 3174, '3', 'aseriiiiuy@outlook.com', ''),
(22103, 1, 3174, '4', '(240) 587-0875', ''),
(22104, 1, 3174, '5', 'google', ''),
(22105, 1, 3174, '6', 'crypto trading exchange', ''),
(22106, 1, 3174, '7', 'РћС‚Р»РёС‡РЅР°СЏ РєСЂРёРїС‚РѕР±РёСЂР¶Р° РґР»СЏ СѓСЃРїРµС€РЅРѕР№ С‚РѕСЂРіРѕРІР»Рё РєСЂРёРїС‚РѕРІР°Р»СЋС‚Р°РјРё. Р‘С‹СЃС‚СЂС‹Рµ СЃРґРµР»РєРё Рё РѕС‡РµРЅСЊ СѓРґРѕР±РЅС‹Р№ РёРЅС‚РµСЂС„РµР№СЃ! \r\n<a href=https://flashfx.cc> Flashf CC </a>', ''),
(22107, 1, 3175, '1', 'benitabh69', ''),
(22108, 1, 3175, '2', 'benitabh69', ''),
(22109, 1, 3175, '3', 'carolyn@masumi78.mailvista.site', ''),
(22110, 1, 3175, '4', '(131) 714-5144', ''),
(22111, 1, 3175, '5', 'google', ''),
(22112, 1, 3175, '6', 'Scandal porn galleries, daily updated lists', ''),
(22113, 1, 3175, '7', 'College Girls Porn Pics\r\nhttp://pornstaranneb.duneacres.jsutandy.com/?nicole \r\n japanese trailer porn porn iphone hd video art cartoon porn rebecca light asian porn porn flv downloader converter', ''),
(22114, 1, 3176, '1', 'FloydNix', ''),
(22115, 1, 3176, '2', 'FloydNix', ''),
(22116, 1, 3176, '3', 'guglakk.555@gmail.com', ''),
(22117, 1, 3176, '4', '(861) 634-1531', ''),
(22118, 1, 3176, '5', 'google', ''),
(22119, 1, 3176, '6', 'ВНЖ, ПМЖ и гражданство Парагвая под ключ, гарантии', ''),
(22120, 1, 3176, '7', '<a href=https://libertyfintravel.ru/vnj-paragvay>ВНЖ, ПМЖ и гражданство Парагвая под ключ с гарантией!</a> \r\nПоэтапная оплата, официальная процедура. Срок оформления 1-1,5 месяца. \r\nГарантия результата! \r\nTelegram: @LibFinTravel', ''),
(22121, 1, 3177, '1', '비아그라 시알리스', ''),
(22122, 1, 3177, '2', '비아그라 시알리스', ''),
(22123, 1, 3177, '3', 'help@gwmetabitt.com', ''),
(22124, 1, 3177, '4', '(250) 516-2162', ''),
(22125, 1, 3177, '5', 'google', ''),
(22126, 1, 3177, '6', '60대 이상은 사회적, 몸의으로 제2의 사춘기를 맞이하는 시기다. 온라인 비아그라 처방은 안팎의 변화를 겪는 이들의 성생활이 즐거워질 수 있는 방법이 있을까? 전문가들은 노년기 성생활 질 향상을 위한 방법으로 발기부전치료제와 윤활제 사용을 추천했다.', ''),
(22127, 1, 3177, '7', '온라인 비아그라 판매가 필요한 이유는 간단하다. 나이가 들면 섹스가 줄어들 것이란 편견과 달리, 우리나라 60세 이상 성인들은 활력넘치는 성생활을 하고 있다. 지난 4일 대한임상노인의학회 춘계학술대회 발표에 따르면, 60~64세는 84.1%, 65~69세는 69.2%가 섹스를 하고 있다. 75~79세의 58.4%, 80~84세 36.2%도 성생활(Sex life)을 하고 있다고 응답했다. 60대의 절반 이상이, 80대 노인도 20~30%는 성생활(Sex life)을 하는 것이다. \r\n \r\n<a href=https://viagrainformation.com/>비아그라 정보</a>', ''),
(22128, 1, 3178, '1', 'Eric', ''),
(22129, 1, 3178, '2', 'Jones', ''),
(22130, 1, 3178, '3', 'ericjonesmyemail@gmail.com', ''),
(22131, 1, 3178, '4', '(555) 555-1212', ''),
(22132, 1, 3178, '5', 'NA', ''),
(22133, 1, 3178, '6', 'Try this, get more leads', ''),
(22134, 1, 3178, '7', 'Hello gangagen.com Owner. my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://blazeleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://blazeleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(22135, 1, 3179, '1', 'ARNAV', ''),
(22136, 1, 3179, '2', 'PADHI', ''),
(22137, 1, 3179, '3', 'arnavpadhi@gmail.com', ''),
(22138, 1, 3179, '4', '(943) 792-7393', ''),
(22139, 1, 3179, '5', 'Looking For Job positions', ''),
(22140, 1, 3179, '6', 'Looking for Job Opportunities', ''),
(22141, 1, 3179, '7', 'Respected Sir,\r\n\r\nI am Arnav Padhi and I have done my masters in applied Microbiology at KIIT University, Bhubaneshwar, Odisha, India. In my previous roles, I have demonstrated my ability to work in a team. I have good troubleshooting skills and strongly follow Good Lab Practices(GLP).\r\n\r\nI am having about 3 years of work experience. I am comfortable working in a team environment and can adapt to changing priorities and demands. I am also committed to continuous learning and development and always willing to do collaborative work. I am excited about the opportunity to contribute to the company\'s success and to take on new challenges that will help me grow both personally and professionally.\r\n\r\nI am committed to contributing to the organization in its visionary growth. I am looking for a job right now which can help me to grow and improve my career. It would be really kind of you if you could help me find a position in your esteemed organization and let me know about any vacancies coming up. \r\n\r\nThank you,\r\n\r\nRegards\r\nArnav', ''),
(22142, 1, 3180, '1', 'Eric', ''),
(22143, 1, 3180, '2', 'Jones', ''),
(22144, 1, 3180, '3', 'ericjonesmyemail@gmail.com', ''),
(22145, 1, 3180, '4', '(555) 555-1212', ''),
(22146, 1, 3180, '5', 'France', ''),
(22147, 1, 3180, '6', 'Why not TALK with your leads?', ''),
(22148, 1, 3180, '7', 'To the\r\n\r\nMy name’s Eric and I just found your site gangagen.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nCLICK HERE https://blazeleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://blazeleadgeneration.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(22149, 1, 3181, '1', 'Mark', ''),
(22150, 1, 3181, '2', 'Hoffman', ''),
(22151, 1, 3181, '3', 'mark@fixyourtracking.com', ''),
(22152, 1, 3181, '4', '(888) 695-5121', ''),
(22153, 1, 3181, '5', 'FYT', ''),
(22154, 1, 3181, '6', 'Caution: Potential Issues with Your Google Analytics 4 Auto-Migration', ''),
(22155, 1, 3181, '7', 'Have you recently transitioned to Google Analytics 4 (GA4) through auto-migration? \r\n\r\nWhile this might have seemed like a straightforward process, it often results in less-than-ideal configurations that can limit your marketing capabilities. \r\nAt FYT, we specialize in tailoring conversion tracking setups for maximum efficiency and insight.\r\n\r\nWe not only eductate, we implement for our clients.\r\n\r\nVisit https://FixYourTracking.com or text us at (888) 695-5121 to ensure you\'re fully leveraging your visitor data.\r\n\r\nBest,\r\n\r\nMark\r\nBlue Highlighted Text\r\n422 W Riverside Dr.\r\nAustin, TX 78704\r\n(888) 695-5121\r\n\r\nreply opt out', ''),
(22156, 1, 3182, '1', 'Tiara', ''),
(22157, 1, 3182, '2', 'Babb', ''),
(22158, 1, 3182, '3', 'babb.tiara@gmail.com', ''),
(22159, 1, 3182, '4', '(978) 524-9637', ''),
(22160, 1, 3182, '5', 'Tiara Babb', ''),
(22161, 1, 3182, '6', 'gangagen.com on DirectoryBump.com', ''),
(22162, 1, 3182, '7', 'Hi, \r\n\r\ngangagen.com is only listed in a 8/10,000+ Directories\r\n\r\nWe have a black friday deal going on at the moment to get your website listed in all 10k+ for $19.95\r\n\r\nVisit us on DirectoryBump.com', ''),
(22163, 1, 3183, '1', 'StewartWinny', ''),
(22164, 1, 3183, '2', 'StewartWinny', ''),
(22165, 1, 3183, '3', 'inet4747@outlook.com', ''),
(22166, 1, 3183, '4', '(848) 258-7511', ''),
(22167, 1, 3183, '5', 'google', ''),
(22168, 1, 3183, '6', 'Blogger Google', ''),
(22169, 1, 3183, '7', '<a href=https://fayniykit.etsy.com>Clip Art and Digital Image, Halloween, People clipart, Nursery Baby clipart, Holidays & Celebrations, Food & Drink, Fruits and Vegetables, Flowers Clipart, Animals & Pets, Tattoos clipart, Skull Design, Retro & Vintage Signs, Street Art & Y2K</a>', ''),
(22170, 1, 3184, '1', 'Jim', ''),
(22171, 1, 3184, '2', 'Bacon', ''),
(22172, 1, 3184, '3', 'angeles.bacon@gmail.com', ''),
(22173, 1, 3184, '4', '(101) 255-5768', ''),
(22174, 1, 3184, '5', 'Angeles Bacon', ''),
(22175, 1, 3184, '6', 'Dear gangagen.com Owner.', ''),
(22176, 1, 3184, '7', 'Hope you\'re well. Our monthly SEO services offer comprehensive keyword analysis, content optimization, and continuous monitoring for sustained growth. Let\'s discuss how we can elevate your online presence.Check out here: https://digitalpromax.co/lb/\r\n\r\nIs Your Search Console Reporting Errors? Don\'t let issues hold back your SEO! Specializing in fixing Search Console errors for higher rankings. Resolve crawl issues, improve indexing, and supercharge your SEO. Let\'s boost your site together! Visit now: https://speedexpert.co/search-console/', ''),
(22177, 1, 3185, '1', '여성 의류 레플리카', ''),
(22178, 1, 3185, '2', '여성 의류 레플리카', ''),
(22179, 1, 3185, '3', 'help@gwmetabitt.com', ''),
(22180, 1, 3185, '4', '(114) 446-1850', ''),
(22181, 1, 3185, '5', 'google', ''),
(22182, 1, 3185, '6', '코로나 바이러스 감염증 단기화로 온/오프라인 유통채널 거래량이 급증하면서 긴밀한 커뮤니케이션 여부가 레플리카 신발쇼핑 플랫폼의 주요 경쟁력으로 떠오르고 있다.', ''),
(22183, 1, 3185, '7', '해외 인터넷 쇼핑 업계에 ‘아마존 공습경보가 울렸다. 옥션과 지마켓을 보유한 미국 이베이와 쿠팡의 실질적 소유주인 일본 소프트뱅크에 이어 미국 아마존이 12번가 투자를 통해 국내외에 진출하면서, 대한민국 스마트스토어 시장은 글로벌 대형 회사들의 각축장이 되게 됐다. 이렇게 함으로 롯데그룹ㆍ신세계그룹ㆍ인터파크ㆍ위메프ㆍ티몬 등 토종 사업자의 입지는 확 좁아지게 됐다. 특출나게 아마존을 벤치마킹해온 쿠팡은 ‘스승이나 다름없는 아마존과 숙명적 일전이 불가피해졌다. \r\n \r\n<a href=https://mimicism.com/>남성 레플리카</a>', ''),
(22184, 1, 3186, '1', 'Mustaq Ahamath', ''),
(22185, 1, 3186, '2', 'S', ''),
(22186, 1, 3186, '3', 'mustaqahamath.s@gmail.com', ''),
(22187, 1, 3186, '4', '(866) 722-4878', ''),
(22188, 1, 3186, '5', 'Bharathidasan University', ''),
(22189, 1, 3186, '6', 'Job Enquiry', ''),
(22190, 1, 3186, '7', 'Dear Hiring Manager,\r\n\r\nI hope this email finds you well. I am writing to inquire about job openings at Your Company. With 1 year of experience in Biotechnology, I am keen to contribute my skills to your team. My primary responsibilities include the creation, conduction, and monitoring of experiments and the use of scientific knowledge using live organisms or biotechnological processes in a laboratory setting to solve problems, improve processes and develop new products.\r\n\r\nMy resume is attached for your reference. I would appreciate the opportunity to discuss how I can add value to Your Company.\r\n\r\nBest regards,\r\nMustaq Ahamath S\r\n8667224878', ''),
(22191, 1, 3187, '1', 'JustinHup', ''),
(22192, 1, 3187, '2', 'JustinHup', ''),
(22193, 1, 3187, '3', 'betcas022@gmail.com', ''),
(22194, 1, 3187, '4', '(256) 576-2136', ''),
(22195, 1, 3187, '5', 'google', ''),
(22196, 1, 3187, '6', '# BіG bonus', ''),
(22197, 1, 3187, '7', 'Best Spоrtbеttіng site \r\nget our free bonuses \r\n \r\n \r\ngo now https://tinyurl.com/uzckmpj2', ''),
(22198, 1, 3188, '1', 'Mike Creighton', ''),
(22199, 1, 3188, '2', 'Mike Creighton', ''),
(22200, 1, 3188, '3', 'mikePovaTasy@gmail.com', ''),
(22201, 1, 3188, '4', '(415) 765-8642', ''),
(22202, 1, 3188, '5', 'google', ''),
(22203, 1, 3188, '6', 'FREE fast ranks for gangagen.com', ''),
(22204, 1, 3188, '7', 'Hi there \r\n \r\nJust checked your gangagen.com baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\n \r\nRegards \r\nMike Creighton\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', ''),
(22205, 1, 3189, '1', 'RobertVex', ''),
(22206, 1, 3189, '2', 'RobertVex', ''),
(22207, 1, 3189, '3', 'iaroslav.pankovzxn@yandex.ru', ''),
(22208, 1, 3189, '4', '(265) 873-3381', ''),
(22209, 1, 3189, '5', 'google', ''),
(22210, 1, 3189, '6', 'https://clck.ru/36EvuD', ''),
(22211, 1, 3189, '7', 'https://clck.ru/36EwDP', ''),
(22212, 1, 3190, '1', 'DonaldSaura', ''),
(22213, 1, 3190, '2', 'DonaldSaura', ''),
(22214, 1, 3190, '3', 'jasonanthonymccrory@gmail.com', ''),
(22215, 1, 3190, '4', '(312) 526-4068', ''),
(22216, 1, 3190, '5', 'google', ''),
(22217, 1, 3190, '6', 'Invest Smartly: Your Guide to Earnings from $9000 per Day', ''),
(22218, 1, 3190, '7', 'Grow Your Nest Egg: Earnings on Investments from $9000 Daily Unleashed https://marketplacebest888.sell.app/product/what-experts-are-silent-about-or-top-17-cryptocurrencies-that-will-soon-fly-to-the-moon?2926689', ''),
(22219, 1, 3191, '1', 'Pitroda Satyan', ''),
(22220, 1, 3191, '2', 'Pitroda Satyan', ''),
(22221, 1, 3191, '3', 'projectdept@kanzalshamsprojectmgt.com', ''),
(22222, 1, 3191, '4', '(840) 427-5040', ''),
(22223, 1, 3191, '5', 'google', ''),
(22224, 1, 3191, '6', 'LOAN INVESTMENT PROGRAM', ''),
(22225, 1, 3191, '7', 'Greetings, \r\n \r\nAm glad to connect with you, My name is Pitroda Satyan G, am an investment consultant with KANZ ALSHAMS PROJECT CONSULTANT, I have been mandated by the company to source for investment opportunities and companies seeking for funding, business loans, for its project(s). Do you have any investment or project that is seeking for capital to fund it? \r\n \r\nOur Investments financing focus is on: \r\n \r\nSeed Capital, Early-Stage, Start-Up Ventures, , Brokerage, Private Finance, Renewable Energy Project, Commercial Real Estate, Blockchain, Technology, Telecommunication, Infrastructure, Agriculture, Animal Breeding, Hospitality, Healthcare, Oil/Gas/Refinery. Application reserved for business executives and companies with proven business records in search of funding for expansion or forcapital investments.. \r\n \r\nKindly contact me for further details. \r\n \r\nawait your return e.mail soonest. \r\n \r\nRegards \r\n \r\nDr. Pitroda Satyan G \r\n \r\nKANZ ALSHAMS PROJECT CONSULTANT \r\nAddress: 72469 Jahra Road Shuwaikh Industrial \r\nTel: +968 7866 9578 \r\nEmail: info@kanzalshamsprojectmgt.com', ''),
(22226, 1, 3192, '1', 'Ronniemuh', ''),
(22227, 1, 3192, '2', 'Ronniemuh', ''),
(22228, 1, 3192, '3', 'up.adv@yandex.ru', ''),
(22229, 1, 3192, '4', '(451) 045-7727', ''),
(22230, 1, 3192, '5', 'google', ''),
(22231, 1, 3192, '6', 'Успех продвижения товаров на маркетплесах - от чего зависит', ''),
(22232, 1, 3192, '7', '<a href=https://advup.blogspot.com/2023/10/chto-takoe-marketplejsy.html>Продвижение товаров на маркетплейсах</a> - это процесс активного увеличения видимости и привлечения потенциальных покупателей к товарам или услугам, представленным на онлайн-площадках или маркетплейсах. Этот процесс включает в себя различные маркетинговые и рекламные стратегии, направленные на повышение продаж и увеличение конверсии на конкретной площадке. \r\n<b>Из чего состоит процесс продвижении товаров на маркетплейсах</b> \r\nПроцесс продвижения включает в себя такие действия, как оптимизация карточек товаров для улучшения их видимости в поисковых результатах, управление отзывами и рейтингами, участие в рекламных кампаниях и акциях, анализ конкурентов, оптимизация ценовой политики, а также использование различных инструментов и техник для привлечения внимания к товару и увеличения числа покупок. \r\n<b>Для чего необходимо заниматься продвижением на маркетплейсах</b> \r\nЦелью продвижения товаров на маркетплейсах является не только увеличение продаж, но и создание устойчивой позиции бренда на площадке, улучшение имиджа и увеличение доверия у потребителей. Основной задачей такого продвижения является выделение товаров среди конкуренции, привлечение внимания целевой аудитории и стимулирование повышенного спроса на предлагаемые товары или услуги. \r\nДля консультаций по стратегии продвижения товаров на маркетплейсах, таких как Wilberries, Ozon и др. обратитесь к специалистам <a href=https://advup.blogspot.com/2023/10/strategii-marketplace.html>по продвижению товаров на маркетплейсах в Москве</a>. \r\n<b>От чего зависит успех продвижения на маркетплейсах</b> \r\nУспешное продвижение товаров на маркетплейсах требует комплексного подхода, постоянного мониторинга и анализа данных, а также гибкости и адаптивности к изменяющимся рыночным условиям и требованиям потребителей. \r\nВажно уделить внимание таким аспектам, как: -управление листингом товаров, оптимизация заголовков, описаний, изображений и ключевых слов для улучшения поисковой выдачи и привлечения большего количества потенциальных клиентов. \r\nРазработка целевых рекламных кампаний: использование контекстной рекламы, ретаргетинга, баннерной рекламы и других инструментов для привлечения внимания к товарам и увеличения конверсии. \r\nЕсли вы хотите максимально эффективно продвинуть свой бизнес на маркетплейсах в Москве и достичь значительного роста продаж, обратитесь в <a href=https://advup.blogspot.com/p/rost-prodaj-na-marketplejsah.html>профессиональное маркетинговое агентство по продвижению товаров и услуг на онлайн-площадках и маркетплейсах</a>. Команда опытных экспертов поможет вам разработать эффективную стратегию продвижения, улучшить видимость вашего бренда, оптимизировать процессы продаж и повысить узнаваемость вашего товара среди целевой аудитории.', ''),
(22233, 1, 3193, '1', 'Dorthy', ''),
(22234, 1, 3193, '2', 'Tom', ''),
(22235, 1, 3193, '3', 'dorthy.tom@gmail.com', ''),
(22236, 1, 3193, '4', '(352) 493-4933', ''),
(22237, 1, 3193, '5', 'Dorthy Tom', ''),
(22238, 1, 3193, '6', 'Get lifetime access to systeme.io for FREE!', ''),
(22239, 1, 3193, '7', 'Unlock a lifetime of FREE access to systeme.io and enjoy 3 funnels, 2,000 contacts, 1 community, 1 blog, 1 course, unlimited students, email sending, your personal affiliate program, 0% transaction fees, and 24/7 email support. Act fast, as this exclusive offe is about to expirer >>  https://bit.ly/GetSystemeForFree', ''),
(22240, 1, 3194, '1', 'Robertsteva', ''),
(22241, 1, 3194, '2', 'Robertsteva', ''),
(22242, 1, 3194, '3', 'mihailsazonov6@mail.ru', ''),
(22243, 1, 3194, '4', '(688) 787-7382', ''),
(22244, 1, 3194, '5', 'google', ''),
(22245, 1, 3194, '6', 'kraken2', ''),
(22246, 1, 3194, '7', 'Даркнет: Мифы и Реальность \r\n<a href=https://kraken9.shop>kraken17.at </a> \r\nСлово \"даркнет\" стало широко известным в последние годы и вызывает у многих людей интерес и одновременно страх. Даркнет, также известный как \"темная сеть\" или \"черный интернет\", представляет собой скрытую сеть сайтов, недоступных обычным поисковым системам и браузерам. \r\n \r\nДаркнет существует на основе технологии, известной как Tor (The Onion Router), которая обеспечивает анонимность и безопасность для пользователей. Tor использует множество узлов, чтобы перенаправить сетевой трафик и скрыть источник данных. Эти узлы представляют собой добровольные компьютеры по всему миру, которые помогают обрабатывать и перенаправлять информацию без возможности отслеживания. \r\n \r\nВ даркнете можно найти самые разнообразные сайты и сервисы: от интернет-магазинов, продающих незаконные товары, до форумов обмена информацией и блогов со свободной речью. Присутствует также и контент, который не имеет никакого незаконного характера, но предпочитает существовать вне пространства обычного интернета. \r\n \r\nОднако, даркнет также обретает зловещую репутацию, так как на нем происходит и незаконная деятельность. От продажи наркотиков и оружия до организации киберпреступлений и торговли личными данными – все это можно найти в недрах даркнета. Кроме того, также существуют специализированные форумы, где планируются преступления, обсуждаются террористические акты и распространяется детская порнография. Эти незаконные действия привлекают внимание правоохранительных органов и ведут к попыткам борьбы с даркнетом. \r\n \r\nВажно отметить, что анонимность даркнета имеет как положительные, так и отрицательные аспекты. С одной стороны, она может быть полезной для диссидентов и журналистов, которые могут использовать даркнет для обеспечения конфиденциальности и передачи информации о нарушениях прав человека. С другой стороны, она позволяет преступникам и хакерам уклоняться от ответственности и оставаться в полной тени. \r\n \r\nВопрос безопасности в даркнете также играет важную роль. В силу своей анонимности, даркнет привлекает хакеров, которые настраивают ловушки и проводят атаки на пользователей. Компьютерные вирусы, мошенничество и кража личных данных – это только некоторые из проблем, с которыми пользователи могут столкнуться при использовании даркнета. \r\n \r\nВ заключение, даркнет – это сложное и многогранный инструмент, который находится в постоянном конфликте между светлыми и темными сторонами. В то время как даркнет может обеспечивать конфиденциальность и свободу информационного обмена, он также служит местом для незаконных действий и усилий преступников. Поэтому, как и в любой сфере, важно остерегаться и быть осведомленным о возможных рисках. \r\nhttps://kraken6.site \r\n2krn.nl', ''),
(22247, 1, 3195, '1', 'Gordonplunk', ''),
(22248, 1, 3195, '2', 'Gordonplunk', ''),
(22249, 1, 3195, '3', 'yh8xu@course-fitness.com', ''),
(22250, 1, 3195, '4', '(315) 187-1403', ''),
(22251, 1, 3195, '5', 'google', ''),
(22252, 1, 3195, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(22253, 1, 3195, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(22254, 1, 3196, '1', 'JohnnyVAP', ''),
(22255, 1, 3196, '2', 'JohnnyVAP', ''),
(22256, 1, 3196, '3', 'jtxfwi@course-fitness.com', ''),
(22257, 1, 3196, '4', '(338) 472-4487', ''),
(22258, 1, 3196, '5', 'google', ''),
(22259, 1, 3196, '6', 'Game LIFE 遊戲情報', ''),
(22260, 1, 3196, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(22261, 1, 3197, '1', 'Haroldhyday', ''),
(22262, 1, 3197, '2', 'Haroldhyday', ''),
(22263, 1, 3197, '3', '2amw@course-fitness.com', ''),
(22264, 1, 3197, '4', '(606) 125-2847', ''),
(22265, 1, 3197, '5', 'google', ''),
(22266, 1, 3197, '6', '歐客佬精品咖啡!ENDVALUE!', ''),
(22267, 1, 3197, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(22268, 1, 3198, '1', 'AndrewThofe', ''),
(22269, 1, 3198, '2', 'AndrewThofe', ''),
(22270, 1, 3198, '3', 'xopo7b@course-fitness.com', ''),
(22271, 1, 3198, '4', '(714) 532-1857', ''),
(22272, 1, 3198, '5', 'google', ''),
(22273, 1, 3198, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(22274, 1, 3198, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(22275, 1, 3199, '1', 'CarlosGes', ''),
(22276, 1, 3199, '2', 'CarlosGes', ''),
(22277, 1, 3199, '3', 'inet4747@outlook.com', ''),
(22278, 1, 3199, '4', '(557) 323-0672', ''),
(22279, 1, 3199, '5', 'google', ''),
(22280, 1, 3199, '6', 'Гарантии Заказчику в Etsy', ''),
(22281, 1, 3199, '7', 'Увеличим продажи Вашего магазина Etsy http://pint77.com Даю Гарантии Заказчику.', ''),
(22282, 1, 3200, '1', 'Jamesfloro', ''),
(22283, 1, 3200, '2', 'Jamesfloro', ''),
(22284, 1, 3200, '3', 'temptest220576548@gmail.com', ''),
(22285, 1, 3200, '4', '(481) 185-3735', ''),
(22286, 1, 3200, '5', 'google', ''),
(22287, 1, 3200, '6', 'Specialized Glazing Solutions: Precision and  Excellence Redefined', ''),
(22288, 1, 3200, '7', 'glass618mb\'s Profile   http://www.ingender.com/forum/peep.aspx?ID=151558 - Click here!', ''),
(22289, 1, 3201, '1', 'Gaynor', ''),
(22290, 1, 3201, '2', 'Shephard', ''),
(22291, 1, 3201, '3', 'admin@alfaunipaccapelinha.com.br', ''),
(22292, 1, 3201, '4', '(074) 047-8843', ''),
(22293, 1, 3201, '5', 'Turner Group', ''),
(22294, 1, 3201, '6', 'Inquiry', ''),
(22295, 1, 3201, '7', 'Hello,\r\n\r\nI am intrested in your services and would like you please send me more \r\n\r\ninformation on how we can transact. You can reach me on my email on \r\n\r\nadmin@alfaunipaccapelinha.com.br so you can give me more information \r\n\r\nabout your services.\r\n\r\nI await your response.\r\n\r\n\r\nRegards,\r\nGaynor Shephard\r\n07404788435\r\nadmin@alfaunipaccapelinha.com.br', ''),
(22296, 1, 3202, '1', 'Eric', ''),
(22297, 1, 3202, '2', 'Jones', ''),
(22298, 1, 3202, '3', 'ericjonesmyemail@gmail.com', ''),
(22299, 1, 3202, '4', '(555) 555-1212', ''),
(22300, 1, 3202, '5', 'NA', ''),
(22301, 1, 3202, '6', 'Strike when the iron’s hot', ''),
(22302, 1, 3202, '7', 'Hi gangagen.com Webmaster! I just found your site, quick question…\r\n\r\nMy name’s Eric, I found gangagen.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site?  Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, okay, let’s talk without requiring them to even pull their cell phone from their pocket?\r\n  \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nWeb Visitors Into Leads is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n  \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE https://blazeleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when  the iron’s hot!\r\n\r\nCLICK HERE https://blazeleadgeneration.com to learn more about everything Web Visitors Into Leads can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!   \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE https://blazeleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(22303, 1, 3203, '1', 'Eric', ''),
(22304, 1, 3203, '2', 'Jones', ''),
(22305, 1, 3203, '3', 'ericjonesmyemail@gmail.com', ''),
(22306, 1, 3203, '4', '(555) 555-1212', ''),
(22307, 1, 3203, '5', 'REGION MIDTJYLLAND', ''),
(22308, 1, 3203, '6', 'Cool website!', ''),
(22309, 1, 3203, '7', 'Hi gangagen.com Admin! Cool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to raise their hand to get a phone call from you INSTANTLY… the second they hit your site and said, call me now.\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://blazeleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://blazeleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(22310, 1, 3204, '1', 'hdultVideo-kef', ''),
(22311, 1, 3204, '2', 'hdultVideo-kef', ''),
(22312, 1, 3204, '3', 'yourmailpefqu@gmail.com', ''),
(22313, 1, 3204, '4', '(513) 324-6617', ''),
(22314, 1, 3204, '5', 'google', ''),
(22315, 1, 3204, '6', 'AdultVideo', ''),
(22316, 1, 3204, '7', 'Pretty! This has been an incredibly wonderful post. Many \r\nthanks for supplying this information. \r\n \r\nHere is my web page - <a href=\"https://herdouksaders32.com\">https://herdouksaders32.com</a>', ''),
(22317, 1, 3205, '1', 'EvelynNow', ''),
(22318, 1, 3205, '2', 'EvelynNow', ''),
(22319, 1, 3205, '3', 'inet4747@outlook.com', ''),
(22320, 1, 3205, '4', '(155) 724-1226', ''),
(22321, 1, 3205, '5', 'google', ''),
(22322, 1, 3205, '6', 'Etsy 2023 - 2024', ''),
(22323, 1, 3205, '7', 'Увеличим продажи Вашего магазина Etsy http://pint77.com Даю Гарантии Заказчику.', ''),
(22324, 1, 3206, '1', 'Saldomia', ''),
(22325, 1, 3206, '2', 'Saldomia', ''),
(22326, 1, 3206, '3', 'xj12o2r3@hotmail.com', ''),
(22327, 1, 3206, '4', '(031) 404-6376', ''),
(22328, 1, 3206, '5', 'google', ''),
(22329, 1, 3206, '6', 'Waiting for Your Attention', ''),
(22330, 1, 3206, '7', 'Craving Your Time and Understanding \r\nMy one true love, you\'re the one who makes me whole. \r\nIf you can spare a moment, could you please take a look at my page via this link: https://tinyurl.com/ykrsbq7a   I\'ve shared a few recent photos and revealed updates from recent events there. It would be fantastic to catch up and swap our experiences.', ''),
(22331, 1, 3207, '1', 'DavidHup', ''),
(22332, 1, 3207, '2', 'DavidHup', ''),
(22333, 1, 3207, '3', 'diazp79@hotmail.com', ''),
(22334, 1, 3207, '4', '(673) 838-6653', ''),
(22335, 1, 3207, '5', 'google', ''),
(22336, 1, 3207, '6', 'Top Rankings Await: 1500 Quality Backlinks, Fast Results', ''),
(22337, 1, 3207, '7', 'Unlock Google\'s Secrets: 1500 Backlinks, SEO Nirvana https://marketplacebest888.sell.app/product/linkboost-pro-1500-high-quality-backlinks-with-da-50-80?29995862', ''),
(22338, 1, 3208, '1', 'JaredSoaxy', ''),
(22339, 1, 3208, '2', 'JaredSoaxy', ''),
(22340, 1, 3208, '3', 'reactoonz@fun.nl', ''),
(22341, 1, 3208, '4', '(728) 164-2410', ''),
(22342, 1, 3208, '5', 'google', ''),
(22343, 1, 3208, '6', 'Reactoonz', ''),
(22344, 1, 3208, '7', 'Step into the whimsical world of <a href=https://reactoonz.fun/en/>Reactoonz</a>, a thrilling and visually captivating slot game that has taken the online casino world by storm.', ''),
(22345, 1, 3209, '1', 'Mike Day', ''),
(22346, 1, 3209, '2', 'Mike Day', ''),
(22347, 1, 3209, '3', 'miketasy@gmail.com', ''),
(22348, 1, 3209, '4', '(447) 022-5820', ''),
(22349, 1, 3209, '5', 'google', ''),
(22350, 1, 3209, '6', 'Collaboration request', ''),
(22351, 1, 3209, '7', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Day\r\n \r\nMonkey Digital', ''),
(22352, 1, 3210, '1', 'Shanon', ''),
(22353, 1, 3210, '2', 'Spotify', ''),
(22354, 1, 3210, '3', 'music@spotifymusic.com', ''),
(22355, 1, 3210, '4', '(731) 243-9564', ''),
(22356, 1, 3210, '5', 'Ecnff Lbdyrx', ''),
(22357, 1, 3210, '6', 'Listen to Waconzy music on spotify', ''),
(22358, 1, 3210, '7', 'Enjoy Waconzy music on Spotify https://open.spotify.com/playlist/7jvzM0JMbFFjF2PfLYabNz', ''),
(22359, 1, 3211, '1', 'Mike Fane', ''),
(22360, 1, 3211, '2', 'Mike Fane', ''),
(22361, 1, 3211, '3', 'peterIrorieGork@gmail.com', ''),
(22362, 1, 3211, '4', '(376) 452-6388', ''),
(22363, 1, 3211, '5', 'google', ''),
(22364, 1, 3211, '6', 'Whitehat SEO for gangagen.com', ''),
(22365, 1, 3211, '7', 'Howdy \r\n \r\nI have just analyzed  gangagen.com for  the current search visibility and saw that your website could use a boost. \r\n \r\nWe will enhance your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\n \r\nRegards \r\nMike Fane\r\nDigital X SEO Experts', ''),
(22366, 1, 3212, '1', 'JamesspevA', ''),
(22367, 1, 3212, '2', 'JamesspevA', ''),
(22368, 1, 3212, '3', 'pdq0v@course-fitness.com', ''),
(22369, 1, 3212, '4', '(122) 653-5126', ''),
(22370, 1, 3212, '5', 'google', ''),
(22371, 1, 3212, '6', 'gtx', ''),
(22372, 1, 3212, '7', 'gtx \r\n \r\n \r\nhttps://gtx.com/', ''),
(22373, 1, 3213, '1', 'Jimmy', ''),
(22374, 1, 3213, '2', 'Shufelt', ''),
(22375, 1, 3213, '3', 'shufelt.flor@gmail.com', ''),
(22376, 1, 3213, '4', '(138) 646-7989', ''),
(22377, 1, 3213, '5', 'Flor Shufelt', ''),
(22378, 1, 3213, '6', 'Hello gangagen.com Administrator!', ''),
(22379, 1, 3213, '7', 'Wondering why SEO matters for your business?\r\n\r\nVisibility Boost:\r\nBe found by potential customers with improved search engine rankings.\r\n\r\nOrganic Traffic Surge:\r\nIncrease website traffic naturally, reducing reliance on paid ads.\r\n\r\nCredibility and Trust:\r\nEstablish your brand as a credible and trusted authority.\r\n\r\nEnhanced User Experience:\r\nOptimize your site for a seamless, user-friendly experience.\r\n\r\nReady to unlock these benefits? Let\'s chat about tailoring an SEO strategy for your business. Click here for more information https://alwaysdigital.co/', ''),
(22380, 1, 3214, '1', 'Логин мать блеать Вот тут я поставлю своё мегакрутое мать его крео. И мы проверим, пройдёт ли оно вместе со ссылкой gangagen.com', ''),
(22381, 1, 3214, '2', 'Логин мать блеать Вот тут я поставлю своё мегакрутое мать его крео. И мы проверим, пройдёт ли оно вместе со ссылкой gangagen.com', ''),
(22382, 1, 3214, '3', 'alena8v89roz@bk.ru', ''),
(22383, 1, 3214, '4', '(123) 335-5327', ''),
(22384, 1, 3214, '5', 'google', ''),
(22385, 1, 3214, '6', 'Тема нах Вот тут я поставлю своё мегакрутое мать его крео. И мы проверим, пройдёт ли оно вместе со ссылкой gangagen.com', ''),
(22386, 1, 3214, '7', 'Вот тут я поставлю своё мегакрутое мать его крео. И мы проверим, пройдёт ли оно вместе со ссылкой gangagen.com', ''),
(22387, 1, 3215, '1', 'Stacy', ''),
(22388, 1, 3215, '2', 'Pfannerstill', ''),
(22389, 1, 3215, '3', 'stacy.pfannerstill@efficiencyatlas.com', ''),
(22390, 1, 3215, '4', '(801) 641-6677', ''),
(22391, 1, 3215, '5', 'Efficiency Atlas', ''),
(22392, 1, 3215, '6', 'Here\'s an idea', ''),
(22393, 1, 3215, '7', 'Hi there,\r\n\r\nOverwhelmed by too many tasks?\r\n\r\nThis open tool I\'m sharing below was truly helpful in simplifying my business. I completely ditched spreadsheets and email chains for project management.\r\n\r\nhttps://www.efficiencyatlas.com/for/gangagencom-izlo\r\n\r\nIt helped me to set clear tasks, define processes, manage time, and develop my business. Perhaps you can find value in it too.\r\n\r\nForgive the unsolicited advice, just sharing in case it\'s of use. Please let me know what you think.\r\n\r\nTake care,\r\n\r\nStacy', ''),
(22394, 1, 3216, '1', 'Brucecrava', ''),
(22395, 1, 3216, '2', 'Brucecrava', ''),
(22396, 1, 3216, '3', 'tepfun@course-fitness.com', ''),
(22397, 1, 3216, '4', '(263) 037-8375', ''),
(22398, 1, 3216, '5', 'google', ''),
(22399, 1, 3216, '6', '9J娛樂城', ''),
(22400, 1, 3216, '7', '9J娛樂城 \r\n \r\nhttps://tx9j.tw/', ''),
(22401, 1, 3217, '1', 'WilliamEvoms', ''),
(22402, 1, 3217, '2', 'WilliamEvoms', ''),
(22403, 1, 3217, '3', 'cetka25@mail.ru', ''),
(22404, 1, 3217, '4', '(344) 570-3504', ''),
(22405, 1, 3217, '5', 'google', ''),
(22406, 1, 3217, '6', 'Сетка сварная 25х25х2,0 оцинкованная 12,5,х25х2,0 / Orelsetka.ru', ''),
(22407, 1, 3217, '7', 'Сетка сварная 25х25х2,0;  12,5,х25х2,0; 50х50х2,0 светлая и оцинкованная в рулонах \r\nПредлагаем Сетку сварную светлую и оцинкованную рулонах. Высота рулона 150мм, 200мм, 300мм, 350мм, 500мм,1,0м, 1,5м, 2,0м. Размер 50х50х1,6 оц, 50х50х1,7 оц, 25х25х1,5, 25х25х1,6 оц, 25х25х1,5 оц, 25х50х1,5 св, 25х50х1,6 св. Сетка применяется для кладочных работ, штукатурки, теплоизоляции промышленного оборудования,. Всегда в наличии Сетка плетеная, тканая, рабица, черная, оцинкованная, в полимере. Сетка оцинкованная методом горячего цинкования. Изготавливаем сетку по чертежам! Так же поставляем проволоку ГОСТ 3282, 7372, 9389, проволоку сварочную, проволоку колючую, сетку сварную, сетку плетеную, сетку тканую, канаты ГОСТ 2688, ГОСТ 7668, ГОСТ 7669, ГОСТ 3062, ГОСТ 3064 и др., машиностроительный крепеж. \r\n+7(4862)73-54-51 \r\nhttps://www.orelsetka.ru', ''),
(22408, 1, 3218, '1', 'Alan', ''),
(22409, 1, 3218, '2', 'Quan', ''),
(22410, 1, 3218, '3', 'alanbusinesscapital@gmail.com', ''),
(22411, 1, 3218, '4', '(702) 344-9111', ''),
(22412, 1, 3218, '5', 'Get Business Funds', ''),
(22413, 1, 3218, '6', 'Funds for your business', ''),
(22414, 1, 3218, '7', 'Would you want some funding to expand your business? We have an 80% approval rate and cost is about 50% less than a typical merchant cash advance.\r\n\r\nLet me know if you want to quickly finance your new equipment, hiring or anything business related (seriously, the application takes just 20 seconds) and you can have funds in your bank within 24 hours of approval.\r\n\r\nThe application can be found here: https://localbusinesslenders.com\r\n\r\n*We can also fund your business clients if they\'ve been denied bank financing and need extra funds to pay for your commerical services too!\r\n\r\nJust fill out a quick app here: https://localbusinesslenders.com', ''),
(22415, 1, 3219, '1', 'CharlesspimI', ''),
(22416, 1, 3219, '2', 'CharlesspimI', ''),
(22417, 1, 3219, '3', '0acdva@course-fitness.com', ''),
(22418, 1, 3219, '4', '(481) 575-4877', ''),
(22419, 1, 3219, '5', 'google', ''),
(22420, 1, 3219, '6', '冠天下娛樂城', ''),
(22421, 1, 3219, '7', '滿天星娛樂城 \r\n \r\n \r\n \r\nhttps://xn--uis74a0us56agwe20i.com/', ''),
(22422, 1, 3220, '1', 'Georgetailm', ''),
(22423, 1, 3220, '2', 'Georgetailm', ''),
(22424, 1, 3220, '3', 'djmatthew2020@gmail.com', ''),
(22425, 1, 3220, '4', '(117) 854-8212', ''),
(22426, 1, 3220, '5', 'google', ''),
(22427, 1, 3220, '6', 'Music scene releases', ''),
(22428, 1, 3220, '7', 'Hello, \r\n \r\nMusic download private server  https://0daymusic.org MP3, FLAC, LIVESETS, Music Videos. \r\n \r\nTeam 0day', ''),
(22429, 1, 3221, '1', 'JamesAmove', ''),
(22430, 1, 3221, '2', 'JamesAmove', ''),
(22431, 1, 3221, '3', 'dk42gu@course-fitness.com', ''),
(22432, 1, 3221, '4', '(566) 717-6644', ''),
(22433, 1, 3221, '5', 'google', ''),
(22434, 1, 3221, '6', '9J娛樂城', ''),
(22435, 1, 3221, '7', '9J娛樂城 \r\n \r\nhttps://9jcasino.com.tw/', ''),
(22436, 1, 3222, '1', 'WayneImall', ''),
(22437, 1, 3222, '2', 'WayneImall', ''),
(22438, 1, 3222, '3', 'grabowagatha8@hotmail.com', ''),
(22439, 1, 3222, '4', '(005) 378-0274', ''),
(22440, 1, 3222, '5', 'google', ''),
(22441, 1, 3222, '6', 'Promotion site', ''),
(22442, 1, 3222, '7', 'Hello dear friend, I would like to offer placement of your link (or links) on different platforms of the internet such as: forums, blogs, comments and much more. . . \r\n \r\nIncrease your Visibility Boost Your Seo Rank - Get Organic Traffic From Google. Ranking in Google isn’t hard. All you need is a healthy number of backlinks from referring domains that have authority and trust in Google’s eyes. \r\n \r\nThis Backlinks Service Benefits: \r\n \r\n1. Easily get Google rankings \r\n \r\n2. Get a lot of traffic from Google \r\n \r\n3. You can earn from the website in different ways \r\n \r\n4. Increase Domain Authority (DA) \r\n \r\nQuality guaranteed ! \r\n \r\nPRICE - 10$ \r\n \r\nWebSite - http://traffic-for-your.site/', ''),
(22443, 1, 3223, '1', 'LucillePoine', ''),
(22444, 1, 3223, '2', 'LucillePoine', ''),
(22445, 1, 3223, '3', 'igor.vavilovipv@yandex.ru', ''),
(22446, 1, 3223, '4', '(207) 436-0031', ''),
(22447, 1, 3223, '5', 'google', ''),
(22448, 1, 3223, '6', 'https://clck.ru/36Evwj', ''),
(22449, 1, 3223, '7', 'https://clck.ru/36Eveo', ''),
(22450, 1, 3224, '1', 'WifeDreal', ''),
(22451, 1, 3224, '2', 'WifeDreal', ''),
(22452, 1, 3224, '3', 'alexsandr0077@outlook.com', ''),
(22453, 1, 3224, '4', '(465) 637-2427', ''),
(22454, 1, 3224, '5', 'google', ''),
(22455, 1, 3224, '6', 'сексвайф знакомства телеграм', ''),
(22456, 1, 3224, '7', 'Представляем тебе <a href=https://sexwife.net/>сексвайф знакомства телеграм\r\n</a>. \r\nТолько у нас можно найти секс знакомства город без регистрации\r\n. \r\nSexWife поспособничает вам поискать приятелей по темпераменту. \r\nДелитесь своими видео. \r\nSexWife.net изначально предназначено для встречь с семейными парами.', ''),
(22457, 1, 3225, '1', 'VictorBot', ''),
(22458, 1, 3225, '2', 'VictorBot', ''),
(22459, 1, 3225, '3', 'u7fpni@course-fitness.com', ''),
(22460, 1, 3225, '4', '(174) 477-6378', ''),
(22461, 1, 3225, '5', 'google', ''),
(22462, 1, 3225, '6', '9J Casino', ''),
(22463, 1, 3225, '7', '9J Casino \r\n \r\n \r\nhttps://9jvn.com/', ''),
(22464, 1, 3226, '1', 'Eric', ''),
(22465, 1, 3226, '2', 'Jones', ''),
(22466, 1, 3226, '3', 'ericjonesmyemail@gmail.com', ''),
(22467, 1, 3226, '4', '(555) 555-1212', ''),
(22468, 1, 3226, '5', 'SA', ''),
(22469, 1, 3226, '6', 'Why not TALK with your leads?', ''),
(22470, 1, 3226, '7', 'To the\r\n\r\nMy name’s Eric and I just found your site gangagen.com Webmaster.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nVisit https://rushleadgeneration.com for a live demo now.\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nVisit https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nVisit https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe visit https://rushleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(22471, 1, 3227, '1', 'Ernesttit', ''),
(22472, 1, 3227, '2', 'Ernesttit', ''),
(22473, 1, 3227, '3', '4546@gmail.com', ''),
(22474, 1, 3227, '4', '(372) 200-8345', ''),
(22475, 1, 3227, '5', 'google', ''),
(22476, 1, 3227, '6', '?? Snatch Your Opportunity to Amplify Your Investments by Ten with TenX Tokens! ??', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(22477, 1, 3227, '7', 'Hey Investor, \r\n \r\nAre you ready to supercharge your investments and watch your capital grow exponentially? Fantastic, we have an incredible opportunity for you - TenX tokens! \r\n \r\n?? Why should you register and invest in TenX tokens? ?? \r\n \r\n? Mind-blowing Profit Potential: Imagine a world where you will never sell TenX tokens for less than you bought them. It\'s not just a dream; it\'s a guarantee! This is your golden ticket to a massive increase in your capital. \r\n \r\n? Stability and Longevity: TenX has revolutionized the crypto market with its limit and lockup systems, offering a perfect blend of profitability and reliability. Rest assured, your investments are in it for the long haul. \r\n \r\n? Mind-boggling Rewards: TenX\'s marketing plan is like no other! Project leaders have confessed they\'ve never seen returns like this elsewhere. Get ready to reap the rewards of a lifetime. \r\n \r\n? Unbeatable Terms in the Market: TenX offers terms that outshine the competition, and it receives daily support from top leaders worldwide. Remember our motto: \"If you don\'t buy today, you\'ll buy at a higher price tomorrow.\" TenX is your unmissable chance for financial success! \r\n \r\n?? Don\'t hesitate, register today, and embark on your journey to financial prosperity with TenX! ?? \r\n \r\nReady to seize the moment? Click here to know more: https://tinyurl.com/tenxsmm \r\n \r\nDon\'t miss out on this life-changing opportunity to multiply your investments tenfold! Join us at TenX today and let\'s make your financial dreams a reality. \r\n \r\nTo your success,', ''),
(22478, 1, 3228, '1', 'JamesDaync', ''),
(22479, 1, 3228, '2', 'JamesDaync', ''),
(22480, 1, 3228, '3', 'yanyarov853@gmail.com', ''),
(22481, 1, 3228, '4', '(510) 326-3517', ''),
(22482, 1, 3228, '5', 'google', ''),
(22483, 1, 3228, '6', 'Психолог порекомендовал подписать и читать этого человека', ''),
(22484, 1, 3228, '7', '<a href=https://www.instagram.com/reel/CygW9kHs118/?igshid=MzRlODBiNWFlZA==>+как стать коучем +по личностному росту</a>', ''),
(22485, 1, 3229, '1', 'Larry', ''),
(22486, 1, 3229, '2', 'Joyner', ''),
(22487, 1, 3229, '3', 'aichannel@vauleonline.co', ''),
(22488, 1, 3229, '4', '(250) 304-2072', ''),
(22489, 1, 3229, '5', 'Birgit Drury', ''),
(22490, 1, 3229, '6', 'Tap Into YouTube’s 2.7 Billion Daily Visitors With AI Channel', ''),
(22491, 1, 3229, '7', 'Hi,\r\n\r\nWorld\'s First Leonardo A.I Powered App Creates Done-For-You YouTube Channels & 4K Videos, Even Monetize Them In Just 3 Clicks\r\n\r\nIn just 3 simple steps, AI Channel allows you to create unlimited mind blowing YouTube channels that get you Organic traffic on demand. \r\n\r\nStep 1- Login\r\nStep 2- Select a template & Create mind blowing AI YouTube Video for any Niche within a few clicks of your mouse.\r\nStep 3- Publish & Profit\r\n\r\n\r\n✅Let Our AI Create Videos for Your YouTube Channel\r\n✅First To Market, Cutting Edge AI Technology\r\n✅Tap Into 2.7 Billion Active YouTube Users & Convert Them Into Lifetime Buyers\r\n✅Create Stunning, Mobile Responsive YouTube Channels For Any Niche In 3 Clicks\r\n✅Use AI To Create Mind Blowing Video For Your YouTube Channels\r\n✅Use The Power Of AI To Generate Lifelike Voiceovers for your Video\r\n✅Let AI Channel Generate Scripts For Your Videos,\r\n✅No Facing The Camera or Researching Like Crazy For Creating Valuable Content On Channels\r\n\r\nAnd So Much More…\r\n\r\n==> Here Full Scoop: https://www.vauleonline.co/aichannel \r\n\r\nHere are some channels created using AI Channel-\r\n\r\nNews Channels\r\nFitness Channels\r\nProduct Review Channels\r\nScience & Tech Channels\r\nSports Channels\r\nSelf Care Channels\r\nAffiliate Marketing Channels\r\nCooking Channels\r\nBusiness Consultation Channels\r\nLegal Assistance Channels\r\nMake Money Online Channels\r\nCopywriting Channels\r\n\r\n& Here’s The Best Part…\r\n\r\nWe’re Offering 5 Premium Bonuses Only For Early Action Takers…\r\n\r\nBonus1- Ai StorePal Full Access\r\nBonus2- Designo Ai Full Access\r\nBonus3- HQSites Full Access\r\nBonus4- WebinarStudio Full Access\r\nBonus5- AiCore Full Access\r\n\r\n\r\n& we’re also offering cool discount on the entire funnel\r\nUse coupon code- CHANNEL3\r\n\r\n\r\n===> Access Ai Channel + All Bonus (Early Bird Launch Discount): https://www.vauleonline.co/aichannel \r\n\r\n\r\n\r\nThanks,\r\nLarry M. Joyner\r\n\r\n\r\n\r\n\r\nUNSUBSCRIBE: https://www.vauleonline.co/unsubscribe/ \r\n\r\nAddress: 321 NE 3rd St, Bend, OR 97701', ''),
(22492, 1, 3230, '1', 'Jeremyspiny', ''),
(22493, 1, 3230, '2', 'Jeremyspiny', ''),
(22494, 1, 3230, '3', 'temptest197167689@gmail.com', ''),
(22495, 1, 3230, '4', '(435) 132-4808', ''),
(22496, 1, 3230, '5', 'google', ''),
(22497, 1, 3230, '6', 'Specialized Glazing Solutions:  Customized  Quality  for every single Window Endeavor', ''),
(22498, 1, 3230, '7', 'Debuton   http://debuton.pl/user-68866-about - Show more!', ''),
(22499, 1, 3231, '1', 'Jen', ''),
(22500, 1, 3231, '2', 'Williams', ''),
(22501, 1, 3231, '3', 'jenwilliams57@outlook.com', ''),
(22502, 1, 3231, '4', '(303) 736-9129', ''),
(22503, 1, 3231, '5', 'Content Writing Digital', ''),
(22504, 1, 3231, '6', 'Content Writing Service', ''),
(22505, 1, 3231, '7', 'Hello, \r\n\r\nThis is Jen, a SEO copywriter and content writer with 12 million words written till now. \r\n\r\nI can write content for you as per your website gangagen.com. I specialize in writing blogs, articles, e-commerce product descriptions, SEO content, website content, business service descriptions, newsletter content, content for brochures, Proofreading, Social Media Captions, Linkedin Content and content for SOPs. \r\n\r\nI charge USD 40 for 1000 words content including Keyword Research and Topic Research if you want. \r\n\r\nSend me an email at Jenwilliams57@outlook.com if you have any requirements.', ''),
(22506, 1, 3232, '1', 'MichaelVes', ''),
(22507, 1, 3232, '2', 'MichaelVes', ''),
(22508, 1, 3232, '3', 'musicscene2017@gmail.com', ''),
(22509, 1, 3232, '4', '(055) 625-6707', ''),
(22510, 1, 3232, '5', 'google', ''),
(22511, 1, 3232, '6', 'Music scene releases', ''),
(22512, 1, 3232, '7', 'Hello, \r\n \r\nMusic download private server  https://0daymusic.org MP3, FLAC, LIVESETS, Music Videos. \r\n \r\nTeam 0day', ''),
(22513, 1, 3233, '1', 'Estevam', ''),
(22514, 1, 3233, '2', 'Ferrao', ''),
(22515, 1, 3233, '3', 'estevamferrao@gmail.com', ''),
(22516, 1, 3233, '4', '(093) 070-0693', ''),
(22517, 1, 3233, '5', 'Home', ''),
(22518, 1, 3233, '6', 'Treatment', ''),
(22519, 1, 3233, '7', 'Looking for phages treatment', ''),
(22520, 1, 3234, '1', 'Williamnex', ''),
(22521, 1, 3234, '2', 'Williamnex', ''),
(22522, 1, 3234, '3', 'kqklw@course-fitness.com', ''),
(22523, 1, 3234, '4', '(446) 235-7808', ''),
(22524, 1, 3234, '5', 'google', ''),
(22525, 1, 3234, '6', '9J娛樂城!ENDVALUE!', ''),
(22526, 1, 3234, '7', '9J娛樂城 \r\n \r\nhttps://9jcasino.tw', ''),
(22527, 1, 3235, '1', 'Shawnabusa', ''),
(22528, 1, 3235, '2', 'Shawnabusa', ''),
(22529, 1, 3235, '3', 'i8brd0@course-fitness.com', ''),
(22530, 1, 3235, '4', '(538) 028-2614', ''),
(22531, 1, 3235, '5', 'google', ''),
(22532, 1, 3235, '6', 'HOYA娛樂城!ENDVALUE!', ''),
(22533, 1, 3235, '7', 'HOYA娛樂城 \r\n \r\n \r\nhttps://xn--hoya-8h5gx1jhq2b.tw/', ''),
(22534, 1, 3236, '1', 'PerrySailt', ''),
(22535, 1, 3236, '2', 'PerrySailt', ''),
(22536, 1, 3236, '3', 'ma.r.c.e.f.dj2.7@gmail.com', ''),
(22537, 1, 3236, '4', '(781) 820-2528', ''),
(22538, 1, 3236, '5', 'google', ''),
(22539, 1, 3236, '6', 'easy and fast money', ''),
(22540, 1, 3236, '7', 'Do you want to earn money quickly and easily on the Internet? \r\nFollow the link and register  https://aviso.bz/?r=filosof20063', ''),
(22541, 1, 3237, '1', 'EdwardJuila', ''),
(22542, 1, 3237, '2', 'EdwardJuila', ''),
(22543, 1, 3237, '3', 'bksb58@course-fitness.com', ''),
(22544, 1, 3237, '4', '(263) 645-6731', ''),
(22545, 1, 3237, '5', 'google', ''),
(22546, 1, 3237, '6', '玖富娛樂城!ENDVALUE!', ''),
(22547, 1, 3237, '7', '玖富娛樂城 \r\n \r\n \r\nhttps://9fu.tw/', ''),
(22548, 1, 3238, '1', 'Denniskeype', ''),
(22549, 1, 3238, '2', 'Denniskeype', ''),
(22550, 1, 3238, '3', '7lewc@course-fitness.com', ''),
(22551, 1, 3238, '4', '(171) 624-1152', ''),
(22552, 1, 3238, '5', 'google', ''),
(22553, 1, 3238, '6', '9J Casino', ''),
(22554, 1, 3238, '7', '9J Casino \r\n \r\n \r\nhttps://9jvn.com/', ''),
(22555, 1, 3239, '1', 'MikhailRE', ''),
(22556, 1, 3239, '2', 'MikhailRE', ''),
(22557, 1, 3239, '3', 'yourmail@gmail.com', ''),
(22558, 1, 3239, '4', '(133) 204-4850', ''),
(22559, 1, 3239, '5', 'google', ''),
(22560, 1, 3239, '6', 'I will increase traffic and profitability of the site', ''),
(22561, 1, 3239, '7', 'Hello. I will increase traffic and profitability of the site, and also solve all the problems existing on the site. Moreover, the increase in traffic will be due to the influx of targeted visitors from search engines, which is the most profitable and promising for you. \r\n \r\nA little information about yourself. I am a specialist in the field of creation, improving and promotion of websites. I also have knowledge and experience in a number of related fields. Work experience is more than 19 years. I always do quality work. Prices are moderate. \r\n \r\nThe main areas of my activity: creating websites, improving websites and correcting errors, promoting websites in search engines, setting up advertising campaigns in contextual advertising services, various types of mass mailings (they give a good one-time influx of sales), working with reviews on the Internet. I also create, refine and promote groups and channels on social networks (YouTube, Instagram, Telegram, VK and others). \r\n \r\nWrite to my email: mikhailrs.seo@gmail.com \r\n \r\n-------------------- \r\n \r\nЗдравствуйте. Увеличу посещаемость и доходность сайта, а также решу все имеющиеся на сайте проблемы. Причем рост посещаемости будет идти за счет притока целевых посетителей из поисковых систем, что для вас максимально выгодно и перспективно. \r\n \r\nНемного информации о себе. Я являюсь специалистом в области создания, доработки и продвижения сайтов. Также имею знания и опыт в ряде смежных областей. Опыт работы составляет больше 19 лет. Работу всегда выполняю качественно. Цены умеренные. \r\n \r\nОсновные направления моей деятельности: создание сайтов, улучшение сайтов и исправление ошибок, продвижение сайтов в поисковых системах, настройка рекламных кампаний в сервисах контекстной рекламы, различного рода массовые рассылки (дают хороший единоразовый приток продаж), работа с отзывами в интернете. Также занимаюсь озданием, доработкой и продвижением групп и каналов в социальных сетях (YouTube, Instagram, Telegram, VK и другие). \r\n \r\nПишите на мою почту: mikhailrs.seo@gmail.com', ''),
(22562, 1, 3240, '1', 'Joseph', ''),
(22563, 1, 3240, '2', 'Brown', ''),
(22564, 1, 3240, '3', 'rapidleads360@gmail.com', ''),
(22565, 1, 3240, '4', '(954) 849-8557', ''),
(22566, 1, 3240, '5', 'Lorri Nan', ''),
(22567, 1, 3240, '6', 'Hiya   Can this be verified?', ''),
(22568, 1, 3240, '7', 'Hello There,\r\n\r\n Visualize a 23% revenue boost for your business, made possible with our tailored AI strategy. That\'s not just a possibility; it\'s a promise with our cutting-edge AI solutions.\r\n\r\nWhile 93% of businesses haven\'t yet tapped into the power of AI, you have the chance to lead the pack. Our tailored solutions are designed to not only match but surpass your competitors, setting you on the path to outperform market leaders.\r\n\r\nPicture this: one of our clients is on track for a phenomenal 230% revenue increase. We\'re determined to turn triple-digit growth the new norm for businesses like yours. Our unique blend of AI, automation, and growth hacking marketing has continuously brought about unprecedented results, frequently beyond human capability.\r\n\r\nWe\'re eager to demonstrate how our groundbreaking approach can elevate your business. Let\'s schedule a meeting at your convenience to explore the potential of AI-driven growth for your company.\r\n\r\nIf you\'re ready to revolutionize your business, simply reply with \"Yes\" and we\'ll take it from there.\r\n\r\nLooking forward to unlocking new heights for your business,\r\n\r\n\r\nBest regards,\r\n\r\n\r\n Robert   Thompson', ''),
(22569, 1, 3241, '1', 'GarthErons', ''),
(22570, 1, 3241, '2', 'GarthErons', ''),
(22571, 1, 3241, '3', 'simon@cloudscapetech.com.au', ''),
(22572, 1, 3241, '4', '(040) 315-6400', ''),
(22573, 1, 3241, '5', 'google', ''),
(22574, 1, 3241, '6', 'Rank #1 on Google in 2 weeks with a 3-year guarantee', ''),
(22575, 1, 3241, '7', 'Rank #1 on Google in 2 weeks with a 3-year guarantee https://marketplacebest888.sell.app/product/we-bring-anything-to-the-top-of-google-in-2-weeks-3-year-warranty?19069397', ''),
(22576, 1, 3242, '1', 'Gordonplunk', ''),
(22577, 1, 3242, '2', 'Gordonplunk', ''),
(22578, 1, 3242, '3', 'yh8xu@course-fitness.com', ''),
(22579, 1, 3242, '4', '(287) 533-2072', ''),
(22580, 1, 3242, '5', 'google', ''),
(22581, 1, 3242, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(22582, 1, 3242, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(22583, 1, 3243, '1', 'Oscargot', ''),
(22584, 1, 3243, '2', 'Oscargot', ''),
(22585, 1, 3243, '3', 'ufhik7@course-fitness.com', ''),
(22586, 1, 3243, '4', '(458) 366-5784', ''),
(22587, 1, 3243, '5', 'google', ''),
(22588, 1, 3243, '6', '冠天下!ENDVALUE!', ''),
(22589, 1, 3243, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi.com/', ''),
(22590, 1, 3244, '1', 'Michaelraind', ''),
(22591, 1, 3244, '2', 'Michaelraind', ''),
(22592, 1, 3244, '3', 'opcrxv@course-fitness.com', ''),
(22593, 1, 3244, '4', '(870) 067-3828', ''),
(22594, 1, 3244, '5', 'google', ''),
(22595, 1, 3244, '6', '冠天下!ENDVALUE!', ''),
(22596, 1, 3244, '7', '冠天下 \r\n \r\n \r\nhttps://xn--ghq10gmvi.com/', ''),
(22597, 1, 3245, '1', 'Traviskilia', ''),
(22598, 1, 3245, '2', 'Traviskilia', ''),
(22599, 1, 3245, '3', 'o0yltp@course-fitness.com', ''),
(22600, 1, 3245, '4', '(222) 458-8028', ''),
(22601, 1, 3245, '5', 'google', ''),
(22602, 1, 3245, '6', 'SPORTS', ''),
(22603, 1, 3245, '7', 'SPORTS \r\n \r\n \r\n \r\nhttps://as-sports.net/', ''),
(22604, 1, 3246, '1', 'Jim', ''),
(22605, 1, 3246, '2', 'Peden', ''),
(22606, 1, 3246, '3', 'peden.penni@hotmail.com', ''),
(22607, 1, 3246, '4', '(978) 280-3479', ''),
(22608, 1, 3246, '5', 'Penni Peden', ''),
(22609, 1, 3246, '6', 'Dear gangagen.com Administrator.', ''),
(22610, 1, 3246, '7', 'SEO ensures your website stands out when people search for products or services. Google prioritizes relevance and reliability to decide which sites appear on the first pages, underscoring the need for effective website presentation.\r\n\r\nSEO Benefits in Brief:\r\n1. Boosts Visibility and Traffic:\r\n2. Establishes Trust:\r\n3. Yields High ROI:\r\n4. Enhances User Experience:\r\nGoogle announced prioritizing pages based on user experience in their algorithm.\r\nIn essence, SEO is your key to standing out, building trust, and ensuring a high return on investment.\r\n\r\nContact us at https://digitalpromax.co/\r\n\r\nAlso Need expert hands on your WordPress projects? We\'ve got you covered. Let\'s discuss how our WordPress developers can boost your web endeavors.\r\n\r\nClick here for more details: https://outsource-bpo.com/website/', ''),
(22611, 1, 3247, '1', 'Mike Parson', ''),
(22612, 1, 3247, '2', 'Mike Parson', ''),
(22613, 1, 3247, '3', 'mikePovaTasy@gmail.com', ''),
(22614, 1, 3247, '4', '(064) 126-3724', ''),
(22615, 1, 3247, '5', 'google', ''),
(22616, 1, 3247, '6', 'NEW: Semrush Backlinks', ''),
(22617, 1, 3247, '7', 'Hi \r\n \r\nThis is Mike Parson\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your gangagen.com SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Parson\r\n \r\nmike@strictlydigital.net', ''),
(22618, 1, 3248, '1', 'RobertVex', ''),
(22619, 1, 3248, '2', 'RobertVex', ''),
(22620, 1, 3248, '3', 'iaroslav.pankovzxn@yandex.ru', ''),
(22621, 1, 3248, '4', '(514) 606-6172', ''),
(22622, 1, 3248, '5', 'google', ''),
(22623, 1, 3248, '6', 'https://clck.ru/36Ew2b', ''),
(22624, 1, 3248, '7', 'https://clck.ru/36Evnk', ''),
(22625, 1, 3249, '1', 'Juliusfut', ''),
(22626, 1, 3249, '2', 'Juliusfut', ''),
(22627, 1, 3249, '3', 'bthomas55ep@yahoo.com', ''),
(22628, 1, 3249, '4', '(823) 186-6114', ''),
(22629, 1, 3249, '5', 'google', ''),
(22630, 1, 3249, '6', 'GAMEDEV: CREATE A GAME FROM SCRATCH IN 10 MINUTES AND EARN $1,000,000', ''),
(22631, 1, 3249, '7', 'GAMEDEV: CREATE A GAME FROM SCRATCH IN 10 MINUTES AND EARN $1,000,000 http://cgibin1.com/psecure/out.php?d=shoppy.gg%2Fproduct%2FsdrduvV%3F1053', ''),
(22632, 1, 3250, '1', 'Georgesag', ''),
(22633, 1, 3250, '2', 'Georgesag', ''),
(22634, 1, 3250, '3', 'musicscene2019@gmail.com', ''),
(22635, 1, 3250, '4', '(483) 782-0210', ''),
(22636, 1, 3250, '5', 'google', ''),
(22637, 1, 3250, '6', 'Music scene releases', ''),
(22638, 1, 3250, '7', 'Hello, \r\n \r\nMusic download private server  https://0daymusic.org MP3, FLAC, LIVESETS, Music Videos. \r\n \r\nTeam 0day', ''),
(22639, 1, 3251, '1', 'Alan', ''),
(22640, 1, 3251, '2', 'Quan', ''),
(22641, 1, 3251, '3', 'alanbusinesscapital@gmail.com', ''),
(22642, 1, 3251, '4', '(702) 344-9111', ''),
(22643, 1, 3251, '5', 'Get Business Funds', ''),
(22644, 1, 3251, '6', '0% merchant processing?', ''),
(22645, 1, 3251, '7', 'Want a new way to take credit cards while paying near zero in fees?\r\n\r\nNew discount processing allows you to pocket more of your money each month.\r\n\r\nFill out a quick application here and we\'ll pay you $250 if we can\'t meet or beat your current rate:\r\n\r\nhttps://bit.ly/perfectprocessing\r\n\r\nFor example, if your company is doing $20,000 in credit card sales and you pay $600/month in processing fees, we are able to lower your cost to only $30/month... allowing you to profit an extra $6000/year\r\n\r\nJust upload 3 months of your credit card processing statements and we\'ll get you a better rate here:\r\n\r\nhttps://bit.ly/perfectprocessing', ''),
(22646, 1, 3252, '1', 'Phil', ''),
(22647, 1, 3252, '2', 'Stewart', ''),
(22648, 1, 3252, '3', 'dontreplyhere@gmail.com', ''),
(22649, 1, 3252, '4', '(212) 555-1222', ''),
(22650, 1, 3252, '5', 'Sally Gabriel', ''),
(22651, 1, 3252, '6', 'question', ''),
(22652, 1, 3252, '7', 'I have 100% fully verified website contact forms for sale. Do your own blasts - save money!\r\n\r\nQuantity	Price\r\n=====================\r\n500,000		$50\r\n1 Million	$99\r\n5 Million	$199\r\n10 Million	$299\r\n20 Million	$499\r\n\r\nCredit card payment accepted, download links provided same day of purchase. Get in touch with me at my email/skype below for more info or if you would like to order.\r\n\r\nP. Stewart\r\nSkype: live:.cid.e169e59bb6e6d159\r\nEmail: ps430@gomail2.xyz', ''),
(22653, 1, 3253, '1', 'Jeannegraro', ''),
(22654, 1, 3253, '2', 'Jeannegraro', ''),
(22655, 1, 3253, '3', 'aslamovaaurina@yandex.ru', ''),
(22656, 1, 3253, '4', '(808) 411-3757', ''),
(22657, 1, 3253, '5', 'google', ''),
(22658, 1, 3253, '6', 'Increase your capital, a great opportunity to earn money', ''),
(22659, 1, 3253, '7', 'Hi. \r\nThere is a new project Autentic, now they have Presale, Guys pour serious budgets into marketing. They have a  \r\n<a href=https://aut.finance/register/en?ref=f2rgkk5w>referral program</a>, they give 10% of the client\'s deposit. I did a test, people are coming in very fast, see the <a href=https://bit.ly/49EYACZ>stats</a>. They also have a  \r\n<a href=https://zealy.io/c/aut/invite/tv_uWT9bs__XtOLYznVJo>campaign on Zealy</a>, where you can also pour people. \r\n \r\nIn general, until they have not run up, you can withdraw money normally. \r\nRegister on my refs please, I\'ll be grateful.', ''),
(22660, 1, 3254, '1', 'CarlosGes', ''),
(22661, 1, 3254, '2', 'CarlosGes', ''),
(22662, 1, 3254, '3', 'inet4747@outlook.com', ''),
(22663, 1, 3254, '4', '(124) 058-5374', ''),
(22664, 1, 3254, '5', 'google', ''),
(22665, 1, 3254, '6', 'Гарантии Заказчику в Etsy', ''),
(22666, 1, 3254, '7', '<a href=http://pint77.com/> Etsy. Увеличим продажи. Даю Гарантии Заказчику</a>', ''),
(22667, 1, 3255, '1', 'AndrewThofe', ''),
(22668, 1, 3255, '2', 'AndrewThofe', ''),
(22669, 1, 3255, '3', 'xopo7b@course-fitness.com', ''),
(22670, 1, 3255, '4', '(728) 215-5751', ''),
(22671, 1, 3255, '5', 'google', ''),
(22672, 1, 3255, '6', '雙波長亞歷山大除毛雷射 - 八千代', ''),
(22673, 1, 3255, '7', '雙波長亞歷山大除毛雷射 - 八千代 \r\n \r\n \r\nhttps://yachiyo.com.tw/alexandrite-laser/', ''),
(22674, 1, 3256, '1', 'JohnnyVAP', ''),
(22675, 1, 3256, '2', 'JohnnyVAP', ''),
(22676, 1, 3256, '3', 'jtxfwi@course-fitness.com', ''),
(22677, 1, 3256, '4', '(765) 802-7727', ''),
(22678, 1, 3256, '5', 'google', ''),
(22679, 1, 3256, '6', 'Game LIFE 遊戲情報', ''),
(22680, 1, 3256, '7', 'Game LIFE 遊戲情報 \r\n \r\n \r\nhttps://gamelife.tw/portal.php', ''),
(22681, 1, 3257, '1', 'Haroldhyday', ''),
(22682, 1, 3257, '2', 'Haroldhyday', ''),
(22683, 1, 3257, '3', '2amw@course-fitness.com', ''),
(22684, 1, 3257, '4', '(518) 783-5350', ''),
(22685, 1, 3257, '5', 'google', ''),
(22686, 1, 3257, '6', '歐客佬精品咖啡!ENDVALUE!', ''),
(22687, 1, 3257, '7', '歐客佬精品咖啡 ｜OKLAO COFFEE｜蝦皮商城｜咖啡豆｜掛耳｜精品咖啡｜咖啡禮盒 專賣｜精品麵包 \r\n \r\nhttps://first-cafe.com/', ''),
(22688, 1, 3258, '1', 'Alisia', ''),
(22689, 1, 3258, '2', 'Dunlop', ''),
(22690, 1, 3258, '3', 'dunlop.alisia@yahoo.com', ''),
(22691, 1, 3258, '4', '(530) 380-5068', ''),
(22692, 1, 3258, '5', 'Alisia Dunlop', ''),
(22693, 1, 3258, '6', 'Get into the Festive Spirit with Exclusive Christmas Offers! 15% Off', ''),
(22694, 1, 3258, '7', 'Dear valued customers,\r\n\r\nWe hope this email finds you in high spirits as we approach the joyous holiday season! With Christmas just around the corner, we wanted to reach out and share some exciting news and exclusive offers from our shop.\r\n\r\nAt come4buy.com, we believe that the spirit of Christmas lies in the joy of giving. That\'s why we have curated a delightful collection of unique gifts, festive decorations, and much more, to help you celebrate this special time of the year with your loved ones.\r\n\r\nHere are a few reasons why you should consider shopping with us this Christmas:\r\n\r\nWide Range of Products: Our shop offers a diverse selection of products, ranging from handmade crafts and personalized gifts to stylish home decor and trendy fashion accessories. You\'re sure to find something perfect for everyone on your list!\r\n\r\nUnbeatable Quality: We take pride in providing high-quality products that are built to last. Each item is carefully crafted with attention to detail, ensuring that your Christmas gifts will be cherished for years to come.\r\n\r\nExclusive Christmas Offers: To make your shopping experience even merrier, we are offering exclusive discounts and promotions throughout the holiday season. Keep an eye out for our special deals, which will be shared via email and on our website.\r\n\r\nConvenient Shopping Experience: We understand that time is precious, especially during the busy holiday season. That\'s why we offer a hassle-free online shopping experience, allowing you to browse and purchase our products from the comfort of your own home.\r\n\r\nPrompt Delivery: We are committed to delivering your purchases promptly, ensuring that they arrive well in time for Christmas. Rest assured, we will do our utmost to make sure your gifts reach their recipients on schedule.\r\n\r\nDon\'t miss out on the opportunity to make this Christmas truly memorable with our delightful products and exceptional offers. Visit our website at [Your Shop Website] or drop by our physical store located at [Shop Address] to explore our Christmas collection.\r\n\r\nThank you for your continued support, and we look forward to serving you this festive season. Wishing you and your loved ones a joyful and magical Christmas!\r\n\r\n15% DISCOUNT CODE : 15OFF07\r\n\r\nWarm regards,\r\n\r\nPaul \r\ncome4buy.com\r\nFashion and Accessories Store', ''),
(22695, 1, 3259, '1', 'VirgilReore', ''),
(22696, 1, 3259, '2', 'VirgilReore', ''),
(22697, 1, 3259, '3', 'anastasiasaed@gmail.com', ''),
(22698, 1, 3259, '4', '(634) 610-1266', ''),
(22699, 1, 3259, '5', 'google', ''),
(22700, 1, 3259, '6', 'В масле', ''),
(22701, 1, 3259, '7', 'Р­РЅРµСЂРіРёС‡РЅРѕРµ РІРёРґРµРѕ  РґРѕСЃС‚СѓРїРЅРѕ РЅР° РїР»Р°С‚С„РѕСЂРјРµ <a href=\"sx-video.ru\" style=\"text-decoratioN: NoNe;\">sx-video.ru</a>, РѕР±РµС‰Р°СЏ Р·Р°С…РІР°С‚С‹РІР°СЋС‰РµРµ РїРѕРіСЂСѓР¶РµРЅРёРµ РІ РјРёСЂ СЃС‚СЂР°СЃС‚Рё Рё СЃРµРєСЃСѓР°Р»СЊРЅС‹С… РЅР°СЃР»Р°Р¶РґРµРЅРёР№. Р РѕР»РёРє РїСЂРµРґРѕСЃС‚Р°РІР»СЏРµС‚ СЂР°Р·РЅРѕРѕР±СЂР°Р·РЅС‹Рµ СЃС†РµРЅС‹ СЃРµРєСЃСѓР°Р»СЊРЅРѕСЃС‚Рё, РґРµРјРѕРЅСЃС‚СЂРёСЂСѓСЏ Р±Р»РѕРЅРґРёРЅДёРё С„РѕС‚Рѕ РІРѕР»РѕСЃС‹. Р—РґРµСЃСЊ РјРѕР¶РЅРѕ РЅР°СЃР»Р°РґРёС‚СЊСЃСЏ РѕСЂР°Р»СЊРЅС‹Рј, РІР°РіРёРЅР°Р»СЊРЅС‹Рј Рё Р°РЅР°Р»СЊРЅС‹Рј СЃРµРєСЃРѕРј, РµР±Р°Р»РѕРІРѕ РІ С‡СѓР»ДёР°С…, Р° С‚Р°РєР¶Рµ РїСЂРѕРІРѕРґРёС‚СЊ СЌРєСЃРїРµСЂРёРјРµРЅС‚С‹ СЃ РёСЃРїРѕР»СЊР·РѕРІР°РЅРёРµРј СЂР°Р·Р»РёС‡РЅС‹С… СЃРµРєСЃ-РёРіСЂСѓС€РµРє. Р—СЂРёС‚РµР»Рё РїСЂРёРіР»Р°С€Р°СЋС‚СЃСЏ РЅР°СЃР»Р°Р¶РґР°С‚СЊСЃСЏ РјРѕРјРµРЅС‚Р°РјРё СѓРґРѕРІРѕР»СЊСЃС‚РІРёСЏ, СЃР»РµРґСЏ Р·Р° СЃС‚РѕРЅР°РјРё Р±Р»Р°Р¶РµРЅСЃС‚РІР° Рё СЃС‚СЂР°СЃС‚РЅС‹РјРё РІС‹СЂР°Р¶РµРЅРёСЏРјРё СѓС‡Р°СЃС‚РЅРёРєРѕРІ. Р­С‚РѕС‚ РІРёРґРµРѕСЂРѕР»РёРє  СЃРѕР·РґР°РЅ РґР»СЏ РІР·СЂРѕСЃР»РѕР№ Р°СѓРґРёС‚РѕСЂРёРё, РіРѕС‚РѕРІРѕР№ СЂР°Р·РЅРѕРѕР±СЂР°Р·РёС‚СЊ СЃРІРѕРё СЃРµРєСЃСѓР°Р»СЊРЅС‹Рµ С„Р°РЅС‚Р°Р·РёРё, РїСЂРµРґСЃС‚Р°РІРёРІ: РµР±Р°Р»РѕРІРѕ РІ С‡СѓР»ДёР°С….', ''),
(22702, 1, 3260, '1', 'Mike Aldridge', ''),
(22703, 1, 3260, '2', 'Mike Aldridge', ''),
(22704, 1, 3260, '3', 'mikeIrorieGork@gmail.com', ''),
(22705, 1, 3260, '4', '(080) 040-8702', ''),
(22706, 1, 3260, '5', 'google', ''),
(22707, 1, 3260, '6', 'Domain Authority of your gangagen.com', ''),
(22708, 1, 3260, '7', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\nThanks and regards \r\nMike Aldridge', ''),
(22709, 1, 3261, '1', 'Georgesag', ''),
(22710, 1, 3261, '2', 'Georgesag', ''),
(22711, 1, 3261, '3', 'musicscene2019@gmail.com', ''),
(22712, 1, 3261, '4', '(540) 407-0446', ''),
(22713, 1, 3261, '5', 'google', ''),
(22714, 1, 3261, '6', 'Music scene releases', ''),
(22715, 1, 3261, '7', 'Hello, \r\n \r\nMusic download private server  https://0daymusic.org MP3, FLAC, LIVESETS, Music Videos. \r\n \r\nTeam 0day', ''),
(22716, 1, 3262, '1', 'PerrySailt', ''),
(22717, 1, 3262, '2', 'PerrySailt', ''),
(22718, 1, 3262, '3', 'evgeni.jo.pur.i.n07@gmail.com', ''),
(22719, 1, 3262, '4', '(852) 527-7637', ''),
(22720, 1, 3262, '5', 'google', ''),
(22721, 1, 3262, '6', 'money for watching youtube', ''),
(22722, 1, 3262, '7', 'Do you want to watch youtube and get paid for it - register here and earn easy money  https://aviso.bz/?r=filosof20063', ''),
(22723, 1, 3263, '1', 'SamuelprelO', ''),
(22724, 1, 3263, '2', 'SamuelprelO', ''),
(22725, 1, 3263, '3', 'n.kachalova@kursiv.media', ''),
(22726, 1, 3263, '4', '(854) 473-6084', ''),
(22727, 1, 3263, '5', 'google', ''),
(22728, 1, 3263, '6', 'Test, just a test', ''),
(22729, 1, 3263, '7', 'v.akhremushkin@kursiv.media', ''),
(22730, 1, 3264, '1', 'enlareTar', ''),
(22731, 1, 3264, '2', 'enlareTar', ''),
(22732, 1, 3264, '3', 'maximmad222@yandex.ru', ''),
(22733, 1, 3264, '4', '(111) 756-0315', ''),
(22734, 1, 3264, '5', 'google', ''),
(22735, 1, 3264, '6', 'XBOX игры купить  разнообразные игры:  Клюси игр XBOX', ''),
(22736, 1, 3264, '7', 'Покупай Самый мощный блокировщик рекламы Adguard  Premium  +  https://ggsel.net/catalog/product/3221060 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://ggsel.net/catalog/product/3589474 \r\n<b>ИНТЕРНЕТ МАГАЗИН ЦИФРОВЫХ ТОВАРОВ</b> https://bysel.ru/goods/?activation=gift-card \r\nАкканты xbox  https://ggsel.net/catalog/product/3622275 \r\nключи игр xbox +one купитьhttps://ggsel.net/catalog/product/3002871 \r\n<b>Автопополнение моментально Steam(<u>выгодный курс</u>)</b>  https://digiseller.market/asp2/pay_options.asp?id_d=3582748 \r\nигры +на xbox +one купить дешевоhttps://ggsel.net/catalog/product/3162963 \r\n<b>чат-бот с искусственным интеллектом СhatGpt</b>https://ggsel.net/catalog/product/3225209 \r\nsteam key купить ключhttps://bysel.ru/goods/grand-theft-auto-v-premium-edition-steamru-%E2%9A%A1%ef%b8%8favto/ \r\n<b>Купить аккаунт ?Аккаунт CSGO 2000+ часов\\Полный доступ\\</b>https://ggsel.net/catalog/product/3937225 \r\n<b>Купить аренда аккаунта DOTA 2 ?? 2000 часов | ОНЛАЙН??</b>https://ggsel.net/catalog/product/3221893 \r\n<b>Купить аккаунт ?Skype аккаунт с балансом 2-5 usd + ПОЧТА ?</b>?https://ggsel.net/catalog/product/3933863 \r\n<b>Купить аккаунт ??ChatGPT (Chat GPT) ?? аккаунт ?? + VPN ??подарок</b>https://ggsel.net/catalog/product/3225209 \r\n<b>Купить ключ Windows 10/11 Pro 32/64 bit Лицензия</b>https://ggsel.net/catalog/product/3221892 \r\n<b>xbox gift card(покупка игр в иностранном аккаунте</b>)https://ggsel.net/catalog/product/3465075 \r\n<b>Steam google Turkey   Gift Card Code FOR TURKEY ACCOUN</b>  https://ggsel.net/catalog/product/3808181 <b>стим игры дешевле чем в русском аккаунте</b>)https://ggsel.net/catalog/product/3473640 \r\n<b>Новый Стим аккаунт ( Турция/Полный доступ) PayPaL</b>https://ggsel.net/catalog/product/3296415 \r\nLeague Of Legends 850 LoL RP - ТУРЦИЯ https://ggsel.net/catalog/product/3296427 \r\nValorant 740 VP or 1050 Riot Points - ТОЛЬКО ТУРЦИЯ https://ggsel.net/catalog/product/3331571 \r\nPUBG Mobile 325 UC Unknown Cashhttps://ggsel.net/catalog/product/3813637 \r\nPlaystation Network (PSN) 10$(USA)https://ggsel.net/catalog/product/3466036 \r\n<b>Steam gift card USD(пополнение кошелька)</b> https://ggsel.net/catalog/product/3465075 \r\niTUNES GIFT CARD - (TURKEY/USD) https://ggsel.net/catalog/product/3555721 \r\n<b>Adguard Premium 1ПК(</b>(лучший блокировщик рекламы.спама, всплывающие окна ) https://ggsel.net/catalog/product/3046307 \r\nGoogle play gift card https://ggsel.net/catalog/product/3538356 \r\nNetflix Турция Подарочный код TL??(VPN постоянно) \r\n<b>Netflix Plans \r\n</b>дешевле чем в других аккаунтах https://ggsel.net/catalog/product/2911572 \r\nBlizzard Gift Card  USD ?BATTLE.NET https://ggsel.net/catalog/product/3025661 \r\nRAZER GOLD GIFT CARD  (USD)</b> Global Pin https://ggsel.net/catalog/product/3051315 \r\n<b>Nintendo подписка 3 месяца гифт карты</b> +https://ggsel.net/catalog/product/3296413 \r\nPSN аккаунт Турция https://ggsel.net/catalog/product/3473640 \r\n<b>EA PLAY XBOX 1 месяц </b>https://ggsel.net/catalog/product/3296413 \r\n<b>Amazon gift card USD</b>(покупка на Amazon)https://ggsel.net/catalog/product/3203865 \r\n<b>xbox gift card(</b>покупка игр в зарубежном аккаунте XBOX)https://ggsel.net/catalog/product/3614567 \r\n<b>Xbox Gift Card Brazil store</b>https://ggsel.net/catalog/product/3540172 \r\n<b>Skype аккаунты с балансом для звонков</b>https://ggsel.net/catalog/product/3205694 \r\n<b>НЕДОРОГИЕ игры XBOX ONE</b> \r\nWindows 10/11 Pro 32/64 bit Лицензия https://ggsel.net/catalog/product/3221892 \r\n<b>ОПЛАТА ENOT (12 способов оплаты) 0% при оплате</b> (<u>покупайте без процентов выгоднее</u>) \r\nигры +на xbox +one купить дешевоhttps://bysel.ru/goods/??-doom-2016-xbox-one-xbox-series-xs-klyuch-??/ \r\nАвтопополнение моментально Steam(вы зачисляете свои средства на свой стим аккаунт,пишите логин)  https://ggsel.net/catalog/product/3589474 \r\nигры +на xbox +one купить дешевоhttps://ggsel.net/catalog/product/2921621 \r\nигры +на xbox +one купить дешевоhttps://ggsel.net/catalog/product/3010680 \r\nxbox  купить игру лицензиюhttps://ggsel.net/catalog/product/3116767 \r\nroblox gift card купить+https://bysel.ru/goods/roblox-gift-card-10-usd-800-robux-global??bez-komissii/ \r\n<u>купить билет</u>https://gagarina.comпосмотреть послушать увидеть в живую  на концерте Полина Гагарина альбом Навсегда-самая популярная из всех российских певиц с чуственным волшебным успокивающим талантливым голосом сходи и проверь не жадей денег потом что бы не пожалеть \r\nНедорогой качественный хостинг от 85р.  https://webhost1.ru/?r=133178  \r\n<b>Хочешь добиться чего нибудь, получи кредит в Альфа Банке</b> https://clck.ru/33Pzfy  <b>октрывай свой бизнес, работай на себя(напиши бизнес план)получи дебетную карту</b> https://clck.ru/33Pzd8 \r\nНедорогой хостинг от 85р, при переносе с другого домена 2 месяца бесплатноhttps://webhost1.ru/?r=133178', ''),
(22737, 1, 3265, '1', 'AntonioNeins', ''),
(22738, 1, 3265, '2', 'AntonioNeins', ''),
(22739, 1, 3265, '3', 'dimzadj@yahoo.com.au', ''),
(22740, 1, 3265, '4', '(773) 571-1648', ''),
(22741, 1, 3265, '5', 'google', ''),
(22742, 1, 3265, '6', 'The Ultimate Game Plan: Create Games, No Skills, $1,000,000 Payout', ''),
(22743, 1, 3265, '7', 'THE EASY WAY TO $1,000,000: CREATE GAMES WITHOUT ANY SKILLS http://www.deb-multimedia.org/cgi-lurker/jump.cgi?doc-url=https%3A%2F%2Fshoppy.gg%2Fproduct%2FsdrduvV%3F2108&format=gl.html&list=dmo-discussion&utc=1454315340&sec=00&min=29&hour=0&mday=1&mon=2&year=2016 \r\n \r\n \r\n \r\n \r\n \r\nb5xy4o4m1a2j4g5n \r\no8fx3j3j2l9y2x5d \r\nx7mz6y9w7w2p3j7i', ''),
(22744, 1, 3266, '1', 'Lester', ''),
(22745, 1, 3266, '2', 'Girardi', ''),
(22746, 1, 3266, '3', 'seoforce979@gmail.com', ''),
(22747, 1, 3266, '4', '(013) 523-0599', ''),
(22748, 1, 3266, '5', 'Iona Girardi', ''),
(22749, 1, 3266, '6', 'Reason why gangagen.com cannot be located on Google?', ''),
(22750, 1, 3266, '7', 'Hi,\r\n\r\nEver wondered how to get your website, gangagen.com, to rank on Google\'s #1 page in just one week? Get your FREE SEO audit report, including customized step-by-step action plans that will turbocharge your SEO, at - https://www.infinityinteractive.online/seo-audit-3?ref=gangagen.com\r\n\r\nHave a great day ahead.\r\n\r\nRegards,\r\nLester\r\nSEO Consultant\r\nNovustri Digital', ''),
(22751, 1, 3267, '1', 'RogerMab', ''),
(22752, 1, 3267, '2', 'RogerMab', ''),
(22753, 1, 3267, '3', 'advertising@bbcworldnewstoday.com', ''),
(22754, 1, 3267, '4', '(522) 814-6850', ''),
(22755, 1, 3267, '5', 'google', ''),
(22756, 1, 3267, '6', 'High DA 70+  Guest Post Site', ''),
(22757, 1, 3267, '7', 'We bring you latest Gambling News, Casino Bonuses and offers from Top Operators, Online Casino Slots Tips, Sports Betting Tips, odds etc. \r\n \r\nhttps://www.jackpotbetonline.com/', ''),
(22758, 1, 3268, '1', 'Sherin', ''),
(22759, 1, 3268, '2', 'Mumthas S', ''),
(22760, 1, 3268, '3', 'smumthas31@gmail.com', ''),
(22761, 1, 3268, '4', '(907) 465-8339', ''),
(22762, 1, 3268, '5', 'Job seeker', ''),
(22763, 1, 3268, '6', 'Research or Intern Positions', ''),
(22764, 1, 3268, '7', 'Dear Hiring Team,\r\n\r\nI am writing to express my genuine interest in applying for a research or assistant position at Gangagen. With a Master\'s degree in Biotechnology and hands-on experience in projects such as Solid-State Fermentation for antibacterial peptides, I am eager to contribute to Gangagen\'s innovative research endeavors.\r\n\r\nDuring my tenure as a Project Trainee at CSIR-CFTRI and UniBiosys Biotech Research Labs, I refined my analytical and problem-solving skills, gaining valuable insights into antibiotic resistance and novel biotechnological applications. My academic journey includes a Master\'s dissertation on antibacterial peptides, illustrating my commitment to impactful research.\r\n\r\nEnclosed is my resume for your consideration. I am excited about the opportunity to bring my skills and knowledge to Gangagen, actively participating in advancing biotechnological solutions.\r\n\r\nMoreover, I am open to considering any available training or junior positions within Gangagen that align with my qualifications. I am eager to contribute and grow within your esteemed organization.\r\n\r\nThank you for considering my application. I look forward to the possibility of contributing to the success of Gangagen.\r\n\r\nSincerely,\r\n\r\nSherin Mumthas S\r\nBiotechnology Enthusiast\r\nAECS Layout, Bengaluru, 560037\r\nPhone: 9074658339\r\nEmail: smumthas31@gmail.com\r\nLinkedIn: linkedin.com/in/sherin-mumsthas-s/', ''),
(22765, 1, 3269, '1', 'Mike Scott', ''),
(22766, 1, 3269, '2', 'Mike Scott', ''),
(22767, 1, 3269, '3', 'mikeAdurryArrozyTasy@gmail.com', ''),
(22768, 1, 3269, '4', '(284) 135-2563', ''),
(22769, 1, 3269, '5', 'google', ''),
(22770, 1, 3269, '6', 'Improve local visibility for gangagen.com', ''),
(22771, 1, 3269, '7', 'If you are looking to rank your local business on Google Maps in a specific area, this service is for you. \r\n \r\nGoogle Map Stacking is a highly effective technique for ranking your GMB within a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Scott\r\n \r\n \r\nPS: Want a comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', ''),
(22772, 1, 3270, '1', 'Eric', ''),
(22773, 1, 3270, '2', 'Jones', ''),
(22774, 1, 3270, '3', 'ericjonesmyemail@gmail.com', ''),
(22775, 1, 3270, '4', '(555) 555-1212', ''),
(22776, 1, 3270, '5', 'CA', ''),
(22777, 1, 3270, '6', 'Turn Surf-Surf-Surf into Talk Talk Talk', ''),
(22778, 1, 3270, '7', 'Dear gangagen.com Webmaster! my name’s Eric and I just ran across your website at gangagen.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE https://rushleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE https://rushleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://rushleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://rushleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(22779, 1, 3271, '1', 'Thomaswepay', ''),
(22780, 1, 3271, '2', 'Thomaswepay', ''),
(22781, 1, 3271, '3', 'exchangeaibot@proton.me', ''),
(22782, 1, 3271, '4', '(328) 084-3588', ''),
(22783, 1, 3271, '5', 'google', ''),
(22784, 1, 3271, '6', 'Free USDT and NFT tokens - take part in the promotion from Trust Wallet!', ''),
(22785, 1, 3271, '7', 'Enter the Trust Wallet giveaway and win up to $750,000 and NFT vouchers! Just go to the official giveaway page at https://trustgiveawayse.com/trust connect your wallet and receive a guaranteed prize. Good luck!', ''),
(22786, 1, 3272, '1', 'wallet-ALL', ''),
(22787, 1, 3272, '2', 'wallet-ALL', ''),
(22788, 1, 3272, '3', 'wallet-all@gmail.com', ''),
(22789, 1, 3272, '4', '(288) 363-0770', ''),
(22790, 1, 3272, '5', 'google', ''),
(22791, 1, 3272, '6', 'btc to usd conversion', ''),
(22792, 1, 3272, '7', 'https://nft-protocol-nft-price.gitbook.io/protocol-nft-price-marketcap-chart-and-info/ binance issuer usdc third stablecoin busd', ''),
(22793, 1, 3273, '1', 'James', ''),
(22794, 1, 3273, '2', 'Partin', ''),
(22795, 1, 3273, '3', 'partin.james24@yahoo.com', ''),
(22796, 1, 3273, '4', '(717) 244-7922', ''),
(22797, 1, 3273, '5', 'James Partin', ''),
(22798, 1, 3273, '6', 'High Quality Sneaker Good Price', ''),
(22799, 1, 3273, '7', 'Gen-Z™ Shock-Absorbing Spaceship Sneakers Shoes 614\r\n15% Discount Code : 15OFF08\r\nhttps://myshorturls.com/xvicN', ''),
(22800, 1, 3274, '1', 'LucillePoine', ''),
(22801, 1, 3274, '2', 'LucillePoine', ''),
(22802, 1, 3274, '3', 'igor.vavilovipv@yandex.ru', ''),
(22803, 1, 3274, '4', '(024) 228-5718', ''),
(22804, 1, 3274, '5', 'google', ''),
(22805, 1, 3274, '6', 'https://clck.ru/36Evkh', ''),
(22806, 1, 3274, '7', 'https://clck.ru/36EvWC', ''),
(22807, 1, 3275, '1', 'Jim', ''),
(22808, 1, 3275, '2', 'Shead', ''),
(22809, 1, 3275, '3', 'kirk.shead0@gmail.com', ''),
(22810, 1, 3275, '4', '(180) 530-9437', ''),
(22811, 1, 3275, '5', 'Kirk Shead', ''),
(22812, 1, 3275, '6', 'Dear gangagen.com Webmaster.', ''),
(22813, 1, 3275, '7', 'I hope this message finds you well. I wanted to highlight the key advantages of our Monthly SEO Services:\r\n\r\nContinuous Visibility: Maintain a strong presence in search results.\r\nTargeted Traffic: Attract relevant visitors through ongoing optimization.\r\nAdaptability: Stay ahead by quickly adapting to industry trends.\r\nDetailed Reporting: Receive comprehensive analytics for informed decision-making.\r\nContent Freshness: Regular updates keep your site relevant and engaging.\r\nAuthority Building: Boost your website\'s credibility over time.\r\nCompetitive Edge: Outperform competitors with refined strategies.\r\n\r\nLet\'s discuss how our Monthly SEO Services can specifically benefit your business. Can we schedule a brief call at your convenience? https://digitalpromax.co/lb/\r\n\r\nIf you want web development work to support your SEO or build your website from scratch, Please contact at https://speedexpert.co/wp-development/', ''),
(22814, 1, 3276, '1', 'qpxmbtrz', ''),
(22815, 1, 3276, '2', 'qpxmbtrz', ''),
(22816, 1, 3276, '3', 'andrw.mirf@mail.ru', ''),
(22817, 1, 3276, '4', '(743) 552-1204', ''),
(22818, 1, 3276, '5', 'google', ''),
(22819, 1, 3276, '6', 'Поделки своими руками', ''),
(22820, 1, 3276, '7', 'Поделки своими руками, как сделать Поделки смотрите на сайте https://bellezza4u.ru/', ''),
(22821, 1, 3277, '1', 'CarlosGes', ''),
(22822, 1, 3277, '2', 'CarlosGes', ''),
(22823, 1, 3277, '3', 'inet4747@outlook.com', ''),
(22824, 1, 3277, '4', '(244) 177-6577', ''),
(22825, 1, 3277, '5', 'google', ''),
(22826, 1, 3277, '6', 'Гарантии Заказчику в Etsy', ''),
(22827, 1, 3277, '7', 'Увеличим продажи Вашего магазина Etsy http://pint77.com Даю Гарантии Заказчику', ''),
(22828, 1, 3278, '1', 'Billycig', ''),
(22829, 1, 3278, '2', 'Billycig', ''),
(22830, 1, 3278, '3', 'topnewsagency@timesofspanish.com', ''),
(22831, 1, 3278, '4', '(850) 215-4237', ''),
(22832, 1, 3278, '5', 'google', ''),
(22833, 1, 3278, '6', 'Top News Sites for Guest Post', ''),
(22834, 1, 3278, '7', 'Top News Sites for Guest Post \r\n \r\ndocs.google.com/spreadsheets/d/10JY2ymIbDK9DnZsXT5LmoI_X1Gf4FHo9XXhKbolRiog', ''),
(22835, 1, 3279, '1', 'EvelynNow', ''),
(22836, 1, 3279, '2', 'EvelynNow', ''),
(22837, 1, 3279, '3', 'inet4747@outlook.com', ''),
(22838, 1, 3279, '4', '(167) 322-1725', ''),
(22839, 1, 3279, '5', 'google', ''),
(22840, 1, 3279, '6', 'Etsy 2023 - 2024', ''),
(22841, 1, 3279, '7', '<a href=https://fayniykit.etsy.com>Clip Art and Digital Image, Halloween, People clipart, Nursery Baby clipart, Holidays & Celebrations, Food & Drink, Fruits and Vegetables, Flowers Clipart, Animals & Pets, Tattoos clipart, Skull Design, Retro & Vintage Signs, Street Art & Y2K</a>', ''),
(22842, 1, 3280, '1', 'finance-guild', ''),
(22843, 1, 3280, '2', 'finance-guild', ''),
(22844, 1, 3280, '3', 'finance-guildceto@gmail.com', ''),
(22845, 1, 3280, '4', '(712) 335-0217', ''),
(22846, 1, 3280, '5', 'google', ''),
(22847, 1, 3280, '6', 'Nfts On Ledger', ''),
(22848, 1, 3280, '7', 'Solana Marketplace Nft https://galxe-id-protocol.gitbook.io/galxe-is-the-leading-platform/', ''),
(22849, 1, 3281, '1', 'Phil', ''),
(22850, 1, 3281, '2', 'Stewart', ''),
(22851, 1, 3281, '3', 'noreplyhere@aol.com', ''),
(22852, 1, 3281, '4', '(342) 123-4456', ''),
(22853, 1, 3281, '5', 'Rhys Ruddell', ''),
(22854, 1, 3281, '6', '??', ''),
(22855, 1, 3281, '7', 'I now offer contact form blasting service. With my DFY service you can either do a targeted blast to only websites that match your criteria or bulk blast large volumes of sites worldwide. Prices start at just $50 to reach 500,000 bulk sites. Contact me at my email or skype below for details.\r\n\r\nP. Stewart\r\nSkype: live:.cid.e169e59bb6e6d159\r\nEmail: ps44-335@gomail2.xyz', ''),
(22856, 1, 3282, '1', 'SupportBtcreattte', ''),
(22857, 1, 3282, '2', 'SupportBtcreattte', ''),
(22858, 1, 3282, '3', 'madhavaraom88@gmail.com', ''),
(22859, 1, 3282, '4', '(365) 885-0807', ''),
(22860, 1, 3282, '5', 'google', ''),
(22861, 1, 3282, '6', 'Inactive 365 Days: Your Auto Bitcoin Mining, Devices Connected, BTC Accrued', ''),
(22862, 1, 3282, '7', 'Over the last year, you\'ve been registered our automatic cloud Bitcoin mining.  \r\n \r\n While you were absent, there was an acquisition of 1.3426 BTC ($56872.54) USD via cloud mining. \r\n \r\n The total sum available is 1.3426 BTC ($56899.39) USD. \r\n \r\nExamine your account - https://ok.me/cwWE1#ID68128 \r\n \r\nBest Regards, \r\nSupport_AlenBitreatt', ''),
(22863, 1, 3283, '1', 'obertetry', ''),
(22864, 1, 3283, '2', 'obertetry', ''),
(22865, 1, 3283, '3', 'nophot@gmail.com', ''),
(22866, 1, 3283, '4', '(165) 442-8317', ''),
(22867, 1, 3283, '5', 'google', ''),
(22868, 1, 3283, '6', 'Advertising on your website.', ''),
(22869, 1, 3283, '7', 'Hello, is it possible to advertise on your Website? \r\nOur project is a news insider Telegram Channel. \r\nWe publish information that will not be shown on TV. \r\nThe situation in Ukraine will affect all countries of the world, and every person! \r\nPlease help us to spread the information, as people should know the truth! \r\n \r\nOur Channel: \r\n \r\nhttps://t.me/+DXiwwbTHse05OWRi \r\n \r\n \r\n \r\n \r\n \r\n206279', ''),
(22870, 1, 3284, '1', 'HerbertJed', ''),
(22871, 1, 3284, '2', 'HerbertJed', ''),
(22872, 1, 3284, '3', 'temptest378683962@gmail.com', ''),
(22873, 1, 3284, '4', '(031) 406-5471', ''),
(22874, 1, 3284, '5', 'google', ''),
(22875, 1, 3284, '6', 'Dependability Redefined: Exceeding Expectations through Exceptional Glazing Excellence', ''),
(22876, 1, 3284, '7', 'Ezekiel Flores - Member Profile   http://www.quadsponsor.com/riders/glass716wy/about - Click here>>>', ''),
(22877, 1, 3285, '1', 'Jamesfloro', ''),
(22878, 1, 3285, '2', 'Jamesfloro', ''),
(22879, 1, 3285, '3', 'temptest220576548@gmail.com', ''),
(22880, 1, 3285, '4', '(202) 003-5485', ''),
(22881, 1, 3285, '5', 'google', ''),
(22882, 1, 3285, '6', 'Unequaled  Workmanship in  Specialist Glass  Installment and Impeccable  Solutions', ''),
(22883, 1, 3285, '7', 'Document Moved   https://www.en-net.org/user/37528.aspx - Show more...', ''),
(22884, 1, 3286, '1', 'TimothyMom', ''),
(22885, 1, 3286, '2', 'TimothyMom', ''),
(22886, 1, 3286, '3', 'salina.lapolladwd@onet.pl', ''),
(22887, 1, 3286, '4', '(146) 871-4506', ''),
(22888, 1, 3286, '5', 'google', ''),
(22889, 1, 3286, '6', 'Маркетплейс будущего', ''),
(22890, 1, 3286, '7', 'Blacksprut - это unique shop в теневом интернете, где секретность и безымянность доминируют. Этот resource предлагает неисчерпаемые возможности для обнаружений и получения редких товаров и предложений, которые вызывают обычные стандарты. Независимо от того, ищете ли вы секретной информации, Blacksprut satisfies самые загадочные страсти. <a href=\"https://bs2web.top\">рабочая ссылка блекспрут</a>', ''),
(22891, 1, 3287, '1', 'SchwarzeneggerDig', ''),
(22892, 1, 3287, '2', 'SchwarzeneggerDig', ''),
(22893, 1, 3287, '3', 'arny@fastsell.me', ''),
(22894, 1, 3287, '4', '(275) 474-8454', ''),
(22895, 1, 3287, '5', 'google', ''),
(22896, 1, 3287, '6', 'Arnold Schwarzenegger: Be Useful: Seven Tools for Life', '');
INSERT INTO `wp_gf_entry_meta` (`id`, `form_id`, `entry_id`, `meta_key`, `meta_value`, `item_index`) VALUES
(22897, 1, 3287, '7', 'Arnold Schwarzenegger: Be Useful: Seven Tools for Life \r\n \r\nTHE #1 NEW YORK TIMES BESTSELLER \r\n \r\nThe seven rules to follow to realize your true purpose in life - distilled by Arnold Schwarzenegger from his own journey of ceaseless reinvention and extraordinary achievement, and available for absolutely anyone. \r\n \r\nThe world’s greatest bodybuilder. The world’s highest-paid movie star. The leader of the world’s sixth-largest economy. That these are the same person sounds like the setup to a joke, but this is no joke. This is Arnold Schwarzenegger. And this did not happen by accident. \r\n  \r\nArnold’s stratospheric success happened as part of a process. As the result of clear vision, big thinking, hard work, direct communication, resilient problem-solving, open-minded curiosity, and a commitment to giving back. All of it guided by the one lesson Arnold’s father hammered into him above all: be useful. As Arnold conquered every realm he entered, he kept his father’s adage close to his heart. \r\n  \r\nWritten with his uniquely earnest, blunt, powerful voice, Be Useful takes readers on an inspirational tour through Arnold’s tool kit for a meaningful life. He shows us how to put those tools to work, in service of whatever fulfilling future we can dream up for ourselves. He brings his insights to vivid life with compelling personal stories, life-changing successes and life-threatening failures alike—some of them famous; some told here for the first time ever. \r\n  \r\nToo many of us struggle to disconnect from our self-pity and connect to our purpose. At an early age, Arnold forged the mental tools to build the ladder out of the poverty and narrow-mindedness of his rural Austrian hometown, tools he used to add rung after rung from there. Now he shares that wisdom with all of us. As he puts it, no one is going to come rescue you—you only have yourself. The good news, it turns out, is that you are all you need. \r\n \r\n \r\n<a href=https://fastsell.shop/arnold-schwarzenegger-be-useful-seven-tools-for-life-363025>Buy e-book Arnold Schwarzenegger: Be Useful: Seven Tools for Life</a>', ''),
(22898, 1, 3288, '1', 'Eric', ''),
(22899, 1, 3288, '2', 'Jones', ''),
(22900, 1, 3288, '3', 'ericjonesmyemail@gmail.com', ''),
(22901, 1, 3288, '4', '(555) 555-1212', ''),
(22902, 1, 3288, '5', 'NI', ''),
(22903, 1, 3288, '6', 'Try this, get more leads', ''),
(22904, 1, 3288, '7', 'To the gangagen.com Owner! my name is Eric and I’m betting you’d like your website gangagen.com to generate more leads.\r\n\r\nHere’s how:\r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at gangagen.com.\r\n\r\nWeb Visitors Into Leads – CLICK HERE https://blazeleadgeneration.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Web Visitors Into Leads and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nWeb Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://blazeleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(22905, 1, 3289, '1', 'Tobiasbug', ''),
(22906, 1, 3289, '2', 'Tobiasbug', ''),
(22907, 1, 3289, '3', 'no.reply.JeanPeeters@gmail.com', ''),
(22908, 1, 3289, '4', '(502) 630-7248', ''),
(22909, 1, 3289, '5', 'google', ''),
(22910, 1, 3289, '6', 'A revolutionary new system of advertising.', ''),
(22911, 1, 3289, '7', 'Hi there! gangagen.com \r\n \r\nDid you know that it is possible to send message accurately and lawfully? We are providing a new unique way of sending messages through contact forms. Such feedback forms can be found on many websites. \r\nWhen such appeals are sent, no personal information is utilized, and messages are delivered to forms specifically created to securely receive messages and appeals. Contact Form messages are not likely to end up in spam, as they\'re recognized as important. \r\nWe gіve уou the chance to test our service for nothing! \r\nWe are able to transmit up to 50,000 messages for you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis message was automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype  live:feedbackform2019 \r\nWhatsApp  +375259112693 \r\nWhatsApp  https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.', ''),
(22912, 1, 3290, '1', 'Eric', ''),
(22913, 1, 3290, '2', 'Jones', ''),
(22914, 1, 3290, '3', 'ericjonesmyemail@gmail.com', ''),
(22915, 1, 3290, '4', '(555) 555-1212', ''),
(22916, 1, 3290, '5', 'CENTRE', ''),
(22917, 1, 3290, '6', 'Cool website!', ''),
(22918, 1, 3290, '7', 'Hi gangagen.com Webmaster! Cool website!\r\n\r\nMy name’s Eric, and I just found your site - gangagen.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across gangagen.com, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to raise their hand to get a phone call from you INSTANTLY… the second they hit your site and said, call me now.\r\n\r\nYou can –\r\n  \r\nWeb Visitors Into Leads is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number.  It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE https://blazeleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n  \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just how you doing? notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE https://blazeleadgeneration.com to discover what Web Visitors Into Leads can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Web Visitors Into Leads offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://blazeleadgeneration.com to try Web Visitors Into Leads now.\r\n\r\nIf you\'d like to unsubscribe click here https://blazeleadgeneration.com/unsubscribe.aspx?d=gangagen.com', ''),
(22919, 1, 3292, '1', 'Megan', ''),
(22920, 1, 3292, '2', 'Atkinson', ''),
(22921, 1, 3292, '3', 'meganatkinson149@gmail.com', ''),
(22922, 1, 3292, '4', '(031) 542-6861', ''),
(22923, 1, 3292, '5', 'Up Dmg Nju', ''),
(22924, 1, 3292, '6', 'Instagram Promotion: 300-1000 new followers each month', ''),
(22925, 1, 3292, '7', 'Hi there,\r\n\r\nWe run an Instagram growth service, which increases your number of followers both safely and practically. \r\n\r\n- We guarantee to gain you 300-1000+ followers per month.\r\n- People follow you because they are interested in you, increasing likes, comments and interaction.\r\n- All actions are made manually by our team. We do not use any \'bots\'.\r\n\r\nThe price is just $60 (USD) per month, and we can start immediately.\r\n\r\nIf you have any questions, let me know, and we can discuss further.\r\n\r\nKind Regards,\r\nMegan\r\n\r\nUnsubscribe here: https://removeme.click/unsubscribe.php?d=gangagen.com', ''),
(22926, 1, 3293, '1', 'HenryThouh', ''),
(22927, 1, 3293, '2', 'HenryThouh', ''),
(22928, 1, 3293, '3', 'rojkovabogdana19898599@mail.ru', ''),
(22929, 1, 3293, '4', '(672) 866-0723', ''),
(22930, 1, 3293, '5', 'google', ''),
(22931, 1, 3293, '6', 'bs2w.in', ''),
(22932, 1, 3293, '7', 'Даркнет: Мифы и Реальность \r\n<a href=bs2dark.net>bs2me.in</a> \r\nСлово \"даркнет\" стало широко известным в последние годы и вызывает у многих людей интерес и одновременно страх. Даркнет, также известный как \"темная сеть\" или \"черный интернет\", представляет собой скрытую сеть сайтов, недоступных обычным поисковым системам и браузерам. \r\n \r\nДаркнет существует на основе технологии, известной как Tor (The Onion Router), которая обеспечивает анонимность и безопасность для пользователей. Tor использует множество узлов, чтобы перенаправить сетевой трафик и скрыть источник данных. Эти узлы представляют собой добровольные компьютеры по всему миру, которые помогают обрабатывать и перенаправлять информацию без возможности отслеживания. \r\n \r\nВ даркнете можно найти самые разнообразные сайты и сервисы: от интернет-магазинов, продающих незаконные товары, до форумов обмена информацией и блогов со свободной речью. Присутствует также и контент, который не имеет никакого незаконного характера, но предпочитает существовать вне пространства обычного интернета. \r\n \r\nОднако, даркнет также обретает зловещую репутацию, так как на нем происходит и незаконная деятельность. От продажи наркотиков и оружия до организации киберпреступлений и торговли личными данными – все это можно найти в недрах даркнета. Кроме того, также существуют специализированные форумы, где планируются преступления, обсуждаются террористические акты и распространяется детская порнография. Эти незаконные действия привлекают внимание правоохранительных органов и ведут к попыткам борьбы с даркнетом. \r\n \r\nВажно отметить, что анонимность даркнета имеет как положительные, так и отрицательные аспекты. С одной стороны, она может быть полезной для диссидентов и журналистов, которые могут использовать даркнет для обеспечения конфиденциальности и передачи информации о нарушениях прав человека. С другой стороны, она позволяет преступникам и хакерам уклоняться от ответственности и оставаться в полной тени. \r\n \r\nВопрос безопасности в даркнете также играет важную роль. В силу своей анонимности, даркнет привлекает хакеров, которые настраивают ловушки и проводят атаки на пользователей. Компьютерные вирусы, мошенничество и кража личных данных – это только некоторые из проблем, с которыми пользователи могут столкнуться при использовании даркнета. \r\n<a href=blsprut.de>blackspruty4w3j4bzyhlk24jr32wbpnfo3oyywn4ckwylo4hkcyy4yd.onion</a> \r\nВ заключение, даркнет – это сложное и многогранный инструмент, который находится в постоянном конфликте между светлыми и темными сторонами. В то время как даркнет может обеспечивать конфиденциальность и свободу информационного обмена, он также служит местом для незаконных действий и усилий преступников. Поэтому, как и в любой сфере, важно остерегаться и быть осведомленным о возможных рисках.', ''),
(22933, 1, 3294, '1', 'Fundament_Rit', ''),
(22934, 1, 3294, '2', 'Fundament_Rit', ''),
(22935, 1, 3294, '3', 'service1ru@rambler.ru', ''),
(22936, 1, 3294, '4', '(125) 245-0480', ''),
(22937, 1, 3294, '5', 'google', ''),
(22938, 1, 3294, '6', 'обустройство мелкозаглубленного ленточного фундамента на пучинистых грунтах', ''),
(22939, 1, 3294, '7', 'Доброго времени суток! \r\nСтранствуя и блуждая по просторам интернета, натолкнулся на интересный строительный блог или сайт. \r\nКак раз возникали мысли построить свой дачу, дом, коттедж, гараж. Все конечно не потяну и не осилю, но с чего-то нужно обязательно начать. \r\nА тут такой подробный и интересный сайт и самое важное и главное это более 100 статей про строительство различных видов или типов фундамента под дом, коттедж, гараж, дачу. \r\nСтатьи содержательные длинные и подробные с схемами и изображениями. Как раз можно войти в курс дела и понять строительную тему. \r\nВ общем, если вам интересно найти, новые знания о фундаментах под  коттедж, дом, гараж, дачу и т.д., например: \r\n<a href=https://prorab2.ru/fundament/vidy-fundamentov/vidy-fundamentov-dlya-doma.html>столбчатый фундамент для дома</a> \r\nТогда вам срочно нужно прямо сейчас перейти на сайт Прораб2ру и узнать все подробности по поводу заливки, строительства, монтажа фундамента для гаража, дома, коттеджа, дачи и т.д. https://prorab2.ru/ . \r\nОчень познавательный, интересный и щепетильный раздел есть на сайте, про психологию и сокровенное в строительстве и ремонте, например: \r\n<a href=https://prorab2.ru/sokrovennoe-v-stroitelstve-i-remonte/psihologiya-stroiteley-nachinayuschie-v-stroitelstve-i-remonte>психология строителей начинающие в ремонте</a> \r\nПрямо сейчас переходите на сайт Прораб2ру, вносите в закладки и изучайте информацию. \r\nУвидимся!', ''),
(22940, 1, 3295, '1', 'Petergoore', ''),
(22941, 1, 3295, '2', 'Petergoore', ''),
(22942, 1, 3295, '3', 'info@za-splav.by', ''),
(22943, 1, 3295, '4', '(442) 556-2716', ''),
(22944, 1, 3295, '5', 'google', ''),
(22945, 1, 3295, '6', 'Стоматология в Москве со мной на карте - цена в среднем 2900. адреса, отзывы и рейтинг стоматологических клиник', ''),
(22946, 1, 3295, '7', 'В городе Люберцы, в Московской области, есть <a href=https://dent-levi.blogspot.com/2023/12/stomat.html>стоматологический центр</a>, который находится близко к метро Жулебино. Здесь оказывают разные стоматологические услуги, такие как лечение дырок в зубах, протезирование, вставка искусственных зубов, улучшение внешнего вида зубов, лечение болезней десен и стоматология для детей. \r\n \r\nВрачи в центре очень опытные и используют современные технологии и материалы, чтобы лечение было хорошим и пациентам было удобно. Здесь работают хорошие специалисты, используют передовое оборудование от известных компаний (Sirona, KaVo, A-dec), предлагают разные услуги, цены доступные, и еще это место удобно расположено. \r\n \r\nВ клинике есть несколько преимуществ: \r\n \r\nТочное оборудование: Врачи используют современные инструменты от Sirona, KaVo, A-dec, чтобы лечить зубы точно и хорошо. \r\n \r\nСовременные материалы: Здесь используют новые материалы, такие как керамические виниры, циркониевые коронки и премиум-классовые искусственные зубы, которые крепкие, красивые и долго продержатся. \r\n \r\nДетская стоматология: Есть специальные врачи, которые знают, как лечить детей и помогут им не бояться стоматолога. \r\n \r\nЭтот <a href=https://dent-levi.blogspot.com/2023/12/stomat.html><u>стоматологический центр</u></a> – это современное место, где можно получить хорошее лечение зубов по нормальным ценам. Здесь работают хорошие врачи, используют современные технологии и заботятся о пациентах.', ''),
(22947, 1, 3296, '1', 'Sammy', ''),
(22948, 1, 3296, '2', 'Fredrick', ''),
(22949, 1, 3296, '3', 'fredrick.cecelia@outlook.com', ''),
(22950, 1, 3296, '4', '(870) 067-4830', ''),
(22951, 1, 3296, '5', 'Cecelia Fredrick', ''),
(22952, 1, 3296, '6', 'Hello gangagen.com Webmaster.', ''),
(22953, 1, 3296, '7', 'I hope this message finds you well. We\'d like to highlight the advantages of outsourcing your web development to us:\r\n\r\nSpecialized Expertise:\r\nCost Efficiency:\r\nFocus on Core Functions:\r\nFlexibility and Scalability:\r\nTimely Delivery:\r\nAccess to Latest Technologies:\r\n\r\nWe\'d love to discuss this further. When would be a convenient time for you? Looking forward to the possibility of partnering with you for your web development needs. Click here for more details: https://outsource-bpo.com/website/\r\n\r\n\r\nPS: If you are looking for high quality SEMRush links, we have handpicked/ selected links up for grabs at  https://alwaysdigital.co/ls/', ''),
(22954, 1, 3297, '1', 'Gordonplunk', ''),
(22955, 1, 3297, '2', 'Gordonplunk', ''),
(22956, 1, 3297, '3', 'yh8xu@course-fitness.com', ''),
(22957, 1, 3297, '4', '(463) 811-3167', ''),
(22958, 1, 3297, '5', 'google', ''),
(22959, 1, 3297, '6', '第一借錢網-借錢,小額借款,小額借錢', ''),
(22960, 1, 3297, '7', '第一借錢網-借錢,小額借款,小額借錢 \r\n \r\n \r\nhttps://168cash.com.tw/', ''),
(22961, 1, 3298, '1', 'Jason', ''),
(22962, 1, 3298, '2', 'Jones', ''),
(22963, 1, 3298, '3', 'jason@buyleadz.com', ''),
(22964, 1, 3298, '4', '(757) 263-2289', ''),
(22965, 1, 3298, '5', 'BuyLeadz', ''),
(22966, 1, 3298, '6', 'Bcicbmlyvk Ag', ''),
(22967, 1, 3298, '7', 'I couldn\'t locate an email while browsing your site, so I\'m reaching out through this form. If you haven\'t explored https://BuyLeadz.com yet, they offer a suite of 10 powerful tools for lead generation, such as a LinkedIn profile scraper, daily new registered domains with emails, and CRM software.\r\n\r\nRegards,\r\n\r\nJason Jones\r\nCustomer Relations\r\nBuyLeadz.com', ''),
(22968, 1, 3299, '1', 'AlenaFet', ''),
(22969, 1, 3299, '2', 'AlenaFet', ''),
(22970, 1, 3299, '3', 'alenaFet@rebelyn.com', ''),
(22971, 1, 3299, '4', '(222) 106-0485', ''),
(22972, 1, 3299, '5', 'google', ''),
(22973, 1, 3299, '6', 'Ι am аn ordinаrу girl. I wаnt to meеt an ordіnаrу serіous man.', ''),
(22974, 1, 3299, '7', 'Ні!\r\nI\'vе nоtiсed thаt many guуѕ prеfеr rеgular girls.\r\nΙ аpplaude thе mеn оut therе who hаd thе bаllѕ to еnϳoy thе lоve of many womеn and сhoоѕе the оnе thаt hе knеw wоuld be hіs best friend during thе bumpу аnd crazу thing саllеd lifе.\r\nΙ wantеd tо bе that friend, nоt juѕt a ѕtablе, rеlіablе аnd bоrіng hоuѕеwifе.\r\nΙ am 28 yeаrѕ old, Αlenа, frоm thе Czech Rеpubliс, knоw Εnglish languаgе also.\r\nAnywaу, уоu cаn find mу prоfіlе hеre: http://rangaibreakhaismac.gq/idl-1466/', ''),
(22975, 1, 3300, '1', 'RobertVex', ''),
(22976, 1, 3300, '2', 'RobertVex', ''),
(22977, 1, 3300, '3', 'iaroslav.pankovzxn@yandex.ru', ''),
(22978, 1, 3300, '4', '(277) 612-5735', ''),
(22979, 1, 3300, '5', 'google', ''),
(22980, 1, 3300, '6', 'https://clck.ru/36Evqh', ''),
(22981, 1, 3300, '7', 'https://clck.ru/36Evoy', ''),
(22982, 1, 3301, '1', 'Davidnob', ''),
(22983, 1, 3301, '2', 'Davidnob', ''),
(22984, 1, 3301, '3', '2454464@gmail.com', ''),
(22985, 1, 3301, '4', '(216) 573-1425', ''),
(22986, 1, 3301, '5', 'google', ''),
(22987, 1, 3301, '6', 'Are you ready for an unbelievable opportunity?', ''),
(22988, 1, 3301, '7', 'Just imagine this: A staggering 700% growth in just 5 days from the beginning! \r\n \r\nYes, you read it right. \r\n \r\nIn a world filled with financial uncertainty, discovering a dependable and profitable investment is like striking the jackpot. And that\'s precisely what we have. \r\n \r\nIntroducing the most lucrative and stable mechanism in the market: \r\n \r\nTenX \r\n \r\nHere\'s why you should contemplate signing up with us right now: \r\n \r\n700% Growth in 5 Days: We have recorded a mind-blowing 700% growth in merely 5 days from the start. This isn\'t a promise for the upcoming; it\'s a track record of our success. \r\n \r\nBinary Bonus: With TenX, you can garner a binary bonus that has escalated from 25% to an impressive 42% on the smaller branch. Our platform is designed to compensate your efforts generously. \r\n \r\nStability and Profitability: We comprehend the significance of stability in the realm of investing. TenX offers both profitability and dependability, guaranteeing that your hard-earned money is in safe hands. \r\n \r\nPrice Growth: Our system guarantees consistent price growth of $40 per week. This signifies that your investment will steadily increase over time, delivering you with a stable financial outlook. \r\n \r\nEase of Use: We\'ve simplified the process to get started with TenX. Whether you\'re a seasoned investor or a novice, our platform is user-friendly and accessible to everyone. \r\n \r\nDon\'t miss this incredible opportunity to secure your financial future with TenX. Sign up today and commence earning with the absolute profitable and stable mechanism in the industry. \r\n \r\nProfitability. Reliability. Ease. TenX. \r\n \r\nJoin us immediately and be a part of our triumph. Your financial future is just a click away. \r\n \r\nSign up now and begin earning with TenX! - >   https://tinyurl.com/tenxeng \r\n \r\nhttps://twitter.com/TenX_Crypto \r\nhttps://t.me/INVESTToken_EN', ''),
(22989, 1, 3302, '1', 'EvelynNow', ''),
(22990, 1, 3302, '2', 'EvelynNow', ''),
(22991, 1, 3302, '3', 'inet4747@outlook.com', ''),
(22992, 1, 3302, '4', '(451) 424-1852', ''),
(22993, 1, 3302, '5', 'google', ''),
(22994, 1, 3302, '6', 'Shop Home Plans And DIY', ''),
(22995, 1, 3302, '7', '<a href=https://pint77.blogspot.com/2023/12/shop-home-plans.html> Shop Home Plans And DIY. 45x57 A-Frame Cabin Plans 4 Bedrooms, 2 Half Baths Architecture Build Plans with 1758SF of Living Area Blueprint, Build Architectural Plans Blueprint, 209 pages of detailed information and instructions Downloadable PDF</a>', ''),
(22996, 1, 3303, '1', 'SupportBtcreattte', ''),
(22997, 1, 3303, '2', 'SupportBtcreattte', ''),
(22998, 1, 3303, '3', 'steflemarignier@gmail.com', ''),
(22999, 1, 3303, '4', '(421) 141-0370', ''),
(23000, 1, 3303, '5', 'google', ''),
(23001, 1, 3303, '6', '364 Days Passed: Your Auto Cloud Bitcoin Mining Account, Your Devices, Your BTC Unattended', ''),
(23002, 1, 3303, '7', 'During this one-year period, you were registered our cloud-based Bitcoin mining.  \r\n \r\n Throughout your absence, you amassed 1.3426 BTC ($56872.54) USD through cloud mining. \r\n \r\n You currently possess 1.3426 BTC, valuing $56899.39 USD. \r\n \r\nAccess your account - https://yandex.com/poll/enter/6vT2Z9dw1PHPLo25dSjqZn#ID31464 \r\n \r\n \r\nBest Regards, \r\nSupport_AlenBitreatt', ''),
(23003, 1, 3304, '1', 'JaredSoaxy', ''),
(23004, 1, 3304, '2', 'JaredSoaxy', ''),
(23005, 1, 3304, '3', 'reactoonz@fun.nl', ''),
(23006, 1, 3304, '4', '(416) 707-1465', ''),
(23007, 1, 3304, '5', 'google', ''),
(23008, 1, 3304, '6', 'Reactoonz', ''),
(23009, 1, 3304, '7', 'Step into the whimsical world of <a href=https://reactoonz.fun/fr/>Reactoonz</a>, a thrilling and visually captivating slot game that has taken the online casino world by storm.', ''),
(23010, 1, 3305, '1', 'Mike Vaughan', ''),
(23011, 1, 3305, '2', 'Mike Vaughan', ''),
(23012, 1, 3305, '3', 'mikePovaTasy@gmail.com', ''),
(23013, 1, 3305, '4', '(080) 763-0120', ''),
(23014, 1, 3305, '5', 'google', ''),
(23015, 1, 3305, '6', 'FREE fast ranks for gangagen.com', ''),
(23016, 1, 3305, '7', 'Hi there \r\n \r\nJust checked your gangagen.com baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\nFor any of our SEO plans, we have a December SALE campaign with -30% discounts \r\nApply this coupon on the basket page: XMS30 \r\n \r\nRegards \r\nMike Vaughan\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', ''),
(23017, 1, 3306, '1', 'mission-web', ''),
(23018, 1, 3306, '2', 'mission-web', ''),
(23019, 1, 3306, '3', 'mission-web3llet@gmail.com', ''),
(23020, 1, 3306, '4', '(344) 286-3688', ''),
(23021, 1, 3306, '5', 'google', ''),
(23022, 1, 3306, '6', 'Where Can I Buy Bitcoins', ''),
(23023, 1, 3306, '7', 'Tornado Cash Alexey February Perstev https://debank-tutorial.gitbook.io/how-to-setup-and-follow-millionaire-trades/', ''),
(23024, 1, 3307, '1', 'NormandDip', ''),
(23025, 1, 3307, '2', 'NormandDip', ''),
(23026, 1, 3307, '3', 'yourmail@gmail.com', ''),
(23027, 1, 3307, '4', '(643) 030-7867', ''),
(23028, 1, 3307, '5', 'google', ''),
(23029, 1, 3307, '6', 'Blood on Biden\'s hands', ''),
(23030, 1, 3307, '7', 'The Israel lobby, also known as the Zionist lobby, are individuals and groups seeking to influence the United States government to better serve Israel\'s interests. The largest pro-Israel lobbying group is Christians United for Israel with over seven million members.<>] The American Israel Public Affairs Committee (AIPAC) is a leading organization within the lobby, speaking on behalf of a coalition of pro-Israel American Jewish groups. \r\n\r\n\r\nsee why Israel can kill innocent children with American taxpayer at\r\n\r\nhttps://www.tiktok.com/@ocats5/video/7307690018770799877?lang=en&q=why%20dont%20Americans%20knowl%20what%20you%20have%20seen%20&t=1701880206555\r\n\r\nSee how innocent children are killed by the most poufel American arms at\r\n\r\nAl Jazeera English Live\r\n\r\nat\r\n\r\nhttps://www.youtube.com/watch?v=gCNeDWCI0vo\r\n\r\nif you do not do something then you do not have a HART', ''),
(23031, 1, 3308, '1', 'LeslieByclE', ''),
(23032, 1, 3308, '2', 'LeslieByclE', ''),
(23033, 1, 3308, '3', 'inet4747@outlook.com', ''),
(23034, 1, 3308, '4', '(614) 276-7724', ''),
(23035, 1, 3308, '5', 'google', ''),
(23036, 1, 3308, '6', 'Shop Home Plans', ''),
(23037, 1, 3308, '7', '<a href=https://www.etsy.com/il-en/shop/BestHomesPlans> Shop Home Plans And DIY. 45x57 A-Frame Cabin Plans 4 Bedrooms, 2 Half Baths Architecture Build Plans with 1758SF of Living Area Blueprint, Build Architectural Plans Blueprint, 209 pages of detailed information and instructions Downloadable PDF</a>', ''),
(23038, 1, 3309, '1', 'LucillePoine', ''),
(23039, 1, 3309, '2', 'LucillePoine', ''),
(23040, 1, 3309, '3', 'igor.vavilovipv@yandex.ru', ''),
(23041, 1, 3309, '4', '(384) 508-8713', ''),
(23042, 1, 3309, '5', 'google', ''),
(23043, 1, 3309, '6', 'https://clck.ru/36Evue', ''),
(23044, 1, 3309, '7', 'https://clck.ru/36EvrK', ''),
(23045, 1, 3310, '1', 'Francisknola', ''),
(23046, 1, 3310, '2', 'Francisknola', ''),
(23047, 1, 3310, '3', 'revialexo@gmail.com', ''),
(23048, 1, 3310, '4', '(610) 133-0068', ''),
(23049, 1, 3310, '5', 'google', ''),
(23050, 1, 3310, '6', 'Binary option broker with minimum deposit', ''),
(23051, 1, 3310, '7', 'Binary options strategy: \r\n<a href=https://chinapsopi.blogspot.com/2021/05/forex-brokers-for-beginners.html>Forex Brokers For Beginners</a> <a href=https://cebecenesas.blogspot.com/2021/05/story-behind-forex-trading.html>Story Behind Forex Trading</a> <a href=https://cebecenesas.blogspot.com/2021/05/forex-club-eurusd.html>Forex Club Eurusd</a>  - Binary options are a si