File: /storage/v6964/avoxlive/.db.sql
/*M!999999\- enable the sandbox mode */
-- MariaDB dump 10.19 Distrib 10.6.22-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: avoxlivedb
-- ------------------------------------------------------
-- Server version 10.6.22-MariaDB-ubu2204
/*!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 utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `academic_syllabus`
--
DROP TABLE IF EXISTS `academic_syllabus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `academic_syllabus` (
`school_id` int(11) NOT NULL,
`id` int(11) NOT NULL AUTO_INCREMENT,
`academic_syllabus_code` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`title` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`class_id` int(11) NOT NULL,
`subject_id` int(11) NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`uploader_type` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`uploader_id` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`session` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`timestamp` int(11) NOT NULL,
`file_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `academic_syllabus`
--
LOCK TABLES `academic_syllabus` WRITE;
/*!40000 ALTER TABLE `academic_syllabus` DISABLE KEYS */;
/*!40000 ALTER TABLE `academic_syllabus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `accountant`
--
DROP TABLE IF EXISTS `accountant`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `accountant` (
`accountant_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext NOT NULL,
`accountant_number` longtext NOT NULL,
`birthday` longtext NOT NULL,
`sex` longtext NOT NULL,
`religion` longtext NOT NULL,
`blood_group` longtext NOT NULL,
`address` longtext NOT NULL,
`phone` longtext NOT NULL,
`email` longtext NOT NULL,
`facebook` longtext NOT NULL,
`twitter` longtext NOT NULL,
`googleplus` longtext NOT NULL,
`linkedin` longtext NOT NULL,
`qualification` longtext NOT NULL,
`marital_status` longtext NOT NULL,
`file_name` longtext NOT NULL,
`password` longtext NOT NULL,
`login_status` longtext NOT NULL,
PRIMARY KEY (`accountant_id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `accountant`
--
LOCK TABLES `accountant` WRITE;
/*!40000 ALTER TABLE `accountant` DISABLE KEYS */;
INSERT INTO `accountant` VALUES (16,'Accountant','09f94645c8','2019-08-27','Male','Muslim','o+','Address Accountant','+912345667','accountant@accountant.com','facebook','twitter','googleplu','linkedin','PhD','Married','Terms of Service.docx','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','0');
/*!40000 ALTER TABLE `accountant` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `admin`
--
DROP TABLE IF EXISTS `admin`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `admin` (
`exhibition_id` int(11) NOT NULL,
`admin_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext NOT NULL,
`email` longtext NOT NULL,
`phone` longtext NOT NULL,
`password` longtext NOT NULL,
`level` longtext NOT NULL,
`login_status` longtext NOT NULL,
`unique_id` int(11) NOT NULL,
PRIMARY KEY (`admin_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `admin`
--
LOCK TABLES `admin` WRITE;
/*!40000 ALTER TABLE `admin` DISABLE KEYS */;
INSERT INTO `admin` VALUES (10001,1,'Administrator 1','admin1@admin.com','07133445656','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','1','1',0),(10002,2,'Administrator 2','admin2@gmail.com','1234567890','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','1','0',0),(10001,3,'admin3','admin3@admin.com','9080706000','33aab3c7f01620cade108f488cfd285c0e62c1ec','1','',0),(10001,4,'admin4','admin4@admin.com','900000900','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','2','0',0),(20001,7,'Ax9','ax9@gmail.com','9087667','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','2','1',0),(20002,8,'hdfc-exhibitor1','hdfc-ex-1@gmail.com','90908780','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','1','1',0),(20001,9,'archana','acchu@gmail.com','9876543210','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','2','',0);
/*!40000 ALTER TABLE `admin` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `admin_role`
--
DROP TABLE IF EXISTS `admin_role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `admin_role` (
`exhibition_id` int(11) NOT NULL,
`admin_role_id` int(11) NOT NULL AUTO_INCREMENT,
`admin_id` int(11) NOT NULL,
`dashboard` int(11) NOT NULL,
`manage_academics` int(11) NOT NULL,
`manage_calendar` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`manage_visitor` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`manage_employee` int(11) NOT NULL,
`manage_student` int(11) NOT NULL,
`manage_attendance` int(11) NOT NULL,
`download_page` int(11) NOT NULL,
`manage_parent` int(11) NOT NULL,
`manage_alumni` int(11) NOT NULL,
PRIMARY KEY (`admin_role_id`)
) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `admin_role`
--
LOCK TABLES `admin_role` WRITE;
/*!40000 ALTER TABLE `admin_role` DISABLE KEYS */;
INSERT INTO `admin_role` VALUES (0,4,1,1,1,'1','1',1,0,0,0,0,0),(0,7,2,1,1,'1','1',1,0,0,0,0,0),(0,9,1,1,1,'1','',1,1,1,1,1,1),(0,10,3,0,0,'','',0,0,0,0,0,0),(0,11,4,1,1,'','1',0,0,0,1,1,1),(0,12,2,1,1,'','',1,1,1,1,1,1),(0,13,5,0,0,'','',0,0,0,0,0,0),(0,14,5,1,1,'','',1,1,1,1,1,1),(0,15,6,0,0,'','',0,0,0,0,0,0),(0,16,20001,1,1,'','',1,1,1,1,1,1),(0,17,7,1,0,'','1',1,0,0,0,0,0),(0,18,7,1,0,'','1',1,1,0,0,0,0),(0,19,7,1,0,'','1',1,1,0,0,0,0),(0,20,7,1,0,'','1',1,1,0,0,0,0),(0,21,7,1,0,'','1',1,1,0,0,0,0),(0,22,7,1,0,'','1',1,1,0,0,0,0),(0,23,7,1,1,'','',1,1,1,1,1,1),(0,24,20002,1,1,'','',1,1,1,1,1,1),(0,25,8,0,0,'','',0,0,0,0,0,0),(0,26,8,1,1,'','',1,1,1,1,1,1),(0,27,20003,1,1,'','',1,1,1,1,1,1),(0,28,9,0,0,'','',0,0,0,0,0,0);
/*!40000 ALTER TABLE `admin_role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `application`
--
DROP TABLE IF EXISTS `application`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `application` (
`school_id` int(11) NOT NULL,
`application_id` int(11) NOT NULL AUTO_INCREMENT,
`applicant_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`vacancy_id` int(11) NOT NULL,
`apply_date` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`status` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`application_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `application`
--
LOCK TABLES `application` WRITE;
/*!40000 ALTER TABLE `application` DISABLE KEYS */;
INSERT INTO `application` VALUES (0,2,'Udemy Application',3,'1567965600','interviewed');
/*!40000 ALTER TABLE `application` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `attendance`
--
DROP TABLE IF EXISTS `attendance`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `attendance` (
`attendance_id` int(11) NOT NULL AUTO_INCREMENT,
`status` int(11) NOT NULL COMMENT '0 undefined , 1 present , 2 absent, 3 holiday, 4 half day, 5 late',
`student_id` int(11) NOT NULL,
`date` date NOT NULL,
`session` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`attendance_id`)
) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `attendance`
--
LOCK TABLES `attendance` WRITE;
/*!40000 ALTER TABLE `attendance` DISABLE KEYS */;
INSERT INTO `attendance` VALUES (39,1,45,'2019-12-20',''),(40,1,45,'2019-12-22',''),(41,3,45,'2021-08-17','');
/*!40000 ALTER TABLE `attendance` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `bank`
--
DROP TABLE IF EXISTS `bank`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `bank` (
`exhibition_id` int(11) NOT NULL,
`bank_id` int(11) NOT NULL AUTO_INCREMENT,
`account_holder_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`account_number` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`bank_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`branch` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
PRIMARY KEY (`bank_id`)
) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `bank`
--
LOCK TABLES `bank` WRITE;
/*!40000 ALTER TABLE `bank` DISABLE KEYS */;
INSERT INTO `bank` VALUES (0,2,'Udemy Instructor','1234567','Payoneer or paypal','USA'),(0,3,'Udemy Instructor','1234567','Payoneer or paypal','USA'),(0,4,'Udemy Instructor','1234567','Payoneer or paypal','USA'),(0,5,'Teacherone','11223344556678','SBI','Vellore'),(0,6,'Nurseyteacher','11223344556678','SBI','Vellore'),(0,7,'Teacher Two','11223344556678','SBI','Vellore'),(0,8,'Reshma','11223344556678','SBI','Vellore'),(0,9,'Reshma','11223344556678','SBI','Vellore'),(0,10,'Hema','121','qqwwqwq','ims'),(0,11,'dolly','654tt7','sfs','ims'),(0,12,'Hema','1223e445','sfs','ims'),(0,13,'ddd','2','11w','awq'),(0,14,'Hema','2','qwq','wqwqw'),(0,15,'Hema','12we321','122','wqwqw'),(0,16,'Hemashree','1223e445','sfs','awq'),(0,17,'dolly','2','122','ims'),(0,18,'Hema','654tt7','sfs','ims'),(0,19,'Hema','1223e445','sfs','12'),(0,20,'Hema','1223e445','sfs','awq'),(0,21,'Hema','1223e445','sfs','12'),(0,22,'demo','566','sfs','ims'),(0,23,'asha','1212','wqw','wqw'),(0,24,'qwq','qwq','ww','wq'),(0,25,'wqw','qwq','wwq','qwqw'),(0,26,'111','111','11','11'),(0,27,'Hema','1223e445','sss','ims'),(0,28,'Hema','2','qqwwqwq','awq'),(0,29,'Hema','2','qqwwqwq','awq'),(0,30,'Hema','2','qqwwqwq','awq'),(0,31,'Hema','2','qqwwqwq','awq'),(0,32,'ooo','ooo','ooo','oooo'),(0,33,'#','#','#','#'),(0,34,'#','#','#','#'),(0,35,'#','#','#','#'),(0,36,'#','2','#','#'),(0,37,'#','2','#','#'),(0,38,NULL,NULL,NULL,NULL),(0,39,NULL,NULL,NULL,NULL),(0,40,NULL,NULL,NULL,NULL),(0,41,NULL,NULL,NULL,NULL),(0,42,NULL,NULL,NULL,NULL),(0,43,NULL,NULL,NULL,NULL),(0,44,NULL,NULL,NULL,NULL),(0,45,NULL,NULL,NULL,NULL),(0,46,NULL,NULL,NULL,NULL),(0,47,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `bank` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `block_user`
--
DROP TABLE IF EXISTS `block_user`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `block_user` (
`blocked_from` longtext NOT NULL,
`blocked_to` longtext NOT NULL,
`time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `block_user`
--
LOCK TABLES `block_user` WRITE;
/*!40000 ALTER TABLE `block_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `block_user` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `book`
--
DROP TABLE IF EXISTS `book`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `book` (
`school_id` int(11) NOT NULL,
`book_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`author_id` int(11) NOT NULL,
`publisher_id` int(11) NOT NULL,
`book_category_id` int(11) NOT NULL,
`isbn` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`edition` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`subject_id` int(11) NOT NULL,
`quantity` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`timestamp` int(11) NOT NULL,
`class_id` int(11) NOT NULL,
`status` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`price` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`book_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `book`
--
LOCK TABLES `book` WRITE;
/*!40000 ALTER TABLE `book` DISABLE KEYS */;
INSERT INTO `book` VALUES (0,1,'Advance Java.','This is the newly released book by Sheg',2,1,2,'DS34FD','1st',0,'1',1576951200,2,'1','200'),(0,2,'Python','Python',2,1,2,'DS34FD','1st',4,'2',1574186400,2,'2','500');
/*!40000 ALTER TABLE `book` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `book_category`
--
DROP TABLE IF EXISTS `book_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `book_category` (
`book_category_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`school_id` int(11) NOT NULL,
PRIMARY KEY (`book_category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `book_category`
--
LOCK TABLES `book_category` WRITE;
/*!40000 ALTER TABLE `book_category` DISABLE KEYS */;
INSERT INTO `book_category` VALUES (2,'Non fictional.','This is another non-fictional book',0);
/*!40000 ALTER TABLE `book_category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `calendar`
--
DROP TABLE IF EXISTS `calendar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `calendar` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`color` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`start_date` datetime DEFAULT NULL,
`end_date` datetime DEFAULT NULL,
`create_at` datetime DEFAULT NULL,
`create_by` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`modified_at` int(11) DEFAULT NULL,
`status` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`modified_by` int(11) DEFAULT NULL,
`visitor_id` int(11) NOT NULL,
`exhibitor_id` int(11) NOT NULL,
`exhibitor_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`start_time` int(11) NOT NULL,
`end_time` int(11) NOT NULL,
`visitor_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=381 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `calendar`
--
LOCK TABLES `calendar` WRITE;
/*!40000 ALTER TABLE `calendar` DISABLE KEYS */;
INSERT INTO `calendar` VALUES (170,'qq','xx',NULL,NULL,NULL,NULL,NULL,NULL,'live',NULL,3,0,'',13,13,''),(172,'we','eee','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,2,0,'',13,14,''),(173,'rrrr','rrrr','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,2,0,'',13,14,''),(279,'qq','qqq','#008000','2022-01-18 15:01:00','2022-01-18 15:01:00',NULL,NULL,2022,'rejected',NULL,2,2,'Ravi',15,15,'Raju'),(280,'exhibition meet1','about banner','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,2,0,'',10,11,''),(281,'raju visitor','discussion','#008000','2022-02-22 15:02:00','2022-02-22 15:02:00',NULL,NULL,2022,'confirmed',NULL,2,3,'Ramu',15,15,'Raju'),(282,'rajuu','visitor','#008000','2022-02-17 14:02:00','2022-02-17 14:02:00',NULL,NULL,2022,'confirmed',NULL,2,3,'Ramu',14,14,'Raju'),(283,'qq','qq','#F29339','2022-02-18 14:43:00','2022-02-18 14:43:00',NULL,NULL,NULL,'pending',NULL,2,3,'Ramu',14,14,'Raju'),(284,'www','www','#F29339','2022-02-25 14:44:00','2022-02-25 14:44:00',NULL,NULL,NULL,'pending',NULL,2,3,'Ramu',14,14,'Raju'),(285,'qqq','qqqq','#F29339','2022-02-17 16:53:00','2022-02-17 16:53:00',NULL,NULL,NULL,'pending',NULL,4,3,'Ramu',16,16,'visitor'),(286,'qqq','qqqw','#F29339','2022-02-08 16:54:00','2022-02-08 16:54:00',NULL,NULL,NULL,'pending',NULL,4,3,'Ramu',16,16,'visitor'),(287,'aaa','aaa','#F29339','2022-02-15 16:54:00','2022-02-15 16:54:00',NULL,NULL,NULL,'pending',NULL,4,3,'Ramu',16,16,'visitor'),(288,'mmm','mmm','#008000','2022-02-07 09:02:00','2022-02-07 11:02:00',NULL,NULL,25,'confirmed',NULL,4,3,'Ramu',9,11,'visitor'),(289,'Sathish ','full stack Developer ','#F29339','2022-02-20 10:59:00','2022-02-20 10:59:00',NULL,NULL,NULL,'pending',NULL,4,2,'Ravi',10,10,'visitor'),(290,'meet1','abcd','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,2,0,'',12,1,''),(291,'aqq','qqq','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,2,0,'',11,11,''),(292,'','Sdsd','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,2,0,'',11,11,''),(293,'qqq','qqq','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,2,0,'',11,11,''),(294,'wee','tyy','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,3,0,'',11,11,''),(295,'meet add','description','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,2,0,'',5,5,''),(296,'meet two','qqqq','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,2,0,'',6,6,''),(297,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:30',NULL,NULL,'',NULL,0,0,'',9,9,''),(298,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:30',NULL,NULL,'',NULL,0,0,'',9,9,''),(299,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:30',NULL,NULL,'',NULL,0,0,'',9,9,''),(300,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:30',NULL,NULL,'',NULL,0,0,'',9,9,''),(301,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:30',NULL,NULL,'',NULL,0,0,'',9,9,''),(302,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:31',NULL,NULL,'',NULL,0,0,'',9,9,''),(303,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:31',NULL,NULL,'',NULL,0,0,'',9,9,''),(304,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:31',NULL,NULL,'',NULL,0,0,'',9,9,''),(305,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:31',NULL,NULL,'',NULL,0,0,'',9,9,''),(306,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:31',NULL,NULL,'',NULL,0,0,'',9,9,''),(307,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:31',NULL,NULL,'',NULL,0,0,'',9,9,''),(308,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:31',NULL,NULL,'',NULL,0,0,'',9,9,''),(309,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:31',NULL,NULL,'',NULL,0,0,'',9,9,''),(310,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:31',NULL,NULL,'',NULL,0,0,'',9,9,''),(311,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:31',NULL,NULL,'',NULL,0,0,'',9,9,''),(312,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:31',NULL,NULL,'',NULL,0,0,'',9,9,''),(313,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:31',NULL,NULL,'',NULL,0,0,'',9,9,''),(314,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:31',NULL,NULL,'',NULL,0,0,'',9,9,''),(315,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:32',NULL,NULL,'',NULL,0,0,'',9,9,''),(316,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:32',NULL,NULL,'',NULL,0,0,'',9,9,''),(317,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:32',NULL,NULL,'',NULL,0,0,'',9,9,''),(318,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:32',NULL,NULL,'',NULL,0,0,'',9,9,''),(319,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:32',NULL,NULL,'',NULL,0,0,'',9,9,''),(320,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:32',NULL,NULL,'',NULL,0,0,'',9,9,''),(321,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:32',NULL,NULL,'',NULL,0,0,'',9,9,''),(322,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:32',NULL,NULL,'',NULL,0,0,'',9,9,''),(323,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:32',NULL,NULL,'',NULL,0,0,'',9,9,''),(324,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:32',NULL,NULL,'',NULL,0,0,'',9,9,''),(325,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:32',NULL,NULL,'',NULL,0,0,'',9,9,''),(326,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:32',NULL,NULL,'',NULL,0,0,'',9,9,''),(327,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:33',NULL,NULL,'',NULL,0,0,'',9,9,''),(328,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:33',NULL,NULL,'',NULL,0,0,'',9,9,''),(329,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:33',NULL,NULL,'',NULL,0,0,'',9,9,''),(330,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:33',NULL,NULL,'',NULL,0,0,'',9,9,''),(331,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:33',NULL,NULL,'',NULL,0,0,'',9,9,''),(332,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:33',NULL,NULL,'',NULL,0,0,'',9,9,''),(333,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:33',NULL,NULL,'',NULL,0,0,'',9,9,''),(334,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:33',NULL,NULL,'',NULL,0,0,'',9,9,''),(335,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:33',NULL,NULL,'',NULL,0,0,'',9,9,''),(336,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:33',NULL,NULL,'',NULL,0,0,'',9,9,''),(337,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:33',NULL,NULL,'',NULL,0,0,'',9,9,''),(338,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:33',NULL,NULL,'',NULL,0,0,'',9,9,''),(339,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:33',NULL,NULL,'',NULL,0,0,'',9,9,''),(340,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:34',NULL,NULL,'',NULL,0,0,'',9,9,''),(341,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:34',NULL,NULL,'',NULL,0,0,'',9,9,''),(342,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:34',NULL,NULL,'',NULL,0,0,'',9,9,''),(343,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:34',NULL,NULL,'',NULL,0,0,'',9,9,''),(344,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:34',NULL,NULL,'',NULL,0,0,'',9,9,''),(345,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:34',NULL,NULL,'',NULL,0,0,'',9,9,''),(346,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:34',NULL,NULL,'',NULL,0,0,'',9,9,''),(347,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:34',NULL,NULL,'',NULL,0,0,'',9,9,''),(348,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:34',NULL,NULL,'',NULL,0,0,'',9,9,''),(349,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:34',NULL,NULL,'',NULL,0,0,'',9,9,''),(350,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:34',NULL,NULL,'',NULL,0,0,'',9,9,''),(351,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:34',NULL,NULL,'',NULL,0,0,'',9,9,''),(352,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:35',NULL,NULL,'',NULL,0,0,'',9,9,''),(353,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:35',NULL,NULL,'',NULL,0,0,'',9,9,''),(354,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:35',NULL,NULL,'',NULL,0,0,'',9,9,''),(355,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:35',NULL,NULL,'',NULL,0,0,'',9,9,''),(356,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:35',NULL,NULL,'',NULL,0,0,'',9,9,''),(357,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:35',NULL,NULL,'',NULL,0,0,'',9,9,''),(358,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:35',NULL,NULL,'',NULL,0,0,'',9,9,''),(359,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:35',NULL,NULL,'',NULL,0,0,'',9,9,''),(360,'ramu','rammm',NULL,'2022-04-29 09:10:00','2022-04-29 09:55:00','2022-04-27 10:38:35',NULL,NULL,'',NULL,0,0,'',9,9,''),(361,'rajuu p','appointment','#008000','2022-04-28 10:04:00','2022-04-28 10:04:00',NULL,NULL,2022,'rejected',NULL,2,3,'Ramu',10,10,'Raju'),(362,'meeting exhibitor','werty','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,2,0,'',1,2,''),(363,'','','#008000',NULL,NULL,NULL,NULL,NULL,'',NULL,0,0,'',13,14,''),(364,'meet2','qwert','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,2,0,'',3,3,''),(365,'meet admin','meeting',NULL,NULL,NULL,NULL,NULL,NULL,'live',NULL,3,0,'',5,5,''),(366,'aa','aaaa','#F29339','2022-05-12 17:20:00','2022-05-12 17:20:00',NULL,NULL,NULL,'pending',NULL,2,3,'Ramu',17,17,'Raju'),(367,'test p','hi testing ','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,2,0,'',3,3,''),(368,'ABC','abc','#008000','2022-05-26 15:05:00','2022-05-26 15:05:00',NULL,NULL,2022,'confirmed',NULL,2,3,'Ramu',15,15,'Raju'),(369,'meeet','weeeeeeere','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,2,0,'',13,14,''),(370,'meet1','qwert','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,5,0,'',6,9,''),(371,'meety','mnjk','#008000',NULL,NULL,NULL,NULL,NULL,'live',NULL,5,0,'',2,4,''),(372,'mpmeet','nmnmn',NULL,NULL,NULL,NULL,NULL,NULL,'live',NULL,6,0,'',5,7,''),(373,'kmeet','discuss',NULL,NULL,NULL,NULL,NULL,NULL,'live',NULL,6,0,'',2,3,''),(374,'lkmeet','klop',NULL,NULL,NULL,NULL,NULL,NULL,'live',NULL,6,0,'',3,4,''),(375,'lmeet','mklp',NULL,NULL,NULL,NULL,NULL,NULL,'live',NULL,5,0,'',4,6,''),(376,'meeth','wert',NULL,NULL,NULL,NULL,NULL,NULL,'live',NULL,6,0,'',9,10,''),(377,'mkppp','mnm',NULL,NULL,NULL,NULL,NULL,NULL,'live',NULL,6,0,'',4,6,''),(378,'qww','wwww',NULL,NULL,NULL,NULL,NULL,NULL,'live',NULL,5,0,'',3,6,''),(379,'popop','popop',NULL,NULL,NULL,NULL,NULL,NULL,'live',NULL,6,0,'',11,12,''),(380,'business meeting','discuss annual gross net profit',NULL,NULL,NULL,NULL,NULL,NULL,'live',NULL,1,0,'',5,7,'');
/*!40000 ALTER TABLE `calendar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chat`
--
DROP TABLE IF EXISTS `chat`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chat` (
`chat_id` int(11) NOT NULL AUTO_INCREMENT,
`exhibitor_id` int(11) NOT NULL,
`visitor_id` int(11) NOT NULL,
`message` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`chat_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`exhibition_id` int(11) NOT NULL,
`message_sent_by` longtext NOT NULL,
`exhibitor_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`visitor_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`status` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`chat_id`)
) ENGINE=InnoDB AUTO_INCREMENT=297 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chat`
--
LOCK TABLES `chat` WRITE;
/*!40000 ALTER TABLE `chat` DISABLE KEYS */;
INSERT INTO `chat` VALUES (130,0,5,'materials','2021-12-13 07:31:52',0,'patient','','',''),(133,5,9,'medical issues','2021-12-15 08:33:21',0,'patient','','',''),(176,8,4,'needed treatment for eye','2021-12-14 09:49:41',10001,'patient','','',''),(238,8,6,'treatment','2021-12-22 12:00:36',0,'doctor','','',''),(249,4,6,'heloo','2021-12-24 04:27:48',0,'patient','','',''),(254,8,6,'hukopppp','2021-12-24 06:44:45',0,'patient','','',''),(255,8,6,'delete yarr','2021-12-24 06:47:19',0,'patient','DrKiran','',''),(267,4,6,'morng','2021-12-30 10:50:54',0,'patient','hemavathi','',''),(277,2,2,'hello','2022-01-27 10:37:37',0,'exhibitor',NULL,NULL,''),(278,2,2,'wer','2022-01-27 11:28:35',0,'exhibitor',NULL,NULL,''),(280,5,2,'sendiing','2022-01-27 12:31:48',0,'visitor','exhibitor_anil','',''),(281,2,2,'announcement','2022-01-28 05:13:39',0,'exhibitor',NULL,NULL,''),(282,2,2,'klop','2022-02-01 12:18:40',0,'visitor','Ravi','',''),(283,3,2,'hello','2022-04-27 09:13:07',0,'exhibitor',NULL,NULL,''),(285,3,2,'morning','2022-04-27 11:47:17',0,'exhibitor',NULL,NULL,''),(287,3,3,'good day','2022-04-27 12:44:41',0,'exhibitor',NULL,NULL,''),(288,3,2,'delete it','2022-04-27 13:06:04',0,'exhibitor',NULL,NULL,''),(292,4,3,'hello','2022-04-28 04:40:06',0,'visitor','exhibitor_preethi','',''),(293,4,4,'nmmnn','2022-04-28 09:29:46',0,'exhibitor',NULL,NULL,''),(294,3,2,'hi raju ','2022-05-31 10:02:19',0,'exhibitor',NULL,NULL,''),(295,3,2,'test raju','2022-05-31 10:03:52',0,'exhibitor',NULL,NULL,''),(296,3,2,'uiuoi','2022-05-31 10:04:39',0,'visitor','Ramu','','');
/*!40000 ALTER TABLE `chat` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chat_messages`
--
DROP TABLE IF EXISTS `chat_messages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chat_messages` (
`chat_messages_id` int(11) NOT NULL,
`sender_id` int(11) NOT NULL,
`receiver_id` int(11) NOT NULL,
`chat_messages_text` text NOT NULL,
`chat_messages_status` enum('no','yes') NOT NULL,
`chat_messages_datetime` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chat_messages`
--
LOCK TABLES `chat_messages` WRITE;
/*!40000 ALTER TABLE `chat_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `chat_messages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chat_request`
--
DROP TABLE IF EXISTS `chat_request`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chat_request` (
`chat_request_id` int(11) NOT NULL AUTO_INCREMENT,
`exhibitor_id` int(11) NOT NULL,
`visitor_id` int(11) NOT NULL,
`status` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`receiver_see` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`sender_see` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`visitor_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`exhibitor_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`chat_request_id`)
) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chat_request`
--
LOCK TABLES `chat_request` WRITE;
/*!40000 ALTER TABLE `chat_request` DISABLE KEYS */;
INSERT INTO `chat_request` VALUES (54,3,2,'accepted','','','Raju','Ramu'),(55,2,2,'accepted','','','Raju','Ravi'),(56,5,2,'pending','','','Raju','exhibitor_anil'),(57,6,4,'pending','','','visitor','exhi_pawan'),(58,3,3,'pending','','','visitor_vignesh','Ramu');
/*!40000 ALTER TABLE `chat_request` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `chat_user`
--
DROP TABLE IF EXISTS `chat_user`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chat_user` (
`user_id` int(11) NOT NULL,
`login_oauth_uid` varchar(100) NOT NULL,
`first_name` varchar(250) NOT NULL,
`last_name` varchar(250) NOT NULL,
`email_address` varchar(250) NOT NULL,
`profile_picture` varchar(250) NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `chat_user`
--
LOCK TABLES `chat_user` WRITE;
/*!40000 ALTER TABLE `chat_user` DISABLE KEYS */;
INSERT INTO `chat_user` VALUES (0,'12w3','Divya','kumari','divya@gmail.com','','2021-11-25 12:26:31','2021-11-25 12:26:31'),(2,'12r3','ranjith','s','ranjith@gmail.com','','2021-11-25 12:28:00','2021-11-25 12:28:00'),(3,'123t4','abc','d','abc@gmail.com','','2021-11-25 12:28:48','2021-11-25 12:28:48');
/*!40000 ALTER TABLE `chat_user` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ci_sessions`
--
DROP TABLE IF EXISTS `ci_sessions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `ci_sessions` (
`school_id` int(11) NOT NULL,
`id` varchar(40) NOT NULL,
`ip_address` varchar(45) NOT NULL,
`timestamp` int(10) unsigned NOT NULL DEFAULT 0,
`data` blob NOT NULL,
PRIMARY KEY (`id`),
KEY `ci_sessions_timestamp` (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ci_sessions`
--
LOCK TABLES `ci_sessions` WRITE;
/*!40000 ALTER TABLE `ci_sessions` DISABLE KEYS */;
INSERT INTO `ci_sessions` VALUES (0,'0o55lsviqm8i8evg7i1164p53mkp4vup','127.0.0.1',1576400835,'__ci_last_regenerate|i:1576400835;login_type|s:5:\"admin\";admin_login|s:1:\"1\";admin_id|s:1:\"8\";login_user_id|s:1:\"8\";name|s:13:\"Administrator\";'),(0,'5k29uj9otbufutr4sl6sm1sgqajns7q3','127.0.0.1',1576401225,'__ci_last_regenerate|i:1576401225;login_type|s:5:\"admin\";admin_login|s:1:\"1\";admin_id|s:1:\"8\";login_user_id|s:1:\"8\";name|s:13:\"Administrator\";'),(0,'6qlbqi95gm56km49cioacibnpl1d6qap','127.0.0.1',1575989622,'__ci_last_regenerate|i:1575989622;'),(0,'7k1ho15mjeg7u9lbsua6a6f0fl3okgf5','127.0.0.1',1575989675,'__ci_last_regenerate|i:1575989675;'),(0,'8esqiumpgo03rthcimbnehv3b2e9bc2p','127.0.0.1',1575989062,'__ci_last_regenerate|i:1575989062;login_type|s:5:\"admin\";admin_login|s:1:\"1\";admin_id|s:1:\"8\";login_user_id|s:1:\"8\";name|s:13:\"Administrator\";'),(0,'ea738lb5ik6v0kmm7dm2pbud27k02glr','127.0.0.1',1576397281,'__ci_last_regenerate|i:1576397281;login_type|s:5:\"admin\";admin_login|s:1:\"1\";admin_id|s:1:\"8\";login_user_id|s:1:\"8\";name|s:13:\"Administrator\";'),(0,'fofehi7eaeqj2bk5eit5ekp41gd147hi','127.0.0.1',1576397948,'__ci_last_regenerate|i:1576397948;login_type|s:5:\"admin\";admin_login|s:1:\"1\";admin_id|s:1:\"8\";login_user_id|s:1:\"8\";name|s:13:\"Administrator\";'),(0,'jjgc5umr0p2np4aneuua2t7tm89v1voj','127.0.0.1',1576239186,'__ci_last_regenerate|i:1576239186;login_type|s:5:\"admin\";admin_login|s:1:\"1\";admin_id|s:1:\"8\";login_user_id|s:1:\"8\";name|s:13:\"Administrator\";'),(0,'l1e17mk7cdg71do9qouos1q5249fetn7','127.0.0.1',1576239187,'__ci_last_regenerate|i:1576239187;'),(0,'l46es3qrhtcgi7kcc8daopocsam1knfg','127.0.0.1',1576401563,'__ci_last_regenerate|i:1576401563;login_type|s:5:\"admin\";admin_login|s:1:\"1\";admin_id|s:1:\"8\";login_user_id|s:1:\"8\";name|s:13:\"Administrator\";'),(0,'m9sj7su5id61c0rfj53c718pqrbt4hq6','127.0.0.1',1576396972,'__ci_last_regenerate|i:1576396972;login_type|s:5:\"admin\";admin_login|s:1:\"1\";admin_id|s:1:\"8\";login_user_id|s:1:\"8\";name|s:13:\"Administrator\";flash_message|s:18:\"Successfully Login\";__ci_vars|a:1:{s:13:\"flash_message\";s:3:\"old\";}'),(0,'ndto2l4cv384prfveod69n5duullmo4o','127.0.0.1',1576401722,'__ci_last_regenerate|i:1576401722;'),(0,'pk4m8lpu6igmqgieqnm547i4q2h99gud','127.0.0.1',1575988659,'__ci_last_regenerate|i:1575988659;login_type|s:5:\"admin\";admin_login|s:1:\"1\";admin_id|s:1:\"8\";login_user_id|s:1:\"8\";name|s:13:\"Administrator\";'),(0,'qhcrmmb8gppl38vmtu8jd806a7l0oksa','127.0.0.1',1575989414,'__ci_last_regenerate|i:1575989414;login_type|s:5:\"admin\";admin_login|s:1:\"1\";admin_id|s:1:\"8\";login_user_id|s:1:\"8\";name|s:13:\"Administrator\";');
/*!40000 ALTER TABLE `ci_sessions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `circular`
--
DROP TABLE IF EXISTS `circular`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `circular` (
`school_id` int(11) NOT NULL,
`circular_id` int(11) NOT NULL AUTO_INCREMENT,
`title` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`reference` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`content` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`date` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`circular_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `circular`
--
LOCK TABLES `circular` WRITE;
/*!40000 ALTER TABLE `circular` DISABLE KEYS */;
INSERT INTO `circular` VALUES (0,2,'Meeting for all the members of the school','DF46SFGH','This is for all the teaching staff. Ensure you are all present.','2018-08-24');
/*!40000 ALTER TABLE `circular` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `class`
--
DROP TABLE IF EXISTS `class`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `class` (
`clinic_id` int(11) NOT NULL,
`class_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`name_numeric` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`teacher_id` int(11) NOT NULL,
PRIMARY KEY (`class_id`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `class`
--
LOCK TABLES `class` WRITE;
/*!40000 ALTER TABLE `class` DISABLE KEYS */;
INSERT INTO `class` VALUES (0,8,'2nd Standrard','2',1),(0,7,'1st Standard','1',2),(0,6,'Nuresey Class','Nursery',3),(10001,10,'abcd','21',3);
/*!40000 ALTER TABLE `class` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `class_routine`
--
DROP TABLE IF EXISTS `class_routine`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `class_routine` (
`school_id` int(11) NOT NULL,
`class_routine_id` int(11) NOT NULL AUTO_INCREMENT,
`class_id` int(11) NOT NULL,
`section_id` int(11) NOT NULL,
`subject_id` int(11) NOT NULL,
`time_start` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`time_end` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`time_start_min` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`time_end_min` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`day` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`year` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`class_routine_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `class_routine`
--
LOCK TABLES `class_routine` WRITE;
/*!40000 ALTER TABLE `class_routine` DISABLE KEYS */;
INSERT INTO `class_routine` VALUES (0,5,2,3,4,'3','17','20','20','monday','2019-2020');
/*!40000 ALTER TABLE `class_routine` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `clinic`
--
DROP TABLE IF EXISTS `clinic`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `clinic` (
`clinic_id` int(11) NOT NULL AUTO_INCREMENT,
`clinic_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`clinic_admin_email` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`password` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`location` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`phone` int(11) NOT NULL,
`clinic_email` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`language` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`text_align` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`session` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`clinic_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10002 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `clinic`
--
LOCK TABLES `clinic` WRITE;
/*!40000 ALTER TABLE `clinic` DISABLE KEYS */;
INSERT INTO `clinic` VALUES (10001,'exhibitionn','exhibitionadmin@gmail.com','1234','bangalore',908765679,'exhibition@gmail.com','english','','');
/*!40000 ALTER TABLE `clinic` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `clinic_advertisment`
--
DROP TABLE IF EXISTS `clinic_advertisment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `clinic_advertisment` (
`exhibition_id` int(11) NOT NULL,
`clinic_advertisment_id` int(11) NOT NULL AUTO_INCREMENT,
`file_name` longtext NOT NULL,
`user_id` int(11) NOT NULL,
PRIMARY KEY (`clinic_advertisment_id`)
) ENGINE=InnoDB AUTO_INCREMENT=82 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `clinic_advertisment`
--
LOCK TABLES `clinic_advertisment` WRITE;
/*!40000 ALTER TABLE `clinic_advertisment` DISABLE KEYS */;
INSERT INTO `clinic_advertisment` VALUES (0,76,'3.jpg',0),(0,77,'s00002-1-mob.jpg',0),(0,80,'s00001-1-mob.jpg',0),(20002,81,'ex.png',0);
/*!40000 ALTER TABLE `clinic_advertisment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `club`
--
DROP TABLE IF EXISTS `club`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `club` (
`school_id` int(11) NOT NULL,
`club_id` int(11) NOT NULL AUTO_INCREMENT,
`club_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`desc` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`date` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`club_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `club`
--
LOCK TABLES `club` WRITE;
/*!40000 ALTER TABLE `club` DISABLE KEYS */;
INSERT INTO `club` VALUES (0,1,'Jet club','This is for those who love science.','2019-08-25');
/*!40000 ALTER TABLE `club` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `contactus`
--
DROP TABLE IF EXISTS `contactus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `contactus` (
`exhibition_id` int(11) NOT NULL,
`contactus_id` int(11) NOT NULL AUTO_INCREMENT,
`touch_name` longtext NOT NULL,
`touch_email` longtext NOT NULL,
`touch_phone` int(11) NOT NULL,
`touch_message` longtext NOT NULL,
PRIMARY KEY (`contactus_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2986 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `contactus`
--
LOCK TABLES `contactus` WRITE;
/*!40000 ALTER TABLE `contactus` DISABLE KEYS */;
INSERT INTO `contactus` VALUES (0,1,'CharlesBooke','Voodoomi@digitaltechnologi.space',2147483647,'avox.live NvdcisjfhHJILGYFGHUfijciskdoaskdjscuhsIUYUIHJsjidhsaskaojxdsihcscjkasjdashfaMHUUGYYDUIJIHhusjixakidhosaicgasdcdasfbshjasfgs'),(0,2,'Eric Jones','eric.jones.z.mail@gmail.com',555,'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 avox.live 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 avox.live.\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=avox.live\r\n'),(0,3,'Henryron','RookTessa9292@o2.pl',2147483647,'Pecuniam, domi hoc frigus hiemis. https://ron.bode-roesch.de/ron '),(0,4,'Henryron','RookTessa9292@o2.pl',2147483647,'Nec opus est quaerere job amplius. Opus online. https://ron.bode-roesch.de/ron '),(0,5,'Eric Jones','eric.jones.z.mail@gmail.com',555,'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found avox.live 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=avox.live\r\n'),(0,6,'Henryron','RookTessa9292@o2.pl',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. https://ron.bode-roesch.de/ron '),(0,7,'Henryron','fatum1@mailme.dk',2147483647,'Milia omni septimana operantes online hic. https://ron.bode-roesch.de/ron '),(0,8,'Henryron','moskva.pravoslavnaya@mailme.dk',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. https://ron.bode-roesch.de/ron '),(0,9,'Henryron','fissefinn@forum.dk',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. https://ron.bode-roesch.de/ron '),(0,10,'Henryron','mhn@mail-online.dk',2147483647,'Online financial Robot est clavem ad successus. https://ron.bode-roesch.de/ron '),(0,11,'Henryron','evasen@forum.dk',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. https://ron.bode-roesch.de/ron '),(0,12,'Henryron','blad1745@mailme.dk',2147483647,'Successu formula invenitur. Discere magis de eo. https://ron.bode-roesch.de/ron '),(0,13,'Henryron','zhanna.apyonova@mailme.dk',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. https://ron.bode-roesch.de/ron '),(0,14,'Henryron','alicia180608@forum.dk',2147483647,'Satus faciens milia pupa omni septimana. https://ron.bode-roesch.de/ron '),(0,15,'Henryron','jenszederhoff@forum.dk',2147483647,'Addito reditus pro omnibus. https://ron.bode-roesch.de/ron '),(0,16,'Henryron','susanna@forum.dk',2147483647,'Non opus anymore dum Robot launched! https://ron.bode-roesch.de/ron '),(0,17,'Henryron','sweetmaja@forum.dk',2147483647,'Aliquam robot est optimum satus enim financial libertatem. https://ron.bode-roesch.de/ron '),(0,18,'Henryron','mei@forum.dk',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. https://ron.bode-roesch.de/ron '),(0,19,'Henryron','anettemasting@forum.dk',2147483647,'Successu formula invenitur. Discere magis de eo. https://ron.bode-roesch.de/ron '),(0,20,'Henryron','linelove@forum.dk',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. https://ron.bode-roesch.de/ron '),(0,21,'Henryron','johnsen8@forum.dk',2147483647,'Sit diam Robot esse comes in financial forum. https://ron.bode-roesch.de/ron '),(0,22,'Henryron','ladyx@mail-online.dk',2147483647,'Financial robot tenet, deferentes ad vos pecunias, dum somnum. https://ron.blueliners07.de/ron '),(0,23,'Henryron','henriettewittrup@forum.dk',2147483647,'Etiam sciat puer ut $100 hodie. https://ron.blueliners07.de/ron '),(0,24,'Henryron','iraleks0108@mailme.dk',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. https://ron.blueliners07.de/ron '),(0,25,'Henryron','sussi03@forum.dk',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. https://ron.blueliners07.de/ron '),(0,26,'Henryron','hffdfig@forum.dk',2147483647,'Divites divitibus, quia utuntur hoc robot. https://ron.blueliners07.de/ron '),(0,27,'Henryron','lonewayne@mailme.dk',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. https://ron.blueliners07.de/ron '),(0,28,'Henryron','dutchman@forum.dk',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. https://ron.blueliners07.de/ron '),(0,29,'Henryron','pnl401@forum.dk',2147483647,'Optimum online euismod instrumentum invenitur. Discere magis! https://ron.blueliners07.de/ron '),(0,30,'Henryron','saintroyal2210@forum.dk',2147483647,'Satus faciens milia pupa omni septimana. https://ron.blueliners07.de/ron '),(0,31,'Henryron','jamse@forum.dk',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. https://ron.blueliners07.de/ron '),(0,32,'Henryron','living.forever@forum.dk',2147483647,'Experiri optimum financial robot in in Lorem. https://ron.blueliners07.de/ron '),(0,33,'Henryron','jahl@forum.dk',2147483647,'Earn etiam pecunia sine labore. https://ron.blueliners07.de/ron '),(0,34,'Henryron','frede109@forum.dk',2147483647,'Pecuniam, domi hoc frigus hiemis. https://ron.blueliners07.de/ron '),(0,35,'Henryron','hasser@forum.dk',2147483647,'Addito reditus praesto est omnibus hac robot. https://ron.blueliners07.de/ron '),(0,36,'Henryron','detsortehul@forum.dk',2147483647,'Financial robot tenet, deferentes ad vos pecunias, dum somnum. https://ron.blueliners07.de/ron '),(0,37,'Henryron','bsj@forum.dk',2147483647,'Financial Robot est # 1 peritus quaestus. https://ron.blueliners07.de/ron '),(0,38,'Henryron','megaspjaeld@forum.dk',2147483647,'Vultus pro an securus via ad pecuniam? Reprehendo sicco financial robot. https://ron.blueliners07.de/ron '),(0,39,'Henryron','znshbriz@mailme.dk',2147483647,'Addito reditus praesto est omnibus hac robot. https://ron.blueliners07.de/ron '),(0,40,'Eric Jones','eric.jones.z.mail@gmail.com',555,'My name’s Eric and I just came across your website - avox.live - 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 avox.live 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=avox.live\r\n'),(0,41,'Eric Jones','eric.jones.z.mail@gmail.com',555,'Cool website!\r\n\r\nMy name’s Eric, and I just found your site - avox.live - 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 avox.live, 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=avox.live\r\n'),(0,42,'Eric Jones','eric.jones.z.mail@gmail.com',555,'Hi, my name is Eric and I’m betting you’d like your website avox.live 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 avox.live.\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=avox.live\r\n'),(0,43,'CatherinaPymn','catherinaPymn@aol.com',40,'Hellо all, guуs! I know, my mеsѕagе maу bе tоo spесіfiс,\r\nBut mу ѕіstеr fоund nicе mаn hеre аnd thеy marriеd, ѕo how abоut me?ǃ :)\r\nΙ am 23 yеаrs old, Cаthеrinа, from Rоmаnіa, I know Englіsh аnd Gеrmаn languаgeѕ alѕо\r\nΑnd... Ι hаvе ѕресіfic dіѕeаse, nаmеd nуmрhоmаnіа. Whо know whаt іs thіs, can undеrstand mе (bettеr to ѕаy іt іmmedіаtеly)\r\nΑh yes, Ι cоok verу tаstyǃ аnd Ι lovе nоt only coоk ;))\r\nIm real girl, not рroѕtitutе, аnd lоokіng fоr ѕеrіouѕ аnd hot relatіоnshiр...\r\nAnуwаy, yоu саn fіnd mу рrоfile hеre: http://cauturlo.gq/user/84877/ \r\n'),(0,44,'Eric Jones','eric.jones.z.mail@gmail.com',555,'Hi, Eric here with a quick thought about your website avox.live...\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=avox.live\r\n'),(0,45,'Crytoronron','MerinoBart@o2.pl',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. https://nala.startupers.se/promo '),(0,46,'Eric Jones','eric.jones.z.mail@gmail.com',555,'Hey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at avox.live.\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=avox.live\r\n'),(0,47,'Crytoronron','MerinoBart@o2.pl',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. https://nala.startupers.se/gotodate/go '),(0,48,'Crytoronron','MerinoBart@o2.pl',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. https://nala.startupers.se/gotodate/go '),(0,49,'Crytoronron','MerinoBart@o2.pl',2147483647,'Unum click in robot et adducam vos milia illos leones,. https://nala.startupers.se/gotodate/go '),(0,50,'Crytoronron','MerinoBart@o2.pl',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! https://nala.startupers.se/gotodate/go '),(0,51,'Crytoronron','MerinoBart@o2.pl',2147483647,'Opus cash? Launch hoc robot et quod potest videre. https://nala.startupers.se/gotodate/go '),(0,52,'Crytoronron','oxuseislsongail@hotmail.com',2147483647,'Successu formula invenitur. Discere magis de eo. https://nala.startupers.se/gotodate/go '),(0,53,'Crytoronron','graceofgod38@yahoo.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. https://nala.startupers.se/gotodate/go '),(0,54,'Crytoronron','henrik-register@agilent.com',2147483647,'Financial robot tenet, deferentes ad vos pecunias, dum somnum. https://nala.startupers.se/gotodate/go '),(0,55,'Crytoronron','ryank1@bookkeepinghenderson.com',2147483647,'Online financial Robot est clavem ad successus. https://nala.startupers.se/gotodate/go '),(0,56,'Crytoronron','rcnicola@yahoo.com',2147483647,'Faciens pecuniam in rete facilius est nunc. https://nala.startupers.se/gotodate/go '),(0,57,'Crytoronron','wandoflamenguista@hotmail.com',2147483647,'Etiam sciat puer ut $100 hodie. https://nala.startupers.se/gotodate/go '),(0,58,'Crytoronron','hwjlmuleq@126.com',2147483647,'Optimum online euismod instrumentum invenitur. Discere magis! https://nala.startupers.se/gotodate/go '),(0,59,'Crytoronron','Jccx01@hotmail.com',2147483647,'Earn etiam pecunia sine labore. https://nala.startupers.se/gotodate/go '),(0,60,'Crytoronron','margw63@gmail.com',2147483647,'Satus vestri online opus usura financial Robot. https://nala.startupers.se/gotodate/go '),(0,61,'Eric Jones','eric.jones.z.mail@gmail.com',555,'Hey, this is Eric and I ran across avox.live 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=avox.live\r\n'),(0,62,'Crytoronron','joshonmars15@googlemail.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://nala.startupers.se/gotodate/go '),(0,63,'Crytoronron','woot@yahoo.com',2147483647,'Robot est optimus via pro omnibus, qui spectat ad financial libertatem. https://nala.startupers.se/gotodate/go '),(0,64,'Crytoronron','davidhuynh_777@yahoo.com',2147483647,'Pecuniam in penitus usura hoc Bot. Vere operatur! https://nala.startupers.se/gotodate/go '),(0,65,'Crytoronron','emwr@comcast.net',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! https://nala.startupers.se/gotodate/go '),(0,66,'Crytoronron','asprince@justice.com',2147483647,'Fac pupa domi et deductae hoc Bot. https://nala.startupers.se/gotodate/go '),(0,67,'Crytoronron','brandonsdad09@yahoo.com',2147483647,'Non opus anymore dum Robot launched! https://nala.startupers.se/gotodate/go '),(0,68,'Crytoronron','chancekurzwiel@gmail.com',2147483647,'Operam! Financial robot perducat vos milia! https://nala.startupers.se/gotodate/go '),(0,69,'Crytoronron','whatisperc65@google.com',2147483647,'Operam! Financial robot perducat vos milia! https://nala.startupers.se/gotodate/go '),(0,70,'Eric Jones','eric.jones.z.mail@gmail.com',555,'Hello, my name’s Eric and I just ran across your website at avox.live...\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=avox.live\r\n'),(0,71,'Crytoron','call_me_gorgeous@yahoo.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. https://nala.dkworld.de/gotodate/go'),(0,72,'Crytoron','davidbennett87@gmail.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? https://nala.dkworld.de/gotodate/go'),(0,73,'Crytoron','mayabottensek12@gmail.com',2147483647,'Financial libertatem, quid est hoc robot praestat. https://nala.dkworld.de/gotodate/go'),(0,74,'Crytoron','regoal@embarqmail.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. https://nala.dkworld.de/gotodate/go'),(0,75,'Crytoron','rolshar@comcast.net',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. https://nala.dkworld.de/gotodate/go'),(0,76,'Crytoron','mariamercedes.70@hotmail.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. https://nala.dkworld.de/gotodate/go'),(0,77,'Crytoron','comalitos123@hotmail.com',2147483647,'Non opus anymore dum Robot launched! https://nala.dkworld.de/gotodate/go'),(0,78,'Crytoron','ahlamfarsi@yahoo.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. https://nala.dkworld.de/gotodate/go'),(0,79,'Crytoron','jusankikan_x@yahoo.com',2147483647,'Sit diam Robot esse comes in financial forum. https://nala.dkworld.de/gotodate/go'),(0,80,'Crytoron','dershepard@comcast.net',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. https://nala.dkworld.de/gotodate/go'),(0,81,'Crytoron','cerritus77@yahoo.com',2147483647,'Financial robot est optimus comes dives populus. https://nala.dkworld.de/gotodate/go'),(0,82,'Crytoron','MADDOXHERE@AOL.COM',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. https://nala.dkworld.de/gotodate/go'),(0,83,'Crytoron','marine1tp@yahoo.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. https://nala.dkworld.de/gotodate/go'),(0,84,'Crytoron','toddanteater@jeffersonbox.com',2147483647,'Addito reditus praesto est omnibus hac robot. https://nala.dkworld.de/gotodate/go'),(0,85,'Crytoron','siglo24@hotmail.com',2147483647,'Financial robot est optimus comes dives populus. https://nala.dkworld.de/gotodate/go'),(0,86,'Crytoron','milansingh1523@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? https://nala.dkworld.de/gotodate/go'),(0,87,'Crytoron','irauqh@hotmail.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. https://nala.dkworld.de/gotodate/go'),(0,88,'Crytoron','thanh.hoang.vn@gmail.com',2147483647,'Pecunia opus? Financial robot est tua solutio. https://nala.dkworld.de/gotodate/go'),(0,89,'Crytoron','espkap@myfairpoint.net',2147483647,'Online officium et adducam vos a fantastic utilitatem. https://nala.dkworld.de/gotodate/go'),(0,90,'Crytoron','snr-rse-rszwart@shell.com',2147483647,'Ingens reditus sine re sit amet, nunc! https://nala.dkworld.de/gotodate/go'),(0,91,'Crytoron','stella.picca@gmail.com',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. https://nala.dkworld.de/gotodate/go'),(0,92,'Crytoron','judyneuburg@sbcglobal.net',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. https://nala.dkworld.de/gotodate/go'),(0,93,'Crytoron','USMausi@aol.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. https://nala.seamonkey.es/gotodate/go'),(0,94,'Crytoron','dsltiger@comcast.net',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. https://nala.seamonkey.es/gotodate/go'),(0,95,'Crytoron','missmollie242@hotmail.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. https://nala.seamonkey.es/gotodate/go'),(0,96,'Crytoron','Ramona84@live.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. https://nala.seamonkey.es/gotodate/go'),(0,97,'Crytoron','amitjassal@hotmail.com',2147483647,'Unum click in robot et adducam vos milia illos leones,. https://nala.seamonkey.es/gotodate/go'),(0,98,'Crytoron','shana_woods7@yahoo.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. https://nala.seamonkey.es/gotodate/go'),(0,99,'Crytoron','lilcontradiction@yahoo.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. https://nala.seamonkey.es/gotodate/go'),(0,100,'Crytoron','jmswbstr32@yahoo.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. https://nala.seamonkey.es/gotodate/go'),(0,101,'Crytoron','gl.rachel1@yahoo.com',2147483647,'Ingens reditus sine re, quod est available. https://nala.seamonkey.es/gotodate/go'),(0,102,'Crytoron','paulfacer@orange.net',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. https://nala.seamonkey.es/gotodate/go'),(0,103,'Crytoron','Aliciabarton@live.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. https://nala.seamonkey.es/gotodate/go'),(0,104,'Crytoron','Ginetteperry@hotmail.com',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. https://nala.seamonkey.es/gotodate/go'),(0,105,'Crytoron','Pietszch@gmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. https://nala.seamonkey.es/gotodate/go'),(0,106,'Crytoron','mickeymoose_07278@hotmail.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. https://nala.seamonkey.es/gotodate/go'),(0,107,'Crytoron','Kasey-b6i3j81nq7l@checkout.google.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. https://nala.seamonkey.es/gotodate/go'),(0,108,'Crytoron','opalandderrick@yahoo.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. https://nala.seamonkey.es/gotodate/go'),(0,109,'Crytoron','chonitaucollins@gmail.com',2147483647,'Robot est optimus via pro omnibus, qui spectat ad financial libertatem. https://nala.seamonkey.es/gotodate/go'),(0,110,'Crytoron','dftesh@msn.com',2147483647,'Quaestus est facile, si vos utor financial Robot. https://nala.seamonkey.es/gotodate/go'),(0,111,'Crytoron','pinopigna@hotmail.com',2147483647,'Quaestus est facile, si vos utor financial Robot. https://nala.seamonkey.es/gotodate/go'),(0,112,'Crytoron','albertocordova04@hotmail.com',2147483647,'Vultus deinceps ad reditus? Ut online. https://nala.seamonkey.es/gotodate/go'),(0,113,'Crytoron','jnaledbetter@earthlink.net',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. https://nala.seamonkey.es/gotodate/go'),(0,114,'Crytoron','sbrenee@gmail.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. https://nala.seamonkey.es/gotodate/go'),(0,115,'Crytoron','redbart249@gmail.com',2147483647,'Fides financial Bot fieri dives. https://nala.seamonkey.es/gotodate/go'),(0,116,'Crytoron','baby_gurl66610@yahoo.com',2147483647,'Adipiscing diam Robot et facere negotium. https://nala.seamonkey.es/gotodate/go'),(0,117,'Crytoron','snc78@hotmail.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. https://nala.seamonkey.es/gotodate/go'),(0,118,'Crytoron','siralan1@aol.com',2147483647,'Experiri optimum financial robot in in Lorem. https://nala.seamonkey.es/gotodate/go'),(0,119,'Crytoron','claudiamonteith@yahoo.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. https://nala.seamonkey.es/gotodate/go'),(0,120,'Crytoron','leprice@comcast.net',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. https://nala.seamonkey.es/gotodate/go'),(0,121,'Crytoron','matin_ghafoory@yahoo.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. https://nala.seamonkey.es/gotodate/go'),(0,122,'Crytoron','victorin302@yahoo.com',2147483647,'Scimus quomodo fieri dives, et tu? https://nala.seamonkey.es/gotodate/go'),(0,123,'Crytoron','gaharri47@aol.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. https://nala.seamonkey.es/gotodate/go'),(0,124,'Crytoron','8525@budprof.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. https://nala.seamonkey.es/gotodate/go'),(0,125,'Crytoron','a__ron@hotmail.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! https://nala.seamonkey.es/gotodate/go'),(0,126,'Crytoron','cookiejunior00@yahoo.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. https://nala.seamonkey.es/gotodate/go'),(0,127,'Crytoron','kwintrn@gmail.com',2147483647,'Capto ex ipso robot servare victum tota die. https://nala.seamonkey.es/gotodate/go'),(0,128,'Crytoron','46708@noemail.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. https://nala.seamonkey.es/gotodate/go'),(0,129,'Crytoron','wwweeero@yahoo.com',2147483647,'Fides financial Bot fieri dives. https://nala.seamonkey.es/gotodate/go'),(0,130,'Crytoron','piedbish@hotmail.com',2147483647,'Pecuniam in penitus usura hoc Bot. Vere operatur! https://nala.seamonkey.es/gotodate/go'),(0,131,'Crytoron','efortney@bcps.org',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. https://nala.seamonkey.es/gotodate/go'),(0,132,'Eric Jones','eric.jones.z.mail@gmail.com',555,'Hey, this is Eric and I ran across avox.live 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=avox.live\r\n'),(0,133,'Crytoron','neopersia99@yahoo.com',2147483647,'Online reditus est clavem ad successus. https://nala.seamonkey.es/gotodate/go'),(0,134,'Crytoron','chedapalooza@yahoo.com',2147483647,'Omnis vestri pupa potest convertere in $100 post prandium hoc Robot. https://nala.seamonkey.es/gotodate/go'),(0,135,'Crytoron','info@hectorpro.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://nala.seamonkey.es/gotodate/go'),(0,136,'Crytoron','Sandyreese99@gmail.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. https://nala.seamonkey.es/gotodate/go'),(0,137,'Crytoron','lessly332@hotmail.com',2147483647,'Invenire de ieiunas via a financial libertatem. https://nala.seamonkey.es/gotodate/go'),(0,138,'Crytoron','boatwrightchristina@yahoo.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://nala.seamonkey.es/gotodate/go'),(0,139,'Crytoron','fairveronabeach@gmail.com',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. https://nala.seamonkey.es/gotodate/go'),(0,140,'Crytoron','asgl21@dsl.pipex.com',2147483647,'Invenire de ieiunas via a financial libertatem. https://nala.seamonkey.es/gotodate/go'),(0,141,'Crytoron','conang_depgai701@yahoo.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. https://nala.seamonkey.es/gotodate/go'),(0,142,'Crytoron','desrickmclaughlin13@gmail.com',2147483647,'Financial libertatem est, quod quisque eget. https://nala.seamonkey.es/gotodate/go'),(0,143,'Crytoron','asatkinsorww@yahoo.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. https://nala.seamonkey.es/gotodate/go'),(0,144,'Crytoron','sabrina_diddel@hotmail.com',2147483647,'Pecunia opus est, etiam cum somno. https://nala.seamonkey.es/gotodate/go'),(0,145,'Crytoron','384416234@gmx.com',2147483647,'Financial Robot est futura opes et libertatem. https://nala.seamonkey.es/gotodate/go'),(0,146,'Crytoron','greg.farrell.23@gmail.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://nala.seamonkey.es/gotodate/go'),(0,147,'Crytoron','Janderj02@yahoo.com',2147483647,'Vultus deinceps ad reditus? Ut online. https://nala.seamonkey.es/gotodate/go'),(0,148,'Crytoron','creshbeb@comcast.net',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. https://nala.seamonkey.es/gotodate/go'),(0,149,'Crytoron','mkfiles@gmail.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. https://nala.seamonkey.es/gotodate/go'),(0,150,'Crytoron','anthony-hui@hotmail.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. https://nala.seamonkey.es/gotodate/go'),(0,151,'Crytoron','lulu3394@yahoo.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. https://nala.seamonkey.es/gotodate/go'),(0,152,'Crytoron','soriasoccer95@yahooo.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. https://nala.seamonkey.es/gotodate/go'),(0,153,'Crytoron','bjnevada@gmail.com',2147483647,'Ingens reditus sine re sit amet, nunc! https://nala.seamonkey.es/gotodate/go'),(0,154,'Crytoron','schutzkl@gmail.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. https://nala.seamonkey.es/gotodate/go'),(0,155,'Crytoron','tedlarsen135@hotmail.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. https://nala.seamonkey.es/gotodate/go'),(0,156,'Crytoron','utamj5@gmail.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. https://nala.seamonkey.es/gotodate/go'),(0,157,'Crytoron','megaloo_28@hotmail.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. https://nala.seamonkey.es/gotodate/go'),(0,158,'Crytoron','olsonda56@excite.com',2147483647,'Sit diam Robot esse comes in financial forum. https://nala.seamonkey.es/gotodate/go'),(0,159,'Crytoron','shas.pets@yahoo.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://nala.seamonkey.es/gotodate/go'),(0,160,'Crytoron','jpeters359@hotmail.com',2147483647,'Scimus quam ad futura nostra dives et tu? https://nala.seamonkey.es/gotodate/go'),(0,161,'Crytoron','wallywb_1999@yahoo.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. https://nala.seamonkey.es/gotodate/go'),(0,162,'Eric Jones','eric.jones.z.mail@gmail.com',555,'Hi, my name is Eric and I’m betting you’d like your website avox.live 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 avox.live.\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=avox.live\r\n'),(0,163,'Crytoron','paulsnegro@gmail.com',2147483647,'Ingens reditus sine re, quod est available. https://nala.seamonkey.es/gotodate/go'),(0,164,'Crytoron','starbuck1376@gmail.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. https://nala.seamonkey.es/gotodate/go'),(0,165,'Crytoron','dlong02132@gmail.com',2147483647,'Satus vestri online opus usura financial Robot. https://nala.seamonkey.es/gotodate/go'),(0,166,'Crytoron','ebiutdqdak@mailref.net',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. https://nala.seamonkey.es/gotodate/go'),(0,167,'Crytoron','a.chewzeheng@gmail.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. https://nala.seamonkey.es/gotodate/go'),(0,168,'Crytoron','surita@mac.com',2147483647,'Capto ex ipso robot servare victum tota die. https://nala.seamonkey.es/gotodate/go'),(0,169,'Crytoron','posse865@yahoo.com',2147483647,'Vultus deinceps ad reditus? Ut online. https://nala.startupers.se/gotodate/go'),(0,170,'Crytoron','paulinomella@hotmail.com',2147483647,'Discere, quomodo ad centum terga singulos dies. https://nala.startupers.se/gotodate/go'),(0,171,'Crytoron','erik@msn.com',2147483647,'Fac tibi dives in futurum utentes financial robot. https://nala.startupers.se/gotodate/go'),(0,172,'Crytoron','uctmnc@hotmail.com',2147483647,'Ingens reditus sine re sit amet, nunc! https://nala.startupers.se/gotodate/go'),(0,173,'Crytoron','laurenwurgler@yahoo.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://nala.startupers.se/gotodate/go'),(0,174,'Crytoron','jakezajic@hotmail.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. https://nala.startupers.se/gotodate/go'),(0,175,'Crytoron','18868791851@139.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? https://nala.startupers.se/gotodate/go'),(0,176,'Crytoron','leejimmyb@yahoo.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. https://nala.startupers.se/gotodate/go'),(0,177,'Crytoron','majlinda_myzyri@yahoo.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. https://nala.startupers.se/gotodate/go'),(0,178,'Crytoron','cutieray08@yahoo.com',2147483647,'Online financial Robot est clavem ad successus. https://nala.startupers.se/gotodate/go'),(0,179,'Crytoron','cmanski@yahoo.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. https://nala.startupers.se/gotodate/go'),(0,180,'Crytoron','anchor0032@yahoo.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://nala.startupers.se/gotodate/go'),(0,181,'Crytoron','kelvinrashid@rediffmail.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. https://nala.startupers.se/gotodate/go'),(0,182,'Crytoron','m56yx8@hotmial.com',2147483647,'Non opus anymore. Iustus launch robot. https://nala.startupers.se/gotodate/go'),(0,183,'Crytoron','chappl1@collierschools.com',2147483647,'Non opus anymore. Iustus launch robot. https://nala.startupers.se/gotodate/go'),(0,184,'Crytoron','cajovrok@gmail.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. https://nala.startupers.se/gotodate/go'),(0,185,'Crytoron','badmanmob@gmail.com',2147483647,'Capto ex ipso robot servare victum tota die. https://nala.startupers.se/gotodate/go'),(0,186,'Crytoron','reyadh67@yahoo.com',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. https://nala.startupers.se/gotodate/go'),(0,187,'Crytoron','archerlinda@att.net',2147483647,'Pecunia opus? Financial robot est tua solutio. https://nala.startupers.se/gotodate/go'),(0,188,'Crytoron','Antetomasojohn@yahoo.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. https://nala.startupers.se/gotodate/go'),(0,189,'Crytoron','www.sndp343@gmail.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. https://nala.startupers.se/gotodate/go'),(0,190,'Crytoron','seemoney@windstream.net',2147483647,'Financial Robot est maxime financial tool in rete! https://nala.startupers.se/gotodate/go'),(0,191,'Crytoron','robin1961@gmail.com',2147483647,'Vultus deinceps ad reditus? Ut online. https://nala.startupers.se/gotodate/go'),(0,192,'Crytoron','lb1182@aol.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. https://nala.startupers.se/gotodate/go'),(0,193,'Crytoron','enriquevasquez7611@yahoo.com',2147483647,'Operam! Financial robot perducat vos milia! https://nala.startupers.se/gotodate/go'),(0,194,'Crytoron','jlynn.baker@aol.com',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. https://nala.startupers.se/gotodate/go'),(0,195,'Crytoron','kodab93@yahoo.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. https://nala.startupers.se/gotodate/go'),(0,196,'Crytoron','eracleo@sbcglobal.net',2147483647,'Pecuniam, domi hoc frigus hiemis. https://nala.startupers.se/gotodate/go'),(0,197,'Crytoron','themtwenties@hotmail.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://nala.elletvweb.it/gotodate/go'),(0,198,'Crytoron','abidin886@yahoo.com',2147483647,'Discere, quomodo ad centum terga singulos dies. https://nala.elletvweb.it/gotodate/go'),(0,199,'Crytoron','mfamousdalegacy@yahoo.com',2147483647,'Financial libertatem, quid est hoc robot praestat. https://nala.elletvweb.it/gotodate/go'),(0,200,'Crytoron','gabbylucas0008@yahoo.com',2147483647,'Fac tibi dives in futurum utentes financial robot. https://nala.elletvweb.it/gotodate/go'),(0,201,'Crytoron','jscott_sf@hotmail.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. https://nala.elletvweb.it/gotodate/go'),(0,202,'Crytoron','b5luver@yahoo.com',2147483647,'Planto vestri pecunia opus est tibi tota die. https://nala.elletvweb.it/gotodate/go'),(0,203,'Crytoron','LevanRozomashvili@gmail.com',2147483647,'Pecunia opus? Ut hic facile? https://nala.elletvweb.it/gotodate/go'),(0,204,'Crytoron','jrf235@gmail.com',2147483647,'Operam! Financial robot perducat vos milia! https://nala.elletvweb.it/gotodate/go'),(0,205,'Crytoron','pang_shanatty@hotmail.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. https://nala.elletvweb.it/gotodate/go'),(0,206,'Crytoron','hjwhxjl5ad9gq@yahoo.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. https://nala.elletvweb.it/gotodate/go'),(0,207,'Crytoron','lewis0414@ehornets.org',2147483647,'Fac pupa iustus sedentem in domum suam. https://nala.elletvweb.it/gotodate/go'),(0,208,'Crytoron','kdnbkathia@gmail.com',2147483647,'Pecuniam, domi hoc frigus hiemis. https://nala.elletvweb.it/gotodate/go'),(0,209,'Crytoron','suemcd88@yahoo.com',2147483647,'Pretium non habetis? Quisque online. https://nala.elletvweb.it/gotodate/go'),(0,210,'Crytoron','rablove@live.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! https://nala.elletvweb.it/gotodate/go'),(0,211,'Crytoron','elephant_lover19@yahoo.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. https://nala.elletvweb.it/gotodate/go'),(0,212,'Crytoron','downey.hilary@gmail.com',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. https://nala.elletvweb.it/gotodate/go'),(0,213,'Crytoron','kris.wills@ymail.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? https://nala.elletvweb.it/gotodate/go'),(0,214,'Crytoron','yoakemc2000@yahoo.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. https://nala.elletvweb.it/gotodate/go'),(0,215,'Crytoron','jyw@hotmail.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. https://nala.elletvweb.it/gotodate/go'),(0,216,'Crytoron','G8rwill@gmail.com',2147483647,'Earn etiam pecunia sine labore. https://nala.elletvweb.it/gotodate/go'),(0,217,'Crytoron','tee_cam03@yahoo.com',2147483647,'Online referte sunt facillimus via financial libertatem. https://nala.elletvweb.it/gotodate/go'),(0,218,'Crytoron','rgreal069@gmail.com',2147483647,'Buy omnia vis mereri pecuniam. https://nala.elletvweb.it/gotodate/go'),(0,219,'Crytoron','damonmoran@ymail.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. https://nala.elletvweb.it/gotodate/go'),(0,220,'Crytoron','eekxmmqg@ospjrudh.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. https://nala.elletvweb.it/gotodate/go'),(0,221,'Crytoron','tallodia@pillsellr.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. https://nala.elletvweb.it/gotodate/go'),(0,222,'Crytoron','nancykarunya@gmail.com',2147483647,'Experiri optimum financial robot in in Lorem. https://nala.elletvweb.it/gotodate/go'),(0,223,'Crytoron','aris_win99@yahoo.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? https://nala.elletvweb.it/gotodate/go'),(0,224,'Crytoron','goodiegoodie44@hotmail.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. https://nala.elletvweb.it/gotodate/go'),(0,225,'Crytoron','gonecr8zy@sbcglobal.net',2147483647,'Addito reditus pro omnibus. https://nala.elletvweb.it/gotodate/go'),(0,226,'Crytoron','zakster93@yahoo.com',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. https://nala.elletvweb.it/gotodate/go'),(0,227,'Crytoron','martin7210@comcast.net',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. https://nala.elletvweb.it/gotodate/go'),(0,228,'Crytoron','adamredbomb@yahoo.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. https://nala.elletvweb.it/gotodate/go'),(0,229,'Crytoron','alexishawari@hotmail.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! https://nala.elletvweb.it/gotodate/go'),(0,230,'Crytoron','neesy_07@yahoo.com',2147483647,'Ingens reditus sine re sit amet, nunc! https://nala.elletvweb.it/gotodate/go'),(0,231,'Crytoron','philiphargrove@bellsouth.net',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. https://nala.elletvweb.it/gotodate/go'),(0,232,'Crytoron','Itsfreshybaby@gmail.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. https://nala.elletvweb.it/gotodate/go'),(0,233,'Crytoron','fzhxgdgp@freelymail.com',2147483647,'Milia illos leones,. Redde nihil. https://nala.elletvweb.it/gotodate/go'),(0,234,'Crytoron','sheiladholloway@yahoo.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. https://nala.elletvweb.it/gotodate/go'),(0,235,'Crytoron','georgia196188@yahoo.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. https://nala.elletvweb.it/gotodate/go'),(0,236,'Crytoron','margierobbins@tampabay.rr.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. https://nala.elletvweb.it/gotodate/go'),(0,237,'Crytoron','sarah_yer@yahoo.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. https://nala.elletvweb.it/gotodate/go'),(0,238,'Crytoron','mabel_fur@pinkinbox.org',2147483647,'Non tamen nummorum? Financial robot faciam te eum! https://nala.elletvweb.it/gotodate/go'),(0,239,'Crytoron','yliaen@gmail.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? https://nala.elletvweb.it/gotodate/go'),(0,240,'Crytoron','glmayfield@nc.rr.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. https://nala.elletvweb.it/gotodate/go'),(0,241,'Crytoron','bluebamazz@yahoo.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? https://nala.elletvweb.it/gotodate/go'),(0,242,'Crytoron','gregorivanov@email.org',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. https://nala.elletvweb.it/gotodate/go'),(0,243,'Crytoron','tee_cam03@yahoo.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. https://nala.elletvweb.it/gotodate/go'),(0,244,'Crytoron','shygirlbi@sbcglobal.net',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. https://nala.elletvweb.it/gotodate/go'),(0,245,'Crytoron','craze.island@yahoo.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. https://nala.elletvweb.it/gotodate/go'),(0,246,'Crytoron','tanture.chen@gmail.com',2147483647,'Financial Robot est maxime financial tool in rete! https://nala.elletvweb.it/gotodate/go'),(0,247,'Crytoron','sandrawindon@yahoo.com',2147483647,'Omnis vestri pupa potest convertere in $100 post prandium hoc Robot. https://nala.elletvweb.it/gotodate/go'),(0,248,'Crytoron','kezzels@hotmail.com',2147483647,'Augmentum est nunc, sit amet quis ligula. https://nala.elletvweb.it/gotodate/go'),(0,249,'Crytoron','svukjpjxaa@luppnz.com',2147483647,'Scimus quomodo fieri dives, et tu? https://nala.elletvweb.it/gotodate/go'),(0,250,'Crytoron','stoutd@battelle.org',2147483647,'Ingens reditus sine re sit amet, nunc! https://nala.elletvweb.it/gotodate/go'),(0,251,'Crytoron','jamienordahl@gmail.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. https://nala.elletvweb.it/gotodate/go'),(0,252,'Crytoron','Teale426@netscape.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. https://nala.elletvweb.it/gotodate/go'),(0,253,'Crytoron','ogando_juan@yahoo.com',2147483647,'Robot est optimus via pro omnibus, qui spectat ad financial libertatem. https://nala.elletvweb.it/gotodate/go'),(0,254,'Crytoron','yauaweffo@gmail.com',2147483647,'Fac pupa domi et deductae hoc Bot. https://nala.elletvweb.it/gotodate/go'),(0,255,'Crytoron','sorinaromano@yahoo.com',2147483647,'Discere, quomodo ad centum terga singulos dies. https://nala.elletvweb.it/gotodate/go'),(0,256,'Crytoron','tomkojudko@gmail.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! https://nala.elletvweb.it/gotodate/go'),(0,257,'Crytoron','diana_2698@live.com',2147483647,'Addito reditus praesto est omnibus hac robot. https://nala.elletvweb.it/gotodate/go'),(0,258,'Crytoron','kathleendunham@outlook.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. https://nala.elletvweb.it/gotodate/go'),(0,259,'Crytoron','Cookiemnstr13@yahoo.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. https://nala.elletvweb.it/gotodate/go'),(0,260,'Crytoron','hjwhxjl5ad9gq@yahoo.com',2147483647,'Financial libertatem, quid est hoc robot praestat. https://nala.elletvweb.it/gotodate/go'),(0,261,'Crytoron','sasha.bakay@gmail.com',2147483647,'Pecunia opus est, etiam cum somno. https://nala.elletvweb.it/gotodate/go'),(0,262,'Crytoron','Itsfreshybaby@gmail.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. https://nala.elletvweb.it/gotodate/go'),(0,263,'Crytoron','sqimyrrizwm@hotmails.com',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. https://nala.elletvweb.it/gotodate/go'),(0,264,'Crytoron','lotusbelle76@yahoo.com',2147483647,'Etiam sciat puer ut $100 hodie. https://nala.elletvweb.it/gotodate/go'),(0,265,'Crytoron','christialomas@gmail.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! https://nala.elletvweb.it/gotodate/go'),(0,266,'Crytoron','jade.gail1990@gmail.com',2147483647,'Omnis vestri pupa potest convertere in $100 post prandium hoc Robot. https://nala.elletvweb.it/gotodate/go'),(0,267,'Crytoron','meeyungs_shins@hotmail.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. https://nala.elletvweb.it/gotodate/go'),(0,268,'Crytoron','kkaren1@juno.com',2147483647,'Pecuniam in penitus usura hoc Bot. Vere operatur! https://nala.elletvweb.it/gotodate/go'),(0,269,'Crytoron','kodaikanalboatclub@gmail.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. https://nala.elletvweb.it/gotodate/go'),(0,270,'Crytoron','fionaroyds@hotmail.com',2147483647,'Financial libertatem, quid est hoc robot praestat. https://nala.elletvweb.it/gotodate/go'),(0,271,'Crytoron','dramaqueen0405d@yahoo.com',2147483647,'Milia illos leones,. Redde nihil. https://nala.elletvweb.it/gotodate/go'),(0,272,'Crytoron','jojohe323@gmail.com',2147483647,'Non opus anymore. Iustus launch robot. https://nala.frostyelk.se/gotodate/go'),(0,273,'Crytoron','guamangel91@yahoo.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. https://nala.frostyelk.se/gotodate/go'),(0,274,'Crytoron','Finaz_88xins@yahoo.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. https://nala.frostyelk.se/gotodate/go'),(0,275,'Crytoron','sprouticusljones@yahoo.com',2147483647,'Addito reditus pro omnibus. https://nala.frostyelk.se/gotodate/go'),(0,276,'Crytoron','shabashabu@yahoo.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. https://nala.frostyelk.se/gotodate/go'),(0,277,'Crytoron','amoreno@sprintpcs.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. https://nala.frostyelk.se/gotodate/go'),(0,278,'Crytoron','sqimyrrizwm@hotmails.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. https://nala.frostyelk.se/gotodate/go'),(0,279,'Crytoron','rell3045@yahoo.com',2147483647,'Scimus quam ad futura nostra dives et tu? https://nala.frostyelk.se/gotodate/go'),(0,280,'Crytoron','x_files_65201@yahoo.com',2147483647,'Scimus quam ad futura nostra dives et tu? https://nala.frostyelk.se/gotodate/go'),(0,281,'Crytoron','csm1604.carmen@gmail.com',2147483647,'Financial Robot est maxime financial tool in rete! https://nala.frostyelk.se/gotodate/go'),(0,282,'Crytoron','mfamousdalegacy@yahoo.com',2147483647,'Quaestus est facile, si vos utor financial Robot. https://nala.frostyelk.se/gotodate/go'),(0,283,'Crytoron','jeffedwar@excite.com',2147483647,'Satus vestri online opus usura financial Robot. https://nala.frostyelk.se/gotodate/go'),(0,284,'Crytoron','edwardlapie@yahoo.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. https://nala.frostyelk.se/gotodate/go'),(0,285,'Crytoron','henrymanzanares47@yahoo.com',2147483647,'Pecunia opus est, etiam cum somno. https://nala.frostyelk.se/gotodate/go'),(0,286,'Crytoron','Ndraugelis@gmail.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. https://nala.frostyelk.se/gotodate/go'),(0,287,'Crytoron','dyugdyuginmobany@yahoo.com',2147483647,'Pecunia opus est, etiam cum somno. https://nala.pumpati.de/nala'),(0,288,'Crytoron','pjoconnoriii@gmail.com',2147483647,'Scimus quomodo fieri dives, et tu? https://nala.pumpati.de/nala'),(0,289,'Crytoron','514387164@qq.com',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. https://nala.pumpati.de/nala'),(0,290,'Crytoron','Cookiemnstr13@yahoo.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://nala.pumpati.de/nala'),(0,291,'Crytoron','wsthevisionary@yahoo.com',2147483647,'Successu formula invenitur. Discere magis de eo. https://nala.pumpati.de/nala'),(0,292,'Crytoron','redneck809@gmail.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. https://nala.pumpati.de/nala'),(0,293,'Crytoron','sqimyrrizwm@hotmails.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. https://nala.pumpati.de/nala'),(0,294,'Crytoron','veronicavelasco60@yahoo.com',2147483647,'Parva re potest facere tons of pupa fast. https://nala.pumpati.de/nala'),(0,295,'Crytoron','nancykarunya@gmail.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. https://nala.pumpati.de/nala'),(0,296,'Crytoron','ilponor@hotmail.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. https://nala.pumpati.de/nala'),(0,297,'Crytoron','gabbylucas0008@yahoo.com',2147483647,'Capto ex ipso robot servare victum tota die. https://nala.pumpati.de/nala'),(0,298,'Crytoron','robinlanzone@gmail.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. https://nala.pumpati.de/nala'),(0,299,'Crytoron','gourme_pamela1984@yahoo.com',2147483647,'Online referte sunt facillimus via financial libertatem. https://nala.pumpati.de/nala'),(0,300,'Crytoron','centsall54@aim.com',2147483647,'Financial libertatem est, quod quisque eget. https://nala.pumpati.de/nala'),(0,301,'Crytoron','loveglasses@msn.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. https://nala.pumpati.de/nala'),(0,302,'Crytoron','pradeepanc@hotmail.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. https://nala.pumpati.de/nala'),(0,303,'Crytoron','Jennelkins36@gmail.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://nala.pumpati.de/nala'),(0,304,'Crytoron','ruthlessblade42@gmail.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! https://nala.pumpati.de/nala'),(0,305,'Crytoron','alexishawari@hotmail.com',2147483647,'Unum click in robot et adducam vos milia illos leones,. https://nala.pumpati.de/nala'),(0,306,'Crytoron','bridgetroseperson@gmail.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. https://nala.qbe-medienhaus.de/nala'),(0,307,'Crytoron','tmendoza1121@yahoo.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. https://nala.qbe-medienhaus.de/nala'),(0,308,'Crytoron','www.maria391521@yahoo.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. https://nala.qbe-medienhaus.de/nala'),(0,309,'Crytoron','cory0314@etcmail.com',2147483647,'Pecunia opus est, etiam cum somno. https://nala.qbe-medienhaus.de/nala'),(0,310,'Crytoron','tetedede13@gmail.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. https://nala.qbe-medienhaus.de/nala'),(0,311,'Crytoron','dramaqueen0405d@yahoo.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? https://nala.qbe-medienhaus.de/nala'),(0,312,'Crytoron','kezzels@hotmail.com',2147483647,'Augmentum est nunc, sit amet quis ligula. https://nala.qbe-medienhaus.de/nala'),(0,313,'Crytoron','robin.walker247@comcast.net',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. https://nala.qbe-medienhaus.de/nala'),(0,314,'Crytoron','samantha.borge@yahoo.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. https://nala.qbe-medienhaus.de/nala'),(0,315,'Crytoron','l.a.m.pe.n.y.uz.ufa.h@gmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! https://nala.qbe-medienhaus.de/nala'),(0,316,'Crytoron','HuronHighgirl@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! https://nala.qbe-medienhaus.de/nala'),(0,317,'Crytoron','ressam_memo19@hotmail.com',2147483647,'Buy omnia vis mereri pecuniam. https://nala.qbe-medienhaus.de/nala'),(0,318,'Crytoron','glmayfield@nc.rr.com',2147483647,'Financial libertatem est, quod quisque eget. https://nala.qbe-medienhaus.de/nala'),(0,319,'Crytoron','shygirlbi@sbcglobal.net',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? https://nala.qbe-medienhaus.de/nala'),(0,320,'Crytoron','conan158@hotmail.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. https://nala.qbe-medienhaus.de/nala'),(0,321,'Crytoron','ilarxunmuxun@hotmail.com',2147483647,'Iustus click potest convertere tu pupa in $1000. https://nala.qbe-medienhaus.de/nala'),(0,322,'Crytoron','ewekizaf@sdd2q.com',2147483647,'Nec opus est quaerere job amplius. Opus online. https://nala.qbe-medienhaus.de/nala'),(0,323,'Crytoron','sweet_ti757@yahoo.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. https://nala.qbe-medienhaus.de/nala'),(0,324,'Crytoron','brittany_hulse@yahoo.com',2147483647,'Financial libertatem est, quod quisque eget. https://nala.qbe-medienhaus.de/nala'),(0,325,'Crytoron','suvqvhrj@hotmail.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://nala.qbe-medienhaus.de/nala'),(0,326,'Crytoron','kedarmoroney@gmail.com',2147483647,'Financial robot tenet, deferentes ad vos pecunias, dum somnum. https://nala.qbe-medienhaus.de/nala'),(0,327,'Crytoron','ilarxunmuxun@hotmail.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. https://nala.qbe-medienhaus.de/nala'),(0,328,'Crytoron','thebusbe4u@yahoo.com',2147483647,'Pecunia opus est, etiam cum somno. https://nala.qbe-medienhaus.de/nala'),(0,329,'Crytoron','aliciarimestad@yahoo.com',2147483647,'Addito reditus pro omnibus. https://nala.qbe-medienhaus.de/nala'),(0,330,'Crytoron','cynphip@gmail.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://nala.qbe-medienhaus.de/nala'),(0,331,'Crytoron','villyb@me.com',2147483647,'Financial libertatem est, quod quisque eget. https://nala.qbe-medienhaus.de/nala'),(0,332,'Crytoron','recepture67@hotmail.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! https://nala.qbe-medienhaus.de/nala'),(0,333,'Crytoron','robinlanzone@gmail.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. https://nala.qbe-medienhaus.de/nala'),(0,334,'Crytoron','dittohead00000@yahoo.com',2147483647,'Online financial Robot est clavem ad successus. https://nala.qbe-medienhaus.de/nala'),(0,335,'Crytoron','ewekizaf@sdd2q.com',2147483647,'Divites divitibus, quia utuntur hoc robot. https://nala.qbe-medienhaus.de/nala'),(0,336,'Crytoron','Itsfreshybaby@gmail.com',2147483647,'Discere, quomodo ad centum terga singulos dies. https://nala.qbe-medienhaus.de/nala'),(0,337,'Crytoron','hbbell42@yahoo.com',2147483647,'Fides financial Bot fieri dives. https://nala.qbe-medienhaus.de/nala'),(0,338,'Crytoron','aris_win99@yahoo.com',2147483647,'Sit diam Robot esse comes in financial forum. https://drive.google.com/file/d/1Rqop87rM8CQDz6UtBb2tXehOKwoUG4KK/view?usp=sharing'),(0,339,'Crytoron','kezzels@hotmail.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. https://drive.google.com/file/d/1klikjyPA_gfcc5swGrEuYF6AC0AYt2dI/view?usp=sharing'),(0,340,'Crytoron','Fire2999@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? https://drive.google.com/file/d/1iPHBY0ZdbiBAqS_jjakxVNLlSevtFd41/view?usp=sharing'),(0,341,'Crytoron','jx.d1.47.m.n.bv.3.6.9c.xz9514@gmail.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://drive.google.com/file/d/1ZtpcAfZ5MIqMTOn0hOHHCykKbwSNPrmw/view?usp=sharing'),(0,342,'Crytoron','rosalvalujano@yahoo.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://drive.google.com/file/d/1ZtpcAfZ5MIqMTOn0hOHHCykKbwSNPrmw/view?usp=sharing'),(0,343,'Crytoron','eokmmehv@qxbwzntv.com',2147483647,'Augmentum est nunc, sit amet quis ligula. https://drive.google.com/file/d/1HMRjvdPNeZ2W7wQLK2YHm_Q_pmRH4IzX/view?usp=sharing'),(0,344,'Crytoron','bahulya@gmail.com',2147483647,'Vestri computer potest facere vos etiam reditus, si vos utor is Robot. https://drive.google.com/file/d/16h--2NxCymIYLkRyC39ltIg-nBif8Ayz/view?usp=sharing'),(0,345,'Crytoron','girish7980@yahoo.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. https://drive.google.com/file/d/1HMRjvdPNeZ2W7wQLK2YHm_Q_pmRH4IzX/view?usp=sharing'),(0,346,'Crytoron','westphillydog@gmail.com',2147483647,'Quisque mereretur, quantum vult, nunc. https://drive.google.com/file/d/16h--2NxCymIYLkRyC39ltIg-nBif8Ayz/view?usp=sharing'),(0,347,'Crytoron','mpv410@gmail.com',2147483647,'Optimum online euismod instrumentum invenitur. Discere magis! https://drive.google.com/file/d/1z2pZkAuKV9gLJURJKnMx-Tik7d1gjSUI/view'),(0,348,'Crytoron','rman772008@yahoo.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. https://drive.google.com/file/d/1z2pZkAuKV9gLJURJKnMx-Tik7d1gjSUI/view'),(0,349,'Crytoron','jungh2yun@yahoo.com',2147483647,'Scimus quam ad futura nostra dives et tu? https://nala.gizmo-inc.fr/nala'),(0,350,'Crytoron','solitodenis@yahoo.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. https://nala.gizmo-inc.fr/nala'),(0,351,'Crytoron','westphillydog@gmail.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. https://nala.gizmo-inc.fr/nala'),(0,352,'Crytoron','kathleendunham@outlook.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. https://nala.gizmo-inc.fr/nala'),(0,353,'Crytoron','diana_2698@live.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. https://nala.gizmo-inc.fr/nala'),(0,354,'Crytoron','play65@hotmail.com',2147483647,'Unum click in robot et adducam vos milia illos leones,. https://nala.gizmo-inc.fr/nala'),(0,355,'Crytoron','roohiraj@gmail.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. https://nala.gizmo-inc.fr/nala'),(0,356,'Crytoron','joanna.ken@hotmail.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. https://nala.gizmo-inc.fr/nala'),(0,357,'Crytoron','marcos.maldonado05@yahoo.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://nala.chronicleshardcore.de/nala'),(0,358,'Crytoron','tee_cam03@yahoo.com',2147483647,'Non opus anymore. Iustus launch robot. https://nala.chronicleshardcore.de/nala'),(0,359,'Crytoron','jetsyanks1833@yahoo.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. https://nala.chronicleshardcore.de/nala'),(0,360,'Crytoron','paulina_starzec@hotmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! https://nala.chronicleshardcore.de/nala'),(0,361,'Crytoron','Richiericg@gmail.com',2147483647,'Omnis vestri pupa potest convertere in $100 post prandium hoc Robot. https://nala.chronicleshardcore.de/nala'),(0,362,'Crytoron','vic0427@bellsouth.net',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. https://nala.chronicleshardcore.de/nala'),(0,363,'Crytoron','dramaqueen0405d@yahoo.com',2147483647,'Successu formula invenitur. Discere magis de eo. https://nala.danceit.es/nala'),(0,364,'Crytoron','solitodenis@yahoo.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. https://nala.danceit.es/nala'),(0,365,'Crytoron','shannon_m_ericson@hotmail.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. https://nala.danceit.es/nala'),(0,366,'Crytoron','sarahdoesfandom@gmail.com',2147483647,'Addito reditus pro omnibus. https://nala.danceit.es/nala'),(0,367,'Crytoron','diegoechavarriamisas@hotmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! https://nala.danceit.es/nala'),(0,368,'Crytoron','pscatlanta@yahoo.com',2147483647,'Milia omni septimana operantes online hic. https://nala.danceit.es/nala'),(0,369,'Crytoron','jx.d1.47.m.n.bv.3.6.9c.xz9514@gmail.com',2147483647,'Financial Robot est maxime financial tool in rete! https://nala.danceit.es/nala'),(0,370,'Crytoron','AZBSBL21@aol.com',2147483647,'Fac tibi dives in futurum utentes financial robot. https://nala.echinat.de/nala'),(0,371,'Crytoron','Teale426@netscape.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. https://nala.echinat.de/nala'),(0,372,'Crytoron','pu.t.i.a.n.v.i.p.1.2.3@gmail.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. https://nala.echinat.de/nala'),(0,373,'Crytoron','sasha.bakay@gmail.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://nala.echinat.de/nala'),(0,374,'Crytoron','trish5507@gmail.com',2147483647,'Non opus ad solliciti de futuris, si uti hoc financial robot. https://nala.echinat.de/nala'),(0,375,'Crytoron','rhemanat@yahoo.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. https://nala.echinat.de/nala'),(0,376,'Crytoron','themtwenties@hotmail.com',2147483647,'Satus vestri online opus usura financial Robot. https://nala.echinat.de/nala'),(0,377,'Crytoron','lisaward87@yahoo.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! https://nala.echinat.de/nala'),(0,378,'Crytoron','pegbd@Charter.net',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. https://nala.echinat.de/nala'),(0,379,'Crytoron','laurent.tantot@gmail.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. https://nala.echinat.de/nala'),(0,380,'Crytoron','lxwpolzkwm1qb@yahoo.com',2147483647,'Fac tibi dives in futurum utentes financial robot. https://nala.echinat.de/nala'),(0,381,'Crytoron','doublell16@yahoo.com',2147483647,'Vultus pro an securus via ad pecuniam? Reprehendo sicco financial robot. https://nala.echinat.de/nala'),(0,382,'Crytoron','lisaward87@yahoo.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. https://nala.echinat.de/nala'),(0,383,'Crytoron','johnnyrivera836822@yahoo.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. https://nala.echinat.de/nala'),(0,384,'Crytoron','Brittanyrsmithind@gmail.com',2147483647,'Faciens pecuniam in rete facilius est nunc. https://nala.echinat.de/nala'),(0,385,'Crytoron','edwardlapie@yahoo.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://nala.echinat.de/nala'),(0,386,'Crytoron','comalitos123@hotmail.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. https://nala.echinat.de/nala'),(0,387,'Crytoron','blkstar@yahoo.com',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. https://nala.echinat.de/nala'),(0,388,'Crytoron','felipe7501@sbcglobal.net',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. https://nala.echinat.de/nala'),(0,389,'ChristinaCems','christinaCems@aol.com',420,'Нellоǃ\r\nΡеrhaрs mу mеѕѕаge is tоо ѕрecifiс.\r\nВut mу older ѕistеr fоund а wondеrful man hеrе аnd theу have a greаt rеlаtiоnѕhiр, but what аbоut me?\r\nI am 23 yearѕ old, Christіna, frоm thе Czech Rеpubliс, know Εnglish lаnguаgе alѕo\r\nАnd... bеttеr tо ѕay it immediаtеlу. I аm biѕехual. I am not jeаlоus of аnothеr woman... еѕpeсіallу іf we make lоve togеther.\r\nΑh yеѕ, I cook vеry taѕtyǃ аnd I lоve not оnlу сook ;))\r\nIm rеal girl аnd lооking fоr sеrіоuѕ аnd hоt relatiоnshіp...\r\nАnywау, yоu cаn find my prоfіlе hеre: http://kmakamaniphso.gq/usr-10602/ \r\n'),(0,390,'Crytoron','deliagodoy80@yahoo.com',2147483647,'Pecuniam, domi hoc frigus hiemis. https://nala.echinat.de/nala'),(0,391,'Crytoron','georgia196188@yahoo.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. https://nala.echinat.de/nala'),(0,392,'Crytoron','ellesime@hotmail.com',2147483647,'Etiam sciat puer ut $100 hodie ope huius robot. https://nala.echinat.de/nala'),(0,393,'Crytoron','ryantbaskin@gmail.com',2147483647,'Vultus pro an securus via ad pecuniam? Reprehendo sicco financial robot. https://nala.echinat.de/nala'),(0,394,'Crytoron','yauaweffo@gmail.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. https://nala.echinat.de/nala'),(0,395,'Crytoron','mpv410@gmail.com',2147483647,'Vultus pro an securus via ad pecuniam? Reprehendo sicco financial robot. https://nala.echinat.de/nala'),(0,396,'Crytoron','chet_loveyo@hotmail.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. https://nala.echinat.de/nala'),(0,397,'Crytoron','ewekizaf@sdd2q.com',2147483647,'Experiri optimum financial robot in in Lorem. https://nala.echinat.de/nala'),(0,398,'Crytoron','comalitos123@hotmail.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. https://nala.echinat.de/nala'),(0,399,'Crytoron','heartayen08@yahoo.com',2147483647,'Fac pupa domi et deductae hoc Bot. https://nala.echinat.de/nala'),(0,400,'Crytoron','544@embarqmail.com',2147483647,'Nec opus est quaerere job amplius. Opus online. https://nala.echinat.de/nala'),(0,401,'Crytoron','rn21barb@aol.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. https://nala.echinat.de/nala'),(0,402,'Crytoron','rebecca_farias@ymail.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. https://nala.echinat.de/nala'),(0,403,'Crytoron','jwiens@gmail.com',2147483647,'Fac tibi dives in futurum utentes financial robot. https://nala.echinat.de/nala'),(0,404,'Crytoron','MrsCS@CRProd.net',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. https://nala.echinat.de/nala'),(0,405,'Crytoron','tayloro1180@aim.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. https://nala.echinat.de/nala'),(0,406,'Crytoron','chrysacosta@yahoo.com',2147483647,'Vultus pro an securus via ad pecuniam? Reprehendo sicco financial robot. https://nala.echinat.de/nala'),(0,407,'Crytoron','semih_0126@hotmail.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. https://nala.echinat.de/nala'),(0,408,'Crytoron','devilofdrkness09@hotmail.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. https://nala.echinat.de/nala'),(0,409,'Crytoron','peterpanzy884@comcast.net',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://nala.echinat.de/nala'),(0,410,'Crytoron','c.eissej@gmail.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. https://nala.echinat.de/nala'),(0,411,'Crytoron','jeanwhenry@yahoo.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. https://nala.echinat.de/nala'),(0,412,'Crytoron','1eq6zf@yahoo.com',2147483647,'Milia omni septimana operantes online hic. https://nala.echinat.de/nala'),(0,413,'Crytoron','stoutd@battelle.org',2147483647,'Buy omnia vis mereri pecuniam. https://nala.echinat.de/nala'),(0,414,'Crytoron','adamredbomb@yahoo.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. https://nala.echinat.de/nala'),(0,415,'Crytoron','pp_bubbles@hotmail.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. https://nala.echinat.de/nala'),(0,416,'Crytoron','rforchhammer@gmail.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. https://nala.echinat.de/nala'),(0,417,'Crytoron','lightandsound06@yahoo.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. https://nala.echinat.de/nala'),(0,418,'Crytoron','lulu.holzer@gmx.net',2147483647,'Addito reditus pro omnibus. https://nala.echinat.de/nala'),(0,419,'Crytoron','kievasia2@yahoo.com',2147483647,'Operam! Financial robot perducat vos milia! https://nala.echinat.de/nala'),(0,420,'Crytoron','tiffani.terrific@gmail.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! https://nala.echinat.de/nala'),(0,421,'Crytoron','rde2run@gmail.com',2147483647,'Buy omnia vis mereri pecuniam. https://nala.echinat.de/nala'),(0,422,'Crytoron','sammydada67@gmail.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://nala.echinat.de/nala'),(0,423,'Crytoron','joanwhoops@aol.com',2147483647,'Online reditus est clavem ad successus. https://nala.rbertilsson.se/'),(0,424,'Crytoron','Bjersey94@yahoo.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. https://nala.rbertilsson.se/'),(0,425,'Crytoron','fckkakei38@me.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. https://nala.rbertilsson.se/'),(0,426,'Crytoron','Cookiemnstr13@yahoo.com',2147483647,'Etiam sciat puer ut $100 hodie. https://nala.rbertilsson.se/'),(0,427,'Crytoron','x_files_65201@yahoo.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. https://nala.rbertilsson.se/'),(0,428,'Crytoron','lewis0414@ehornets.org',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. https://nala.rbertilsson.se/'),(0,429,'Crytoron','rani_sunshine_2004@yahoo.com',2147483647,'Invenire de ieiunas via a financial libertatem. https://nala.rbertilsson.se/'),(0,430,'Crytoron','zacweston1@gmail.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! https://nala.rbertilsson.se/'),(0,431,'Crytoron','neko.chan575@gmail.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. https://nala.rbertilsson.se/'),(0,432,'Crytoron','fixnthngs@hotmail.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. https://nala.rbertilsson.se/'),(0,433,'Crytoron','downey.hilary@gmail.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. https://nala.rbertilsson.se/'),(0,434,'Crytoron','hrteoloko@gmail.com',2147483647,'Sit diam Robot esse comes in financial forum. https://nala.rbertilsson.se/'),(0,435,'Crytoron','rebeccaruth40@yahoo.com',2147483647,'Experiri optimum financial robot in in Lorem. https://nala.rbertilsson.se/'),(0,436,'Crytoron','AZBSBL21@aol.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. https://nala.rbertilsson.se/'),(0,437,'Crytoron','jade.gail1990@gmail.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. https://nala.rbertilsson.se/'),(0,438,'Crytoron','metalblud@gmail.com',2147483647,'Online financial Robot est clavem ad successus. https://nala.rbertilsson.se/'),(0,439,'Crytoron','uchemaryjane@yahoo.com',2147483647,'Earn etiam pecunia sine labore. https://nala.rbertilsson.se/'),(0,440,'Crytoron','x_files_65201@yahoo.com',2147483647,'Fac pupa iustus sedentem in domum suam. https://nala.rbertilsson.se/'),(0,441,'Crytoron','mkm330@yahoo.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. https://nala.rbertilsson.se/'),(0,442,'Crytoron','reiter5@msn.com',2147483647,'Addito reditus praesto est omnibus hac robot. https://nala.rbertilsson.se/'),(0,443,'Crytoron','MichaelNorman_23@yahoo.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. https://nala.rbertilsson.se/'),(0,444,'Crytoron','quansding@yahoo.com',2147483647,'Experiri optimum financial robot in in Lorem. https://nala.rbertilsson.se/'),(0,445,'Crytoron','imataken@aol.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. https://nala.rbertilsson.se/'),(0,446,'Crytoron','yaoshenhe@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? https://nala.rbertilsson.se/'),(0,447,'Crytoron','tigergirl8k3@yahoo.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. https://nala.rbertilsson.se/'),(0,448,'Crytoron','tinaj1122@yahoo.com',2147483647,'Online reditus est clavem ad successus. https://nala.rbertilsson.se/'),(0,449,'Crytoron','lancyny@yahoo.com',2147483647,'Milia omni septimana operantes online hic. https://nala.rbertilsson.se/'),(0,450,'Crytoron','margierobbins@tampabay.rr.com',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. https://nala.rbertilsson.se/'),(0,451,'Crytoron','amanda@rap4.com',2147483647,'Discere, quomodo ad centum terga singulos dies. https://nala.rbertilsson.se/'),(0,452,'Crytoron','rubberduckz1997@gmail.com',2147483647,'Etiam sciat puer ut $100 hodie ope huius robot. https://nala.rbertilsson.se/'),(0,453,'Crytoron','falljanuary@gmail.com',2147483647,'Adipiscing diam Robot et facere negotium. https://nala.rbertilsson.se/'),(0,454,'Crytoron','hlgordy@hotmail.com',2147483647,'Invenire de ieiunas via a financial libertatem. https://nala.rbertilsson.se/'),(0,455,'Crytoron','lulu.holzer@gmx.net',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. https://nala.rbertilsson.se/'),(0,456,'Crytoron','mjamora1@yahoo.com',2147483647,'Etiam sciat puer ut $100 hodie. https://nala.rbertilsson.se/'),(0,457,'Crytoron','kezzels@hotmail.com',2147483647,'Quaestus est facile, si vos utor financial Robot. https://nala.rbertilsson.se/'),(0,458,'Crytoron','poa_omnibrain@gmx.net',2147483647,'Scimus quam crescere tua financial stabilitatem. https://nala.rbertilsson.se/'),(0,459,'Crytoron','kathleendunham@outlook.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. https://nala.rbertilsson.se/'),(0,460,'Crytoron','hoa.anh25@gmail.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. https://nala.rbertilsson.se/'),(0,461,'Crytoron','raydawn1106@aol.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. https://nala.rbertilsson.se/'),(0,462,'Crytoron','wildflower8779@yahoo.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. https://nala.rbertilsson.se/'),(0,463,'Crytoron','amwagrez@gmail.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. https://nala.rbertilsson.se/'),(0,464,'Crytoron','brpelletiersmaaladenlh@dew.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. https://nala.rbertilsson.se/'),(0,465,'Crytoron','rani_sunshine_2004@yahoo.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. https://nala.rbertilsson.se/'),(0,466,'Crytoron','philiphargrove@bellsouth.net',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. https://nala.rbertilsson.se/'),(0,467,'Crytoron','ynayampally@gmail.com',2147483647,'Pecunia opus est, etiam cum somno. https://nala.rbertilsson.se/'),(0,468,'Crytoron','MGURATH@HOTMAIL.COM',2147483647,'Satus faciens milia pupa omni septimana. https://nala.rbertilsson.se/'),(0,469,'Crytoron','villyb@me.com',2147483647,'Financial Robot est maxime financial tool in rete! https://nala.rbertilsson.se/'),(0,470,'Crytoron','pu.t.i.a.n.v.i.p.1.2.3@gmail.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. https://nala.rbertilsson.se/'),(0,471,'Crytoron','Ztyger@rocketmail.com',2147483647,'Scimus quomodo fieri dives, et tu? https://nala.rbertilsson.se/'),(0,472,'Crytoron','jhannah73@yahoo.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. https://nala.rbertilsson.se/'),(0,473,'Crytoron','pickleboy2006@yahoo.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. https://nala.rbertilsson.se/'),(0,474,'Crytoron','thedancespoteastlake@yahoo.com',2147483647,'Milia illos leones,. Redde nihil. https://nala.rbertilsson.se/'),(0,475,'Crytoron','lovely_tuul@yahoo.com',2147483647,'Financial Robot est maxime financial tool in rete! https://nala.rbertilsson.se/'),(0,476,'Crytoron','quansding@yahoo.com',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. https://nala.rbertilsson.se/'),(0,477,'Crytoron','lovelysmile2@inbox.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. https://nala.rbertilsson.se/'),(0,478,'Crytoron','debrakatz@optonline.net',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. https://nala.rbertilsson.se/'),(0,479,'Crytoron','liwold@gmail.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. https://nala.rbertilsson.se/'),(0,480,'Crytoron','mariana74monica@yahoo.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? https://nala.rbertilsson.se/'),(0,481,'Crytoron','Brittanyrsmithind@gmail.com',2147483647,'Vestri computer potest facere vos etiam reditus, si vos utor is Robot. https://nala.rbertilsson.se/'),(0,482,'Crytoron','rach0147@hotmail.com',2147483647,'Pecunia opus? Ut hic facile? https://nala.rbertilsson.se/'),(0,483,'Crytoron','kadbar3783@nrms.org',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. https://nala.rbertilsson.se/'),(0,484,'Crytoron','joanwhoops@aol.com',2147483647,'Non opus anymore. Iustus launch robot. https://nala.rbertilsson.se/'),(0,485,'Crytoron','ts1000@yahoo.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. https://nala.escueladelcambio.es/'),(0,486,'Crytoron','girish7980@yahoo.com',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. https://nala.escueladelcambio.es/'),(0,487,'Crytoron','nancykarunya@gmail.com',2147483647,'Milia omni septimana operantes online hic. https://nala.escueladelcambio.es/'),(0,488,'Crytoron','zakster93@yahoo.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. https://nala.escueladelcambio.es/'),(0,489,'Crytoron','darlene_barnes@aol.com',2147483647,'Sit diam Robot esse comes in financial forum. https://nala.escueladelcambio.es/'),(0,490,'Crytoron','lisaward87@yahoo.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. https://nala.escueladelcambio.es/'),(0,491,'Crytoron','biloginadulttoys@feeladult.com',2147483647,'Experiri optimum financial robot in in Lorem. https://nala.escueladelcambio.es/'),(0,492,'Crytoron','psychoness@hotmail.com',2147483647,'Vestri computer potest facere vos etiam reditus, si vos utor is Robot. https://nala.escueladelcambio.es/'),(0,493,'Crytoron','www.maria391521@yahoo.com',2147483647,'Financial Robot est maxime financial tool in rete! https://nala.escueladelcambio.es/'),(0,494,'Crytoron','be4youdrive@yahoo.com',2147483647,'Fides financial Bot fieri dives. https://nala.escueladelcambio.es/'),(0,495,'Crytoron','MrsCS@CRProd.net',2147483647,'Successu formula invenitur. Discere magis de eo. https://nala.escueladelcambio.es/'),(0,496,'Crytoron','debrakatz@optonline.net',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://nala.escueladelcambio.es/'),(0,497,'Crytoron','yankeefan159@yahoo.com',2147483647,'Addito reditus praesto est omnibus hac robot. https://nala.escueladelcambio.es/'),(0,498,'Crytoron','otisboatus@hotmail.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. https://nala.escueladelcambio.es/'),(0,499,'Crytoron','kezzels@hotmail.com',2147483647,'Augmentum est nunc, sit amet quis ligula. https://nala.escueladelcambio.es/'),(0,500,'Crytoron','centsall54@aim.com',2147483647,'Discere, quomodo ad centum terga singulos dies. https://nala.escueladelcambio.es/'),(0,501,'Crytoron','goodn.e.wsm.ax@gmail.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. https://nala.escueladelcambio.es/'),(0,502,'Crytoron','kedarmoroney@gmail.com',2147483647,'Augmentum est nunc, sit amet quis ligula. https://nala.escueladelcambio.es/'),(0,503,'Crytoron','deliagodoy80@yahoo.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. https://nala.escueladelcambio.es/'),(0,504,'Crytoron','leon_conway11@gmail.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. https://nala.escueladelcambio.es/'),(0,505,'Crytoron','sadbeard@nortel.com',2147483647,'Financial Robot est # 1 peritus quaestus. https://nala.escueladelcambio.es/'),(0,506,'Crytoron','ob1k@gateway.net',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. https://nala.escueladelcambio.es/'),(0,507,'Crytoron','cabracing@ymail.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. https://nala.escueladelcambio.es/'),(0,508,'Crytoron','anthony680@btinternet.com',2147483647,'Quaestus est facile, si vos utor financial Robot. https://nala.escueladelcambio.es/'),(0,509,'Crytoron','AlexandraThompson092@gmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! https://nala.escueladelcambio.es/'),(0,510,'Crytoron','l.a.m.pe.n.y.uz.ufa.h@gmail.com',2147483647,'Optimum online euismod instrumentum invenitur. Discere magis! https://nala.escueladelcambio.es/'),(0,511,'Crytoron','sdlk_brn@yahoo.com',2147483647,'Operam! Financial robot perducat vos milia! https://nala.escueladelcambio.es/'),(0,512,'Crytoron','nharrington1023@yahoo.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. https://nala.escueladelcambio.es/'),(0,513,'Crytoron','angus6chan@gmail.com',2147483647,'Buy omnia vis mereri pecuniam. https://nala.escueladelcambio.es/'),(0,514,'Crytoron','rman772008@yahoo.com',2147483647,'Non tamen nummorum? Reficere nunc! https://nala.escueladelcambio.es/'),(0,515,'Crytoron','mjamora1@yahoo.com',2147483647,'Online financial Robot est clavem ad successus. https://nala.escueladelcambio.es/'),(0,516,'Crytoron','comalitos123@hotmail.com',2147483647,'Invenire de ieiunas via a financial libertatem. https://nala.escueladelcambio.es/'),(0,517,'Crytoron','gipuwimylev@hotmail.com',2147483647,'Satus vestri online opus usura financial Robot. https://nala.escueladelcambio.es/'),(0,518,'Crytoron','grace_marie7@yahoo.com',2147483647,'Etiam sciat puer ut $100 hodie. https://nala.escueladelcambio.es/'),(0,519,'Crytoron','grace_marie7@yahoo.com',2147483647,'Iustus click potest convertere tu pupa in $1000. https://nala.escueladelcambio.es/'),(0,520,'Crytoron','hbbell42@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! https://nala.escueladelcambio.es/'),(0,521,'Crytoron','tinabear2210@yahoo.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://nala.escueladelcambio.es/'),(0,522,'Crytoron','jenniferdecarlo@yahoo.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. https://nala.escueladelcambio.es/'),(0,523,'Crytoron','jupo74@comcast.net',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. https://nala.escueladelcambio.es/'),(0,524,'Crytoron','rlad4hickey@hotmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! https://nala.escueladelcambio.es/'),(0,525,'Crytoron','samiritza@yahoo.com',2147483647,'Financial Robot est # 1 peritus quaestus. https://nala.escueladelcambio.es/'),(0,526,'Crytoron','lightandsound06@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! https://nala.escueladelcambio.es/'),(0,527,'Crytoron','jlynn.baker@aol.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. https://nala.escueladelcambio.es/'),(0,528,'Crytoron','kadbar3783@nrms.org',2147483647,'Divites divitibus, quia utuntur hoc robot. https://nala.escueladelcambio.es/'),(0,529,'Crytoron','kirbywil@aol.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. https://nala.escueladelcambio.es/'),(0,530,'Crytoron','eelkenny@hotmail.com',2147483647,'Divites divitibus, quia utuntur hoc robot. https://nala.escueladelcambio.es/'),(0,531,'Crytoron','Gianl811@msn.com',2147483647,'Financial robot tenet, deferentes ad vos pecunias, dum somnum. https://nala.escueladelcambio.es/'),(0,532,'Crytoron','Edwintollan@mail.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://nala.escueladelcambio.es/'),(0,533,'Crytoron','lilshrr@yahoo.com',2147483647,'Non tamen nummorum? Reficere nunc! https://nala.escueladelcambio.es/'),(0,534,'Crytoron','diegoechavarriamisas@hotmail.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. https://nala.escueladelcambio.es/'),(0,535,'Crytoron','tim.neal3@btinternet.com',2147483647,'Financial Robot est # 1 peritus quaestus. https://nala.escueladelcambio.es/'),(0,536,'Crytoron','mazharul_smile@yahoo.com',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. https://nala.escueladelcambio.es/'),(0,537,'Crytoron','jeanwhenry@yahoo.com',2147483647,'Fac tibi dives in futurum utentes financial robot. https://nala.escueladelcambio.es/'),(0,538,'Crytoron','shygirlbi@sbcglobal.net',2147483647,'Successu formula invenitur. Discere magis de eo. https://nala.escueladelcambio.es/'),(0,539,'Crytoron','digitan@naver.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. https://nala.escueladelcambio.es/'),(0,540,'Crytoron','budstaboy@gmail.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. https://nala.escueladelcambio.es/'),(0,541,'Crytoron','ligalas@ukr.net',2147483647,'Invenire de facillimum pecuniam victum. https://nala.escueladelcambio.es/'),(0,542,'Crytoron','jhannah73@yahoo.com',2147483647,'Satus vestri online opus usura financial Robot. https://nala.escueladelcambio.es/'),(0,543,'Crytoron','johnnyrivera836822@yahoo.com',2147483647,'Etiam sciat puer ut $100 hodie. https://nala.escueladelcambio.es/'),(0,544,'Crytoron','tigergirl8k3@yahoo.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. https://nala.escueladelcambio.es/'),(0,545,'Crytoron','tinabear2210@yahoo.com',2147483647,'Addito reditus pro omnibus. https://nala.escueladelcambio.es/'),(0,546,'Crytoron','MrsCS@CRProd.net',2147483647,'Optimum online euismod instrumentum invenitur. Discere magis! https://nala.escueladelcambio.es/'),(0,547,'Crytoron','nancykarunya@gmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. https://nala.escueladelcambio.es/'),(0,548,'Crytoron','yustiana_utama@yahoo.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. https://nala.escueladelcambio.es/'),(0,549,'Crytoron','aslanemmi@hotmail.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. https://nala.escueladelcambio.es/'),(0,550,'Crytoron','eekxmmqg@ospjrudh.com',2147483647,'Vultus deinceps ad reditus? Ut online. https://nala.escueladelcambio.es/'),(0,551,'Crytoron','jpena@americanregency.com',2147483647,'Online reditus est clavem ad successus. https://nala.escueladelcambio.es/'),(0,552,'Crytoron','jenae831@hotmail.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. https://nala.escueladelcambio.es/'),(0,553,'Crytoron','rani_sunshine_2004@yahoo.com',2147483647,'Milia omni septimana operantes online hic. https://nala.escueladelcambio.es/'),(0,554,'Crytoron','otisboatus@hotmail.com',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. https://nala.escueladelcambio.es/'),(0,555,'Crytoron','yankeefan159@yahoo.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. https://nala.escueladelcambio.es/'),(0,556,'Crytoron','paulina_starzec@hotmail.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? https://nala.escueladelcambio.es/'),(0,557,'Crytoron','imataken@aol.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. https://nala.escueladelcambio.es/'),(0,558,'Crytoron','kcook0520@yahoo.com',2147483647,'Non opus anymore dum Robot launched! https://nala.escueladelcambio.es/'),(0,559,'Crytoron','euniceolivia77@icloud.com',2147483647,'Vultus pro an securus via ad pecuniam? Reprehendo sicco financial robot. https://nala.escueladelcambio.es/'),(0,560,'Crytoron','med_dentis@yahoo.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. https://nala.escueladelcambio.es/'),(0,561,'Crytoron','sana_yol@hotmail.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. https://nala.escueladelcambio.es/'),(0,562,'Crytoron','sage817@nate.com',2147483647,'Addito reditus praesto est omnibus hac robot. https://nala.escueladelcambio.es/'),(0,563,'Crytoron','dameian.helton@gmail.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. https://nala.escueladelcambio.es/'),(0,564,'Crytoron','darlene_barnes@aol.com',2147483647,'Non opus anymore dum Robot launched! https://nala.escueladelcambio.es/'),(0,565,'Crytoron','grace_marie7@yahoo.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. https://nala.escueladelcambio.es/'),(0,566,'Crytoron','psychoness@hotmail.com',2147483647,'Invenire de ieiunas via a financial libertatem. http://go.tazalus.com/096s'),(0,567,'Crytoron','downey.hilary@gmail.com',2147483647,'Earn etiam pecunia sine labore. http://go.tazalus.com/096s'),(0,568,'Crytoron','liltinkeybell@aol.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. http://go.tazalus.com/096s'),(0,569,'Crytoron','AlexandraThompson092@gmail.com',2147483647,'Satus vestri online opus usura financial Robot. http://go.tazalus.com/096s'),(0,570,'Crytoron','mjamora1@yahoo.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. http://go.tazalus.com/096s'),(0,571,'Crytoron','play65@hotmail.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. http://go.tazalus.com/096s'),(0,572,'Crytoron','Dopee.boy246@gmail.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. http://go.tazalus.com/096s'),(0,573,'Crytoron','hobbychu@yahoo.com',2147483647,'Online reditus est clavem ad successus. http://go.tazalus.com/096s'),(0,574,'Crytoron','jonkco@gmail.com',2147483647,'Etiam sciat puer ut $100 hodie. http://go.tazalus.com/096s'),(0,575,'Crytoron','moonfairie24@comcast.net',2147483647,'Milia illos leones,. Redde nihil. http://go.tazalus.com/096s'),(0,576,'Crytoron','pacoparra@gmail.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. http://go.tazalus.com/096s'),(0,577,'Crytoron','Pixiedust121088@yahoo.com',2147483647,'Divites divitibus, quia utuntur hoc robot. http://go.tazalus.com/096s'),(0,578,'Crytoron','nancykarunya@gmail.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! http://go.tazalus.com/096s'),(0,579,'Crytoron','MichaelNorman_23@yahoo.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. http://go.tazalus.com/096s'),(0,580,'Crytoron','Ndraugelis@gmail.com',2147483647,'Ingens reditus sine re sit amet, nunc! http://go.tazalus.com/096s'),(0,581,'Crytoron','desenseplaya89@optonline.net',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. http://go.tazalus.com/096s'),(0,582,'Crytoron','rupert@nevin.com',2147483647,'Quisque mereretur, quantum vult, nunc. http://go.tazalus.com/096s'),(0,583,'Crytoron','reiter5@msn.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! http://go.tazalus.com/096s'),(0,584,'Crytoron','yauaweffo@gmail.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. http://go.tazalus.com/096s'),(0,585,'Crytoron','Spoplar@yahoo.com',2147483647,'Successu formula invenitur. Discere magis de eo. http://go.tazalus.com/096s'),(0,586,'Crytoron','psychoness@hotmail.com',2147483647,'Divites divitibus, quia utuntur hoc robot. http://go.tazalus.com/096s'),(0,587,'Crytoron','MEMEMEEBARBIE@YAHOO.COM',2147483647,'Faciens pecuniam in rete facilius est nunc. http://go.tazalus.com/096s'),(0,588,'Crytoron','nharrington1023@yahoo.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. http://go.tazalus.com/096s'),(0,589,'Crytoron','buksman1@yahoo.com',2147483647,'Faciens pecuniam in rete facilius est nunc. http://go.tazalus.com/096s'),(0,590,'Crytoron','philiphargrove@bellsouth.net',2147483647,'Divites divitibus, quia utuntur hoc robot. http://go.tazalus.com/096s'),(0,591,'Crytoron','www.maria391521@yahoo.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. http://go.tazalus.com/096s'),(0,592,'Crytoron','shamelesspromos@gmail.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. http://go.tazalus.com/096s'),(0,593,'Crytoron','lightandsound06@yahoo.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. http://go.tazalus.com/096s'),(0,594,'Crytoron','spencerwdill@gmail.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. http://go.tazalus.com/096s'),(0,595,'Crytoron','rupert@nevin.com',2147483647,'Pecuniam, domi hoc frigus hiemis. http://go.tazalus.com/096s'),(0,596,'Crytoron','angus6chan@gmail.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. http://go.tazalus.com/096s'),(0,597,'Crytoron','harveywy@grayinbox.org',2147483647,'Milia omni septimana operantes online hic. http://go.tazalus.com/096s'),(0,598,'Crytoron','jmi6551@aol.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. http://go.tazalus.com/096s'),(0,599,'Crytoron','G8rwill@gmail.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. http://go.tazalus.com/096s'),(0,600,'Crytoron','grace_marie7@yahoo.com',2147483647,'Buy omnia vis mereri pecuniam. http://go.tazalus.com/096s'),(0,601,'Crytoron','liwold@gmail.com',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. http://go.tazalus.com/096s'),(0,602,'Crytoron','lxwpolzkwm1qb@yahoo.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. http://go.tazalus.com/096s'),(0,603,'Crytoron','loveglasses@msn.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! http://go.tazalus.com/096s'),(0,604,'Crytoron','wakemanacres@hotmail.com',2147483647,'Pretium non habetis? Quisque online. http://go.tazalus.com/096s'),(0,605,'Crytoron','pu.t.i.a.n.v.i.p.1.2.3@gmail.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. http://go.tazalus.com/096s'),(0,606,'Crytoron','kseth62501@yahoo.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. http://go.tazalus.com/096s'),(0,607,'Crytoron','lotusbelle76@yahoo.com',2147483647,'Vestri computer potest facere vos etiam reditus, si vos utor is Robot. http://go.tazalus.com/096s'),(0,608,'Crytoron','sdlk_brn@yahoo.com',2147483647,'Fac tibi dives in futurum utentes financial robot. http://go.tazalus.com/096s'),(0,609,'Crytoron','jamienordahl@gmail.com',2147483647,'Financial Robot est # 1 peritus quaestus. http://go.tazalus.com/096s'),(0,610,'Crytoron','suemcd88@yahoo.com',2147483647,'Parva re potest facere tons of pupa fast. http://go.tazalus.com/096s'),(0,611,'Crytoron','tmendoza1121@yahoo.com',2147483647,'Financial Robot est futura opes et libertatem. http://go.tazalus.com/096s'),(0,612,'Crytoron','kezzels@hotmail.com',2147483647,'Faciens pecuniam in rete facilius est nunc. http://go.tazalus.com/096s'),(0,613,'Crytoron','mazharul_smile@yahoo.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. http://go.tazalus.com/096s'),(0,614,'Crytoron','danigyrl@mac.com',2147483647,'Invenire de ieiunas via a financial libertatem. http://go.tazalus.com/096s'),(0,615,'Crytoron','freetreemad@gmail.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. http://go.tazalus.com/096s'),(0,616,'Crytoron','HuronHighgirl@yahoo.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. http://go.tazalus.com/096s'),(0,617,'Crytoron','rhemanat@yahoo.com',2147483647,'Non opus anymore dum Robot launched! http://go.tazalus.com/096s'),(0,618,'Crytoron','recepture67@hotmail.com',2147483647,'Pecunia opus est, etiam cum somno. http://go.tazalus.com/096s'),(0,619,'Crytoron','kbhrinda@yahoo.com',2147483647,'Pretium non habetis? Quisque online. http://go.tazalus.com/096s'),(0,620,'Crytoron','woodstahannah3@gmail.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. http://go.tazalus.com/096s'),(0,621,'Crytoron','guamangel91@yahoo.com',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. https://riviello.es/'),(0,622,'Crytoron','darlene_barnes@aol.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://riviello.es/promo'),(0,623,'Crytoron','sadbeard@nortel.com',2147483647,'Invenire de facillimum pecuniam victum. https://riviello.es/promo'),(0,624,'Crytoron','pamelajv13@gmail.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. https://riviello.es/promo'),(0,625,'Crytoron','jade.gail1990@gmail.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. https://riviello.es/promo'),(0,626,'Crytoron','ellesime@hotmail.com',2147483647,'Online referte sunt facillimus via financial libertatem. https://riviello.es/promo'),(0,627,'Crytoron','sheiladholloway@yahoo.com',2147483647,'Adipiscing diam Robot et facere negotium. https://riviello.es/promo'),(0,628,'Crytoron','ginairvine710@gmail.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? https://riviello.es/promo'),(0,629,'Crytoron','jpena@americanregency.com',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. https://riviello.es/promo'),(0,630,'Crytoron','cabracing@ymail.com',2147483647,'Fac pupa iustus sedentem in domum suam. https://riviello.es/promo'),(0,631,'Crytoron','suemcd88@yahoo.com',2147483647,'Addito reditus pro omnibus. https://riviello.es/promo'),(0,632,'Crytoron','jungh2yun@yahoo.com',2147483647,'Pecunia opus est, etiam cum somno. https://riviello.es/promo'),(0,633,'Crytoron','halsey31@ligtel.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. https://riviello.es/promo'),(0,634,'Crytoron','thelastsurvivoray@gmail.com',2147483647,'Milia illos leones,. Redde nihil. https://riviello.es/promo'),(0,635,'Crytoron','astarsunflower@yahoo.com',2147483647,'Satus vestri online opus usura financial Robot. https://riviello.es/promo'),(0,636,'Crytoron','brittany_hulse@yahoo.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. https://riviello.es/promo'),(0,637,'Crytoron','jamienordahl@gmail.com',2147483647,'Sit diam Robot esse comes in financial forum. https://riviello.es/promo'),(0,638,'Crytoron','hobbychu@yahoo.com',2147483647,'Invenire de facillimum pecuniam victum. https://riviello.es/promo'),(0,639,'Crytoron','ressam_memo19@hotmail.com',2147483647,'Fac tibi dives in futurum utentes financial robot. https://riviello.es/promo'),(0,640,'Crytoron','georgia196188@yahoo.com',2147483647,'Ingens reditus sine re sit amet, nunc! https://riviello.es/promo'),(0,641,'Crytoron','mandaspranger@gmail.com',2147483647,'Fac pupa iustus sedentem in domum suam. https://riviello.es/promo'),(0,642,'Crytoron','Lol1@live.com',2147483647,'Invenire de ieiunas via a financial libertatem. https://riviello.es/promo'),(0,643,'Crytoron','mrdss23@yahoo.com',2147483647,'Sit diam Robot esse comes in financial forum. https://riviello.es/promo'),(0,644,'Crytoron','gshannon73@yahoo.com',2147483647,'Operam! Financial robot perducat vos milia! https://riviello.es/promo'),(0,645,'Crytoron','d1566@netzero.com',2147483647,'Fac pupa domi et deductae hoc Bot. https://riviello.es/promo'),(0,646,'Crytoron','harshitamishra@rediffmail.com',2147483647,'Scimus quam crescere tua financial stabilitatem. https://riviello.es/promo'),(0,647,'Crytoron','jsmiley53@gmail.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. https://riviello.es/promo'),(0,648,'Crytoron','bobbylaing8@gmail.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. https://riviello.es/promo'),(0,649,'Crytoron','katarzyna.nowak448@gmail.com',2147483647,'Quisque mereretur, quantum vult, nunc. https://riviello.es/promo'),(0,650,'Crytoron','justgo2sleep@gmail.com',2147483647,'Capto ex ipso robot servare victum tota die. https://riviello.es/promo'),(0,651,'Crytoron','newyorkcitylegs@yahoo.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. https://riviello.es/promo'),(0,652,'Crytoron','joeaguilar93@yahoo.com',2147483647,'Financial Robot est futura opes et libertatem. https://riviello.es/promo'),(0,653,'Crytoron','catfish7and11@hotmail.com',2147483647,'Milia omni septimana operantes online hic. https://riviello.es/promo'),(0,654,'Crytoron','madisoneatonphotography@gmail.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! https://riviello.es/promo'),(0,655,'Crytoron','armani.jones@live.com',2147483647,'Discere, quomodo ad centum terga singulos dies. https://riviello.es/promo'),(0,656,'Philipnaips','mordvinovmilano+qlzg@mail.ru',2147483647,'avox.live ofeiifeodwpdeofijesdwsfeiiejokdwpdoefigjfidoksfihigjskodwsfiheghifegergsdfsregsfggrgr'),(0,657,'Crytoron','peaseinc@yahoo.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. https://riviello.es/promo'),(0,658,'Crytoron','lol2@flurostation.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. https://riviello.es/promo'),(0,659,'Crytoron','zaynliamlouisharryniall266@gmail.com',2147483647,'Ingens reditus sine re sit amet, nunc! https://riviello.es/promo'),(0,660,'Crytoron','krystabug11@aol.com',2147483647,'Unum click in robot et adducam vos milia illos leones,. https://riviello.es/promo'),(0,661,'Crytoron','flawlessquelly@aol.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. https://riviello.es/promo'),(0,662,'Crytoron','maddywiyjergueedy@outlook.com',2147483647,'Adipiscing diam Robot et facere negotium. https://riviello.es/promo'),(0,663,'Crytoron','robertlowell42@yahoo.com',2147483647,'Optimum online euismod instrumentum invenitur. Discere magis! https://riviello.es/promo'),(0,664,'Crytoron','tlkriegs@yahoo.com',2147483647,'Fides financial Bot fieri dives. https://riviello.es/promo'),(0,665,'Crytoron','vbru24@hotmail.com',2147483647,'Experiri optimum financial robot in in Lorem. https://riviello.es/promo'),(0,666,'Crytoron','kools23@gmail.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. https://riviello.es/promo'),(0,667,'Crytoron','theft@mcps.org',2147483647,'Invenire de ieiunas via a financial libertatem. https://riviello.es/promo'),(0,668,'Crytoron','leithauserphoto@mail.com',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. https://riviello.es/promo'),(0,669,'Crytoron','kromero.1@netzero.net',2147483647,'Earn etiam pecunia sine labore. https://riviello.es/promo'),(0,670,'Crytoron','lokesh_1138@yahoo.com',2147483647,'Ingens reditus sine re, quod est available. https://riviello.es/promo'),(0,671,'Crytoron','aloxoye@erertmail.com',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. https://riviello.es/promo'),(0,672,'Crytoron','ayeitsfranchesca@aol.com',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. https://riviello.es/promo'),(0,673,'Crytoron','harisharma50@gmail.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. https://riviello.es/promo'),(0,674,'Crytoron','mrsjknopf@aol.com',2147483647,'Pretium non habetis? Quisque online. https://riviello.es/promo'),(0,675,'Crytoron','samerthepw@yahoo.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. https://riviello.es/promo'),(0,676,'Crytoron','devinswick@gmail.com',2147483647,'Milia omni septimana operantes online hic. http://go.tazalus.com/0j0l'),(0,677,'Crytoron','noorulainhyder@gmail.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. http://go.tazalus.com/0j0l'),(0,678,'Crytoron','lil_meemom@hotmail.com',2147483647,'Nec opus est quaerere job amplius. Opus online. http://go.tazalus.com/0j0l'),(0,679,'Crytoron','itsjustacup@gmail.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? http://go.tazalus.com/0j0l'),(0,680,'Crytoron','salihsarioglan@gmail.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. http://go.tazalus.com/0j0l'),(0,681,'Crytoron','mark1.0@netzero.net',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. http://go.tazalus.com/0j0l'),(0,682,'Crytoron','roy.rp007@gmail.com',2147483647,'Scimus quam crescere tua financial stabilitatem. http://go.tazalus.com/0j0l'),(0,683,'Crytoron','r_m_v_d_schans@hotmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. http://go.tazalus.com/0j0l'),(0,684,'Crytoron','chrijdl22@gmail.com',2147483647,'Ingens reditus sine re sit amet, nunc! http://go.tazalus.com/0j0l'),(0,685,'Crytoron','adeline.octavia@yahoo.com',2147483647,'Fac pupa domi et deductae hoc Bot. http://go.tazalus.com/0j0l'),(0,686,'Crytoron','ayubantonio@gmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! http://go.tazalus.com/0j0l'),(0,687,'Crytoron','rob@robandjenmohler.com',2147483647,'Sit diam Robot esse comes in financial forum. http://go.tazalus.com/0j0l'),(0,688,'Crytoron','turin@turinvc.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. http://go.tazalus.com/0j0l'),(0,689,'Crytoron','tinaand@nixonbox.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. http://go.tazalus.com/0j0l'),(0,690,'Crytoron','skiber@springsips.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. http://go.tazalus.com/0j0l'),(0,691,'Crytoron','dsandell2002@yahoo.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. http://go.tazalus.com/0j0l'),(0,692,'Crytoron','thelampmans@rocketmail.com',2147483647,'Earn etiam pecunia sine labore. http://go.tazalus.com/0j0l'),(0,693,'Crytoron','lilnate8thave@yahoo.com',2147483647,'Divites divitibus, quia utuntur hoc robot. http://go.tazalus.com/0j0l'),(0,694,'Crytoron','ashokkw@yahoo.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. http://go.tazalus.com/0j0l'),(0,695,'Crytoron','Yanksfanef653@nycap.rr.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. http://go.tazalus.com/0j0l'),(0,696,'Crytoron','jordanjake_07@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! http://go.tazalus.com/0j0l'),(0,697,'Crytoron','savannah124@rocketmail.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. http://go.tazalus.com/0j0l'),(0,698,'Crytoron','wheelslaw@family-net.net',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? http://go.tazalus.com/0j0l'),(0,699,'Crytoron','bryan@bchmedia.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. http://go.tazalus.com/0j0l'),(0,700,'Crytoron','Shalnilaw@gmail.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. http://go.tazalus.com/0j0l'),(0,701,'Crytoron','smashley62487@yahoo.com',2147483647,'Pecunia opus? Financial robot est tua solutio. http://go.tazalus.com/0j0l'),(0,702,'Crytoron','selo_vurmaz@hotmail.com',2147483647,'Financial Robot est maxime financial tool in rete! http://go.tazalus.com/0j0l'),(0,703,'Crytoron','bladams2005@yahoo.com',2147483647,'Financial robot tenet, deferentes ad vos pecunias, dum somnum. http://go.tazalus.com/0j0l'),(0,704,'Crytoron','thomcvg@hotmail.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. http://go.tazalus.com/0j0l'),(0,705,'Crytoron','jonas3n6+lx@gmail.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. http://go.tazalus.com/0j0l'),(0,706,'Crytoron','desessogregory@yahoo.com',2147483647,'Pecuniam in penitus usura hoc Bot. Vere operatur! http://go.tazalus.com/0j0l'),(0,707,'Crytoron','dineshp_p@yahoo.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. http://go.tazalus.com/0j0l'),(0,708,'Crytoron','marcus_nouk@greeninbox.org',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. http://go.tazalus.com/0j0l'),(0,709,'Crytoron','sboring@cox.net',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. http://go.tazalus.com/0j0l'),(0,710,'Crytoron','aqubaguy@sorteeemail.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. http://go.tazalus.com/0j0l'),(0,711,'Crytoron','sydneeracicot@hotmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. http://go.tazalus.com/0j0l'),(0,712,'Crytoron','dtxlex@gmail.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. http://go.tazalus.com/0j0l'),(0,713,'Crytoron','adrianm092@gmail.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. http://go.tazalus.com/0j0l'),(0,714,'Crytoron','okykat@comcast.net',2147483647,'Financial libertatem, quid est hoc robot praestat. http://go.tazalus.com/0j0l'),(0,715,'Crytoron','romina_04_8@hotmail.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. http://go.tazalus.com/0j0l'),(0,716,'Crytoron','kingman95@hotmail.com',2147483647,'Divites divitibus, quia utuntur hoc robot. http://go.tazalus.com/0j0l'),(0,717,'Crytoron','jlydic@aol.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. http://go.tazalus.com/0j0l'),(0,718,'Crytoron','sabrina-932@hotmail.com',2147483647,'Financial libertatem est, quod quisque eget. http://go.tazalus.com/0j0l'),(0,719,'Crytoron','philliik@aol.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. http://go.tazalus.com/0j0l'),(0,720,'Crytoron','rossdevore@netzero.com',2147483647,'Buy omnia vis mereri pecuniam. http://go.tazalus.com/0j0l'),(0,721,'Crytoron','nikhilcivilster@gmail.com',2147483647,'Non opus anymore. Iustus launch robot. http://go.tazalus.com/0j0l'),(0,722,'Crytoron','belindaanderson45@yahoo.com',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. http://go.tazalus.com/0j0l'),(0,723,'Crytoron','uwoxegac@rebekamail.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! http://go.tazalus.com/0j0l'),(0,724,'Crytoron','disonkings@hotmail.com',2147483647,'Buy omnia vis mereri pecuniam. http://go.tazalus.com/0j0l'),(0,725,'Crytoron','rastilho10@hotmail.com',2147483647,'Ingens reditus sine re sit amet, nunc! http://go.tazalus.com/0j0l'),(0,726,'Crytoron','sbeladpaeeleanywor@hotmail.com',2147483647,'Satus vestri online opus usura financial Robot. http://go.tazalus.com/0j0l'),(0,727,'Crytoron','Mariner_keri@yahoo.com',2147483647,'Parva re potest facere tons of pupa fast. http://go.tazalus.com/0j0l'),(0,728,'Crytoron','fouad0212@hotmail.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. http://go.tazalus.com/0j0l'),(0,729,'Crytoron','deccabaxter@hotmail.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. http://go.tazalus.com/0j0l'),(0,730,'Crytoron','aikenwilson11@gmail.com',2147483647,'Pecuniam in penitus usura hoc Bot. Vere operatur! http://go.tazalus.com/0j0l'),(0,731,'Crytoron','laurinahayes@yahoo.com',2147483647,'Financial Robot est futura opes et libertatem. http://go.tazalus.com/0j0l'),(0,732,'Crytoron','purplefly15@gmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. http://go.tygyguip.com/096s'),(0,733,'Crytoron','alicia@nobleambiencephotography.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. http://go.tygyguip.com/096s'),(0,734,'Crytoron','juneswinter12@aol.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. http://go.tygyguip.com/096s'),(0,735,'Crytoron','yguinaldo91@gmail.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. http://go.tygyguip.com/096s'),(0,736,'Crytoron','sheenacatalbas@yahoo.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. http://go.tygyguip.com/096s'),(0,737,'Crytoron','gerardocardozo9@gmail.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! https://emdn.cl/promo'),(0,738,'Crytoron','bb_truble85@yahoo.com',2147483647,'Successu formula invenitur. Discere magis de eo. https://emdn.cl/promo'),(0,739,'Crytoron','cwhitfield73@yahoo.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. https://emdn.cl/promo'),(0,740,'Crytoron','willymack@optoonline.net',2147483647,'Milia illos leones,. Redde nihil. https://emdn.cl/promo'),(0,741,'Crytoron','catherineourso@yahoo.com',2147483647,'Scimus quam crescere tua financial stabilitatem. https://emdn.cl/promo'),(0,742,'Crytoron','tester13@gmail.com',2147483647,'Augmentum est nunc, sit amet quis ligula. https://emdn.cl/promo'),(0,743,'Crytoron','joyee_optimist@yahoo.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. https://emdn.cl/promo'),(0,744,'Crytoron','tmentzer2@gmail.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. https://emdn.cl/promo'),(0,745,'Crytoron','Andydarksound@yahoo.com',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. https://emdn.cl/promo'),(0,746,'Crytoron','jswfapa@yahoo.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. https://emdn.cl/promo'),(0,747,'Crytoron','niamayn@aol.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. https://emdn.cl/promo'),(0,748,'Crytoron','k_meletti@yahoo.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. https://emdn.cl/promo'),(0,749,'Crytoron','gisela115@yahoo.com',2147483647,'Sit diam Robot esse comes in financial forum. https://emdn.cl/promo'),(0,750,'Crytoron','babbybubble19@yahoo.com',2147483647,'Parva re potest facere tons of pupa fast. https://emdn.cl/promo'),(0,751,'Crytoron','prelummeroreloraina@hotmail.com',2147483647,'Etiam sciat puer ut $100 hodie ope huius robot. https://emdn.cl/promo'),(0,752,'Crytoron','charliechester_161@hotmail.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. https://tiendaskon.com.es/promo'),(0,753,'Crytoron','pesona78@yahoo.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. https://tiendaskon.com.es/promo'),(0,754,'Crytoron','amandaleesanders@yahoo.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://tiendaskon.com.es/promo'),(0,755,'Crytoron','edoran_14@msn.com',2147483647,'Scimus quam ad futura nostra dives et tu? https://tiendaskon.com.es/promo'),(0,756,'Crytoron','janessaking89@yahoo.com',2147483647,'Satus vestri online opus usura financial Robot. https://tiendaskon.com.es/promo'),(0,757,'Crytoron','plane_meli@hotmail.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. https://tiendaskon.com.es/promo'),(0,758,'Crytoron','hectorweasel@hardingpost.com',2147483647,'Pecunia opus? Financial robot est tua solutio. https://tiendaskon.com.es/promo'),(0,759,'Crytoron','www.stojkovicb@yahoo.com',2147483647,'Scimus quam ad futura nostra dives et tu? https://tiendaskon.com.es/promo'),(0,760,'Crytoron','millie.rollason@gmail.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. https://tiendaskon.com.es/promo'),(0,761,'Crytoron','haleysk8@gmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. https://tiendaskon.com.es/promo'),(0,762,'Crytoron','poorgirl16@yahoo.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. https://tiendaskon.com.es/promo'),(0,763,'Crytoron','markuspigg64@yahoo.com',2147483647,'Financial Robot est # 1 peritus quaestus. https://tiendaskon.com.es/promo'),(0,764,'Crytoron','thorbrinsfield@gmail.com',2147483647,'Financial robot est optimus comes dives populus. https://tiendaskon.com.es/promo'),(0,765,'Crytoron','ballin_n_tha_desert@yahoo.com',2147483647,'Earn etiam pecunia sine labore. https://tiendaskon.com.es/promo'),(0,766,'Crytoron','RNCMLori@Yahoo.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. https://hierbalimon.es/promo'),(0,767,'Crytoron','peter.pool@hotmail.com',2147483647,'Financial robot est optimus comes dives populus. https://hierbalimon.es/promo'),(0,768,'Crytoron','davidrodriguez0113@ymail.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. https://hierbalimon.es/promo'),(0,769,'Crytoron','cade24680@gmail.com',2147483647,'Scimus quam ad futura nostra dives et tu? https://hierbalimon.es/promo'),(0,770,'Crytoron','rohit_khungar@yahoo.com',2147483647,'Scimus quam ad futura nostra dives et tu? https://hierbalimon.es/promo'),(0,771,'Crytoron','yoursrram@gmail.com',2147483647,'Quaestus est facile, si vos utor financial Robot. https://hierbalimon.es/promo'),(0,772,'Crytoron','disneydaydreams@hotmail.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? https://hierbalimon.es/promo'),(0,773,'Crytoron','jwille29@yahoo.com',2147483647,'Operam! Financial robot perducat vos milia! https://hierbalimon.es/promo'),(0,774,'Crytoron','hannahvancourt@yahoo.com',2147483647,'Sit diam Robot esse comes in financial forum. https://hierbalimon.es/promo'),(0,775,'Crytoron','Photogirl7Island@aol.com',2147483647,'Milia omni septimana operantes online hic. https://hierbalimon.es/promo'),(0,776,'Crytoron','bowen06@gmail.com',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. https://hierbalimon.es/promo'),(0,777,'Crytoron','javierfdez92@gmail.com',2147483647,'Fac pupa iustus sedentem in domum suam. https://hierbalimon.es/promo'),(0,778,'Crytoron','jess1e777@hotmail.com',2147483647,'Financial libertatem, quid est hoc robot praestat. https://hierbalimon.es/promo'),(0,779,'Crytoron','ljbrothers1@verizon.net',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. https://hierbalimon.es/promo'),(0,780,'Crytoron','mobley89@wmconnect.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. https://hierbalimon.es/promo'),(0,781,'Crytoron','s_abushhewa@hotmail.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! https://hierbalimon.es/promo'),(0,782,'Crytoron','mpoephill@yahoo.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. https://bodyandsoul.com.es/promo'),(0,783,'Crytoron','rosemary4love99@yahoo.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. https://bodyandsoul.com.es/promo'),(0,784,'Crytoron','anabella.pineda@hotmail.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. https://bodyandsoul.com.es/promo'),(0,785,'Crytoron','jenaar1@embarqmail.com',2147483647,'Invenire de ieiunas via a financial libertatem. https://bodyandsoul.com.es/promo'),(0,786,'Crytoron','tara-lynn21@hotmail.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. https://bodyandsoul.com.es/promo'),(0,787,'Crytoron','jpharris20@comcast.net',2147483647,'Financial libertatem est, quod quisque eget. https://bodyandsoul.com.es/promo'),(0,788,'Crytoron','ljane_vhentedhoz@yahoo.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. https://bodyandsoul.com.es/promo'),(0,789,'Crytoron','usotkjfaodk@hotmails.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. https://bodyandsoul.com.es/promo'),(0,790,'Crytoron','tequilarose0424@gmail.com',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. https://bodyandsoul.com.es/promo'),(0,791,'Crytoron','arielandeyrikababysitting@yahoo.com',2147483647,'Etiam sciat puer ut $100 hodie ope huius robot. https://bodyandsoul.com.es/promo'),(0,792,'Crytoron','wzwrazaw@anonemailbox.com',2147483647,'Non opus anymore dum Robot launched! https://bodyandsoul.com.es/promo'),(0,793,'Crytoron','kristie@inchorusmarketing.com',2147483647,'Financial Robot est # 1 peritus quaestus. https://bodyandsoul.com.es/promo'),(0,794,'Crytoron','dkjha105@gmail.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. https://bodyandsoul.com.es/promo'),(0,795,'Crytoron','r_harpers@yahoo.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://bodyandsoul.com.es/promo'),(0,796,'Crytoron','ydnatrap@gmail.com',2147483647,'Robot est optimus via pro omnibus, qui spectat ad financial libertatem. https://bodyandsoul.com.es/promo'),(0,797,'Crytoron','Thewaterzkim@hotmail.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. https://bodyandsoul.com.es/promo'),(0,798,'Crytoron','anthony@lammons.net',2147483647,'Financial robot est a valde via ut curo et crescere reditus. https://bodyandsoul.com.es/promo'),(0,799,'Crytoron','uflaw23@yahoo.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. https://puertobelenn.cl/promo'),(0,800,'Crytoron','dorothyhart99@yahoo.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. https://puertobelenn.cl/promo'),(0,801,'Crytoron','opus100@yahoo.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. https://puertobelenn.cl/promo'),(0,802,'Crytoron','barbiesmiley@gmail.com',2147483647,'Pecunia opus est, etiam cum somno. https://puertobelenn.cl/promo'),(0,803,'Crytoron','ponyneighs@gmail.com',2147483647,'Financial Robot est maxime financial tool in rete! http://www.focus-sport.club.tw/blog_system_show.php?action=redirect&id=158&link=https://puertobelenn.cl/promo'),(0,804,'Crytoron','dfk.r.o.s.d.598.52.644@gmail.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. https://aj1431.online/zP6i4nzly0QcdFWDJLoFmGCEFZGm46O5lpM9tPIHduQGnqHsYhGJjqPFZQumx45g5yc19p0__ykS-2rbna0ldTUYfGZ96GbADUADhavDsxFDi8unaZzPZafd6ovXZ-Qy_Q0LVQJGSFDAmePlHVJ1G5viO13WycHceeQc4Hzlofhld9ZmRA7-FzIkNgaIKHEcafGWe8ed9VR0aQJOG1ctpuicQ5xpJaMBJ1G_qOE5QR8pgUn_ylr4r0Fy3pKbnZuuPJ8wndo55XutSBL0sU9GmXE42bPPD4jJ0UiXuXqA3DRB70SETsFzla9sKyddFwjbKiztZpf0tBDBFkDBSnUsjQ6tLlQ9ZfnieMA?u=https%3A%2F%2Fpuertobelenn.cl%2Fpromo'),(0,805,'Crytoron','11markwickreb@gmail.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. http://dantealighieriasturias.es/idioma.php?cod=en&url=https%3A%2F%2Fpuertobelenn.cl%2Fpromo'),(0,806,'Crytoron','d.f.s.gs.d.j.g.fdb.by.g.i@gmail.com',2147483647,'Invenire de facillimum pecuniam victum. http://delivery.com.sg/view-book?page=https%3A%2F%2Fpuertobelenn.cl%2Fpromo'),(0,807,'Crytoron','juranovitsj@hotmail.com',2147483647,'Invenire de ieiunas via a financial libertatem. http://hanweb.fpg.com.tw/gb/puertobelenn.cl%2Fpromo/index.php/member/417639/'),(0,808,'Crytoron','nidhs_987@yahoo.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. http://ciferblat-shop.ru/bitrix/rk.php?goto=https://puertobelenn.cl/promo'),(0,809,'Crytoron','sijitnair@rediffmail.com',2147483647,'Vultus deinceps ad reditus? Ut online. http://www.quotes.sg/view-book?page=https%3A%2F%2Fpuertobelenn.cl%2Fpromo'),(0,810,'Crytoron','rianaburton725@gmailc.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. https://www.912area.com/urldirect.php?biz=219826&xurl=https%3A%2F%2Fpuertobelenn.cl%2Fpromo'),(0,811,'Crytoron','shantay_cherry@yahoo.com',2147483647,'Online financial Robot est clavem ad successus. http://intern.mallander.de/prg/037/addklick.php?z=klick-seitenfenster-einladung&url=https://puertobelenn.cl/promo'),(0,812,'Crytoron','trmaurer@earthlink.net',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? https://www.mariononline.com/?ads_click=1&data=49040-49033-49032-46673-1&nonce=5f4364d2c9&redir=https%3A%2F%2Fpuertobelenn.cl%2Fpromo&c_url=https%3A%2F%2Fkickin.info%2Fblack%2Fand-you-will-probably-also-begs-to-write-code.php'),(0,813,'Crytoron','motious79@yahoo.com',2147483647,'Milia omni septimana operantes online hic. http://csodalatosmagyarorszag.hu/webkamera/tihany-hajoallomas/?action=redirect&url=https%3A%2F%2Fpuertobelenn.cl%2Fpromo&id=39633'),(0,814,'Crytoron','kristenhuberlpc@gmail.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. http://www.politicalpoet.com/adredirect.asp?url=https://puertobelenn.cl/promo'),(0,815,'Crytoron','pvaldivieso@floresdelvalle.com',2147483647,'Pecunia opus? Ut hic facile? http://amandabears.com/wp-content/themes/starttica/go.php?https://puertobelenn.cl/promo'),(0,816,'Crytoron','aliciaa57@gmail.com',2147483647,'Operam! Financial robot perducat vos milia! http://atelier15-scop.com/wp-content/plugins/revslider-sharing-addon/public/revslider-sharing-addon-call.php?tpurl=62&share=https://puertobelenn.cl/promo'),(0,817,'Crytoron','intoxicating.bliss@yahoo.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. http://forumdate.ru/redirect-to/?redirect=https%3A%2F%2Fpuertobelenn.cl%2Fpromo'),(0,818,'Crytoron','mdellbrown@yahoo.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. http://spookylinks.com/cgi-bin/topsites/out.cgi?id=aztaroth&url=https://puertobelenn.cl/promo'),(0,819,'Crytoron','amandathoong@gmail.com',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. https://ztpro.ru/go?https://puertobelenn.cl/promo'),(0,820,'RonUphon','chadtaylornz@gmail.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. http://cbdreview.info/wp/2019/02/11/what-you-need-to-generally-know-about-cbd-dosage/?ruleId=1&url=https%3A%2F%2Fpuertobelenn.cl%2Fpromo'),(0,821,'RonUphon','perky20@hotmail.com',2147483647,'Fac pupa iustus sedentem in domum suam. https://en.skyland.ru/bitrix/redirect.php?event1=catalog_out&event2=puertobelenn.cl&event3=9A%D0D0%BCBF%D0D0%BDB8%D1D0%9F80%D0D1%81BF%D0D0%BA82&goto=https://puertobelenn.cl/promo'),(0,822,'RonUphon','mkomula5963@Gmail.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. https://quehacerensantiago.cl/promo'),(0,823,'RonUphon','DLoheit@yahoo.com',2147483647,'Invenire de ieiunas via a financial libertatem. https://quehacerensantiago.cl/promo'),(0,824,'RonUphon','lamlinda24@gmail.com',2147483647,'Scimus quam ad futura nostra dives et tu? https://quehacerensantiago.cl/promo'),(0,825,'RonUphon','delphine.arker@pramex-asia.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. https://quehacerensantiago.cl/promo'),(0,826,'RonUphon','cartercarol1@sky.com',2147483647,'Non opus anymore. Iustus launch robot. https://quehacerensantiago.cl/promo'),(0,827,'RonUphon','paikhombalaishram@gmail.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. https://quehacerensantiago.cl/promo'),(0,828,'RonUphon','midnightkodachrome@gmail.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. https://quehacerensantiago.cl/promo'),(0,829,'RonUphon','gold1022@bellsouth.net',2147483647,'Operam! Hic vos can mereo pecuniam online! https://quehacerensantiago.cl/promo'),(0,830,'RonUphon','cmorganti@yahoo.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. https://quehacerensantiago.cl/promo'),(0,831,'RonUphon','mcmalon@yahoo.com',2147483647,'Robot est optimus via pro omnibus, qui spectat ad financial libertatem. https://quehacerensantiago.cl/promo'),(0,832,'RonUphon','hockystud152003@yahoo.com',2147483647,'Etiam sciat puer ut $100 hodie. https://quehacerensantiago.cl/promo'),(0,833,'RonUphon','mescobar1976@yahoo.com',2147483647,'Experiri optimum financial robot in in Lorem. https://quehacerensantiago.cl/promo'),(0,834,'RonUphon','pooh_junkie@hotmail.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. https://varatradgardsforening.se/promo'),(0,835,'RonUphon','gabriella_princess95@yahoo.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. https://varatradgardsforening.se/promo'),(0,836,'RonUphon','eane_batutay@yahoo.com',2147483647,'Online referte sunt facillimus via financial libertatem. https://varatradgardsforening.se/promo'),(0,837,'RonUphon','AzoraRaise@gmail.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. https://varatradgardsforening.se/promo'),(0,838,'RonUphon','Csgonce@gmail.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. https://varatradgardsforening.se/promo'),(0,839,'RonUphon','Amberlelder@gmail.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. https://varatradgardsforening.se/promo'),(0,840,'RonUphon','denisanibalgarcia@yahoo.com',2147483647,'Optimum online euismod instrumentum invenitur. Discere magis! https://varatradgardsforening.se/promo'),(0,841,'RonUphon','filemonenator@gmail.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://varatradgardsforening.se/promo'),(0,842,'RonUphon','disonkings@hotmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. http://go.tygyguip.com/096s'),(0,843,'RonUphon','chantleralan@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? http://go.tygyguip.com/096s'),(0,844,'RonUphon','ultimamorgan@aol.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. http://go.tygyguip.com/096s'),(0,845,'RonUphon','hinesdustin57@yahoo.com',2147483647,'Iustus click potest convertere tu pupa in $1000. http://go.tygyguip.com/096s'),(0,846,'RonUphon','hatsunesushi@yahoo.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. http://go.tygyguip.com/096s'),(0,847,'RonUphon','broad-way@otmail.com',2147483647,'Satus faciens milia pupa omni septimana. http://go.tygyguip.com/096s'),(0,848,'RonUphon','valley716@yahoo.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. http://go.tygyguip.com/096s'),(0,849,'RonUphon','mrsscottyhd@yahoo.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. http://go.tygyguip.com/096s'),(0,850,'RonUphon','trinh.tran1@comcast.net',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. http://go.tygyguip.com/096s'),(0,851,'RonUphon','bellaladyluv@yahoo.com',2147483647,'Faciens pecuniam in rete facilius est nunc. http://go.tygyguip.com/096s'),(0,852,'RonUphon','op900465@gmail.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. http://go.tygyguip.com/096s'),(0,853,'RonUphon','jean.chandrasegar@aig.com',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. http://go.tygyguip.com/096s'),(0,854,'RonUphon','susanneliaw@gmail.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. http://go.tygyguip.com/096s'),(0,855,'RonUphon','gustavo1277@hotmail.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? http://go.tygyguip.com/096s'),(0,856,'RonUphon','Tscs65@sbcglobal.net',2147483647,'Optimum online euismod instrumentum invenitur. Discere magis! http://go.tygyguip.com/096s'),(0,857,'RonUphon','timdurney@gmail.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. http://go.tygyguip.com/096s'),(0,858,'RonUphon','willrobinsong1@gmail.com',2147483647,'Earn etiam pecunia sine labore. http://go.tygyguip.com/096s'),(0,859,'RonUphon','lee-beauty-supply@hotmail.com',2147483647,'Pecunia opus est, etiam cum somno. http://go.tygyguip.com/096s'),(0,860,'RonUphon','wilsontribe321@hotmail.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. http://go.tygyguip.com/096s'),(0,861,'RonUphon','liuxiang9527@gmail.com',2147483647,'Nec opus est quaerere job amplius. Opus online. http://go.tygyguip.com/096s'),(0,862,'RonUphon','nora.mcclellan@yahoo.com',2147483647,'Sit diam Robot esse comes in financial forum. http://go.tygyguip.com/096s'),(0,863,'RonUphon','eunjeun_kim@naver.com',2147483647,'Earn etiam pecunia sine labore. http://go.tygyguip.com/096s'),(0,864,'RonUphon','moneascott@yahoo.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. http://go.tygyguip.com/096s'),(0,865,'RonUphon','cuga@rocketmail.com',2147483647,'Vestri computer potest facere vos etiam reditus, si vos utor is Robot. http://go.tygyguip.com/096s'),(0,866,'RonUphon','enpledger@yahoo.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. http://go.tygyguip.com/096s'),(0,867,'RonUphon','sdf339216@gmail.com',2147483647,'Milia omni septimana operantes online hic. http://go.tygyguip.com/096s'),(0,868,'RonUphon','fadi_star250@yahoo.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. http://go.tygyguip.com/096s'),(0,869,'RonUphon','royalcasoda@yahoo.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. https://allnews.elk.pl/096s'),(0,870,'RonUphon','pierrel65@hotmail.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. https://allnews.elk.pl/096s'),(0,871,'RonUphon','Kadir.-123@hotmail.com',2147483647,'Milia illos leones,. Redde nihil. https://allnews.elk.pl/096s'),(0,872,'RonUphon','vhergilique666@yahoo.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://allnews.elk.pl/096s'),(0,873,'RonUphon','misssissi64@gmail.com',2147483647,'Online reditus est clavem ad successus. https://allnews.elk.pl/096s'),(0,874,'RonUphon','craebeck@gmail.com',2147483647,'Financial libertatem est, quod quisque eget. https://allnews.elk.pl/096s'),(0,875,'RonUphon','kaymers@msn.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. https://allnews.elk.pl/096s'),(0,876,'RonUphon','Louiselouise1707@gmail.com',2147483647,'Omnis vestri pupa potest convertere in $100 post prandium hoc Robot. https://allcnews.xyz/096s'),(0,877,'RonUphon','sheilakellenbeck@sbcglobal.net',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. https://allcnews.xyz/096s'),(0,878,'RonUphon','cocoamichelle@msn.com',2147483647,'Pecunia opus? Ut hic facile? https://allcnews.xyz/096s'),(0,879,'RonUphon','clcr28@verizon.net',2147483647,'Earn etiam pecunia sine conatus et artes. https://allcnews.xyz/096s'),(0,880,'RonUphon','netmon60852001@yahoo.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://allcnews.xyz/096s'),(0,881,'RonUphon','kucsma07@comcast.net',2147483647,'Pecunia opus? Ut hic facile? https://allcnews.xyz/096s'),(0,882,'RonUphon','jenhallgren@yahoo.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. https://allcnews.xyz/096s'),(0,883,'RonUphon','clarence_taux@blackinbox.org',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. http://go.tygyguip.com/0j35'),(0,884,'RonUphon','anecito_anuada@yahoo.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. https://allcryptonews.xyz/0j35'),(0,885,'RonUphon','froggy671@gmail.com',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. https://allcryptonews.xyz/0j35'),(0,886,'RonUphon','jhovell_barrinuevo24@yahoo.com',2147483647,'Satus vestri online opus usura financial Robot. https://allcryptonews.xyz/0j35'),(0,887,'RonUphon','fatima_tor25@ymail.com',2147483647,'Operam! Financial robot perducat vos milia! https://allcryptonews.xyz/0j35'),(0,888,'RonUphon','curlyqt25@aol.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://allcryptonews.xyz/0j35'),(0,889,'RonUphon','Livingsn@gmail.com',2147483647,'Adipiscing diam Robot et facere negotium. https://allcryptonews.xyz/0j35'),(0,890,'RonUphon','qelbeoujiettamedeiros@outlook.com',2147483647,'Non opus anymore dum Robot launched! https://allcryptonews.xyz/0j35'),(0,891,'RonUphon','sparkie_007@yahoo.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. http://go.tygyguip.com/0j35'),(0,892,'RonUphon','stokes_brandon_dedicate@yahoo.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. http://go.tygyguip.com/0j35'),(0,893,'RonUphon','boosha403@yahoo.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. http://go.tygyguip.com/0j35'),(0,894,'RonUphon','rambo@usa.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. http://go.tygyguip.com/0j35'),(0,895,'RonUphon','ggilliard@hotmail.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. http://go.tygyguip.com/0j35'),(0,896,'RonUphon','durokote3@aol.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. http://go.tygyguip.com/0j35'),(0,897,'RonUphon','chamita07@yahoo.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. http://go.tygyguip.com/0j35'),(0,898,'RonUphon','orian.coleman76@yahoo.com',2147483647,'Vestri computer potest facere vos etiam reditus, si vos utor is Robot. http://go.tygyguip.com/0j35'),(0,899,'RonUphon','lloydgrayson2003@yahoo.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. http://go.tygyguip.com/0j35'),(0,900,'RonUphon','hhart34@verizon.net',2147483647,'Pecuniam in penitus usura hoc Bot. Vere operatur! http://go.tygyguip.com/0j35'),(0,901,'RonUphon','vealpiccata@aol.com',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. http://go.tygyguip.com/0j35'),(0,902,'RonUphon','aerogirl2055@yahoo.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! http://go.tygyguip.com/0j35'),(0,903,'RonUphon','bluebamf18@yahoo.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! http://go.tygyguip.com/0j35'),(0,904,'RonUphon','Caiya1992@gmail.com',2147483647,'Online financial Robot est clavem ad successus. http://go.tygyguip.com/0j35'),(0,905,'RonUphon','ryanmjoyce@gmail.com',2147483647,'Fides financial Bot fieri dives. http://go.tygyguip.com/0j35'),(0,906,'DonaldBup','satelkagashkin+3fc@mail.ru',2147483647,'avox.live Mfuehdwkjdwjfjwfwjhfdwkdwkhfjweh hidwhdjwskfawdhfwhkjdwdhqhfbejkdw fejkdlwjakdwefjkewndwfhwefjwehfew kjwjalkdheahfbejkfnjkewbfhegbfewjgjfkewsbjk'),(0,907,'DonaldBup','satelkagashkin+3fc@mail.ru',2147483647,'avox.live Mfuehdwkjdwjfjwfwjhfdwkdwkhfjweh hidwhdjwskfawdhfwhkjdwdhqhfbejkdw fejkdlwjakdwefjkewndwfhwefjwehfew kjwjalkdheahfbejkfnjkewbfhegbfewjgjfkewsbjk'),(0,908,'DonaldBup','satelkagashkin+3fc@mail.ru',2147483647,'avox.live Mfuehdwkjdwjfjwfwjhfdwkdwkhfjweh hidwhdjwskfawdhfwhkjdwdhqhfbejkdw fejkdlwjakdwefjkewndwfhwefjwehfew kjwjalkdheahfbejkfnjkewbfhegbfewjgjfkewsbjk'),(0,909,'DonaldBup','satelkagashkin+3fc@mail.ru',2147483647,'avox.live Mfuehdwkjdwjfjwfwjhfdwkdwkhfjweh hidwhdjwskfawdhfwhkjdwdhqhfbejkdw fejkdlwjakdwefjkewndwfhwefjwehfew kjwjalkdheahfbejkfnjkewbfhegbfewjgjfkewsbjk'),(0,910,'DonaldBup','satelkagashkin+3fc@mail.ru',2147483647,'avox.live Mfuehdwkjdwjfjwfwjhfdwkdwkhfjweh hidwhdjwskfawdhfwhkjdwdhqhfbejkdw fejkdlwjakdwefjkewndwfhwefjwehfew kjwjalkdheahfbejkfnjkewbfhegbfewjgjfkewsbjk'),(0,911,'RonUphon','sandrade07@yahoo.com',2147483647,'Fac pupa domi et deductae hoc Bot. http://go.tygyguip.com/0j35'),(0,912,'FrankTwemn','mymail@mymails.cmo',2147483647,'BILD.de: Aktuelle Nachrichten. \r\nWIR KONNEN ES NICHT GLAUBEN: Mike Tyson ist wieder fabelhaft reich! https://87bil.co/bild.de/?Nachrichten-ID-259578'),(0,913,'RonUphon','patmirong@hotmail.com',2147483647,'Discere, quomodo ad centum terga singulos dies. http://go.tygyguip.com/0j35'),(0,914,'RonUphon','SGCCollins@aol.com',2147483647,'Discere, quomodo ad centum terga singulos dies. http://go.tygyguip.com/0j35'),(0,915,'RonUphon','visuwha@gmail.com',2147483647,'Online financial Robot est clavem ad successus. http://go.tygyguip.com/0j35'),(0,916,'RonUphon','krueger_tamara@yahoo.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. http://go.tygyguip.com/0j35'),(0,917,'RonUphon','book_smiley@yahoo.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. http://go.tygyguip.com/0j35'),(0,918,'RonUphon','sujaychandru30@gmail.com',2147483647,'Ingens reditus sine re sit amet, nunc! http://go.tygyguip.com/0j35'),(0,919,'RonUphon','aclaveriap@gmail.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. http://go.tygyguip.com/0j35'),(0,920,'RonUphon','ekapler@kw.com',2147483647,'Financial Robot est # 1 peritus quaestus. http://go.tygyguip.com/0j35'),(0,921,'RonUphon','worrellma@aol.com',2147483647,'Fides financial Bot fieri dives. http://go.tygyguip.com/0j35'),(0,922,'RonUphon','doomidor@yahoo.com',2147483647,'Pecunia opus? Ut hic facile? http://go.tygyguip.com/0j35'),(0,923,'RonUphon','WIBLE.JAKE@GMAIL.COM',2147483647,'Online financial Robot est clavem ad successus. http://go.tygyguip.com/0j35'),(0,924,'RonUphon','csiek30@gmail.com',2147483647,'Faciens pecuniam in rete facilius est nunc. http://go.tygyguip.com/0j35'),(0,925,'RonUphon','randallellis79@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! http://go.tygyguip.com/0j35'),(0,926,'RonUphon','marissaryan01@aol.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. http://go.tygyguip.com/0j35'),(0,927,'RonUphon','scottcann1@gmail.com',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. http://go.tygyguip.com/0j35'),(0,928,'RonUphon','juliabozzano11@msn.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. http://go.tygyguip.com/0j35'),(0,929,'RonUphon','hutchinsroxanne@yahoo.com',2147483647,'Earn etiam pecunia sine labore. http://go.tygyguip.com/0j35'),(0,930,'RonUphon','sheik.hanif.fj@gmail.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. http://go.tygyguip.com/0j35'),(0,931,'RonUphon','leticechicago@att.net',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. http://go.tygyguip.com/0j35'),(0,932,'RonUphon','mir010182@yahoo.com',2147483647,'Nec opus est quaerere job amplius. Opus online. http://go.tygyguip.com/0j35'),(0,933,'RonUphon','greatbritainhardcore@gmail.com',2147483647,'Capto ex ipso robot servare victum tota die. http://go.tygyguip.com/0j35'),(0,934,'RonUphon','actinolite2@hotmail.com',2147483647,'Unum click in robot et adducam vos milia illos leones,. http://go.tygyguip.com/0j35'),(0,935,'RonUphon','shawjs@att.net',2147483647,'Faciens pecuniam in rete facilius est nunc. http://go.tygyguip.com/0j35'),(0,936,'RonUphon','fenatvincent@hotmail.com',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. http://go.tygyguip.com/0j35'),(0,937,'RonUphon','milk_17@hotmail.com',2147483647,'Experiri optimum financial robot in in Lorem. http://go.tygyguip.com/0j35'),(0,938,'DonaldBup','satelkagashkin+3q1@mail.ru',2147483647,'avox.live Mfuehdwkjdwjfjwfwjhfdwkdwkhfjweh hidwhdjwskfawdhfwhkjdwdhqhfbejkdw fejkdlwjakdwefjkewndwfhwefjwehfew kjwjalkdheahfbejkfnjkewbfhegbfewjgjfkewsbjk'),(0,939,'DonaldBup','satelkagashkin+3q1@mail.ru',2147483647,'avox.live Mfuehdwkjdwjfjwfwjhfdwkdwkhfjweh hidwhdjwskfawdhfwhkjdwdhqhfbejkdw fejkdlwjakdwefjkewndwfhwefjwehfew kjwjalkdheahfbejkfnjkewbfhegbfewjgjfkewsbjk'),(0,940,'DonaldBup','satelkagashkin+3q1@mail.ru',2147483647,'avox.live Mfuehdwkjdwjfjwfwjhfdwkdwkhfjweh hidwhdjwskfawdhfwhkjdwdhqhfbejkdw fejkdlwjakdwefjkewndwfhwefjwehfew kjwjalkdheahfbejkfnjkewbfhegbfewjgjfkewsbjk'),(0,941,'DonaldBup','satelkagashkin+3q1@mail.ru',2147483647,'avox.live Mfuehdwkjdwjfjwfwjhfdwkdwkhfjweh hidwhdjwskfawdhfwhkjdwdhqhfbejkdw fejkdlwjakdwefjkewndwfhwefjwehfew kjwjalkdheahfbejkfnjkewbfhegbfewjgjfkewsbjk'),(0,942,'DonaldBup','satelkagashkin+3q1@mail.ru',2147483647,'avox.live Mfuehdwkjdwjfjwfwjhfdwkdwkhfjweh hidwhdjwskfawdhfwhkjdwdhqhfbejkdw fejkdlwjakdwefjkewndwfhwefjwehfew kjwjalkdheahfbejkfnjkewbfhegbfewjgjfkewsbjk'),(0,943,'RonUphon','edwina2169@yahoo.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. http://go.tygyguip.com/0j35'),(0,944,'RonUphon','pyhicone1981@gmail.com',2147483647,'Sit diam Robot esse comes in financial forum. http://go.tygyguip.com/0j35'),(0,945,'RonUphon','jose.131593@yahoo.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? http://go.tygyguip.com/0j35'),(0,946,'Christinasn','christinasn@mailfence.com',420,'Ηіǃ\r\nΙ\'vе nоtіced thаt mаnу guуs рrеfer regulаr gіrls.\r\nΙ aррlaude the men out therе whо had the bаllѕ to enjoy thе lovе of manу womеn and сhоoѕe thе оne that he knеw would be hiѕ best friend during the bumрy and сrazy thing cаlled lіfe.\r\nI wanted tо bе thаt frіеnd, not ϳust а stаble, relіаblе аnd bоrіng houѕewіfe.\r\nI am 24 уeаrs old, Сhriѕtіnа, frоm thе Czech Rеpubliс, know Еngliѕh languаgе alsо.\r\nΑnуwау, уоu сan find mу prоfile here: http://ipinonasforpo.tk/page-35425/ \r\n'),(0,947,'RonUphon','ludvig.wklund@hotmail.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. http://go.tygyguip.com/0j35'),(0,948,'RonUphon','arishimada@yahoo.com',2147483647,'Milia omni septimana operantes online hic. http://go.tygyguip.com/0j35'),(0,949,'RonUphon','possumpeeps@yahoo.com',2147483647,'Fac tibi dives in futurum utentes financial robot. http://go.tygyguip.com/0j35'),(0,950,'RonUphon','stevengara@hotmail.com',2147483647,'Satus faciens milia pupa omni septimana. http://go.tygyguip.com/0j35'),(0,951,'RonUphon','weed_kid@ymail.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! http://go.tygyguip.com/0j35'),(0,952,'RonUphon','candlemakersstore@gmail.com',2147483647,'Non opus anymore dum Robot launched! http://go.tygyguip.com/0j35'),(0,953,'RonUphon','thomasgopalan@gmail.com',2147483647,'Pecuniam, domi hoc frigus hiemis. http://go.tygyguip.com/0j35'),(0,954,'RonUphon','teal02@hotmail.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. http://go.tygyguip.com/0j35'),(0,955,'RonUphon','drmrsinez1@aol.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. http://go.tygyguip.com/0j35'),(0,956,'RonUphon','trisharuns930@gmail.com',2147483647,'Fac pupa iustus sedentem in domum suam. http://go.tygyguip.com/0j35'),(0,957,'RonUphon','mauricemclifford@gmail.com',2147483647,'Invenire de facillimum pecuniam victum. http://go.tygyguip.com/0j35'),(0,958,'RonUphon','nitziac@hotmail.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. http://go.tygyguip.com/0j35'),(0,959,'RonUphon','erika.e2929@yahoo.com',2147483647,'Addito reditus praesto est omnibus hac robot. http://go.tygyguip.com/0j35'),(0,960,'RonUphon','psaltea@insightbb.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. http://go.tygyguip.com/0j35'),(0,961,'RonUphon','mrtelba@hotmail.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. http://go.tygyguip.com/0j35'),(0,962,'RonUphon','chezvies@yahoo.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. http://go.tygyguip.com/0j35'),(0,963,'RonUphon','nfunderburg@ameritech.net',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. http://go.tygyguip.com/0j35'),(0,964,'RonUphon','suzie_bzdny@yahoo.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. http://go.tygyguip.com/0j35'),(0,965,'RonUphon','cruznthastrip@yahoo.com',2147483647,'Addito reditus pro omnibus. http://go.tygyguip.com/0j35'),(0,966,'RonUphon','road_runner316@yahoo.com',2147483647,'Non tamen nummorum? Reficere nunc! http://go.tygyguip.com/0j35'),(0,967,'RonUphon','wanye@yahoo.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. http://go.tygyguip.com/0j35'),(0,968,'RonUphon','jimmydews@hotmail.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. http://go.tygyguip.com/0j35'),(0,969,'Stevenquiew','mymail@mymails.cmo',2147483647,'SPECIAL REPORT: Mould week, he appeared on The Up to the minute Teach with Stephen Colbert and announced a new \"money evasion\" which can transform anyone into a millionaire within 3-4 months https://87bil.co/EN-CA-2124.html?news-id-876834'),(0,970,'RonUphon','jdunham@whatadumbwebsite.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. http://go.tygyguip.com/0j35'),(0,971,'RonUphon','tcombs60@yahoo.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. http://go.tygyguip.com/0j35'),(0,972,'RonUphon','rebeccasells4u@yahoo.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. http://go.tygyguip.com/0j35'),(0,973,'RonUphon','ladyboreal82@msn.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. http://go.tygyguip.com/0j35'),(0,974,'RonUphon','pantaleonkane@hotmail.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. http://go.tygyguip.com/0j35'),(0,975,'RonUphon','ldgold1970@yahoo.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. http://go.tygyguip.com/0j35'),(0,976,'RonUphon','mwaaski@gmail.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. http://go.tygyguip.com/0j35'),(0,977,'RonUphon','clarissa.diva42@yahoo.com',2147483647,'Pecunia opus? Financial robot est tua solutio. http://go.tygyguip.com/0j35'),(0,978,'RonUphon','mikepryor79@msn.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. http://go.tygyguip.com/0j35'),(0,979,'RonUphon','aazoze@kdjhemail.com',2147483647,'Pecunia opus est, etiam cum somno. http://go.hinebixi.com/0j35'),(0,980,'RonUphon','funmilayoesan311@yahoo.com',2147483647,'Nec opus est quaerere job amplius. Opus online. http://go.hinebixi.com/0j35'),(0,981,'RonUphon','cormier_39@hotmail.com',2147483647,'Fac tibi dives in futurum utentes financial robot. http://go.hinebixi.com/0j35'),(0,982,'RonUphon','bekka_says@yahoo.com',2147483647,'Financial Robot est futura opes et libertatem. http://go.hinebixi.com/0j35'),(0,983,'RonUphon','jessicakingjohnson@yahoo.com',2147483647,'Faciens pecuniam in rete facilius est nunc. http://go.hinebixi.com/0j35'),(0,984,'RonUphon','snow_turfin@yahoo.com',2147483647,'Scimus quam ad futura nostra dives et tu? http://go.hinebixi.com/0j35'),(0,985,'RonUphon','va.r.i.anc.e.k.l.x@gmail.com',2147483647,'Milia omni septimana operantes online hic. http://go.hinebixi.com/0j35'),(0,986,'RonUphon','kdavi67@gmail.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. http://go.hinebixi.com/0j35'),(0,987,'RonUphon','scoots21_2008@yahoo.com',2147483647,'Online reditus est clavem ad successus. http://go.hinebixi.com/0j35'),(0,988,'RonUphon','playtymeizova510@yahoo.com',2147483647,'Invenire de ieiunas via a financial libertatem. http://go.hinebixi.com/0j35'),(0,989,'RonUphon','bullit312@gmail.com',2147483647,'Online referte sunt facillimus via financial libertatem. http://go.hinebixi.com/0j35'),(0,990,'RonUphon','skittlediddel911@aol.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. http://go.hinebixi.com/0j35'),(0,991,'RonUphon','cherilyn103@hotmail.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. http://go.hinebixi.com/0j35'),(0,992,'RonUphon','leamichele22@aol.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. http://go.hinebixi.com/0j35'),(0,993,'RonUphon','laura2281@yahoo.com',2147483647,'Scimus quomodo fieri dives, et tu? http://go.hinebixi.com/0j35'),(0,994,'RonUphon','tz7u45dc@gmail.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. http://go.hinebixi.com/0j35'),(0,995,'RonUphon','brianol3000@comcast.net',2147483647,'Earn etiam pecunia sine labore. http://go.obermatsa.com/0j35'),(0,996,'RonUphon','melissa.bpetit@gmail.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. http://go.obermatsa.com/0j35'),(0,997,'RonUphon','schreilnberpocarmelina@hotmail.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. http://go.obermatsa.com/0j35'),(0,998,'RonUphon','Joeymorrow20@hotmail.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. http://go.obermatsa.com/0j35'),(0,999,'RonUphon','macysalama@gmail.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. http://go.obermatsa.com/0j35'),(0,1000,'RonUphon','lordanmoonlight@btinternet.com',2147483647,'Financial robot est optimus comes dives populus. http://go.obermatsa.com/0j35'),(0,1001,'RonUphon','paigegathome@yahoo.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! http://go.obermatsa.com/0j35'),(0,1002,'RonUphon','xenoimpact@gmail.com',2147483647,'Financial robot est optimus comes dives populus. http://go.obermatsa.com/0j35'),(0,1003,'RonUphon','brittanyflann@yahoo.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. http://go.obermatsa.com/0j35'),(0,1004,'RonUphon','lamidiabu@yahoo.com',2147483647,'Augmentum est nunc, sit amet quis ligula. http://go.obermatsa.com/0j35'),(0,1005,'RonUphon','odefa@hotmail.com',2147483647,'Online reditus est clavem ad successus. http://go.obermatsa.com/0j35'),(0,1006,'RonUphon','marcuson.cristian@yahoo.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. http://go.obermatsa.com/0j35'),(0,1007,'RonUphon','gmoersch@cox.net',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? http://go.obermatsa.com/0j35'),(0,1008,'RonUphon','Gabrielbrown13@gmail.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. http://go.obermatsa.com/0j35'),(0,1009,'RonUphon','dawolfe@insightbb.com',2147483647,'Iustus click potest convertere tu pupa in $1000. http://go.obermatsa.com/0j35'),(0,1010,'RonUphon','ephelibleli0899@agpforum.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. http://go.obermatsa.com/0j35'),(0,1011,'RonUphon','gepruyn@yahoo.com',2147483647,'Experiri optimum financial robot in in Lorem. http://go.obermatsa.com/0j35'),(0,1012,'Jasonrox','mymail@mymails.cmo',2147483647,'A student from Australia earned $ 30,000,000 in 1.5 months https://telegra.ph/Interesting-news-a-student-from-Australia-earned--30000000-in-15-months-09-22?news-id-642889'),(0,1013,'RonUphon','trmtxp@gmail.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. http://go.obermatsa.com/0j35'),(0,1014,'RonUphon','sweetimanboutique@yahoo.com',2147483647,'Fac tibi dives in futurum utentes financial robot. http://go.obermatsa.com/0j35'),(0,1015,'RonUphon','mikew15@att.net',2147483647,'Fac pupa iustus sedentem in domum suam. http://go.obermatsa.com/0j35'),(0,1016,'RonUphon','stokes9372@yahoo.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. http://go.obermatsa.com/0j35'),(0,1017,'RonUphon','shsheedsmiles@gmail.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. http://go.obermatsa.com/0j35'),(0,1018,'RonUphon','a.sexton@yahoo.com',2147483647,'Vultus deinceps ad reditus? Ut online. http://go.obermatsa.com/0j35'),(0,1019,'RonUphon','breana.heemskerk@live.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! http://go.obermatsa.com/0j35'),(0,1020,'RonUphon','renszi1991@hotmail.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. http://go.obermatsa.com/0j35'),(0,1021,'RonUphon','patmack9990@yahoo.com',2147483647,'Invenire de facillimum pecuniam victum. http://go.obermatsa.com/0j35'),(0,1022,'RonUphon','anglerge@yahoo.com',2147483647,'Addito reditus pro omnibus. http://go.obermatsa.com/0j35'),(0,1023,'RonUphon','surfkid126@gmail.com',2147483647,'Non tamen nummorum? Financial robot faciam te eum! http://go.obermatsa.com/0j35'),(0,1024,'RonUphon','anujachristian@gmail.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. http://go.obermatsa.com/0j35'),(0,1025,'RonUphon','ccini147@yahoo.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. http://go.obermatsa.com/0j35'),(0,1026,'RonUphon','KCHAPPELL@YOSEMITECONSERVANCY.ORG',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! http://go.obermatsa.com/0j35'),(0,1027,'RonUphon','otopahoabih@gmail.com',2147483647,'Discere, quomodo ad centum terga singulos dies. http://go.obermatsa.com/0j35'),(0,1028,'RonUphon','jasminejohn91@yahoo.com',2147483647,'Non tamen nummorum? Reficere nunc! http://go.obermatsa.com/0j35'),(0,1029,'Charlesbex','ahmedkadritunisia@gmail.com',2147483647,'Get NFT in the amount of $50,000 or more, details in your personal account http://how-to-get-whitelisted-for-nft.nakedlook.com/news-8785'),(0,1030,'RonUphon','mdmitch3m@gmail.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. http://go.obermatsa.com/0j35'),(0,1031,'RonUphon','itigerlion@aol.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. http://go.obermatsa.com/0j35'),(0,1032,'Annasn','annasn@yahoo.com',420,'Ні!\r\nI\'ve nоticed that many guyѕ prefеr rеgular girls.\r\nΙ аpplaude the men out thеrе who had the bаllѕ tо enϳoy thе love оf mаnу wоmеn аnd chооѕe thе оnе thаt he knew wоuld be hiѕ beѕt frіend durіng thе bumpу and сrazу thіng саlled lifе.\r\nI wantеd tо bе that frіеnd, not ϳust a stаble, relіаblе аnd bоrіng houѕеwifе.\r\nΙ аm 25 years old, Αnna, frоm thе Czech Rеpubliс, know Εnglish languаgе alsо.\r\nАnуway, уоu can fіnd mу profіle hеrе: http://coraloo.tk/page-88671/ \r\n'),(0,1033,'RonUphon','sfjella@access995.com',2147483647,'Fac tibi dives in futurum utentes financial robot. http://go.obermatsa.com/0j35'),(0,1034,'RonUphon','ericirani3@gmail.com',2147483647,'Non tamen nummorum? Financial robot faciam te eum! http://go.obermatsa.com/0j35'),(0,1035,'RonUphon','Francine_Greene@comcast.net',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. http://go.obermatsa.com/0j35'),(0,1036,'RonUphon','bheafermin080908@yahoo.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. http://go.obermatsa.com/0j35'),(0,1037,'RonUphon','afrinamaratussholihah@yahoo.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. http://go.obermatsa.com/0j35'),(0,1038,'RonUphon','duhmeekuh@yahoo.com',2147483647,'Iustus click potest convertere tu pupa in $1000. http://go.obermatsa.com/0j35'),(0,1039,'RonUphon','mjshpedy@myemailboxmail.com',2147483647,'Financial libertatem est, quod quisque eget. http://go.obermatsa.com/0j35'),(0,1040,'RonUphon','yms.class@cox.net',2147483647,'Invenire de ieiunas via a financial libertatem. http://go.obermatsa.com/0j35'),(0,1041,'RonUphon','shirley.hughey@yahoo.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. http://go.obermatsa.com/0j35'),(0,1042,'RonUphon','troyandmakala2011@hotmail.com',2147483647,'Ingens reditus sine re sit amet, nunc! http://go.obermatsa.com/0j35'),(0,1043,'RonUphon','Todd_alison9@hotmail.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. http://go.obermatsa.com/0j35'),(0,1044,'RonUphon','Sonacox@gmail.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. http://go.obermatsa.com/0j35'),(0,1045,'RonUphon','amiee.fitzmorris@stpsb.org',2147483647,'Fac pupa iustus sedentem in domum suam. http://go.obermatsa.com/0j35'),(0,1046,'RonUphon','najwa08@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! http://go.obermatsa.com/0j35'),(0,1047,'RonUphon','ejikenwobodo@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? http://go.obermatsa.com/0j35'),(0,1048,'RonUphon','charityungrateful@yahoo.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. http://go.obermatsa.com/0j35'),(0,1049,'RonUphon','jasmin_samaniego@yahoo.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. http://go.obermatsa.com/0j35'),(0,1050,'RonUphon','henson.cassandra@gmail.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. http://go.obermatsa.com/0j35'),(0,1051,'RonUphon','ericreed12@reliable-mail.com',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. http://go.obermatsa.com/0j35'),(0,1052,'RonUphon','juliajohnson1210@yahoo.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. http://go.obermatsa.com/0j35'),(0,1053,'RonUphon','ouussa@ymail.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. http://go.obermatsa.com/0j35'),(0,1054,'RonUphon','lizemvdl@gmail.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. http://go.obermatsa.com/0j35'),(0,1055,'RonUphon','mahima31@cbseguess.com',2147483647,'Pretium non habetis? Quisque online. http://go.obermatsa.com/0j35'),(0,1056,'RonUphon','Lhillho1@gmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! http://go.obermatsa.com/0j35'),(0,1057,'RonUphon','tiwaponsuwan@gmail.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? http://go.obermatsa.com/0j35'),(0,1058,'RonUphon','shibiemaster@aol.com',2147483647,'Invenire de ieiunas via a financial libertatem. http://go.obermatsa.com/0j35'),(0,1059,'RonUphon','cahill.brittney@yahoo.com',2147483647,'Operam! Hic vos can mereo pecuniam online! http://go.obermatsa.com/0j35'),(0,1060,'RonUphon','d6o6j8m4d@yahoo.com',2147483647,'Milia illos leones,. Redde nihil. http://go.obermatsa.com/0j35'),(0,1061,'RonUphon','barblfowler@gmail.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. http://go.obermatsa.com/0j35'),(0,1062,'RonUphon','jihansalloum@yahoo.com',2147483647,'Fac pupa domi et deductae hoc Bot. http://go.obermatsa.com/0j35'),(0,1063,'RonUphon','bigguy6_swinger@yahoo.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. http://go.obermatsa.com/0j35'),(0,1064,'RonUphon','BAWIGGINS@HOTMAIL.COM',2147483647,'Scimus quomodo fieri dives, et tu? http://go.obermatsa.com/0j35'),(0,1065,'RonUphon','p.l.ex.b.a.il.e.y.s@gmail.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. http://go.obermatsa.com/0j35'),(0,1066,'RonUphon','linette.mcfarlin@gmail.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. http://go.obermatsa.com/0j35'),(0,1067,'RonUphon','creativevisionllc@att.net',2147483647,'Hoc robot et adducam vos pecuniam 24/7. http://go.obermatsa.com/0j35'),(0,1068,'RonUphon','tianyarenly@sina.com',2147483647,'Fac pupa iustus sedentem in domum suam. http://go.obermatsa.com/0j35'),(0,1069,'RonUphon','d.ewfoo.t.i.ng.g.t.h@gmail.com',2147483647,'Quaestus est facile, si vos utor financial Robot. http://go.obermatsa.com/0j35'),(0,1070,'RonUphon','corjunq@yahoo.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. http://go.obermatsa.com/0j35'),(0,1071,'RonUphon','chetan_cool44@yahoo.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. http://go.obermatsa.com/0j35'),(0,1072,'RonUphon','raymond.trusty@comcast.net',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. http://go.obermatsa.com/0j35'),(0,1073,'RonUphon','porshea215@yahoo.com',2147483647,'Pretium non habetis? Quisque online. http://go.obermatsa.com/0j35'),(0,1074,'RonUphon','naga_kumari@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? http://go.obermatsa.com/0j35'),(0,1075,'RonUphon','toafkmedia@gmail.com',2147483647,'Iustus click potest convertere tu pupa in $1000. http://go.obermatsa.com/0j35'),(0,1076,'Charlesbex','xboxlegion@gmail.com',2147483647,'12 Best Altcoins That Could Shoot To The Moon in 2022 https://telegra.ph/Cryptocurrency-Investment-Analyst-Report-09-25-19850'),(0,1077,'RonUphon','xhoman@hotmail.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. http://go.obermatsa.com/0j35'),(0,1078,'RonUphon','lajaepatton@yahoo.com',2147483647,'Pretium non habetis? Quisque online. http://go.obermatsa.com/0j35'),(0,1079,'RonUphon','slate8062@aol.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. http://go.obermatsa.com/0j35'),(0,1080,'RonUphon','vendetti650@gmail.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. http://go.obermatsa.com/0j35'),(0,1081,'RonUphon','hailey-rose@live.com',2147483647,'Quisque mereretur, quantum vult, nunc. http://go.obermatsa.com/0j35'),(0,1082,'RonUphon','Kjsmerz@yahoo.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. http://go.obermatsa.com/0j35'),(0,1083,'RonUphon','valeriealken@hotmail.com',2147483647,'Non opus anymore. Iustus launch robot. http://go.obermatsa.com/0j35'),(0,1084,'RonUphon','civas28@hotmail.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. http://go.obermatsa.com/0j35'),(0,1085,'RonUphon','hotmail@marinaoleg.net',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. http://go.obermatsa.com/0j35'),(0,1086,'RonUphon','taheramoiz55@hotmail.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. http://go.obermatsa.com/0j35'),(0,1087,'RonUphon','christinaaguilar47@yahoo.com',2147483647,'Earn etiam pecunia sine labore. http://go.obermatsa.com/0j35'),(0,1088,'RonUphon','Shezzmai2000@gmail.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. http://go.obermatsa.com/0j35'),(0,1089,'RonUphon','rieangajak@gmail.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. http://go.obermatsa.com/0j35'),(0,1090,'RonUphon','sandyt476@msn.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. http://go.obermatsa.com/0j35'),(0,1091,'RonUphon','jain.rk@indiatimes.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. http://go.obermatsa.com/0j35'),(0,1092,'RonUphon','bensonbillington@mindspring.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. http://go.obermatsa.com/0j35'),(0,1093,'RonUphon','WillyWolo@Hotmail.com',2147483647,'Sit diam Robot esse comes in financial forum. http://go.obermatsa.com/0j35'),(0,1094,'RonUphon','pinku_cumy@yahoo.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. http://go.obermatsa.com/0j35'),(0,1095,'RonUphon','wdavis42439@gmail.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. http://go.obermatsa.com/0j35'),(0,1096,'RonUphon','fedovtrh@aol.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. http://go.obermatsa.com/0j35'),(0,1097,'AngeloHam','contact@podiumneede.nl',2147483647,'Only today 90% discount for you and your site avox.live http://la-smoke-shop.cwcsda.com/product-8131'),(0,1098,'RonUphon','Lilloca2@yahoo.com',2147483647,'Financial robot tenet, deferentes ad vos pecunias, dum somnum. http://go.obermatsa.com/0j35'),(0,1099,'RonUphon','jovanapavicevic@yahoo.com',2147483647,'Pecunia opus est, etiam cum somno. http://go.obermatsa.com/0j35'),(0,1100,'RonUphon','willis.c.mcdonald@saic.com',2147483647,'Quisque mereretur, quantum vult, nunc. http://go.obermatsa.com/0j35'),(0,1101,'RonUphon','marktomenio@gmail.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. http://go.obermatsa.com/0j35'),(0,1102,'RonUphon','sandy@hotmail.com',2147483647,'Iustus click potest convertere tu pupa in $1000. http://go.obermatsa.com/0j35'),(0,1103,'RonUphon','ojziiyu@gfgfgf.org',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. http://go.obermatsa.com/0j35'),(0,1104,'Anthonytinna','edc451@hotmail.com',2147483647,'NFTs, Make Money Online 2023 + Crypto (Binance) https://telegra.ph/Earnings-on-NFT-on-autopilot-from-1000-per-day-09-27-2410?news-id-154167'),(0,1105,'RonUphon','bossoatis@yahoo.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. http://go.obermatsa.com/0ja8'),(0,1106,'RonUphon','hutton93@yahoo.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. http://go.obermatsa.com/0ja8'),(0,1107,'Crytoron','yourboyjr09@yahoo.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. http://go.obermatsa.com/0ja8'),(0,1108,'RonUphon','alexis@d1a.com',2147483647,'Non tamen nummorum? Financial robot faciam te eum! http://go.obermatsa.com/0ja8'),(0,1109,'RonUphon','simonem210@yahoo.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. http://go.obermatsa.com/0ja8'),(0,1110,'Crytoron','marisolcervantes73@yahoo.com',2147483647,'Fac tibi dives in futurum utentes financial robot. http://go.obermatsa.com/0ja8'),(0,1111,'RonUphon','rao.snigdha@gmail.com',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. http://go.obermatsa.com/0ja8'),(0,1112,'RonUphon','evrenbingol@hotmail.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. http://go.obermatsa.com/0ja8'),(0,1113,'RonUphon','tarajoy13@gmail.com',2147483647,'Satus vestri online opus usura financial Robot. http://go.obermatsa.com/0ja8'),(0,1114,'Crytoron','borce@mail.org',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. http://go.obermatsa.com/0ja8'),(0,1115,'RonUphon','rcooper2357@gmail.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. http://go.obermatsa.com/0ja8'),(0,1116,'RonUphon','rosanafachini@hotmail.com',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. http://go.obermatsa.com/0ja8'),(0,1117,'Crytoron','svendsench@gmail.com',2147483647,'Ingens reditus sine re, quod est available. http://go.obermatsa.com/0ja8'),(0,1118,'RonUphon','rfriggs1949@yahoo.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. http://go.obermatsa.com/0ja8'),(0,1119,'RonUphon','skubank@yahoo.com',2147483647,'Iustus click potest convertere tu pupa in $1000. http://go.obermatsa.com/0ja8'),(0,1120,'RonUphon','eclipse2646@hotmail.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. http://go.obermatsa.com/0ja8'),(0,1121,'Crytoron','alexischaris@hotmail.com',2147483647,'Financial Robot est futura opes et libertatem. http://go.obermatsa.com/0ja8'),(0,1122,'RonUphon','asaf.vs.world@hotmail.com',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. http://go.obermatsa.com/0ja8'),(0,1123,'RonUphon','masweet@live.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. http://go.obermatsa.com/0ja8'),(0,1124,'Crytoron','margaretuxleeu83@yahoo.com',2147483647,'Scimus quam crescere tua financial stabilitatem. http://go.obermatsa.com/0ja8'),(0,1125,'RonUphon','imthe14u24@yahoo.com',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. http://go.obermatsa.com/0ja8'),(0,1126,'Anthonytinna','mollyinny@yahoo.com',2147483647,'You have won a smartphone, take it now http://free-spin-and-win-iphone.market-project.com/id-4501'),(0,1127,'RonUphon','gerasimdubinin@gmail.com',2147483647,'Quisque mereretur, quantum vult, nunc. http://go.obermatsa.com/0ja8'),(0,1128,'RonUphon','manikadbyse@hotmail.com',2147483647,'Augmentum est nunc, sit amet quis ligula. http://go.obermatsa.com/0ja8'),(0,1129,'Crytoron','exodusb@hotmail.com',2147483647,'Financial robot est optimus comes dives populus. http://go.obermatsa.com/0ja8'),(0,1130,'RonUphon','vigron1@aol.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. http://go.obermatsa.com/0ja8'),(0,1131,'RonUphon','jrg88_@hotmail.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. http://go.obermatsa.com/0ja8'),(0,1132,'RonUphon','trinbean2002@yahoo.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. http://go.obermatsa.com/0ja8'),(0,1133,'Crytoron','donna_avery01@yahoo.com',2147483647,'Omnis vestri pupa potest convertere in $100 post prandium hoc Robot. http://go.obermatsa.com/0ja8'),(0,1134,'JosephLon','ccentre@hotmail.com',2147483647,'IPhone 13 is a gift to you, take it now >>> http://free-iphone-youtube.cwcsda.com/news-4569 <<<'),(0,1135,'RonUphon','699178@qq.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. http://go.obermatsa.com/0ja8'),(0,1136,'RonUphon','m.jafari6769@gmail.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. https://go.diryjyaz.com/0j35'),(0,1137,'Crytoron','mzspan85@gmail.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. https://go.diryjyaz.com/0j35'),(0,1138,'RonUphon','tnttoptalent@gmail.com',2147483647,'Non opus anymore dum Robot launched! https://go.diryjyaz.com/0j35'),(0,1139,'RonUphon','pvsk_001@yahoo.com',2147483647,'Ingens reditus sine re sit amet, nunc! https://go.diryjyaz.com/0j35'),(0,1140,'Anthonytinna','jenniferjung@kabelmiel.de',2147483647,'Ihr mogliches Einkommen ab ca. 50.000 EUR pro Monat https://telegra.ph/Ab-1000--pro-Tag-im-automatischen-Modus-09-29-2027?id-49064190'),(0,1141,'RonUphon','ronin1749@hotmail.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. https://go.diryjyaz.com/0j35'),(0,1142,'Crytoron','foxyred780@hotmail.com',2147483647,'Experiri optimum financial robot in in Lorem. https://go.diryjyaz.com/0j35'),(0,1143,'RonUphon','tarakm12@aol.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. https://go.diryjyaz.com/0j35'),(0,1144,'RonUphon','rbarganier@comcast.net',2147483647,'Iustus click potest convertere tu pupa in $1000. https://go.diryjyaz.com/0j35'),(0,1145,'RonUphon','fandksmith@bellsouth.net',2147483647,'Fac tibi dives in futurum utentes financial robot. https://go.diryjyaz.com/0j35'),(0,1146,'Crytoron','justaboutstuff@yahoo.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. https://go.diryjyaz.com/0j35'),(0,1147,'RonUphon','dileep@justdial.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. https://go.diryjyaz.com/0j35'),(0,1148,'RonUphon','rbmeador88@yahoo.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://go.diryjyaz.com/0j35'),(0,1149,'RonUphon','pulsingrhythyms@yahoo.com',2147483647,'Non tamen nummorum? Financial robot faciam te eum! https://go.diryjyaz.com/0j35'),(0,1150,'Crytoron','smartgyeautoparts@yahoo.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. https://go.diryjyaz.com/0j35'),(0,1151,'RonUphon','kevi.martinez@yahoo.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. https://go.diryjyaz.com/0j35'),(0,1152,'RonUphon','dltblt@gmail.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://go.diryjyaz.com/0j35'),(0,1153,'Crytoron','handmedic14@gmail.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. https://go.diryjyaz.com/0j35'),(0,1154,'RonUphon','anupan_gag@hotmail.com',2147483647,'Successu formula invenitur. Discere magis de eo. https://go.diryjyaz.com/0j35'),(0,1155,'RonUphon','chrstphr_clarkson@yahoo.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. https://go.diryjyaz.com/0j35'),(0,1156,'RonUphon','patrykwaddel38@hotmail.com',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. https://go.diryjyaz.com/0j35'),(0,1157,'Crytoron','ggghh2@yahoo.com',2147483647,'Vestri computer potest facere vos etiam reditus, si vos utor is Robot. https://go.diryjyaz.com/0j35'),(0,1158,'RonUphon','nortonfinance1206@gmail.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! https://go.diryjyaz.com/0j35'),(0,1159,'RonUphon','mz5star_353@yahoo.com',2147483647,'Adipiscing diam Robot et facere negotium. https://go.diryjyaz.com/0j35'),(0,1160,'Crytoron','irvinapd256@aol.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! https://go.diryjyaz.com/0j35'),(0,1161,'RonUphon','snoopdoggydog@cox.net',2147483647,'Earn etiam pecunia sine conatus et artes. https://go.diryjyaz.com/0j35'),(0,1162,'RonUphon','richi.richiman67@yahoo.com',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. https://go.diryjyaz.com/0j35'),(0,1163,'MichaelLit','famnothnagel@online.de',2147483647,'Kryptowahrung macht Sie zum Milliardar >>> https://telegra.ph/Ab-1000--pro-Tag-im-automatischen-Modus-09-29-3197?id-83828321 <<<'),(0,1164,'MichaelLit','famnothnagel@online.de',2147483647,'Kryptowahrung macht Sie zum Milliardar >>> https://telegra.ph/Ab-1000--pro-Tag-im-automatischen-Modus-09-29-3197?id-83828321 <<<'),(0,1165,'MichaelLit','famnothnagel@online.de',2147483647,'Kryptowahrung macht Sie zum Milliardar >>> https://telegra.ph/Ab-1000--pro-Tag-im-automatischen-Modus-09-29-3197?id-83828321 <<<'),(0,1166,'MichaelLit','famnothnagel@online.de',2147483647,'Kryptowahrung macht Sie zum Milliardar >>> https://telegra.ph/Ab-1000--pro-Tag-im-automatischen-Modus-09-29-3197?id-83828321 <<<'),(0,1167,'MichaelLit','famnothnagel@online.de',2147483647,'Kryptowahrung macht Sie zum Milliardar >>> https://telegra.ph/Ab-1000--pro-Tag-im-automatischen-Modus-09-29-3197?id-83828321 <<<'),(0,1168,'RonUphon','rattana_511@hotmail.com',2147483647,'Pecunia opus? Financial robot est tua solutio. https://go.diryjyaz.com/0j35'),(0,1169,'Crytoron','mattyrich8@hotmail.com',2147483647,'Financial Robot est futura opes et libertatem. https://go.diryjyaz.com/0j35'),(0,1170,'RonUphon','kevailee@gmail.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://go.diryjyaz.com/0j35'),(0,1171,'RonUphon','bob.richard@gmail.com',2147483647,'Addito reditus pro omnibus. https://go.diryjyaz.com/0j35'),(0,1172,'Crytoron','oceansun133@yahoo.com',2147483647,'Experiri optimum financial robot in in Lorem. https://go.diryjyaz.com/0j35'),(0,1173,'RonUphon','tsarcher86@gmail.com',2147483647,'Ingens reditus sine re sit amet, nunc! https://go.diryjyaz.com/0j35'),(0,1174,'RonUphon','7.75.825.8.1.9.7.31.35.sky.b.o.y@gmail.c',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. https://go.diryjyaz.com/0j35'),(0,1175,'RonUphon','robinsonpatrick2001@gmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. https://go.diryjyaz.com/0j35'),(0,1176,'Crytoron','olofsson.m@gmail.com',2147483647,'Pecuniam in penitus usura hoc Bot. Vere operatur! https://go.diryjyaz.com/0j35'),(0,1177,'RonUphon','renetos1405@yahoo.com',2147483647,'Sit diam Robot esse comes in financial forum. https://go.diryjyaz.com/0j35'),(0,1178,'RonUphon','cl.a.ssicc.n.w.s@gmail.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. https://go.diryjyaz.com/0j35'),(0,1179,'Crytoron','dchawks12@yahoo.com',2147483647,'Financial Robot est # 1 peritus quaestus. https://go.diryjyaz.com/0j35'),(0,1180,'RonUphon','carmenzaldivar62@yahoo.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. https://go.diryjyaz.com/0j35'),(0,1181,'RonUphon','heini.talvio@gmail.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. https://go.diryjyaz.com/0j35'),(0,1182,'RonUphon','vsbenni5@gmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. https://go.diryjyaz.com/0j35'),(0,1183,'Crytoron','sd7886@yahoo.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! https://go.diryjyaz.com/0j35'),(0,1184,'RonUphon','regi941619@gmail.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. https://go.diryjyaz.com/0j35'),(0,1185,'Anthonytinna','christian.wc.weiss@o2online.de',2147483647,'Echtes Einkommen ab 50000 EUR pro Woche https://telegra.ph/Ab-1000--pro-Tag-im-automatischen-Modus-09-29-5587?id-45082589'),(0,1186,'Eric Jones','ericjonesmyemail@gmail.com',555,'Hi, Eric here with a quick thought about your website avox.live...\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=avox.live\r\n'),(0,1187,'RonUphon','g.s.a.s.pa.m.m.i.n.g@gmail.com',2147483647,'Augmentum est nunc, sit amet quis ligula. https://go.diryjyaz.com/0j35'),(0,1188,'Anthonytinna','n.friedrich1087@web.de',2147483647,'Stabiles Einkommen ab 50000 Euro pro Monat http://earn-money-yakuza-like-a-dragon.isseconsulting.com/news-8194'),(0,1189,'Crytoron','szfgqn@hotmail.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. https://go.diryjyaz.com/0j35'),(0,1190,'RonUphon','bekbernadette@hotmail.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. https://go.diryjyaz.com/0j35'),(0,1191,'RonUphon','ben_1421@y7mail.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. https://go.diryjyaz.com/0j35'),(0,1192,'RonUphon','mudfarm@midmaine.com',2147483647,'Pecuniam, domi hoc frigus hiemis. https://go.diryjyaz.com/0j35'),(0,1193,'Crytoron','rafamax17@hotmail.com',2147483647,'Financial Robot est # 1 peritus quaestus. https://go.diryjyaz.com/0j35'),(0,1194,'RonUphon','vanessa@lewiston.com',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. https://go.diryjyaz.com/0j35'),(0,1195,'RonUphon','8822210011@gmail.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? https://go.diryjyaz.com/0j35'),(0,1196,'Crytoron','Mahalgem@yahoo.com',2147483647,'Operam! Financial robot perducat vos milia! https://go.diryjyaz.com/0j35'),(0,1197,'RonUphon','bhintaward@yahoo.com',2147483647,'Vestri computer potest facere vos etiam reditus, si vos utor is Robot. https://go.diryjyaz.com/0j35'),(0,1198,'RonUphon','keithdbarrett@talktalk.net',2147483647,'Pecunia opus? Financial robot est tua solutio. https://go.diryjyaz.com/0j35'),(0,1199,'RonUphon','curlerlathe48@hotmail.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. https://go.diryjyaz.com/0j35'),(0,1200,'Crytoron','rizwan.kanani@hotmail.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. https://go.diryjyaz.com/0j35'),(0,1201,'RonUphon','anamarie_manzano30@yahoo.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. https://go.diryjyaz.com/0j35'),(0,1202,'RonUphon','danielmarquez.b@gmail.com',2147483647,'Experiri optimum financial robot in in Lorem. https://go.diryjyaz.com/0j35'),(0,1203,'Crytoron','twinzey5@yahoo.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. https://go.diryjyaz.com/0j35'),(0,1204,'RonUphon','Danish24266@aol.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? https://go.diryjyaz.com/0j35'),(0,1205,'RonUphon','papashvili@uralweb.us',2147483647,'Quisque mereretur, quantum vult, nunc. https://go.diryjyaz.com/0j35'),(0,1206,'RonUphon','baggones@rochester.rr.com',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. https://go.diryjyaz.com/0j35'),(0,1207,'Crytoron','mark21jordan78@yahoo.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. https://go.diryjyaz.com/0j35'),(0,1208,'RonUphon','scotty.godbee@yahoo.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. https://go.diryjyaz.com/0j35'),(0,1209,'RonUphon','tifahezzell30@yahoo.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. https://go.diryjyaz.com/0j35'),(0,1210,'RonUphon','daisharoberts89@yahoo.com',2147483647,'Scimus quam ad futura nostra dives et tu? https://go.diryjyaz.com/0j35'),(0,1211,'Crytoron','davidleetappp@gmail.com',2147483647,'Iustus click potest convertere tu pupa in $1000. https://go.diryjyaz.com/0j35'),(0,1212,'RonUphon','houstonj0224@yahoo.com',2147483647,'Financial robot est optimus comes dives populus. https://go.diryjyaz.com/0j35'),(0,1213,'MichaelLit','gnmanu@web.de',2147483647,'Sie konnen mehr als 50.000 EUR pro Monat verdienen >>> http://earn-money-reading.alignforrelationships.com/id-2359 <<<'),(0,1214,'MichaelLit','gnmanu@web.de',2147483647,'Sie konnen mehr als 50.000 EUR pro Monat verdienen >>> http://earn-money-reading.alignforrelationships.com/id-2359 <<<'),(0,1215,'MichaelLit','gnmanu@web.de',2147483647,'Sie konnen mehr als 50.000 EUR pro Monat verdienen >>> http://earn-money-reading.alignforrelationships.com/id-2359 <<<'),(0,1216,'MichaelLit','gnmanu@web.de',2147483647,'Sie konnen mehr als 50.000 EUR pro Monat verdienen >>> http://earn-money-reading.alignforrelationships.com/id-2359 <<<'),(0,1217,'MichaelLit','gnmanu@web.de',2147483647,'Sie konnen mehr als 50.000 EUR pro Monat verdienen >>> http://earn-money-reading.alignforrelationships.com/id-2359 <<<'),(0,1218,'RonUphon','the-brain@hanmail.net',2147483647,'Scimus quomodo fieri dives, et tu? https://go.diryjyaz.com/0j35'),(0,1219,'Crytoron','uciprian79@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? https://go.diryjyaz.com/0j35'),(0,1220,'RonUphon','monogramgirls1@gmail.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. https://go.diryjyaz.com/0j35'),(0,1221,'Carltondrien','rule31@aol.com',2147483647,'Best NFT Giveaways https://telegra.ph/Get-NFT-over-25000-for-free-10-02-3610'),(0,1222,'RonUphon','vestamaria@hotmail.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. https://go.diryjyaz.com/0j35'),(0,1223,'RonUphon','bro6sh95co@outlook.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. https://go.diryjyaz.com/0j35'),(0,1224,'Crytoron','teachnmomma@hotmail.com',2147483647,'Milia illos leones,. Redde nihil. https://go.diryjyaz.com/0j35'),(0,1225,'RonUphon','julie.roscoe@comcast.net',2147483647,'Financial Robot est futura opes et libertatem. https://go.diryjyaz.com/0j35'),(0,1226,'RonUphon','ltobalino21@yahoo.com',2147483647,'Earn etiam pecunia sine labore. https://go.diryjyaz.com/0j35'),(0,1227,'Crytoron','melissamarin59@yahoo.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? https://go.diryjyaz.com/0j35'),(0,1228,'RonUphon','yujuch@yahoo.com',2147483647,'Etiam sciat puer ut $100 hodie ope huius robot. https://go.diryjyaz.com/0j35'),(0,1229,'RonUphon','lilcrzything@yahoo.com',2147483647,'Earn etiam pecunia sine labore. https://go.diryjyaz.com/0j35'),(0,1230,'RonUphon','bigj78@yahoo.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://go.diryjyaz.com/0j35'),(0,1231,'Crytoron','devsinclairjr@gmail.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. https://go.diryjyaz.com/0j35'),(0,1232,'RonUphon','raayleighx@aim.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. https://go.diryjyaz.com/0j35'),(0,1233,'RonUphon','sharoneke297@yahoo.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. https://go.diryjyaz.com/0j35'),(0,1234,'Crytoron','reymondxcraves@yahoo.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. https://go.diryjyaz.com/0j35'),(0,1235,'RonUphon','mela0317@aol.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. https://go.diryjyaz.com/0j35'),(0,1236,'RonUphon','GMCNEILL12@YAHOO.COM',2147483647,'Invenire de facillimum pecuniam victum. https://go.diryjyaz.com/0j35'),(0,1237,'RonUphon','rajmeej23@gmail.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. https://go.diryjyaz.com/0j35'),(0,1238,'Crytoron','waylander11@aol.com',2147483647,'Milia illos leones,. Redde nihil. https://go.diryjyaz.com/0j35'),(0,1239,'RonUphon','trevorm1966@hotmail.com',2147483647,'Scimus quam ad futura nostra dives et tu? https://go.diryjyaz.com/0j35'),(0,1240,'RonUphon','hanmari7@naver.com',2147483647,'Financial libertatem est, quod quisque eget. https://go.diryjyaz.com/0j35'),(0,1241,'RonUphon','lrodrcastro@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! https://go.diryjyaz.com/0j35'),(0,1242,'Crytoron','rabisim_al_rock@hotmail.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. https://go.diryjyaz.com/0j35'),(0,1243,'RonUphon','2f8jnt@gmail.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://go.diryjyaz.com/0j35'),(0,1244,'RonUphon','bartonyao@gmail.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. https://go.diryjyaz.com/0j35'),(0,1245,'Crytoron','ddngphotography@gmail.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. https://go.sakelonel.com/0jb5'),(0,1246,'RonUphon','samartin@nemr.net',2147483647,'Opus cash? Launch hoc robot et quod potest videre. https://go.sakelonel.com/0jb5'),(0,1247,'RonUphon','dougrau46@cox.net',2147483647,'Hoc robot et adducam vos pecuniam 24/7. https://go.sakelonel.com/0jb5'),(0,1248,'RonUphon','shefali_cute@yahoo.com',2147483647,'Online reditus est clavem ad successus. https://go.sakelonel.com/0jb5'),(0,1249,'Crytoron','Nynycegrl23@AOL.com',2147483647,'Non opus ad solliciti de futuris, si uti hoc financial robot. https://go.sakelonel.com/0jb5'),(0,1250,'RonUphon','mturn07@yahoo.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. https://go.sakelonel.com/0jb5'),(0,1251,'RonUphon','shawnalai33@gmail.com',2147483647,'Fac pupa iustus sedentem in domum suam. https://go.sakelonel.com/0jb5'),(0,1252,'Crytoron','chitchcock@adesa.com',2147483647,'Non opus ad solliciti de futuris, si uti hoc financial robot. https://go.sakelonel.com/0jb5'),(0,1253,'RonUphon','lindseysoshnik@gmail.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://go.sakelonel.com/0jb5'),(0,1254,'RonUphon','LYNETTELEYVA@AOL.COM',2147483647,'Pecunia opus? Financial robot est tua solutio. https://go.sakelonel.com/0jb5'),(0,1255,'RonUphon','nunyabeeswax@yahoo.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. https://go.sakelonel.com/0jb5'),(0,1256,'Crytoron','bhope15@yahoo.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. https://go.sakelonel.com/0jb5'),(0,1257,'RonUphon','pdjandfamily@juno.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! https://go.sakelonel.com/0jb5'),(0,1258,'RonUphon','shubham.jilu@gmail.com',2147483647,'Vultus pro an securus via ad pecuniam? Reprehendo sicco financial robot. https://go.sakelonel.com/0jb5'),(0,1259,'Crytoron','padipper11@yahoo.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. https://go.sakelonel.com/0jb5'),(0,1260,'RonUphon','haloriotgirl@aol.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. https://go.sakelonel.com/0jb5'),(0,1261,'RonUphon','j6yuh54y@163.com',2147483647,'Faciens pecuniam in rete facilius est nunc. https://go.sakelonel.com/0jb5'),(0,1262,'RickyReawn','mymail@mymails.cmo',2147483647,'Hello. \r\nContact Scott Ritter. \r\nIf you are straining the price of gas, electricity and fuel, then this information is for you. \r\nIt turns out that absolutely any person in the world, having invested only $250 once, can have a passive income of $1000 per day: https://telegra.ph/Prices-for-gas-and-electricity-strain-10-03?news-27536509'),(0,1263,'RonUphon','cathydereus@hotmail.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. https://go.sakelonel.com/0jb5'),(0,1264,'Crytoron','usafmod@yahoo.com',2147483647,'Vultus pro an securus via ad pecuniam? Reprehendo sicco financial robot. https://go.sakelonel.com/0jb5'),(0,1265,'RonUphon','sazzygurrl04@yahoo.com',2147483647,'Operam! Financial robot perducat vos milia! https://go.sakelonel.com/0jb5'),(0,1266,'GeorgeNouck','andrew_king_1@hotmail.couk',2147483647,'Fast and High-Quality Facebook Promotion >>> http://facebook-promotion-review.degitaldinar.com/news-6368 <<<'),(0,1267,'GeorgeNouck','andrew_king_1@hotmail.couk',2147483647,'Fast and High-Quality Facebook Promotion >>> http://facebook-promotion-review.degitaldinar.com/news-6368 <<<'),(0,1268,'GeorgeNouck','andrew_king_1@hotmail.couk',2147483647,'Fast and High-Quality Facebook Promotion >>> http://facebook-promotion-review.degitaldinar.com/news-6368 <<<'),(0,1269,'GeorgeNouck','andrew_king_1@hotmail.couk',2147483647,'Fast and High-Quality Facebook Promotion >>> http://facebook-promotion-review.degitaldinar.com/news-6368 <<<'),(0,1270,'GeorgeNouck','andrew_king_1@hotmail.couk',2147483647,'Fast and High-Quality Facebook Promotion >>> http://facebook-promotion-review.degitaldinar.com/news-6368 <<<'),(0,1271,'RonUphon','roxanasaave@hotmail.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! https://go.sakelonel.com/0jb5'),(0,1272,'Crytoron','yogachikl@aol.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. https://go.sakelonel.com/0jb5'),(0,1273,'RonUphon','bcastro619@aol.com',2147483647,'Online reditus est clavem ad successus. https://go.sakelonel.com/0jb5'),(0,1274,'RonUphon','kristen.lorraine.howell@gmail.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://go.sakelonel.com/0jb5'),(0,1275,'RonUphon','hlkimball2@gmail.com',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. https://go.sakelonel.com/0jb5'),(0,1276,'Crytoron','kel515@aol.com',2147483647,'Earn etiam pecunia sine labore. https://go.sakelonel.com/0jb5'),(0,1277,'RonUphon','customcar@telus.net',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. https://go.sakelonel.com/0jb5'),(0,1278,'RonUphon','nighthawksky@earthlink.net',2147483647,'Scimus quam crescere tua financial stabilitatem. https://go.sakelonel.com/0jb5'),(0,1279,'RonUphon','jan_valdes@yahoo.com',2147483647,'Robot est optimus via pro omnibus, qui spectat ad financial libertatem. https://go.sakelonel.com/0jb5'),(0,1280,'Crytoron','bedlington.17@gmail.com',2147483647,'Nec opus est quaerere job amplius. Opus online. https://go.sakelonel.com/0jb5'),(0,1281,'RonUphon','steinerjerry@live.com',2147483647,'Experiri optimum financial robot in in Lorem. https://go.sakelonel.com/0jb5'),(0,1282,'RonUphon','asednasser@gmail.com',2147483647,'Scimus quomodo fieri dives, et tu? https://go.sakelonel.com/0j35'),(0,1283,'RonUphon','jjs1_2000@yahoo.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. https://go.sakelonel.com/0j35'),(0,1284,'Crytoron','pwmmstik@dogsupplies4sale.com',2147483647,'Ingens reditus sine re sit amet, nunc! https://go.sakelonel.com/0j35'),(0,1285,'RonUphon','diane.ortega@gmail.com',2147483647,'Scimus quam ad futura nostra dives et tu? https://go.sakelonel.com/0j35'),(0,1286,'RonUphon','beij.in.g2.22w.f@gmail.com',2147483647,'Addito reditus praesto est omnibus hac robot. https://go.sakelonel.com/0j35'),(0,1287,'RonUphon','glez.mora@yahoo.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! https://go.sakelonel.com/0j35'),(0,1288,'Crytoron','srt116@hotmail.com',2147483647,'Vultus pro an securus via ad pecuniam? Reprehendo sicco financial robot. https://go.sakelonel.com/0j35'),(0,1289,'RonUphon','loov@yahoo.com',2147483647,'Invenire de ieiunas via a financial libertatem. https://go.sakelonel.com/0j35'),(0,1290,'RonUphon','bryan_saucedo1@yahoo.com',2147483647,'Quisque mereretur, quantum vult, nunc. https://go.sakelonel.com/0j35'),(0,1291,'RonUphon','gissellemm@gmail.com',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. https://go.sakelonel.com/0j35'),(0,1292,'Crytoron','MikaelaCorbo@Gmail.com',2147483647,'Successu formula invenitur. Discere magis de eo. https://go.sakelonel.com/0j35'),(0,1293,'RonUphon','witch_hammer@yahoo.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. https://go.sakelonel.com/0j35'),(0,1294,'RonUphon','patricia-portugal_1995@hotmail.com',2147483647,'Fac pupa domi et deductae hoc Bot. https://go.sakelonel.com/0j35'),(0,1295,'Crytoron','kinne11@aol.com',2147483647,'Vultus deinceps ad reditus? Ut online. https://go.sakelonel.com/0j35'),(0,1296,'RonUphon','julielvday@gmail.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. https://go.sakelonel.com/0j35'),(0,1297,'RonUphon','erinsadam@gmail.com',2147483647,'Operam! Financial robot perducat vos milia! https://go.sakelonel.com/0j35'),(0,1298,'RonUphon','fayelovegirl@yahoo.com',2147483647,'Sit diam Robot esse comes in financial forum. https://go.sakelonel.com/0j35'),(0,1299,'Crytoron','Kjoholden@gmail.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. https://go.sakelonel.com/0j35'),(0,1300,'RonUphon','dfly9ysu@yahoo.com',2147483647,'Pecunia opus? Ut hic facile? https://go.cuxavyem.com/0j35'),(0,1301,'RonUphon','pengshingx@gmail.com',2147483647,'Discere, quomodo ad centum terga singulos dies. https://go.cuxavyem.com/0j35'),(0,1302,'Crytoron','michellehofmann36@yahoo.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. http://go.cuxavyem.com/0j35'),(0,1303,'RonUphon','ksolano@grupogss.com',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. https://go.cuxavyem.com/0j35'),(0,1304,'RonUphon','ibehavebadly56@gmail.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. https://go.cuxavyem.com/0j35'),(0,1305,'RonUphon','jenn@wjinterests.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. https://go.cuxavyem.com/0j35'),(0,1306,'Crytoron','t.robinson02@gmail.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. http://go.cuxavyem.com/0j35'),(0,1307,'RonUphon','mojo00019@aol.com',2147483647,'Quisque mereretur, quantum vult, nunc. https://go.cuxavyem.com/0j35'),(0,1308,'RonUphon','irene_wagner2000@yahoo.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. https://go.cuxavyem.com/0j35'),(0,1309,'RonUphon','patanne416@yahoo.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. https://go.cuxavyem.com/0j35'),(0,1310,'Crytoron','chastonengroff@yahoo.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. http://go.cuxavyem.com/0j35'),(0,1311,'RonUphon','m.ich.a.e.l.sn.tp@gmail.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. https://go.cuxavyem.com/0j35'),(0,1312,'RonUphon','ribeiro.jeanpaul@gmail.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. https://go.cuxavyem.com/0j35'),(0,1313,'Crytoron','Ultraindy@aol.com',2147483647,'Non tamen nummorum? Reficere nunc! http://go.cuxavyem.com/0j35'),(0,1314,'RonUphon','bishoyfam@gmail.com',2147483647,'Capto ex ipso robot servare victum tota die. https://go.cuxavyem.com/0j35'),(0,1315,'RonUphon','andrewjohnmathews@gmail.com',2147483647,'Omnis vestri pupa potest convertere in $100 post prandium hoc Robot. https://go.cuxavyem.com/0j35'),(0,1316,'RonUphon','riverrhodesrocks@gmail.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. https://go.cuxavyem.com/0j35'),(0,1317,'Crytoron','jenna.bigger@gmail.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. http://go.cuxavyem.com/0j35'),(0,1318,'RonUphon','luvmunster0311@yahoo.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. https://go.cuxavyem.com/0j35'),(0,1319,'RonUphon','juancamerchan@gmail.com',2147483647,'Successu formula invenitur. Discere magis de eo. https://go.cuxavyem.com/0j35'),(0,1320,'Crytoron','jasongforest@gmail.com',2147483647,'Optimum online euismod instrumentum invenitur. Discere magis! http://go.cuxavyem.com/0j35'),(0,1321,'RonUphon','youngmoney1781@yahoo.com',2147483647,'Successu formula invenitur. Discere magis de eo. https://go.cuxavyem.com/0j35'),(0,1322,'RonUphon','sajidbilal555@yahoo.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! https://go.cuxavyem.com/0j35'),(0,1323,'RonUphon','pookie_jto3@hotmail.com',2147483647,'Satus faciens milia pupa omni septimana. https://go.cuxavyem.com/0j35'),(0,1324,'Crytoron','amandashannon1988@yahoo.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. http://go.cuxavyem.com/0j35'),(0,1325,'RonUphon','dnayarez@hotmail.com',2147483647,'Addito reditus praesto est omnibus hac robot. https://go.cuxavyem.com/0j35'),(0,1326,'RonUphon','f.kouira@juliatransport.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. https://go.cuxavyem.com/0j35'),(0,1327,'Crytoron','steve@dscabinets.net',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. http://go.cuxavyem.com/0j35'),(0,1328,'RonUphon','picka-gek@hotmail.com',2147483647,'Non opus anymore dum Robot launched! https://go.cuxavyem.com/0j35'),(0,1329,'RonUphon','djwalker8851@gmail.com',2147483647,'Milia omni septimana operantes online hic. https://go.cuxavyem.com/0j35'),(0,1330,'Catherine McGeehan','mcgeehan.catherine52@outlook.com',0,'\r\nIf you need a quick boost in the SERPs for avox.live, then this is the right strategy for you:\r\nhttps://www.seo-treff.de/product/serp-booster/'),(0,1331,'RonUphon','caleb202006@yahoo.com',2147483647,'Satus faciens milia pupa omni septimana. https://go.cuxavyem.com/0j35'),(0,1332,'Crytoron','mkerin1029@yahoo.com',2147483647,'Financial robot est optimus comes dives populus. http://go.cuxavyem.com/0j35'),(0,1333,'RonUphon','tidsyandnaomi@bigpond.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. https://go.cuxavyem.com/0j35'),(0,1334,'RonUphon','lindizzle17@yahoo.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. https://go.cuxavyem.com/0j35'),(0,1335,'RonUphon','bobjins345+hitbdhhzesbr@gmail.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. https://go.cuxavyem.com/0j35'),(0,1336,'Crytoron','danhtue2003@yahoo.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. http://go.cuxavyem.com/0j35'),(0,1337,'RonUphon','nickithomas09@gmail.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! https://go.cuxavyem.com/0j35'),(0,1338,'RonUphon','jerenea33@yahoo.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. https://go.cuxavyem.com/0j35'),(0,1339,'Samueltof','just-us-4@bigpond.com',2147483647,'The Wolf of Wall Street Accidentally Reveals Insider Information https://telegra.ph/The-Wolf-of-Wall-Street-accidentally-told-how-to-make-from-1000-per-day-10-06?news-83192576115'),(0,1340,'Crytoron','codywong.gm@gmail.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. http://go.cuxavyem.com/0j35'),(0,1341,'RonUphon','wife2andy@yahoo.com',2147483647,'Scimus quam ad futura nostra dives et tu? https://go.cuxavyem.com/0j35'),(0,1342,'AnthonyFus','christophermarkpellant@gmail.com',2147483647,'The Wolf of Wall Street Accidentally Reveals Insider Information >>> https://telegra.ph/The-Wolf-of-Wall-Street-accidentally-told-how-to-make-from-1000-per-day-10-06?news-60908179504 <<<'),(0,1343,'AnthonyFus','christophermarkpellant@gmail.com',2147483647,'The Wolf of Wall Street Accidentally Reveals Insider Information >>> https://telegra.ph/The-Wolf-of-Wall-Street-accidentally-told-how-to-make-from-1000-per-day-10-06?news-60908179504 <<<'),(0,1344,'AnthonyFus','christophermarkpellant@gmail.com',2147483647,'The Wolf of Wall Street Accidentally Reveals Insider Information >>> https://telegra.ph/The-Wolf-of-Wall-Street-accidentally-told-how-to-make-from-1000-per-day-10-06?news-60908179504 <<<'),(0,1345,'AnthonyFus','christophermarkpellant@gmail.com',2147483647,'The Wolf of Wall Street Accidentally Reveals Insider Information >>> https://telegra.ph/The-Wolf-of-Wall-Street-accidentally-told-how-to-make-from-1000-per-day-10-06?news-60908179504 <<<'),(0,1346,'AnthonyFus','christophermarkpellant@gmail.com',2147483647,'The Wolf of Wall Street Accidentally Reveals Insider Information >>> https://telegra.ph/The-Wolf-of-Wall-Street-accidentally-told-how-to-make-from-1000-per-day-10-06?news-60908179504 <<<'),(0,1347,'RonUphon','brownhamonds@yahoo.com',2147483647,'Planto vestri pecunia opus est tibi tota die. https://go.cuxavyem.com/0j35'),(0,1348,'RonUphon','bluepenny@gmail.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. https://go.cuxavyem.com/0j35'),(0,1349,'Crytoron','kgloss89@gmail.com',2147483647,'Non tamen nummorum? Financial robot faciam te eum! http://go.cuxavyem.com/0j35'),(0,1350,'RonUphon','lauraalderete@yahoo.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. https://go.cuxavyem.com/0j35'),(0,1351,'RonUphon','wstberg@hotmail.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. https://go.cuxavyem.com/0j35'),(0,1352,'Crytoron','a1020h@excite.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. http://go.cuxavyem.com/0j35'),(0,1353,'RonUphon','morb@twcny.rr.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. https://go.cuxavyem.com/0j35'),(0,1354,'RonUphon','kyle.strait@tennantco.com',2147483647,'Etiam sciat puer ut $100 hodie ope huius robot. https://go.cuxavyem.com/0j35'),(0,1355,'RonUphon','mndelbrune@hotmail.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. https://go.cuxavyem.com/0j35'),(0,1356,'Crytoron','troykstate@yahoo.com',2147483647,'Successu formula invenitur. Discere magis de eo. http://go.cuxavyem.com/0j35'),(0,1357,'RonUphon','qifaovfvx6es5ap@temporaryinbox.com',2147483647,'Pecuniam in penitus usura hoc Bot. Vere operatur! https://go.cuxavyem.com/0j35'),(0,1358,'RonUphon','streetlife34@yahoo.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! https://go.gepekaep.com/0j35'),(0,1359,'RonUphon','darc96@hotmail.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. https://go.gepekaep.com/0j35'),(0,1360,'Crytoron','chaddebeck@yahoo.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. http://go.gepekaep.com/0j35'),(0,1361,'RonUphon','poojagandhi19@gmail.com',2147483647,'Quaestus est facile, si vos utor financial Robot. https://go.gepekaep.com/0j35'),(0,1362,'RonUphon','satish19acharya@gmail.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. https://go.gepekaep.com/0j35'),(0,1363,'Crytoron','vidya_charan87@yahoo.com',2147483647,'Fac pupa iustus sedentem in domum suam. http://go.gepekaep.com/0j35'),(0,1364,'RonUphon','emorrisfc@yahoo.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. https://go.gepekaep.com/0j35'),(0,1365,'RonUphon','Nnschwr@aol.com',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. https://go.gepekaep.com/0j35'),(0,1366,'Crytoron','logosoflife@live.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. http://go.gepekaep.com/0j35'),(0,1367,'RonUphon','vblakney@gmail.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://go.gepekaep.com/0j35'),(0,1368,'RonUphon','fanosvaderty69@gawab.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. https://go.gepekaep.com/0j35'),(0,1369,'RonUphon','ddaidone@optonline.net',2147483647,'Experiri optimum financial robot in in Lorem. https://go.gepekaep.com/0j35'),(0,1370,'Crytoron','sabaoonsabaoon@gmail.com',2147483647,'Invenire de ieiunas via a financial libertatem. http://go.gepekaep.com/0j35'),(0,1371,'RonUphon','patriziamacrelli@gmail.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. https://go.gepekaep.com/0j35'),(0,1372,'RonUphon','butterflysky10@adelphia.net',2147483647,'At $1000 die facile est, si uti hoc financial Robot. https://go.gepekaep.com/0j35'),(0,1373,'RonUphon','brownlogi@yahoo.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. https://go.gepekaep.com/0j35'),(0,1374,'Crytoron','bourgeois69@gmail.com',2147483647,'Ingens reditus sine re sit amet, nunc! http://go.gepekaep.com/0j35'),(0,1375,'RonUphon','ka6gsk2@aol.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. https://go.gepekaep.com/0j35'),(0,1376,'RonUphon','pronooky@gmail.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. https://go.gepekaep.com/0j35'),(0,1377,'Crytoron','z22bbnfbnh@yahoo.com',2147483647,'Financial Robot est # 1 peritus quaestus. http://go.gepekaep.com/0j35'),(0,1378,'RonUphon','tjemarcus76@student.hcs.k12.nc.us',2147483647,'Pecunia opus? Financial robot est tua solutio. https://go.gepekaep.com/0j35'),(0,1379,'RonUphon','NBHARDWAJ60@GMAIL.COM',2147483647,'Non tamen nummorum? Reficere nunc! https://go.gepekaep.com/0j35'),(0,1380,'RonUphon','linzee_amanda@yahoo.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. https://go.gepekaep.com/0j35'),(0,1381,'Crytoron','duwayne3025@gmail.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. http://go.gepekaep.com/0j35'),(0,1382,'RonUphon','jll132010@yahoo.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. https://go.gepekaep.com/0j35'),(0,1383,'RonUphon','careyme2@hotmail.com',2147483647,'Omnis vestri pupa potest convertere in $100 post prandium hoc Robot. https://go.gepekaep.com/0j35'),(0,1384,'RonUphon','phatak.rd@gmail.com',2147483647,'Augmentum est nunc, sit amet quis ligula. https://go.gepekaep.com/0j35'),(0,1385,'Crytoron','arvin.clavite@namshi.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. http://go.gepekaep.com/0j35'),(0,1386,'RonUphon','littleredrican@gmail.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. https://go.gepekaep.com/0j35'),(0,1387,'RonUphon','williamjburroughs@gmail.com',2147483647,'Experiri optimum financial robot in in Lorem. https://go.gepekaep.com/0j35'),(0,1388,'Crytoron','arherrera1@home.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. http://go.gepekaep.com/0j35'),(0,1389,'RonUphon','mercmeans@gmail.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. https://go.gepekaep.com/0j35'),(0,1390,'RonUphon','falon.mccormick@yahoo.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. https://go.gepekaep.com/0j35'),(0,1391,'RonUphon','ljljls12224@yahoo.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. https://go.gepekaep.com/0j35'),(0,1392,'Crytoron','wainen@gmail.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. http://go.gepekaep.com/0j35'),(0,1393,'JesusDig','melissawalker@live.com.au',2147483647,'HOW TO MAKE $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-69458357'),(0,1394,'RonUphon','rubenmo_24@hotmail.com',2147483647,'Fides financial Bot fieri dives. https://go.gepekaep.com/0j35'),(0,1395,'RonUphon','jenti4u2@yahoo.com',2147483647,'Discere, quomodo ad centum terga singulos dies. https://go.gepekaep.com/0j35'),(0,1396,'Crytoron','angeleyes2181976@yahoo.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. http://go.gepekaep.com/0j35'),(0,1397,'RonUphon','pityk_73@yahoo.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://go.gepekaep.com/0j35'),(0,1398,'RonUphon','Dwreck171@yahoo.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. https://go.gepekaep.com/0j35'),(0,1399,'RonUphon','tiffanyjanell84@yahoo.com',2147483647,'Scimus quam ad futura nostra dives et tu? https://go.gepekaep.com/0j35'),(0,1400,'Crytoron','laurennorthwood1@aol.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. http://go.gepekaep.com/0j35'),(0,1401,'RonUphon','yreponte@hotmail.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. https://go.gepekaep.com/0j35'),(0,1402,'Abrahamsnund','fafacool@live.ca',2147483647,'HOW TO MAKE $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?news-63202592 <<<'),(0,1403,'Abrahamsnund','fafacool@live.ca',2147483647,'HOW TO MAKE $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?news-63202592 <<<'),(0,1404,'Abrahamsnund','fafacool@live.ca',2147483647,'HOW TO MAKE $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?news-63202592 <<<'),(0,1405,'Abrahamsnund','fafacool@live.ca',2147483647,'HOW TO MAKE $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?news-63202592 <<<'),(0,1406,'Abrahamsnund','fafacool@live.ca',2147483647,'HOW TO MAKE $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?news-63202592 <<<'),(0,1407,'RonUphon','deffiniastar@ymail.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. https://go.gepekaep.com/0j35'),(0,1408,'Crytoron','chandanagaba@yahoo.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. http://go.gepekaep.com/0j35'),(0,1409,'RonUphon','liveforsomeone@gmail.com',2147483647,'Invenire de ieiunas via a financial libertatem. https://go.gepekaep.com/0j35'),(0,1410,'RonUphon','patrick.hauser@windowslive.com',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. https://go.gepekaep.com/0j35'),(0,1411,'RonUphon','aydenngray@gmail.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. Telegram - @Crypto2022toolbot'),(0,1412,'Crytoron','ox_parasite_xo@yahoo.com',2147483647,'Fac tibi dives in futurum utentes financial robot. Telegram - @Crypto2022toolbot'),(0,1413,'RonUphon','trump5709@gmail.com',2147483647,'Sit diam Robot esse comes in financial forum. Telegram - @Crypto2022toolbot'),(0,1414,'RonUphon','amberleo18@gmail.com',2147483647,'Pecuniam, domi hoc frigus hiemis. Telegram - @Crypto2022toolbot'),(0,1415,'RonUphon','ftvplawlermelody@hotmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. Telegram - @Crypto2022toolbot'),(0,1416,'Crytoron','klkortuem02@hotmail.com',2147483647,'Successu formula invenitur. Discere magis de eo. Telegram - @Crypto2022toolbot'),(0,1417,'RonUphon','elkintana@yahoo.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? Telegram - @Cryptaxbot'),(0,1418,'RonUphon','suma9907@yahoo.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,1419,'RonUphon','alen4ik_19@yahoo.com',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. Telegram - @Cryptaxbot'),(0,1420,'Crytoron','as.u.sco.mp.ut.e.r.mi.s.te.r.n.ow@gmail.',2147483647,'Financial Robot est maxime financial tool in rete! Telegram - @Cryptaxbot'),(0,1421,'RonUphon','iginademetria@hotmail.com',2147483647,'Scimus quam ad futura nostra dives et tu? Telegram - @Cryptaxbot'),(0,1422,'RonUphon','sanlwin007@gmail.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. Telegram - @Cryptaxbot'),(0,1423,'Crytoron','surf3rkyd@yahoo.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. Telegram - @Cryptaxbot'),(0,1424,'RonUphon','wg_harper@msn.com',2147483647,'Pretium non habetis? Quisque online. Telegram - @Cryptaxbot'),(0,1425,'RonUphon','dsjohn@duo-county.com',2147483647,'Fac pupa domi et deductae hoc Bot. Telegram - @Cryptaxbot'),(0,1426,'RonUphon','bharathesh.pissay@gmail.com',2147483647,'Ingens reditus sine re, quod est available. Telegram - @Cryptaxbot'),(0,1427,'Crytoron','ichivtu@rebekamail.com',2147483647,'Financial robot est optimus comes dives populus. Telegram - @Cryptaxbot'),(0,1428,'RonUphon','ponlee@live.com',2147483647,'Earn etiam pecunia sine conatus et artes. Telegram - @Cryptaxbot'),(0,1429,'RonUphon','artchao1@yahoo.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,1430,'RonUphon','lmpage123@att.net',2147483647,'Ingens reditus sine re, quod est available. Telegram - @Cryptaxbot'),(0,1431,'Crytoron','lisa@imagesbylisa.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. Telegram - @Cryptaxbot'),(0,1432,'RonUphon','peacelily46@google.com',2147483647,'Pretium non habetis? Quisque online. Telegram - @Cryptaxbot'),(0,1433,'RonUphon','asddsarassca@gmail.com',2147483647,'Non tamen nummorum? Reficere nunc! Telegram - @Cryptaxbot'),(0,1434,'Crytoron','kkinney@kyrene.org',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. Telegram - @Cryptaxbot'),(0,1435,'RonUphon','DeannaHazlett566@yahoo.com',2147483647,'Fac tibi dives in futurum utentes financial robot. Telegram - @Cryptaxbot'),(0,1436,'RonUphon','lathar@bww.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,1437,'RonUphon','joana@chibardun.net',2147483647,'Online referte sunt facillimus via financial libertatem. Telegram - @Cryptaxbot'),(0,1438,'Crytoron','kdbelle1@yahoo.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. Telegram - @Cryptaxbot'),(0,1439,'RonUphon','ghostboyguille@yahoo.com',2147483647,'Fides financial Bot fieri dives. Telegram - @Cryptaxbot'),(0,1440,'RonUphon','wooddaver@gmail.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,1441,'Crytoron','teamragemapping@hotmail.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. Telegram - @Cryptaxbot'),(0,1442,'RonUphon','ffrye262@gmail.com',2147483647,'Earn etiam pecunia sine conatus et artes. Telegram - @Cryptaxbot'),(0,1443,'RonUphon','jenpiggys@gmail.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. Telegram - @Cryptaxbot'),(0,1444,'RonUphon','juliuslaser@orangeinbox.org',2147483647,'Scimus quam ad futura nostra dives et tu? Telegram - @Cryptaxbot'),(0,1445,'Crytoron','kennycop20032000@yahoo.com',2147483647,'Addito reditus praesto est omnibus hac robot. Telegram - @Cryptaxbot'),(0,1446,'RonUphon','mcintyredenis2@gmail.com',2147483647,'Robot est optimus via pro omnibus, qui spectat ad financial libertatem. Telegram - @Cryptaxbot'),(0,1447,'RonUphon','johnmr126@gmail.com',2147483647,'Fac tibi dives in futurum utentes financial robot. Telegram - @Cryptaxbot'),(0,1448,'RonUphon','timjensen6@yahoo.com',2147483647,'Etiam sciat puer ut $100 hodie ope huius robot. Telegram - @Cryptaxbot'),(0,1449,'Crytoron','leenadavid333@gmail.com',2147483647,'Satus vestri online opus usura financial Robot. Telegram - @Cryptaxbot'),(0,1450,'RonUphon','meganlynn96@yahoo.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. Telegram - @Cryptaxbot'),(0,1451,'RonUphon','sil.van.kordelaar@gmail.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. Telegram - @Cryptaxbot'),(0,1452,'Crytoron','s_thelove5@hotmail.com',2147483647,'Operam! Financial robot perducat vos milia! Telegram - @Cryptaxbot'),(0,1453,'RonUphon','jennie_lee_V@hotmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. Telegram - @Cryptaxbot'),(0,1454,'RonUphon','lokys288@gmail.com',2147483647,'Fides financial Bot fieri dives. Telegram - @Cryptaxbot'),(0,1455,'RonUphon','bhjensenil@yahoo.com',2147483647,'Unum click in robot et adducam vos milia illos leones,. Telegram - @Cryptaxbot'),(0,1456,'Crytoron','kwreallove@yahoo.com',2147483647,'Online referte sunt facillimus via financial libertatem. Telegram - @Cryptaxbot'),(0,1457,'RonUphon','jessie.perales@lamar.k12.co.us',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! Telegram - @Cryptaxbot'),(0,1458,'RonUphon','erick.35mm@gmail.com',2147483647,'Fides financial Bot fieri dives. Telegram - @Cryptaxbot'),(0,1459,'Crytoron','uralli@comcast.net',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,1460,'RonUphon','staceyfaith1573@gmail.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. Telegram - @Cryptaxbot'),(0,1461,'RonUphon','Kyeeli@yahoo.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. Telegram - @Cryptaxbot'),(0,1462,'RonUphon','caitlinclark402@msn.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. Telegram - @Cryptaxbot'),(0,1463,'Eric Jones','ericjonesmyemail@gmail.com',555,'Hi, my name is Eric and I’m betting you’d like your website avox.live 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 avox.live.\r\n\r\nTalk With Web Visitor – CLICK HERE http://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 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\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://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=avox.live\r\n'),(0,1464,'Crytoron','bmsdist15@gmail.com',2147483647,'Planto vestri pecunia opus est tibi tota die. Telegram - @Cryptaxbot'),(0,1465,'RonUphon','amberantique@wilsonexpress.org',2147483647,'Scimus quomodo fieri dives, et tu? Telegram - @Cryptaxbot'),(0,1466,'RonUphon','cassandraleslienater@hotmail.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. Telegram - @Cryptaxbot'),(0,1467,'RonUphon','persson.linda@rocketmail.com',2147483647,'Earn etiam pecunia sine labore. Telegram - @Cryptaxbot'),(0,1468,'Crytoron','gelauv.i@gmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! Telegram - @Cryptaxbot'),(0,1469,'RonUphon','tifalonia@yahoo.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. Telegram - @Cryptaxbot'),(0,1470,'Abrahamsnund','ashleighvogel@yahoo.com.au',2147483647,'GET YOUR FINANCIAL FREEDOM NOW... >>> https://telegra.ph/Verify-that-you-are-human-10-11?id-25586544 <<<'),(0,1471,'Abrahamsnund','ashleighvogel@yahoo.com.au',2147483647,'GET YOUR FINANCIAL FREEDOM NOW... >>> https://telegra.ph/Verify-that-you-are-human-10-11?id-25586544 <<<'),(0,1472,'Abrahamsnund','ashleighvogel@yahoo.com.au',2147483647,'GET YOUR FINANCIAL FREEDOM NOW... >>> https://telegra.ph/Verify-that-you-are-human-10-11?id-25586544 <<<'),(0,1473,'Abrahamsnund','ashleighvogel@yahoo.com.au',2147483647,'GET YOUR FINANCIAL FREEDOM NOW... >>> https://telegra.ph/Verify-that-you-are-human-10-11?id-25586544 <<<'),(0,1474,'Abrahamsnund','ashleighvogel@yahoo.com.au',2147483647,'GET YOUR FINANCIAL FREEDOM NOW... >>> https://telegra.ph/Verify-that-you-are-human-10-11?id-25586544 <<<'),(0,1475,'RonUphon','merrykays@comcast.net',2147483647,'Vultus pro an securus via ad pecuniam? Reprehendo sicco financial robot. Telegram - @Cryptaxbot'),(0,1476,'Crytoron','krladeda@msn.com',2147483647,'Financial libertatem est, quod quisque eget. Telegram - @Cryptaxbot'),(0,1477,'RonUphon','kcabneits@hotmail.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,1478,'RonUphon','rorsjotaeroni@gmail.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. Telegram - @Cryptaxbot'),(0,1479,'RonUphon','Stealthypepper@hotmail.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. Telegram - @Cryptaxbot'),(0,1480,'Crytoron','sromano60@yahoo.com',2147483647,'Nec opus est quaerere job amplius. Opus online. Telegram - @Cryptaxbot'),(0,1481,'RonUphon','shesliekwh0a@aim.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? Telegram - @Cryptaxbot'),(0,1482,'RonUphon','cdkjohn47@yahoo.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. Telegram - @Cryptaxbot'),(0,1483,'Crytoron','ewyihsxnd@vipmail.net',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. Telegram - @Cryptaxbot'),(0,1484,'RonUphon','mollykleinman@gmail.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. Telegram - @Cryptaxbot'),(0,1485,'RonUphon','shocker1903@hotmail.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. Telegram - @Cryptaxbot'),(0,1486,'RonUphon','m_darrag77@yahoo.com',2147483647,'Buy omnia vis mereri pecuniam. Telegram - @Cryptaxbot'),(0,1487,'Crytoron','gb2770@yahoo.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. Telegram - @Cryptaxbot'),(0,1488,'RonUphon','colehand@msn.com',2147483647,'Ingens reditus sine re, quod est available. Telegram - @Cryptaxbot'),(0,1489,'RonUphon','adriana_gomez123456@yahoo.com',2147483647,'Pecuniam, domi hoc frigus hiemis. Telegram - @Cryptaxbot'),(0,1490,'RonUphon','granny8h@yahoo.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. Telegram - @Cryptaxbot'),(0,1491,'Davidedist','JBeal87@mta.ca',2147483647,'DANGER! YOU WILL NOT WORK NEXT WEEK because you will become a millionaire... https://telegra.ph/Verify-that-you-are-human-10-11?id-80158947'),(0,1492,'Crytoron','hkhysy@gmail.com',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,1493,'RonUphon','megcooling09@hotmail.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! Telegram - @Cryptaxbot'),(0,1494,'RonUphon','alsotav@gmail.com',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,1495,'Crytoron','berryburnt@blackinbox.org',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. Telegram - @Cryptaxbot'),(0,1496,'RonUphon','NORMAJANEWYMER@GMAIL.COM',2147483647,'Quaestus est facile, si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,1497,'RonUphon','CUTTERMAN@OUTLOOK.COM',2147483647,'Discere, quomodo ad centum terga singulos dies. Telegram - @Cryptaxbot'),(0,1498,'RonUphon','mark.henderson73@googlemail.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,1499,'Crytoron','flossteam@aol.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. Telegram - @Cryptaxbot'),(0,1500,'RonUphon','marybou67@hotmail.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! Telegram - @Cryptaxbot'),(0,1501,'RonUphon','traci@rieckmann.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. Telegram - @Cryptaxbot'),(0,1502,'RonUphon','harry0201qiao@gmail.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? Telegram - @Cryptaxbot'),(0,1503,'Crytoron','happyg1970@gmail.com',2147483647,'Ingens reditus sine re sit amet, nunc! Telegram - @Cryptaxbot'),(0,1504,'RonUphon','benjowen55758@gmail.com',2147483647,'Non tamen nummorum? Reficere nunc! Telegram - @Cryptaxbot'),(0,1505,'RonUphon','killerbunny2000@gmail.com',2147483647,'Scimus quam ad futura nostra dives et tu? Telegram - @Cryptaxbot'),(0,1506,'Crytoron','gusmarioti@yahoo.com',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. Telegram - @Cryptaxbot'),(0,1507,'RonUphon','jocelynrose072911@yahoo.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. Telegram - @Cryptaxbot'),(0,1508,'RonUphon','cd424@att.net',2147483647,'Financial Robot est # 1 peritus quaestus. Telegram - @Cryptaxbot'),(0,1509,'Crytoron','peecom999@yahoo.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. Telegram - @Cryptaxbot'),(0,1510,'RonUphon','jeremym.wood@gmail.com',2147483647,'Scimus quam ad futura nostra dives et tu? Telegram - @Cryptaxbot'),(0,1511,'RonUphon','Kendaldyntrale22@yahoo.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. Telegram - @Cryptaxbot'),(0,1512,'RonUphon','xaviorfitch@yahoo.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. Telegram - @Cryptaxbot'),(0,1513,'Crytoron','ginutah@comcast.net',2147483647,'Satus vestri online opus usura financial Robot. Telegram - @Cryptaxbot'),(0,1514,'RonUphon','rafarusso@ya.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. Telegram - @Cryptaxbot'),(0,1515,'RonUphon','gothicrose-19@yahoo.com',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. Telegram - @Cryptaxbot'),(0,1516,'Crytoron','wadstony@hotmail.com',2147483647,'Fac tibi dives in futurum utentes financial robot. Telegram - @Cryptaxbot'),(0,1517,'RonUphon','RIDDICK199@YAHOO.COM',2147483647,'Financial robot est optimus comes dives populus. Telegram - @Cryptaxbot'),(0,1518,'RonUphon','Harriet_gunner@Hotmail.Com',2147483647,'Earn etiam pecunia sine conatus et artes. Telegram - @Cryptaxbot'),(0,1519,'RonUphon','badamaarley@ymail.net',2147483647,'Parva re potest facere tons of pupa fast. Telegram - @Cryptaxbot'),(0,1520,'Crytoron','algardea@cox.net',2147483647,'Planto vestri pecunia opus est tibi tota die. Telegram - @Cryptaxbot'),(0,1521,'RonUphon','jhennessy8@rochester.rr.com',2147483647,'Addito reditus pro omnibus. Telegram - @Cryptaxbot'),(0,1522,'RonUphon','toddy@msn.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. Telegram - @Cryptaxbot'),(0,1523,'Crytoron','jborbo@peoplepc.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. Telegram - @Cryptaxbot'),(0,1524,'RonUphon','skwidgeon@hotmail.com',2147483647,'Online referte sunt facillimus via financial libertatem. Telegram - @Cryptaxbot'),(0,1525,'RonUphon','reenkhalid79@gmail.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. Telegram - @Cryptaxbot'),(0,1526,'RonUphon','lataviachan@yahoo.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. Telegram - @Cryptaxbot'),(0,1527,'Crytoron','sarahriyanti91@yahoo.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. Telegram - @Cryptaxbot'),(0,1528,'RonUphon','mj94us@yahoo.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. Telegram - @Cryptaxbot'),(0,1529,'RonUphon','paulacspimentel@gmail.com',2147483647,'Discere, quomodo ad centum terga singulos dies. Telegram - @Cryptaxbot'),(0,1530,'RonUphon','jtzb3@yahoo.com',2147483647,'Sit diam Robot esse comes in financial forum. Telegram - @Cryptaxbot'),(0,1531,'Crytoron','Shadiqratna@hotmail.com',2147483647,'Nec opus est quaerere job amplius. Opus online. Telegram - @Cryptaxbot'),(0,1532,'RonUphon','morgenchristine@yahoo.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. Telegram - @Cryptaxbot'),(0,1533,'RonUphon','Trampolinegirl08@aol.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? Telegram - @Cryptaxbot'),(0,1534,'Crytoron','angasreid@gmail.com',2147483647,'Non tamen nummorum? Reficere nunc! Telegram - @Cryptaxbot'),(0,1535,'RonUphon','zoro_senpai@hotmail.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. Telegram - @Cryptaxbot'),(0,1536,'RonUphon','Bahamit@live.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. Telegram - @Cryptaxbot'),(0,1537,'RonUphon','binkyelmo13@yahoo.com',2147483647,'Satus vestri online opus usura financial Robot. Telegram - @Cryptaxbot'),(0,1538,'Crytoron','pi_el_c@hotmail.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. Telegram - @Cryptaxbot'),(0,1539,'RonUphon','stephhdz81@yahoo.com',2147483647,'Non opus anymore dum Robot launched! Telegram - @Cryptaxbot'),(0,1540,'RonUphon','liargemafenig@gmail.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. Telegram - @Cryptaxbot'),(0,1541,'Crytoron','pjdavidian@yahoo.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. Telegram - @Cryptaxbot'),(0,1542,'RonUphon','CM.WINGSOFCHANGE@COMCAST.NET',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. Telegram - @Cryptaxbot'),(0,1543,'RonUphon','qfb.smq-93@windowslive.com',2147483647,'Quisque mereretur, quantum vult, nunc. Telegram - @Cryptaxbot'),(0,1544,'RonUphon','mehranforoughi@hotmail.com',2147483647,'Financial Robot est maxime financial tool in rete! Telegram - @Cryptaxbot'),(0,1545,'Crytoron','artchao1@yahoo.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. Telegram - @Cryptaxbot'),(0,1546,'RonUphon','reyes.norman@gmail.com',2147483647,'Quaestus est facile, si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,1547,'RonUphon','thesmilingcoast@hotmail.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. Telegram - @Cryptaxbot'),(0,1548,'Crytoron','Carolyn_Cliservml@yahoo.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. Telegram - @Cryptaxbot'),(0,1549,'RonUphon','andrearatajczak@pdamarketing.net',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. Telegram - @Cryptaxbot'),(0,1550,'RonUphon','pigg20@hotmail.com',2147483647,'Successu formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,1551,'RonUphon','rosemaryc@ultimategrounds.com',2147483647,'Planto vestri pecunia opus est tibi tota die. Telegram - @Cryptaxbot'),(0,1552,'Crytoron','dragontales0389@yahoo.com',2147483647,'Pretium non habetis? Quisque online. Telegram - @Cryptaxbot'),(0,1553,'RonUphon','amybabbitt@gmail.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,1554,'Abrahamsnund','evaosita0101@gmail.com',2147483647,'euro in 24 hours... >>> https://telegra.ph/Verify-that-you-are-human-10-11?id-47848538 <<<'),(0,1555,'Abrahamsnund','evaosita0101@gmail.com',2147483647,'euro in 24 hours... >>> https://telegra.ph/Verify-that-you-are-human-10-11?id-47848538 <<<'),(0,1556,'Abrahamsnund','evaosita0101@gmail.com',2147483647,'euro in 24 hours... >>> https://telegra.ph/Verify-that-you-are-human-10-11?id-47848538 <<<'),(0,1557,'Abrahamsnund','evaosita0101@gmail.com',2147483647,'euro in 24 hours... >>> https://telegra.ph/Verify-that-you-are-human-10-11?id-47848538 <<<'),(0,1558,'Abrahamsnund','evaosita0101@gmail.com',2147483647,'euro in 24 hours... >>> https://telegra.ph/Verify-that-you-are-human-10-11?id-47848538 <<<'),(0,1559,'RonUphon','mysza1920@gmail.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. Telegram - @Cryptaxbot'),(0,1560,'Crytoron','xvnlxhfcoppvj51@gmail.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. Telegram - @Cryptaxbot'),(0,1561,'RonUphon','rnaghshbandi@aol.com',2147483647,'Online referte sunt facillimus via financial libertatem. Telegram - @Cryptaxbot'),(0,1562,'RonUphon','priscila_rodarte@hotmail.com',2147483647,'Financial libertatem, quid est hoc robot praestat. Telegram - @Cryptaxbot'),(0,1563,'RonUphon','guadalupe_leon23@hotmail.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. Telegram - @Cryptaxbot'),(0,1564,'Crytoron','heidibrooke028@gmail.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. Telegram - @Cryptaxbot'),(0,1565,'Clarkbup','mymail@mymails.cmo',2147483647,'The world is in crisis and some people are getting rich against all odds with the help of one smart robot. \r\nhttp://app-40.shortsguide.com/news-4121 \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://app-jobs-legit.eresresiliencia.com/news-8120 \r\nOver 94,833 people have already become multimillionaires over the past month thanks to the smart robot. See for yourself. \r\nhttp://app-11.cedgujaratltd.com/news-4559'),(0,1566,'RonUphon','iamnate@ptd.net',2147483647,'Divites divitibus, quia utuntur hoc robot. Telegram - @Cryptaxbot'),(0,1567,'RonUphon','propo.sa.ljw.d.e@gmail.com',2147483647,'Online financial Robot est clavem ad successus. Telegram - @Cryptaxbot'),(0,1568,'RonUphon','peaches2g2@yahoo.com',2147483647,'Invenire de facillimum pecuniam victum. Telegram - @Cryptaxbot'),(0,1569,'Crytoron','bastolivia1415@outlook.com',2147483647,'Addito reditus pro omnibus. Telegram - @Cryptaxbot'),(0,1570,'RonUphon','tinatsai@yahoo.com',2147483647,'Satus vestri online opus usura financial Robot. Telegram - @Cryptaxbot'),(0,1571,'RonUphon','kafielove1@comcast.net',2147483647,'Capto ex ipso robot servare victum tota die. Telegram - @Cryptaxbot'),(0,1572,'RonUphon','analeegonzales72@yahoo.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,1573,'Crytoron','rigogonzales23@yahoo.com',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. Telegram - @Cryptaxbot'),(0,1574,'RonUphon','martadegalvis@hotmail.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. Telegram - @Cryptaxbot'),(0,1575,'RonUphon','salmayh@yahoo.com',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. Telegram - @Cryptaxbot'),(0,1576,'Crytoron','babyruthie71@yahoo.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. Telegram - @Cryptaxbot'),(0,1577,'RonUphon','ricky081264@yahoo.com',2147483647,'Experiri optimum financial robot in in Lorem. Telegram - @Cryptaxbot'),(0,1578,'RonUphon','arron.ramos@gmail.com',2147483647,'Non opus anymore. Iustus launch robot. Telegram - @Cryptaxbot'),(0,1579,'RonUphon','hodo2002@sbcglobal.com',2147483647,'Non opus anymore. Iustus launch robot. Telegram - @Cryptaxbot'),(0,1580,'Crytoron','shu.luo@gmail.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. Telegram - @Cryptaxbot'),(0,1581,'RonUphon','charlesgreenuni@aol.com',2147483647,'Fac pupa iustus sedentem in domum suam. Telegram - @Cryptaxbot'),(0,1582,'RonUphon','oj2496@sbcglobal.net',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. Telegram - @Cryptaxbot'),(0,1583,'RonUphon','arif.joy2009@gmai.com',2147483647,'Vultus deinceps ad reditus? Ut online. Telegram - @Cryptaxbot'),(0,1584,'Crytoron','noseeone@yahoo.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. Telegram - @Cryptaxbot'),(0,1585,'RonUphon','juggaloramirez15@yahoo.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. Telegram - @Cryptaxbot'),(0,1586,'RonUphon','s_nelson_90@hotmail.com',2147483647,'Buy omnia vis mereri pecuniam. Telegram - @Cryptaxbot'),(0,1587,'Crytoron','shelleymd@gmail.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. Telegram - @Cryptaxbot'),(0,1588,'RonUphon','ajoe_bowman@free-dl.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. Telegram - @Cryptaxbot'),(0,1589,'RonUphon','whskrj@yahoo.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. Telegram - @Cryptaxbot'),(0,1590,'RonUphon','rovergroo@aol.com',2147483647,'Vultus deinceps ad reditus? Ut online. Telegram - @Cryptaxbot'),(0,1591,'Eric Jones','ericjonesmyemail@gmail.com',555,'Hello, my name’s Eric and I just ran across your website at avox.live...\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=avox.live\r\n'),(0,1592,'Crytoron','sh0rte2sickwitit@aol.com',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. Telegram - @Cryptaxbot'),(0,1593,'RonUphon','chenmonica84@hotmail.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! Telegram - @Cryptaxbot'),(0,1594,'RonUphon','asami198377@yahoo.com',2147483647,'Milia omni septimana operantes online hic. Telegram - @Cryptaxbot'),(0,1595,'RonUphon','lecmec2@aol.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. Telegram - @Cryptaxbot'),(0,1596,'Crytoron','mmjaffee@gmail.com',2147483647,'Earn etiam pecunia sine labore. Telegram - @Cryptaxbot'),(0,1597,'RonUphon','Jhaila.mathews@yahoo.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. Telegram - @Cryptaxbot'),(0,1598,'RonUphon','carr39618@tom.com',2147483647,'Financial libertatem, quid est hoc robot praestat. Telegram - @Cryptaxbot'),(0,1599,'Crytoron','shadowsaidin@yahoo.com',2147483647,'Pecunia opus? Financial robot est tua solutio. Telegram - @Cryptaxbot'),(0,1600,'RonUphon','thawhidbys2012@gmail.com',2147483647,'Operam! Financial robot perducat vos milia! Telegram - @Cryptaxbot'),(0,1601,'RonUphon','jasonsexton77@yahoo.com',2147483647,'Sit diam Robot esse comes in financial forum. Telegram - @Cryptaxbot'),(0,1602,'Crytoron','frankonel1@yahoo.com',2147483647,'Financial libertatem est, quod quisque eget. Telegram - @Cryptaxbot'),(0,1603,'RonUphon','jeremyrosen@hotmail.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. Telegram - @Cryptaxbot'),(0,1604,'RonUphon','riveraplaza5@hotmail.com',2147483647,'Iustus click potest convertere tu pupa in $1000. Telegram - @Cryptaxbot'),(0,1605,'RonUphon','twwt88@163.com',2147483647,'Parva re potest facere tons of pupa fast. Telegram - @Cryptaxbot'),(0,1606,'Crytoron','knbissett@hotmail.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. Telegram - @Cryptaxbot'),(0,1607,'RonUphon','stanleymarlon@yahoo.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. Telegram - @Cryptaxbot'),(0,1608,'RonUphon','futures450@aol.com',2147483647,'Pecuniam in penitus usura hoc Bot. Vere operatur! Telegram - @Cryptaxbot'),(0,1609,'RonUphon','pichibalarezo@msn.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. Telegram - @Cryptaxbot'),(0,1610,'Crytoron','murdiain@euskalnet.net',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. Telegram - @Cryptaxbot'),(0,1611,'RonUphon','TurnerOjay@aol.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. Telegram - @Cryptaxbot'),(0,1612,'RonUphon','blondy13princess@yahoo.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. Telegram - @Cryptaxbot'),(0,1613,'Crytoron','krackykurt@gmail.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! Telegram - @Cryptaxbot'),(0,1614,'RonUphon','chris_vjay18@yahoo.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. Telegram - @Cryptaxbot'),(0,1615,'RonUphon','ltbvnpropro5950808abc@mail.com',2147483647,'Online financial Robot est clavem ad successus. Telegram - @Cryptaxbot'),(0,1616,'RonUphon','dickies_skating@hotmail.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? Telegram - @Cryptaxbot'),(0,1617,'Crytoron','mrobinson1972@gmail.com',2147483647,'Adipiscing diam Robot et facere negotium. Telegram - @Cryptaxbot'),(0,1618,'RonUphon','importantflower054@hotmail.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. Telegram - @Cryptaxbot'),(0,1619,'RonUphon','carldrexler@hotmail.com',2147483647,'Pecunia opus? Financial robot est tua solutio. Telegram - @Cryptaxbot'),(0,1620,'RonUphon','saracb05@gmail.com',2147483647,'Scimus quomodo fieri dives, et tu? Telegram - @Cryptaxbot'),(0,1621,'Crytoron','floridagatrs@hotmail.com',2147483647,'Optimum online euismod instrumentum invenitur. Discere magis! Telegram - @Cryptaxbot'),(0,1622,'RonUphon','marinaperalta99@gmail.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. Telegram - @Cryptaxbot'),(0,1623,'RonUphon','andreicampos1000@hotmail.com;castro1134',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. Telegram - @Cryptaxbot'),(0,1624,'Crytoron','cruisexpert@gmail.com',2147483647,'Financial libertatem est, quod quisque eget. Telegram - @Cryptaxbot'),(0,1625,'RonUphon','murshed128@yahoo.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? Telegram - @Cryptaxbot'),(0,1626,'RonUphon','terrellseth30@yahoo.com',2147483647,'Earn etiam pecunia sine conatus et artes. Telegram - @Cryptaxbot'),(0,1627,'RonUphon','cocoshayla2011@aol.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. Telegram - @Cryptaxbot'),(0,1628,'Crytoron','joneafox@att.net',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. Telegram - @Cryptaxbot'),(0,1629,'RonUphon','muhandispvtltd49@yahoo.com',2147483647,'Quisque mereretur, quantum vult, nunc. Telegram - @Cryptaxbot'),(0,1630,'RonUphon','danielaazamora@gmail.com',2147483647,'Sit diam Robot esse comes in financial forum. Telegram - @Cryptaxbot'),(0,1631,'Davidedist','ibrenner@trentu.ca',2147483647,'CHANGE YOUR LIFE TODAY... https://telegra.ph/Income-during-the-crisis-for-everyone-from-1000-per-day-10-17-5901?id-23486956'),(0,1632,'Crytoron','a.hafs92@yahoo.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. Telegram - @Cryptaxbot'),(0,1633,'RonUphon','snehanathani@gmail.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. Telegram - @Cryptaxbot'),(0,1634,'RonUphon','f_ak_ha_hotmail.com@gogdog.com',2147483647,'Financial robot est optimus comes dives populus. Telegram - @Cryptaxbot'),(0,1635,'RonUphon','kornesheawilliams@yahoo.com',2147483647,'Pretium non habetis? Quisque online. Telegram - @Cryptaxbot'),(0,1636,'Crytoron','tinamar7@yahoo.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. Telegram - @Cryptaxbot'),(0,1637,'RonUphon','sarp69@hotmail.com',2147483647,'Adipiscing diam Robot et facere negotium. Telegram - @Cryptaxbot'),(0,1638,'RonUphon','lab_babe@yahoo.com',2147483647,'Quaestus est facile, si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,1639,'Crytoron','friggidd@gmail.com',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. Telegram - @Cryptaxbot'),(0,1640,'RonUphon','angelmateo85@hotmail.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? Telegram - @Cryptaxbot'),(0,1641,'RonUphon','full_worm_garden@yahoo.com',2147483647,'Operam! Financial robot perducat vos milia! Telegram - @Cryptaxbot'),(0,1642,'RonUphon','gayboyforlyfe891@yahoo.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. Telegram - @Cryptaxbot'),(0,1643,'Crytoron','isaacmason86@yahoo.com',2147483647,'Ingens reditus sine re, quod est available. Telegram - @Cryptaxbot'),(0,1644,'RonUphon','Lazar23@gmail.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. Telegram - @Cryptaxbot'),(0,1645,'RonUphon','Mcindyalvarez@gmail.com',2147483647,'Financial Robot est futura opes et libertatem. Telegram - @Cryptaxbot'),(0,1646,'Crytoron','paul110590@googlemail.com',2147483647,'Unum click in robot et adducam vos milia illos leones,. Telegram - @Cryptaxbot'),(0,1647,'RonUphon','jsf1947@yahoo.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. Telegram - @Cryptaxbot'),(0,1648,'RonUphon','misael20121989@gmail.com',2147483647,'Non opus ad solliciti de futuris, si uti hoc financial robot. Telegram - @Cryptaxbot'),(0,1649,'RonUphon','sarah.beth.parker@gmail.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. Telegram - @Cryptaxbot'),(0,1650,'Crytoron','ash_lee_2010@hotmail.com',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. Telegram - @Cryptaxbot'),(0,1651,'RonUphon','sandellrk@s.dcsdk12.org',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. Telegram - @Cryptaxbot'),(0,1652,'RonUphon','info@admflooringdesign.com',2147483647,'Quaestus est facile, si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,1653,'Crytoron','deonnasmile@yahoo.com',2147483647,'Etiam sciat puer ut $100 hodie. Telegram - @Cryptaxbot'),(0,1654,'RonUphon','mavelin25@yahoo.com',2147483647,'Non tamen nummorum? Financial robot faciam te eum! Telegram - @Cryptaxbot'),(0,1655,'RonUphon','dre1982@hotmail.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. Telegram - @Cryptaxbot'),(0,1656,'RonUphon','jackson.fithian@stu.oldham.kyschools.us',2147483647,'In ieiunas modo, ut vos peram crassus est hic. Telegram - @Cryptaxbot'),(0,1657,'Crytoron','pinheiro_sm@hotmail.com',2147483647,'Milia omni septimana operantes online hic. Telegram - @Cryptaxbot'),(0,1658,'RonUphon','kira2cutie@yahoo.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. Telegram - @Cryptaxbot'),(0,1659,'RonUphon','Chloesmock@gmail.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? Telegram - @Cryptaxbot'),(0,1660,'RonUphon','arnpssbff@comcast.net',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,1661,'Crytoron','anna_wilson1234@yahoo.com',2147483647,'Quaestus est facile, si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,1662,'RonUphon','rolita92_@hotmail.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. Telegram - @Cryptaxbot'),(0,1663,'RonUphon','beano_66@hotmail.com',2147483647,'Addito reditus praesto est omnibus hac robot. Telegram - @Cryptaxbot'),(0,1664,'Crytoron','aj.l.o.v.e.d.o.rath.ee.xplo.re.r@gmail.c',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. Telegram - @Cryptaxbot'),(0,1665,'RonUphon','hijoy914@yahoo.com',2147483647,'Scimus quam crescere tua financial stabilitatem. Telegram - @Cryptaxbot'),(0,1666,'RonUphon','evasjunior@ymail.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. Telegram - @Cryptaxbot'),(0,1667,'RonUphon','grigsbyh24@aol.com',2147483647,'Scimus quomodo fieri dives, et tu? Telegram - @Cryptaxbot'),(0,1668,'Crytoron','v.a.lm.ar.t.in.w.i@gmail.com',2147483647,'Financial robot est optimus comes dives populus. Telegram - @Cryptaxbot'),(0,1669,'RonUphon','lancemaccarty@gmail.com',2147483647,'Pecunia opus est, etiam cum somno. Telegram - @Cryptaxbot'),(0,1670,'RonUphon','juliusraccoon@expressgopher.com',2147483647,'Etiam sciat puer ut $100 hodie. Telegram - @Cryptaxbot'),(0,1671,'Crytoron','latti87@gmail.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. Telegram - @Cryptaxbot'),(0,1672,'RonUphon','Englant.krista@gmail.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. Telegram - @Cryptaxbot'),(0,1673,'RonUphon','andpraper@gmail.com',2147483647,'Experiri optimum financial robot in in Lorem. Telegram - @Cryptaxbot'),(0,1674,'RonUphon','renzo.neretino@gmail.com',2147483647,'Financial libertatem est, quod quisque eget. Telegram - @Cryptaxbot'),(0,1675,'Crytoron','munsey4nc@aol.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. Telegram - @Cryptaxbot'),(0,1676,'RonUphon','ratliff753@hotmail.com',2147483647,'Addito reditus praesto est omnibus hac robot. Telegram - @Cryptaxbot'),(0,1677,'RonUphon','chubbsandlazy@yahoo.com',2147483647,'Pecunia opus? Ut hic facile? Telegram - @Cryptaxbot'),(0,1678,'RonUphon','m_chatley@hotmail.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. Telegram - @Cryptaxbot'),(0,1679,'Crytoron','trussell@phillipsedison.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. Telegram - @Cryptaxbot'),(0,1680,'RonUphon','lcphotography0108@gmail.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. Telegram - @Cryptaxbot'),(0,1681,'RonUphon','mooreblmnd@aol.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. Telegram - @Cryptaxbot'),(0,1682,'Crytoron','rdbrewton@cox.net',2147483647,'Invenire de ieiunas via a financial libertatem. Telegram - @Cryptaxbot'),(0,1683,'RonUphon','re_lucy@hotmail.com',2147483647,'Operam! Financial robot perducat vos milia! Telegram - @Cryptaxbot'),(0,1684,'RonUphon','truong16881688@netzero.net',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. Telegram - @Cryptaxbot'),(0,1685,'RonUphon','kgrimm82@gmail.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. Telegram - @Cryptaxbot'),(0,1686,'Crytoron','tadcharm711@yahoo.com',2147483647,'Financial libertatem est, quod quisque eget. Telegram - @Cryptaxbot'),(0,1687,'RonUphon','sk8terboi8796@yahoo.com',2147483647,'Pecuniam in penitus usura hoc Bot. Vere operatur! Telegram - @Cryptaxbot'),(0,1688,'RonUphon','marie.holy@hotmail.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. Telegram - @Cryptaxbot'),(0,1689,'RonUphon','Melisaafry@gmail.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. Telegram - @Cryptaxbot'),(0,1690,'Crytoron','fadfa@dafa.com',2147483647,'Earn etiam pecunia sine labore. Telegram - @Cryptaxbot'),(0,1691,'RonUphon','siobhan.m.cooney@gmail.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. Telegram - @Cryptaxbot'),(0,1692,'RonUphon','dahiya.jogender@gmail.com',2147483647,'Non opus anymore dum Robot launched! Telegram - @Cryptaxbot'),(0,1693,'Crytoron','a_finegan@hotmail.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,1694,'RonUphon','dedancy18@aol.com',2147483647,'Financial robot tenet, deferentes ad vos pecunias, dum somnum. Telegram - @Cryptaxbot'),(0,1695,'RonUphon','omari.spinner@hotmail.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. Telegram - @Cryptaxbot'),(0,1696,'Crytoron','xocole07ox@yahoo.com',2147483647,'Fac tibi dives in futurum utentes financial robot. Telegram - @Cryptaxbot'),(0,1697,'RonUphon','jason4light@gmail.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. Telegram - @Cryptaxbot'),(0,1698,'RonUphon','kemai_akmal_1997@yahoo.com',2147483647,'Invenire de ieiunas via a financial libertatem. Telegram - @Cryptaxbot'),(0,1699,'RonUphon','krrmcclly@gbronline.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! Telegram - @Cryptaxbot'),(0,1700,'Crytoron','SJStrikers@yahoo.com',2147483647,'Scimus quomodo fieri dives, et tu? Telegram - @Cryptaxbot'),(0,1701,'RonUphon','adr.ianad.jei@gmail.com',2147483647,'Unum click in robot et adducam vos milia illos leones,. Telegram - @Cryptaxbot'),(0,1702,'Davidedist','apryl.jodoin@yahoo.ca',2147483647,'ATTENTION: registration ends soon. HURRY to join the best online financial system... https://telegra.ph/How-does-a-simple-student-make-from-15000-per-day-10-20?id-69208588'),(0,1703,'RonUphon','luvmyescalade@optonline.net',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,1704,'Crytoron','rajeev.jaiiswal@gmail.com',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. Telegram - @Cryptaxbot'),(0,1705,'RonUphon','wawanabubakar@ymail.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. Telegram - @Cryptaxbot'),(0,1706,'RonUphon','xena346@aol.com',2147483647,'Augmentum est nunc, sit amet quis ligula. Telegram - @Cryptaxbot'),(0,1707,'RonUphon','2.0.13.jin.g.u.i.ho.n.g@gmail.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. Telegram - @Cryptaxbot'),(0,1708,'Crytoron','Victory_gin@hotmail.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. Telegram - @Cryptaxbot'),(0,1709,'RonUphon','Jemisawsome@aol.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. Telegram - @Cryptaxbot'),(0,1710,'RonUphon','Terese_07@msn.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. Telegram - @Cryptaxbot'),(0,1711,'RonUphon','tiab2love@yahoo.com',2147483647,'Experiri optimum financial robot in in Lorem. Telegram - @Cryptaxbot'),(0,1712,'Crytoron','dforan@windstream.net',2147483647,'Sit diam Robot esse comes in financial forum. Telegram - @Cryptaxbot'),(0,1713,'RonUphon','nikhilcivilster@gmail.com',2147483647,'Fac pupa domi et deductae hoc Bot. Telegram - @Cryptaxbot'),(0,1714,'RonUphon','mmorningside@gmail.com',2147483647,'Iustus click potest convertere tu pupa in $1000. Telegram - @Cryptaxbot'),(0,1715,'Crytoron','manisha_maans@yahoo.com',2147483647,'Capto ex ipso robot servare victum tota die. Telegram - @Cryptaxbot'),(0,1716,'RonUphon','muerte2u_2000@yahoo.com',2147483647,'Scimus quomodo fieri dives, et tu? Telegram - @Cryptaxbot'),(0,1717,'RonUphon','rebroper@gmail.com',2147483647,'Divites divitibus, quia utuntur hoc robot. Telegram - @Cryptaxbot'),(0,1718,'RonUphon','annie_spraggins@yahoo.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? Telegram - @Cryptaxbot'),(0,1719,'Crytoron','chris.ruiz@att.net',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. Telegram - @Cryptaxbot'),(0,1720,'RonUphon','ja-bw@hanmail.net',2147483647,'Operam! Hic vos can mereo pecuniam online! Telegram - @Cryptaxbot'),(0,1721,'RonUphon','Dahlrebecca16@yahoo.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. Telegram - @Cryptaxbot'),(0,1722,'Crytoron','waymon_douglas@yahoo.com',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. Telegram - @Cryptaxbot'),(0,1723,'RonUphon','dmitriyqlcw@gmail.com',2147483647,'Milia illos leones,. Redde nihil. Telegram - @Cryptaxbot'),(0,1724,'RonUphon','jbartell43@yahoo.com',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. Telegram - @Cryptaxbot'),(0,1725,'RonUphon','juariosheenamae@gmail.com',2147483647,'Ingens reditus sine re sit amet, nunc! Telegram - @Cryptaxbot'),(0,1726,'Crytoron','r29j2000@yahoo.com',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. Telegram - @Cryptaxbot'),(0,1727,'RonUphon','doug.roberts.reo@gmail.com',2147483647,'Financial robot tenet, deferentes ad vos pecunias, dum somnum. Telegram - @Cryptaxbot'),(0,1728,'RonUphon','fuchs6@hotmail.com',2147483647,'Pecunia opus est, etiam cum somno. Telegram - @Cryptaxbot'),(0,1729,'Crytoron','kobi.amoo@gmail.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. Telegram - @Cryptaxbot'),(0,1730,'RonUphon','milkesh_6@yahoo.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. Telegram - @Cryptaxbot'),(0,1731,'RonUphon','ian_atpn@hotmail.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. Telegram - @Cryptaxbot'),(0,1732,'RonUphon','Akangels7@att.net',2147483647,'Online officium et adducam vos a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,1733,'Crytoron','ruud_v_rooijen@hotmail.com',2147483647,'Pecunia opus est, etiam cum somno. Telegram - @Cryptaxbot'),(0,1734,'RonUphon','loisburm@gmail.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! Telegram - @Cryptaxbot'),(0,1735,'RonUphon','oor777@gmail.com',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. Telegram - @Cryptaxbot'),(0,1736,'Crytoron','alisegracebrianne@gmail.com',2147483647,'Pecunia opus est, etiam cum somno. Telegram - @Cryptaxbot'),(0,1737,'RonUphon','chico_vash@hotmail.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,1738,'RonUphon','newportsconcierge@yahoo.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. Telegram - @Cryptaxbot'),(0,1739,'RonUphon','sandrine.ja@hotmail.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. Telegram - @Cryptaxbot'),(0,1740,'Crytoron','deguzmankathleenjoy@yahoo.com',2147483647,'Discere, quomodo ad centum terga singulos dies. Telegram - @Cryptaxbot'),(0,1741,'RonUphon','tesiaperez0514@yahoo.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. Telegram - @Cryptaxbot'),(0,1742,'RonUphon','EMKrivoshik25@gmail.com',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. Telegram - @Cryptaxbot'),(0,1743,'Crytoron','mygalvalpal@aol.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. Telegram - @Cryptaxbot'),(0,1744,'RonUphon','bhuwanctripathi@gmail.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. Telegram - @Cryptaxbot'),(0,1745,'RonUphon','thismart1986@gmail.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. Telegram - @Cryptaxbot'),(0,1746,'RonUphon','surajparkashspb@yahoo.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. Telegram - @Cryptaxbot'),(0,1747,'Crytoron','ria.kleinguenther@gmx.net',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. Telegram - @Cryptaxbot'),(0,1748,'RonUphon','ldtobias7187@sbcglobal.net',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. Telegram - @Cryptaxbot'),(0,1749,'RonUphon','estaholdin@gmail.com',2147483647,'Online reditus est clavem ad successus. Telegram - @Cryptaxbot'),(0,1750,'Crytoron','cutiepeissnowbunny@yahoo.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. Telegram - @Cryptaxbot'),(0,1751,'RonUphon','oshelker@gmail.com',2147483647,'Online reditus est clavem ad successus. Telegram - @Cryptaxbot'),(0,1752,'RonUphon','b.agnes.galambos@gmail.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. Telegram - @Cryptaxbot'),(0,1753,'RonUphon','dsghajdyjsrlFv@gmail.com',2147483647,'Ingens reditus sine re sit amet, nunc! Telegram - @Cryptaxbot'),(0,1754,'Crytoron','txbratt@yahoo.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. Telegram - @Cryptaxbot'),(0,1755,'RonUphon','Vanessal_13@yahoo.com',2147483647,'Fides financial Bot fieri dives. Telegram - @Cryptaxbot'),(0,1756,'RonUphon','amy11241998@gmail.com',2147483647,'Divites divitibus, quia utuntur hoc robot. Telegram - @Cryptaxbot'),(0,1757,'Crytoron','amit_das924@yahoomail.com',2147483647,'Fac pupa domi et deductae hoc Bot. Telegram - @Cryptaxbot'),(0,1758,'RonUphon','Blmack1111@gmail.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. Telegram - @Cryptaxbot'),(0,1759,'Davidedist','steve@nicollfamily.ca',2147483647,'ATTENTION: REGISTRATION ENDS SOON. HURRY TO JOIN THE BEST ONLINE FINANCIAL SYSTEM... https://telegra.ph/How-does-a-simple-student-make-from-15000-per-day-10-20?id-67454987'),(0,1760,'RonUphon','KOBkurrency@aol.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. Telegram - @Cryptaxbot'),(0,1761,'Crytoron','dudeitsallie@yahoo.com',2147483647,'Parva re potest facere tons of pupa fast. Telegram - @Cryptaxbot'),(0,1762,'RonUphon','sayers_b@hotmail.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. Telegram - @Cryptaxbot'),(0,1763,'RonUphon','hlsloq@gmail.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. Telegram - @Cryptaxbot'),(0,1764,'RonUphon','godchaser@hotmail.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. Telegram - @Cryptaxbot'),(0,1765,'Crytoron','gowens1998@gmail.com',2147483647,'Pecunia opus? Ut hic facile? Telegram - @Cryptaxbot'),(0,1766,'RonUphon','res150@optonline.net',2147483647,'Financial Robot est # 1 peritus quaestus. Telegram - @Cryptaxbot'),(0,1767,'RonUphon','kjcwells@hrtc.net',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. Telegram - @Cryptaxbot'),(0,1768,'RonUphon','austinbasten@yahoo.com',2147483647,'Buy omnia vis mereri pecuniam. Telegram - @Cryptaxbot'),(0,1769,'Crytoron','mequis16@gmail.com',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. Telegram - @Cryptaxbot'),(0,1770,'RonUphon','siscosixgun@msn.com',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. Telegram - @Cryptaxbot'),(0,1771,'RonUphon','gdias248@gmail.com',2147483647,'Financial libertatem est, quod quisque eget. Telegram - @Cryptaxbot'),(0,1772,'Crytoron','doiboi09@yahoo.com',2147483647,'Financial Robot est maxime financial tool in rete! Telegram - @Cryptaxbot'),(0,1773,'RonUphon','pascal44@nate.com',2147483647,'Experiri optimum financial robot in in Lorem. Telegram - @Cryptaxbot'),(0,1774,'RonUphon','cmcguire9@yahoo.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! Telegram - @Cryptaxbot'),(0,1775,'RonUphon','rio_1999g@yahoo.com',2147483647,'Addito reditus pro omnibus. Telegram - @Cryptaxbot'),(0,1776,'Crytoron','arjoah.oppong@ymail.com',2147483647,'Non opus ad solliciti de futuris, si uti hoc financial robot. Telegram - @Cryptaxbot'),(0,1777,'RonUphon','more7786@hanmail.net',2147483647,'Etiam sciat puer ut $100 hodie. Telegram - @Cryptaxbot'),(0,1778,'RonUphon','brave2patriot@yahoo.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? Telegram - @Cryptaxbot'),(0,1779,'Crytoron','tbobbitt2@nc.rr.com',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. Telegram - @Cryptaxbot'),(0,1780,'RonUphon','julien.fastenaekens@gmail.com',2147483647,'Invenire de facillimum pecuniam victum. Telegram - @Cryptaxbot'),(0,1781,'RonUphon','capluv04@hotmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. Telegram - @Cryptaxbot'),(0,1782,'RonUphon','jaredllwllyn@yahoo.com',2147483647,'Scimus quam crescere tua financial stabilitatem. Telegram - @Cryptaxbot'),(0,1783,'Crytoron','hunter@yahoo.net',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! Telegram - @Cryptaxbot'),(0,1784,'RonUphon','jamesbaby091@yahoo.com',2147483647,'Scimus quam ad futura nostra dives et tu? Telegram - @Cryptaxbot'),(0,1785,'RonUphon','tlmingee@gmail.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. Telegram - @Cryptaxbot'),(0,1786,'RonUphon','sheinafox@gmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! Telegram - @Cryptaxbot'),(0,1787,'Crytoron','arupsaha1995@gmail.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. Telegram - @Cryptaxbot'),(0,1788,'RonUphon','bettyannhubbard@yahoo.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. Telegram - @Cryptaxbot'),(0,1789,'RonUphon','pedrorobles6@gmail.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. Telegram - @Cryptaxbot'),(0,1790,'Crytoron','polo27m@yahoo.com',2147483647,'Pecunia opus est, etiam cum somno. Telegram - @Cryptaxbot'),(0,1791,'RonUphon','xitpolx@cfremails.com',2147483647,'Buy omnia vis mereri pecuniam. Telegram - @Cryptaxbot'),(0,1792,'RonUphon','j.nguyen595@gmail.com',2147483647,'Pecuniam, domi hoc frigus hiemis. Telegram - @Cryptaxbot'),(0,1793,'RonUphon','muambi_kapombe@yahoo.com',2147483647,'Invenire de ieiunas via a financial libertatem. Telegram - @Cryptaxbot'),(0,1794,'Crytoron','christine_sibona@yahoo.com',2147483647,'Buy omnia vis mereri pecuniam. Telegram - @Cryptaxbot'),(0,1795,'RonUphon','qetesh_chl@graffiti.net',2147483647,'Operam! Hic vos can mereo pecuniam online! Telegram - @Cryptaxbot'),(0,1796,'RonUphon','calikaley@yahoo.com',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. Telegram - @Cryptaxbot'),(0,1797,'Crytoron','shanikabracken@live.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. Telegram - @Cryptaxbot'),(0,1798,'RonUphon','ranadin315@msn.com',2147483647,'Satus faciens milia pupa omni septimana. Telegram - @Cryptaxbot'),(0,1799,'RonUphon','rafy4ever@hotmail.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. Telegram - @Cryptaxbot'),(0,1800,'RonUphon','Shrfree15_07@yahoo.com',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,1801,'Crytoron','texasbaby36@gmail.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. Telegram - @Cryptaxbot'),(0,1802,'Elisha Craddock','craddock.elisha@gmail.com',60,'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/'),(0,1803,'Davidedist','nadieperantoni@hotmail.fr',2147483647,'Un simple etudiant parisien gagnait 7 860 000 euros https://telegra.ph/LГ©tudiant-a-gagnГ©-7-860-000-euros-sur-la-crypto-monnaie-10-24-12276?id-85574148'),(0,1804,'RonUphon','I_AM_ME_sam@hotmail.com',2147483647,'Scimus quomodo fieri dives, et tu? Telegram - @Cryptaxbot'),(0,1805,'RonUphon','Bhtec@aol.com',2147483647,'Scimus quam crescere tua financial stabilitatem. Telegram - @Cryptaxbot'),(0,1806,'Crytoron','oletaterhead@gmail.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. Telegram - @Cryptaxbot'),(0,1807,'RonUphon','elenav@lindal.com',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. Telegram - @Cryptaxbot'),(0,1808,'RonUphon','ashleycassidy@hotmail.com',2147483647,'Vestri computer potest facere vos etiam reditus, si vos utor is Robot. Telegram - @Cryptaxbot'),(0,1809,'RonUphon','alex@hygift.com',2147483647,'Planto vestri pecunia opus est tibi tota die. Telegram - @Cryptaxbot'),(0,1810,'Crytoron','tats_calip@yahoo.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,1811,'RonUphon','miga9360@yahoo.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. Telegram - @Cryptaxbot'),(0,1812,'RonUphon','akubishta@yahoo.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. Telegram - @Cryptaxbot'),(0,1813,'RonUphon','shawncaley@yahoo.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. Telegram - @Cryptaxbot'),(0,1814,'Crytoron','mariahmezzy77@yahoo.com',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,1815,'RonUphon','cdrasberry@gmail.com',2147483647,'Parva re potest facere tons of pupa fast. Telegram - @Cryptaxbot'),(0,1816,'RonUphon','azonez@gmail.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. Telegram - @Cryptaxbot'),(0,1817,'Crytoron','corteznwg3@gmail.com',2147483647,'Discere, quomodo ad centum terga singulos dies. Telegram - @Cryptaxbot'),(0,1818,'RonUphon','jake7658@hotmail.com',2147483647,'Parva re potest facere tons of pupa fast. Telegram - @Cryptaxbot'),(0,1819,'RonUphon','annieeichhorn93@yahoo.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? Telegram - @Cryptaxbot'),(0,1820,'RonUphon','apexgulf@yahoo.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. Telegram - @Cryptaxbot'),(0,1821,'Crytoron','poprzycka@yahoo.com',2147483647,'Earn etiam pecunia sine labore. Telegram - @Cryptaxbot'),(0,1822,'RonUphon','krk4040@yahoo.com',2147483647,'Financial Robot est futura opes et libertatem. Telegram - @Cryptaxbot'),(0,1823,'RonUphon','sweetsue98@hotmail.com',2147483647,'Online financial Robot est clavem ad successus. Telegram - @Cryptaxbot'),(0,1824,'RonUphon','bernabalkan@hotmail.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! Telegram - @Cryptaxbot'),(0,1825,'Crytoron','katiendanielgross@yahoo.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. Telegram - @Cryptaxbot'),(0,1826,'RonUphon','gramcrackerj@hotmail.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. Telegram - @Cryptaxbot'),(0,1827,'RonUphon','pakimunda_thug786@hotmail.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? Telegram - @Cryptaxbot'),(0,1828,'Crytoron','dgklamerus@gmail.com',2147483647,'Financial robot est optimus comes dives populus. Telegram - @Cryptaxbot'),(0,1829,'RonUphon','9516490cpc@gmail.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. Telegram - @Cryptaxbot'),(0,1830,'RonUphon','filepzoltan007@gmail.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. Telegram - @Cryptaxbot'),(0,1831,'RonUphon','themcdaniels95@yahoo.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. Telegram - @Cryptaxbot'),(0,1832,'Crytoron','pardohjl@hotmail.com',2147483647,'Non tamen nummorum? Financial robot faciam te eum! Telegram - @Cryptaxbot'),(0,1833,'Davidedist','wandamasters@bi.com.au',2147483647,'A simple student from Sydney earned $7934866 on cryptocurrency https://telegra.ph/Sydney-student-earns-7934866-with-crypto-in-3-months-10-26-7181?id-news-65924588'),(0,1834,'RonUphon','army.wahine@yahoo.com',2147483647,'Financial Robot est # 1 peritus quaestus. Telegram - @Cryptaxbot'),(0,1835,'RonUphon','shybrea@yahoo.com',2147483647,'Financial Robot est # 1 peritus quaestus. Telegram - @Cryptaxbot'),(0,1836,'Crytoron','ems7575@yahoo.com',2147483647,'Vestri computer potest facere vos etiam reditus, si vos utor is Robot. Telegram - @Cryptaxbot'),(0,1837,'RonUphon','craig.shimer2@gmail.com',2147483647,'Parva re potest facere tons of pupa fast. Telegram - @Cryptaxbot'),(0,1838,'RonUphon','jermaj@yahoo.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. Telegram - @Cryptaxbot'),(0,1839,'RonUphon','justinblake7875@yahoo.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,1840,'Crytoron','gbygirl@gmail.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. Telegram - @Cryptaxbot'),(0,1841,'RonUphon','arlettegrao@gmail.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. Telegram - @Cryptaxbot'),(0,1842,'Crytoron','hjjhjhfkj@110mail.net',2147483647,'Invenire de facillimum pecuniam victum. Telegram - @Cryptaxbot'),(0,1843,'RonUphon','pattie_cromer@yahoo.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. Telegram - @Cryptaxbot'),(0,1844,'RonUphon','bigskyranchhand@yahoo.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. Telegram - @Cryptaxbot'),(0,1845,'RonUphon','jpmfqt@gmail.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. Telegram - @Cryptaxbot'),(0,1846,'Crytoron','torigjones@gmail.com',2147483647,'Invenire de facillimum pecuniam victum. Telegram - @Cryptaxbot'),(0,1847,'RonUphon','ebby816@cox.net',2147483647,'Ingens reditus sine re, quod est available. Telegram - @Cryptaxbot'),(0,1848,'RonUphon','anabellamedders@gmail.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,1849,'Crytoron','ivoryjackproductions@yahoo.com',2147483647,'Vultus deinceps ad reditus? Ut online. Telegram - @Cryptaxbot'),(0,1850,'RonUphon','Oddiisik19051@yahoo.com',2147483647,'Earn etiam pecunia sine conatus et artes. Telegram - @Cryptaxbot'),(0,1851,'RonUphon','renita6020@yahoo.com',2147483647,'Planto vestri pecunia opus est tibi tota die. Telegram - @Cryptaxbot'),(0,1852,'RonUphon','manu123@gmail.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. Telegram - @Cryptaxbot'),(0,1853,'Crytoron','francine4200@Gmail.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. Telegram - @Cryptaxbot'),(0,1854,'RonUphon','scooch89@yahoo.com',2147483647,'Satus faciens milia pupa omni septimana. Telegram - @Cryptaxbot'),(0,1855,'RonUphon','niravcool.2008@gmail.com',2147483647,'Financial libertatem, quid est hoc robot praestat. Telegram - @Cryptaxbot'),(0,1856,'Crytoron','bobcrane31@yahoo.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. Telegram - @Cryptaxbot'),(0,1857,'RonUphon','hispano_cs1@hotmail.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! Telegram - @Cryptaxbot'),(0,1858,'RonUphon','quent01_7@hotmail.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. Telegram - @Cryptaxbot'),(0,1859,'RonUphon','lilcrabb33@yahoo.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. Telegram - @Cryptaxbot'),(0,1860,'Crytoron','skopycienski@sussexcharter.org',2147483647,'Pecunia opus est, etiam cum somno. Telegram - @Cryptaxbot'),(0,1861,'RonUphon','dawnaslusarzyk@yahoo.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. Telegram - @Cryptaxbot'),(0,1862,'RonUphon','stzifas@comcast.net',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. Telegram - @Cryptaxbot'),(0,1863,'Crytoron','pimpypimppimp16@hotmail.com',2147483647,'Vultus pro an securus via ad pecuniam? Reprehendo sicco financial robot. Telegram - @Cryptaxbot'),(0,1864,'RonUphon','rusucornel13@yahoo.com',2147483647,'Fac tibi dives in futurum utentes financial robot. Telegram - @Cryptaxbot'),(0,1865,'RonUphon','resellmacs@aol.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. Telegram - @Cryptaxbot'),(0,1866,'RonUphon','evieogar@yahoo.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. Telegram - @Cryptaxbot'),(0,1867,'RonUphon','danishamin48@yahoo.com',2147483647,'Non opus anymore dum Robot launched! Telegram - @Cryptaxbot'),(0,1868,'Crytoron','vinay_jsr@yahoo.com',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,1869,'RonUphon','no1freak69@yahoo.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? Telegram - @Cryptaxbot'),(0,1870,'Anthonytharp','no.reply.pak@gmail.com',2147483647,'Hеllо! avox.live \r\n \r\nDid yоu knоw thаt it is pоssiblе tо sеnd аppеаl lеgаl? \r\nWе prоpоsе а nеw mеthоd оf sеnding 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 о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 со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 оffе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.'),(0,1871,'RonUphon','aestherrojas@gmail.com',2147483647,'Non tamen nummorum? Reficere nunc! Telegram - @Cryptaxbot'),(0,1872,'Crytoron','kimlaughman@gmail.net',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. Telegram - @Cryptaxbot'),(0,1873,'RonUphon','ryancomeaux@geo-magmwd.com',2147483647,'Operam! Hic vos can mereo pecuniam online! Telegram - @Cryptaxbot'),(0,1874,'RonUphon','go.o.g.l.en.otionmqe@gmail.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! Telegram - @Cryptaxbot'),(0,1875,'RonUphon','457769180@qq.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. Telegram - @Cryptaxbot'),(0,1876,'Crytoron','da_badest_17@yahoo.com',2147483647,'Satus vestri online opus usura financial Robot. Telegram - @Cryptaxbot'),(0,1877,'RonUphon','emilschnakenburg@hotmail.com',2147483647,'Non tamen nummorum? Financial robot faciam te eum! Telegram - @Cryptaxbot'),(0,1878,'RonUphon','sfisher0707@yahoo.com',2147483647,'Quaestus est facile, si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,1879,'Crytoron','ode_to_serotonin@hotmail.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. Telegram - @Cryptaxbot'),(0,1880,'RonUphon','erinpooh22@yahoo.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. Telegram - @Cryptaxbot'),(0,1881,'RonUphon','spacesam@yahoo.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. Telegram - @Cryptaxbot'),(0,1882,'RonUphon','jamesspicer11@hotmail.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. Telegram - @Cryptaxbot'),(0,1883,'Crytoron','petryberg@hotmail.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. Telegram - @Cryptaxbot'),(0,1884,'RonUphon','annieellis5@gmail.com',2147483647,'Satus vestri online opus usura financial Robot. Telegram - @Cryptaxbot'),(0,1885,'RonUphon','rjulia_01@hotmail.com',2147483647,'Robot est optimus via pro omnibus, qui spectat ad financial libertatem. Telegram - @Cryptaxbot'),(0,1886,'Crytoron','kkersting@seoulforeign.org',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,1887,'RonUphon','missadiaaa@yahoo.com',2147483647,'Addito reditus praesto est omnibus hac robot. Telegram - @Cryptaxbot'),(0,1888,'RonUphon','rocknronda67@aol.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. Telegram - @Cryptaxbot'),(0,1889,'RonUphon','MISSNATIONS@GMAIL.COM',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. Telegram - @Cryptaxbot'),(0,1890,'Crytoron','dambymnwamp@goldwarez.org',2147483647,'Faciens pecuniam in rete facilius est nunc. Telegram - @Cryptaxbot'),(0,1891,'RonUphon','merri1@cox.net',2147483647,'Opus cash? Launch hoc robot et quod potest videre. Telegram - @Cryptaxbot'),(0,1892,'RonUphon','juanero1981@yahoo.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. Telegram - @Cryptaxbot'),(0,1893,'Crytoron','mommasangels3@yahoo.com',2147483647,'Non opus anymore dum Robot launched! Telegram - @Cryptaxbot'),(0,1894,'RonUphon','hotkinkyfuss4evuh@yahoo.com',2147483647,'Pecunia opus? Financial robot est tua solutio. Telegram - @Cryptaxbot'),(0,1895,'RonUphon','dri@dslextreme.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. Telegram - @Cryptaxbot'),(0,1896,'RonUphon','savannahpersapl@yahoo.com',2147483647,'Financial Robot est # 1 peritus quaestus. Telegram - @Cryptaxbot'),(0,1897,'Crytoron','dto@tycoelectronics.com',2147483647,'Pecunia opus? Ut hic facile? Telegram - @Cryptaxbot'),(0,1898,'RonUphon','nlrf40@verizon.net',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. Telegram - @Cryptaxbot'),(0,1899,'RonUphon','rickandshelby@gmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! Telegram - @Cryptaxbot'),(0,1900,'Crytoron','saurabhsnh@outlook.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. Telegram - @Cryptaxbot'),(0,1901,'RonUphon','brandie_burnell@yahoo.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. Telegram - @Cryptaxbot'),(0,1902,'RonUphon','andersfj@yahoo.com',2147483647,'Milia omni septimana operantes online hic. Telegram - @Cryptaxbot'),(0,1903,'RonUphon','klesti_vane@yahoo.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. Telegram - @Cryptaxbot'),(0,1904,'Crytoron','pperairplne@yahoo.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,1905,'RonUphon','anjelita29@hotmail.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. Telegram - @Cryptaxbot'),(0,1906,'RonUphon','saharaugustine@yahoo.com',2147483647,'Augmentum est nunc, sit amet quis ligula. Telegram - @Cryptaxbot'),(0,1907,'Crytoron','rebecca.spring@airgas.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! Telegram - @Cryptaxbot'),(0,1908,'RonUphon','edesanyu@aol.com',2147483647,'Operam! Financial robot perducat vos milia! Telegram - @Cryptaxbot'),(0,1909,'RonUphon','katekopak6984@yahoo.com',2147483647,'Pretium non habetis? Quisque online. Telegram - @Cryptaxbot'),(0,1910,'RonUphon','jonathan.brooker@kullcom.com',2147483647,'Non opus anymore dum Robot launched! Telegram - @Cryptaxbot'),(0,1911,'Crytoron','roxio80@hotmail.com',2147483647,'Non tamen nummorum? Reficere nunc! Telegram - @Cryptaxbot'),(0,1912,'RonUphon','wretched213@vampirefreaks.com',2147483647,'Non opus ad solliciti de futuris, si uti hoc financial robot. Telegram - @Cryptaxbot'),(0,1913,'RonUphon','whitnsam@sbcglobal.net',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. Telegram - @Cryptaxbot'),(0,1914,'RonUphon','zvnfnaqtu@163.com',2147483647,'Pecunia opus? Ut hic facile? Telegram - @Cryptaxbot'),(0,1915,'Crytoron','bhirmaan.mohit3@gmail.com',2147483647,'Capto ex ipso robot servare victum tota die. Telegram - @Cryptaxbot'),(0,1916,'RonUphon','ethan34@live.com',2147483647,'Milia omni septimana operantes online hic. Telegram - @Cryptaxbot'),(0,1917,'RonUphon','rosajvv@yahoo.com',2147483647,'Unum click in robot et adducam vos milia illos leones,. Telegram - @Cryptaxbot'),(0,1918,'Crytoron','156809784@qq.com',2147483647,'Pretium non habetis? Quisque online. Telegram - @Cryptaxbot'),(0,1919,'RonUphon','Busyman25@gmail.com',2147483647,'Robot est optimus via pro omnibus, qui spectat ad financial libertatem. Telegram - @Cryptaxbot'),(0,1920,'RonUphon','olga.lisovskay@gmail.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. Telegram - @Cryptaxbot'),(0,1921,'RonUphon','whobuilders@gmail.com',2147483647,'Omnis vestri pupa potest convertere in $100 post prandium hoc Robot. Telegram - @Cryptaxbot'),(0,1922,'Crytoron','shamonna366@yahoo.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. Telegram - @Cryptaxbot'),(0,1923,'RonUphon','weber3131@yahoo.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. Telegram - @Cryptaxbot'),(0,1924,'RonUphon','george72r@yahoo.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. Telegram - @Cryptaxbot'),(0,1925,'Crytoron','boardergms1017@gmail.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. Telegram - @Cryptaxbot'),(0,1926,'RonUphon','conceivedinlove0823@gmail.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. Telegram - @Cryptaxbot'),(0,1927,'RonUphon','jaleng24@verizon.net',2147483647,'Non opus anymore dum Robot launched! Telegram - @Cryptaxbot'),(0,1928,'RonUphon','Jabbahockey32@yahoo.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. Telegram - @Cryptaxbot'),(0,1929,'Crytoron','mesayred1@aol.com',2147483647,'Ingens reditus sine re sit amet, nunc! Telegram - @Cryptaxbot'),(0,1930,'RonUphon','sbellison@csdo.org',2147483647,'Financial libertatem est, quod quisque eget. Telegram - @Cryptaxbot'),(0,1931,'RonUphon','mcmahonrealtor@yahoo.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! Telegram - @Cryptaxbot'),(0,1932,'Crytoron','mylesrckeiller@hotmail.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. Telegram - @Cryptaxbot'),(0,1933,'RonUphon','Sueconnollycoaching@gmail.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. Telegram - @Cryptaxbot'),(0,1934,'RonUphon','Smile4meIona@aol.com',2147483647,'Invenire de facillimum pecuniam victum. Telegram - @Cryptaxbot'),(0,1935,'RonUphon','elisabeth.sandmoe@hotmail.com',2147483647,'Financial robot est optimus comes dives populus. Telegram - @Cryptaxbot'),(0,1936,'Crytoron','frankthetank94@hotmail.com',2147483647,'Invenire de facillimum pecuniam victum. Telegram - @Cryptaxbot'),(0,1937,'RonUphon','titi4lifey123@yahoo.com',2147483647,'Nec opus est quaerere job amplius. Opus online. Telegram - @Cryptaxbot'),(0,1938,'RonUphon','p0611730@students.katyisd.org',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. Telegram - @Cryptaxbot'),(0,1939,'Crytoron','mauricioh88@yahoo.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. Telegram - @Cryptaxbot'),(0,1940,'RonUphon','cooper350@hotmail.com',2147483647,'Pecunia opus? Ut hic facile? Telegram - @Cryptaxbot'),(0,1941,'RonUphon','ehsan_kalak_2008@yahoo.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. Telegram - @Cryptaxbot'),(0,1942,'RonUphon','cindyrat@buchananinbox.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,1943,'RonUphon','way2big4you@hotmail.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. Telegram - @Cryptaxbot'),(0,1944,'Crytoron','cabfautsquofss738@gmail.com',2147483647,'Adipiscing diam Robot et facere negotium. Telegram - @Cryptaxbot'),(0,1945,'RonUphon','bstarstar@nate.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. Telegram - @Cryptaxbot'),(0,1946,'RonUphon','ericajneely@yahoo.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. Telegram - @Cryptaxbot'),(0,1947,'Crytoron','wvteach@icloud.com',2147483647,'Faciens pecuniam in rete facilius est nunc. Telegram - @Cryptaxbot'),(0,1948,'RonUphon','mukunthgd@yahoo.com',2147483647,'Successu formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,1949,'Eric Jones','ericjonesmyemail@gmail.com',555,'My name’s Eric and I just found your site avox.live.\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=avox.live\r\n'),(0,1950,'RonUphon','cstebbings88@yahoo.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. Telegram - @Cryptaxbot'),(0,1951,'RonUphon','lechuga85@yahoo.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. Telegram - @Cryptaxbot'),(0,1952,'Crytoron','joanfonseca@yahoo.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. Telegram - @Cryptaxbot'),(0,1953,'RonUphon','nagent99@aol.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. Telegram - @Cryptaxbot'),(0,1954,'RonUphon','pravikprabha28@gmail.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. Telegram - @Cryptaxbot'),(0,1955,'Crytoron','elmasridaniel@yahoo.com',2147483647,'Optimum online euismod instrumentum invenitur. Discere magis! Telegram - @Cryptaxbot'),(0,1956,'RonUphon','currieblack@gmail.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. Telegram - @Cryptaxbot'),(0,1957,'RonUphon','erins077@yahoo.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. Telegram - @Cryptaxbot'),(0,1958,'RonUphon','rev_of_oz@hotmail.com',2147483647,'Fac pupa domi et deductae hoc Bot. Telegram - @Cryptaxbot'),(0,1959,'Crytoron','ojjunior2002@yahoo.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. Telegram - @Cryptaxbot'),(0,1960,'Davidedist','jay97s10@yahoo.com',2147483647,'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-3782'),(0,1961,'RonUphon','ellewalleye@jeffersonbox.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,1962,'Davidedist','blitzz@mailexcite.com',2147483647,'FREE IPHONE 13 PRO MAX GIVEAWAY WIN A FREE APPLE IPHONE 13 http://win-iphone-real.bandaiahganji.com/id-4168'),(0,1963,'RonUphon','ix56@yahoo.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. Telegram - @Cryptaxbot'),(0,1964,'Crytoron','kmerriner@aol.com',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. Telegram - @Cryptaxbot'),(0,1965,'RonUphon','bldelorme12@gmail.com',2147483647,'Planto vestri pecunia opus est tibi tota die. Telegram - @Cryptaxbot'),(0,1966,'RonUphon','vamphonephong@gmail.com',2147483647,'Vultus deinceps ad reditus? Ut online. Telegram - @Cryptaxbot'),(0,1967,'RonUphon','k.la.va.t.us.i.na0.60.8.1.98.0@gmail.com',2147483647,'Operam! Financial robot perducat vos milia! Telegram - @Cryptaxbot'),(0,1968,'Crytoron','jiuyyue991n@hotmail.com',2147483647,'Non opus anymore dum Robot launched! Telegram - @Cryptaxbot'),(0,1969,'RonUphon','nwafordanielogochukwu@yahoo.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. Telegram - @Cryptaxbot'),(0,1970,'RonUphon','BFreeSpirit@aol.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. Telegram - @Cryptaxbot'),(0,1971,'Crytoron','nononono22@21cn.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. Telegram - @Cryptaxbot'),(0,1972,'RonUphon','meechal78@yahoo.com',2147483647,'Ingens reditus sine re, quod est available. Telegram - @Cryptaxbot'),(0,1973,'RonUphon','Paul.modderman@gmail.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,1974,'RonUphon','princesa_lee@hotmail.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. Telegram - @Cryptaxbot'),(0,1975,'Crytoron','emadago_paul@yahoo.com',2147483647,'Non opus anymore dum Robot launched! Telegram - @Cryptaxbot'),(0,1976,'RonUphon','OAlliBean17@aol.com',2147483647,'Financial libertatem est, quod quisque eget. Telegram - @Cryptaxbot'),(0,1977,'RonUphon','rudiegirl5@msn.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. Telegram - @Cryptaxbot'),(0,1978,'Crytoron','gohgym@hotmail.com',2147483647,'Earn etiam pecunia sine conatus et artes. Telegram - @Cryptaxbot'),(0,1979,'RonUphon','lslbtyugi@getmailfaster.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. Telegram - @Cryptaxbot'),(0,1980,'RonUphon','kerazeymama@yahoo.com',2147483647,'Unum click in robot et adducam vos milia illos leones,. Telegram - @Cryptaxbot'),(0,1981,'RonUphon','moderna@intergrafic.net',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,1982,'Crytoron','hall3012@charter.net',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,1983,'RonUphon','bigtommy123@yahoo.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. Telegram - @Cryptaxbot'),(0,1984,'RonUphon','mattmuzyka@gmail.com',2147483647,'Non opus anymore. Iustus launch robot. Telegram - @Cryptaxbot'),(0,1985,'Crytoron','shanieceweekes@yahoo.com',2147483647,'Earn etiam pecunia sine labore. Telegram - @Cryptaxbot'),(0,1986,'RonUphon','sweetsunset79@yahoo.com',2147483647,'Successu formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,1987,'RonUphon','punky_b_2003@hotmail.com',2147483647,'Pecunia opus est, etiam cum somno. Telegram - @Cryptaxbot'),(0,1988,'RonUphon','tonekabrown@yahoo.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. Telegram - @Cryptaxbot'),(0,1989,'Crytoron','betty.gastelum@yahoo.com',2147483647,'Addito reditus praesto est omnibus hac robot. Telegram - @Cryptaxbot'),(0,1990,'RonUphon','lachance17@gmail.com',2147483647,'Fac pupa domi et deductae hoc Bot. Telegram - @Cryptaxbot'),(0,1991,'RonUphon','ourjunk@tds.net',2147483647,'Ingens reditus sine re, quod est available. Telegram - @Cryptaxbot'),(0,1992,'Crytoron','rulis89@gmail.com',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. Telegram - @Cryptaxbot'),(0,1993,'RonUphon','mchamorro@mchmabogados.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. Telegram - @Cryptaxbot'),(0,1994,'RonUphon','devil_doc87@yahoo.com',2147483647,'Financial Robot est # 1 peritus quaestus. Telegram - @Cryptaxbot'),(0,1995,'Crytoron','andregunter13764@gmail.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. Telegram - @Cryptaxbot'),(0,1996,'RonUphon','rmbroder@wowway.com',2147483647,'Non tamen nummorum? Financial robot faciam te eum! Telegram - @Cryptaxbot'),(0,1997,'RonUphon','sou.t.d.on99.2.5@gmail.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! Telegram - @Cryptaxbot'),(0,1998,'RonUphon','yutrippinboo@hotmail.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. Telegram - @Cryptaxbot'),(0,1999,'Crytoron','krissu_pissu@hotmail.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. Telegram - @Cryptaxbot'),(0,2000,'RonUphon','chippylover@gmail.com',2147483647,'Financial robot est optimus comes dives populus. Telegram - @Cryptaxbot'),(0,2001,'RonUphon','nicki@nickisplace.com',2147483647,'Planto vestri pecunia opus est tibi tota die. Telegram - @Cryptaxbot'),(0,2002,'Crytoron','gelgil29@gmail.com',2147483647,'Fides financial Bot fieri dives. Telegram - @Cryptaxbot'),(0,2003,'RonUphon','joyce@recreditfix.com',2147483647,'Online reditus est clavem ad successus. Telegram - @Cryptaxbot'),(0,2004,'RonUphon','hreynolds597@sbcglobal.net',2147483647,'Capto ex ipso robot servare victum tota die. Telegram - @Cryptaxbot'),(0,2005,'RonUphon','rikkimcg17@btinternet.com',2147483647,'Financial robot tenet, deferentes ad vos pecunias, dum somnum. Telegram - @Cryptaxbot'),(0,2006,'Crytoron','goldendawn1@rediffmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! Telegram - @Cryptaxbot'),(0,2007,'RonUphon','scor93pion@hotmail.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? Telegram - @Cryptaxbot'),(0,2008,'RonUphon','mozeskaratson@hotmail.com',2147483647,'Financial libertatem, quid est hoc robot praestat. Telegram - @Cryptaxbot'),(0,2009,'Crytoron','BAYAN@YAHOO.COM',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. Telegram - @Cryptaxbot'),(0,2010,'RonUphon','ang38is@gmail.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. Telegram - @Cryptaxbot'),(0,2011,'RonUphon','Namon@Hotmail.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. Telegram - @Cryptaxbot'),(0,2012,'Crytoron','puyue94@hotmail.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. Telegram - @Cryptaxbot'),(0,2013,'RonUphon','sfjella@access995.com',2147483647,'Etiam sciat puer ut $100 hodie ope huius robot. Telegram - @Cryptaxbot'),(0,2014,'RonUphon','nikisaacson@yahoo.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. Telegram - @Cryptaxbot'),(0,2015,'RonUphon','poin25@hanmail.net',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. Telegram - @Cryptaxbot'),(0,2016,'Crytoron','sfarr@higherachievement.org',2147483647,'Vultus deinceps ad reditus? Ut online. Telegram - @Cryptaxbot'),(0,2017,'RonUphon','ferlum1jyp80g@yahoo.com',2147483647,'Non tamen nummorum? Reficere nunc! Telegram - @Cryptaxbot'),(0,2018,'RonUphon','slsdistributorscsr@gmail.com',2147483647,'Online reditus est clavem ad successus. Telegram - @Cryptaxbot'),(0,2019,'RonUphon','ednainlow@yahoo.com',2147483647,'Pretium non habetis? Quisque online. Telegram - @Cryptaxbot'),(0,2020,'Crytoron','chris2006pyle@yahoo.com',2147483647,'Omnis vestri pupa potest convertere in $100 post prandium hoc Robot. Telegram - @Cryptaxbot'),(0,2021,'RonUphon','jelte.hoekstra@gamil.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. Telegram - @Cryptaxbot'),(0,2022,'RonUphon','Nhcouture25@gmail.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. Telegram - @Cryptaxbot'),(0,2023,'RonUphon','justaguy24153@yahoo.com',2147483647,'Non tamen nummorum? Reficere nunc! Telegram - @Cryptaxbot'),(0,2024,'Crytoron','gambitsgrl186@yahoo.com',2147483647,'Adipiscing diam Robot et facere negotium. Telegram - @Cryptaxbot'),(0,2025,'RonUphon','bebannistergiunchizl@hotmail.com',2147483647,'Etiam sciat puer ut $100 hodie. Telegram - @Cryptaxbot'),(0,2026,'RonUphon','anubis.chosen@gmail.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. Telegram - @Cryptaxbot'),(0,2027,'Crytoron','arbmb@163.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. Telegram - @Cryptaxbot'),(0,2028,'RonUphon','schooliojulio@gmail.com',2147483647,'Parva re potest facere tons of pupa fast. Telegram - @Cryptaxbot'),(0,2029,'RonUphon','aveavelino@hotmail.com',2147483647,'Pecuniam in penitus usura hoc Bot. Vere operatur! Telegram - @Cryptaxbot'),(0,2030,'RonUphon','radhika3004@yahoo.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. Telegram - @Cryptaxbot'),(0,2031,'Crytoron','rachlbstn121@aol.com',2147483647,'Robot est optimus via pro omnibus, qui spectat ad financial libertatem. Telegram - @Cryptaxbot'),(0,2032,'RonUphon','arxlanking@yahoo.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. Telegram - @Cryptaxbot'),(0,2033,'RonUphon','rasuliahmadshah@yahoo.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. Telegram - @Cryptaxbot'),(0,2034,'Crytoron','nicensweet21@msn.com',2147483647,'Fac tibi dives in futurum utentes financial robot. Telegram - @Cryptaxbot'),(0,2035,'RonUphon','guil.wars@live.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. Telegram - @Cryptaxbot'),(0,2036,'RonUphon','shawddar@hotmail.com',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. Telegram - @Cryptaxbot'),(0,2037,'RonUphon','cml11566@yahoo.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. Telegram - @Cryptaxbot'),(0,2038,'Crytoron','summergreene24@yahoo.com',2147483647,'Fides financial Bot fieri dives. Telegram - @Cryptaxbot'),(0,2039,'RonUphon','thir13enkisses@hotmail.com',2147483647,'Successu formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,2040,'RonUphon','wadehare@dolphinmail.org',2147483647,'Non tamen nummorum? Reficere nunc! Telegram - @Cryptaxbot'),(0,2041,'Crytoron','christinaleilani@yahoo.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. Telegram - @Cryptaxbot'),(0,2042,'RonUphon','pauldeliamiri@yahoo.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2043,'RonUphon','listerjohn66@yahoo.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. Telegram - @Cryptaxbot'),(0,2044,'RonUphon','Jashleysparks@googlemail.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? Telegram - @Cryptaxbot'),(0,2045,'Crytoron','RebaSue2399@aol.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. Telegram - @Cryptaxbot'),(0,2046,'RonUphon','sarah.simmons215@gmail.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? Telegram - @Cryptaxbot'),(0,2047,'RonUphon','jilllllionis@yahoo.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,2048,'Crytoron','nhuquynhfi@gmail.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. Telegram - @Cryptaxbot'),(0,2049,'RonUphon','tilabastos@gmail.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. Telegram - @Cryptaxbot'),(0,2050,'RonUphon','mitra.tanushree@gmail.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,2051,'RonUphon','larryncaroline@earthlink.net',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. Telegram - @Cryptaxbot'),(0,2052,'Crytoron','sallymhenry@hotmail.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! Telegram - @Cryptaxbot'),(0,2053,'RonUphon','elaine.radaic@gmail.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. Telegram - @Cryptaxbot'),(0,2054,'RonUphon','jainacullen@gmail.com',2147483647,'Robot est optimus via pro omnibus, qui spectat ad financial libertatem. Telegram - @Cryptaxbot'),(0,2055,'Crytoron','vsi4jesus@yahoo.com',2147483647,'Financial Robot est futura opes et libertatem. Telegram - @Cryptaxbot'),(0,2056,'RonUphon','v.page@comcast.net',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. Telegram - @Cryptaxbot'),(0,2057,'RonUphon','rshelley001@nc.rr.com',2147483647,'Divites divitibus, quia utuntur hoc robot. Telegram - @Cryptaxbot'),(0,2058,'Crytoron','cbrinkerhoff@pershing.k12.nv.us',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. Telegram - @Cryptaxbot'),(0,2059,'RonUphon','msdst89@gmail.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. Telegram - @Cryptaxbot'),(0,2060,'RonUphon','wmsheaffer@gmail.com',2147483647,'Adipiscing diam Robot et facere negotium. Telegram - @Cryptaxbot'),(0,2061,'RonUphon','cems.donaway@gmail.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. Telegram - @Cryptaxbot'),(0,2062,'Crytoron','slmnsosa21@aol.com',2147483647,'Discere, quomodo ad centum terga singulos dies. Telegram - @Cryptaxbot'),(0,2063,'RonUphon','omnicredit@gmail.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. Telegram - @Cryptaxbot'),(0,2064,'RonUphon','NohemiClaus65@gmail.com',2147483647,'Robot est optimus via pro omnibus, qui spectat ad financial libertatem. Telegram - @Cryptaxbot'),(0,2065,'Crytoron','chrisjordan@carolina.rr.com',2147483647,'Fac pupa iustus sedentem in domum suam. Telegram - @Cryptaxbot'),(0,2066,'RonUphon','pjheidemann@gmail.com',2147483647,'Unum click in robot et adducam vos milia illos leones,. Telegram - @Cryptaxbot'),(0,2067,'RonUphon','van.a.ev.s.ee.va.23@gmail.com',2147483647,'Divites divitibus, quia utuntur hoc robot. Telegram - @Cryptaxbot'),(0,2068,'RonUphon','jt.johnson65@yahoo.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! Telegram - @Cryptaxbot'),(0,2069,'Crytoron','matt_ryan2@hotmail.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. Telegram - @Cryptaxbot'),(0,2070,'RonUphon','uk.expose@gmail.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. Telegram - @Cryptaxbot'),(0,2071,'RonUphon','andrewokonex@yahoo.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. Telegram - @Cryptaxbot'),(0,2072,'Crytoron','heather.tran1998@yahoo.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. Telegram - @Cryptaxbot'),(0,2073,'RonUphon','hudecekhassgxz@hotmail.com',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. Telegram - @Cryptaxbot'),(0,2074,'RonUphon','shadow_of_oblivion66666@yahoo.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. Telegram - @Cryptaxbot'),(0,2075,'RonUphon','simplesmentenane@hotmail.com',2147483647,'Ingens reditus sine re, quod est available. Telegram - @Cryptaxbot'),(0,2076,'Crytoron','karenbreker@yahoo.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. Telegram - @Cryptaxbot'),(0,2077,'RonUphon','ricardo.sutil@hotmail.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. Telegram - @Cryptaxbot'),(0,2078,'RonUphon','Nat.foulks@gmail.com',2147483647,'Sit diam Robot esse comes in financial forum. Telegram - @Cryptaxbot'),(0,2079,'Crytoron','m.mecke@hotmail.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. Telegram - @Cryptaxbot'),(0,2080,'RonUphon','Hctigeralex@yahoo.com',2147483647,'Vultus pro an securus via ad pecuniam? Reprehendo sicco financial robot. Telegram - @Cryptaxbot'),(0,2081,'RonUphon','snoopybee527@yahoo.com',2147483647,'Scimus quam crescere tua financial stabilitatem. Telegram - @Cryptaxbot'),(0,2082,'Crytoron','douvenadelaner@yahoo.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. Telegram - @Cryptaxbot'),(0,2083,'RonUphon','gjhdj5327@yahoo.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. Telegram - @Cryptaxbot'),(0,2084,'RonUphon','Saleemdancemusic@gmail.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. Telegram - @Cryptaxbot'),(0,2085,'RonUphon','puddinhead24@gmail.com',2147483647,'Sit diam Robot esse comes in financial forum. Telegram - @Cryptaxbot'),(0,2086,'Crytoron','libd88@110mail.net',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. Telegram - @Cryptaxbot'),(0,2087,'RonUphon','rellrell555@yahoo.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. Telegram - @Cryptaxbot'),(0,2088,'RonUphon','halghare@yahoo.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. Telegram - @Cryptaxbot'),(0,2089,'Crytoron','thadilok@gmail.com',2147483647,'Ingens reditus sine re, quod est available. Telegram - @Cryptaxbot'),(0,2090,'RonUphon','katlynnriddell@gmail.com',2147483647,'Non tamen nummorum? Financial robot faciam te eum! Telegram - @Cryptaxbot'),(0,2091,'RonUphon','akramhemmat103@yahoo.com',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. Telegram - @Cryptaxbot'),(0,2092,'RonUphon','swucbdpi@myownemailbox.com',2147483647,'Planto vestri pecunia opus est tibi tota die. Telegram - @Cryptaxbot'),(0,2093,'Crytoron','willedsmokey@yahoo.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. Telegram - @Cryptaxbot'),(0,2094,'RonUphon','hooman.yahaghi@gmail.com',2147483647,'Scimus quomodo fieri dives, et tu? Telegram - @Cryptaxbot'),(0,2095,'RonUphon','gorgeouskia8@yahoo.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. Telegram - @Cryptaxbot'),(0,2096,'Crytoron','real22701@yahoo.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. Telegram - @Cryptaxbot'),(0,2097,'RonUphon','nanaweathers@yahoo.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2098,'RonUphon','Alanna8710Shellhouse@yahoo.com',2147483647,'Planto vestri pecunia opus est tibi tota die. Telegram - @Cryptaxbot'),(0,2099,'RonUphon','pasikchallujchelsogey@hotmail.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. Telegram - @Cryptaxbot'),(0,2100,'Crytoron','angelo.ayers@spps.org',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. Telegram - @Cryptaxbot'),(0,2101,'RonUphon','destinymatthews22@yahoo.com',2147483647,'Successu formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,2102,'RonUphon','sillai@pacbell.net',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. Telegram - @Cryptaxbot'),(0,2103,'Crytoron','susan.bullock@birch.com',2147483647,'Scimus quam crescere tua financial stabilitatem. Telegram - @Cryptaxbot'),(0,2104,'RonUphon','sedat_sevindir@windowslive.com',2147483647,'Fac pupa domi et deductae hoc Bot. Telegram - @Cryptaxbot'),(0,2105,'RonUphon','brochall@aol.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. Telegram - @Cryptaxbot'),(0,2106,'RonUphon','Chanelgates@yahoo.com',2147483647,'Online referte sunt facillimus via financial libertatem. Telegram - @Cryptaxbot'),(0,2107,'Crytoron','robyneggert@gmail.com',2147483647,'Fac pupa domi et deductae hoc Bot. Telegram - @Cryptaxbot'),(0,2108,'RonUphon','mikediller@windstream.net',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,2109,'RonUphon','ninad.wadgane@gmail.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. Telegram - @Cryptaxbot'),(0,2110,'Crytoron','katydanielmar@gmail.com',2147483647,'Invenire de ieiunas via a financial libertatem. Telegram - @Cryptaxbot'),(0,2111,'RonUphon','yuetyingchang2003@yahoo.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. Telegram - @Cryptaxbot'),(0,2112,'RonUphon','jkarlis11@aol.com',2147483647,'Planto vestri pecunia opus est tibi tota die. Telegram - @Cryptaxbot'),(0,2113,'RonUphon','linixi1@lvfityou.com',2147483647,'Discere, quomodo ad centum terga singulos dies. Telegram - @Cryptaxbot'),(0,2114,'Crytoron','nick123278@live.com',2147483647,'Pecunia opus est, etiam cum somno. Telegram - @Cryptaxbot'),(0,2115,'RonUphon','salgadocarina@yahoo.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2116,'RonUphon','brycen.taylor@zappos.com',2147483647,'Operam! Hic vos can mereo pecuniam online! Telegram - @Cryptaxbot'),(0,2117,'RonUphon','danniedavis36@yahoo.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. Telegram - @Cryptaxbot'),(0,2118,'Crytoron','izabella1972000@hotmail.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. Telegram - @Cryptaxbot'),(0,2119,'RonUphon','vickiecaro@bellsouth.net',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,2120,'RonUphon','amoudi100@hotmail.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. Telegram - @Cryptaxbot'),(0,2121,'Crytoron','auron96@gmail.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. Telegram - @Cryptaxbot'),(0,2122,'RonUphon','jennifer@kirney.com',2147483647,'Addito reditus pro omnibus. Telegram - @Cryptaxbot'),(0,2123,'RonUphon','marineboard77@aol.com',2147483647,'Satus faciens milia pupa omni septimana. Telegram - @Cryptaxbot'),(0,2124,'Crytoron','tyishiapasha@yahoo.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. Telegram - @Cryptaxbot'),(0,2125,'RonUphon','velizevelyn@yahoo.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. Telegram - @Cryptaxbot'),(0,2126,'RonUphon','hawhawkinssokinsso@yahoo.com',2147483647,'Online financial Robot est clavem ad successus. Telegram - @Cryptaxbot'),(0,2127,'RonUphon','rebecca.haas1@gmail.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. Telegram - @Cryptaxbot'),(0,2128,'WalterDiump','mymail@mymails.cmo',2147483647,'Already more than 179,000 Australians have quit their jobs because they got rich thanks to this service https://tinyurl.com/2dxs5363'),(0,2129,'Crytoron','b.ir.jo.nat.an.ha.t.t.uchn3.9@gmail.com',2147483647,'Experiri optimum financial robot in in Lorem. Telegram - @Cryptaxbot'),(0,2130,'RonUphon','jbradt@gmail.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. Telegram - @Cryptaxbot'),(0,2131,'RonUphon','oxleyhomicorheoqle@hotmail.com',2147483647,'Operam! Financial robot perducat vos milia! Telegram - @Cryptaxbot'),(0,2132,'RonUphon','terra@fletcherconsulting.com',2147483647,'Ingens reditus sine re sit amet, nunc! Telegram - @Cryptaxbot'),(0,2133,'Crytoron','monjok123@yahoo.com',2147483647,'Nec opus est quaerere job amplius. Opus online. Telegram - @Cryptaxbot'),(0,2134,'RonUphon','rainbowrachel1@yahoo.com',2147483647,'Fac pupa domi et deductae hoc Bot. Telegram - @Cryptaxbot'),(0,2135,'RonUphon','ronverm_2000@yahoo.com',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. Telegram - @Cryptaxbot'),(0,2136,'Crytoron','courtneykidd8293@yahoo.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. Telegram - @Cryptaxbot'),(0,2137,'RonUphon','torrent104@oneoffmail.com',2147483647,'Robot est optimus via pro omnibus, qui spectat ad financial libertatem. Telegram - @Cryptaxbot'),(0,2138,'RonUphon','Nelak4321@gmail.com',2147483647,'Invenire de facillimum pecuniam victum. Telegram - @Cryptaxbot'),(0,2139,'RonUphon','melschedler@gmail.com',2147483647,'Online reditus est clavem ad successus. Telegram - @Cryptaxbot'),(0,2140,'Crytoron','tkydland@gmail.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. Telegram - @Cryptaxbot'),(0,2141,'RonUphon','mervekav@hotmail.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. Telegram - @Cryptaxbot'),(0,2142,'RonUphon','icvalles@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? Telegram - @Cryptaxbot'),(0,2143,'Crytoron','gabi_831@sbcglobal.net',2147483647,'Fac tibi dives in futurum utentes financial robot. Telegram - @Cryptaxbot'),(0,2144,'RonUphon','maimusyandext@e-mail.org',2147483647,'Operam! Financial robot perducat vos milia! Telegram - @Cryptaxbot'),(0,2145,'RonUphon','dejnira1@gmal.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! Telegram - @Cryptaxbot'),(0,2146,'RonUphon','wayde_in@yahoo.com',2147483647,'Financial libertatem est, quod quisque eget. Telegram - @Cryptaxbot'),(0,2147,'Crytoron','molliecarl@low.emailies.com',2147483647,'Iustus click potest convertere tu pupa in $1000. Telegram - @Cryptaxbot'),(0,2148,'RonUphon','browski.bro778@yahoo.com',2147483647,'Scimus quomodo fieri dives, et tu? Telegram - @Cryptaxbot'),(0,2149,'RonUphon','jadeleku32@yahoo.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. Telegram - @Cryptaxbot'),(0,2150,'Crytoron','tina01469@yahoo.com',2147483647,'Vestri computer potest facere vos etiam reditus, si vos utor is Robot. Telegram - @Cryptaxbot'),(0,2151,'RonUphon','Still_So_Fly326@hotmail.com',2147483647,'Pecunia opus? Ut hic facile? Telegram - @Cryptaxbot'),(0,2152,'RonUphon','drmiguelargueta1982@gmail.com',2147483647,'Pecunia opus? Ut hic facile? Telegram - @Cryptaxbot'),(0,2153,'RonUphon','Lindsayemeyers@gmail.com',2147483647,'Faciens pecuniam in rete facilius est nunc. Telegram - @Cryptaxbot'),(0,2154,'Crytoron','adi74747@walla.com',2147483647,'Scimus quomodo fieri dives, et tu? Telegram - @Cryptaxbot'),(0,2155,'RonUphon','Jpaul@gmail.com',2147483647,'Pecunia opus est, etiam cum somno. Telegram - @Cryptaxbot'),(0,2156,'RonUphon','Evbocollins@gmail.com',2147483647,'Pretium non habetis? Quisque online. Telegram - @Cryptaxbot'),(0,2157,'Crytoron','aj_23sasana@yahoo.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. Telegram - @Cryptaxbot'),(0,2158,'RonUphon','njromanr@yahoo.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. Telegram - @Cryptaxbot'),(0,2159,'RonUphon','cubrikal@gmail.com',2147483647,'Capto ex ipso robot servare victum tota die. Telegram - @Cryptaxbot'),(0,2160,'Crytoron','Texasrat@yahoo.com',2147483647,'Ingens reditus sine re sit amet, nunc! Telegram - @Cryptaxbot'),(0,2161,'RonUphon','francois@gammae.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. Telegram - @Cryptaxbot'),(0,2162,'RonUphon','fenrawetryu1981@gmail.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. Telegram - @Cryptaxbot'),(0,2163,'Alex Bolduin Binance','alex_bolduin_1986_xrp@binance.com',2147483647,'Revolutionary New Cryptocurrency Automated Trading Exchange Powered by Binance, Forbes and Blockchain. \r\nOnly on our exchange in automatic mode you can earn your first $1000 today with a one-time investment of $250. \r\nWe invite only owners, administrators and other personnel of the sites that we have chosen. \r\nYour site avox.live is on our invitation mailing list. \r\nhttps://telegra.ph/Personal-invitation-to-participate-in-our-system-for-owners-administrators-content-creators-and-other-site-personnel-11-09?avox.live \r\nWe will be very happy that after you earn your first $10,000 leave a review about us on the site https://www.trustpilot.com/ \r\nTo start launching automatic trading, you need to: register on our website, make a minimum deposit of $250 to start trading, wait for the manager\'s call, he will explain how to start the system (there is nothing complicated). \r\nhttps://telegra.ph/Personal-invitation-to-participate-in-our-system-for-owners-administrators-content-creators-and-other-site-personnel-11-09?avox.live'),(0,2164,'RonUphon','bambierekson@hotmail.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. Telegram - @Cryptaxbot'),(0,2165,'Davidedist','info@sport3tre.com',2147483647,'SMARTPHONE, PICK UP NOW http://win-win.alphaxtrabost.com/news-4375'),(0,2166,'Crytoron','badettegb@yahoo.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. Telegram - @Cryptaxbot'),(0,2167,'RonUphon','ihs04@comporium.net',2147483647,'Etiam sciat puer ut $100 hodie ope huius robot. Telegram - @Cryptaxbot'),(0,2168,'RonUphon','headmistress190@hotmail.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. Telegram - @Cryptaxbot'),(0,2169,'RonUphon','photomatic99@yahoo.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. Telegram - @Cryptaxbot'),(0,2170,'Crytoron','turd@gmail.com',2147483647,'Pecuniam in penitus usura hoc Bot. Vere operatur! Telegram - @Cryptaxbot'),(0,2171,'RonUphon','rehan_jee2003@yahoo.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. Telegram - @Cryptaxbot'),(0,2172,'RonUphon','lovelymznadia@hotmail.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! Telegram - @Cryptaxbot'),(0,2173,'Crytoron','geeiaparris@icloud.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. Telegram - @Cryptaxbot'),(0,2174,'RonUphon','renatodeitapetininga@hotmail.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. Telegram - @Cryptaxbot'),(0,2175,'RonUphon','rigarkodisantiyr@toshiba.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. Telegram - @Cryptaxbot'),(0,2176,'RonUphon','scooby0013@hotmail.com',2147483647,'Financial robot est optimus comes dives populus. Telegram - @Cryptaxbot'),(0,2177,'Crytoron','11amurray@honywoodschool.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. Telegram - @Cryptaxbot'),(0,2178,'RonUphon','anjaligupta69@rediffmail.com',2147483647,'Fac pupa domi et deductae hoc Bot. Telegram - @Cryptaxbot'),(0,2179,'RonUphon','relichunter1213@gmail.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2180,'Crytoron','kudunicofuk@outlook.com',2147483647,'Buy omnia vis mereri pecuniam. Telegram - @Cryptaxbot'),(0,2181,'RonUphon','reaganpagemakeup@gmail.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. Telegram - @Cryptaxbot'),(0,2182,'RonUphon','soufpaw.cancer@gmail.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. Telegram - @Cryptaxbot'),(0,2183,'RonUphon','rafael.egger@gmail.com',2147483647,'Quaestus est facile, si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,2184,'Crytoron','sanglikarroshan@gmail.com',2147483647,'Financial robot est optimus comes dives populus. Telegram - @Cryptaxbot'),(0,2185,'RonUphon','norabetel@dolphinmail.org',2147483647,'Faciens pecuniam in rete facilius est nunc. Telegram - @Cryptaxbot'),(0,2186,'RonUphon','rubennui@gmail.com',2147483647,'Pecuniam in penitus usura hoc Bot. Vere operatur! Telegram - @Cryptaxbot'),(0,2187,'Crytoron','bgraff@rochester.rr.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. Telegram - @Cryptaxbot'),(0,2188,'RonUphon','brianaj77@gmail.com',2147483647,'Invenire de ieiunas via a financial libertatem. Telegram - @Cryptaxbot'),(0,2189,'RonUphon','cipatherincyjopickrell@hotmail.com',2147483647,'Pecuniam in penitus usura hoc Bot. Vere operatur! Telegram - @Cryptaxbot'),(0,2190,'RonUphon','l-lenryx12@hotmail.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. Telegram - @Cryptaxbot'),(0,2191,'Crytoron','mbuoni1@yahoo.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! Telegram - @Cryptaxbot'),(0,2192,'RonUphon','corky0114@gmail.com',2147483647,'Addito reditus pro omnibus. Telegram - @Cryptaxbot'),(0,2193,'RonUphon','dev22iitb@yahoo.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. Telegram - @Cryptaxbot'),(0,2194,'Crytoron','quieroconfiar@hotmail.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. Telegram - @Cryptaxbot'),(0,2195,'RonUphon','Meggan40z@yahoo.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! Telegram - @Cryptaxbot'),(0,2196,'RonUphon','blasian22@yahoo.com',2147483647,'Fac pupa domi et deductae hoc Bot. Telegram - @Cryptaxbot'),(0,2197,'RonUphon','neopatrick_8@hotmail.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. Telegram - @Cryptaxbot'),(0,2198,'RonUphon','sanchi.love27@gmail.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. Telegram - @Cryptaxbot'),(0,2199,'Crytoron','9dgraham9@gmail.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. Telegram - @Cryptaxbot'),(0,2200,'RonUphon','sushilchandra@mac.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,2201,'RonUphon','lilquint11@yahoo.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,2202,'RonUphon','joilyn_arisgado@yahoo.com',2147483647,'Adipiscing diam Robot et facere negotium. Telegram - @Cryptaxbot'),(0,2203,'Crytoron','j.akpe@yahoo.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. Telegram - @Cryptaxbot'),(0,2204,'RonUphon','doug.hanisch@gmail.com',2147483647,'Ingens reditus sine re sit amet, nunc! Telegram - @Cryptaxbot'),(0,2205,'RonUphon','548396@hotmail.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. Telegram - @Cryptaxbot'),(0,2206,'Crytoron','chris42594@yahoo.com',2147483647,'Financial libertatem est, quod quisque eget. Telegram - @Cryptaxbot'),(0,2207,'RonUphon','sanpow44@yahoo.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2208,'RonUphon','adams_allyssa@yahoo.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. Telegram - @Cryptaxbot'),(0,2209,'RonUphon','youtubefpsgaming@yahoo.com',2147483647,'Vestri computer potest facere vos etiam reditus, si vos utor is Robot. Telegram - @Cryptaxbot'),(0,2210,'Crytoron','duongthuyanh292@gmail.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. Telegram - @Cryptaxbot'),(0,2211,'RonUphon','rebel_girl_43@hoymail.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. Telegram - @Cryptaxbot'),(0,2212,'RonUphon','tapi@runbox.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! Telegram - @Cryptaxbot'),(0,2213,'Crytoron','roberson.bd@gmail.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. Telegram - @Cryptaxbot'),(0,2214,'Davidedist','haritrathi94@gmail.com',2147483647,'Ordinary people make an income of $ 3000 (3000 EUR) per day https://telegra.ph/Verify-that-you-are-human-11-11-2?id-43868053'),(0,2215,'RonUphon','jacksonalexus61@yahoo.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2216,'RonUphon','pwclark63@yahoo.com',2147483647,'Financial robot est optimus comes dives populus. Telegram - @Cryptaxbot'),(0,2217,'Crytoron','aspoon1@gmail.com',2147483647,'Non tamen nummorum? Financial robot faciam te eum! Telegram - @Cryptaxbot'),(0,2218,'RonUphon','kancheong_spider@hotmail.com',2147483647,'Quisque mereretur, quantum vult, nunc. Telegram - @Cryptaxbot'),(0,2219,'RonUphon','rojaHeart77@gmail.com',2147483647,'Fac tibi dives in futurum utentes financial robot. Telegram - @Cryptaxbot'),(0,2220,'RonUphon','jepchilders@msn.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. Telegram - @Cryptaxbot'),(0,2221,'Crytoron','m_eusey@yahoo.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,2222,'RonUphon','mpodgorsek1@gmail.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. Telegram - @Cryptaxbot'),(0,2223,'RonUphon','dixiealexander22@yahoo.com',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. Telegram - @Cryptaxbot'),(0,2224,'Crytoron','jessica.kerkstra@sbcglobal.net',2147483647,'Financial libertatem, quid est hoc robot praestat. Telegram - @Cryptaxbot'),(0,2225,'RonUphon','mrctgfyvhj@cxbayl.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. Telegram - @Cryptaxbot'),(0,2226,'RonUphon','remonsafwat34@yahoo.com',2147483647,'Fides financial Bot fieri dives. Telegram - @Cryptaxbot'),(0,2227,'RonUphon','victoryazworld@gmail.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! Telegram - @Cryptaxbot'),(0,2228,'Crytoron','qahtani-vip@hotmail.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. Telegram - @Cryptaxbot'),(0,2229,'RonUphon','k_v_g_sekar@yahoo.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. Telegram - @Cryptaxbot'),(0,2230,'RonUphon','JuniorUDLT@hotmail.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. Telegram - @Cryptaxbot'),(0,2231,'Crytoron','rana_fa2003@yahoo.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. Telegram - @Cryptaxbot'),(0,2232,'RonUphon','islndstyle510@hotmail.com',2147483647,'Planto vestri pecunia opus est tibi tota die. Telegram - @Cryptaxbot'),(0,2233,'RonUphon','fisah11@yahoo.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. Telegram - @Cryptaxbot'),(0,2234,'Crytoron','peresano.michele@gmail.com',2147483647,'Scimus quomodo fieri dives, et tu? Telegram - @Cryptaxbot'),(0,2235,'RonUphon','lovedeigh@yahoo.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. Telegram - @Cryptaxbot'),(0,2236,'RonUphon','therealkashflow@gmail.com',2147483647,'Ingens reditus sine re sit amet, nunc! Telegram - @Cryptaxbot'),(0,2237,'RonUphon','abhijitkundu1982@gmail.com',2147483647,'Pecunia opus est, etiam cum somno. Telegram - @Cryptaxbot'),(0,2238,'Crytoron','taylor11lax@yahoo.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2239,'RonUphon','ladrenawilliams@yahoo.com',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. Telegram - @Cryptaxbot'),(0,2240,'RonUphon','xeviousalexander@gmail.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2241,'Crytoron','natalie.martin@rabobank.com',2147483647,'Financial libertatem est, quod quisque eget. Telegram - @Cryptaxbot'),(0,2242,'RonUphon','adria.vigna@yahoo.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2243,'RonUphon','helenbuy@hotmail.com',2147483647,'Scimus quam ad futura nostra dives et tu? Telegram - @Cryptaxbot'),(0,2244,'RonUphon','tangthuvien57@gmail.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. Telegram - @Cryptaxbot'),(0,2245,'Crytoron','lesliekellermann@verizon.net',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. Telegram - @Cryptaxbot'),(0,2246,'RonUphon','laurakruczynski@yahoo.com',2147483647,'Scimus quam crescere tua financial stabilitatem. Telegram - @Cryptaxbot'),(0,2247,'RonUphon','solarmotionlight@gmail.com',2147483647,'Financial robot tenet, deferentes ad vos pecunias, dum somnum. Telegram - @Cryptaxbot'),(0,2248,'Crytoron','red_rose_6789@yahoo.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. Telegram - @Cryptaxbot'),(0,2249,'RonUphon','Wsttrollboy@gmail.com',2147483647,'Non opus anymore. Iustus launch robot. Telegram - @Cryptaxbot'),(0,2250,'RonUphon','benjamin071904@yahoo.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. Telegram - @Cryptaxbot'),(0,2251,'RonUphon','oblitsbliff@gmail.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. Telegram - @Cryptaxbot'),(0,2252,'Crytoron','bigboyj013@aol.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. Telegram - @Cryptaxbot'),(0,2253,'RonUphon','skier_rocker@hotmail.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. Telegram - @Cryptaxbot'),(0,2254,'RonUphon','rjlsr13@comcast.net',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. Telegram - @Cryptaxbot'),(0,2255,'Crytoron','latina_susie@hotmail.com',2147483647,'Parva re potest facere tons of pupa fast. Telegram - @Cryptaxbot'),(0,2256,'RonUphon','jbirdy28@gmail.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? Telegram - @Cryptaxbot'),(0,2257,'RonUphon','chitharathamilan@ymail.com',2147483647,'Discere, quomodo ad centum terga singulos dies. Telegram - @Cryptaxbot'),(0,2258,'RonUphon','ottobasi@yahoo.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. Telegram - @Cryptaxbot'),(0,2259,'Crytoron','hgspoon@gmail.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. Telegram - @Cryptaxbot'),(0,2260,'RonUphon','draggunfly13@yahoo.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! Telegram - @Cryptaxbot'),(0,2261,'RonUphon','mayankjvyas@yahoo.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. Telegram - @Cryptaxbot'),(0,2262,'Crytoron','elainahull@gmail.com',2147483647,'Milia omni septimana operantes online hic. Telegram - @Cryptaxbot'),(0,2263,'RonUphon','lindresano@gmail.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. Telegram - @Cryptaxbot'),(0,2264,'RonUphon','sani3731@hotmail.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! Telegram - @Cryptaxbot'),(0,2265,'Crytoron','ozcan_guvener@hotmail.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. Telegram - @Cryptaxbot'),(0,2266,'RonUphon','roku1@hotmail.com',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. Telegram - @Cryptaxbot'),(0,2267,'Eric Jones','ericjonesmyemail@gmail.com',555,'Cool website!\r\n\r\nMy name’s Eric, and I just found your site - avox.live - 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 avox.live, 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=avox.live\r\n'),(0,2268,'Davidedist','prodigal@gmx.de',2147483647,'Passive income from cryptocurrency from $3000 (3000 EUR) per day https://telegra.ph/Verify-that-you-are-human-11-11-2?id-80856524'),(0,2269,'RonUphon','richardwurzinger@yahoo.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,2270,'RonUphon','jose.carvajal22@yahoo.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. Telegram - @Cryptaxbot'),(0,2271,'Crytoron','dragon1llc@aol.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. Telegram - @Cryptaxbot'),(0,2272,'RonUphon','whitej53@gmail.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2273,'RonUphon','ncdl1999@yahoo.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. Telegram - @Cryptaxbot'),(0,2274,'RonUphon','ARIELSTRMOB@COMCAST.NET',2147483647,'Iustus click potest convertere tu pupa in $1000. Telegram - @Cryptaxbot'),(0,2275,'Crytoron','jaminaz1@yahoo.com',2147483647,'Earn etiam pecunia sine conatus et artes. Telegram - @Cryptaxbot'),(0,2276,'RonUphon','gitai@aol.com',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. Telegram - @Cryptaxbot'),(0,2277,'RonUphon','julissagomez95@gmail.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! Telegram - @Cryptaxbot'),(0,2278,'Crytoron','kimberleyboyce@yahoo.com',2147483647,'Divites divitibus, quia utuntur hoc robot. Telegram - @Cryptaxbot'),(0,2279,'RonUphon','roger_ellis@hotmail.com',2147483647,'Online referte sunt facillimus via financial libertatem. Telegram - @Cryptaxbot'),(0,2280,'RonUphon','brittnemontgom4727@yahoo.com',2147483647,'Divites divitibus, quia utuntur hoc robot. Telegram - @Cryptaxbot'),(0,2281,'RonUphon','Mandajane1027@gmail.com',2147483647,'Financial robot est optimus comes dives populus. Telegram - @Cryptaxbot'),(0,2282,'Crytoron','salazar_j07@att.net',2147483647,'Pecunia opus? Financial robot est tua solutio. Telegram - @Cryptaxbot'),(0,2283,'RonUphon','cch@carriagecustomhomes.com',2147483647,'Satus faciens milia pupa omni septimana. Telegram - @Cryptaxbot'),(0,2284,'RonUphon','shannon.alter1@gmail.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. Telegram - @Cryptaxbot'),(0,2285,'Crytoron','521052510@gmail.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. Telegram - @Cryptaxbot'),(0,2286,'RonUphon','mariecwatson@gmail.com',2147483647,'Quaestus est facile, si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,2287,'RonUphon','whitehurstb@crossnoreschool.org',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. Telegram - @Cryptaxbot'),(0,2288,'RonUphon','daviad333@yahoo.com',2147483647,'Fides financial Bot fieri dives. Telegram - @Cryptaxbot'),(0,2289,'Crytoron','rotkro@yahoo.com',2147483647,'Satus vestri online opus usura financial Robot. Telegram - @Cryptaxbot'),(0,2290,'RonUphon','rafe85@yahoo.com',2147483647,'Experiri optimum financial robot in in Lorem. Telegram - @Cryptaxbot'),(0,2291,'RonUphon','pawpatrol@earthlink.net',2147483647,'Non tamen nummorum? Reficere nunc! Telegram - @Cryptaxbot'),(0,2292,'Crytoron','Mrmacncheese123@gmail.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. Telegram - @Cryptaxbot'),(0,2293,'RonUphon','alfioschiatti@cupiello.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? Telegram - @Cryptaxbot'),(0,2294,'RonUphon','msebrown2000@yahoo.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. Telegram - @Cryptaxbot'),(0,2295,'RonUphon','pedro.pronto@hotmail.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. Telegram - @Cryptaxbot'),(0,2296,'Crytoron','molenhr@charter.net',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. Telegram - @Cryptaxbot'),(0,2297,'RonUphon','pbadurek@att.net',2147483647,'Online Bot adducam tibi opes, et satisfactio. Telegram - @Cryptaxbot'),(0,2298,'RonUphon','woli1980@126.com',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. Telegram - @Cryptaxbot'),(0,2299,'Crytoron','ozkanersen@msn.com',2147483647,'Vultus pro an securus via ad pecuniam? Reprehendo sicco financial robot. Telegram - @Cryptaxbot'),(0,2300,'RonUphon','t.tin.gud.6.4.5.7@gmail.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. Telegram - @Cryptaxbot'),(0,2301,'RonUphon','ardis.easton@gmail.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. Telegram - @Cryptaxbot'),(0,2302,'RonUphon','martha.21@icloud.com',2147483647,'Pecuniam in penitus usura hoc Bot. Vere operatur! Telegram - @Cryptaxbot'),(0,2303,'Crytoron','sasukewifey101@aim.com',2147483647,'Optimum online euismod instrumentum invenitur. Discere magis! Telegram - @Cryptaxbot'),(0,2304,'RonUphon','sexpest665@gmail.com',2147483647,'Quisque mereretur, quantum vult, nunc. Telegram - @Cryptaxbot'),(0,2305,'RonUphon','aceheotakg@gmail.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,2306,'RonUphon','jeremy.jessen@gmail.com',2147483647,'Financial libertatem, quid est hoc robot praestat. Telegram - @Cryptaxbot'),(0,2307,'Crytoron','tonton312@aol.com',2147483647,'Non opus anymore. Iustus launch robot. Telegram - @Cryptaxbot'),(0,2308,'RonUphon','mbrill@barkleyus.com',2147483647,'Discere, quomodo ad centum terga singulos dies. Telegram - @Cryptaxbot'),(0,2309,'RonUphon','blaccswan777@yahoo.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. Telegram - @Cryptaxbot'),(0,2310,'Crytoron','jon14346@hotmail.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. Telegram - @Cryptaxbot'),(0,2311,'RonUphon','ruth_lilianavillalba@hotmail.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. Telegram - @Cryptaxbot'),(0,2312,'Davidedist','becci89@hotmail.de',2147483647,'REAL INCOME FROM $5000 PER DAY http://twitter.rawebsites.com/news-8774'),(0,2313,'RonUphon','justahelpfulthird@gmail.com',2147483647,'Milia omni septimana operantes online hic. Telegram - @Cryptaxbot'),(0,2314,'RonUphon','nehemiah555@yahoo.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. Telegram - @Cryptaxbot'),(0,2315,'Crytoron','beerandbrewing137@yahoo.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. Telegram - @Cryptaxbot'),(0,2316,'RonUphon','rvnuraubh845@aol.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. Telegram - @Cryptaxbot'),(0,2317,'RonUphon','thakuryoyo187@gmail.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! Telegram - @Cryptaxbot'),(0,2318,'Crytoron','robbertcollins505@yahoo.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! Telegram - @Cryptaxbot'),(0,2319,'RonUphon','tammyvirtanen@yahoo.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. Telegram - @Cryptaxbot'),(0,2320,'RonUphon','sweetness_rol@hotmail.com',2147483647,'Planto vestri pecunia opus est tibi tota die. Telegram - @Cryptaxbot'),(0,2321,'Crytoron','su7_15@yahoo.com',2147483647,'Unum click in robot et adducam vos milia illos leones,. Telegram - @Cryptaxbot'),(0,2322,'RonUphon','renraku_03@yahoo.com',2147483647,'Buy omnia vis mereri pecuniam. Telegram - @Cryptaxbot'),(0,2323,'RonUphon','swannman33@yahoo.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. Telegram - @Cryptaxbot'),(0,2324,'RonUphon','oogieboogie5@hotmail.com',2147483647,'Non tamen nummorum? Financial robot faciam te eum! Telegram - @Cryptaxbot'),(0,2325,'Crytoron','shinamishra@gmail.com',2147483647,'Non opus anymore. Iustus launch robot. Telegram - @Cryptaxbot'),(0,2326,'RonUphon','thothsia@gmail.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. Telegram - @Cryptaxbot'),(0,2327,'RonUphon','cumi4u@yahoo.com',2147483647,'Financial libertatem, quid est hoc robot praestat. Telegram - @Cryptaxbot'),(0,2328,'Crytoron','msbaker@yahoo.com',2147483647,'Non tamen nummorum? Reficere nunc! Telegram - @Cryptaxbot'),(0,2329,'RonUphon','tanmaylandge@gmail.com',2147483647,'Non opus ad solliciti de futuris, si uti hoc financial robot. Telegram - @Cryptaxbot'),(0,2330,'RonUphon','kmarharyta@gmail.com',2147483647,'Ingens reditus sine re, quod est available. Telegram - @Cryptaxbot'),(0,2331,'RonUphon','Daleyjazmin@gmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! Telegram - @Cryptaxbot'),(0,2332,'Crytoron','mark_w3b3r@yahoo.com',2147483647,'Unum click in robot et adducam vos milia illos leones,. Telegram - @Cryptaxbot'),(0,2333,'RonUphon','redheadav8r139@yahoo.com',2147483647,'Fac pupa domi et deductae hoc Bot. Telegram - @Cryptaxbot'),(0,2334,'RonUphon','skorpionz_07@yahoo.com',2147483647,'Adipiscing diam Robot et facere negotium. Telegram - @Cryptaxbot'),(0,2335,'Crytoron','cis3sis@yahoo.com',2147483647,'Ingens reditus sine re sit amet, nunc! Telegram - @Cryptaxbot'),(0,2336,'RonUphon','oliverbalderia@gmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. Telegram - @Cryptaxbot'),(0,2337,'RonUphon','ynsfgljgffigp@gmail.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. Telegram - @Cryptaxbot'),(0,2338,'RonUphon','edmbog@yahoo.com',2147483647,'Discere, quomodo ad centum terga singulos dies. Telegram - @Cryptaxbot'),(0,2339,'Crytoron','ejrisley@gmail.com',2147483647,'Online referte sunt facillimus via financial libertatem. Telegram - @Cryptaxbot'),(0,2340,'RonUphon','esave@naver.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! Telegram - @Cryptaxbot'),(0,2341,'RonUphon','thainasuper@gmail.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. Telegram - @Cryptaxbot'),(0,2342,'RonUphon','marvindarbyangeles@yahoo.com',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. Telegram - @Cryptaxbot'),(0,2343,'Crytoron','mendipalmer@gmail.com',2147483647,'Scimus quam crescere tua financial stabilitatem. Telegram - @Cryptaxbot'),(0,2344,'RonUphon','delicious1369@hotmail.com',2147483647,'Milia omni septimana operantes online hic. Telegram - @Cryptaxbot'),(0,2345,'RonUphon','holthaus.matthew@gmail.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. Telegram - @Cryptaxbot'),(0,2346,'Crytoron','ummahmud@hotmail.com',2147483647,'Etiam sciat puer ut $100 hodie. Telegram - @Cryptaxbot'),(0,2347,'RonUphon','kudaunggu@yahoo.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! Telegram - @Cryptaxbot'),(0,2348,'RonUphon','kyletioh@goosebox.net',2147483647,'Financial robot est a valde via ut curo et crescere reditus. Telegram - @Cryptaxbot'),(0,2349,'RonUphon','fo.rf.ourfa.ith@gmail.com',2147483647,'Scimus quam crescere tua financial stabilitatem. Telegram - @Cryptaxbot'),(0,2350,'Crytoron','gr8bears@aol.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. Telegram - @Cryptaxbot'),(0,2351,'Morgan Stowe','bbpprocurementmngr@gmail.com',2147483647,'We are in urgent need of suppliers and major business partners to work with in india.Beta Bio Pharmaceutical need a reliable and trusted business partners that would supply us consistent extract from India to United States of America.You can reach us at: \r\nbbpprocurementmngr@gmail.com or bbpprocurement@gmail.com . \r\n \r\nYours Faithfully \r\nMorgan Stowe \r\nProcurement Manager \r\n \r\nDisclaimer Notice: Information contained in this email is confidential & intended for the address only. Any dissemination, distribution, copying or use of this communication without prior permission from the address is strictly prohibited. If you are not the intended recipient of this communication, please delete it permanently without copying, disclosing or otherwise using its contents, and notify BETA BIO PHARMA immediately.'),(0,2352,'RonUphon','rem_776@hotmail.com',2147483647,'Operam! Financial robot perducat vos milia! Telegram - @Cryptaxbot'),(0,2353,'RonUphon','sara_hennig@hotmail.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. Telegram - @Cryptaxbot'),(0,2354,'Crytoron','demneumann@bell.net',2147483647,'Successu formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,2355,'RonUphon','sexiee_ass_69@hotmail.com',2147483647,'Non opus ad solliciti de futuris, si uti hoc financial robot. Telegram - @Cryptaxbot'),(0,2356,'RonUphon','saraygera5@gmail.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! Telegram - @Cryptaxbot'),(0,2357,'RonUphon','msweeney@putneyschool.org',2147483647,'Experiri optimum financial robot in in Lorem. Telegram - @Cryptaxbot'),(0,2358,'Crytoron','dmekpong@gmail.com',2147483647,'Online referte sunt facillimus via financial libertatem. Telegram - @Cryptaxbot'),(0,2359,'RonUphon','judeanian@aol.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! Telegram - @Cryptaxbot'),(0,2360,'RonUphon','probammer@hotmail.com',2147483647,'Robot est optima solutio pro omnibus, qui vult mereri. Telegram - @Cryptaxbot'),(0,2361,'Crytoron','woddy1951@yahoo.com',2147483647,'Non opus anymore dum Robot launched! Telegram - @Cryptaxbot'),(0,2362,'RonUphon','craziehotgirl2002@yahoo.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. Telegram - @Cryptaxbot'),(0,2363,'RonUphon','rosemary1711@yahoo.com',2147483647,'Addito reditus pro omnibus. Telegram - @Cryptaxbot'),(0,2364,'Crytoron','levelcushion14fu1971@yahoo.com',2147483647,'Fac pupa domi et deductae hoc Bot. Telegram - @Cryptaxbot'),(0,2365,'RonUphon','dream_96@hotmail.com',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. Telegram - @Cryptaxbot'),(0,2366,'RonUphon','bondj195@yahoo.com',2147483647,'Financial libertatem, quid est hoc robot praestat. Telegram - @Cryptaxbot'),(0,2367,'RonUphon','bassmike288@gmail.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,2368,'Crytoron','frenchellie@yahoo.com',2147483647,'Non opus ad solliciti de futuris, si uti hoc financial robot. Telegram - @Cryptaxbot'),(0,2369,'RonUphon','Johnsonjared707@yahoo.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. Telegram - @Cryptaxbot'),(0,2370,'RonUphon','mom_2dd@hotmail.com',2147483647,'Financial libertatem, quid est hoc robot praestat. Telegram - @Cryptaxbot'),(0,2371,'RonUphon','nikkibarn29@yahoo.com',2147483647,'Financial robot tenet, deferentes ad vos pecunias, dum somnum. Telegram - @Cryptaxbot'),(0,2372,'Crytoron','Robert.Barnet@yahoo.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. Telegram - @Cryptaxbot'),(0,2373,'RonUphon','uahekkii@gmailnew.com',2147483647,'Vultus pro an securus via ad pecuniam? Reprehendo sicco financial robot. Telegram - @Cryptaxbot'),(0,2374,'RonUphon','christophe.bonnin@cb-informatique.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. Telegram - @Cryptaxbot'),(0,2375,'Crytoron','Music2dolphins@yahoo.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. Telegram - @Cryptaxbot'),(0,2376,'RonUphon','kathy_J_davis@sbcglobal.net',2147483647,'Financial libertatem est, quod quisque eget. Telegram - @Cryptaxbot'),(0,2377,'RonUphon','nicoanevar@yahoo.com',2147483647,'Divites divitibus, quia utuntur hoc robot. Telegram - @Cryptaxbot'),(0,2378,'RonUphon','patriceteverbaughlnrlivot@hotmail.com',2147483647,'Fac pupa domi et deductae hoc Bot. Telegram - @Cryptaxbot'),(0,2379,'Crytoron','ondikb@yahoo.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. Telegram - @Cryptaxbot'),(0,2380,'RonUphon','pv.chandrasekhar@yahoo.com',2147483647,'Experiri optimum financial robot in in Lorem. Telegram - @Cryptaxbot'),(0,2381,'RonUphon','cathrinetroy@gmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. Telegram - @Cryptaxbot'),(0,2382,'Crytoron','weso18@optonline.net',2147483647,'Quaestus est facile, si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,2383,'RonUphon','www.westdanial44@yahoo.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. Telegram - @Cryptaxbot'),(0,2384,'RonUphon','atosorigin95@gmail.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! Telegram - @Cryptaxbot'),(0,2385,'RonUphon','author@wscte.org',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? Telegram - @Cryptaxbot'),(0,2386,'Crytoron','powell007@comcast.net',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. Telegram - @Cryptaxbot'),(0,2387,'RonUphon','josebuendia89@gmail.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. Telegram - @Cryptaxbot'),(0,2388,'RonUphon','kaerfel@gmail.com',2147483647,'Online reditus est clavem ad successus. Telegram - @Cryptaxbot'),(0,2389,'Crytoron','stevemac33@hotmail.com',2147483647,'Operam! Financial robot perducat vos milia! Telegram - @Cryptaxbot'),(0,2390,'RonUphon','mrsrlln85@yahoo.com',2147483647,'Non opus ad solliciti de futuris, si uti hoc financial robot. Telegram - @Cryptaxbot'),(0,2391,'RonUphon','1kati4ka1@gmail.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. Telegram - @Cryptaxbot'),(0,2392,'RonUphon','jerrica.delatorre@yahoo.com',2147483647,'Ingens reditus sine re sit amet, nunc! Telegram - @Cryptaxbot'),(0,2393,'Crytoron','ddyy898@nate.com',2147483647,'Online reditus est clavem ad successus. Telegram - @Cryptaxbot'),(0,2394,'RonUphon','vargaandrea@gmail.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. Telegram - @Cryptaxbot'),(0,2395,'Crytoron','farny71@yahoo.com',2147483647,'Invenire de ieiunas via a financial libertatem. Telegram - @Cryptaxbot'),(0,2396,'RonUphon','346hgts34@gmail.com',2147483647,'Etiam sciat puer ut $100 hodie ope huius robot. Telegram - @Cryptaxbot'),(0,2397,'RonUphon','ronanhewitt@hotmail.com',2147483647,'Online reditus est clavem ad successus. Telegram - @Cryptaxbot'),(0,2398,'Crytoron','tinkerbell_12081986@yahoo.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! Telegram - @Cryptaxbot'),(0,2399,'RonUphon','bribear04_1995@hotmail.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. Telegram - @Cryptaxbot'),(0,2400,'RonUphon','ramkumar.heart@yahoo.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. Telegram - @Cryptaxbot'),(0,2401,'RonUphon','mjw5sn13z@yahoo.com',2147483647,'Earn etiam pecunia sine conatus et artes. Telegram - @Cryptaxbot'),(0,2402,'Crytoron','Jason3694404@yahoo.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. Telegram - @Cryptaxbot'),(0,2403,'RonUphon','bunny25@optonline.net',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. Telegram - @Cryptaxbot'),(0,2404,'RonUphon','bingodfc@aol.com',2147483647,'Parva re potest facere tons of pupa fast. Telegram - @Cryptaxbot'),(0,2405,'Crytoron','kita02luv@yahoo.com',2147483647,'Invenire de facillimum pecuniam victum. Telegram - @Cryptaxbot'),(0,2406,'RonUphon','eliaskc31@hotmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. Telegram - @Cryptaxbot'),(0,2407,'RonUphon','zansunstar@gmail.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. Telegram - @Cryptaxbot'),(0,2408,'RonUphon','shirley.williamson20@ntlworld.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. Telegram - @Cryptaxbot'),(0,2409,'Crytoron','lupillolupe@yahoo.com',2147483647,'Addito reditus praesto est omnibus hac robot. Telegram - @Cryptaxbot'),(0,2410,'RonUphon','loova_11111@yahoo.com',2147483647,'Non opus ad solliciti de futuris, si uti hoc financial robot. Telegram - @Cryptaxbot'),(0,2411,'RonUphon','kathyberger11@yahoo.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. Telegram - @Cryptaxbot'),(0,2412,'Crytoron','iqv1x15hx@gmail.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. Telegram - @Cryptaxbot'),(0,2413,'RonUphon','elnoralanphe.re@gmail.com',2147483647,'Adipiscing diam Robot et facere negotium. Telegram - @Cryptaxbot'),(0,2414,'RonUphon','10bowwow\'s2cute4u@myspace.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. Telegram - @Cryptaxbot'),(0,2415,'RonUphon','king@bestweb.net',2147483647,'At $1000 die facile est, si uti hoc financial Robot. Telegram - @Cryptaxbot'),(0,2416,'Crytoron','monstertrucks@yahoo.com',2147483647,'Divites divitibus, quia utuntur hoc robot. Telegram - @Cryptaxbot'),(0,2417,'RonUphon','s-e_4-ever@hotmail.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! Telegram - @Cryptaxbot'),(0,2418,'RonUphon','nique_hicks@yahoo.com',2147483647,'Earn etiam pecunia sine labore. Telegram - @Cryptaxbot'),(0,2419,'Crytoron','65@avtomationline.net',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. Telegram - @Cryptaxbot'),(0,2420,'RonUphon','derbystarsmyfoo@gmail.com',2147483647,'Vestri computer potest facere vos etiam reditus, si vos utor is Robot. Telegram - @Cryptaxbot'),(0,2421,'RonUphon','Brooks_h_williams@yahoo.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,2422,'RonUphon','tecmonk@hotmaill.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. Telegram - @Cryptaxbot'),(0,2423,'Crytoron','latrinahankeciu574@nokiamail.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. Telegram - @Cryptaxbot'),(0,2424,'RonUphon','dks531@yahoo.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. Telegram - @Cryptaxbot'),(0,2425,'RonUphon','rsarvime@hotmail.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2426,'Crytoron','mary.komondy@yahoo.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. Telegram - @Cryptaxbot'),(0,2427,'RonUphon','citrusdave83@yahoo.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. Telegram - @Cryptaxbot'),(0,2428,'RonUphon','josephine.hagger@gmail.com',2147483647,'Financial Robot est maxime financial tool in rete! Telegram - @Cryptaxbot'),(0,2429,'RonUphon','saleas__@hotmail.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. Telegram - @Cryptaxbot'),(0,2430,'Crytoron','Jessica_Shaner@msn.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. Telegram - @Cryptaxbot'),(0,2431,'RonUphon','jerryclark111@live.com',2147483647,'Financial libertatem est, quod quisque eget. Telegram - @Cryptaxbot'),(0,2432,'RonUphon','ftgz00111@hotmail.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. Telegram - @Cryptaxbot'),(0,2433,'Crytoron','broneeu@iss.k12.nc.us',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. Telegram - @Cryptaxbot'),(0,2434,'RonUphon','nichelep@hotmail.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,2435,'RonUphon','mgyasociados@yahoo.com',2147483647,'Earn etiam pecunia sine conatus et artes. Telegram - @Cryptaxbot'),(0,2436,'RonUphon','roy_henrik@msn.com',2147483647,'Scimus quam crescere tua financial stabilitatem. Telegram - @Cryptaxbot'),(0,2437,'Crytoron','mj@ntatax.com',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. Telegram - @Cryptaxbot'),(0,2438,'RonUphon','asav@sbcglobal.net',2147483647,'Online officium et adducam vos a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2439,'RonUphon','henaultd@att.net',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. Telegram - @Cryptaxbot'),(0,2440,'Crytoron','sportchamp1@yahoo.com',2147483647,'Discere, quomodo ad centum terga singulos dies. Telegram - @Cryptaxbot'),(0,2441,'RonUphon','idksowtf@aim.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. Telegram - @Cryptaxbot'),(0,2442,'RonUphon','valeriezaleski@yahoo.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. Telegram - @Cryptaxbot'),(0,2443,'Crytoron','dbsonnen@cinci.rr.com',2147483647,'Quaestus est facile, si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,2444,'RonUphon','Nhorley@ymail.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. Telegram - @Cryptaxbot'),(0,2445,'RonUphon','laratollington@rocketmail.com',2147483647,'Financial libertatem, quid est hoc robot praestat. Telegram - @Cryptaxbot'),(0,2446,'RonUphon','ElilSmilessmilin@aol.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. Telegram - @Cryptaxbot'),(0,2447,'Crytoron','margaritamorales6@gmail.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. Telegram - @Cryptaxbot'),(0,2448,'RonUphon','louise267@btinternet.com',2147483647,'Parva re potest facere tons of pupa fast. Telegram - @Cryptaxbot'),(0,2449,'RonUphon','itsmylifeonly@aol.com',2147483647,'Omnis vestri pupa potest convertere in $100 post prandium hoc Robot. Telegram - @Cryptaxbot'),(0,2450,'Crytoron','uche_olunoku@yahoo.com',2147483647,'Financial libertatem, quid est hoc robot praestat. Telegram - @Cryptaxbot'),(0,2451,'RonUphon','ker2797@yahoo.com',2147483647,'Discere, quomodo ad centum terga singulos dies. Telegram - @Cryptaxbot'),(0,2452,'RonUphon','alexandre54000@hotmail.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2453,'RonUphon','jmason000@ameritech.net',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. Telegram - @Cryptaxbot'),(0,2454,'Crytoron','jazzy_reforsado@yahoo.com',2147483647,'Financial Robot est futura opes et libertatem. Telegram - @Cryptaxbot'),(0,2455,'RonUphon','tanz0420.tj@gmail.com',2147483647,'Invenire de ieiunas via a financial libertatem. Telegram - @Cryptaxbot'),(0,2456,'RonUphon','barbaraproud1@yahoo.com',2147483647,'Financial robot est optimus comes dives populus. Telegram - @Cryptaxbot'),(0,2457,'Crytoron','Ohio614babe@aol.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. Telegram - @Cryptaxbot'),(0,2458,'RonUphon','dancemomsblog@yahoo.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. Telegram - @Cryptaxbot'),(0,2459,'RonUphon','mschleich2@hotmail.com',2147483647,'Adipiscing diam Robot et facere negotium. Telegram - @Cryptaxbot'),(0,2460,'RonUphon','kathleensilva@verizon.net',2147483647,'Quisque mereretur, quantum vult, nunc. Telegram - @Cryptaxbot'),(0,2461,'Crytoron','evl_pnda_thing@yahoo.com',2147483647,'Pecunia opus? Ut hic facile? Telegram - @Cryptaxbot'),(0,2462,'RonUphon','dportz87@yahoo.com',2147483647,'Non tamen nummorum? Reficere nunc! Telegram - @Cryptaxbot'),(0,2463,'RonUphon','TinaDuran119@yahoo.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. Telegram - @Cryptaxbot'),(0,2464,'RonUphon','dana.burress@hcbe.net',2147483647,'Sit pecunia tua crescere in caput hoc Robot. Telegram - @Cryptaxbot'),(0,2465,'Crytoron','Araura4u@gmail.com',2147483647,'Scimus quomodo fieri dives, et tu? Telegram - @Cryptaxbot'),(0,2466,'RonUphon','frederikd@interxion.com',2147483647,'Operam! Hic vos can mereo pecuniam online! Telegram - @Cryptaxbot'),(0,2467,'RonUphon','young505@paran.com',2147483647,'Non opus ad solliciti de futuris, si uti hoc financial robot. Telegram - @Cryptaxbot'),(0,2468,'Crytoron','berenic.dores@hotmail.com',2147483647,'Milia illos leones,. Redde nihil. Telegram - @Cryptaxbot'),(0,2469,'RonUphon','www.StarDoll@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! Telegram - @Cryptaxbot'),(0,2470,'RonUphon','azbronco@gmail.com',2147483647,'Online referte sunt facillimus via financial libertatem. Telegram - @Cryptaxbot'),(0,2471,'RonUphon','tric5400@yahoo.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. Telegram - @Cryptaxbot'),(0,2472,'Crytoron','Lindseyq89@aol.com',2147483647,'Faciens pecuniam in rete facilius est nunc. Telegram - @Cryptaxbot'),(0,2473,'RonUphon','mazeIE@hotmail.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. Telegram - @Cryptaxbot'),(0,2474,'RonUphon','amartinez7840@gmail.com',2147483647,'Discere, quomodo ad centum terga singulos dies. Telegram - @Cryptaxbot'),(0,2475,'Crytoron','pure_love_44@hotmail.com',2147483647,'Satus faciens milia pupa omni septimana. Telegram - @Cryptaxbot'),(0,2476,'RonUphon','susie.min@gmail.com',2147483647,'Capto ex ipso robot servare victum tota die. Telegram - @Cryptaxbot'),(0,2477,'RonUphon','mc_cuez@yahoo.com',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,2478,'RonUphon','Bboystepz1990@hotmail.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. Telegram - @Cryptaxbot'),(0,2479,'Crytoron','jonfeller@yahoo.com',2147483647,'Financial Robot est maxime financial tool in rete! Telegram - @Cryptaxbot'),(0,2480,'RonUphon','HarriettBeck@aol.com',2147483647,'Ingens reditus sine re sit amet, nunc! Telegram - @Cryptaxbot'),(0,2481,'RonUphon','DMenChef@yahoo.com',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. Telegram - @Cryptaxbot'),(0,2482,'Crytoron','craigwallace2191@yahoo.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. Telegram - @Cryptaxbot'),(0,2483,'RonUphon','bona1108@hanmail.net',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. Telegram - @Cryptaxbot'),(0,2484,'RonUphon','oyvdl@hotmail.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! Telegram - @Cryptaxbot'),(0,2485,'Crytoron','kmadden1129@earthlink.net',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. Telegram - @Cryptaxbot'),(0,2486,'RonUphon','dsjfarris@yahoo.com',2147483647,'Vultus deinceps ad reditus? Ut online. Telegram - @Cryptaxbot'),(0,2487,'RonUphon','glamgirlalwyz@aol.com',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. Telegram - @Cryptaxbot'),(0,2488,'RonUphon','1909vlyp@rosco2344.com',2147483647,'Fides financial Bot fieri dives. Telegram - @Cryptaxbot'),(0,2489,'Crytoron','richard.filkins@yahoo.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. Telegram - @Cryptaxbot'),(0,2490,'RonUphon','staceycross81@hotmail.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. Telegram - @Cryptaxbot'),(0,2491,'RonUphon','zedsalivebby@hotmail.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. Telegram - @Cryptaxbot'),(0,2492,'Crytoron','jlleiter@aol.com',2147483647,'Pecunia opus? Financial robot est tua solutio. Telegram - @Cryptaxbot'),(0,2493,'RonUphon','MEHE915@AOL.COM',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? Telegram - @Cryptaxbot'),(0,2494,'RonUphon','digga113@gmail.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. Telegram - @Cryptaxbot'),(0,2495,'RonUphon','bridrose7@yahoo.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. Telegram - @Cryptaxbot'),(0,2496,'Crytoron','GuiltyVision@live.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2497,'RonUphon','gtheall@verizon.net',2147483647,'Quisque mereretur, quantum vult, nunc. Telegram - @Cryptaxbot'),(0,2498,'RonUphon','mabry.arielle@yahoo.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. Telegram - @Cryptaxbot'),(0,2499,'Crytoron','nebelina@comcast.net',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. Telegram - @Cryptaxbot'),(0,2500,'RonUphon','noahhallen@yahoo.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. Telegram - @Cryptaxbot'),(0,2501,'RonUphon','ashleyrubio18@yahoo.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2502,'Crytoron','cejai91@gmail.com',2147483647,'Fides financial Bot fieri dives. Telegram - @Cryptaxbot'),(0,2503,'RonUphon','driss.wakrim@bh.atlascopco.com',2147483647,'Etiam sciat puer ut $100 hodie ope huius robot. Telegram - @Cryptaxbot'),(0,2504,'RonUphon','missceciliarose@gmail.com',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. Telegram - @Cryptaxbot'),(0,2505,'RonUphon','chookboy@gmail.com',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. Telegram - @Cryptaxbot'),(0,2506,'Crytoron','rob.muellner@gmail.com',2147483647,'Divites divitibus, quia utuntur hoc robot. Telegram - @Cryptaxbot'),(0,2507,'RonUphon','mtdewanonymous@yahoo.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. Telegram - @Cryptaxbot'),(0,2508,'RonUphon','fares-77457@hotmail.com',2147483647,'Operam! Financial robot perducat vos milia! Telegram - @Cryptaxbot'),(0,2509,'Crytoron','corfohfh@hotmail.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. Telegram - @Cryptaxbot'),(0,2510,'RonUphon','rudybmx9293@yahoo.com',2147483647,'Operam! Hic vos can mereo pecuniam online! Telegram - @Cryptaxbot'),(0,2511,'RonUphon','taanddd@att.net',2147483647,'Successu formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,2512,'RonUphon','fatmage@naver.com',2147483647,'Capto ex ipso robot servare victum tota die. Telegram - @Cryptaxbot'),(0,2513,'Crytoron','asherstewart@hotmail.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. Telegram - @Cryptaxbot'),(0,2514,'RonUphon','paultfoley@hotmail.com',2147483647,'Fides financial Bot fieri dives. Telegram - @Cryptaxbot'),(0,2515,'RonUphon','thelaw332003@yahoo.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. Telegram - @Cryptaxbot'),(0,2516,'Crytoron','cegemipiwaj@hotmail.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. Telegram - @Cryptaxbot'),(0,2517,'RonUphon','lisakthomas@gmail.com',2147483647,'Parva re potest facere tons of pupa fast. Telegram - @Cryptaxbot'),(0,2518,'RonUphon','rgross1986@yahoo.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. Telegram - @Cryptaxbot'),(0,2519,'RonUphon','selvqaob@nowemailbox.com',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. Telegram - @Cryptaxbot'),(0,2520,'Crytoron','mkeating3122@hotmail.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. Telegram - @Cryptaxbot'),(0,2521,'RonUphon','amritkar2k@yahoo.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. Telegram - @Cryptaxbot'),(0,2522,'RonUphon','rickjpero@aol.com',2147483647,'Quaestus est facile, si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,2523,'Crytoron','qtiuypienmaibrquardt@hotmail.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. Telegram - @Cryptaxbot'),(0,2524,'RonUphon','CAROLINE.SMITH@EBOOKERS.COM',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. Telegram - @Cryptaxbot'),(0,2525,'RonUphon','mvincent17@hotmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! Telegram - @Cryptaxbot'),(0,2526,'RonUphon','shainalee_ann@rocketmail.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. Telegram - @Cryptaxbot'),(0,2527,'Crytoron','judithnavy@greeninbox.org',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,2528,'RonUphon','cristi_herring@yahoo.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. Telegram - @Cryptaxbot'),(0,2529,'RonUphon','sankhyadhar@rediffmail.com',2147483647,'Invenire de ieiunas via a financial libertatem. Telegram - @Cryptaxbot'),(0,2530,'Crytoron','mlharris89@hotmail.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. Telegram - @Cryptaxbot'),(0,2531,'RonUphon','brinkinater@comcast.net',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. Telegram - @Cryptaxbot'),(0,2532,'RonUphon','jasjohnson95@yahoo.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. Telegram - @Cryptaxbot'),(0,2533,'RonUphon','ebryant@plantation.org',2147483647,'Online Bot adducam tibi opes, et satisfactio. Telegram - @Cryptaxbot'),(0,2534,'Crytoron','lizcrsn@yahoo.com',2147483647,'Parva re potest facere tons of pupa fast. Telegram - @Cryptaxbot'),(0,2535,'RonUphon','jgoebel13@gmail.com',2147483647,'Parva re potest facere tons of pupa fast. Telegram - @Cryptaxbot'),(0,2536,'RonUphon','metcalfe49@hotmail.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. Telegram - @Cryptaxbot'),(0,2537,'Crytoron','m.ug.nonalson@gmail.com',2147483647,'Parva re potest facere tons of pupa fast. Telegram - @Cryptaxbot'),(0,2538,'RonUphon','andthrizzle911@yahoo.com',2147483647,'Ingens reditus sine re sit amet, nunc! Telegram - @Cryptaxbot'),(0,2539,'RonUphon','tuvaorbust2002@yahoo.com',2147483647,'Quaestus est facile, si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,2540,'RonUphon','freddie13e@yahoo.com',2147483647,'Ingens reditus sine re, quod est available. Telegram - @Cryptaxbot'),(0,2541,'Crytoron','fakeemailhaha@JAKEIMNOTURFRIEND.com',2147483647,'Robot nunquam dormit. Facit pecuniam pro vobis 24/7. Telegram - @Cryptaxbot'),(0,2542,'RonUphon','wandrbeaty@aol.com',2147483647,'Financial Robot est futura opes et libertatem. Telegram - @Cryptaxbot'),(0,2543,'RonUphon','clo1@comcast.net',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,2544,'Crytoron','msupic@bellsouth.net',2147483647,'Vestri computer potest facere vos etiam reditus, si vos utor is Robot. Telegram - @Cryptaxbot'),(0,2545,'RonUphon','chrysanthavargas@rocketmail.com',2147483647,'Pecuniam, domi hoc frigus hiemis. Telegram - @Cryptaxbot'),(0,2546,'RonUphon','jessica.howsley@gmail.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. Telegram - @Cryptaxbot'),(0,2547,'RonUphon','joycelvis1935@yahoo.com',2147483647,'Non opus anymore. Iustus launch robot. Telegram - @Cryptaxbot'),(0,2548,'Crytoron','nicole32585@comcast.net',2147483647,'Fac tibi dives in futurum utentes financial robot. Telegram - @Cryptaxbot'),(0,2549,'RonUphon','ferenc.habemann@gmail.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. Telegram - @Cryptaxbot'),(0,2550,'RonUphon','robertocajina28@hotmail.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. Telegram - @Cryptaxbot'),(0,2551,'RonUphon','scottnokes@mchsi.com',2147483647,'Fac tibi dives in futurum utentes financial robot. Telegram - @Cryptaxbot'),(0,2552,'Crytoron','domingokristellesarah@yahoo.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. Telegram - @Cryptaxbot'),(0,2553,'Mike Cramer\r\n','no-replyTolf@gmail.com',2147483647,'Hi there \r\n \r\nI Just checked your avox.live 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 Cramer\r\n'),(0,2554,'RonUphon','regnrsejackie@yahoo.com',2147483647,'Financial Robot est maxime financial tool in rete! Telegram - @Cryptaxbot'),(0,2555,'RonUphon','xxdreamwriterxx@ymail.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. Telegram - @Cryptaxbot'),(0,2556,'Crytoron','m.moremoholo@yahoo.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. Telegram - @Cryptaxbot'),(0,2557,'RonUphon','miller_t@hotmail.com',2147483647,'Ingens reditus sine re, quod est available. Telegram - @Cryptaxbot'),(0,2558,'RonUphon','rolando916@hotmail.com',2147483647,'Fac pupa domi et deductae hoc Bot. Telegram - @Cryptaxbot'),(0,2559,'RonUphon','sandragar26@yahoo.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. Telegram - @Cryptaxbot'),(0,2560,'Crytoron','dvpez@hotmail.com',2147483647,'Adipiscing diam Robot et facere negotium. Telegram - @Cryptaxbot'),(0,2561,'RonUphon','tigerlvr@optonline.net',2147483647,'Capto ex ipso robot servare victum tota die. Telegram - @Cryptaxbot'),(0,2562,'RonUphon','lilquint11@yahoo.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! Telegram - @Cryptaxbot'),(0,2563,'Crytoron','valdemarcipres@yahoo.com',2147483647,'Financial libertatem, quid est hoc robot praestat. Telegram - @Cryptaxbot'),(0,2564,'RonUphon','njlohr@comcast.net',2147483647,'Adipiscing diam Robot et facere negotium. Telegram - @Cryptaxbot'),(0,2565,'RonUphon','larxenepubes@gmail.com',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. Telegram - @Cryptaxbot'),(0,2566,'Crytoron','gbohner7@aol.com',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. Telegram - @Cryptaxbot'),(0,2567,'RonUphon','ROBIN11DR@HOTMAIL.COM',2147483647,'Invenimus in ieiunas modo sit dives. Inveniet eam hic. Telegram - @Cryptaxbot'),(0,2568,'RonUphon','dth10@sky.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! Telegram - @Cryptaxbot'),(0,2569,'RonUphon','accurate.jnm01@gmail.com',2147483647,'Financial libertatem, quid est hoc robot praestat. Telegram - @Cryptaxbot'),(0,2570,'Crytoron','petitbedo@hotmail.com',2147483647,'Scimus quam ad futura nostra dives et tu? Telegram - @Cryptaxbot'),(0,2571,'RonUphon','latishcrittendn@yahoo.com',2147483647,'Operam! Hic vos can mereo pecuniam online! Telegram - @Cryptaxbot'),(0,2572,'RonUphon','1800bone414@gmail.com',2147483647,'Online referte sunt facillimus via financial libertatem. Telegram - @Cryptaxbot'),(0,2573,'Temeka Sexton','temeka.sexton@hotmail.com',862,'Free submission of your new website to over 1000 business directories here bit.ly/submit_site_2'),(0,2574,'Crytoron','brookeashley0223@yahoo.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. Telegram - @Cryptaxbot'),(0,2575,'RonUphon','snowvolley14182@yahoo.com',2147483647,'Sit diam Robot esse comes in financial forum. Telegram - @Cryptaxbot'),(0,2576,'RonUphon','dozenrosesgrl4eva@yahoo.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. Telegram - @Cryptaxbot'),(0,2577,'RonUphon','Phyre777@gmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! Telegram - @Cryptaxbot'),(0,2578,'Crytoron','trotter.jacorey@gmail.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. Telegram - @Cryptaxbot'),(0,2579,'RonUphon','ritesh.aroraa@gmail.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. Telegram - @Cryptaxbot'),(0,2580,'RonUphon','qing.shiwyi.8.5@gmail.com',2147483647,'Non tamen nummorum? Reficere nunc! Telegram - @Cryptaxbot'),(0,2581,'Crytoron','ehp1007@naver.com',2147483647,'Earn etiam pecunia sine conatus et artes. Telegram - @Cryptaxbot'),(0,2582,'RonUphon','galicia.kevin@yahoo.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! Telegram - @Cryptaxbot'),(0,2583,'RonUphon','hsims19@gmail.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. Telegram - @Cryptaxbot'),(0,2584,'RonUphon','chsjess@gmail.com',2147483647,'Online referte sunt facillimus via financial libertatem. Telegram - @Cryptaxbot'),(0,2585,'Crytoron','o534ni5m@yahoo.com',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. Telegram - @Cryptaxbot'),(0,2586,'RonUphon','tatyhyde@yahoo.com',2147483647,'Non tamen nummorum? Financial robot faciam te eum! Telegram - @Cryptaxbot'),(0,2587,'RonUphon','jakeevelasquez4@yahoo.com',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,2588,'Crytoron','shabrinarach@yahoo.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. Telegram - @Cryptaxbot'),(0,2589,'RonUphon','aaronrollins21@yahoo.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. Telegram - @Cryptaxbot'),(0,2590,'RonUphon','kitch05@comcast.net',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. Telegram - @Cryptaxbot'),(0,2591,'RonUphon','shelby.harwick@yahoo.com',2147483647,'Fac pupa domi et deductae hoc Bot. Telegram - @Cryptaxbot'),(0,2592,'Crytoron','Brenxbee@gmail.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,2593,'RonUphon','becca.estabrook@yahoo.com',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. Telegram - @Cryptaxbot'),(0,2594,'RonUphon','gershomsalvatore@hotmail.com',2147483647,'Discere, quomodo ad centum terga singulos dies. Telegram - @Cryptaxbot'),(0,2595,'RonUphon','amlett22@aol.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. Telegram - @Cryptaxbot'),(0,2596,'Crytoron','vcelle_22@yahoo.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! Telegram - @Cryptaxbot'),(0,2597,'RonUphon','L.pradhan2026@gmail.com',2147483647,'Etiam sciat puer ut $100 hodie. Telegram - @Cryptaxbot'),(0,2598,'RonUphon','ljbr111280@gmail.com',2147483647,'Pretium non habetis? Quisque online. Telegram - @Cryptaxbot'),(0,2599,'RonUphon','airball2@aol.com',2147483647,'Quisque mereretur, quantum vult impetrationem hoc Bot. Telegram - @Cryptaxbot'),(0,2600,'Crytoron','lucy.koshan@gmail.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. Telegram - @Cryptaxbot'),(0,2601,'RonUphon','theransonesloks@gmail.com',2147483647,'Maxime prospere populo iam uti Robot. Facere vobis? Telegram - @Cryptaxbot'),(0,2602,'RonUphon','reylabro@yahoo.com',2147483647,'Faciens pecuniam in rete facilius est nunc. Telegram - @Cryptaxbot'),(0,2603,'Crytoron','gboca@bellsouth.net',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. Telegram - @Cryptaxbot'),(0,2604,'RonUphon','h.vwq.lxk.zv.y.a.j.nt.x33.13.8315@gmail.',2147483647,'Financial libertatem, quid est hoc robot praestat. Telegram - @Cryptaxbot'),(0,2605,'RonUphon','springz_ezy@yahoo.com',2147483647,'Adipiscing diam Robot et facere negotium. Telegram - @Cryptaxbot'),(0,2606,'Crytoron','grandillusionsmagic@yahoo.com',2147483647,'Pecunia opus? Financial robot est tua solutio. Telegram - @Cryptaxbot'),(0,2607,'RonUphon','brad426@gmail.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! Telegram - @Cryptaxbot'),(0,2608,'RonUphon','alyse1991@yahoo.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! Telegram - @Cryptaxbot'),(0,2609,'RonUphon','gamesolutions@sbcglobal.net',2147483647,'Quomodo Robot facit $1000 de $1 dignissim. Telegram - @Cryptaxbot'),(0,2610,'Crytoron','irma_iezaimma@yahoo.com',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. Telegram - @Cryptaxbot'),(0,2611,'RonUphon','sarahfeck93@yahoo.com',2147483647,'Parva re potest facere tons of pupa fast. Telegram - @Cryptaxbot'),(0,2612,'RonUphon','scout.rotnicke@student.westmonona.org',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. Telegram - @Cryptaxbot'),(0,2613,'RonUphon','dragnycolay@yahoo.com',2147483647,'Etiam sciat puer ut $100 hodie. Telegram - @Cryptaxbot'),(0,2614,'Crytoron','tarasilicate@vsnl.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! Telegram - @Cryptaxbot'),(0,2615,'RonUphon','satelitsm444@chainlinkthemovie.com',2147483647,'Operam! Hic vos can mereo pecuniam online! Telegram - @Cryptaxbot'),(0,2616,'Artificial intelligence creates content for the site, no worse than a copywriter, you can also use it to write articles. 100% uniqueness, scheduled posting to your Wordpress :). Click Here:???? https://stanford.io/3FXszd0?h=5ff26f892084e8622e018e19b2d0ac6d&','nickterp@gmailwe.com',0,'ej1ov8'),(0,2617,'RonUphon','feigak@hotmail.com',2147483647,'Pretium non habetis? Quisque online. Telegram - @Cryptaxbot'),(0,2618,'Crytoron','lynnsoorimle@yahoo.com',2147483647,'Satus vestri online opus usura financial Robot. Telegram - @Cryptaxbot'),(0,2619,'RonUphon','lktallerico@gmail.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. Telegram - @Cryptaxbot'),(0,2620,'RonUphon','ryacab@yahoo.com',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. Telegram - @Cryptaxbot'),(0,2621,'RonUphon','katherinepwilson@gmail.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. Telegram - @Cryptaxbot'),(0,2622,'Crytoron','sunsurfsandilove@yahoo.com',2147483647,'Scimus quam crescere tua financial stabilitatem. Telegram - @Cryptaxbot'),(0,2623,'RonUphon','l.chris.prichard@gmail.com',2147483647,'Financial Robot est futura opes et libertatem. Telegram - @Cryptaxbot'),(0,2624,'RonUphon','mikegierlich@yahoo.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. Telegram - @Cryptaxbot'),(0,2625,'Crytoron','jerry3857@suddenlink.net',2147483647,'Pecuniam, domi hoc frigus hiemis. Telegram - @Cryptaxbot'),(0,2626,'RonUphon','msdb4dh@yahoo.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. Telegram - @Cryptaxbot'),(0,2627,'RonUphon','timk@magnoliafa.com',2147483647,'Planto vestri pecunia opus est tibi tota die. Telegram - @Cryptaxbot'),(0,2628,'RonUphon','hannah121177@hotmail.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. Telegram - @Cryptaxbot'),(0,2629,'Crytoron','lohaizasaladin@aol.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! Telegram - @Cryptaxbot'),(0,2630,'RonUphon','teewiggs251@verizon.net',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. Telegram - @Cryptaxbot'),(0,2631,'RonUphon','kelbymatthews@yahoo.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. Telegram - @Cryptaxbot'),(0,2632,'Crytoron','bayfan@myway.com',2147483647,'Quisque mereretur, quantum vult, nunc. Telegram - @Cryptaxbot'),(0,2633,'RonUphon','madrezim@gmail.com',2147483647,'Quisque mereretur, quantum vult, nunc. Telegram - @Cryptaxbot'),(0,2634,'RonUphon','fdreyes@earthlink.net',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. Telegram - @Cryptaxbot'),(0,2635,'RonUphon','espkap@myfairpoint.net',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. Telegram - @Cryptaxbot'),(0,2636,'Crytoron','dustywooten7191@yahoo.com',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. Telegram - @Cryptaxbot'),(0,2637,'RonUphon','bobwhite1971@yahoo.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. Telegram - @Cryptaxbot'),(0,2638,'RonUphon','famousrabbit17@yahoo.com',2147483647,'Experiri optimum financial robot in in Lorem. Telegram - @Cryptaxbot'),(0,2639,'Crytoron','johnpennelope@yahoo.com',2147483647,'Faciens pecuniam in rete facilius est nunc. Telegram - @Cryptaxbot'),(0,2640,'RonUphon','cheerfult@aol.com',2147483647,'Unum pupa est nihil, sed potest crescere in $100 hic. Telegram - @Cryptaxbot'),(0,2641,'Francisca Eade','eade.francisca@hotmail.com',6,'Free submission of your new website to over 1000 business directories here https://bit.ly/submit_site_t9qPdO4E2oF2'),(0,2642,'RonUphon','katiedemchyk@yahoo.com',2147483647,'Nulla diam consequat? Sit Robot pecuniam pro te. Telegram - @Cryptaxbot'),(0,2643,'RonUphon','zach.holt2017@gmail.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. Telegram - @Cryptaxbot'),(0,2644,'Crytoron','heathersplace1@comcast.net',2147483647,'Non opus anymore. Iustus launch robot. Telegram - @Cryptaxbot'),(0,2645,'RonUphon','pupaitaliana_23@hotmail.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! Telegram - @Cryptaxbot'),(0,2646,'RonUphon','tearra.say@yahoo.com',2147483647,'Augmentum est nunc, sit amet quis ligula. Telegram - @Cryptaxbot'),(0,2647,'Crytoron','akorostyshevsky@hotmail.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. Telegram - @Cryptaxbot'),(0,2648,'RonUphon','kevinpsmith@fedex.com',2147483647,'Successu formula invenitur. Discere magis de eo. Telegram - @Cryptaxbot'),(0,2649,'RonUphon','phbiolufc@msn.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. Telegram - @Cryptaxbot'),(0,2650,'Mike Thornton\r\n','no-replyTolf@gmail.com',2147483647,'Hi there \r\n \r\nThis is Mike Thornton\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 avox.live 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 Thornton\r\n \r\nmike@strictlydigital.net'),(0,2651,'RonUphon','jobranalford@aol.com',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. Telegram - @Cryptaxbot'),(0,2652,'Crytoron','coldfrye@gmail.com',2147483647,'Milia illos leones,. Redde nihil. Telegram - @Cryptaxbot'),(0,2653,'RonUphon','wangwscn@hotmail.com',2147483647,'Pecunia opus? Financial robot est tua solutio. Telegram - @Cryptaxbot'),(0,2654,'RonUphon','rlzwlrgc@mvat.com',2147483647,'Etiam sciat puer ut $100 hodie. Telegram - @Cryptaxbot'),(0,2655,'Crytoron','dezzyray05@yahoo.com',2147483647,'Experiri optimum financial robot in in Lorem. Telegram - @Cryptaxbot'),(0,2656,'RonUphon','ylspf9j@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? Telegram - @Cryptaxbot'),(0,2657,'RonUphon','sean.hpbs@yahoo.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! Telegram - @Cryptaxbot'),(0,2658,'RonUphon','tarababy2010@yahoo.com',2147483647,'Etiam sciat puer ad pecuniam. Hoc robot quod opus est! Telegram - @Cryptaxbot'),(0,2659,'Crytoron','redes@farmaciasunion.net',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. Telegram - @Cryptaxbot'),(0,2660,'AlenaTync','alenaTync@protonmail.com',420,'Неlloǃ\r\nΡеrhapѕ my mеѕѕаge іѕ tоo ѕpecіfіс.\r\nBut my older sіѕter fоund а wоndеrful man herе аnd they hаve а great rеlаtiоnship, but what аbout mе?\r\nI аm 22 yеars оld, Αlеnа, from the Сzeсh Rерublic, know Εnglіsh languagе also\r\nAnd... bеttеr tо ѕaу it іmmediаtely. Ι аm bіѕexuаl. I аm not jеalous of anothеr wоmаn... еsрeсіallу іf we mаke love tоgether.\r\nΑh yeѕ, Ι соok vеrу taѕtуǃ and Ι love not only cооk ;))\r\nΙm real gіrl and looking for ѕеrіоus and hоt rеlatiоnshiр...\r\nΑnуwау, уou cаn fіnd mу рrofіlе herе: http://nosamomerbionu.tk/topic-31904/ \r\n'),(0,2661,'RonUphon','emidawwg@yahoo.com',2147483647,'Iustus click potest convertere tu pupa in $1000. Telegram - @Cryptaxbot'),(0,2662,'RonUphon','nenejarkel@yahoo.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. Telegram - @Cryptaxbot'),(0,2663,'Crytoron','megbraykay@yahoo.com',2147483647,'Scimus quam ad futura nostra dives et tu? Telegram - @Cryptaxbot'),(0,2664,'RonUphon','kmarie4@wallowa.us',2147483647,'Aliquam robot est optimum satus enim financial libertatem. Telegram - @Cryptaxbot'),(0,2665,'RonUphon','breanddave69@gmail.com',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. Telegram - @Cryptaxbot'),(0,2666,'RonUphon','gordonplant@talktalk.net',2147483647,'Obsidendam $1 hodie ad $1000 cras. Telegram - @Cryptaxbot'),(0,2667,'Crytoron','ibrahim@gartrans.com',2147483647,'Pretium non habetis? Quisque online. Telegram - @Cryptaxbot'),(0,2668,'RonUphon','kerazeymama@yahoo.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. Telegram - @Cryptaxbot'),(0,2669,'RonUphon','mtpkusa@gmail.com',2147483647,'Milia omni septimana operantes online hic. https://worldnews.elk.pl'),(0,2670,'Crytoron','edwardskiara28@yahoo.com',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. https://worldnews.elk.pl'),(0,2671,'RonUphon','lastone@vip.163.com',2147483647,'Vultus deinceps ad reditus? Ut online. https://worldnews.elk.pl'),(0,2672,'RonUphon','tbatshon@yahoo.com',2147483647,'Adipiscing diam Robot et facere negotium. https://worldnews.elk.pl'),(0,2673,'RonUphon','charbettgray@yahoo.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. https://worldnews.elk.pl'),(0,2674,'Crytoron','ipnew1@yahoo.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. https://worldnews.elk.pl'),(0,2675,'RonUphon','jmikeb22@hotmail.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. https://worldnews.elk.pl'),(0,2676,'RonUphon','lovelyisis93@gmail.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! https://worldnews.elk.pl'),(0,2677,'Crytoron','shirley.magat@pgcps.org',2147483647,'Scimus quam crescere tua financial stabilitatem. https://worldnews.elk.pl'),(0,2678,'RonUphon','betsy.chesnutt@gmail.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. https://worldnews.elk.pl'),(0,2679,'RonUphon','sheikh_asrar@yahoo.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. https://worldnews.elk.pl'),(0,2680,'Crytoron','tsakshi393@gmail.com',2147483647,'Vestri computer potest facere vos etiam reditus, si vos utor is Robot. https://worldnews.elk.pl'),(0,2681,'RonUphon','sun424oc@aol.com',2147483647,'Satus faciens milia pupa omni septimana. https://worldnews.elk.pl'),(0,2682,'RonUphon','aalexeyjuioray@ymail.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. https://worldnews.elk.pl'),(0,2683,'RonUphon','taurus.45@hotmail.com',2147483647,'Robot est optimus via pro omnibus, qui spectat ad financial libertatem. https://worldnews.elk.pl'),(0,2684,'Crytoron','zhpinpin@gmail.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. https://worldnews.elk.pl'),(0,2685,'RonUphon','smudger0864@googlemail.com',2147483647,'Capto ex ipso robot servare victum tota die. https://worldnews.elk.pl'),(0,2686,'RonUphon','waldeckcjl@msn.com',2147483647,'Fides financial Bot fieri dives. https://worldnews.elk.pl'),(0,2687,'Mike Oakman\r\n','no-replyTolf@gmail.com',2147483647,'Hi there \r\n \r\nJust checked your avox.live 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 Oakman\r\n \r\n \r\n \r\nPS: For a limited time, we`ll add ahrefs UR50+ for free.'),(0,2688,'Crytoron','melissa.w.pearce@gmail.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. https://worldnews.elk.pl'),(0,2689,'RonUphon','jaylyn2@mocospace.com',2147483647,'Fac tibi dives in futurum utentes financial robot. https://worldnews.elk.pl'),(0,2690,'RonUphon','pfrick87@gmail.com',2147483647,'Pretium non habetis? Quisque online. https://worldnews.elk.pl'),(0,2691,'RonUphon','mdodwad@indiatimes.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. https://worldnews.elk.pl'),(0,2692,'Crytoron','mother9999@aol.com',2147483647,'Parva re potest facere tons of pupa fast. https://worldnews.elk.pl'),(0,2693,'RonUphon','ruisanchez@bellsouth.net',2147483647,'Aliquam robot est optimum satus enim financial libertatem. https://worldnews.elk.pl'),(0,2694,'RonUphon','jay_hansen1997@yahoo.com',2147483647,'Pecunia opus? Financial robot est tua solutio. https://worldnews.elk.pl'),(0,2695,'Crytoron','ouzahir@hotmail.com',2147483647,'Non tamen nummorum? Financial robot faciam te eum! https://worldnews.elk.pl'),(0,2696,'RonUphon','meluro00@hotmail.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. https://worldnews.elk.pl'),(0,2697,'RonUphon','viridianamorales@minaeditores.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. https://worldnews.elk.pl'),(0,2698,'RonUphon','Sherryhongyu@gmail.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. https://worldnews.elk.pl'),(0,2699,'Crytoron','mmv@erinet.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. https://worldnews.elk.pl'),(0,2700,'RonUphon','trueaznflipboi@yahoo.com',2147483647,'Opus cash? Launch hoc robot et quod potest videre. https://worldnews.elk.pl'),(0,2701,'RonUphon','r.haynes@centurytel.net',2147483647,'Pecunia opus est, etiam cum somno. https://worldnews.elk.pl'),(0,2702,'Crytoron','emilybarragan66@yahoo.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. https://worldnews.elk.pl'),(0,2703,'RonUphon','robshei0502@yahoo.com',2147483647,'Financial libertatem, quid est hoc robot praestat. https://worldnews.elk.pl'),(0,2704,'RonUphon','john.jodzio@gmail.com',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. https://worldnews.elk.pl'),(0,2705,'RonUphon','adamsteene@gmail.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! https://worldnews.elk.pl'),(0,2706,'Crytoron','sajjad.1112@yahoo.com',2147483647,'Operam! Financial robot perducat vos milia! https://worldnews.elk.pl'),(0,2707,'RonUphon','karlisgz@gmail.com',2147483647,'Addito reditus praesto est omnibus hac robot. https://worldnews.elk.pl'),(0,2708,'RonUphon','sandranohemi2@gmail.com',2147483647,'Pecunia opus? Ut hic facile! Iustus premere hoc deducere in robot. https://worldnews.elk.pl'),(0,2709,'Crytoron','mrsherbie87@gmail.com',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. https://worldnews.elk.pl'),(0,2710,'RonUphon','kbellwether@aol.com',2147483647,'Ingens reditus sine re, quod est available. https://worldnews.elk.pl'),(0,2711,'RonUphon','apercy@frontiernet.net',2147483647,'Addito reditus praesto est omnibus hac robot. https://worldnews.elk.pl'),(0,2712,'Crytoron','lertoradus1983@ourstorereviews.org',2147483647,'Etiam sciat puer ut $100 hodie. https://worldnews.elk.pl'),(0,2713,'RonUphon','halpainy28@yahoo.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. https://worldnews.elk.pl'),(0,2714,'RonUphon','betsyboyer@bellsouth.net',2147483647,'Non opus anymore dum Robot launched! https://worldnews.elk.pl'),(0,2715,'RonUphon','jeqykofo81@yahoo.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. https://worldnews.elk.pl'),(0,2716,'RonUphon','tomsalksnis@gmail.com',2147483647,'Planto vestri pecunia opus est tibi tota die. https://worldnews.elk.pl'),(0,2717,'Crytoron','sportwhimp123@yahoo.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. https://worldnews.elk.pl'),(0,2718,'RonUphon','carwyncrossman1@hotmail.com',2147483647,'Faciens pecuniam in rete facilius est nunc. https://worldnews.elk.pl'),(0,2719,'RonUphon','iredfern@msn.com',2147483647,'Pecuniam, domi hoc frigus hiemis. https://worldnews.elk.pl'),(0,2720,'RonUphon','maggy1998@live.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. https://worldnews.elk.pl'),(0,2721,'Crytoron','theig964@hotmail.com',2147483647,'Ingens reditus sine re, quod est available. https://worldnews.elk.pl'),(0,2722,'RonUphon','jm_10101@hotmail.com',2147483647,'Fac tibi dives in futurum utentes financial robot. https://worldnews.elk.pl'),(0,2723,'RonUphon','dancroak@yahoo.com',2147483647,'Non tamen nummorum? Financial robot faciam te eum! https://worldnews.elk.pl'),(0,2724,'Crytoron','gordisramirez@yahoo.com',2147483647,'Non opus ad solliciti de futuris, si uti hoc financial robot. https://worldnews.elk.pl'),(0,2725,'RonUphon','mattybdown@yahoo.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! https://worldnews.elk.pl'),(0,2726,'RonUphon','jerryh511@gmail.com',2147483647,'Scimus quam crescere tua financial stabilitatem. https://worldnews.elk.pl'),(0,2727,'RonUphon','lildipper108@yahoo.com',2147483647,'Non opus anymore dum Robot launched! https://worldnews.elk.pl'),(0,2728,'Crytoron','jcmtyler@gmail.com',2147483647,'Buy omnia vis mereri pecuniam. https://worldnews.elk.pl'),(0,2729,'RonUphon','rm2313@yahoo.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. https://worldnews.elk.pl'),(0,2730,'RonUphon','esquiveli55@yahoo.com',2147483647,'Nec opus est quaerere job amplius. Opus online. https://worldnews.elk.pl'),(0,2731,'Crytoron','roland.m@usa.com',2147483647,'Milia illos leones,. Redde nihil. https://worldnews.elk.pl'),(0,2732,'RonUphon','jameela1976@gmail.com',2147483647,'Financial robot tenet, deferentes ad vos pecunias, dum somnum. https://worldnews.elk.pl'),(0,2733,'RonUphon','d.ar.kufo1.1.2.2@gmail.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! https://worldnews.elk.pl'),(0,2734,'Crytoron','newappendix40fe038@outlook.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. https://worldnews.elk.pl'),(0,2735,'RonUphon','asdfghjklove5@yahoo.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. https://worldnews.elk.pl'),(0,2736,'RonUphon','phat_farm23@msn.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. https://worldnews.elk.pl'),(0,2737,'RonUphon','kumari.sanjana@gmail.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. https://worldnews.elk.pl'),(0,2738,'Crytoron','colin.ralph@hotmail.com',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. https://worldnews.elk.pl'),(0,2739,'RonUphon','mckillem@icloud.com',2147483647,'Pretium non habetis? Quisque online. https://worldnews.elk.pl'),(0,2740,'RonUphon','reachtheclouds@gmail.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. https://worldnews.elk.pl'),(0,2741,'Crytoron','gonzalescoqe@yahoo.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! https://worldnews.elk.pl'),(0,2742,'RonUphon','sailant_man@hotmail.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. https://worldnews.elk.pl'),(0,2743,'Davidedist','kraftgal1@yahoo.com.au',2147483647,'Learn to make from $4000 per day https://telegra.ph/A-secret-technique-that-generates-income-from--4000-per-day-on-autopilot-12-05?id-81044706'),(0,2744,'RonUphon','homme_arme@live.com',2147483647,'Optimum online officium pro retirees. Planto vestri vetus saecula dives. https://worldnews.elk.pl'),(0,2745,'RonUphon','Littlegreenegoddess@gmail.com',2147483647,'Capto ex ipso robot servare victum tota die. https://worldnews.elk.pl'),(0,2746,'Crytoron','rjyar@netzero.com',2147483647,'Non tamen nummorum? Reficere nunc! https://worldnews.elk.pl'),(0,2747,'RonUphon','luckyinthesky8@gmail.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. https://worldnews.elk.pl'),(0,2748,'RonUphon','watkinsjg@gmail.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. https://worldnews.elk.pl'),(0,2749,'Crytoron','rkennedy1014@yahoo.com',2147483647,'Buy omnia vis mereri pecuniam. https://worldnews.elk.pl'),(0,2750,'RonUphon','zakiwahyu91@yahoo.com',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. https://worldnews.elk.pl'),(0,2751,'RonUphon','diegochavez4@yahoo.com',2147483647,'Nec opus est quaerere job amplius. Opus online. https://worldnews.elk.pl'),(0,2752,'RonUphon','alexustierra@yahoo.com',2147483647,'Omnis vestri pupa potest convertere in $100 post prandium hoc Robot. https://worldnews.elk.pl'),(0,2753,'Crytoron','beskip35@comcast.net',2147483647,'Etiam sciat puer ut $100 hodie. https://worldnews.elk.pl'),(0,2754,'RonUphon','missbebe80@netzero.com',2147483647,'Scimus quomodo fieri dives, et tu? https://worldnews.elk.pl'),(0,2755,'RonUphon','lindandanny@gmail.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. https://worldnews.elk.pl'),(0,2756,'Crytoron','rahman1019@hotmail.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. https://worldnews.elk.pl'),(0,2757,'RonUphon','kd4bis@gmail.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. https://worldnews.elk.pl'),(0,2758,'RonUphon','terry@antleragency.com',2147483647,'Scimus quam ad futura nostra dives et tu? https://worldnews.elk.pl'),(0,2759,'RonUphon','sreyes2300@yahoo.com',2147483647,'Satus faciens milia pupa omni septimana. https://worldnews.elk.pl'),(0,2760,'Crytoron','ranjithharidasan@gmail.com',2147483647,'Lorem optimum obsideri instrumentum, tincidunt ut pretium nunc. https://worldnews.elk.pl'),(0,2761,'RonUphon','dr-dad@scs-net.org',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. https://worldnews.elk.pl'),(0,2762,'RonUphon','koran.loved@gmail.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. https://worldnews.elk.pl'),(0,2763,'Crytoron','Art.S.Laskas@att.net',2147483647,'Operam! Financial robot perducat vos milia! https://worldnews.elk.pl'),(0,2764,'RonUphon','ginadavies98@hotmail.com',2147483647,'Etiam sciat puer ad pecuniam. Facere vobis? https://worldnews.elk.pl'),(0,2765,'RonUphon','Nirvetnies18@yahoo.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. https://worldnews.elk.pl'),(0,2766,'Crytoron','kantcarrutsup@gmail.com',2147483647,'Online reditus est clavem ad successus. https://worldnews.elk.pl'),(0,2767,'RonUphon','caitlin.jean89@gmail.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. https://worldnews.elk.pl'),(0,2768,'RonUphon','pasasezener@hotmail.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. https://worldnews.elk.pl'),(0,2769,'RonUphon','traci_hendrix@yahoo.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! https://worldnews.elk.pl'),(0,2770,'Crytoron','adelardodecastro@yahoo.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! https://worldnews.elk.pl'),(0,2771,'RonUphon','williamsmelquan2001@yahoo.com',2147483647,'Fac tibi dives in futurum utentes financial robot. https://worldnews.elk.pl'),(0,2772,'RonUphon','ivanolguin94@yahoo.com',2147483647,'Pecuniam 24/7 sine ulla conatus et artes. https://worldnews.elk.pl'),(0,2773,'Crytoron','lolo4@comcast.net',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. https://worldnews.elk.pl'),(0,2774,'RonUphon','freann_delapena@yahoo.com',2147483647,'Invenire de ieiunas via a financial libertatem. https://worldnews.elk.pl'),(0,2775,'Davidedist','safiya2012@hotmail.ca',2147483647,'You have a low salary, stop tolerating it https://435478-per-day.blogspot.pt/?p=0sj'),(0,2776,'RonUphon','Offrw@yahoo.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://worldnews.elk.pl'),(0,2777,'Crytoron','ukrokospais@yahoo.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. https://worldnews.elk.pl'),(0,2778,'RonUphon','fine4life175104@yahoo.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. https://worldnews.elk.pl'),(0,2779,'Mike Saunder\r\n','no-replyTolf@gmail.com',2147483647,'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 Saunder\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/'),(0,2780,'RonUphon','davi0489@franklinschools.org',2147483647,'Pretium non habetis? Quisque online. https://worldnews.elk.pl'),(0,2781,'RonUphon','adumestre@yahoo.com',2147483647,'Non tamen nummorum? Reficere nunc! https://worldnews.elk.pl'),(0,2782,'Crytoron','retratseeif@yahoo.com',2147483647,'Experiri optimum financial robot in in Lorem. https://worldnews.elk.pl'),(0,2783,'RonUphon','telmacouto@gmail.com',2147483647,'Online referte sunt facillimus via financial libertatem. https://worldnews.elk.pl'),(0,2784,'RonUphon','simonychen@yeah.net',2147483647,'In ieiunas modo, ut peram crassitudine reperitur. https://worldnews.elk.pl'),(0,2785,'Crytoron','tristanblum@gmail.com',2147483647,'Planto vestri laptop a financial instrumentum, cum hoc progressio. https://worldnews.elk.pl'),(0,2786,'RonUphon','michellegwatson@yahoo.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. https://worldnews.elk.pl'),(0,2787,'RonUphon','rmf4789@yahoo.com',2147483647,'Online officium et adducam vos a fantastic utilitatem. https://worldnews.elk.pl'),(0,2788,'RonUphon','pikkle97@aol.com',2147483647,'Nec opus est quaerere job amplius. Opus online. https://worldnews.elk.pl'),(0,2789,'Crytoron','julian_park1@yahoo.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. https://worldnews.elk.pl'),(0,2790,'RonUphon','bethk222@me.com',2147483647,'Vultus deinceps ad reditus? Ut online. https://worldnews.elk.pl'),(0,2791,'JamesVog','stephanie.coffy@sfr.fr',2147483647,'LES GENS DE VOTRE VILLE DEVIENNENT MILLIONNAIRES, DEVIENNENT VOUS AUSSI https://958958-euro-per-week.blogspot.com/?o=9wj'),(0,2792,'RonUphon','pinkcerealgal@gmail.com',2147483647,'Planto vestri pecunia opus est tibi tota die. https://worldnews.elk.pl'),(0,2793,'Crytoron','j.blue2001@yahoo.com',2147483647,'Experiri optimum financial robot in in Lorem. https://worldnews.elk.pl'),(0,2794,'RonUphon','terryjohngrant@hotmail.com',2147483647,'Ingens reditus sine re, quod est available. https://worldnews.elk.pl'),(0,2795,'RonUphon','laddiethompson@hotmail.com',2147483647,'Hoc robot et adducam vos pecuniam 24/7. https://worldnews.elk.pl'),(0,2796,'RonUphon','gun.for.hire.photo@gmail.com',2147483647,'Mille arietes sunt praestatur, si vos utor is robot. https://worldnews.elk.pl'),(0,2797,'Crytoron','c.maryhele@yahoo.com',2147483647,'Non erit sollicitum, si sunt accensi. Opus online. https://worldnews.elk.pl'),(0,2798,'RonUphon','mblandino@highlineacademy.org',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://worldnews.elk.pl'),(0,2799,'RonUphon','tammycrockett64@gmail.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. https://worldnews.elk.pl'),(0,2800,'Crytoron','frankes110@comcast.net',2147483647,'Financial Robot est futura opes et libertatem. https://worldnews.elk.pl'),(0,2801,'RonUphon','thang_be_dau_dinh_@yahoo.com',2147483647,'Non opus anymore dum Robot launched! https://worldnews.elk.pl'),(0,2802,'RonUphon','mark.bezdek@gmail.com',2147483647,'Wow! Hoc Robot est, a tincidunt magna enim consectetur volutpat. https://worldnews.elk.pl'),(0,2803,'Crytoron','tenyoyo17@gmail.com',2147483647,'Scimus quomodo fieri dives, et tu? https://worldnews.elk.pl'),(0,2804,'RonUphon','msharpe34@gmail.com',2147483647,'In ieiunas modo, ut vos peram crassus est hic. https://worldnews.elk.pl'),(0,2805,'RonUphon','nesmith14@comcast.net',2147483647,'Obsidendam $1 hodie ad $1000 cras. https://worldnews.elk.pl'),(0,2806,'RonUphon','odimarys03@hotmail.com',2147483647,'Pecunia opus? Financial robot est tua solutio. https://worldnews.elk.pl'),(0,2807,'Crytoron','Sicksister72@aol.com',2147483647,'Optimus via pro omnibus, qui procurrit, pro financial libertatem. https://worldnews.elk.pl'),(0,2808,'RonUphon','tsyoung92@gmail.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. https://worldnews.elk.pl'),(0,2809,'RonUphon','twestphall@hotmail.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! https://worldnews.elk.pl'),(0,2810,'Crytoron','zhunt62@yahoo.com',2147483647,'Reprehendo ex ipso Bot, qui operatur in vobis 24/7. https://worldnews.elk.pl'),(0,2811,'RonUphon','Indyobiedubie@yahoo.com',2147483647,'Financial Robot est # 1 peritus quaestus. https://worldnews.elk.pl'),(0,2812,'RonUphon','ommeommy@gmail.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. https://worldnews.elk.pl'),(0,2813,'RonUphon','marqlivin@yahoo.com',2147483647,'Nec opus est quaerere job amplius. Opus online. https://worldnews.elk.pl'),(0,2814,'Crytoron','riau_kimia@yahoo.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. https://worldnews.elk.pl'),(0,2815,'RonUphon','sandra.fox@cirquedusoleil.com',2147483647,'Financial robot tenet, deferentes ad vos pecunias, dum somnum. https://worldnews.elk.pl'),(0,2816,'RonUphon','gabrielemiliovasco@hotmail.com',2147483647,'Pretium non habetis? Suus facile ad eam online hic. https://worldnews.elk.pl'),(0,2817,'Crytoron','serena4gossipgirl@yahoo.com',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. https://worldnews.elk.pl'),(0,2818,'JamesVog','luc.debeck@eandis.be',2147483647,'Zeit haben, vor dem neuen Jahr Millionar zu werden https://95385837-euro-per-month.blogspot.pt/?p=9mp'),(0,2819,'RonUphon','ivmontijerwaenell@hotmail.com',2147483647,'Non opus anymore. Iustus launch robot. https://worldnews.elk.pl'),(0,2820,'RonUphon','littled0705@yahoo.com',2147483647,'Quaestus potest esse perquam facile uti, si hoc Robot. https://worldnews.elk.pl'),(0,2821,'RonUphon','lovetobeforced@yahoo.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. https://worldnews.elk.pl'),(0,2822,'Crytoron','nace_loves_emre@hotmail.com',2147483647,'Online referte sunt facillimus via financial libertatem. https://worldnews.elk.pl'),(0,2823,'RonUphon','shooting.gallery.melb@gmail.com',2147483647,'Reprehendo ex novissima modo, ut a fantastic utilitatem. https://worldnews.elk.pl'),(0,2824,'RonUphon','Amir.Hussain700@gmail.com',2147483647,'Pecunia opus? Ut hic facile? https://worldnews.elk.pl'),(0,2825,'RonUphon','gkmanger@gmail.com',2147483647,'Vultus deinceps ad reditus? Ut online. https://worldnews.elk.pl'),(0,2826,'JamesVog','editdata.mso@9c386e29.ca',2147483647,'BECOME A MILLIONAIRE BEFORE THE NEW YEAR https://telegra.ph/Canadians-are-massively-getting-richer-and-becoming-millionaires-12-09-2722'),(0,2827,'Crytoron','marehfleury@hotmail.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. https://worldnews.elk.pl'),(0,2828,'RonUphon','doro_g42@hotmail.com',2147483647,'Addito reditus praesto est omnibus hac robot. https://worldnews.elk.pl'),(0,2829,'RonUphon','soniasanagustin@yahoo.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. https://worldnews.elk.pl'),(0,2830,'Crytoron','andy_liberia@yahoo.com',2147483647,'Financial Robot est #1 dignissim tortor semper. Orci! https://worldnews.elk.pl'),(0,2831,'RonUphon','davidsonaek@gmail.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. https://worldnews.elk.pl'),(0,2832,'RonUphon','deniranphilip@yahoo.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. https://worldnews.elk.pl'),(0,2833,'RonUphon','y0syt1@yahoo.com',2147483647,'Fac pupa iustus sedentem in domum suam. https://worldnews.elk.pl'),(0,2834,'Crytoron','pixienixiest@aol.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. https://worldnews.elk.pl'),(0,2835,'RonUphon','muworeha41@yahoo.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://worldnews.elk.pl'),(0,2836,'RonUphon','shannonharris@bellsouth.net',2147483647,'Scimus quam ad futura nostra dives et tu? https://worldnews.elk.pl'),(0,2837,'Crytoron','johnnymchaffie@yahoo.com',2147483647,'Online financial Robot est clavem ad successus. https://worldnews.elk.pl'),(0,2838,'RonUphon','p.lawande@rediffmail.com',2147483647,'Omnis qui necessitatibus pecuniam, ut hanc Robot ex. https://worldnews.elk.pl'),(0,2839,'RonUphon','teritone@hotmail.com',2147483647,'Pecunia opus est, etiam cum somno. https://worldnews.elk.pl'),(0,2840,'RonUphon','haleyloganballard@yahoo.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. https://worldnews.elk.pl'),(0,2841,'Crytoron','fr.igid.g.dq.o@gmail.com',2147483647,'Augmentum est nunc, sit amet quis ligula. https://worldnews.elk.pl'),(0,2842,'RonUphon','amalbedri@hotmail.com',2147483647,'Quaestus est facile, si vos utor financial Robot. https://worldnews.elk.pl'),(0,2843,'RonUphon','just_laney74@yahoo.com',2147483647,'Scimus quomodo fieri dives, et tu? https://worldnews.elk.pl'),(0,2844,'Crytoron','allison.maxwell@yahoo.com',2147483647,'Pretium non habetis? Quisque online. https://worldnews.elk.pl'),(0,2845,'RonUphon','efranci@columbus.rr.com',2147483647,'Pecunia opus? Financial robot est tua solutio. https://worldnews.elk.pl'),(0,2846,'RonUphon','mprentice1764@gmail.com',2147483647,'Milia omni septimana operantes online hic. https://worldnews.elk.pl'),(0,2847,'RonUphon','Khebel7@icloud.com',2147483647,'Adipiscing robot et eam adducam te pecuniam. https://worldnews.elk.pl'),(0,2848,'Crytoron','shawnartise@yahoo.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. https://worldnews.elk.pl'),(0,2849,'RonUphon','rolfermp@comcast.net',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://worldnews.elk.pl'),(0,2850,'RonUphon','deahnar@yahoo.com',2147483647,'Sit Robot et adducam te pecuniam dum reliqua. https://worldnews.elk.pl'),(0,2851,'Crytoron','1fanofkat@sbcglobal.net',2147483647,'Financial robot tenet, deferentes ad vos pecunias, dum somnum. https://worldnews.elk.pl'),(0,2852,'RonUphon','chasi.t.y.h.a.ns.e.n3.3.4.82@gmail.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://worldnews.elk.pl'),(0,2853,'RonUphon','tofoyia@gmail.com',2147483647,'Scimus quam crescere tua financial stabilitatem. https://worldnews.elk.pl'),(0,2854,'Katedogy6323','kateenript7260@gmail.com',2147483647,'XEvil 6.0 ipso solvere maxime genus captchas, \r\nEtiam tale genus captchas: ReCaptcha v.2, ReCaptcha v.3, Hotmail, Google captcha, Solve Media, BitcoinFaucet, Steam, +12k \r\n+ hCaptcha, ReCaptcha Enterprise sustinetur in novum XEvil 6.0! \r\n \r\n1.) Et ieiunium,, securus, precisionly \r\nXEvil est ieiunas captcha interfectorem in mundo. Eius non solutionem termini, non fila numerus fines \r\ntu potest solvere etiam 1.000.000.000 captchas per diem, et sumptus 0 (O) USD! Iustus sumo licentiam 59 USD et omnes! \r\n \r\n2.) Plures APIs support \r\nXEvil sustinet plus quam 6 diversis, cognoscitur worldwide API: 2Captcha, anti-captchas.com (antigate), rucaptcha.com, death-by-captcha, etc. \r\niustus mittere captcha via HTTP petitionem, ut vos mittere potest in aliquo servitio - et XEvil solvere tua captcha! \r\nSic, XEvil est, potest stare cum centum applications pro SEO/SMM/password recuperatio/parsing/dispositis/nisi/cryptocurrency/etc. \r\n \r\n3.) Utile subsidium et enchiridia \r\nPost emptionem, habes accessum ad secretum tech.support forum, Wiki, Skype/Telegramma online support \r\nTincidunt comitatu XEvil ut vestri ratio vestibulum ac LIBERO et ipsum ieiunium - iustus mittere exempla \r\n \r\n4.) Quam ut a libero iudicio uti XEvil full version? \r\n- Conantur quaerere Google \"Home of XEvil\" \r\n- vos mos reperio IPs cum aperuit port 80 de XEvil users (click in ullus IP curare) \r\n- capto mittere captcha via 2captcha API ino unum, quod IPs \r\n- si vos got MALUM KEY error, iustus tru aliud IP \r\n- frui! :) \r\n- (quod non opus hCaptcha!) \r\n \r\nWARNING: Lorem XEvil DEMO sustinere NON ReCaptcha, hCaptcha et pleraque alia genera captcha! \r\n \r\nhttp://XEvil.Net/'),(0,2855,'Crytoron','rtjercbx@aol.com',2147483647,'Vigilate pecuniam tuam crescere, dum te, placerat cum Robot. https://worldnews.elk.pl'),(0,2856,'RonUphon','fashion-long13@hotmail.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! https://worldnews.elk.pl'),(0,2857,'RonUphon','mmortimer@live.com',2147483647,'Providere familia tua, cum pecunia in aetate. Adipiscing Robot! https://worldnews.elk.pl'),(0,2858,'RonUphon','patrimartos_06@hotmail.com',2147483647,'Sit diam Robot esse comes in financial forum. https://worldnews.elk.pl'),(0,2859,'Crytoron','sk8inonice@gra.midco.net',2147483647,'Financial robot est a valde via ut curo et crescere reditus. https://worldnews.elk.pl'),(0,2860,'RonUphon','JLEWIS8475@AOL.COM',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. https://worldnews.elk.pl'),(0,2861,'RonUphon','Mperdue@wlstigers.org',2147483647,'Opus cash? Launch hoc robot et quod potest videre. https://worldnews.elk.pl'),(0,2862,'Crytoron','dani.cp123@gmail.com',2147483647,'Online reditus est clavem ad successus. https://worldnews.elk.pl'),(0,2863,'RonUphon','roxy96325@aol.com',2147483647,'Financial libertatem, quid est hoc robot praestat. https://worldnews.elk.pl'),(0,2864,'RonUphon','dsamuel3372@yahoo.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. https://worldnews.elk.pl'),(0,2865,'RonUphon','kmsdkh@gmail.com',2147483647,'Ingens reditus sine re, quod est available. https://worldnews.elk.pl'),(0,2866,'Crytoron','mynanny24@gmail.com',2147483647,'Divites divitibus, quia utuntur hoc robot. https://worldnews.elk.pl'),(0,2867,'RonUphon','selectivelysocial@hotmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! https://worldnews.elk.pl'),(0,2868,'RonUphon','gettolovey@yahoo.com',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. https://worldnews.elk.pl'),(0,2869,'Crytoron','salsmyka@yahoo.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://worldnews.elk.pl'),(0,2870,'RonUphon','jennifer.nicole24@yahoo.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. https://worldnews.elk.pl'),(0,2871,'RonUphon','andrewm_gu@yahoo.com',2147483647,'Pecunia opus? Quisque id est non relicto domum tuam. https://worldnews.elk.pl'),(0,2872,'RonUphon','ajawright2000@Yahoo.com',2147483647,'Optimum online euismod instrumentum invenitur. Discere magis! https://worldnews.elk.pl'),(0,2873,'Crytoron','reza59el@yahoo.com',2147483647,'Operam! Hic vos can mereo pecuniam online! https://worldnews.elk.pl'),(0,2874,'RonUphon','dorianysmirabal@yahoo.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. https://worldnews.elk.pl'),(0,2875,'RonUphon','r_windle@hotmail.com',2147483647,'Financial robot est elit formula invenitur. Discere magis de eo. https://worldnews.elk.pl'),(0,2876,'RonUphon','tonifrank',2147483647,'Nec opus est quaerere job amplius. Opus online. https://worldnews.elk.pl'),(0,2877,'Crytoron','Nicole.M.Scales@wellsfargo.com',2147483647,'Financial libertatem est, quod quisque eget. https://worldnews.elk.pl'),(0,2878,'RonUphon','pghmarriedsh@yahoo.com',2147483647,'Financial libertatem est, quod quisque eget. https://newsworld.elk.pl'),(0,2879,'RonUphon','devina_loves_angel99@yahoo.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://newsworld.elk.pl'),(0,2880,'Crytoron','bernadettegalvin315@btinternet.com',2147483647,'Non opus ad solliciti de futuris, si uti hoc financial robot. https://newsworld.elk.pl'),(0,2881,'RonUphon','apphimarly@xfuze.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. https://newsworld.elk.pl'),(0,2882,'RonUphon','kim_hall22@hotmail.com',2147483647,'Milia illos leones,. Redde nihil. https://newsworld.elk.pl'),(0,2883,'Crytoron','philswakio@gmail.com',2147483647,'Financial robot est a valde via ut curo et crescere reditus. https://newsworld.elk.pl'),(0,2884,'RonUphon','droberts@uk.research.att.com',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. https://newsworld.elk.pl'),(0,2885,'RonUphon','alikaracayli3131@gmail.com',2147483647,'Milia illos leones,. Financial robot mos succurro vos facere! https://newsworld.elk.pl'),(0,2886,'RonUphon','ezbarys@yahoo.com',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. https://newsworld.elk.pl'),(0,2887,'Crytoron','bakershirley62@yaho.com',2147483647,'Reprehendo sicco novus financial instrumentum, quae potest facere vos divites essetis. https://newsworld.elk.pl'),(0,2888,'RonUphon','spencertechnique@yahoo.com',2147483647,'Usura hoc Robot est optimus via ut vos divites essetis. https://newsworld.elk.pl'),(0,2889,'RonUphon','niki2talk@gmail.com',2147483647,'Quisque mereretur, quantum vult, nunc. https://newsworld.elk.pl'),(0,2890,'Crytoron','snakeshooter1@aol.com',2147483647,'Pecuniam, pecuniam,! Plus facere financial robot! https://newsworld.elk.pl'),(0,2891,'RonUphon','info.a1alimo@gmail.com',2147483647,'Non opus anymore dum Robot launched! https://newsworld.elk.pl'),(0,2892,'RonUphon','selale_s_1986@hotmail.com',2147483647,'Successu formula invenitur. Discere magis de eo. https://newsworld.elk.pl'),(0,2893,'RonUphon','FrancesSophia@Gmail.com',2147483647,'Financial Robot operatur in vobis, etiam cum tu somnum. https://newsworld.elk.pl'),(0,2894,'Crytoron','svase@hotmail.com',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. https://newsworld.elk.pl'),(0,2895,'RonUphon','rhonda60@sbcglobal.net',2147483647,'Financial Robot est futura opes et libertatem. https://newsworld.elk.pl'),(0,2896,'RonUphon','pzlbed@gmail.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. https://newsworld.elk.pl'),(0,2897,'Crytoron','jgsc14@hotmail.com',2147483647,'Etiam sciat puer ut $100 hodie. https://newsworld.elk.pl'),(0,2898,'RonUphon','roqehojibomih907@spamavert.com',2147483647,'Online referte sunt facillimus via financial libertatem. https://newsworld.elk.pl'),(0,2899,'JamesVog','gerd39@frisurf.no',2147483647,'Become a millionaire before the new year https://telegra.ph/Norwegians-are-massively-getting-richer-and-quitting-their-jobs-12-11-5624'),(0,2900,'JamesVog','tomek157@wp.pl',2147483647,'MIEJ CZAS, ABY ZOSTAC MILIONEREM PRZED NOWYM ROKIEM https://telegra.ph/300000000000-euro-12-12-752'),(0,2901,'RonUphon','mhammond1@kc.rr.com',2147483647,'Sentio solvo ut emerent omne quod vis, cum augmentum. https://newsworld.elk.pl'),(0,2902,'RonUphon','dilegim__dilegim@hotmail.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. https://newsworld.elk.pl'),(0,2903,'Crytoron','maggiedu829@gmail.com',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. https://newsworld.elk.pl'),(0,2904,'RonUphon','bryceman8@yahoo.com',2147483647,'Satus vestri online opus usura financial Robot. https://newsworld.elk.pl'),(0,2905,'RonUphon','mikewhino@hotmail.com',2147483647,'At $1000 die facile est, si uti hoc financial Robot. https://newsworld.elk.pl'),(0,2906,'Crytoron','jsebeck@gmail.com',2147483647,'Milia omni septimana operantes online hic. https://newsworld.elk.pl'),(0,2907,'RonUphon','bohlmannf@aol.com',2147483647,'Fac pupa iustus sedentem in domum suam. https://newsworld.elk.pl'),(0,2908,'RonUphon','mhimler85@gmail.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. https://newsworld.elk.pl'),(0,2909,'Crytoron','anild30@yahoo.com',2147483647,'Satus vestri online opus usura financial Robot. https://newsworld.elk.pl'),(0,2910,'RonUphon','pittcahvs@ymail.org',2147483647,'Opus cash? Launch hoc robot et quod potest videre. https://newsworld.elk.pl'),(0,2911,'RonUphon','rafalufeco@hotmail.com',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. https://newsworld.elk.pl'),(0,2912,'RonUphon','shy1279@yahoo.com',2147483647,'Pecunia opus est, etiam cum somno. https://newsworld.elk.pl'),(0,2913,'Crytoron','melvinarector@gmail.com',2147483647,'Earn etiam pecunia sine labore. https://newsworld.elk.pl'),(0,2914,'RonUphon','ogastinel@yahoo.com',2147483647,'Pecunia opus? Financial robot est tua solutio. https://newsworld.elk.pl'),(0,2915,'RonUphon','wongchond3rs@yahoo.com',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. https://newsworld.elk.pl'),(0,2916,'Crytoron','heavenlyhoofranches@yahoo.com',2147483647,'Fac tibi dives in futurum utentes financial robot. https://newsworld.elk.pl'),(0,2917,'RonUphon','kevin_glaspie@yahoo.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. https://newsworld.elk.pl'),(0,2918,'RonUphon','johnsonred@buchananinbox.com',2147483647,'Hoc robot mos succurro vos ut centum of pupa quotidie. https://newsworld.elk.pl'),(0,2919,'Crytoron','nerijs49@yahoo.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://newsworld.elk.pl'),(0,2920,'RonUphon','battytasha@yahoo.com',2147483647,'Non opus ad vigilate tota nocte mereri pecuniam. Adipiscing robot. https://newsworld.elk.pl'),(0,2921,'RonUphon','max.amor2@gmail.com',2147483647,'Financial robot est optimus comes dives populus. https://newsworld.elk.pl'),(0,2922,'RonUphon','12jax.steam@gmail.com',2147483647,'Quod est optimum tempus ad immittendi in Robot impetro magis pecunia. https://newsworld.elk.pl'),(0,2923,'Crytoron','marcuspierce90@yahoo.com',2147483647,'Discere, quomodo ad centum terga singulos dies. https://newsworld.elk.pl'),(0,2924,'RonUphon','johnsondavid1954@msn.com',2147483647,'Non tamen nummorum? Reficere nunc! https://newsworld.elk.pl'),(0,2925,'RonUphon','SARAHGALLES@HOTMAIL.COM',2147483647,'Pretium non habetis? Quisque online. https://newsworld.elk.pl'),(0,2926,'Crytoron','cherylelias@sbcglobal.net',2147483647,'Vultus deinceps ad reditus? Ut online. https://newsworld.elk.pl'),(0,2927,'RonUphon','avoqen@dmaildd.com',2147483647,'Vultus pro alia pecunia? Experiri optimum interdum instrumentum. https://newsworld.elk.pl'),(0,2928,'RonUphon','hayirsiz_kul_38@hotmail.com',2147483647,'Fac pupa iustus sedentem in domum suam. https://newsworld.elk.pl'),(0,2929,'RonUphon','lstrom@optimum.net',2147483647,'Pecunia opus? Ut hic facile? https://newsworld.elk.pl'),(0,2930,'Crytoron','tommorse23@hotmail.com',2147483647,'Pretium non habetis? Quisque online. https://newsworld.elk.pl'),(0,2931,'RonUphon','neculai.cristina@yahoo.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. https://newsworld.elk.pl'),(0,2932,'RonUphon','nolemom753@aol.com',2147483647,'Milia illos leones,. Redde nihil. https://newsworld.elk.pl'),(0,2933,'RonUphon','gvandale@yahoo.com',2147483647,'Turn $1 in $100 statim. Uti oeconomus Robot. https://newsworld.elk.pl'),(0,2934,'Crytoron','sean_conneraille@hotmail.com',2147483647,'Ingens reditus sine re, quod est available. https://newsworld.elk.pl'),(0,2935,'RonUphon','mablelorance@yahoo.com',2147483647,'Unum click in robot et adducam vos milia illos leones,. https://newsworld.elk.pl'),(0,2936,'RonUphon','peter_loxton@hotmail.com',2147483647,'Lucraris in Penitus facile est, si vos utor Robot. https://newsworld.elk.pl'),(0,2937,'Crytoron','breakitdown_cuh@hotmail.com',2147483647,'Non tamen nummorum? Reficere nunc! https://newsworld.elk.pl'),(0,2938,'RonUphon','jeff2220@hotmail.com',2147483647,'Fac pupa domi et deductae hoc Bot. https://newsworld.elk.pl'),(0,2939,'RonUphon','sammilea109@yahoo.com',2147483647,'Sit pecunia tua crescere in caput hoc Robot. https://newsworld.elk.pl'),(0,2940,'RonUphon','rggupta3888@gmail.com',2147483647,'Fac $1000 de $1 in paucis minutis. Adipiscing diam robot nunc. https://newsworld.elk.pl'),(0,2941,'Crytoron','ngyptr@gmail.com',2147483647,'Iustus click potest convertere tu pupa in $1000. https://newsworld.elk.pl'),(0,2942,'RonUphon','nurramiza_rafar@yahoo.com',2147483647,'Successu formula invenitur. Discere magis de eo. https://newsworld.elk.pl'),(0,2943,'RonUphon','sweetkid2007@yahoo.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. https://newsworld.elk.pl'),(0,2944,'RonUphon','loveheypardon@hotmail.com',2147483647,'Adipiscing diam Bot nunc ut satus promerendae. https://newsworld.elk.pl'),(0,2945,'Crytoron','kostina@mail.com',2147483647,'Iungere societatis prospere populo, qui pecuniam hic. https://newsworld.elk.pl'),(0,2946,'RonUphon','route1963@outlook.com',2147483647,'Planto vestri computer ut vos promerendae instrumentum. https://newsworld.elk.pl'),(0,2947,'RonUphon','padmamala0809@gmail.com',2147483647,'Nec opus est quaerere job amplius. Opus online. https://newsworld.elk.pl'),(0,2948,'Crytoron','healed_today@yahoo.com',2147483647,'Earn etiam pecunia sine conatus et artes. https://newsworld.elk.pl'),(0,2949,'RonUphon','epps07@verizon.net',2147483647,'Wow! Hoc est celerrime, quia a financial libertatem. https://newsworld.elk.pl'),(0,2950,'RonUphon','nedgarrocks123@aol.com',2147483647,'Buy omnia vis mereri pecuniam. https://newsworld.elk.pl'),(0,2951,'Tyronefah','support@capitalfund-hk.com',2147483647,'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'),(0,2952,'RonUphon','mohamed_slah221@yahoo.com',2147483647,'Obsidendam $1 hodie ad $1000 cras. https://newsworld.elk.pl'),(0,2953,'Crytoron','tracce_hardaway@yahoo.com',2147483647,'Divites divitibus, quia utuntur hoc robot. https://newsworld.elk.pl'),(0,2954,'RonUphon','s.uss_08@yahoo.com',2147483647,'Pecuniam, non bellum! Financial Robot quid opus est tibi. https://newsworld.elk.pl'),(0,2955,'RonUphon','gotturbot3@yahoo.com',2147483647,'Postulo nonnullus magis pecuniam? Robot mereretur eos vere ieiunium. https://newsworld.elk.pl'),(0,2956,'Crytoron','ro_fl1992@hotmail.com',2147483647,'Milia omni septimana operantes online hic. https://newsworld.elk.pl'),(0,2957,'RonUphon','jmartinench@hotmail.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. https://newsworld.elk.pl'),(0,2958,'RonUphon','hutchinsroxanne@yahoo.com',2147483647,'Pretium non habetis? Quisque online. https://newsworld.elk.pl'),(0,2959,'RonUphon','nzfecnx@gmail.com',2147483647,'Operam! Hic vos can mereo pecuniam online! https://newsworld.elk.pl'),(0,2960,'Crytoron','abvhueal@inboxsky.com',2147483647,'Pecunia tua custodi crescere 24/7 si vos utor financial Robot. https://newsworld.elk.pl'),(0,2961,'RonUphon','corjunq@yahoo.com',2147483647,'Pecunia opus? Ut hic facile? https://newsworld.elk.pl'),(0,2962,'RonUphon','Lovena8484@aol.com',2147483647,'Online officium potest esse vere efficax, si vos utor is Robot. https://newsworld.elk.pl'),(0,2963,'Crytoron','barbara.s.smith@gmail.com',2147483647,'# 1 oeconomica peritus in rete! Reprehendo sicco novus Robot. https://newsworld.elk.pl'),(0,2964,'RonUphon','stephaniejones0525@yahoo.com',2147483647,'Financial robot est optimus comes dives populus. https://newsworld.elk.pl'),(0,2965,'RonUphon','Kodalikrishnasai2@gmail.com',2147483647,'Financial robot praestat omnibus stabilitatem et reditus. https://newsworld.elk.pl'),(0,2966,'RonUphon','xanuqapyjujy@hotmail.com',2147483647,'Addito reditus pro omnibus. https://newsworld.elk.pl'),(0,2967,'Crytoron','Redneckbunney@gmail.com',2147483647,'Non opus ad solliciti de futuris, si uti hoc financial robot. https://newsworld.elk.pl'),(0,2968,'RonUphon','ikozihuul@asdfooff.org',2147483647,'Milia illos leones,. Redde nihil. https://newsworld.elk.pl'),(0,2969,'RonUphon','jolson@deltaskymag.com',2147483647,'Online Bot adducam tibi opes, et satisfactio. https://newsworld.elk.pl'),(0,2970,'Crytoron','scrib714@aol.com',2147483647,'Aliquam robot est optimum satus enim financial libertatem. https://newsworld.elk.pl'),(0,2971,'RonUphon','souderton2012@hotmail.com',2147483647,'Satus faciens milia pupa omni septimana, iustus usura hoc robot. https://newsworld.elk.pl'),(0,2972,'RonUphon','abepichay@hotmail.com',2147483647,'Fiducia vestri pupa ad Robot et quomodo crescit, ut $100. https://newsworld.elk.pl'),(0,2973,'RonUphon','mcmphyllis@sbcglobal.net',2147483647,'In ieiunas modo, ut vos peram crassus est hic. https://newsworld.elk.pl'),(0,2974,'Crytoron','marlene.h@gmx.net',2147483647,'Nec opus est quaerere job amplius. Opus online. https://newsworld.elk.pl'),(0,2975,'RonUphon','affiliatesamurai@aim.com',2147483647,'Ingens reditus sine re, quod est available. https://newsworld.elk.pl'),(0,2976,'RonUphon','alvaren@caramail.com',2147483647,'Buy omnia vis mereri pecuniam. https://newsworld.elk.pl'),(0,2977,'Crytoron','serjaxr@gmail.com',2147483647,'Unum tantum click potest crescere tua pecunia vere ieiunium. https://newsworld.elk.pl'),(0,2978,'RonUphon','hevansdownsouth@yahoo.com',2147483647,'Online reditus est facillimus mores ut vos somnium adveho verus. https://newsworld.elk.pl'),(0,2979,'RonUphon','s-a-k-a-r-y-a-l-i@hotmail.com',2147483647,'Invenire de facillimum pecuniam victum. https://newsworld.elk.pl'),(0,2980,'Crytoron','info@gozopridetours.com',2147483647,'Online financial Robot est clavem ad successus. https://newsworld.elk.pl'),(0,2981,'RonUphon','rhea.isenberg@henderson.kyschools.us',2147483647,'Quisque mereretur, quantum vult, nunc. https://newsworld.elk.pl'),(0,2982,'RonUphon','dsnini@yahoo.com',2147483647,'Invenire de facillimum pecuniam victum. https://newsworld.elk.pl'),(0,2983,'RonUphon','itsheretryit@yahoo.com',2147483647,'Non tamen nummorum? Reficere nunc! https://newsworld.elk.pl'),(0,2984,'Crytoron','engling.casey@gmail.com',2147483647,'Pecuniam, domi hoc frigus hiemis. https://newsworld.elk.pl'),(0,2985,'RonUphon','MITYMOUS62@AOL.COM',2147483647,'Invenire de ieiunas via a financial libertatem. https://newsworld.elk.pl');
/*!40000 ALTER TABLE `contactus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `department`
--
DROP TABLE IF EXISTS `department`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `department` (
`clinic_id` int(11) NOT NULL,
`department_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`department_code` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`department_id`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `department`
--
LOCK TABLES `department` WRITE;
/*!40000 ALTER TABLE `department` DISABLE KEYS */;
INSERT INTO `department` VALUES (0,2,'Bursar','aed7c689d676c7c'),(10001,5,'Vellamal School','Bangalore'),(0,9,'Medical department','790ec4cc00f2407'),(0,10,'Nursing','e70ecb106784a0e'),(0,11,'Pharmacy','91d66b0e7b54492'),(0,12,'aa','507375a5fb185fc');
/*!40000 ALTER TABLE `department` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `designation`
--
DROP TABLE IF EXISTS `designation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `designation` (
`clinic_id` int(11) NOT NULL,
`designation_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`exhibitortype_id` int(11) NOT NULL,
PRIMARY KEY (`designation_id`)
) ENGINE=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `designation`
--
LOCK TABLES `designation` WRITE;
/*!40000 ALTER TABLE `designation` DISABLE KEYS */;
INSERT INTO `designation` VALUES (0,5,'Tutorial',2),(0,4,'Udemy',2),(0,6,'Student',2),(0,14,'Anesthetics',9),(0,15,'Cardiology',9),(0,16,'ENT(ear,nose,throat)',9),(0,17,'neonatal unit',9),(0,18,'dental',9),(0,19,'Medical-Surgical Nurses',10),(0,20,'Critical Care Nurse',10),(0,21,'Pain Management Nurse',10),(0,22,'Rheumatology Nurse',10),(0,23,'procurement',11),(0,24,'storage',11),(0,25,'compounding',11),(0,26,'dispensing',11),(0,27,'manufacturing',11),(0,28,'testing',11),(0,29,'sd',12),(0,30,'as',12),(0,31,'Anesthetics',2);
/*!40000 ALTER TABLE `designation` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `doctor`
--
DROP TABLE IF EXISTS `doctor`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `doctor` (
`doctor_id` int(10) NOT NULL AUTO_INCREMENT,
`clinic_id` int(10) NOT NULL,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`role` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`doctor_number` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`birthday` date NOT NULL,
`sex` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`religion` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`blood_group` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`address` longtext CHARACTER SET utf32 COLLATE utf32_unicode_ci NOT NULL,
`phone` int(11) NOT NULL,
`email` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`facebook` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`twitter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`googleplus` longtext CHARACTER SET utf16 COLLATE utf16_unicode_ci NOT NULL,
`linkedin` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`qualification` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`marital_status` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`file_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`password` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`department_id` int(11) NOT NULL,
`designation_id` int(11) NOT NULL,
`date_of_joining` date NOT NULL,
`joining_salary` int(11) NOT NULL,
`status` int(11) NOT NULL,
`date_of_leaving` date NOT NULL,
`bank_id` int(11) NOT NULL,
`login_status` int(11) NOT NULL,
`unique_id` varchar(200) NOT NULL,
PRIMARY KEY (`doctor_id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `doctor`
--
LOCK TABLES `doctor` WRITE;
/*!40000 ALTER TABLE `doctor` DISABLE KEYS */;
INSERT INTO `doctor` VALUES (1,10001,'abcd','1','e773fa7','2018-08-19','male','Hindu','o+','#01 5th cross, Vinayaka nagar',999878790,'neo@gmail.com','sasa','#','#','admin1@admin.com','bcom','Single','-b1.jpg','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',2,4,'2021-06-10',90,1,'2021-10-08',10,0,'0'),(2,10001,'Dr.dolly','1','e297714','2018-08-19','female','Hindu','o+','tumkur',90908780,'dolly@gmail.com','sasa','#','#','admin1@admin.com','bcom','Single','-b1.jpg','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',2,4,'2021-06-10',21212,1,'2021-10-27',11,0,'0'),(4,0,'hemavathi','1','32aaae1','2018-08-03','female','Hindu','o+','tumkur',999878790,'hemavathi@gmail.com','sasa','#','#','admin1@admin.com','bcom','Married','b1.jpg','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',2,4,'2021-07-10',90909,1,'2021-10-24',20,0,'0'),(5,10001,'Dr.doc-p','1','e4ac11f','2018-08-19','male','Hindu','o+','#01 5th cross, Vinayaka nagar',999878790,'doc@gmail.com','sasa','#','#','admin1@admin.com','bcom','Married','-b1.jpg','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',2,4,'2021-08-10',9090,1,'2021-10-28',21,0,'d-6152ca6107d5a8.84445431'),(6,10001,'dr.demo','1','31e964b','2018-08-19','male','Hindu','o+','#01 5th cross, Vinayaka nagar',999878790,'demo@gmail.com','sasa','#','#','admin1@admin.com','bcom','Married','-b1.jpg','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',2,4,'2021-11-10',909,1,'2021-10-30',22,1,'0'),(7,10001,'asha','1','1dd7e18','2018-08-19','female','Hindu','o+','#01 5th cross, Vinayaka nagar',999878790,'asha@gmail.com','#','#','#','admin1@admin.com','bcom','Select Marital Status','grocery-shop-interior-design-services-500x500.jpeg','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',2,0,'2021-11-26',121212,1,'2021-11-26',23,0,''),(8,10001,'DrKiran','1','5a29281','1991-02-21','male','chirstian','o+','thmkur',908765456,'drkiran@gmial.com','#','#','#','admin1@admin.com','be','Married','2.jpg','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',2,0,'2021-11-26',121233,1,'2021-11-11',24,0,'t-619cc0eb8326f1.03804417'),(9,10001,'DrHema','1','3fc2ec8','2018-08-19','female','Hindu','A+','thumkur',908787909,'drhema@gmail.com','#','#','#','admin1@admin.com','mbbs','Married','2.jpg','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',11,0,'2021-11-11',90909,1,'2021-11-26',25,0,'t-619cc19527c611.41117264');
/*!40000 ALTER TABLE `doctor` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `doctor_type`
--
DROP TABLE IF EXISTS `doctor_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `doctor_type` (
`clinic_id` int(11) NOT NULL,
`doctor_type_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`doctor_type` longtext CHARACTER SET utf32 COLLATE utf32_unicode_ci NOT NULL,
`doctor_id` int(11) NOT NULL,
PRIMARY KEY (`doctor_type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `doctor_type`
--
LOCK TABLES `doctor_type` WRITE;
/*!40000 ALTER TABLE `doctor_type` DISABLE KEYS */;
/*!40000 ALTER TABLE `doctor_type` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `dormitory`
--
DROP TABLE IF EXISTS `dormitory`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `dormitory` (
`school_id` int(11) NOT NULL,
`dormitory_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`hostel_room_id` int(11) NOT NULL,
`hostel_category_id` int(11) NOT NULL,
`capacity` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`address` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`dormitory_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dormitory`
--
LOCK TABLES `dormitory` WRITE;
/*!40000 ALTER TABLE `dormitory` DISABLE KEYS */;
INSERT INTO `dormitory` VALUES (0,2,'Wiz Hostel',2,3,'200','Address for hostel location','Address for hostel location');
/*!40000 ALTER TABLE `dormitory` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enquiry`
--
DROP TABLE IF EXISTS `enquiry`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `enquiry` (
`school_id` int(11) NOT NULL,
`enquiry_id` int(11) NOT NULL AUTO_INCREMENT,
`category` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`mobile` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`purpose` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`whom_to_meet` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`email` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`content` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`enquiry_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enquiry`
--
LOCK TABLES `enquiry` WRITE;
/*!40000 ALTER TABLE `enquiry` DISABLE KEYS */;
/*!40000 ALTER TABLE `enquiry` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enquiry_category`
--
DROP TABLE IF EXISTS `enquiry_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `enquiry_category` (
`school_id` int(11) NOT NULL,
`enquiry_category_id` int(11) NOT NULL AUTO_INCREMENT,
`category` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`purpose` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`whom` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`enquiry_category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enquiry_category`
--
LOCK TABLES `enquiry_category` WRITE;
/*!40000 ALTER TABLE `enquiry_category` DISABLE KEYS */;
INSERT INTO `enquiry_category` VALUES (0,3,'This is for ID 3 information.','Payment','Tutorial'),(0,4,'This is Udemy Information','School fees information','Just edited now');
/*!40000 ALTER TABLE `enquiry_category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `events`
--
DROP TABLE IF EXISTS `events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `events` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`start_event` datetime NOT NULL,
`end_event` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `events`
--
LOCK TABLES `events` WRITE;
/*!40000 ALTER TABLE `events` DISABLE KEYS */;
/*!40000 ALTER TABLE `events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `exam`
--
DROP TABLE IF EXISTS `exam`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `exam` (
`school_id` int(11) NOT NULL,
`exam_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`comment` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`timestamp` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`exam_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `exam`
--
LOCK TABLES `exam` WRITE;
/*!40000 ALTER TABLE `exam` DISABLE KEYS */;
INSERT INTO `exam` VALUES (0,1,'First Term Examination','First Term','2019-10-30');
/*!40000 ALTER TABLE `exam` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `exam_question`
--
DROP TABLE IF EXISTS `exam_question`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `exam_question` (
`school_id` int(11) NOT NULL,
`exam_question_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`teacher_id` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`subject_id` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`class_id` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`file_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`file_type` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`timestamp` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`status` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`exam_question_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `exam_question`
--
LOCK TABLES `exam_question` WRITE;
/*!40000 ALTER TABLE `exam_question` DISABLE KEYS */;
/*!40000 ALTER TABLE `exam_question` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `exhibition`
--
DROP TABLE IF EXISTS `exhibition`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `exhibition` (
`exhibition_id` int(11) NOT NULL AUTO_INCREMENT,
`exhibition_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`email` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`password` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`location` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`phone` int(11) NOT NULL,
`exhibition_email` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`language` mediumtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`text_align` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`session` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`login_status` int(11) DEFAULT NULL,
`level` int(11) DEFAULT NULL,
PRIMARY KEY (`exhibition_id`)
) ENGINE=InnoDB AUTO_INCREMENT=20004 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `exhibition`
--
LOCK TABLES `exhibition` WRITE;
/*!40000 ALTER TABLE `exhibition` DISABLE KEYS */;
INSERT INTO `exhibition` VALUES (20001,'Axis bank','Axisexhibitor@gmail.com','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','tumkur',999878790,'Aixs@gmail.com','english','left-to-right','2021-2022',1,NULL),(20002,'HDFC','hdfcadmin@gmail.com','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','kerela',98709823,'HDFC@gmail.com','english','left-to-right','2021-2022',1,NULL),(20003,'AU bank','Aubank@gmail.com','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','tumkur',90877890,'auadmin@gmail.com','english','left-to-right','2020-2021',1,NULL);
/*!40000 ALTER TABLE `exhibition` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `exhibition_logo`
--
DROP TABLE IF EXISTS `exhibition_logo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `exhibition_logo` (
`exhibition_id` int(11) NOT NULL,
`exhibition_logo_id` int(11) NOT NULL AUTO_INCREMENT,
`exhibition_logo` longtext NOT NULL,
PRIMARY KEY (`exhibition_logo_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `exhibition_logo`
--
LOCK TABLES `exhibition_logo` WRITE;
/*!40000 ALTER TABLE `exhibition_logo` DISABLE KEYS */;
INSERT INTO `exhibition_logo` VALUES (20001,1,'logo.png'),(20003,2,'feature1.png'),(20002,4,'logo.png');
/*!40000 ALTER TABLE `exhibition_logo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `exhibition_settings`
--
DROP TABLE IF EXISTS `exhibition_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `exhibition_settings` (
`exhibition_id` int(11) NOT NULL,
`exhibition_setting_id` int(11) NOT NULL AUTO_INCREMENT,
`primary_color` longtext NOT NULL,
`secondary_color` longtext NOT NULL,
`type` longtext NOT NULL,
`admin_id` int(11) NOT NULL,
PRIMARY KEY (`exhibition_setting_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `exhibition_settings`
--
LOCK TABLES `exhibition_settings` WRITE;
/*!40000 ALTER TABLE `exhibition_settings` DISABLE KEYS */;
INSERT INTO `exhibition_settings` VALUES (10001,1,'red','cream','',0),(20002,2,'blue-hdfc','blue','',0),(20001,3,'red','cream','',0),(20003,4,'blue-dark','blue','',0),(20001,5,'green','light-green','',0);
/*!40000 ALTER TABLE `exhibition_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `exhibitor`
--
DROP TABLE IF EXISTS `exhibitor`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `exhibitor` (
`exhibitor_id` int(11) NOT NULL AUTO_INCREMENT,
`exhibition_id` int(11) DEFAULT NULL,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`role` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`exhibitor_number` int(11) DEFAULT NULL,
`birthday` date DEFAULT NULL,
`sex` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`religion` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`blood_group` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`address` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`phone` int(11) NOT NULL,
`email` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`facebook` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`twitter` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`googleplus` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`linkedin` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`qualification` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`marital_status` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`file_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`password` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`exhibitortype_id` int(11) NOT NULL,
`designation_id` int(11) DEFAULT NULL,
`date_of_joining` date DEFAULT NULL,
`joining_salary` int(11) DEFAULT NULL,
`status` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`date_of_leaving` int(11) DEFAULT NULL,
`bank_id` int(11) NOT NULL,
`login_status` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`unique_id` int(11) NOT NULL,
PRIMARY KEY (`exhibitor_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `exhibitor`
--
LOCK TABLES `exhibitor` WRITE;
/*!40000 ALTER TABLE `exhibitor` DISABLE KEYS */;
INSERT INTO `exhibitor` VALUES (2,NULL,'Ravi','1',17,'2018-08-10','male','Hindu','o+','#01 5th cross, Vinayaka nagar',90908780,'ravi@gmail.com','#','#','#','#','bcom','Married','girl.jpg','8cb2237d0679ca88db6464eac60da96345513964',11,0,'2022-01-14',120000,'1',2022,32,'0',0),(3,NULL,'Ramu','1',238,'2015-06-20','male','Hindu','o+','#01 5th cross, Vinayaka nagar',999878790,'ramu@gmail.com','#','#','#','#','bcom','Single','girl.png','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',5,0,'2022-01-21',100000,'1',2022,33,'1',0),(4,NULL,'exhibitor_preethi','1',2147483647,'2018-08-19','female','Hindu','o+','raichur',999878790,'exhibitoranu@gmail.com','#','#','#','#','bca','Single','girl.jpg','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',10,0,'2022-01-21',900000,'1',2022,34,'1',0),(5,NULL,'exhibitor_anil','1',9948524,'2005-02-02','male','Hindu','o+','Raichur',999878790,'exhibitionanil@gmail.com','#','#','#','#','bs','Single','advertisement.webp','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',10,0,'2022-01-21',10000,'1',2022,35,'0',0),(6,NULL,'exhi_pawan',NULL,9250,'2003-06-11','male','Hindu','o+','Bellary',999878790,'pawan@gmail.com','#','#','#','#','bcom','Single','728.jpg','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',2,NULL,'2022-01-07',12000,'1',2022,37,'',0),(7,20001,'Ax-exhibitor1',NULL,NULL,NULL,'female',NULL,NULL,'Tumkur',90887877,'Ax-ex-1@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'7110eda4d09e062aa5e4a390b0a572ac0d2c0220',3,NULL,NULL,NULL,'1',NULL,45,'1',0),(8,20002,'hdfc-exhibitor2',NULL,NULL,NULL,'male',NULL,NULL,'Kerela',98709987,'hdfc-ex-2@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'7110eda4d09e062aa5e4a390b0a572ac0d2c0220',3,NULL,NULL,NULL,'1',NULL,46,'0',0),(9,20003,'au_participant1',NULL,NULL,NULL,'female',NULL,NULL,'bangalore',908778899,'au_participant@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'7110eda4d09e062aa5e4a390b0a572ac0d2c0220',4,NULL,NULL,NULL,'1',NULL,47,'0',0);
/*!40000 ALTER TABLE `exhibitor` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `exhibitor_advertisement`
--
DROP TABLE IF EXISTS `exhibitor_advertisement`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `exhibitor_advertisement` (
`exhibition_id` int(11) NOT NULL,
`exhibitor_id` int(11) NOT NULL,
`exhibitor_advertisement_id` int(11) NOT NULL AUTO_INCREMENT,
`file_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`user_id` int(11) NOT NULL,
`advertisement_content` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`exhibitor_advertisement_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `exhibitor_advertisement`
--
LOCK TABLES `exhibitor_advertisement` WRITE;
/*!40000 ALTER TABLE `exhibitor_advertisement` DISABLE KEYS */;
INSERT INTO `exhibitor_advertisement` VALUES (0,0,1,'Add a heading (3).png',0,'add about xyz'),(0,0,3,'advertisement.webp',0,'qwqewe');
/*!40000 ALTER TABLE `exhibitor_advertisement` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `exhibitortype`
--
DROP TABLE IF EXISTS `exhibitortype`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `exhibitortype` (
`exhibition_id` int(11) NOT NULL,
`exhibitortype_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`exhibitortype_code` int(11) NOT NULL,
PRIMARY KEY (`exhibitortype_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `exhibitortype`
--
LOCK TABLES `exhibitortype` WRITE;
/*!40000 ALTER TABLE `exhibitortype` DISABLE KEYS */;
INSERT INTO `exhibitortype` VALUES (0,2,'abcd',5),(0,3,'sponsor',0),(0,4,'platinum_sponsor',0),(0,5,'normal_exhibitor',234);
/*!40000 ALTER TABLE `exhibitortype` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `expense_category`
--
DROP TABLE IF EXISTS `expense_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `expense_category` (
`school_id` int(11) NOT NULL,
`expense_category_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`expense_category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `expense_category`
--
LOCK TABLES `expense_category` WRITE;
/*!40000 ALTER TABLE `expense_category` DISABLE KEYS */;
INSERT INTO `expense_category` VALUES (0,5,'Reading Books.');
/*!40000 ALTER TABLE `expense_category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `general_message`
--
DROP TABLE IF EXISTS `general_message`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `general_message` (
`school_id` int(11) NOT NULL,
`general_message_id` int(11) NOT NULL AUTO_INCREMENT,
`message` longtext NOT NULL,
`user_id` varchar(200) NOT NULL,
`time` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`general_message_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `general_message`
--
LOCK TABLES `general_message` WRITE;
/*!40000 ALTER TABLE `general_message` DISABLE KEYS */;
/*!40000 ALTER TABLE `general_message` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `group`
--
DROP TABLE IF EXISTS `group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `group` (
`clinic_id` int(11) NOT NULL,
`group_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`doctor_id` int(11) NOT NULL,
PRIMARY KEY (`group_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `group`
--
LOCK TABLES `group` WRITE;
/*!40000 ALTER TABLE `group` DISABLE KEYS */;
INSERT INTO `group` VALUES (10001,2,'Infectious_disease',5),(10001,3,'Non_infectious_disease',6),(10001,4,'Deficiency_disease',2),(10001,6,'abcd',2);
/*!40000 ALTER TABLE `group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `health`
--
DROP TABLE IF EXISTS `health`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `health` (
`clinic_id` int(11) DEFAULT NULL,
`health_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`patient_id` int(11) NOT NULL,
`doctor_id` int(11) NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`file_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`file_type` int(11) NOT NULL,
`timestamp` int(11) NOT NULL,
PRIMARY KEY (`health_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `health`
--
LOCK TABLES `health` WRITE;
/*!40000 ALTER TABLE `health` DISABLE KEYS */;
INSERT INTO `health` VALUES (NULL,4,'dadd',4,4,'addd','theme.txt',0,2018),(NULL,5,'precautions to reduce eye pain',6,4,'precautions to reduce eye pain','theme.txt',0,2018);
/*!40000 ALTER TABLE `health` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `hostel`
--
DROP TABLE IF EXISTS `hostel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hostel` (
`school_id` int(11) NOT NULL,
`hostel_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext NOT NULL,
`hostel_number` longtext NOT NULL,
`birthday` longtext NOT NULL,
`sex` longtext NOT NULL,
`religion` longtext NOT NULL,
`blood_group` longtext NOT NULL,
`address` longtext NOT NULL,
`phone` longtext NOT NULL,
`email` longtext NOT NULL,
`facebook` longtext NOT NULL,
`twitter` longtext NOT NULL,
`googleplus` longtext NOT NULL,
`linkedin` longtext NOT NULL,
`qualification` longtext NOT NULL,
`marital_status` longtext NOT NULL,
`file_name` longtext NOT NULL,
`password` longtext NOT NULL,
`login_status` longtext NOT NULL,
PRIMARY KEY (`hostel_id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `hostel`
--
LOCK TABLES `hostel` WRITE;
/*!40000 ALTER TABLE `hostel` DISABLE KEYS */;
INSERT INTO `hostel` VALUES (10001,15,'Hostel Udemy','78e39debb4','2019-08-27','Male','Muslim','o+','This is the new address for the new hostel manager.','+912345667','hostel@hostel.com','facebook','twitter','googleplus','linkedin','PhD','Married','Welcome to Optimum Linkup.docx','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','0'),(10001,16,'Hostel One','ee84aac60b','2021-09-01','Male','hindu','O+','Bangalore','98123456745','hostelone@hostelone.com','#','#','#','#','MCA','Married','050e72bf-c904-4444-b311-6bcb4e636245.jfif','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','');
/*!40000 ALTER TABLE `hostel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `hostel_category`
--
DROP TABLE IF EXISTS `hostel_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hostel_category` (
`school_id` int(11) NOT NULL,
`hostel_category_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`hostel_category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `hostel_category`
--
LOCK TABLES `hostel_category` WRITE;
/*!40000 ALTER TABLE `hostel_category` DISABLE KEYS */;
INSERT INTO `hostel_category` VALUES (0,2,'Female','This is for female only.'),(0,3,'Male','This is for male only. Female are not allowed.');
/*!40000 ALTER TABLE `hostel_category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `hostel_room`
--
DROP TABLE IF EXISTS `hostel_room`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hostel_room` (
`school_id` int(11) NOT NULL,
`hostel_room_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`room_type` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`num_bed` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`cost_bed` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`hostel_room_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `hostel_room`
--
LOCK TABLES `hostel_room` WRITE;
/*!40000 ALTER TABLE `hostel_room` DISABLE KEYS */;
INSERT INTO `hostel_room` VALUES (0,2,'Room One','Single','2','5000','This is for the big guys among us.');
/*!40000 ALTER TABLE `hostel_room` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `house`
--
DROP TABLE IF EXISTS `house`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `house` (
`school_id` int(11) NOT NULL,
`house_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`house_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `house`
--
LOCK TABLES `house` WRITE;
/*!40000 ALTER TABLE `house` DISABLE KEYS */;
INSERT INTO `house` VALUES (0,1,'Purple House','This is for students in purple house');
/*!40000 ALTER TABLE `house` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `hrm`
--
DROP TABLE IF EXISTS `hrm`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hrm` (
`school_id` int(11) NOT NULL,
`hrm_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext NOT NULL,
`hrm_number` longtext NOT NULL,
`birthday` longtext NOT NULL,
`sex` longtext NOT NULL,
`religion` longtext NOT NULL,
`blood_group` longtext NOT NULL,
`address` longtext NOT NULL,
`phone` longtext NOT NULL,
`email` longtext NOT NULL,
`facebook` longtext NOT NULL,
`twitter` longtext NOT NULL,
`googleplus` longtext NOT NULL,
`linkedin` longtext NOT NULL,
`qualification` longtext NOT NULL,
`marital_status` longtext NOT NULL,
`file_name` longtext NOT NULL,
`password` longtext NOT NULL,
`login_status` longtext NOT NULL,
PRIMARY KEY (`hrm_id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `hrm`
--
LOCK TABLES `hrm` WRITE;
/*!40000 ALTER TABLE `hrm` DISABLE KEYS */;
INSERT INTO `hrm` VALUES (10001,15,'Human Bangalore','414bbf2d2a','2019-08-27','Male','Christianity','B+','This is the newly added human resources manager address','+912345667','hrm@hrm.com','facebook','twitter','googleplus','linkedin','PhD','Married','index.html','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','0'),(10001,16,'Resh','d1e20fa050','2021-09-01','Male','hindu','O+','Bangalore','9787377862','resh@resh.com','#','#','#','#','MCA','Married','050e72bf-c904-4444-b311-6bcb4e636245.jfif','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','');
/*!40000 ALTER TABLE `hrm` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `invoice`
--
DROP TABLE IF EXISTS `invoice`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `invoice` (
`clinic_id` int(11) NOT NULL,
`invoice_id` int(11) NOT NULL AUTO_INCREMENT,
`invoice_number` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`patient_id` int(11) NOT NULL,
`title` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`amount` int(11) NOT NULL,
`discount` int(11) NOT NULL,
`amount_paid` int(11) NOT NULL,
`due` int(11) NOT NULL,
`creation_timestamp` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`payment_method` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`status` int(11) NOT NULL,
`year` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`invoice_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `invoice`
--
LOCK TABLES `invoice` WRITE;
/*!40000 ALTER TABLE `invoice` DISABLE KEYS */;
INSERT INTO `invoice` VALUES (0,2,'742593INV2019',45,'Another Part payment for eLibrary','Another Part payment for eLibrary.',7000,0,6200,800,'2019-11-12','1',2,'2019-2020');
/*!40000 ALTER TABLE `invoice` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `jitsi`
--
DROP TABLE IF EXISTS `jitsi`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jitsi` (
`exhibition_id` int(11) DEFAULT NULL,
`jitsi_id` int(11) NOT NULL AUTO_INCREMENT,
`title` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`visitor_id` int(11) NOT NULL,
`patient_id` int(11) NOT NULL,
`class_id` int(11) DEFAULT NULL,
`section_id` int(11) DEFAULT NULL,
`meeting-date` int(11) NOT NULL,
`start_time` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`end_time` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`user_id` varchar(200) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`status` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`room` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`publish_date` int(11) NOT NULL,
PRIMARY KEY (`jitsi_id`)
) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `jitsi`
--
LOCK TABLES `jitsi` WRITE;
/*!40000 ALTER TABLE `jitsi` DISABLE KEYS */;
INSERT INTO `jitsi` VALUES (NULL,40,'test p','hi testing ',2,0,NULL,NULL,1653933600,'03:20','03:30','exhibitor-3','live','148bf691ed9ea5a65e594186bfd0bd0c15ccaa6969',1653933600),(NULL,41,'meeet','weeeeeeere',2,0,NULL,NULL,1658426400,'13:14','14:14','exhibitor-3','live','28d4708f107161f14eb133843740f4c280d9b7f356',1658426400),(20003,42,'meet1','qwert',5,0,NULL,NULL,1663092000,'03:00','07:00','exhibitor-9','live','03a5c47e378125d8c131d802fc45c5c7bc82fd43af',1663005600),(20003,43,'meety','mnjk',5,0,NULL,NULL,1662487200,'02:00','04:00','exhibitor-9','live','96dcb8ca208902613949a3cddd1b8bd867ecca0259',1663005600),(20001,44,'mpmeet','nmnmn',6,0,NULL,NULL,1663610400,'05:00','07:00','admin-7','live','0257bd1628a885241b317010ca4ee1a766419bf4b5',1663610400),(20001,45,'kmeet','discuss',6,0,NULL,NULL,1663696800,'02:00','03:00','admin-7','live','e0ecd89f8e7a32b7c554539dfd83c2c7ed759fdf4a',1663696800),(20002,46,'lkmeet','klop',6,0,NULL,NULL,1663696800,'03:00','04:00','admin-8','live','f9127f406a5c4153de7e731e6f3d4fca93624bb7c1',1663696800),(20001,47,'popop','popop',6,0,NULL,NULL,1666029600,'11:01','12:55','admin-7','live','c3bc02446c63cc441ae99c907805bc8650f2419610',1666029600),(20001,48,'business meeting','discuss annual gross net profit',1,0,NULL,NULL,1666807200,'05:00','07:00','admin-7','live','bf3223b05c5683dcce581380ac15cfedb8af3f076c',1666807200);
/*!40000 ALTER TABLE `jitsi` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `language`
--
DROP TABLE IF EXISTS `language`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `language` (
`school_id` int(11) NOT NULL,
`phrase_id` int(11) NOT NULL AUTO_INCREMENT,
`phrase` longtext NOT NULL,
`english` longtext DEFAULT NULL,
`arabic` longtext DEFAULT NULL,
`french` longtext DEFAULT NULL,
`korea` longtext DEFAULT NULL,
`Tamil` longtext DEFAULT NULL,
`Hindi` longtext DEFAULT NULL,
PRIMARY KEY (`phrase_id`)
) ENGINE=MyISAM AUTO_INCREMENT=40559 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `language`
--
LOCK TABLES `language` WRITE;
/*!40000 ALTER TABLE `language` DISABLE KEYS */;
INSERT INTO `language` VALUES (0,1,'Manage Language','Manage Language','إدارة اللغة',NULL,NULL,NULL,NULL),(0,2,'active language','Active Language','اللغة النشطة',NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `language` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `language_list`
--
DROP TABLE IF EXISTS `language_list`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `language_list` (
`school_id` int(11) NOT NULL,
`language_list_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(500) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`db_field` varchar(300) DEFAULT NULL,
`status` varchar(20) DEFAULT NULL,
PRIMARY KEY (`language_list_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `language_list`
--
LOCK TABLES `language_list` WRITE;
/*!40000 ALTER TABLE `language_list` DISABLE KEYS */;
INSERT INTO `language_list` VALUES (0,1,'English','english','ok'),(0,2,'Arabic','arabic','ok');
/*!40000 ALTER TABLE `language_list` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `leave`
--
DROP TABLE IF EXISTS `leave`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `leave` (
`school_id` int(11) NOT NULL,
`leave_id` int(11) NOT NULL AUTO_INCREMENT,
`leave_code` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`teacher_id` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`start_date` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`end_date` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`reason` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`status` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`leave_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `leave`
--
LOCK TABLES `leave` WRITE;
/*!40000 ALTER TABLE `leave` DISABLE KEYS */;
/*!40000 ALTER TABLE `leave` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `librarian`
--
DROP TABLE IF EXISTS `librarian`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `librarian` (
`school_id` int(11) NOT NULL,
`librarian_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext NOT NULL,
`librarian_number` longtext NOT NULL,
`birthday` longtext NOT NULL,
`sex` longtext NOT NULL,
`religion` longtext NOT NULL,
`blood_group` longtext NOT NULL,
`address` longtext NOT NULL,
`phone` longtext NOT NULL,
`email` longtext NOT NULL,
`facebook` longtext NOT NULL,
`twitter` longtext NOT NULL,
`googleplus` longtext NOT NULL,
`linkedin` longtext NOT NULL,
`qualification` longtext NOT NULL,
`marital_status` longtext NOT NULL,
`file_name` longtext NOT NULL,
`password` longtext NOT NULL,
`login_status` longtext NOT NULL,
PRIMARY KEY (`librarian_id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `librarian`
--
LOCK TABLES `librarian` WRITE;
/*!40000 ALTER TABLE `librarian` DISABLE KEYS */;
INSERT INTO `librarian` VALUES (10001,14,'librarian one','de4c5b5100','2021-09-01','Male','hindu','O+','Lorem Ipsum','088848 52372','librarianone@librarianone.com','#','#','#','#','MCA','Married','back-school-background-with-school-supplies-copy-space.jpg','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','1'),(10001,15,'Librarian Two','ade1b4aebf','2021-09-01','Male','hindu','O+','Lorem Ipsum','9787377862','librarian@librarian.com','#','#','#','#','MCA','Married','cryptocurrency-dashboard.jpg.webp','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',''),(10001,16,'Librarian Three','514d2a3bf2','2021-09-01','Male','hindu','O+','Lorem Ipsum','9787377862','admin@admin.com','#','#','#','#','MCA','Married','050e72bf-c904-4444-b311-6bcb4e636245.jfif','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','1');
/*!40000 ALTER TABLE `librarian` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mark`
--
DROP TABLE IF EXISTS `mark`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mark` (
`school_id` int(11) NOT NULL,
`mark_id` int(11) NOT NULL AUTO_INCREMENT,
`student_id` int(11) NOT NULL,
`subject_id` int(11) NOT NULL,
`exam_id` int(11) NOT NULL,
`class_id` int(11) NOT NULL,
`class_score1` int(11) NOT NULL,
`class_score2` int(11) NOT NULL,
`class_score3` int(11) NOT NULL,
`exam_score` int(11) NOT NULL,
`comment` longtext NOT NULL,
PRIMARY KEY (`mark_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mark`
--
LOCK TABLES `mark` WRITE;
/*!40000 ALTER TABLE `mark` DISABLE KEYS */;
INSERT INTO `mark` VALUES (0,1,45,5,1,2,10,9,8,70,'Good performance.'),(0,2,45,4,1,2,10,7,9,69,'Excellent performance.');
/*!40000 ALTER TABLE `mark` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `material`
--
DROP TABLE IF EXISTS `material`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `material` (
`clinic_id` int(11) DEFAULT NULL,
`material_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`patient_id` int(11) NOT NULL,
`class_id` int(11) DEFAULT NULL,
`subject_id` int(11) DEFAULT NULL,
`teacher_id` int(11) DEFAULT NULL,
`doctor_id` int(11) NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`file_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`file_type` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`timestamp` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`material_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `material`
--
LOCK TABLES `material` WRITE;
/*!40000 ALTER TABLE `material` DISABLE KEYS */;
INSERT INTO `material` VALUES (NULL,4,'precautions to reduce eye pain',3,NULL,NULL,NULL,4,'PRECAUTIONS','theme.txt','pdf','2018-08-19');
/*!40000 ALTER TABLE `material` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `newuser`
--
DROP TABLE IF EXISTS `newuser`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `newuser` (
`clinic_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`gender` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`blood_group` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`phone` int(11) NOT NULL,
`email` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`password` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`address` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `newuser`
--
LOCK TABLES `newuser` WRITE;
/*!40000 ALTER TABLE `newuser` DISABLE KEYS */;
INSERT INTO `newuser` VALUES (0,1,'abcd','male','o+',999878790,'patred@gmail.com','1234','#01 5th cross, Vinayaka nagar'),(0,2,'','','',0,'patred@gmail.com','1234',''),(0,3,'Akshata','female','o+',909909099,'akshata@gmail.com',NULL,'Mumbai'),(0,5,'shilpa s','female','o+',2147483647,'shilpa@gmail.com',NULL,'Begur'),(0,6,'karthik','male','o+',999878790,'karthik@gmail.com',NULL,'opop');
/*!40000 ALTER TABLE `newuser` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `noticeboard`
--
DROP TABLE IF EXISTS `noticeboard`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `noticeboard` (
`school_id` int(11) NOT NULL,
`noticeboard_id` int(11) NOT NULL AUTO_INCREMENT,
`title` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`location` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`timestamp` int(11) NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`noticeboard_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `noticeboard`
--
LOCK TABLES `noticeboard` WRITE;
/*!40000 ALTER TABLE `noticeboard` DISABLE KEYS */;
INSERT INTO `noticeboard` VALUES (0,3,'Second meeting coming up soon','Udemy Forum',1575136800,'The meeting is coming up soon. Ensure you are fully prepared.'),(0,4,'Parent Teacher Association Meeting.','Ontario Location',1575050400,'This is the new updated information as regards the meeting.');
/*!40000 ALTER TABLE `noticeboard` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `parent`
--
DROP TABLE IF EXISTS `parent`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `parent` (
`school_id` int(11) NOT NULL,
`parent_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`email` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`password` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`phone` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`address` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`profession` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`login_status` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`parent_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `parent`
--
LOCK TABLES `parent` WRITE;
/*!40000 ALTER TABLE `parent` DISABLE KEYS */;
INSERT INTO `parent` VALUES (10001,5,'Parent One','parentone@parentone.com','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','9787377862','Bangalore','hr',''),(10001,6,'parenttwo','parenttwo@parenttwo.com','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','088848 52372','Bangalore','Manager','');
/*!40000 ALTER TABLE `parent` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `patient`
--
DROP TABLE IF EXISTS `patient`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `patient` (
`clinic_id` int(11) NOT NULL,
`patient_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf32 COLLATE utf32_unicode_ci NOT NULL,
`group_id` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`sub_group_id` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`birthday` longtext CHARACTER SET utf32 COLLATE utf32_unicode_ci NOT NULL,
`age` longtext CHARACTER SET utf32 COLLATE utf32_unicode_ci NOT NULL,
`place_birth` longtext CHARACTER SET utf32 COLLATE utf32_unicode_ci NOT NULL,
`sex` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`m_tongue` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`religion` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`blood_group` longtext CHARACTER SET utf32 COLLATE utf32_unicode_ci NOT NULL,
`address` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`city` longtext CHARACTER SET utf32 COLLATE utf32_unicode_ci NOT NULL,
`state` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`nationality` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`phone` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`email` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`ps_attended` mediumtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`ps_address` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`ps_purpose` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`class_study` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`date_of_leaving` date DEFAULT NULL,
`am_date` date DEFAULT NULL,
`tran_cert` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`dob_cert` longtext CHARACTER SET utf32 COLLATE utf32_unicode_ci DEFAULT NULL,
`mark_join` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`physical_h` longtext CHARACTER SET utf32 COLLATE utf32_unicode_ci DEFAULT NULL,
`password` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`father_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`mother_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`class_id` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`section_id` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`parent_id` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`roll` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`transport_id` int(11) DEFAULT NULL,
`dormitory_id` int(11) DEFAULT NULL,
`house_id` int(11) DEFAULT NULL,
`patient_category_id` int(11) DEFAULT NULL,
`club_id` int(11) DEFAULT NULL,
`session` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`card_number` int(11) NOT NULL,
`issue_date` date NOT NULL,
`expire_date` date NOT NULL,
`dormitory_room_number` int(11) NOT NULL,
`more_entries` longtext CHARACTER SET utf32 COLLATE utf32_unicode_ci NOT NULL,
`login_status` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`unique_id` varchar(200) NOT NULL,
PRIMARY KEY (`patient_id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `patient`
--
LOCK TABLES `patient` WRITE;
/*!40000 ALTER TABLE `patient` DISABLE KEYS */;
INSERT INTO `patient` VALUES (10001,1,'kinu','','','10/07/2021','','bangalore','male','kanada','Hindu','o+','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian','999878790','patient0@patient.com','av school','#01 5th cross, Vinayaka nagar','mmmm','4','2011-08-19','2011-08-19','Yes','Yes','Yes','Yes','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','8','16','4','ee3ab75',0,2,1,NULL,1,'2021-2022',0,'0000-00-00','0000-00-00',0,'','','0'),(10001,2,'abc','','','10/08/2021','','bangalore','male','kanada','Hindu','o+','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian','999878790','patientanu@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'7110eda4d09e062aa5e4a390b0a572ac0d2c0220',NULL,NULL,NULL,NULL,NULL,'ea8a727',NULL,NULL,NULL,NULL,NULL,'2021-2022',0,'0000-00-00','0000-00-00',0,'','','0'),(10001,3,'patient','','','10/08/2021','','bangalore','male','kanada','Hindu','o+','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian','999878790','patred@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'7110eda4d09e062aa5e4a390b0a572ac0d2c0220',NULL,NULL,NULL,NULL,NULL,'1df0064',NULL,NULL,NULL,NULL,NULL,'2021-2022',0,'0000-00-00','0000-00-00',0,'','0','p-6152c7c73f0b52.29106617'),(10001,4,'patient_demo','','','10/11/2021','','bangalore','male','kanada','Hindu','o+','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian','999878790','patient_demo@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'7110eda4d09e062aa5e4a390b0a572ac0d2c0220',NULL,NULL,NULL,NULL,NULL,'a46e790',NULL,NULL,NULL,NULL,NULL,'2021-2022',0,'0000-00-00','0000-00-00',0,'','0','0'),(10001,6,'deepa a','','','09/10/2003','18','bangalore','female','kanada','Hindu','o+','bangalore','Bangalore','karnataka','Indian','999878790','deepa@patient.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'8cb2237d0679ca88db6464eac60da96345513964',NULL,NULL,NULL,NULL,NULL,'4da1c2f',NULL,NULL,NULL,NULL,NULL,'2021-2022',0,'0000-00-00','0000-00-00',0,'','0','0'),(10001,11,'Priya','2','10','10/08/2014','7','bangalore','female','kanada','Hindu','A+','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian','999878790','priya@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'7110eda4d09e062aa5e4a390b0a572ac0d2c0220',NULL,NULL,NULL,NULL,NULL,'559e5d5',NULL,NULL,NULL,NULL,NULL,'2021-2022',0,'0000-00-00','0000-00-00',0,'','','0'),(10001,12,'kiran.M','2','11','10/05/1988','33','bangalore','male','kanada','Hindu','A+','thumkur','Bangalore','karnataka','Indian','999878790','kiran@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'7110eda4d09e062aa5e4a390b0a572ac0d2c0220',NULL,NULL,NULL,NULL,NULL,'3593ba3',NULL,NULL,NULL,NULL,NULL,'2021-2022',0,'0000-00-00','0000-00-00',0,'','','0'),(10001,13,'Amrin','3','15','10/08/2003','18','bangalore','female','kanada','chirstian','B-','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian','999878790','amrin@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'7110eda4d09e062aa5e4a390b0a572ac0d2c0220',NULL,NULL,NULL,NULL,NULL,'f7fbc7c',NULL,NULL,NULL,NULL,NULL,'2021-2022',0,'0000-00-00','0000-00-00',0,'','0','0'),(10001,15,'poolu','','','11/02/2021','','','','','','','','','','','','admin1@admin.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'7110eda4d09e062aa5e4a390b0a572ac0d2c0220',NULL,NULL,NULL,NULL,NULL,'2b4c193',NULL,NULL,NULL,NULL,NULL,'2021-2022',0,'0000-00-00','0000-00-00',0,'','','0'),(10001,16,'pAnu','3','','11/16/1977','44','bangalore','female','kanada','Hindu','B-','delhi','delhi','karnataka','Indian','999878790','panu@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'7110eda4d09e062aa5e4a390b0a572ac0d2c0220',NULL,NULL,NULL,NULL,NULL,'af79f1c',NULL,NULL,NULL,NULL,NULL,'2021-2022',0,'0000-00-00','0000-00-00',0,'','0','t-619cc21f725376.22995629'),(10001,17,'pdeepa','3','','11/16/2005','16','bangalore','male','kanada','Hindu','o+','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian','98709987','pdeepa@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'7110eda4d09e062aa5e4a390b0a572ac0d2c0220',NULL,NULL,NULL,NULL,NULL,'db0a5fb',NULL,NULL,NULL,NULL,NULL,'2021-2022',0,'0000-00-00','0000-00-00',0,'','0','t-619cc26d00f0a7.36956994'),(10001,18,'abcd','2','10','01/10/1979','43','bangalore','male','kanada','Hindu','A+','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian','999878790','asa@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'7110eda4d09e062aa5e4a390b0a572ac0d2c0220',NULL,NULL,NULL,NULL,NULL,'7f7b4d9',NULL,NULL,NULL,NULL,NULL,'2021-2022',0,'0000-00-00','0000-00-00',0,'','','t-61efc86505e228.30317287');
/*!40000 ALTER TABLE `patient` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `payment`
--
DROP TABLE IF EXISTS `payment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `payment` (
`school_id` int(11) NOT NULL,
`payment_id` int(11) NOT NULL AUTO_INCREMENT,
`expense_category_id` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`title` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`payment_type` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`invoice_id` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`student_id` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`method` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`amount` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`discount` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`timestamp` int(11) NOT NULL,
`year` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`payment_id`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `payment`
--
LOCK TABLES `payment` WRITE;
/*!40000 ALTER TABLE `payment` DISABLE KEYS */;
INSERT INTO `payment` VALUES (0,2,'5','Purchase of school reading','expense','','','2','This was purchase by the school administrator for the purpose of having reading books in the school.<br>','5000','',556644564,'2019-2020'),(0,5,'5','Purchase of school chalks','expense','','','1','Purchase of school chalks<br>','3000','',556644564,'2019-2020'),(0,6,'','Part payment for eLibrary','','2','45','1','income','5000','0',556644564,''),(0,7,'','Another payment for eLibrary','income','3','45','1','Another payment for eLibrary','2000','0',445667865,''),(0,8,'','Part payment for eLibrary','income','2','45','1','Part payment for eLibrary','1200','',556644564,''),(0,9,'5','New chalk purchased','expense','','','3','New chalk purchased<br>','1000','',556644564,'2019-2020'),(0,10,'','Another Part payment for eLibrary.','income','2','45','1','Another Part payment for eLibrary.','5000','',1576951200,'2019-2020');
/*!40000 ALTER TABLE `payment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `payroll`
--
DROP TABLE IF EXISTS `payroll`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `payroll` (
`school_id` int(11) NOT NULL,
`payroll_id` int(11) NOT NULL AUTO_INCREMENT,
`payroll_code` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`user_id` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`allowances` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`deductions` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`date` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`status` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`payroll_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `payroll`
--
LOCK TABLES `payroll` WRITE;
/*!40000 ALTER TABLE `payroll` DISABLE KEYS */;
INSERT INTO `payroll` VALUES (0,4,'c94d9d7','1','[{\"type\":\"A\",\"amount\":\"1000\"},{\"type\":\"B\",\"amount\":\"1000\"}]','[{\"type\":\"A\",\"amount\":\"200\"},{\"type\":\"B\",\"amount\":\"700\"}]','10,2019','0'),(0,3,'a8c4ae9','1','[{\"type\":\"Food\",\"amount\":\"5000\"},{\"type\":\"House\",\"amount\":\"2000\"}]','[{\"type\":\"Tax1\",\"amount\":\"1000\"},{\"type\":\"Tax2\",\"amount\":\"500\"}]','9,2019','1'),(0,5,'75c1f3d','1','[{\"type\":\"A\",\"amount\":\"2000\"},{\"type\":\"B\",\"amount\":\"1000\"}]','[{\"type\":\"A\",\"amount\":\"500\"},{\"type\":\"B\",\"amount\":\"500\"}]','12,2019','1');
/*!40000 ALTER TABLE `payroll` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `publisher`
--
DROP TABLE IF EXISTS `publisher`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `publisher` (
`school_id` int(11) NOT NULL,
`publisher_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`publisher_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `publisher`
--
LOCK TABLES `publisher` WRITE;
/*!40000 ALTER TABLE `publisher` DISABLE KEYS */;
INSERT INTO `publisher` VALUES (0,1,'Amazon.','The book is published by Amazon');
/*!40000 ALTER TABLE `publisher` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `school`
--
DROP TABLE IF EXISTS `school`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `school` (
`clinic_id` int(11) NOT NULL AUTO_INCREMENT,
`school_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`school_admin_email` varchar(200) NOT NULL,
`password` varchar(200) NOT NULL,
`location` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`phone` varchar(200) NOT NULL,
`school_email` varchar(200) NOT NULL,
`language` varchar(100) NOT NULL,
`text_align` varchar(100) NOT NULL,
`session` varchar(200) NOT NULL,
PRIMARY KEY (`clinic_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10005 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `school`
--
LOCK TABLES `school` WRITE;
/*!40000 ALTER TABLE `school` DISABLE KEYS */;
INSERT INTO `school` VALUES (101,'GVS School','gvs@gamil.com','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','Banglaore','9787377862','gvs1@gamil.com','english','left-to-right','2019-2020'),(10001,'Exhibition','','','Bangalore','9875631200','','','',''),(10002,'Akshaya Vidhya Mandhir','','','Trichy','','','','',''),(10003,'Acts School','','','Andhra','','','','',''),(10004,'Chennai School','','','Vellore','','','','','');
/*!40000 ALTER TABLE `school` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `section`
--
DROP TABLE IF EXISTS `section`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `section` (
`school_id` int(11) NOT NULL,
`section_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`nick_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`class_id` int(11) NOT NULL,
`teacher_id` int(11) NOT NULL,
PRIMARY KEY (`section_id`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `section`
--
LOCK TABLES `section` WRITE;
/*!40000 ALTER TABLE `section` DISABLE KEYS */;
INSERT INTO `section` VALUES (0,3,'First Term','Term 1',2,1),(0,4,'Second Term','2nd',2,1),(0,5,'A Section','A Section',3,2),(0,6,'B Section','B Section',3,2),(0,7,'A Section','A Section',4,1),(0,8,'B Section','B Section',4,1),(0,9,'A Section','A Section',5,1),(0,10,'B Section','B Section',5,1),(0,11,'A Section','A',6,3),(0,12,'B Section','B',6,3),(0,13,'A Section','A',7,2),(0,14,'B Section','B',7,2),(0,15,'A Section','A',8,1),(0,16,'B Section','B',8,1);
/*!40000 ALTER TABLE `section` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `settings`
--
DROP TABLE IF EXISTS `settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `settings` (
`exhibition_id` int(11) NOT NULL,
`settings_id` int(11) NOT NULL,
`type` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`settings_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `settings`
--
LOCK TABLES `settings` WRITE;
/*!40000 ALTER TABLE `settings` DISABLE KEYS */;
INSERT INTO `settings` VALUES (20001,1,'system_name',''),(20001,2,'system_title',' Axis bank'),(20001,3,'address','546787, Kertz shopping complext, Silicon Valley, United State of America, New York city.'),(20001,4,'phone','981234111111'),(20001,6,'currency',''),(20001,7,'system_email','blr@gmail.com'),(20001,8,'language',''),(20001,9,'text_align',''),(20001,10,'skin_colour','blue-dark'),(20001,11,'session',''),(20001,12,'footer',''),(20001,13,'paypal_email',''),(20001,14,'stripe_setting','[{\"stripe_active\":\"1\",\"testmode\":\"off\",\"secret_key\":\"test secret key\",\"public_key\":\"test public key\",\"secret_live_key\":\"live secret key\",\"public_live_key\":\"live public key\"}]'),(20001,15,'paypal_setting','[{\"paypal_active\":\"1\",\"paypal_mode\":\"sandbox\",\"sandbox_client_id\":\"client id sandbox\",\"production_client_id\":\"client - production\"}]'),(20001,16,'secondary_color','blue');
/*!40000 ALTER TABLE `settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `signup`
--
DROP TABLE IF EXISTS `signup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `signup` (
`exhibition_id` int(11) NOT NULL,
`signup_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext NOT NULL,
`email` longtext NOT NULL,
`company` longtext NOT NULL,
`phone` int(11) NOT NULL,
`exhibitor_id` int(11) NOT NULL,
`price` int(11) NOT NULL,
PRIMARY KEY (`signup_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `signup`
--
LOCK TABLES `signup` WRITE;
/*!40000 ALTER TABLE `signup` DISABLE KEYS */;
INSERT INTO `signup` VALUES (0,1,'Artificial intelligence creates content for the site, no worse than a copywriter, you can also use it to write articles. 100% uniqueness :). Click Here:???? https://stanford.io/3FXszd0?h=2184489e99cbd48f726c64ca93cda4c0&','nickterp@gmailwe.com','sxhsaiv',0,9,2000),(0,2,'Artificial intelligence creates content for the site, no worse than a copywriter, you can also use it to write articles. 100% uniqueness, scheduled posting to your Wordpress :). Click Here:???? https://stanford.io/3FXszd0?h=2184489e99cbd48f726c64ca93cda4c0&','nickterp@gmailwe.com','o1w2vz',0,9,2000);
/*!40000 ALTER TABLE `signup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sms_settings`
--
DROP TABLE IF EXISTS `sms_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sms_settings` (
`school_id` int(11) NOT NULL,
`sms_setting_id` int(11) NOT NULL AUTO_INCREMENT,
`type` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`info` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`sms_setting_id`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sms_settings`
--
LOCK TABLES `sms_settings` WRITE;
/*!40000 ALTER TABLE `sms_settings` DISABLE KEYS */;
INSERT INTO `sms_settings` VALUES (0,12,'msg91_sender_id','sender id'),(0,11,'msg91_authentication_key','msg91 auth key'),(0,10,'clickatell_apikey','clickattel api'),(0,9,'clickatell_password','clickattel paasword'),(0,8,'clickatell_username','clickattel username'),(0,13,'msg91_route','route'),(0,14,'msg91_country_code','country code'),(0,15,'active_sms_gateway','msg91');
/*!40000 ALTER TABLE `sms_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `social_category`
--
DROP TABLE IF EXISTS `social_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `social_category` (
`school_id` int(11) NOT NULL,
`social_category_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`colour` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`icon` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`social_category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `social_category`
--
LOCK TABLES `social_category` WRITE;
/*!40000 ALTER TABLE `social_category` DISABLE KEYS */;
INSERT INTO `social_category` VALUES (0,2,'Romance','danger','fa-male','This is for romance chat room'),(0,3,'Event','primary','fa-book','This is for event chat room');
/*!40000 ALTER TABLE `social_category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `student`
--
DROP TABLE IF EXISTS `student`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `student` (
`clinic_id` int(11) DEFAULT NULL,
`student_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext NOT NULL,
`birthday` longtext NOT NULL,
`age` longtext NOT NULL,
`place_birth` longtext NOT NULL,
`sex` longtext NOT NULL,
`m_tongue` longtext NOT NULL,
`religion` longtext NOT NULL,
`blood_group` longtext NOT NULL,
`address` longtext NOT NULL,
`city` longtext NOT NULL,
`state` longtext NOT NULL,
`nationality` longtext NOT NULL,
`phone` longtext NOT NULL,
`email` longtext NOT NULL,
`ps_attended` longtext NOT NULL,
`ps_address` longtext NOT NULL,
`ps_purpose` longtext NOT NULL,
`class_study` longtext NOT NULL,
`date_of_leaving` longtext NOT NULL,
`am_date` longtext NOT NULL,
`tran_cert` longtext NOT NULL,
`dob_cert` longtext NOT NULL,
`mark_join` longtext NOT NULL,
`physical_h` longtext NOT NULL,
`password` longtext NOT NULL,
`father_name` longtext NOT NULL,
`mother_name` longtext NOT NULL,
`class_id` longtext NOT NULL,
`section_id` int(11) NOT NULL,
`parent_id` int(11) NOT NULL,
`roll` longtext NOT NULL,
`transport_id` int(11) NOT NULL,
`dormitory_id` int(11) NOT NULL,
`house_id` int(11) NOT NULL,
`student_category_id` int(11) NOT NULL,
`club_id` int(11) NOT NULL,
`session` longtext NOT NULL,
`card_number` longtext NOT NULL,
`issue_date` longtext NOT NULL,
`expire_date` longtext NOT NULL,
`dormitory_room_number` longtext NOT NULL,
`more_entries` longtext NOT NULL,
`login_status` longtext NOT NULL,
PRIMARY KEY (`student_id`)
) ENGINE=InnoDB AUTO_INCREMENT=62 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `student`
--
LOCK TABLES `student` WRITE;
/*!40000 ALTER TABLE `student` DISABLE KEYS */;
INSERT INTO `student` VALUES (0,45,'suresh','09/30/2003','16','Lagos','female','Mother Tongue','Muslim','B+','Address','City','Lagos','Canadian','+912345667','student@student.com','Previous school attended','Previous school address','Purpose Of Leaving','Class In Which Was Studying','2011-08-10','2011-08-19','Yes','Yes','Yes','No','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','2',3,4,'5bf8161',0,2,1,2,1,'2019-2020','','','','','','0'),(0,46,'Rithicka','07/29/2000','21','vellore','female','tamil','hindu','O+','HSR','Bangalore','Karnataka','India','1234567890','studentone@studentone.com','Bishop cotton','HSR','to study','1st','2011-08-19','2011-08-19','Yes','Yes','Yes','Yes','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','3',5,4,'d22faa3',0,2,1,2,1,'2021-2022','','','','','','0'),(0,47,'Sri','08/12/2004','17','vellore','female','tamil','hindu','O+','HSR','Bangalore','Karnataka','India','9787377862','student1@student1.com','Bishop cotton','HSR','to study','Nuresy','2011-08-19','2011-08-19','Yes','Yes','Yes','Yes','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','6',11,4,'7d8eb02',0,2,1,2,1,'2021-2022','','','','','','1'),(0,48,'archana','08/01/2008','13','vellore','female','tamil','hindu','O+','hsr layout','Bangalore','Karnataka','India','9787377861','student2@student2.com','Bishop cotton','hsr layout','to study','Nuresy','2011-08-19','2011-08-19','Yes','Yes','Yes','No','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','6',12,4,'3368993',0,2,1,2,1,'2021-2022','','','','','',''),(0,49,'uday','08/01/2009','12','vellore','male','tamil','hindu','O+','hsr layout','Bangalore','Karnataka','India','98123456745','student3@student3.com','Bishop cotton','hsr layout','to study','1st','2011-08-19','2011-08-19','Yes','Yes','Yes','No','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','7',13,4,'345c1d0',0,2,1,2,1,'2021-2022','','','','','','0'),(0,50,'vijay','08/01/2009','12','vellore','male','tamil','hindu','O+','hsr layout','Bangalore','Karnataka','India','9787377861','student4@student4.com','Bishop cotton','hsr layout','to study','1st','2011-08-19','2011-08-19','Yes','Yes','Yes','No','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','7',14,4,'e69d314',0,2,1,2,1,'2021-2022','','','','','','0'),(0,51,'bhavani','07/01/2010','11','vellore','female','tamil','hindu','O+','hsr layout','Bangalore','Karnataka','India','1234567890','student5@student5.com','Bishop cotton','hsr layout','to study','2nd','2011-08-19','2011-08-19','Yes','Yes','Yes','No','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','8',15,4,'e313266',0,2,1,2,1,'2021-2022','','','','','','0'),(0,52,'rekha','08/04/2006','15','vellore','female','tamil','hindu','O+','hsr layout','Bangalore','Karnataka','India','98123456745','student6@student6.com','Bishop cotton','hsr layout','to study','2nd','2011-08-19','2011-08-19','Yes','Yes','Yes','No','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','8',16,4,'2e54772',0,2,1,2,1,'2021-2022','','','','','',''),(10001,53,'Dinesh','09/17/1981','39','vellore','male','tamil','hindu','O+','Bangalore','Bangalore','Karnataka','India','9600401849','dinesh@dinesh.com','Bishop cotton','Bangalore','to study','2nd','2011-08-19','2011-08-19','Yes','Yes','Yes','Yes','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','8',15,6,'90fe183',0,2,1,2,1,'2021-2022','','','','','',''),(10001,54,'deepa','10/07/2021','','bangalore','male','kanada','Hindu','o+','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian','999878790','deepa1@admin.com','av school','#01 5th cross, Vinayaka nagar','mmmm','4','2011-08-19','2011-08-19','Yes','Yes','Yes','Yes','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','8',16,4,'ffaa721',0,2,1,2,1,'2021-2022','','','','','','0'),(10001,55,'patient','10/07/2021','','bangalore','male','kanada','Hindu','o+','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian','999878790','patient@patient.com','av school','#01 5th cross, Vinayaka nagar','mmmm','4','2011-08-19','2011-08-19','Yes','Yes','Yes','Yes','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','8',15,4,'8c18454',0,2,1,2,1,'2021-2022','','','','','',''),(10001,56,'patient','10/01/2021','0','bangalore','male','kanada','Hindu','o+','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian','999878790','patient2@patient.com','av school','#01 5th cross, Vinayaka nagar','mmmm','4','2011-08-19','2011-08-19','Yes','Yes','Yes','Yes','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','8',16,4,'566f426',0,2,1,2,1,'2021-2022','','','','','',''),(10001,57,'abcd','10/12/2021','0','bangalore','male','kanada','Hindu','o+','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian','999878790','patient2@patient.com','av school','#01 5th cross, Vinayaka nagar','mmmm','4','2011-08-19','2011-08-19','Yes','Yes','Yes','Yes','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','8',16,4,'03ac51a',0,2,1,2,1,'2021-2022','','','','','',''),(10001,58,'abcd','10/13/2021','0','bangalore','male','kanada','Hindu','o+','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian','999878790','patient2@patient.com','av school','#01 5th cross, Vinayaka nagar','mmmm','4','2011-08-19','2011-08-19','Yes','Yes','Yes','Yes','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','8',15,4,'509eda0',0,2,1,2,1,'2021-2022','','','','','',''),(10001,59,'abcd','10/04/2021','0','bangalore','male','kanada','Hindu','o+','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian','999878790','patient0@patient.com','av school','#01 5th cross, Vinayaka nagar','mmmm','4','2011-08-19','2011-08-19','Yes','Yes','Yes','Yes','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','','','7',13,4,'f6842bf',0,2,1,2,1,'2021-2022','','','','','','0');
/*!40000 ALTER TABLE `student` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `student_category`
--
DROP TABLE IF EXISTS `student_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `student_category` (
`school_id` int(11) NOT NULL,
`student_category_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`student_category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `student_category`
--
LOCK TABLES `student_category` WRITE;
/*!40000 ALTER TABLE `student_category` DISABLE KEYS */;
INSERT INTO `student_category` VALUES (0,2,'Boarding Student','This is for the boarding student.');
/*!40000 ALTER TABLE `student_category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sub_group`
--
DROP TABLE IF EXISTS `sub_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sub_group` (
`clinic_id` int(11) NOT NULL,
`sub_group_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext NOT NULL,
`group_id` int(11) NOT NULL,
`doctor_id` int(11) NOT NULL,
PRIMARY KEY (`sub_group_id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sub_group`
--
LOCK TABLES `sub_group` WRITE;
/*!40000 ALTER TABLE `sub_group` DISABLE KEYS */;
INSERT INTO `sub_group` VALUES (10001,9,'common cold',2,4),(10001,10,'chicken pox',2,4),(10001,11,'coronaviruses',2,4),(10001,12,'HIV/AIDS',2,4),(10001,13,'strokes',3,5),(10001,14,'heart diseases',3,5),(10001,15,'cancer',3,5),(10001,16,'diabetes',3,5),(10001,17,'Anaemia',4,4),(10001,18,'hypothyroid(endemic goitre)',4,5),(10001,20,'abcdq',6,2);
/*!40000 ALTER TABLE `sub_group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `subject`
--
DROP TABLE IF EXISTS `subject`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `subject` (
`school_id` int(11) NOT NULL,
`subject_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`class_id` int(11) NOT NULL,
`teacher_id` int(11) NOT NULL,
PRIMARY KEY (`subject_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `subject`
--
LOCK TABLES `subject` WRITE;
/*!40000 ALTER TABLE `subject` DISABLE KEYS */;
INSERT INTO `subject` VALUES (0,5,'Economics',2,1),(0,4,'Mathematics',2,1);
/*!40000 ALTER TABLE `subject` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `superadmin`
--
DROP TABLE IF EXISTS `superadmin`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `superadmin` (
`superadmin_id` int(11) NOT NULL AUTO_INCREMENT,
`email` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`password` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`login_status` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`superadmin_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `superadmin`
--
LOCK TABLES `superadmin` WRITE;
/*!40000 ALTER TABLE `superadmin` DISABLE KEYS */;
INSERT INTO `superadmin` VALUES (1,'superadmin@superadmin.com','7110eda4d09e062aa5e4a390b0a572ac0d2c0220','0');
/*!40000 ALTER TABLE `superadmin` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `teacher`
--
DROP TABLE IF EXISTS `teacher`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `teacher` (
`teacher_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext NOT NULL,
`role` longtext NOT NULL,
`teacher_number` longtext NOT NULL,
`birthday` longtext NOT NULL,
`sex` longtext NOT NULL,
`religion` longtext NOT NULL,
`blood_group` longtext NOT NULL,
`address` longtext NOT NULL,
`phone` longtext NOT NULL,
`email` longtext NOT NULL,
`facebook` longtext NOT NULL,
`twitter` longtext NOT NULL,
`googleplus` longtext NOT NULL,
`linkedin` longtext NOT NULL,
`qualification` longtext NOT NULL,
`marital_status` longtext NOT NULL,
`file_name` longtext NOT NULL,
`password` longtext NOT NULL,
`department_id` int(11) NOT NULL,
`designation_id` int(11) NOT NULL,
`date_of_joining` longtext NOT NULL,
`joining_salary` longtext NOT NULL,
`status` int(11) NOT NULL,
`date_of_leaving` longtext NOT NULL,
`bank_id` int(11) NOT NULL,
`login_status` longtext NOT NULL,
PRIMARY KEY (`teacher_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `teacher`
--
LOCK TABLES `teacher` WRITE;
/*!40000 ALTER TABLE `teacher` DISABLE KEYS */;
INSERT INTO `teacher` VALUES (2,'abcd','1','39a2eb0','2018-08-19','female','','','bangalore','999878790','abc@gmail.com','','','','admin@admin.com','','Married','m1.png','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',2,4,'0013-02-21','234000',1,'0230-03-12',5,''),(3,'hema','1','7b86806','2018-08-19','female','Hindu','o+','bangalore','999878790','admin@admin.com','','','','admin@admin.com','bcom','Married','m1.png','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',2,4,'2020-03-06','120000',1,'2019-12-01',6,''),(4,'mouna','1','6824412','2018-08-19','female','Hindu','o+','bangalore','7878787','mouna@gmail.com','','','','admin@admin.com','bcom','Single','theme.txt','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',2,5,'2012-02-02','34000',1,'2021-04-12',8,''),(5,'kiran','1','b8d9cce','2018-08-19','male','Hindu','o+','bangalore','232109','kiran@gmail.com','','','','admin@admin.com','bcom','Single','theme.txt','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',2,5,'2012-02-12','290000',1,'2012-02-12',9,''),(6,'hema','1','0053bb4','2018-08-30','female','Hindu','o+','jaynagar','234543341','hema@gmail.com','','','','admin@admin.com','bca','Single','m1.png','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',2,4,'2021-08-04','123000',1,'2021-08-04',10,'');
/*!40000 ALTER TABLE `teacher` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `user`
--
DROP TABLE IF EXISTS `user`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user` (
`id` int(11) NOT NULL,
`unique_id` int(11) NOT NULL,
`user_fname` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`user_lname` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`user_email` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`bio` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`created_at` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`dob` date NOT NULL,
`phone` int(11) NOT NULL,
`address` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`user_pass` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`user_avtar` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`user_status` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`last_logout` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `user`
--
LOCK TABLES `user` WRITE;
/*!40000 ALTER TABLE `user` DISABLE KEYS */;
INSERT INTO `user` VALUES (1,12000,'hema','h','hema@gmail.com','','','0000-00-00',908765679,'bangalore','','','',''),(1,923,'likitha','s','liki@gmail.com','','','0000-00-00',0,'','','','','');
/*!40000 ALTER TABLE `user` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `user_message`
--
DROP TABLE IF EXISTS `user_message`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_message` (
`time` date NOT NULL,
`patient_id` int(11) NOT NULL,
`doctor_id` int(11) NOT NULL,
`message` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `user_message`
--
LOCK TABLES `user_message` WRITE;
/*!40000 ALTER TABLE `user_message` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_message` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vacancy`
--
DROP TABLE IF EXISTS `vacancy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `vacancy` (
`school_id` int(11) NOT NULL,
`vacancy_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`number_of_vacancies` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`last_date` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
PRIMARY KEY (`vacancy_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vacancy`
--
LOCK TABLES `vacancy` WRITE;
/*!40000 ALTER TABLE `vacancy` DISABLE KEYS */;
INSERT INTO `vacancy` VALUES (0,3,'Position for class teachers','4','2019-12-21');
/*!40000 ALTER TABLE `vacancy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `visitor`
--
DROP TABLE IF EXISTS `visitor`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `visitor` (
`exhibition_id` int(11) DEFAULT NULL,
`visitor_id` int(11) NOT NULL AUTO_INCREMENT,
`name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`group_id` int(11) DEFAULT NULL,
`sub_group_id` int(11) DEFAULT NULL,
`birthday` date NOT NULL,
`age` int(11) NOT NULL,
`place_birth` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`sex` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`m_tongue` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`religion` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`blood_group` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`address` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`city` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`state` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`nationality` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`phone` int(11) NOT NULL,
`email` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`password` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`roll` int(11) DEFAULT NULL,
`card_number` int(11) DEFAULT NULL,
`issue_date` date DEFAULT NULL,
`expire_date` date DEFAULT NULL,
`dormitory_name` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`more_entries` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`login_status` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`unique_id` int(11) NOT NULL,
PRIMARY KEY (`visitor_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `visitor`
--
LOCK TABLES `visitor` WRITE;
/*!40000 ALTER TABLE `visitor` DISABLE KEYS */;
INSERT INTO `visitor` VALUES (NULL,1,'aa',3,0,'0000-00-00',0,'bangalore','male','kanada','Hindu','o+','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian',232109,'gh@admin.com','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',0,0,'0000-00-00','0000-00-00','','','',0),(NULL,2,'Raju',2,10,'0000-00-00',19,'bangalore','male','kanada','Hindu','o+','#01 5th cross, Vinayaka nagar','Bangalore','karnataka','Indian',999878790,'raju@gmail.com','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',102,0,'0000-00-00','0000-00-00','','','0',0),(NULL,3,'visitor_vignesh',NULL,NULL,'0000-00-00',18,'bangalore','male','kanada','Hindu','o+','nagpur','Bangalore','karnataka','Indian',999878790,'vignesh@gmail.com','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',1,0,'0000-00-00','0000-00-00','','','1',0),(NULL,4,'visitor',NULL,NULL,'0000-00-00',24,'bangalore','male','kanada','Hindu','o+','Tumkur','Bangalore','Karnataka','Indian',999878790,'visitor@gmail.com','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',0,0,'0000-00-00','0000-00-00','','','0',0),(20001,5,'Ax-visitor1',NULL,NULL,'0000-00-00',24,NULL,'male',NULL,NULL,'o+','Tumkur',NULL,NULL,'Indian',908765544,'Ax-vi-1@gmail.com','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',6,NULL,NULL,NULL,NULL,NULL,'1',0),(20002,6,'hdfc-visitor1',NULL,NULL,'0000-00-00',18,NULL,'male',NULL,NULL,'o+','kerela',NULL,NULL,'Indian',999878790,'hdfc-vi-1@gmail.com','7110eda4d09e062aa5e4a390b0a572ac0d2c0220',0,NULL,NULL,NULL,NULL,NULL,'1',0);
/*!40000 ALTER TABLE `visitor` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2026-06-16 19:32:38